* {
    font-family: "Roboto Flex", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
}

body {
    font-size: 18px;
    interpolate-size: allow-keywords;
}

.form {
    position: relative;
    padding: 40px 20px 30px 20px;
    border: 2px solid #aeaeae;
    border-radius: 6px;
    margin: 0 auto;
    box-shadow: 0px 8px 14px rgba(0, 80, 125, 0.25);
    transition: 0.4s all ease-in-out;
}

.loading {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity 0.5s ease-in-out, z-index 0.5s ease-in-out;
    z-index: -1;
}

.loading img {
    width: 80px;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    animation: spin 1s linear infinite;
    user-select: none;
}

.loading.show {
    z-index: 999999;
    opacity: 1;
}

.hide {
    display: none!important;
}

h1 {
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 0.4em;
}

.etoiles-wrap {
    display: flex;
    justify-content: center;
    font-size: 30px;
}

.etoile {
    cursor: pointer;
    transition: transform 0.4s ease-in-out, filter 0.2s ease-in-out;
}

.etoile.off {
    opacity: 1;
    filter: grayscale(1) brightness(0.5);
}

.intro {
    text-align: center;
}

.intro img {
    width: 140px;
}

.note {
    text-align: center;
    font-size: 1.25rem;
    padding: 16px;
}

.feedback {
    /* height: 0; */
    overflow: hidden;
    transition: 0.4s all ease-in-out;
}
.feedback.show {
    height: fit-content;
}

.feedback,
.review,
.cons-contact-form {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    gap: 30px;
    width: 100%;
}

.feedback,
.review {
    width: 95%;
}

.feedback textarea,
.feedback input {
    height: auto;
    resize: none;
    font-size: 1.25rem;
    padding: 15px;
}

button,
input[type="submit"] {
    background-color: rgb(7, 82, 148);
    color: #fff;
    border: 0;
    border-radius: 130px;
    font-size: 1.5rem;
    display: block;
    font-weight: 700;
    padding: 18px;
    transition: 0.4s all ease-in-out;
    width: 70%;
    max-width: 400px;
    margin: 0 auto;
}

button:not([disabled]):hover,
input[type="submit"]:not([disabled]):hover {
    cursor: pointer;
    background-color: aliceblue;
    color:#000;
}

.response {
    text-align: center;
    margin: 0 auto;
    width: fit-content;
}

.response .alert {
    padding: 10px 20px;
    margin: 50px 0 30px 0;
}

.response .alert.alert-success {
    background-color: #aeffb9;
    border: 1px solid #037803;
    color: #037803;
}

.response .alert.alert-danger {
    background-color: #f7dcdc;
    border: 1px solid #ff0000;
    color: #ff0000;
}

.infosignature {
    text-align: center;
    margin-bottom: 50px;
}

.lasignature {
    margin-bottom: 15px;
}

.credits {
    text-align: center;
    margin: 15px 0 30px 0;
    font-size: 0.95rem;
}

.credits a {
    color: #000;
    transition: 0.4s all ease-in-out;
}

.comment {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    gap: 20px;
    margin: 80px 0 0 0;
}

.comment .uneoption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 92.5%;
    text-align: center;
    /*border: 2px solid aliceblue;*/
    padding: 20px;
    border-radius: 20px;
    position: relative;
    /*cursor: pointer;*/
}

.comment .uneoption span {
    padding: 10px 0 0 0;
}

.comment .uneoption img {
    height: 50px;
    width: fit-content;
    margin: 0 auto;
}

.comment .uneoption a {
    /*display: flex;*/
    flex-direction: column;
    text-decoration: none;
    color: #000;
    /*position: absolute;*/
    top: 0;
    left: 0;
    /*width: 100%;
    height: 100%;*/
}

#submit-review,
#review-direct {
    position: relative;
    z-index: 99;
}

.uneoption button {
    font-size: 1rem;
    padding: 8px;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 400px) {
    .g-recaptcha iframe[title="reCAPTCHA"] {
        max-width: 304px;
        width: 100%;
        transform: scale(0.8);
    }
    .feedback, .review, .cons-contact-form {
        width: 100%;
    }
}

@media (min-width: 400px) {
    body {
        font-size: 20px;
    }
    .form {
        padding: 50px 30px 40px 30px;
    }
    button, input[type="submit"] {
        font-size: 1.75rem;
        padding: 24px;
        width: 100%;
    }
    .intro img {
        width: 160px;
    }
    .etoiles-wrap {
        font-size: 40px;
    }
    .credits {
        margin: 20px 0 40px 0;
    }
    .comment .uneoption {
        width: 90%;
    }
}

@media (min-width: 576px) {
    body {
        font-size: 24px;
    }
    button, input[type="submit"] {
        font-size: 2rem;
        padding: 30px;
    }
    .intro img {
        width: 180px;
    }
    .etoiles-wrap {
        font-size: 50px;
    }
    .credits {
        margin: 25px 0 40px 0;
    }
    .comment .uneoption {
        width: 80%;
    }
    .comment .uneoption img {
        height: 60px;
    }
    .uneoption button {
        font-size: 1.25rem;
        padding: 10px;
    }
}

@media (min-width: 768px) {
    .intro img {
        width: 200px;
    }
    .form {
        min-width: 500px;
    }
    .feedback, .review, .form {
        width: 80%;
    }
    .credits {
        margin: 30px 0 40px 0;
    }
    .comment {
        flex-direction: row;
    }
    .comment .uneoption {
        width: 50%;
    }
    .comment .uneoption img {
        height: 60px;
    }
    .uneoption button {
        font-size: 1.35rem;
        padding: 13px;
    }
}

@media (min-width: 992px) {
    .comment .uneoption img {
        height: 60px;
    }
    .uneoption button {
        font-size: 1.5rem;
        padding: 15px;
    }
}

@media (min-width: 1200px) {
    .form {
        width: 70%;
    }
    .feedback, .review {
        width: 75%;
    }
    .credits {
        margin: 40px 0 40px 0;
    }
}

@media (min-width: 1400px) {
    .form {
        width: 60%;
    }
    .feedback, .review {
        width: 60%;
    }
    .comment .uneoption img {
        height: 70px;
    }
    .uneoption button {
        font-size: 2rem;
        padding: 30px;
    }
}