/* ============================================================================
   BUNDLE: bundle-navigation.css
   Generated: 2026-02-24 16:19:29
   Sources: 5 files
   DO NOT EDIT — regenerate with: php scripts/build-css-bundles.php
   ============================================================================ */

/* === SOURCE: navigation-vars.css === */
/* ===================================================================
   VARIABLES CSS NAVIGATION - ACLG 2026
   Architecture : PURE BURGER (Hamburger-First)
   Responsabilite : Variables communes pour TOUS les fichiers navigation
   Palette : Trust Premium Navy Gold Enrichi
   Migration : Trust Blue -> Navy Gold (2026-02-12)
   ================================================================== */

:root {
  /* Couleurs Navy Gold Premium Enrichi (palette officielle 2026) */
  --nav-navy-deep: #0a1628;
  --nav-navy-medium: #1e3a5f;
  --nav-navy-light: #2d4a6f;
  --nav-gold-primary: #c4a35a;
  --nav-gold-light: #d4b86a;
  --nav-gold-glow: rgba(196, 163, 90, 0.3);
  --nav-white: #ffffff;
  --nav-text-light: rgba(255, 255, 255, 0.9);
  --nav-text-muted: rgba(255, 255, 255, 0.7);

  /* Legacy aliases - backwards compatibility Trust Blue -> Navy Gold */
  /* WARNING: deprecated, migrate to --nav-navy-* / --nav-gold-* */
  --trust-blue-dark: var(--nav-navy-deep);
  --trust-blue: var(--nav-navy-medium);
  --trust-blue-light: var(--nav-navy-light);
  --trust-turquoise: var(--nav-gold-primary);
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5db;
  --gray-800: var(--nav-navy-light);
  --gray-900: var(--nav-navy-deep);
  --white: var(--nav-white);
  --black: #000000;

  /* Z-index stratifies (ordre strict PURE BURGER) */
  --z-header: 1000;              /* Header sticky minimaliste (logo + burger) */
  --z-urgencybar: 999;           /* Module Flywheel urgencybar (sous header) */
  --z-drawer-overlay: 9997;      /* Overlay Drawer Left (fond semi-transparent) */
  --z-drawer-sidebar: 9998;      /* Drawer Left sidebar UNIFIE (desktop + mobile) */
  --z-search-overlay: 10001;     /* Overlay fullscreen recherche (au-dessus de tout) */

  /* Spacing harmonise (eviter valeurs magiques) */
  --spacing-xs: 0.25rem;     /* 4px */
  --spacing-sm: 0.5rem;      /* 8px */
  --spacing-md: 1rem;        /* 16px */
  --spacing-lg: 1.5rem;      /* 24px */
  --spacing-xl: 2rem;        /* 32px */
  --spacing-2xl: 3rem;       /* 48px */

  /* Transitions standardisees (GPU-accelerated) */
  --transition-fast: 150ms ease-in-out;
  --transition-normal: 250ms ease-in-out;
  --transition-slow: 400ms ease-in-out;

  /* Breakpoints Mobile First */
  --breakpoint-mobile: 320px;
  --breakpoint-tablet: 768px;
  --breakpoint-desktop: 1024px;
  --breakpoint-wide: 1440px;

  /* Dimensions fixes PURE BURGER */
  --header-height: 70px;         /* Header unifie (logo + burger uniquement) */
  --drawer-width-mobile: 100vw;  /* Drawer fullscreen sur mobile */
  --drawer-width-desktop: 420px; /* Drawer panneau gauche sur desktop */
  --search-overlay-padding: 2rem; /* Overlay fullscreen recherche */

  /* Bordures et radius */
  --border-radius-sm: 4px;
  --border-radius-md: 8px;
  --border-radius-lg: 12px;

  /* Ombres */
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1);

  /* Polices */
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-size-xs: 0.75rem;   /* 12px */
  --font-size-sm: 0.875rem;  /* 14px */
  --font-size-base: 1rem;    /* 16px */
  --font-size-lg: 1.125rem;  /* 18px */
  --font-size-xl: 1.25rem;   /* 20px */
  --font-size-2xl: 1.5rem;   /* 24px */

  /* Line heights */
  --line-height-tight: 1.25;
  --line-height-normal: 1.5;
  --line-height-relaxed: 1.75;
}

/* ===================================================================
   MEDIA QUERIES BREAKPOINTS (Mobile First)
   ================================================================== */

/* Tablet et plus (768px+) */
@media (min-width: 768px) {
  :root {
    --drawer-width: var(--drawer-width-desktop);
  }
}

/* Desktop et plus (1024px+) */
@media (min-width: 1200px) {
  :root {
    --header-height: 80px; /* Header legerement plus grand sur desktop */
  }
}

/* ===================================================================
   ANIMATIONS GPU-ACCELERATED
   Architecture PURE BURGER : Pas de dropdowns flottants,
   seulement drawer slide et overlay fade
   ================================================================== */

