.elementor-44 .elementor-element.elementor-element-1388887.elementor-element{--align-self:center;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-44 .elementor-element.elementor-element-32279e8{margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-44 .elementor-element.elementor-element-b627729{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-32279e8 */.imgLogo {
    width: 130px;
}

@media screen and (max-width: 768px) {
    .imgLogo {
        width: 70px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b627729 */.header-nav {
    padding: 0 24px;
    position: relative;
}

/* === BURGER BUTTON === */
.burger-btn {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    margin-left: auto;
    position: relative;
    z-index: 1100;
}
.burger-btn span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--Blanc);
    border-radius: 2px;
    transition: all .3s ease;
    transform-origin: center;
}
.burger-btn.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.burger-btn.is-open span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}
.burger-btn.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* === MENU PRINCIPAL === */
.header-nav .menu {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-nav .menu > li { position: relative; }

/* === LIENS === */
.header-nav a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--Blanc);
    font-weight: 500;
    transition: all .3s ease;
}
.header-nav a:hover { color: var(--Jaune); }

/* === LABEL NON-CLIQUABLE (menu parent sans lien) === */
.menu-item-has-children > .menu-parent-label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--Blanc);
    font-weight: 500;
    cursor: pointer;
    transition: all .3s ease;
    font-size: 20px;
}
.menu-item-has-children:hover > .menu-parent-label {
    color: var(--Jaune);
}

/* === FLÈCHE SOUS-MENU === */
.menu-item-has-children > a::after,
.menu-item-has-children > .menu-parent-label::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--Jaune);
    border-bottom: 2px solid var(--Jaune);
    transform: rotate(45deg);
    transition: all .3s ease;
    margin-top: -3px;
}
.menu-item-has-children:hover > a::after,
.menu-item-has-children:hover > .menu-parent-label::after {
    transform: rotate(-135deg);
    margin-top: 3px;
}

/* === SOUS-MENU (desktop) === */
.sub-menu {
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    min-width: 280px;
    margin: 0;
    padding: 0 0 30px 0;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    list-style: none;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: opacity .3s ease, transform .3s ease, visibility .3s ease;
    z-index: 1000;
}
.menu-item-has-children::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 20px;
}
.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.sub-menu li { position: relative; margin: 0; }

.sub-menu li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 2px;
    background: var(--Jaune);
}

.sub-menu li a {
    display: block;
    padding: 12px 24px;
    color: var(--Blanc);
    text-align: center;
    transition: all .25s ease;
}
.sub-menu li a:hover {
    color: var(--Jaune);
    padding-left: 30px;
}

/* === ÉTAT ACTIF === */
.current-menu-item > a,
.current_page_item > a {
    color: var(--Jaune);
}
.sub-menu li.current-menu-item > a {
    color: var(--Jaune);
}
.current_page_parent > .menu-parent-label,
.current-menu-ancestor > .menu-parent-label,
.current_page_item > .menu-parent-label,
.current-menu-item > .menu-parent-label {
    color: var(--Jaune);
}

