p,
li,
ul,
b,
a,
span {
    font-family: 'Outfit', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Outfit', sans-serif;
}

blockquote {

    position: relative;
    padding: 40px 60px;

    strong {
        @media (min-width: 993px) {
            position: relative;

        }
    }

    cite {
        font-size: 18px;
        font-family: 'Outfit', sans-serif !important;
        position: relative;
        top: -60px;
    }

    * {
        font-style: italic;
        font-weight: 200 !important;
        font-size: 30px;
    }
}

blockquote strong::before {
    content: '"';
    position: absolute;
    top: -50px;
    left: -100px;
    font-size: 80px;
    font-weight: 700;
    color: rgba(54, 69, 0, 0.85);
    line-height: 1;
    font-style: normal;

    @media (max-width: 993px) {
        top: 60px;
        left: 0 !important;
    }
}

blockquote strong::after {
    content: '"';
    position: absolute;
    bottom: -70px;
    right: -100px;
    transform: rotate(180deg);
    font-size: 80px;
    font-weight: 700;
    color: rgba(54, 69, 0, 0.85);
    line-height: 1;
    font-style: normal;

    @media (max-width: 993px) {
        bottom: 0;
        right: 0;
    }
}

@media (max-width: 767px) {
    blockquote {
        font-size: 20px;
        padding: 30px 40px;
    }

    blockquote::before,
    blockquote::after {
        font-size: 50px;
    }
}

.wp-block-heading {
    padding-top: 30px;
    padding-bottom: 10px;
}

.wp-block-list {
    padding-top: 5px;
    margin-left: 20px;
}

strong {
    font-weight: 700;
}

p,
li,
.btn *,
.button * {
    font-size: 18px !important;
    font-weight: 300;

    @media (max-width: 992px) {
        font-size: 14px !important;
        letter-spacing: 1.2px !important;
    }
}

h2:not(.gform_submission_error) {
    font-size: 45px !important;

    @media (max-width: 767px) {
        font-size: 28px !important;
    }
}

h3 {
    font-size: 28px !important;

    @media (max-width: 767px) {
        font-size: 18px !important;
    }
}

@media (min-width: 1400px) {
    main>.container {
        width: 1500px;
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    main {
        margin-top: 0 !important;
    }

}

@media (max-width: 1700px) {
    header>div {
        width: 95% !important;
        max-width: initial !important;
        margin-left: auto !important;
    }
}

/* ========================================
   HEADER DESIGN FIGMA INTÉGRÉ
   ======================================== */
.header-left-menu-container {
    margin-left: auto;
}

.header-left-menu-container .sub-menu {
    box-shadow: none !important;
    border: none !important;
    background: #f6f6f1;
}

.header-left-menu-container>.header-left-menu>.menu-item {
    position: relative !important;
}

/* Header principal */
.site-header {
    background-color: #ffffff;
    padding: 20px 0;
    transition: padding 0.25s ease, box-shadow 0.25s ease;
    will-change: padding;
}

/* Header en mode sticky */
.site-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}

/* Ajustement du logo en mode sticky */
.site-header .header-logo img {
    transition: height 0.25s ease;
    will-change: height;
}

.site-header.sticky .header-logo img {
    height: 45px;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    width: 100%;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 65px;
    flex: 1;
}

.header-logo {
    display: block;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .header-logo {
        height: 40px;
        display: flex;
        align-self: flex-;
    }

    .header-logo img {
        /* width: 100% !important; */
        height: 100% !important;
        object-fit: contain;
    }
}

.header-logo img {
    height: 55px;
    max-width: none;
}

/* Styles pour le menu top-left-menu directement dans .header-left */
.header-content-container {
    display: flex;
    gap: 35px;
    align-items: center;
}