@keyframes drawer-slide-in {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes overlay-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes search-scale-in {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Preference utilisateur pour reduction mouvement */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}


/* === SOURCE: header-v5-unified-2026.css === */
/* public/build/css/navigation/header-v5-unified-2026.css */
/* HEADER V5 UNIFIED - STYLE: NAVY GOLD PREMIUM ENRICHI */
/* Date: 2025-12-03 */
/* Mobile-first refactor: 2026-02-09 */
/* Palette migration: Trust Blue -> Navy Gold Premium Enrichi (2026-02-12) */

:root {
    --v5-header-height: 80px; /* Mobile-first: valeur mobile par defaut */
    --v5-z-header: 1000;

    /* Palette Navy Gold Premium Enrichi */
    --v5-bg-header: #0a1628; /* Navy Deep */
    --v5-text-header: #ffffff; /* Texte blanc sur fond navy */
    --v5-bg-search: rgba(255, 255, 255, 0.1);
    --v5-border-search: rgba(255, 255, 255, 0.2);
    --v5-text-search: rgba(255, 255, 255, 0.9);
    --v5-hover-search: rgba(255, 255, 255, 0.15);

    /* Navy Gold - Accents */
    --v5-gold: #c4a35a;
    --v5-gold-light: #d4b86a;
    --v5-navy-medium: #1e3a5f;

    /* Charte ACLG - CTA Gold */
    --v5-gold-glow: rgba(196, 163, 90, 0.3);

    /* Glass effects */
    --v5-glass-bg: rgba(255, 255, 255, 0.08);
    --v5-glass-border: rgba(255, 255, 255, 0.15);
    --v5-glass-hover: rgba(255, 255, 255, 0.12);
    --v5-border-subtle: rgba(255, 255, 255, 0.06);
}

@media (min-width: 1200px) {
    :root {
        --v5-header-height: 80px; /* Desktop: valeur originale */
    }
}

.v5-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    height: var(--v5-header-height);
    background: var(--v5-bg-header) !important;
    border-bottom: 1px solid var(--v5-border-subtle);
    z-index: var(--v5-z-header);
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.v5-container {
    max-width: 1400px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px; /* Mobile-first: valeur mobile par defaut */
    gap: 12px; /* Mobile-first: valeur mobile par defaut */
}

@media (min-width: 1200px) {
    .v5-container {
        padding: 0 24px;
        gap: 20px;
    }
}

/* 1. LOGO - Hauteur = Header - 10px (5px padding haut/bas) */
.v5-logo {
    display: flex;
    align-items: center;
    /* Hauteur automatique basee sur le header */
    height: calc(var(--v5-header-height) - 10px);
    padding: 5px 0;
    transition: transform 0.2s;
    max-width: 120px; /* Mobile-first: limite sur mobile par defaut */
}

@media (min-width: 1200px) {
    .v5-logo {
        max-width: none; /* Desktop: pas de limite */
    }
}

.v5-logo img {
    height: 100%;
    width: auto;
    max-width: 160px; /* Limite largeur pour eviter debordement */
    object-fit: contain;
}
/* Logo blanc : pas de filtre necessaire */
.v5-logo img[src*="BLANC"] {
    filter: none;
}

.v5-logo:hover {
    transform: scale(1.02);
}

/* 1.5 NAV LINKS (Desktop only) */
.v5-nav {
    display: none; /* Mobile-first: hidden by default */
    align-items: center;
    height: 100%;
    gap: 0;
}

@media (min-width: 992px) {
    .v5-nav {
        display: flex;
    }
}

.v5-nav__item {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.v5-nav__trigger {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0 1.1rem;
    height: 100%;
    cursor: pointer;
    transition: color 0.3s ease, background 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    white-space: nowrap;
    position: relative;
}

/* Gold underline indicator via ::after (visible, animated) */
.v5-nav__trigger::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--v5-gold);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}

.v5-nav__trigger:hover,
.v5-nav__trigger:focus-visible {
    color: var(--v5-gold);
}

.v5-nav__trigger:hover::after,
.v5-nav__trigger:focus-visible::after {
    transform: scaleX(1);
}

.v5-nav__trigger[aria-expanded="true"] {
    color: var(--v5-gold);
}

.v5-nav__trigger[aria-expanded="true"]::after {
    transform: scaleX(1);
}

.v5-nav__trigger .fa-chevron-down {
    font-size: 0.6rem;
    transition: transform 0.2s ease;
}

.v5-nav__trigger[aria-expanded="true"] .fa-chevron-down {
    transform: rotate(180deg);
}

.v5-nav__link {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0 1.1rem;
    height: 100%;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.v5-nav__link:hover {
    color: var(--v5-gold);
}

/* Active tab indicator — gold underline + gold text + background glow */
.v5-nav__trigger.is-active,
.v5-nav__link.is-active {
    color: var(--v5-gold);
    background: rgba(196, 163, 90, 0.1);
    text-shadow: 0 0 8px rgba(196, 163, 90, 0.3);
}

.v5-nav__trigger.is-active::after {
    transform: scaleX(1);
    height: 4px;
}

/* 2. SEARCH TRIGGER (WHITE CONTRAST - B2B Optimized) */
/* Button reset (converted from div for a11y) */
.v5-search-trigger {
    flex: 0 0 auto; /* Mobile-first: valeur mobile par defaut */
    max-width: none; /* Mobile-first: pas de max-width sur mobile */
    border: none;
    background: none;
    padding: 0;
    font: inherit;
    color: inherit;
    text-align: left;
    cursor: pointer;
}

@media (min-width: 1200px) {
    .v5-search-trigger {
        flex: 1;
        max-width: 500px;
    }
}

.v5-search-fake-input {
    /* Mobile-first: icon button on mobile */
    width: 44px;
    height: 44px;
    padding: 0;
    justify-content: center;
    border-radius: 50px;
    background: var(--v5-glass-bg);
    border: 1px solid var(--v5-glass-border);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.875rem;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
    position: relative;
}

@media (min-width: 1200px) {
    .v5-search-fake-input {
        width: auto;
        height: 44px;
        padding: 0.45rem 0.75rem 0.45rem 1rem;
        justify-content: flex-start;
        min-width: 220px;
    }
}

.v5-search-fake-input i {
    font-size: 1.25rem; /* Mobile-first: valeur mobile par defaut */
    color: var(--v5-gold);
    flex-shrink: 0;
}

@media (min-width: 1200px) {
    .v5-search-fake-input i {
        font-size: 1rem; /* Desktop: taille originale */
    }
}

/* Texte placeholder - masque sur mobile par defaut */
.v5-search-fake-input span {
    display: none; /* Mobile-first: masque par defaut */
}

@media (min-width: 1200px) {
    .v5-search-fake-input span {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        flex: 1;
        color: rgba(255, 255, 255, 0.65);
        font-size: 0.8rem;
        font-weight: 400;
    }
}

.v5-search-trigger:hover .v5-search-fake-input {
    border-color: rgba(255, 255, 255, 0.3);
    background: var(--v5-glass-hover);
}

.v5-search-shortcut {
    display: none; /* Mobile-first: masque par defaut */
}

@media (min-width: 1200px) {
    .v5-search-shortcut {
        display: flex;
        align-items: center;
        gap: 0.15rem;
        background: rgba(255, 255, 255, 0.1);
        color: rgba(255, 255, 255, 0.5);
        font-size: 0.65rem;
        font-weight: 600;
        padding: 0.15rem 0.4rem;
        border-radius: 4px;
        font-family: 'Poppins', sans-serif;
        pointer-events: none;
    }
}

/* 3. ACTIONS */
.v5-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

@media (min-width: 768px) {
    .v5-actions {
        gap: 16px;
    }
}

.v5-btn-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: rgba(255,255,255,0.8);
    transition: all 0.2s;
    background: transparent;
    border: 1px solid transparent;
}

.v5-btn-icon:hover {
    background: rgba(255,255,255,0.1);
    color: #ffffff;
}

/* Mobile-first: CTA bouton style mobile par defaut */
.v5-btn-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px; /* Mobile-first: padding mobile par defaut */
    width: 44px; /* Mobile-first */
    height: 44px; /* Mobile-first */
    background: #ffffff;
    color: var(--v5-bg-header);
    border-radius: 12px; /* Mobile-first: style mobile */
    font-weight: 700;
    font-size: 0.875rem;
    transition: all 0.2s;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

@media (min-width: 1200px) {
    .v5-btn-cta {
        padding: 10px 24px;
        width: auto;
        height: auto;
        justify-content: center;
        border-radius: 50px;
    }
}

