/* CONTACT */
#onglet_contact::before {
    content: "";
    position: absolute;
    background-image: url("../img/image_fond_contact.svg");
    background-repeat: no-repeat;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
#onglet_contact .form_contact {
    border-bottom: 2px var(--main-color-third) solid;
}
#onglet_contact .form_contact input {
    min-height: 55px;
    border: 0;
    box-shadow: none;
}
#onglet_contact .form_contact textarea {
    min-height: 100px;
    max-height: 100px;
    max-width: 100%;
    min-width: 100%;
    border: 0 !important;
}
#onglet_contact .form_contact textarea:focus-visible {
    outline: unset !important;
}
#onglet_contact [type="checkbox"].filled-in:not(:checked) + span:after {
    border: 2px solid white;
}
#onglet_contact.cosoluce [type="checkbox"].filled-in:not(:checked) + span:after,
#onglet_contact.atreal [type="checkbox"].filled-in:not(:checked) + span:after {
    border: 2px solid var(--main-color-second);
}
