.elementor-12 .elementor-element.elementor-element-1ac3f49f{--display:flex;--position:fixed;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;top:0px;--z-index:95;}.elementor-12 .elementor-element.elementor-element-1ac3f49f:not(.elementor-motion-effects-element-type-background), .elementor-12 .elementor-element.elementor-element-1ac3f49f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}body:not(.rtl) .elementor-12 .elementor-element.elementor-element-1ac3f49f{left:0px;}body.rtl .elementor-12 .elementor-element.elementor-element-1ac3f49f{right:0px;}.elementor-12 .elementor-element.elementor-element-8a441e9{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-12 .elementor-element.elementor-element-1ac3f49f{--min-height:85px;--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}}@media(max-width:767px){.elementor-12 .elementor-element.elementor-element-1ac3f49f{--min-height:65px;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}}/* Start custom CSS for html, class: .elementor-element-8a441e9 *//* ================================================================
   TOP BAR - Bande supérieure avec contact et réseaux sociaux
   ================================================================ */
.em-topbar {
    width: 100%;
    background: var(--e-global-color-primary);
    color: #ffffff;
    font-size: 13px;
    position: relative;
    z-index: 1201;
}

.em-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    padding: 8px 20px;
}

/* Contact (gauche) */
.em-topbar-contact {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.em-topbar-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff !important;
    text-decoration: none !important;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-weight: 500;
}

.em-topbar-item:hover {
    opacity: 0.85;
}

.em-topbar-item svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    stroke: #ffffff;
}

/* Style spécial pour WhatsApp - Vert officiel */
.em-topbar-whatsapp {
    background: #25D366;
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: 500;
}

.em-topbar-whatsapp:hover {
    background: #20bd5a;
    opacity: 1;
}

.em-topbar-whatsapp svg {
    fill: #ffffff;
    stroke: none;
}

/* Réseaux sociaux (droite) */
.em-topbar-social {
    display: flex;
    align-items: center;
    gap: 8px;
}

.em-topbar-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.em-topbar-social-link:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.em-topbar-social-link svg {
    width: 14px;
    height: 14px;
    fill: #ffffff;
}


/* ================================================================
   HEADER PRINCIPAL
   ================================================================ */

.em-header {
    width: 100%;
    background: #ffffff;
    position: sticky;
    top: 0;
    z-index: 1200;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

.em-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.em-header-logo {
    flex-shrink: 0;
}

.em-header-logo a {
    display: block;
    line-height: 0;
}

.em-header-logo img {
    height: 120px;
    width: auto;
}

/* Liens du menu desktop */
.em-header .em-header-menu a {
    color: var(--e-global-color-primary);
    text-decoration: none;
}

.em-header .em-header-menu a:hover {
    color: var(--e-global-color-accent);
}

.em-header-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 0 40px;
}

.em-header-menu {
    display: flex;
    align-items: center;
    gap: 36px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.em-header-menu li a {
    font-family: var(--e-global-typography-secondary-font-family), sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
    font-size: 18px;
    text-decoration: none;
    background: linear-gradient(90deg, var(--e-global-color-primary) 0%, var(--e-global-color-accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    padding: 8px 0;
    transition: opacity 0.3s ease;
}

.em-header-menu li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--e-global-color-primary) 0%, var(--e-global-color-accent) 100%);
    border-radius: 2px;
    transition: width 0.3s ease;
}

.em-header-menu li a:hover::after {
    width: 100%;
}

.em-header-actions {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.em-header-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(90deg, var(--e-global-color-primary) 0%, var(--e-global-color-accent) 50%, var(--e-global-color-primary) 100%);
    background-size: 200% 100%;
    color: #ffffff !important;
    font-family: var(--e-global-typography-accent-font-family), sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight);
    font-size: 14px;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none !important;
    transition: all 0.5s ease;
    box-shadow: 0 4px 15px rgba(12, 65, 115, 0.2);
}

.em-header-cta:hover {
    background-position: 100% 0;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(12, 65, 115, 0.3);
}


/* ================================================================
   BOUTON HAMBURGER
   ================================================================ */

.em-header-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    margin-left: 16px;
    border-radius: 8px;
    transition: background-color 0.3s ease;
    position: relative;
    width: 44px;
    height: 44px;
}

.em-header-toggle:hover {
    background-color: rgba(12, 65, 115, 0.08);
}

.em-header-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--e-global-color-primary);
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform-origin: center;
}

/* Animation hamburger -> X */
.em-header-toggle.is-active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.em-header-toggle.is-active span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.em-header-toggle.is-active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}


/* ================================================================
   MENU MOBILE SLIDE-IN
   ================================================================ */

.em-header-mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 380px;
    height: 100vh;
    height: 100dvh;
    background: #ffffff;
    z-index: 1150;
    padding: 100px 32px 40px;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s ease;
    box-shadow: none;
    overflow-y: auto;
    visibility: hidden;
}

.em-header-mobile-menu.is-open {
    transform: translateX(0);
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.1);
    visibility: visible;
}

/* Overlay sombre derrière le menu */
.em-header-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(12, 65, 115, 0.3);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 1140;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.em-header-overlay.is-visible {
    opacity: 1;
    visibility: visible;
}