.header-content {
    display: flex;
    gap: 35px;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-left-menu {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1;
    justify-content: flex-end;

    @media (min-width: 1440px) {
        gap: 35px;
    }
}

.header-content li {
    margin: 0;
    padding: 0;
    transition: all .3s ease-in-out;
    padding: 15px;
    background: transparent;

    &.current_page_item {
        background: rgba(54, 69, 0, 0.85);

        a {
            color: #DCDC01;
        }
    }

    .responsive .header-content li {
        &.current_page_item {
            border-bottom: 1px dashed rgba(54, 69, 0, 0.85);

            a {
                color: rgba(54, 69, 0, 0.85);
            }
        }
    }

    a {
        color: black;
        transition: all .3s ease-in-out;

    }

    &:hover {
        background: #546126;
        transition: all .3s ease-in-out;

        a {
            color: #DCDC01;
            transition: all .3s ease-in-out;

        }
    }

}

.header-content a {
    font-weight: 400;
    font-size: 14px;
    color: #1d1d1b;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.3s ease;
}

@media (max-width: 1500px) {

    .header-content a,
    .header-right-menu a {
        font-size: 12px !important;
    }
}

/* .header-content a:hover {
    opacity: 0.7;
} */

/* Styles pour les sous-menus dropdown */
.header-content .menu-item {
    position: relative;
}

.header-content .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    opacity: 0;
    background: #546126;
    visibility: hidden;
    transition: all .3s ease-in-out;
    z-index: 1000;
    list-style: none;
    margin: 0;
    padding: 12px 0;
}

.header-content .menu-item:hover .sub-menu,
.header-content .menu-item.focus .sub-menu,
.header-content .sub-menu.dropdown-visible {
    opacity: 1;
    visibility: visible;
    transition: all .3s ease-in-out;
}

.header-content .sub-menu .menu-item {
    margin: 0;
    padding: 0;
    position: relative !important;
    padding-left: 20px !important;
    transition: all 0.3s ease;
    display: flex;
}

.header-content .sub-menu .menu-item:hover {
    padding-left: 10px !important;
    transition: all 0.3s ease;

}

.header-content .sub-menu .menu-item a:hover {
    background: none !important;
}

.header-content .sub-menu .menu-item::before {
    content: '+';
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.8;
    display: flex;
    align-self: end;
}

.header-content .sub-menu a {
    display: block;
    padding: 10px 20px 10px 25px;
    color: #DCDC01;
    text-decoration: none;
    transition: background-color .3s ease;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.submenu-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
}

.submenu-wrapper li {
    padding: 10px 0 !important;
}




.header-content .sub-menu a:hover {
    background-color: #f8f9fa;
    opacity: 1;
}

/* Indicateur visuel pour les éléments avec sous-menu */
.header-content .menu-item-has-children>a::after {
    content: '+';
    margin-left: 6px;
    font-size: 12px;
    opacity: 0.6;
    transition: transform .3s ease;
    font-weight: bold;
}

.header-content .menu-item-has-children:hover>a::after {
    transform: rotate(45deg);
}

.header-right {
    display: flex;
    align-items: center;
    gap: 35px;
    flex-shrink: 0;
}

.header-right-menu-container {
    display: flex;
    gap: 35px;
    align-items: center;
}