/* === BTN CTA === */
.menu-cta-contact {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 0;
    align-items: center;
}
.menu-cta-contact a {
    background: var(--Jaune);
    color: var(--Noir);
    width: fit-content;
    padding: 15px 25px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-cta-contact a:last-child {
    width: 54px;
    height: 54px;
    padding: 0;
    border-radius: 50%;
    margin-left: -10px;
}
.menu-cta-contact img {
    display: block;
    height: 15px;
    width: 15px;
    transform: rotate(0deg);
    transition: .3s ease;
}
.menu-cta-contact:hover img {
    transform: rotate(45deg);
}

.menu-cta-item {
    display: none;
}

/* ================================
   BURGER — tablette et moins
================================ */

@media screen and (min-width: 1366px) and (max-width: 1500px) {
    
    .header-nav a {
        font-size: 17px;
    }
    
    .menu-item-has-children > .menu-parent-label {
        font-size: 17px;
    }
    
}
@media screen and (max-width: 1200px) {

    .header-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0;
    }

    .burger-btn { display: flex; }

    .header-nav .menu {
        position: fixed;
        top: 0;
        right: 0;
        width: min(320px, 85vw);
        height: 100dvh;
        background: var(--Noir);
        flex-direction: column;
        align-items: center;
        gap: 0;
        padding: 80px 0 40px;
        overflow-y: auto;
        transform: translateX(100%);
        transition: transform .35s cubic-bezier(.4,0,.2,1);
        z-index: 1050;
        box-shadow: -4px 0 24px rgba(0,0,0,.4);
    }
    .header-nav .menu.is-open {
        transform: translateX(0%);
    }

    .nav-backdrop {
        display: none;
        position: fixed;
        inset: 0;
        z-index: 1040;
        background: rgba(0,0,0,.4);
    }
    .nav-backdrop.is-open { display: block; }

    .header-nav .menu > li {
        border-bottom: 1px solid rgba(255,255,255,.08);
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .header-nav .menu > li > a,
    .header-nav .menu > li > .menu-parent-label {
        padding: 16px 24px;
        justify-content: center;
        width: 100%;
        text-align: center;
        color: var(--Blanc);
    }

    .menu-item-has-children {
        flex-direction: column;
        align-items: center;
    }

    .menu-item-has-children > a::after,
    .menu-item-has-children > .menu-parent-label::after {
        margin-top: 0;
        margin-left: 10px;
    }
    .menu-item-has-children.sub-open > a::after,
    .menu-item-has-children.sub-open > .menu-parent-label::after {
        transform: rotate(-135deg);
    }

    .sub-menu {
        position: static;
        min-width: unset;
        width: 100%;
        opacity: 1;
        visibility: visible;
        transform: none;
        transition: max-height .3s ease, padding .3s ease;
        max-height: 0;
        overflow: hidden;
        padding: 0;
        border-radius: 0;
    }
    .menu-item-has-children.sub-open .sub-menu {
        max-height: 400px;
        padding: 8px 0;
    }

    .menu-item-has-children:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        transform: none;
        max-height: 0;
    }

    .menu-item-has-children.sub-open:hover .sub-menu {
        max-height: 400px;
    }

    .menu-item-has-children::before { display: none; }

    .sub-menu li::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 70px;
        height: 2px;
        background: var(--Jaune);
    }

    .sub-menu li a {
        padding: 12px 36px;
        text-align: center;
    }

    .sub-menu li a:hover {
        padding-left: 44px;
    }

    .menu-cta-item {
        display: flex;
        justify-content: center;
        align-self: center;
        padding: 70px 0 0;
        border-bottom: none !important;
        width: 100%;
    }
    
    .menu-cta-contact a {
        font-size: 18px;
    }

    /* === ÉTAT ACTIF EN MOBILE === */
    .header-nav .menu > li.current-menu-item > a,
    .header-nav .menu > li.current_page_item > a {
        color: var(--Jaune);
    }
    .header-nav .menu > li.current_page_parent > .menu-parent-label,
    .header-nav .menu > li.current-menu-ancestor > .menu-parent-label,
    .header-nav .menu > li.current_page_item > .menu-parent-label,
    .header-nav .menu > li.current-menu-item > .menu-parent-label {
        color: var(--Jaune);
    }
    .sub-menu li.current-menu-item > a {
        color: var(--Jaune);
    }
    
    .menu-item-has-children > .menu-parent-label {
        font-size: 18px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1388887 */.btn-general {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 0;
    align-items: center;
}

.btn-general a {
    background: var(--e-global-color-v4-jaune);
    color: var(--e-global-color-v4-noir);
    width: fit-content;
    padding: 15px 25px;
    border-radius: 40px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-general a:last-child {
    width: 54px;
    height: 54px;
    padding: 0;
    border-radius: 50%;
    margin-left: -10px;
}

.btn-general img {
    display: block;
    height: 15px;
    width: 15px;
    transform: rotate(0deg);
    transition: .3s ease;
}

.btn-general:hover img {
    transform: rotate(45deg);
}

@media screen and (min-width: 1366px) and (max-width: 1500px){
    .btn-general a {
        font-size: 17px;
    }
    
.btn-general a:last-child {
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 50%;
    margin-left: -10px;
}

.btn-general img {
    display: block;
    height: 14px;
    width: 14px;
    transform: rotate(0deg);
    transition: .3s ease;
}
}/* End custom CSS */