/* Liens du menu mobile */
.em-header-mobile-menu a {
    color: var(--e-global-color-primary);
    text-decoration: none;
}

.em-header-mobile-menu a:hover {
    color: var(--e-global-color-accent);
}

/* Navigation du menu mobile */
.em-mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: auto;
}

.em-mobile-nav a {
    font-family: var(--e-global-typography-secondary-font-family), sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
    font-size: 18px;
    text-decoration: none;
    color: var(--e-global-color-primary);
    padding: 16px 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateX(30px);
}

.em-header-mobile-menu.is-open .em-mobile-nav a {
    opacity: 1;
    transform: translateX(0);
}

/* Animation décalée pour chaque lien */
.em-mobile-nav a:nth-child(1) { transition-delay: 0.1s; }
.em-mobile-nav a:nth-child(2) { transition-delay: 0.15s; }
.em-mobile-nav a:nth-child(3) { transition-delay: 0.2s; }
.em-mobile-nav a:nth-child(4) { transition-delay: 0.25s; }
.em-mobile-nav a:nth-child(5) { transition-delay: 0.3s; }

.em-mobile-nav a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 0;
    background: linear-gradient(180deg, var(--e-global-color-primary) 0%, var(--e-global-color-accent) 100%);
    border-radius: 2px;
    transition: height 0.3s ease;
}

.em-mobile-nav a:hover {
    background: linear-gradient(90deg, rgba(12, 65, 115, 0.06) 0%, rgba(30, 136, 229, 0.04) 100%);
    padding-left: 28px;
}

.em-mobile-nav a:hover::before {
    height: 60%;
}

/* Séparateur décoratif */
.em-mobile-separator {
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(12, 65, 115, 0.15) 50%, transparent 100%);
    margin: 24px 0;
    opacity: 0;
    transition: opacity 0.4s ease 0.35s;
}

.em-header-mobile-menu.is-open .em-mobile-separator {
    opacity: 1;
}

/* Bloc contact en bas du menu */
.em-mobile-contact {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease 0.4s;
}

.em-header-mobile-menu.is-open .em-mobile-contact {
    opacity: 1;
    transform: translateY(0);
}

.em-mobile-contact-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(12, 65, 115, 0.5);
    margin-bottom: 12px;
    font-weight: 600;
}

.em-mobile-contact-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.em-mobile-contact-info a {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: var(--e-global-color-primary);
    text-decoration: none;
    transition: color 0.3s ease;
}

.em-mobile-contact-info a:hover {
    color: var(--e-global-color-accent);
}

.em-mobile-contact-info svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

/* WhatsApp dans le menu mobile - Vert officiel */
.em-mobile-contact-info .em-mobile-whatsapp {
    color: #25D366;
}

.em-mobile-contact-info .em-mobile-whatsapp:hover {
    color: #20bd5a;
}

/* Réseaux sociaux dans le menu mobile */
.em-mobile-social {
    display: flex;
    gap: 12px;
    margin-top: 8px;
}

.em-mobile-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--e-global-color-primary) 0%, var(--e-global-color-accent) 100%);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.em-mobile-social a:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(12, 65, 115, 0.3);
}

.em-mobile-social svg {
    width: 18px;
    height: 18px;
    fill: #ffffff;
}


/* ================================================================
   RESPONSIVE - Tablette et iPad (1024px et moins)
   ================================================================ */

@media (max-width: 1024px) {
    /* Masquer la topbar */
    .em-topbar {
        display: none;
    }
    
    .em-header-inner {
        padding: 16px 24px;
    }

    /* Masquer le menu desktop */
    .em-header-nav {
        display: none;
    }

    /* Afficher le bouton hamburger */
    .em-header-toggle {
        display: flex;
    }

    /* Logo à 100px sur tablette */
    .em-header .em-header-logo img {
        height: 100px !important;
    }
    
    .em-header-actions .em-header-cta {
        padding: 10px 18px;
        font-size: 13px;
    }
}


/* ================================================================
   RESPONSIVE - Mobile (768px et moins)
   ================================================================ */

@media (max-width: 768px) {
    .em-header-inner {
        padding: 12px 20px;
    }

    /* Logo à 70px sur mobile */
    .em-header .em-header-logo img {
        height: 70px !important;
    }
}


/* ================================================================
   RESPONSIVE - Petit mobile (480px et moins)
   ================================================================ */

@media (max-width: 480px) {
    .em-header-inner {
        padding: 10px 16px;
    }

    /* Logo à 55px sur petit mobile */
    .em-header .em-header-logo img {
        height: 55px !important;
    }

    .em-header-actions .em-header-cta {
        padding: 8px 14px;
        font-size: 12px;
    }

    .em-header-toggle {
        margin-left: 12px;
    }

    .em-header-mobile-menu {
        max-width: 100%;
        padding: 90px 24px 32px;
    }

    .em-mobile-nav a {
        font-size: 16px;
        padding: 14px 16px;
    }
}


/* ================================================================
   UTILITAIRES
   ================================================================ */

/* Empêcher le scroll du body quand menu ouvert */
body.menu-open {
    overflow: hidden;
}/* End custom CSS */