.header-right-menu {
    display: flex;
    gap: 35px;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-right-menu li {
    margin: 0;
    padding: 0;
}

.header-right-menu a {
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #1d1d1b;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.3s ease;
}

.header-right-menu a:hover {
    opacity: 0.7;
}

/* Styles pour les sous-menus dropdown du menu de droite */
.header-right .header-right-menu .menu-item {
    position: relative;
}

.header-right .header-right-menu .sub-menu {
    position: absolute;
    top: 50px;
    right: 0;
    background-color: #ffffff;
    min-width: 200px;
    box-shadow: 0 34px 24px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    list-style: none;
    margin: 0;
    padding: 12px 0;
    border: 1px solid #f0f0f0;
}

.header-right .header-right-menu .menu-item:hover .sub-menu,
.header-right .header-right-menu .menu-item.focus .sub-menu,
.header-right .header-right-menu .sub-menu.dropdown-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header-right .header-right-menu .sub-menu .menu-item {
    margin: 0;
    padding: 0;
}

.header-right .header-right-menu .sub-menu a {
    display: block;
    padding: 10px 20px;
    font-size: 13px;
    color: #1d1d1b;
    text-decoration: none;
    transition: background-color .3s ease;
    border-radius: 0;
    text-transform: none;
    letter-spacing: 0.5px;
}

.header-right .header-right-menu .sub-menu a:hover {
    background-color: #f8f9fa;
    opacity: 1;
}

/* Indicateur visuel pour les éléments avec sous-menu du menu de droite */
.header-right .header-right-menu .menu-item-has-children>a::after {
    content: '+';
    margin-left: 6px;
    font-size: 12px;
    opacity: 0.6;
    transition: transform .3s ease;
    font-weight: bold;
}

.header-right .header-right-menu .menu-item-has-children:hover>a::after {
    transform: rotate(45deg);
}

/* Responsive header */
@media (max-width: 1200px) {
    .header-content {
        gap: 20px;
    }

    .header-left {
        gap: 40px;
    }

    .header-left-menu-container,
    .header-right-menu-container {
        gap: 25px;
    }

    .header-left-menu,
    .header-right-menu {
        gap: 25px;
    }
}

@media (max-width: 992px) {
    .header-left {
        gap: 30px;
    }

    .header-left-menu-container,
    .header-right-menu-container {
        gap: 20px;
    }

    .header-left-menu,
    .header-right-menu {
        gap: 20px;
    }

    .header-left-menu a,
    .header-right-menu a {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .header-content {
        /* flex-direction: column; */
        gap: 20px;
    }

    .header-left,
    .header-right {
        gap: 20px;
    }

    .header-left-menu-container,
    .header-right-menu-container {
        gap: 15px;
    }

    .header-left-menu,
    .header-right-menu {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .header-left-menu a,
    .header-right-menu a {
        font-size: 12px;
    }

    /* Styles responsifs pour les sous-menus sur mobile */
    .header-content .sub-menu,
    .header-right .header-right-menu .sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: none;
        background-color: transparent;
        min-width: auto;
        padding: 0 0 0 20px;
        margin-top: 10px;
    }

    .header-content .sub-menu .menu-item,
    .header-right .header-right-menu .sub-menu .menu-item {
        margin: 5px 0;
    }

    .header-content .sub-menu a,
    .header-right .header-right-menu .sub-menu a {
        font-size: 11px;
        padding: 5px 0;
        color: #666;
    }

    .header-content .sub-menu a:hover,
    .header-right .header-right-menu .sub-menu a:hover {
        background-color: transparent;
        color: #1d1d1b;
    }

    /* Masquer les indicateurs de flèche sur mobile */
    .header-content .menu-item-has-children>a::after,
    .header-right .header-right-menu .menu-item-has-children>a::after {
        display: none;
    }
}



/* ========================================
   FOOTER DESIGN FIGMA INTÉGRÉ
   ======================================== */

.site-footer {
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* Wrapper principal - disposition horizontale */
.footer-wrapper {
    display: flex;
    width: 100%;
    min-height: 421px;
}

/* Section gauche - Blanche */
.footer-left {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    flex-shrink: 0;

    @media (min-width: 1720px) {
        width: 646px;

    }
}

.footer-logo-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px 20px 0;

    @media (min-width: 1720px) {
        flex: 1;
    }
}

.footer-logo {
    height: 92px;
    width: 342px;
    object-fit: contain;
}

/* Boîte contact verte claire */
.footer-contact-box {
    display: flex;
    flex-direction: column;
    gap: 28px;
    background-color: rgba(54, 69, 0, 0.1);
    justify-content: center;
    flex: 1;
    padding: 0 50px;

    @media (min-width: 1720px) {
        padding: 0 0 0 140px;
    }
}

.footer-address {
    display: flex;
    flex-direction: column;
    width: 311px;
}

.footer-address p,
.footer-address a {
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: rgba(54, 69, 0, 0.85);
    text-decoration: none;
    margin: 0;
}

.footer-address a {
    display: block;

}

.footer-address .entreprise-name {
    font-weight: 600;
    margin-bottom: 5px;
}

.footer-phone {
    font-size: 30px !important;
    line-height: 34px !important;
    font-weight: 600 !important;
    margin-top: 16px !important;
    letter-spacing: 3px;
}

.footer-email {
    font-size: 16px !important;
    margin-top: 8px !important;
}

/* Bouton contactez-nous */
.footer-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-bottom: 1px solid rgba(54, 69, 0, 0.85);
    text-decoration: none;
    transition: all 0.3s ease;
    width: max-content;
}

.footer-cta-button:hover {
    opacity: 0.7;
}

.footer-cta-button svg {
    width: 21px;
    height: 21px;
    margin-left: 0;
    transition: all 0.3s ease-in-out;
}

.footer-cta-button svg path {
    stroke: rgba(54, 69, 0, 0.85);
}

.footer-cta-button span {
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 3.6px;
    color: rgba(54, 69, 0, 0.85);
    text-transform: uppercase;
    white-space: nowrap;
}

/* Section droite - Verte */
.footer-right {
    display: flex;
    flex: 1;
    background-color: rgba(54, 69, 0, 0.85);
    padding: 50px;

    @media (min-width: 1720px) {
        padding: 100px 0 100px 140px;
    }
}

.footer-menus {
    display: flex;
    gap: 16px;
    width: 100%;
}

.footer-menu-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer-menu-column:first-child {
    width: 397px;
}

.footer-menu-column:last-child {
    width: 413px;
}

.footer-menu-column h4, .footer-menu-column .h4 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 3.6px;
    color: #dcdc01;
    margin: 0;
    text-transform: uppercase;
}