.v5-btn-cta:hover {
    background: #f8fafc;
    transform: translateY(-1px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
    color: var(--v5-bg-header);
    text-decoration: none;
}

/* Mobile-first: texte CTA masque par defaut */
.v5-btn-cta span {
    display: none; /* Mobile-first: masque par defaut */
}

@media (min-width: 1200px) {
    .v5-btn-cta span {
        display: inline; /* Desktop: visible */
    }
}

/* Burger (Navy Gold - Ghost style, matching proto A v2) */
.v5-burger {
    width: 44px;
    height: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.v5-burger span {
    display: block;
    width: 20px;
    height: 2px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 2px;
    transition: all 0.2s;
}

/* Hide MENU label */
.v5-burger-label {
    display: none;
}

.v5-burger:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--v5-gold);
}

.v5-burger:hover span {
    background: var(--v5-gold);
}

/* Connexion + Contact : visibles sur tous les viewports (icone 44x44 sur mobile, full text sur desktop) */

/* Desktop (992px): hide burger, nav takes over */
@media (min-width: 992px) {
    .v5-burger {
        display: none;
    }
}

/* ============================================
   DROPDOWNS - SOLUTION SIMPLE
   ============================================ */

/* Container dropdown */
.v5-dropdown {
    position: relative;
    z-index: 1;
}

/* Dropdown ouvert : stacking context isole au-dessus de tout */
.v5-dropdown.open {
    z-index: 10000;
}

/* Connexion hidden on mobile (shown via @media 992px above) */

/* Menu dropdown - Mobile-first: position absolute classique, style mobile par defaut */
.v5-dropdown-menu {
    position: absolute;
    top: 100%; /* Mobile-first: valeur mobile par defaut */
    right: 0;
    left: auto;
    bottom: auto;
    width: max-content; /* Mobile-first: valeur mobile par defaut */
    min-width: 200px; /* Mobile-first: valeur mobile par defaut */
    max-width: 90vw; /* Mobile-first: valeur mobile par defaut */
    background: var(--v5-bg-header);
    border: 1px solid var(--v5-border-subtle);
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transform: none; /* Mobile-first: pas de transform sur mobile */
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    z-index: 9999;
    padding: 8px 0;
    display: flex;
    flex-direction: column;
    max-height: 80vh; /* Mobile-first: valeur mobile par defaut */
    overflow-y: auto; /* Mobile-first: valeur mobile par defaut */
}

@media (min-width: 1200px) {
    .v5-dropdown-menu {
        top: calc(100% + 8px);
        width: 240px;
        min-width: auto;
        max-width: none;
        transform: translateY(-10px);
        max-height: none;
        overflow-y: visible;
    }
}

.v5-dropdown.open .v5-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

/* Chevron rotation */
.v5-dropdown.open .v5-chevron {
    transform: rotate(180deg);
}

/* ============================================
   LIENS DROPDOWN - FLEXBOX 100% CLICKABLE
   ============================================ */
.v5-dropdown-menu > .v5-dropdown-item {
    /* Utiliser flex pour que le lien occupe toute la rangee */
    display: flex !important;
    align-items: center;
    width: 100%;
    min-height: 48px;
    padding: 0 20px;
    margin: 0;
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9375rem;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-decoration: none !important;
    cursor: pointer;
    box-sizing: border-box;
    transition: background-color 0.15s ease, color 0.15s ease;
}

@media (min-width: 1200px) {
    .v5-dropdown-menu > .v5-dropdown-item {
        font-size: 0.875rem;
    }
}

.v5-dropdown-menu > .v5-dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.06);
    color: var(--v5-gold);
}

/* Icones - partie du flex row */
.v5-dropdown-menu > .v5-dropdown-item > i {
    flex: 0 0 24px;
    text-align: center;
    font-size: 1rem;
    color: var(--v5-gold);
    margin-right: 12px;
}

@media (min-width: 1200px) {
    .v5-dropdown-menu > .v5-dropdown-item > i {
        font-size: 0.875rem;
    }
}

.v5-dropdown-menu > .v5-dropdown-item:hover > i {
    color: var(--v5-gold);
}

/* Texte - prend l'espace restant */
.v5-dropdown-menu > .v5-dropdown-item > span {
    flex: 1;
}

/* CRITICAL: Tous les enfants du lien - pointer-events none */
.v5-dropdown-menu > .v5-dropdown-item > * {
    pointer-events: none !important;
}

/* Separateur */
.v5-dropdown-divider {
    height: 1px;
    background: var(--v5-border-subtle);
    margin: 6px 0;
}

/* ============================================
   ITEM TELEPHONE (Special)
   ============================================ */
.v5-dropdown-menu > .v5-dropdown-item.v5-dropdown-item-phone {
    gap: 12px;
    background: rgba(255, 255, 255, 0.03);
    border-top: 1px solid var(--v5-border-subtle);
    min-height: 56px;
}

.v5-dropdown-menu > .v5-dropdown-item.v5-dropdown-item-phone:hover {
    background: rgba(196, 163, 90, 0.1);
}

.v5-dropdown-menu > .v5-dropdown-item.v5-dropdown-item-phone > i {
    flex: 0 0 24px;
    margin-right: 0;
    font-size: 1rem;
    color: var(--v5-gold);
}

.v5-dropdown-phone-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
}

.v5-dropdown-phone-label {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
}

.v5-dropdown-phone-number {
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--v5-gold);
}

/* ============================================
   BOUTON CONNEXION (WHITE CONTRAST - Navy Gold)
   ============================================ */

/* Mobile-first: bouton connexion ghost style (proto: .aclg-btn--ghost) */
button.v5-btn-connexion {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(196, 163, 90, 0.35);
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

@media (min-width: 1200px) {
    button.v5-btn-connexion {
        padding: 0.5rem 1.2rem;
        width: auto;
        height: auto;
        border-radius: 8px;
    }
}

button.v5-btn-connexion:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: var(--v5-gold);
    box-shadow: 0 4px 12px rgba(196, 163, 90, 0.2);
}

button.v5-btn-connexion i {
    color: rgba(255, 255, 255, 0.9);
}

.v5-btn-connexion .v5-chevron {
    display: none;
    font-size: 0.625rem;
    transition: transform 0.2s;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 1200px) {
    .v5-btn-connexion .v5-chevron {
        display: inline;
    }
}

.v5-dropdown.open .v5-btn-connexion .v5-chevron {
    transform: rotate(180deg);
}

/* Mobile-first: texte connexion masque par defaut */
button.v5-btn-connexion span {
    display: none;
}

@media (min-width: 1200px) {
    button.v5-btn-connexion span {
        display: inline;
    }
}

