header .navbar {
    background-color: #284D9A !important;
}

.form-reclamation {
    padding: 5vw 0vw;
}

h1 {
    font-weight: 900;
    color: #56A1BF;
    text-align: center;
    font-size: 5vw;
    margin-top: 2vw;
}

p.subtext {
    text-align: center;
    color: #444444;
    font-size: 1.875vw;
    width: 58.12vw;
    margin: 2vw auto;
}

.form-content {
    display: flex;
    justify-content: space-between;
    padding: 3vw 8.928vw 0vw 8.928vw;
    gap: 3vw;
}

.formulaire,
.contact-info {
    flex: 1;
}

.formulaire form {
    display: flex;
    flex-direction: column;
    gap: 1.5vw;
}

.form-group {
    display: flex;
    flex-direction: column;
}

label {
    font-weight: 700;
    color: #3498bd;
    /* margin-bottom: 0.5vw; */
    font-size: 1.67vw;
}

input,
select,
textarea {
    border: none;
    border-radius: 2.6vw;
    border-bottom-left-radius: 0vw;
    border-top-left-radius: 1.82vw;
    padding: 1vw;
    font-size: 1.56vw;
    height: 3.79vw;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

textarea {
    resize: vertical;
    height: 8vw;
}

.row {
    display: flex;
    gap: 1.5vw;
}
.rating.row {
    gap: 0 ;
}

.row .form-group {
    flex: 1;
}

.contact-box {
    background-color: #4B9CB6;
    color: white;
    border-radius: 1.2vw;
    padding: 2vw;
    position: relative;
    height: 41.82vw;
    width: 100%;
}


.icon {
    width: 2.9vw;
    height: auto;
    margin-top: 0.4vw;
}

.btn-submit {
    border: none;
    border-radius: 1.82vw;
    border-bottom-left-radius: 0vw;
    border-top-left-radius: 1.3vw;
    font-size: 1.67vw;
    width: fit-content;
    margin-right: 2.4vw
}

/*  */

.list-rate input, .list-rate select, .list-rate textarea {
    border: none;
    border-radius: 2.6vw;
    border-bottom-left-radius: 0vw;
    border-top-left-radius: 1.82vw;
    padding: 1vw;
    font-size: 1.56vw;
    height: 1.79vw;
    box-shadow: none;
}

.step {
    display: none;
}

.step.active {
    display: block;
}

.buttons {
    margin-top: 20px;
}

button {
    padding: 10px 20px;
}


/*  */

@media (max-width: 768px) {

    .mobile-header.scrolled {
        background-color: #284D9A !important;
        /* background-color: #284D9A;  */
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    }
    
    .list-rate input, .list-rate select, .list-rate textarea {
        height: 3.79vw;
    }

    .form-reclamation {
        padding: 23vw 6vw 0vw 6vw;
    }

    .form-reclamation h1 {
        font-size: 5.5vw;
        line-height: normal;
    }
    p.subtext {
        text-align: center;
        font-size: 3.875vw;
        line-height: 5vw;
        width: 100%;
        margin: 2vw auto;
    }
    .form-content {
        display: flex;
        flex-direction: column;
        padding: 1vw 0vw;
        gap: 3vw;
    }
    label {
        font-weight: 600;
        margin-bottom: 0.5vw;
        font-size: 3.67vw;
    }
    input, select, textarea {
        padding: 3vw;
        font-size: 3.56vw;
        height: 8.79vw;
    }
    .formulaire form {
        gap: 3.5vw;
    }
    .form-group {
        gap: 1vw;
        flex-direction: column;
    }

    .btn-submit {
        color: white;
        padding: 2vw 5vw;
        font-size: 4.67vw;
        width: fit-content;
        margin: 0 auto;
    }

}