.footer-nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-nav-menu li {
    margin: 0;
}

.footer-nav-menu a {
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    line-height: 34px;
    letter-spacing: 1.6px;
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.footer-nav-menu a:hover {
    opacity: 0.7;
}

/* Réseaux sociaux dans footer */
.footer-social {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.footer-social-title {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 3.6px;
    color: #dcdc01;
    text-transform: uppercase;
}

.social-icons {
    display: flex;
    gap: 10px;
    align-items: center;
}

.social-icon {
    height: 24px;
    width: 24px;
    object-fit: contain;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .3s ease;
}

.social-link:hover {
    transform: scale(1.1);
}

/* Info bottom dans footer */
.footer-bottom-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
    max-width: 400px;
}

.footer-logo-large {
    height: auto;
    max-width: 234px;
}

.neos-logo {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.footer-description {
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.4;
}

.footer-description p {
    margin: 0 0 10px 0;
    font-size: 14px;
}

/* Bande copyright jaune */
.footer-copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-content: center;
    background-color: #dcdc01;
    padding: 10px 40px;
    width: 100%;
}

.footer-copyright p {
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    letter-spacing: 1.6px;
    color: rgba(54, 69, 0, 0.85);
    margin: 0;
}

.footer-legal-links {
    display: flex;
}

.legal-menu {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.legal-menu li {
    margin: 0;
}

.footer-copyright a,
.footer-copyright p {
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: 16px !important;
    color: rgba(54, 69, 0, 0.85);
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.footer-copyright ul {
    margin-left: 15px;
}

.legal-menu a:hover {
    opacity: 0.7;
    text-decoration: underline;
}

/* Responsive */
.responsive {
    .menu-item.active {
        background: #5461264f !important;

        a {
            color: black !important;
        }

        .sub-menu {
            padding-left: 20px;
            padding-right: 20px;
        }

        .menu-item::before {
            color: #546126 !important;
        }

        .current_page_item::before,
        .menu-item:hover::before {
            color: white !important;
        }

        .current_page_item *,
        .menu-item:hover * {
            color: white !important;
        }


    }

    .burger-menu-list .menu-item-has-children>a::after {
        color: #546126 !important;
    }
}

@media (max-width: 1400px) {
    .footer-wrapper {
        flex-direction: column;
    }

    .footer-left,
    .footer-menu-column:first-child,
    .footer-menu-column:last-child {
        width: 100%;
    }

    .footer-contact-box,
    .footer-right {
        padding: 40px;
    }

    .footer-menus {
        flex-direction: column;
        gap: 40px;
    }

    .footer-copyright {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .footer-logo-section {
        height: auto;
        padding: 30px 20px;
    }

    .footer-logo {
        width: 100%;
        max-width: 250px;
        height: auto;
    }

    .footer-contact-box {
        min-height: auto;
        padding: 30px 20px;
    }

    .footer-address {
        width: 100%;
    }

    .footer-right {
        padding: 40px 20px;
    }

    .footer-cta-button span {
        font-size: 14px;
        letter-spacing: 2px;
    }

    .footer-copyright {
        padding: 20px;
    }

    .legal-menu {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}

.footer-logo-container {
    padding: 40px 20px;
}

.footer-logo {
    height: 80px;
    width: 300px;
}

.footer-content {
    gap: 50px;
    padding: 20px 0;
}

.footer-bottom {
    padding: 20px 0;
    gap: 20px;
    flex-direction: column;
}

.footer-logo-large {
    height: 80px;
    width: 180px;
}

.footer-description {
    text-align: center;
    width: 100%;
    max-width: 600px;
    padding: 0 20px;
}

.entreprises-container {
    flex-direction: column;
    gap: 20px;
}

.entreprise-info {
    min-width: auto;
    text-align: center;
}

/* ========================================
   STYLES GÉNÉRALISÉS DES BOUTONS
   ======================================== */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-bottom: 1px solid rgba(54, 69, 0, 0.85);
    text-decoration: none;
    transition: all 0.3s ease;
    width: max-content;
    color: #515f23;

    &.green {
        color: #dcdc01 !important;
    }

    @media (max-width: 767px) {
        * {
            font-size: 14px !important;
        }
    }

    svg {
        margin-left: 0;
        transition: all 0.3s ease-in-out;
    }

    .icon {
        position: relative;

        &::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 10px;
            height: 1.01px;
            background: #515f23;
            z-index: 1;
            top: 41%;
            transform: translateY(-50%);
            overflow: hidden;
            transform-origin: left;
            transition: all 0.3s ease-in-out;
        }
    }

    &:hover {
        svg {
            margin-left: 18px;
        }

        .icon::before {
            width: 20px;
        }
    }

    * {
        letter-spacing: 5px !important;
    }
}

.btn.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #dcdc01;
    background: transparent;
    color: white;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    width: 350px;
    height: 65px;
    overflow: clip;
    line-height: normal;
}

@media (max-width: 520px) {
    .btn.btn-primary {
        width: 100%;
        max-width: 350px;
        font-size: 14px;
        letter-spacing: 2px;
        height: 55px;
    }
}

.btn.btn-primary:hover {
    background-color: #dcdc01 !important;
    color: #364500 !important;
    text-decoration: none;
}

@media (min-width: 768px) {
    .btn.btn-primary {
        width: 350px;
        height: 65px;
    }
}

/* Style pour le bouton de soumission Contact Form 7 */
.wpcf7-submit {
    display: inline-block;
    background-color: #FFE04B;
    color: #1D1D1B;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    padding: 30px;
    border-radius: 60px;
    transition: all 0.3s ease;
    text-align: center;
    line-height: 1;
    white-space: nowrap;
    border: none;
    cursor: pointer;
}

.wpcf7-submit:hover {
    background-color: #e6d142;
    color: #1D1D1B;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 224, 75, 0.3);
}

@media (min-width: 768px) {
    .wpcf7-submit {
        padding: 25px 40px;
    }
}

.wpcf7-form {
    margin-bottom: 100px;
}

.formulaire_container label {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.formulaire_container span:not(.h-captcha) {
    padding-top: 10px;
}

.formulaire_container input:not(.wpcf7-submit),
.formulaire_container textarea,
.formulaire_container select {
    padding: 10px 15px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #1d1d1b;
    color: rgba(29, 29, 27, 0.52);
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    border-radius: 0;
    /* 19.2px */
    width: 100%;
    transition: all 0.8s ease;

}

.formulaire_container input::placeholder {
    opacity: .6;
}

.formulaire_container input:focus,
.formulaire_container textarea:focus,
.formulaire_container select:focus,
.formulaire_container input:active,
.formulaire_container textarea:active,
.formulaire_container select:active {
    border: none !important;
    background: #1d1d1b06 !important;
    outline: none !important;
    transition: all 0.8s ease;
}

.formulaire_container .wpcf7-list-item label {
    flex-direction: row;
    align-items: flex-start;
}

.formulaire_container .wpcf7-list-item input {
    width: initial;
}

.formulaire_container .wpcf7-list-item span {
    padding-top: 0;
    padding-left: 20px;
}

.formulaire_container .wpcf7-submit {
    width: 100% !important;
}

.wpcf7-not-valid-tip {
    color: #ce9898;
    font-size: 1em;
    font-weight: normal;
    display: block;
    padding-top: 20px !important;
    background: #d098991f;
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
}

.wpcf7-response-output {
    background: #d098991f;
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
    color: #9cce98;
    font-size: 1em;
    font-weight: normal;
    display: block;
    padding: 20px !important;
    border: none !important;
    font-family: 'Outfit', sans-serif;
    background: #9cce982e;
}

body,
#page {
    overflow-x: hidden;
    /*WIP*/
}

/* ========================================
   MENU BURGER RESPONSIVE
   ======================================== */

/* Styles pour le menu burger sur mobile */
@media (max-width: 1279px) {

    /* Masquer les menus de navigation principaux */
    .header-left-menu-container,
    .header-right-menu-container {
        display: none !important;
    }

    /* Afficher le bouton burger */
    .menu-burger {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        background: transparent;
        border: none;
        cursor: pointer;
        z-index: 1001;
        position: relative;
    }

    /* Animation du bouton burger */
    .menu-burger .line {
        transition: all 0.3s ease;
    }

    .menu-burger.opened .line {
        stroke: #546126;
    }

    /* Overlay du menu burger */
    .burger-menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(10px);
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        display: flex;
        align-items: center;
        justify-content: center;
    }


    body.menu-open .burger-menu-overlay {
        opacity: 1;
        visibility: visible;
    }

    /* Contenu du menu burger */
    .burger-menu-content {
        width: 100%;
        max-width: 600px;
        padding: 40px 20px;
        text-align: center;
        transform: translateY(20px);
        transition: transform 0.4s ease;
    }

    body.menu-open .burger-menu-content {
        transform: translateY(0);
    }

    /* Navigation du menu burger */
    .burger-menu-navigation {
        margin-bottom: 40px;
        width: 100%;

        .sub-menu .menu-item {
            padding-left: 0 !important;
        }
    }

    .burger-menu-list {
        list-style: none;
        /* margin: 0 0 30px 0; */
        padding: 0;
    }

    .burger-menu-list-secondary {
        margin-top: 0;
        margin-bottom: 0;
    }

    .burger-menu-list li {
        margin: 0;
        padding: 0;
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.3s ease;
    }

    body.menu-open .burger-menu-list li {
        opacity: 1;
        transform: translateY(0);
    }

    /* Animation décalée pour chaque élément du menu */
    body.menu-open .burger-menu-list li:nth-child(1) {
        transition-delay: 0.1s;
    }

    body.menu-open .burger-menu-list li:nth-child(2) {
        transition-delay: .3s;
    }

    body.menu-open .burger-menu-list li:nth-child(3) {
        transition-delay: 0.3s;
    }

    body.menu-open .burger-menu-list li:nth-child(4) {
        transition-delay: 0.4s;
    }

    body.menu-open .burger-menu-list li:nth-child(5) {
        transition-delay: 0.5s;
    }

    body.menu-open .burger-menu-list li:nth-child(6) {
        transition-delay: 0.6s;
    }

    body.menu-open .burger-menu-list li:nth-child(7) {
        transition-delay: 0.7s;
    }

    body.menu-open .burger-menu-list li:nth-child(8) {
        transition-delay: 0.8s;
    }

    .burger-menu-list a {
        display: block;
        padding: 18px 0;
        font-family: 'Outfit', sans-serif;
        font-weight: 500;
        font-size: 18px;
        color: #1d1d1b;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-decoration: none;
        transition: all 0.3s ease;
        border-bottom: 1px solid transparent;
        position: relative;
        text-align: center;
    }

    .burger-menu-list a:hover {
        color: rgba(54, 69, 0, 0.85);
        border-bottom-color: rgba(54, 69, 0, 0.85);
        transform: translateY(-2px);
        padding-left: 0;
    }

    /* Gestion des sous-menus */
    .burger-menu-list .sub-menu {
        display: none;
        list-style: none;
        margin: 0;
        padding: 0;
        background: rgba(49, 173, 104, 0.05);
        margin: 10px 0;
        border-radius: 8px;
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.3s ease;
    }

    .burger-menu-list .menu-item-has-children>a::after {
        content: '+';
        margin-left: 10px;
        font-weight: bold;
        font-size: 18px;
        color: #DCDC01;
        transition: transform 0.3s ease;
        display: inline-block;
    }

    .burger-menu-list .menu-item-has-children.active>a::after {
        transform: rotate(45deg);
    }

    .burger-menu-list .menu-item-has-children.active .sub-menu {
        display: block;
        max-height: 500px;
    }

    .burger-menu-list .sub-menu a {
        font-size: 15px;
        padding: 12px 20px;
        text-transform: none;
        letter-spacing: 0.5px;
        font-weight: 400;
        border-bottom: 1px solid rgba(49, 173, 104, 0.1);
        transition: all 0.3s ease;
        color: #666;
    }

    .burger-menu-list .sub-menu a:hover {
        background: rgba(49, 173, 104, 0.1);
        padding-left: 30px;
        color: #dcdc01;
    }

    /* Fermeture du menu avec la touche Escape */
    .burger-menu-overlay:focus {
        outline: none;
    }
}

@media (min-width: 1280px) {
    .burger-menu-navigation {
        display: none !important;
    }
}

/* Styles pour les écrans très petits */
@media (max-width: 480px) {
    .burger-menu-content {
        padding: 20px 15px;
    }

    .burger-menu-list a {
        font-size: 18px;
        padding: 15px 0;
    }

    .burger-menu-list .sub-menu a {
        font-size: 14px;
        padding: 12px 5px;
    }

    .header-content .sub-menu .menu-item::before {
        transform: translateY(-60%) !important;
    }
}

.wpml-ls-menu-item a {

    justify-content: center;
}


.page-template-page-editorial main h2 {
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 10px;
    padding-top: 40px;
    text-transform: uppercase;
    font-family: Outfit, sans-serif;
}

.page-template-page-editorial main ul {
    padding-top: 10px;
    margin-left: 15px;
    padding-bottom: 10px;
}

/* .page-template-page-editorial main ul,
p,
li {
    font-weight: 300;
    font-size: 16px;
} */

.page-template-page-editorial main p {
    padding-bottom: 10px;
}

.page-template-page-editorial main .container {
    margin-bottom: 70px;
}

.page-template-page-editorial strong {
    font-weight: 600;
}

.single-produits .block-banniere__image {
    object-position: top;
}

/* Badge d'étiquette */
.etiquette-badge {
    background: #f6f6f1;
    padding: 6px 10px;
    border-radius: 8px;
    display: inline-block;
    align-self: flex-start;
    transition: all 0.3s ease;
    border: 1px solid #f6f6f1;

}

.etiquette-badge {
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #1d1d1b;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
}

/*Actualités*/
.single-news {
    .blockImageTexte__image img {
        width: 80%;
        margin: 0 auto;
    }
}

/* ========================================
   BOUTON BACK TO TOP
   ======================================== */

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #DCDC01;
    color: #1D1D1B;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(255, 224, 75, 0.3);
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    background-color: #d3c038;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255, 224, 75, 0.4);
}