/* ============================================
   BOUTON CONTACT GOLD (Proto: .aclg-btn--gold)
   Gradient gold premium + hover glow
   ============================================ */

/* Mobile-first: gold icon button on mobile */
button.v5-btn-cta.v5-btn-cta-gold {
    background: linear-gradient(135deg, var(--v5-gold) 0%, var(--v5-gold-light) 100%);
    color: var(--v5-bg-header);
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 15px var(--v5-gold-glow);
    padding: 10px;
    width: 44px;
    height: 44px;
    justify-content: center;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    transition: all 0.3s ease;
}

@media (min-width: 1200px) {
    button.v5-btn-cta.v5-btn-cta-gold {
        padding: 0.55rem 1.3rem;
        width: auto;
        height: auto;
        border-radius: 8px;
    }
}

button.v5-btn-cta.v5-btn-cta-gold i {
    color: var(--v5-bg-header);
}

button.v5-btn-cta.v5-btn-cta-gold:hover {
    filter: brightness(1.1);
    transform: translateY(-2px);
    box-shadow: 0 4px 20px var(--v5-gold-glow);
}

/* Mobile-first: texte masque sur mobile */
button.v5-btn-cta.v5-btn-cta-gold span {
    display: none;
}

@media (min-width: 1200px) {
    button.v5-btn-cta.v5-btn-cta-gold span {
        display: inline;
    }
}

.v5-btn-cta-gold .v5-chevron {
    display: none;
    font-size: 0.625rem;
    margin-left: 4px;
    transition: transform 0.2s;
    color: var(--v5-bg-header);
}

@media (min-width: 1200px) {
    .v5-btn-cta-gold .v5-chevron {
        display: inline;
    }
}

/* === FOCUS-VISIBLE & ACTIVE STATES (Round 4 Harmonization) === */
.v5-logo:focus-visible {
    outline: 2px solid var(--v5-gold);
    outline-offset: 4px;
    border-radius: 4px;
}

.v5-nav__trigger:active,
.v5-nav__link:active {
    transform: scale(0.97);
}

.v5-btn-icon:focus-visible {
    outline: 2px solid var(--v5-gold);
    outline-offset: 2px;
}

.v5-btn-icon:active {
    transform: scale(0.93);
}

.v5-btn-cta:focus-visible {
    outline: 2px solid var(--v5-gold);
    outline-offset: 2px;
}

.v5-btn-cta:active {
    transform: translateY(0) scale(0.97);
}

.v5-burger:focus-visible {
    outline: 2px solid var(--v5-gold);
    outline-offset: 2px;
}

.v5-burger:active {
    transform: scale(0.93);
}

.v5-dropdown-menu > .v5-dropdown-item:focus-visible {
    outline: 2px solid var(--v5-gold);
    outline-offset: -2px;
    background-color: rgba(255, 255, 255, 0.06);
}

.v5-dropdown-menu > .v5-dropdown-item:active {
    background-color: rgba(255, 255, 255, 0.1);
}

button.v5-btn-connexion:focus-visible {
    outline: 2px solid var(--v5-gold);
    outline-offset: 2px;
}

button.v5-btn-connexion:active {
    transform: scale(0.97);
}

button.v5-btn-cta.v5-btn-cta-gold:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 2px;
}

button.v5-btn-cta.v5-btn-cta-gold:active {
    transform: translateY(0) scale(0.97);
}


/* === SOURCE: megamenu-2026.css === */
/* ===================================================================
   MEGAMENU 2026 — ACLG
   Composant : Megapanel desktop (two-panel) + Drawer mobile (accordion)
   Design    : Prototype A v2 — Trust Premium Navy Gold
   Depends   : navigation-vars-navy-gold.css (--nav-* variables)
   ===================================================================
   SOMMAIRE :
   1. Variables megamenu-specifiques (--mm-*)
   2. Megapanel — Desktop two-panel layout
      2a. Container & inner grid
      2b. Sidebar (left panel) — categories
      2c. Content (right panel) — cards grid
      2d. Item cards (glassmorphism)
      2e. Footer panel
   3. CTA button (gold pill, shared desktop/mobile)
   4. Mobile toggle (burger button)
   5. Drawer overlay
   6. Drawer — Mobile accordion
      6a. Container & header
      6b. Search bar
      6c. Accordion items
      6d. Sub-links
      6e. Drawer footer
   7. Animations & keyframes
   8. Scrollbar styling
   9. Responsive breakpoints (mobile-first)
  10. Accessibility: reduced motion, high contrast
   =================================================================== */


/* =================================================================
   1. VARIABLES MEGAMENU-SPECIFIQUES
   Variables not present in navigation-vars.css.
   Prefixed --mm- to avoid collisions.
   ================================================================= */
:root {
  /* Glassmorphism surfaces */
  --mm-glass-bg: rgba(255, 255, 255, 0.03);
  --mm-glass-border: rgba(255, 255, 255, 0.08);
  --mm-glass-hover-border: rgba(196, 163, 90, 0.4);

  /* Transitions */
  --mm-transition-card: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  --mm-transition-btn: all 0.3s ease-out;
  --mm-transition-panel: opacity 200ms ease, transform 200ms ease;

  /* Layout */
  --mm-sidebar-width: 280px;
  --mm-panel-min-height: 420px;
  --mm-panel-limit: 1400px;
  --mm-drawer-limit: 400px;

  /* Borders (thin separators) */
  --mm-border-subtle: 1px solid rgba(255, 255, 255, 0.06);
  --mm-border-faint: 1px solid rgba(255, 255, 255, 0.04);
  --mm-border-separator: 1px solid rgba(255, 255, 255, 0.03);
}


/* =================================================================
   2. MEGAPANEL — Desktop Two-Panel Layout
   ================================================================= */

/* --- 2a. Container & inner grid --- */
.aclg-megapanel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 900;
  background: var(--nav-navy-deep);
  border-top: var(--mm-border-subtle);
  border-bottom: var(--mm-border-subtle);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: var(--mm-transition-panel);
  overflow: hidden;
}

.aclg-megapanel[data-visible="true"] {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.aclg-megapanel__inner {
  display: grid;
  grid-template-columns: var(--mm-sidebar-width) 1fr;
  grid-template-rows: 1fr auto;
  width: min(100%, var(--mm-panel-limit));
  margin: 0 auto;
  padding: 0 24px;
  min-height: var(--mm-panel-min-height);
}

/* --- 2b. Sidebar (left panel) — categories --- */
.aclg-megapanel__sidebar {
  grid-row: 1 / 3;
  border-right: var(--mm-border-subtle);
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
}

.aclg-megapanel__sidebar-title {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--nav-text-muted);
  padding: 0.5rem 1.5rem 1rem;
}

