.gform-theme--framework#gform_wrapper_2 .gform-field-label .gfield_required {
    --gf-ctrl-label-color-req: #D8CBB5;
}
/* ===== MENU TWENTY TWENTY - LA COUTURE BRIGADE ===== */

/* Menu desktop : noir */
body:not(.overlay-header) .primary-menu > li > a,
body:not(.overlay-header) .primary-menu > li > .icon {
    color: #111111 !important;
}

/* Menu mobile : noir */
.modal-menu a {
    color: #111111 !important;
}

/* Page active : beige */
.primary-menu .current-menu-item > a,
.primary-menu .current_page_item > a,
.modal-menu .current-menu-item > .ancestor-wrapper > a,
.modal-menu .current_page_item > .ancestor-wrapper > a {
    color: #D8CBB5 !important;
}

/* Survol desktop : beige */
.primary-menu a:hover,
.primary-menu a:focus {
    color: #D8CBB5 !important;
}

/* Survol / focus mobile : beige */
.modal-menu a:hover,
.modal-menu a:focus {
    color: #D8CBB5 !important;
}
/* ===== ACCENTS DU CONTENU ===== */

/* Liens dans le contenu : noir */
.entry-content a {
    color: #111111 !important;
    text-decoration-color: #D8CBB5 !important;
}

/* Survol : beige plus soutenu */
.entry-content a:hover,
.entry-content a:focus {
    color: #8F8068 !important;
}

/* Barre verticale des citations / introductions */
.entry-content blockquote {
    border-color: #D8CBB5 !important;
}

/* Soulignement des liens */
.entry-content a {
    text-decoration-color: #D8CBB5 !important;
}
/* ===== NOUVELLE BASE CLAIRE ===== */

/* Fond général */
body,
#site-content {
    background-color: #F7F5F0 !important;
}

/* Contenu courant */
.entry-content,
.entry-content p,
.entry-content li {
    color: #111111;
}

/* Titres */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    color: #111111;
}/* ===== FOOTER TWENTY TWENTY ===== */

/* Liens du footer */
.footer-widgets a,
#site-footer a {
    color: #111111 !important;
}

/* Liens au survol */
.footer-widgets a:hover,
#site-footer a:hover {
    color: #D8CBB5 !important;
}/* ===== CARTES / BLOCS DE PARCOURS ===== */

/* Blocs type bouton/carte dans le contenu */
.entry-content .wp-block-button__link {
    background-color: #EEE8DD !important;
    color: #111111 !important;
    border: 1px solid #D8CBB5 !important;
}

/* Liens dans ces blocs */
.entry-content .wp-block-button__link:hover,
.entry-content .wp-block-button__link:focus {
    background-color: #D8CBB5 !important;
    color: #111111 !important;
}
/* ===== FORMULAIRES SUR FOND CLAIR ===== */

.gform_wrapper label,
.gform_wrapper legend,
.gform_wrapper .gfield_label,
.gform_wrapper .gfield_description,
.gform_wrapper .gchoice label {
    color: #111111 !important;
}

.gform_wrapper input,
.gform_wrapper textarea,
.gform_wrapper select {
    background-color: #FFFFFF !important;
    color: #111111 !important;
}
/* ===== TITRES MOBILE ===== */

@media (max-width: 700px) {

   .entry-content h2 {
    font-size: 32px !important;
    line-height: 1.12 !important;
    letter-spacing: -0.5px !important;
}

    .entry-content h3 {
        font-size: 30px !important;
        line-height: 1.12 !important;
    }

}