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;
}

.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%;
}

.intro-text {
    text-align: center;
    font-size: 1.56vw;
    margin-bottom: 2vw;
    line-height: 2vw;

}

.info-line {
    display: flex;
    align-items: flex-start;
    gap: 1vw;
    margin-bottom: 2.5vw;
    gap: 2vw;
}

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

.info-text {
    display: flex;
    flex-direction: column;
    font-size: 1.66vw;
    color: white;
    line-height: 2vw;
    font-weight: 600;

}

.info-text .label {
    color: #E9E11F;
    font-weight: 500;
    display: block;
    margin-bottom: 0.2vw;
    font-size: 1.3vw;
}


.contact-box::before,
.contact-box::after {
    content: '';
    position: absolute;
    height: 0.83vw;
    width: 26.77vw;
    background-color: #E9E11F;
    left: 50%;
    transform: translateX(-50%);
}

.contact-box::before {
    top: -0.4vw;
}

.contact-box::after {
    bottom: -0.4vw;
}


.contact-info h2 {
    font-size: 3.43vw;
    font-weight: 800;
    color: #213B89;
    margin-bottom: 1.5vw;
    text-align: center;

}

.contact-box p {
    font-size: 1.56vw;
    line-height: 2.1vw;
    margin: 1vw 0;
    text-align: center;
    margin-bottom: 2.5vw;
    margin-top: 3.9vw;
}


.highlight {
    color: #E8E927;
    font-weight: 700;
}

.btn-submit {
    background-color: #284D9A;
    color: white;
    padding: 1vw 3vw;
    border: none;
    border-radius: 1.82vw;
    border-bottom-left-radius: 0vw;
    border-top-left-radius: 1.3vw;
    font-weight: 800;
    font-size: 1.67vw;
    width: fit-content;
    margin-top: 1.5vw;
    margin-left: 11.56vw;

}

@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);
    }

    .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;
    }

    .contact-info h2 {
        font-size: 5.43vw;
        margin-top: 2vw;
        margin-bottom: 1.5vw;
    }
    .contact-box {
        border-radius: 1.2vw;
        padding: 3vw;
        height: auto;
    }
    .contact-box p {
        font-size: 3.9vw;
        line-height: 6.1vw;
        margin: 0vw;
        text-align: left;
        margin-bottom: 4.5vw;
        margin-top: 2.9vw;
    }
    .info-line {
        margin-bottom: 3.5vw;
        gap: 3vw;
    }
    .info-text {
        flex-direction: column;
        font-size: 3.66vw;
        color: white;
        width: 100%;
        line-height: 6vw;
        font-weight: 500;
    }
    .info-text .label {
        margin-bottom: 0.2vw;
        font-size: var(--p-size);
    }

}