.aclg-megapanel__cat-list {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
}

/* FIX: parent selector (0,2,0) beats core-2026.css .flywheel-v2026-site button (0,1,1) */
.aclg-megapanel .aclg-megapanel__cat-btn {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1.5rem;
  background: var(--mm-glass-bg);
  border: none;
  border-left: 3px solid transparent;
  color: var(--nav-text-light);
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: var(--mm-transition-btn);
  text-align: left;
  min-height: 48px;
}

.aclg-megapanel .aclg-megapanel__cat-btn:hover {
  background: rgba(255, 255, 255, 0.06);
  border-left: 3px solid var(--nav-gold-primary);
}

.aclg-megapanel .aclg-megapanel__cat-btn[aria-selected="true"] {
  background: rgba(196, 163, 90, 0.1);
  border-left: 3px solid var(--nav-gold-primary);
  color: var(--nav-gold-primary);
}

.aclg-megapanel__cat-btn[aria-selected="true"] .aclg-megapanel__cat-icon {
  color: var(--nav-gold-primary);
}

.aclg-megapanel__cat-icon {
  color: var(--nav-gold-primary);
  font-size: 1.1rem;
  width: 24px;
  text-align: center;
  flex-shrink: 0;
}

.aclg-megapanel__cat-label {
  flex: 1;
}

.aclg-megapanel__cat-count {
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--nav-text-muted);
  background: rgba(255, 255, 255, 0.06);
  padding: 0.15rem 0.5rem;
  border-radius: 50px;
}

/* --- 2c. Content (right panel) — cards grid --- */
.aclg-megapanel__content {
  padding: 1.5rem 2rem;
  overflow-y: auto;
}

.aclg-megapanel__tabpanel {
  display: none;
}

.aclg-megapanel__tabpanel[data-active="true"] {
  display: block;
  animation: mm-fadeIn 0.2s ease;
}

.aclg-megapanel__content-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--nav-white);
  margin-bottom: 0.3rem;
  letter-spacing: -0.02em;
}

.aclg-megapanel__content-desc {
  font-size: 0.8rem;
  color: var(--nav-text-muted);
  margin-bottom: 1.25rem;
}

/* Items grid */
.aclg-megapanel__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 0.75rem;
}

/* --- 2d. Item cards (glassmorphism) --- */
.aclg-megapanel__item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 1.1rem;
  background: var(--mm-glass-bg);
  border: 1px solid var(--mm-glass-border);
  border-radius: 12px;
  text-decoration: none;
  color: var(--nav-text-light);
  transition: var(--mm-transition-card);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  cursor: pointer;
  min-height: 48px;
}

.aclg-megapanel__item:hover {
  border-color: var(--mm-glass-hover-border);
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.aclg-megapanel__item:focus-visible {
  outline: 3px solid var(--nav-gold-primary);
  outline-offset: 2px;
}

.aclg-megapanel__item-icon {
  color: var(--nav-gold-primary);
  font-size: 1.2rem;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(196, 163, 90, 0.1);
  border-radius: 8px;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.aclg-megapanel__item-body {
  flex: 1;
  min-width: 0;
}

.aclg-megapanel__item-name {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--nav-white);
  margin-bottom: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.aclg-megapanel__item-arrow {
  color: var(--nav-gold-primary);
  font-size: 0.75rem;
  opacity: 0;
  transform: translateX(-4px);
  transition: var(--mm-transition-btn);
}

.aclg-megapanel__item:hover .aclg-megapanel__item-arrow {
  opacity: 1;
  transform: translateX(0);
}

.aclg-megapanel__item-desc {
  font-size: 0.8rem;
  color: var(--nav-text-muted);
  line-height: 1.4;
}

/* --- 2e. Footer panel --- */
.aclg-megapanel__footer {
  grid-column: 2 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
  border-top: var(--mm-border-subtle);
  min-height: 48px;
}

.aclg-megapanel__footer-link {
  color: var(--nav-gold-primary);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  transition: var(--mm-transition-btn);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 48px;
}

.aclg-megapanel__footer-link:hover {
  text-decoration: underline;
}


/* =================================================================
   3. CTA BUTTON — Gold pill (shared desktop footer & mobile drawer)
   ================================================================= */
.aclg-btn--gold-pill {
  background: linear-gradient(135deg, var(--nav-gold-primary) 0%, var(--nav-gold-light) 100%);
  color: var(--nav-navy-deep);
  border: none;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.7rem 2rem;
  border-radius: 50px;
  cursor: pointer;
  transition: var(--mm-transition-btn);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 48px;
}

.aclg-btn--gold-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px var(--nav-gold-glow);
}


/* =================================================================
   4. MOBILE TOGGLE (burger button)
   Base state: hidden. Shown below 992px via responsive section.
   ================================================================= */
.aclg-mobile-toggle:not(.v5-burger) {
  display: flex;
  background: none;
  border: none;
  color: var(--nav-text-light);
  font-size: 1.3rem;
  padding: 0.5rem;
  cursor: pointer;
  min-width: 48px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
}

.aclg-mobile-toggle[aria-expanded="true"] .fa-bars {
  display: none;
}

.aclg-mobile-toggle[aria-expanded="true"] .fa-xmark {
  display: inline;
}

.aclg-mobile-toggle[aria-expanded="false"] .fa-xmark {
  display: none;
}


/* =================================================================
   5. DRAWER OVERLAY
   Base state: hidden. Activated below 992px via responsive section.
   ================================================================= */
.aclg-drawer-overlay {
  display: block;
  position: fixed;
  inset: 0;
  background: rgba(10, 22, 40, 0.7);
  z-index: 800;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.aclg-drawer-overlay[data-visible="true"] {
  opacity: 1;
  pointer-events: auto;
}


/* =================================================================
   6. DRAWER — Mobile Accordion
   ================================================================= */

/* --- 6a. Container & header --- */
.aclg-drawer {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(100%, var(--mm-drawer-limit));
  background: var(--nav-navy-deep);
  z-index: 850;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

.aclg-drawer[data-visible="true"] {
  transform: translateX(0);
}

.aclg-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  border-bottom: var(--mm-border-subtle);
  min-height: 48px;
}

.aclg-drawer__close {
  background: none;
  border: none;
  color: var(--nav-text-light);
  font-size: 1.2rem;
  cursor: pointer;
  min-width: 48px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* --- 6b. Search bar --- */
.aclg-drawer__search {
  padding: 1rem 1.5rem;
  border-bottom: var(--mm-border-subtle);
}

/* Button reset (converted from div for a11y) */
.aclg-drawer__search-wrap {
  position: relative;
  display: block;
  width: 100%;
  border: none;
  background: none;
  padding: 0;
  font: inherit;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.aclg-drawer__search-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50px;
  padding: 0.7rem 1rem 0.7rem 2.5rem;
  color: var(--nav-white);
  font-family: inherit;
  font-size: 0.9rem;
  outline: none;
  min-height: 48px;
}

.aclg-drawer__search-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.aclg-drawer__search-input:focus {
  border-color: var(--nav-gold-primary);
}

.aclg-drawer__search-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--nav-gold-primary);
  font-size: 0.85rem;
  pointer-events: none;
}

/* --- 6c. Accordion items --- */
.aclg-drawer__accordion {
  padding: 0.5rem 0;
}

.aclg-drawer__accordion-item {
  border-bottom: var(--mm-border-faint);
}

/* FIX: parent selector (0,2,0) beats core-2026.css .flywheel-v2026-site button (0,1,1) */
.aclg-drawer .aclg-drawer__accordion-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  background: var(--mm-glass-bg);
  border: none;
  border-left: 3px solid transparent;
  color: var(--nav-text-light);
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  min-height: 48px;
  text-align: left;
  transition: var(--mm-transition-btn);
}