.back-to-top:active {
    transform: translateY(0);
}

.back-to-top::before {
    content: '↑';
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    font-weight: 600;
}

/* Responsive pour le bouton back to top */
@media (max-width: 768px) {
    .back-to-top {
        bottom: 20px;
        left: 20px;
        width: 45px;
        height: 45px;
        font-size: 18px;
    }

    .back-to-top::before {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .back-to-top {
        bottom: 15px;
        left: 15px;
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .back-to-top::before {
        font-size: 14px;
    }
}

#tarteaucitronIcon {
    display: none !important;
}

.breadcrumb a {
    border-bottom: none !important;
}

/*Spécifique page d'accueil*/
.home {
    .bloc-chiffres-cles {

        &:before,
        &:after {
            display: none;
        }

        @media (min-width: 1280px) {
            padding-bottom: 150px !important;
        }
    }

    blockquote {
        p {
            padding-bottom: 150px !important;
        }

        strong {
            @media (max-width: 1280px) {

                &:before,
                &:after {
                    display: none;
                }
            }
        }

        &::before,
        &::after {
            content: '';
            position: absolute;
            width: 250px;
            height: 250px;
            background-repeat: no-repeat;
            background-size: contain;
            background-image: url('../images/elements/grey/coin.svg');
            z-index: 0;
            bottom: 0;

            @media (min-width: 768px) and (max-width: 1280px) {
                width: 150px;
                height: 150px;
            }

            @media (max-width: 767px) {
                width: 100px;
                height: 100px;
            }
        }

        &::before {
            left: 0;
        }

        &::after {
            right: 0;
            background-position: bottom left;
            transform: rotate(-90deg);
        }
    }
}

/*Nos moyens techniques*/
.page-id-737 {
    .bloc-equipes {
        padding-bottom: 0 !important;
        padding-top: 50px !important;
    }

    .bloc-equipes__content {
        background: white;
    }

    .bloc-equipes__member {
        margin-right: initial !important;
        flex: none !important;
    }

    .bloc-equipes__card {
        height: initial !important;
    }

    .bloc-equipes__image-wrapper {
        align-items: center;
        justify-content: center;
    }

    .bloc-equipes__info {
        display: none;
    }

    .bloc-equipes__image {
        width: 200px;
        height: 150px;
        object-fit: contain;
        object-position: center;
    }
}

.h-captcha {
    display: block !important;
    position: relative !important;
}

.page-template-default {
    h2 {
        color: rgba(54, 69, 0, 0.85);
        font-weight: 200;
        letter-spacing: 5px;
    }
}