:root {
    font-size: 16px;
}

@media screen and (max-width: 1200px) {
    :root {
        font-size: 1.333vw;
    }
}

#illustration {
    background-color: #f0efee;
    background-image: url(/audiofonos/res/img/fond.webp);
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding: 2rem;
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}
form {
    width: 44rem;
}
footer {
    padding: 3rem 4rem;
    gap: 1rem;
    font-size: 0.9rem;
}
header .logo {
    height: 2.75rem;
}
h1 {
    font-size: 1.9rem;
}
h2 {
    font-size: 1.5rem;
}
h3 {
    font-size: 1.2rem;
}
.respo-inner {
    width: 58rem;
    flex-direction: row;
    margin: auto;
}
.partenaires {
    gap: 2rem;
    margin: 3.25rem 0;
}
.label {
    font-size: 1rem;
}
.radio-img-button {
    padding: 1.4rem;
}
.respo-inner img {
    width: 1.2rem;
    height: 1.2rem;
}
.dropdown-content {
    width: 42rem;
}
@media screen and (max-width: 1500px) {
    #illustration {
        justify-content: flex-end;
    }
}