.aclg-drawer .aclg-drawer__accordion-trigger:hover {
  background: rgba(255, 255, 255, 0.06);
}

.aclg-drawer .aclg-drawer__accordion-trigger[aria-expanded="true"] {
  background: rgba(196, 163, 90, 0.1);
  border-left: 3px solid var(--nav-gold-primary);
  color: var(--nav-gold-primary);
}

.aclg-drawer__accordion-icon {
  color: var(--nav-gold-primary);
  font-size: 1rem;
  width: 24px;
  text-align: center;
  flex-shrink: 0;
}

.aclg-drawer__accordion-label {
  flex: 1;
}

.aclg-drawer__accordion-chevron {
  color: var(--nav-text-muted);
  font-size: 0.7rem;
  transition: transform 0.2s ease;
}

.aclg-drawer__accordion-trigger[aria-expanded="true"] .aclg-drawer__accordion-chevron {
  transform: rotate(180deg);
}

/* --- 6d. Sub-links (accordion panel content) --- */
.aclg-drawer__accordion-panel {
  display: none;
  padding: 0.25rem 1.5rem 0.75rem 3.5rem;
}

.aclg-drawer__accordion-panel[data-visible="true"] {
  display: block;
}

.aclg-drawer__sub-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 0;
  color: var(--nav-text-muted);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  min-height: 48px;
  transition: color 0.2s ease;
  border-bottom: var(--mm-border-separator);
}

.aclg-drawer__sub-link:last-child {
  border-bottom: none;
}

.aclg-drawer__sub-link:hover {
  color: var(--nav-gold-primary);
}

.aclg-drawer__sub-link i {
  color: var(--nav-gold-primary);
  font-size: 0.75rem;
  width: 16px;
  text-align: center;
  flex-shrink: 0;
}

/* --- 6e. Drawer footer --- */
.aclg-drawer__footer {
  padding: 1.5rem;
  border-top: var(--mm-border-subtle);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.aclg-drawer__footer .aclg-btn--gold-pill {
  width: 100%;
  justify-content: center;
}

.aclg-drawer__footer-links {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.aclg-drawer__footer-link {
  color: var(--nav-text-muted);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  transition: color 0.2s ease;
  min-height: 48px;
  display: flex;
  align-items: center;
}

.aclg-drawer__footer-link:hover {
  color: var(--nav-gold-primary);
}


/* =================================================================
   7. ANIMATIONS & KEYFRAMES
   ================================================================= */
@keyframes mm-fadeIn {
  from {
    opacity: 0;
    transform: translateX(8px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes mm-drawerSlideIn {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}


/* =================================================================
   8. SCROLLBAR STYLING
   ================================================================= */

/* Webkit (Chrome, Safari, Edge) — megapanel content */
.aclg-megapanel__content::-webkit-scrollbar {
  width: 6px;
}

.aclg-megapanel__content::-webkit-scrollbar-track {
  background: transparent;
}

.aclg-megapanel__content::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}

.aclg-megapanel__content::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* Webkit — drawer */
.aclg-drawer::-webkit-scrollbar {
  width: 6px;
}

.aclg-drawer::-webkit-scrollbar-track {
  background: transparent;
}

.aclg-drawer::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}

.aclg-drawer::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* Firefox scrollbar — megapanel content */
.aclg-megapanel__content {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.1) transparent;
}

/* Firefox scrollbar — drawer */
.aclg-drawer {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.1) transparent;
}


/* =================================================================
   9. RESPONSIVE BREAKPOINTS (Mobile-First)
   ONLY min-width queries. Base = mobile state.
   ================================================================= */

/*
 * Desktop (992px+):
 * - Hide mobile toggle, drawer, and overlay
 * - Megapanel is already display:block-ready (controlled by data-visible)
 *
 * Below 992px (base state):
 * - Megapanel remains hidden (display:none from base declaration)
 * - Drawer/overlay/toggle are activated by overriding display in
 *   the JavaScript controller via data-visible attributes
 *
 * NOTE: The mobile-toggle display:flex, drawer display:block, and
 * overlay display:block states are set here as BASE (mobile-first).
 * At 992px+ they are overridden to display:none.
 */

/* Desktop: hide all mobile components, enable megapanel */
@media (min-width: 992px) {
  .aclg-mobile-toggle {
    display: none;
  }

  .aclg-drawer {
    display: none;
  }

  .aclg-drawer-overlay {
    display: none;
  }

  /* Megapanel is visible on desktop (JS controls data-visible) */
  .aclg-megapanel {
    display: block;
  }
}


/* =================================================================
   10. ACCESSIBILITY
   ================================================================= */

/* Reduced motion: collapse all animations and transitions */
@media (prefers-reduced-motion: reduce) {
  .aclg-megapanel,
  .aclg-megapanel__item,
  .aclg-megapanel__cat-btn,
  .aclg-megapanel__footer-link,
  .aclg-megapanel__item-arrow,
  .aclg-megapanel__tabpanel,
  .aclg-btn--gold-pill,
  .aclg-drawer,
  .aclg-drawer-overlay,
  .aclg-drawer__accordion-trigger,
  .aclg-drawer__accordion-chevron,
  .aclg-drawer__sub-link,
  .aclg-drawer__footer-link,
  .aclg-drawer__search-input,
  .aclg-mobile-toggle {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* High contrast mode: stronger borders for visibility */
@media (prefers-contrast: high) {
  :root {
    --mm-glass-border: rgba(255, 255, 255, 0.3);
    --mm-glass-hover-border: rgba(196, 163, 90, 0.8);
  }

  .aclg-megapanel {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }

  .aclg-megapanel__sidebar {
    border-right-width: 2px;
  }

  .aclg-megapanel__footer {
    border-top-width: 2px;
  }

  .aclg-drawer__accordion-item {
    border-bottom-width: 2px;
  }
}

/* Focus-visible: gold ring on all interactive megamenu elements */
.aclg-megapanel__cat-btn:focus-visible,
.aclg-megapanel__footer-link:focus-visible,
.aclg-btn--gold-pill:focus-visible,
.aclg-mobile-toggle:focus-visible,
.aclg-drawer__close:focus-visible,
.aclg-drawer__search-input:focus-visible,
.aclg-drawer__accordion-trigger:focus-visible,
.aclg-drawer__sub-link:focus-visible,
.aclg-drawer__footer-link:focus-visible {
  outline: 3px solid var(--nav-gold-primary);
  outline-offset: 2px;
}

/* === ACTIVE STATES (Round 4 Harmonization) === */
.aclg-megapanel__cat-btn:active {
    transform: scale(0.97);
}

.aclg-megapanel__item:active {
    transform: scale(0.98);
}

.aclg-megapanel__footer-link:active {
    transform: scale(0.97);
}

.aclg-btn--gold-pill:active {
    transform: translateY(0) scale(0.97);
}

.aclg-drawer__accordion-trigger:active {
    opacity: 0.85;
}

.aclg-drawer__sub-link:active {
    opacity: 0.85;
}

.aclg-drawer__footer-link:active {
    opacity: 0.85;
}


/* === SOURCE: footer-2026.css === */
/* ===================================================================
   FOOTER 2026 - ACLG
   Composant : Footer global (4 colonnes Bootstrap 5)
   Design    : Trust Premium Navy Gold
   Depends   : navigation-vars-navy-gold.css (--nav-* variables)
   Date      : 2026-02-13
   =================================================================== */

/* === CONTAINER PRINCIPAL === */
.footer-2026 {
    position: relative;
    background: var(--nav-navy-deep, #0a1628);
    color: var(--nav-text-muted, rgba(255, 255, 255, 0.7));
    padding: 3rem 0 2rem;
    font-family: 'Poppins', var(--font-sans, sans-serif);
}

@media (min-width: 768px) {
    .footer-2026 {
        padding: 4rem 0 2.5rem;
    }
}

@media (min-width: 992px) {
    .footer-2026 {
        padding: 5rem 0 3rem;
    }
}

/* === TITRES COLONNES === */
.footer-2026-title {
    color: var(--nav-white, #ffffff);
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 0.75rem;
    margin-bottom: 1rem;
}

@media (min-width: 992px) {
    .footer-2026-title {
        font-size: 1.25rem;
    }
}

.footer-2026-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, var(--nav-gold-primary, #c4a35a) 0%, var(--nav-gold-light, #d4b86a) 100%);
    border-radius: 2px;
}

/* === LISTES DE LIENS === */
.footer-2026-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-2026-links li {
    margin-bottom: 0;
}

/* === LIENS INDIVIDUELS === */
.footer-2026-link {
    color: var(--nav-text-muted, rgba(255, 255, 255, 0.7));
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
    display: inline-flex;
    align-items: center;
    font-size: 0.9375rem;
    padding: 6px 0;
    
}

.footer-2026-link:hover {
    color: var(--nav-gold-primary, #c4a35a);
    transform: translateX(4px);
}

/* === CONTACT GRID (icons stacked above text) === */
.footer-2026-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.footer-2026-contact-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1rem 0.5rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    text-decoration: none;
    transition: border-color 0.3s ease, background 0.3s ease;
    min-height: 44px;
}

.footer-2026-contact-card:hover {
    border-color: var(--nav-gold-primary, #c4a35a);
    background: rgba(196, 163, 90, 0.06);
}

.footer-2026-contact-icon {
    color: var(--nav-gold-primary, #c4a35a);
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.footer-2026-contact-label {
    color: var(--nav-text-muted, rgba(255, 255, 255, 0.7));
    font-size: 0.8125rem;
    line-height: 1.3;
}

.footer-2026-contact-card:hover .footer-2026-contact-label {
    color: var(--nav-white, #ffffff);
}

/* === ADDRESS === */
.footer-2026-address {
    color: var(--nav-text-muted, rgba(255, 255, 255, 0.7));
    font-size: 0.9375rem;
    margin: 0 0 0.75rem;
}

.footer-2026-address .footer-2026-icon {
    color: var(--nav-gold-primary, #c4a35a);
    margin-right: 0.5rem;
}

/* === PORTAL LINKS === */
.footer-2026-portals {
    margin-bottom: 0.5rem;
}

.footer-2026-portals .footer-2026-link {
    font-size: 0.875rem;
    padding: 4px 0;
    line-height: 40px;
}

/* === CTA CONTACT (Gold Pill) === */
.footer-2026-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 12px 24px;
    background: linear-gradient(135deg, var(--nav-gold-primary, #c4a35a) 0%, var(--nav-gold-light, #d4b86a) 100%);
    color: var(--nav-navy-deep, #0a1628);
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9375rem;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 44px;
    box-shadow: 0 4px 15px var(--nav-gold-glow, rgba(196, 163, 90, 0.3));
}

.footer-2026-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(196, 163, 90, 0.4);
    color: var(--nav-navy-deep, #0a1628);
}

/* === SEPARATEUR COPYRIGHT === */
.footer-2026-separator {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 2.5rem;
    padding-top: 1.5rem;
}

/* === COPYRIGHT & LEGAL === */
.footer-2026-copyright {
    color: var(--nav-text-muted, rgba(255, 255, 255, 0.7));
    font-size: 0.875rem;
    margin: 0;
}

.footer-2026-copyright .footer-2026-brand {
    color: var(--nav-white, #ffffff);
    font-weight: 600;
}

.footer-2026-legal-sep {
    color: rgba(255, 255, 255, 0.3);
    margin: 0 0.5rem;
}

.footer-2026-legal-link {
    color: var(--nav-text-muted, rgba(255, 255, 255, 0.7));
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-2026-legal-link:hover {
    color: var(--nav-gold-primary, #c4a35a);
}

/* === FOCUS-VISIBLE & ACTIVE STATES (Harmonisation Round 4) === */
.footer-2026-link:focus-visible {
    outline: 2px solid var(--nav-gold-primary, #c4a35a);
    outline-offset: 2px;
    border-radius: 2px;
}

.footer-2026-link:active {
    transform: translateX(2px);
}

.footer-2026-contact-card:focus-visible {
    outline: 2px solid var(--nav-gold-primary, #c4a35a);
    outline-offset: 2px;
}

.footer-2026-contact-card:active {
    background: rgba(196, 163, 90, 0.1);
}

.footer-2026-cta:focus-visible {
    outline: 3px solid var(--nav-gold-primary, #c4a35a);
    outline-offset: 3px;
}

.footer-2026-cta:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(196, 163, 90, 0.2);
}

.footer-2026-legal-link:focus-visible {
    outline: 2px solid var(--nav-gold-primary, #c4a35a);
    outline-offset: 2px;
    border-radius: 2px;
}

/* === ACCESSIBILITE === */
@media (prefers-reduced-motion: reduce) {
    .footer-2026-link,
    .footer-2026-cta,
    .footer-2026-contact-card,
    .footer-2026-legal-link {
        transition: none;
    }
}

/* === SOCIAL ICONS === */
.footer-2026-social {
    padding-top: 1rem;
    
    
}

.footer-2026-social-label {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--nav-gold-primary, #c4a35a);
    margin-bottom: 0.75rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.footer-2026-social-icons {
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
}

.footer-2026-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(196, 163, 90, 0.1);
    border: 1px solid rgba(196, 163, 90, 0.25);
    color: var(--nav-gold-primary, #c4a35a);
    font-size: 1.25rem;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.footer-2026-social-link:hover,
.footer-2026-social-link:focus-visible {
    background: var(--nav-gold-primary, #c4a35a);
    color: var(--nav-navy-deep, #0a1628);
    border-color: var(--nav-gold-primary, #c4a35a);
    transform: translateY(-2px);
}

.footer-2026-social-link:focus-visible {
    outline: 2px solid var(--nav-gold-primary, #c4a35a);
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    .footer-2026-social-link {
        transition: none;
    }
}


/* === SOURCE: urgency-bar-2026.css === */
/* ============================================================================
   CSS URGENCY BAR GLOBAL - COMPOSANT 2026

   Composant activable sur TOUTES les pages du site
   Gere via SiteSettings en BDD + EasyAdmin
   Prototype valide 2026-02-11

   Date: 2026-02-11
   Version: 2.0.0 - Corrections prototype valide
   ============================================================================ */

/* ============================================================================
   BASE STYLES
   ============================================================================ */
.urgency-bar-2026 {
    background: linear-gradient(90deg, #c4a35a, #d4b86a);
    color: #0a1628;
    padding: 12px 0;
    position: relative;
    z-index: 1000;
    text-align: center;
    /* animation: urgencySlideDown 0.3s ease-out; -- REMOVED for CLS fix 2026-02-20 */
}

@keyframes urgencySlideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.urgency-bar-2026 .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

/* ============================================================================
   CONTENU
   ============================================================================ */
.urgency-bar__content {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    flex: 1;
    justify-content: center;
}

.urgency-bar__message {
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.4;
    color: #0a1628;
}

.urgency-bar__message i {
    margin-right: 8px;
}

/* ============================================================================
   CTA BUTTON
   ============================================================================ */
.urgency-bar__cta {
    background: #0a1628;
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.875rem;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.urgency-bar__cta:hover {
    background: #1a365d;
    color: #ffffff;
    text-decoration: none;
}

.urgency-bar__cta i {
    font-size: 0.75rem;
}

/* ============================================================================
   CLOSE BUTTON (Touch target 48px - SXO 2026)
   ============================================================================ */
.urgency-bar__close {
    background: transparent;
    border: none;
    color: #0a1628;
    padding: 8px;
    cursor: pointer;
    opacity: 0.8;
    min-width: 48px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.urgency-bar__close:hover {
    opacity: 1;
    background: rgba(10, 22, 40, 0.1);
}

.urgency-bar__close:focus {
    outline: 2px solid #0a1628;
    outline-offset: 2px;
}

/* ============================================================================
   VARIANTES DE COULEUR (TYPE)
   ============================================================================ */

/* Nouveaute - Gold (prototype valide) */
.urgency-bar--nouveaute {
    background: linear-gradient(90deg, #c4a35a, #d4b86a);
}

.urgency-bar--nouveaute .urgency-bar__cta {
    background: #0a1628;
    color: #ffffff;
}

/* Promo - Gold */
.urgency-bar--promo {
    background: linear-gradient(90deg, #c4a35a, #d4b86a);
}

.urgency-bar--promo .urgency-bar__cta {
    background: #0a1628;
    color: #ffffff;
}

/* Alerte - Rouge */
.urgency-bar--alerte {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: #ffffff;
}

.urgency-bar--alerte .urgency-bar__cta {
    background: #ffffff;
    color: #dc3545;
}

/* Success - Vert */
.urgency-bar--success {
    background: linear-gradient(135deg, #28a745 0%, #218838 100%);
    color: #ffffff;
}

.urgency-bar--success .urgency-bar__cta {
    background: #ffffff;
    color: #28a745;
}

/* Info - Teal */
.urgency-bar--info {
    background: linear-gradient(135deg, #17a2b8 0%, #138496 100%);
    color: #ffffff;
}

.urgency-bar--info .urgency-bar__cta {
    background: #ffffff;
    color: #17a2b8;
}

/* ============================================================================
   RESPONSIVE - MOBILE-FIRST (SXO 2026)
   ============================================================================ */

/* BASE = Mobile (< 576px) */
.urgency-bar__content {
    flex-direction: column;
    text-align: center;
    gap: 12px;
}

.urgency-bar__message {
    font-size: 0.9375rem;
}

.urgency-bar__cta {
    padding: 8px 20px;
    font-size: 0.875rem;
}

/* Tablet (>= 576px) */
@media (min-width: 576px) {
    .urgency-bar__content {
        flex-direction: row;
        text-align: center;
        gap: 12px;
    }

    .urgency-bar__message {
        font-size: 0.9375rem;
    }
}

/* Desktop (>= 768px) */
@media (min-width: 768px) {
    .urgency-bar-2026 {
        padding: 10px 0;
    }

    .urgency-bar__message {
        font-size: 1rem;
    }
}

/* Large (>= 1200px) */
@media (min-width: 1200px) {
    .urgency-bar__cta {
        padding: 8px 24px;
    }
}

/* ============================================================================
   REDUCED MOTION (Accessibilite)
   ============================================================================ */
@media (prefers-reduced-motion: reduce) {
    .urgency-bar-2026 {
        animation: none !important;
    }

    .urgency-bar__cta {
        transition: none !important;
    }

    .urgency-bar__close {
        transition: none !important;
    }
}

/* ============================================================================
   HIGH CONTRAST MODE
   ============================================================================ */
@media (prefers-contrast: high) {
    .urgency-bar__cta {
        border: 2px solid currentColor;
    }

    .urgency-bar__close {
        border: 2px solid currentColor;
    }
}

/* ============================================================================
   PRINT (masquer)
   ============================================================================ */
@media print {
    .urgency-bar-2026 {
        display: none !important;
    }
}


