/* ═══════════════════════════════════════════════════════════════
   FICHIER GÉNÉRÉ — ne pas éditer.
   Source : fonts/fonts.css, css/global.css, css/components.css, css/nav.css, css/footer.css, css/cookie.css, css/newsletter.css, css/webinar-popup.css
   Régénérer : npm run css
   ═══════════════════════════════════════════════════════════════ */

/* ── fonts/fonts.css ─────────────────────────────────────── */
/* Polices auto-hébergées — SIL Open Font License 1.1 (voir fonts/LICENSE.txt).
   Auparavant chargées depuis fonts.googleapis.com : une feuille de style tierce
   bloquante, plus une connexion à fonts.gstatic.com pour les fichiers. */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/fonts/inter-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/fonts/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/fonts/space-grotesk-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/fonts/space-grotesk-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ── css/global.css ─────────────────────────────────────── */
/* ═══════════════════════════════════════════════════════════════
   GLOBAL.CSS — Design System Complement
   Variables, reset, typographie, utilitaires layout, backgrounds,
   scroll-reveal, animations
   ═══════════════════════════════════════════════════════════════ */

/* ── CSS CUSTOM PROPERTIES ─────────────────────────────────── */
:root {
  /* Couleurs primaires */
  --color-primary:        #006DE5;
  --color-primary-dark:   #003B7C;
  --color-primary-light:  #2988F1;
  --color-primary-bg:     #DFEBFF;
  --color-primary-pale:   #EBF3FF;

  /* Couleurs neutres */
  --color-black:          #000000;
  --color-dark:           #202125;
  --color-medium:         #878787;
  --color-tertiary:       #667085;
  --color-light:          #F4F7F9;
  --color-white:          #FFFFFF;
  --color-border:         #E2E2E2;
  --color-border-light:   #DAE2EF;

  /* Couleurs semantiques */
  --color-success:        #3EA15A;
  --color-success-light:  #D7FBC1;
  --color-warning:        #f2c83a;
  --color-warning-light:  #FDDEA6;
  --color-danger:         #EB5757;
  --color-danger-light:   #F8DCD6;

  /* Typographie */
  --font-display:    'Space Grotesk', sans-serif;
  --font-body:       'Inter', sans-serif;

  /* Tailles de texte */
  --text-xs:    0.75rem;
  --text-sm:    0.875rem;
  --text-base:  1rem;
  --text-lg:    1.125rem;
  --text-xl:    1.25rem;
  --text-2xl:   1.5rem;
  --text-3xl:   1.875rem;
  --text-4xl:   2.25rem;
  --text-5xl:   3rem;
  --text-6xl:   3.75rem;
  --text-7xl:   4.5rem;

  /* Espacements */
  --space-xs:   0.25rem;
  --space-sm:   0.5rem;
  --space-md:   1rem;
  --space-lg:   1.5rem;
  --space-xl:   2rem;
  --space-2xl:  3rem;
  --space-3xl:  4rem;
  --space-4xl:  6rem;
  --space-5xl:  8rem;

  /* Border radius */
  --radius-sm:   0.375rem;
  --radius-md:   0.75rem;
  --radius-lg:   1rem;
  --radius-xl:   1.5rem;
  --radius-2xl:  2rem;
  --radius-full: 9999px;

  /* Shadows */
  --shadow-sm:  0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.05);
  --shadow-md:  0 4px 16px rgba(0,0,0,.08), 0 2px 6px rgba(0,0,0,.04);
  --shadow-lg:  0 12px 40px rgba(0,0,0,.10), 0 4px 12px rgba(0,0,0,.05);
  --shadow-xl:  0 24px 64px rgba(0,0,0,.12), 0 8px 24px rgba(0,0,0,.06);
  --shadow-blue: 0 8px 32px rgba(0,109,229,.20);
  --shadow-blue-lg: 0 16px 48px rgba(0,109,229,.28);

  /* Transitions */
  --transition-fast:   150ms cubic-bezier(.4,0,.2,1);
  --transition-base:   250ms cubic-bezier(.4,0,.2,1);
  --transition-slow:   400ms cubic-bezier(.4,0,.2,1);
  --transition-spring: 500ms cubic-bezier(.34,1.56,.64,1);

  /* Layout */
  --container-max: 1240px;
  --nav-height:    72px;
  --section-py:    6rem;

  /* ── ALIASES format court (compatibilite temporaire) ── */
  --primary:        var(--color-primary);
  --primary-dark:   var(--color-primary-dark);
  --primary-light:  var(--color-primary-light);
  --primary-bg:     var(--color-primary-bg);
  --primary-pale:   var(--color-primary-pale);
  --dark:           var(--color-dark);
  --medium:         var(--color-medium);
  --tertiary:       var(--color-tertiary);
  --light:          var(--color-light);
  --white:          var(--color-white);
  --border:         var(--color-border);
  --border-light:   var(--color-border-light);
  --success:        var(--color-success);
  --success-light:  var(--color-success-light);
  --fd:             var(--font-display);
  --fb:             var(--font-body);
  --t:              var(--transition-base);
  --nav-h:          var(--nav-height);
  --sh-sm:          var(--shadow-sm);
  --sh-md:          var(--shadow-md);
  --sh-lg:          var(--shadow-lg);
  --sh-xl:          var(--shadow-xl);
  --sh-blu:         var(--shadow-blue);
  --sh-blu-lg:      var(--shadow-blue-lg);
  --r-sm:           var(--radius-sm);
  --r-md:           var(--radius-md);
  --r-lg:           var(--radius-lg);
  --r-xl:           var(--radius-xl);
  --r-2xl:          var(--radius-2xl);
  --r-full:         var(--radius-full);
}

/* ── RESET & BASE ──────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; }
body {
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: 1.6;
  color: var(--color-dark);
  background: var(--color-white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
ul, ol { list-style: none; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border-width: 0;
}

/* ── TYPOGRAPHY SYSTEM ─────────────────────────────────────── */
.display-xl {
  font-family: var(--font-display);
  font-size: clamp(1.875rem, 3.2vw, 2.75rem);
  font-weight: 700; line-height: 1.1; letter-spacing: -0.03em;
}
.display-lg {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 4.5vw, var(--text-6xl));
  font-weight: 700; line-height: 1.1; letter-spacing: -0.025em;
}
.display-md {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.5vw, var(--text-5xl));
  font-weight: 700; line-height: 1.15; letter-spacing: -0.02em;
}
.heading-xl {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.8vw, var(--text-4xl));
  font-weight: 600; line-height: 1.2; letter-spacing: -0.015em;
}
.heading-lg {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.2vw, var(--text-3xl));
  font-weight: 600; line-height: 1.25; letter-spacing: -0.01em;
}
.heading-md {
  font-family: var(--font-display);
  font-size: var(--text-2xl); font-weight: 600; line-height: 1.3;
}
.body-lg { font-size: var(--text-lg); line-height: 1.65; }
.body-md { font-size: var(--text-base); line-height: 1.65; }
.body-sm { font-size: var(--text-sm); line-height: 1.55; }
.label {
  font-family: var(--font-display);
  font-size: var(--text-xs); font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
}

/* ── LAYOUT UTILITIES ──────────────────────────────────────── */
.container {
  width: 100%; max-width: var(--container-max);
  margin: 0 auto; padding: 0 clamp(1rem, 4vw, 2.5rem);
}
.section { padding: var(--section-py) 0; position: relative; }
.section--sm { padding: 4rem 0; }
.section--lg { padding: 8rem 0; }
.flex { display: flex; }
.flex-col { flex-direction: column; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.gap-sm { gap: var(--space-sm); }
.gap-md { gap: var(--space-md); }
.gap-lg { gap: var(--space-lg); }
.gap-xl { gap: var(--space-xl); }
.gap-2xl { gap: var(--space-2xl); }
.text-center { text-align: center; }
.grid { display: grid; }

/* ── BACKGROUND UTILITIES ──────────────────────────────────── */
.bg-white     { background: var(--color-white); }
.bg-light     { background: var(--color-light); }
.bg-dark      { background: var(--color-dark); color: var(--color-white); }
.bg-darker    { background: #13141A; color: var(--color-white); }
.bg-primary   { background: var(--color-primary); color: var(--color-white); }
.bg-blue-pale { background: var(--color-primary-pale); }
.bg-gradient-hero {
  background:
    radial-gradient(ellipse 80% 60% at 60% 0%, rgba(0,109,229,.12) 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 90% 100%, rgba(41,136,241,.08) 0%, transparent 50%),
    var(--color-white);
}
.bg-gradient-dark {
  background: linear-gradient(135deg, #0E1117 0%, #1A1E2E 50%, #0D1A33 100%);
}
.bg-gradient-blue {
  background: linear-gradient(135deg, #003B7C 0%, #006DE5 60%, #2988F1 100%);
}
.bg-gradient-mesh {
  background:
    radial-gradient(ellipse 70% 50% at 20% 50%, rgba(0,109,229,.07) 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 80% 20%, rgba(41,136,241,.06) 0%, transparent 50%),
    radial-gradient(ellipse 40% 30% at 50% 90%, rgba(62,161,90,.05) 0%, transparent 50%),
    var(--color-light);
}

/* ── ANIMATED BLOBS ────────────────────────────────────────── */
.blob-container {
  position: absolute; inset: 0; overflow: hidden;
  pointer-events: none; z-index: 0;
}
.blob {
  position: absolute; border-radius: 50%;
  filter: blur(80px); opacity: 0.45;
  animation: blobFloat 8s ease-in-out infinite;
}
.blob-1 {
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(0,109,229,0.18) 0%, transparent 70%);
  top: -200px; right: -100px; animation-delay: 0s;
}
.blob-2 {
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(41,136,241,0.12) 0%, transparent 70%);
  bottom: -100px; left: 10%; animation-delay: -3s;
}
@keyframes blobFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%  { transform: translate(20px, -30px) scale(1.04); }
  66%  { transform: translate(-15px, 15px) scale(0.97); }
}

/* ── SCROLL REVEAL ─────────────────────────────────────────── */
.reveal {
  opacity: 0; transform: translateY(30px);
  transition: opacity 0.7s cubic-bezier(.4,0,.2,1), transform 0.7s cubic-bezier(.4,0,.2,1);
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-left {
  opacity: 0; transform: translateX(-40px);
  transition: opacity 0.7s cubic-bezier(.4,0,.2,1), transform 0.7s cubic-bezier(.4,0,.2,1);
}
.reveal-left.is-visible { opacity: 1; transform: translateX(0); }
.reveal-right {
  opacity: 0; transform: translateX(40px);
  transition: opacity 0.7s cubic-bezier(.4,0,.2,1), transform 0.7s cubic-bezier(.4,0,.2,1);
}
.reveal-right.is-visible { opacity: 1; transform: translateX(0); }
.reveal-scale {
  opacity: 0; transform: scale(0.92);
  transition: opacity 0.6s cubic-bezier(.4,0,.2,1), transform 0.6s cubic-bezier(.34,1.56,.64,1);
}
.reveal-scale.is-visible { opacity: 1; transform: scale(1); }

.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }
.delay-5 { transition-delay: 0.5s; }
.delay-6 { transition-delay: 0.6s; }

/* ── FLOATING ANIMATION ────────────────────────────────────── */
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* ── SPIN (loading) ────────────────────────────────────────── */
@keyframes spin { to { transform: rotate(360deg); } }

/* ── css/components.css ─────────────────────────────────────── */
/* ═══════════════════════════════════════════════════════════════
   COMPONENTS.CSS — Eyebrows, Boutons, Cards, Badges
   ═══════════════════════════════════════════════════════════════ */

/* ── SECTION LABELS (eyebrow) ──────────────────────────────── */
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.35rem 0.9rem; border-radius: var(--radius-full);
  background: var(--color-primary-bg); color: var(--color-primary);
  font-family: var(--font-display); font-size: var(--text-xs);
  font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;
}
.eyebrow--dark {
  background: rgba(255,255,255,0.12); color: rgba(255,255,255,0.85);
}
.eyebrow--green {
  background: var(--color-success-light); color: var(--color-success);
}

/* ── BUTTONS ───────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 0.5rem; padding: 0.75rem 1.625rem;
  border-radius: var(--radius-full);
  font-family: var(--font-display); font-size: var(--text-sm);
  font-weight: 600; letter-spacing: 0.01em;
  cursor: pointer; transition: all var(--transition-base);
  border: none; white-space: nowrap;
  position: relative; overflow: hidden;
  text-decoration: none;
}
.btn::before {
  content: ''; position: absolute; inset: 0;
  background: rgba(255,255,255,0);
  transition: background var(--transition-fast);
}
.btn:hover::before { background: rgba(255,255,255,0.1); }

.btn-primary {
  background: var(--color-primary); color: var(--color-white);
  box-shadow: var(--shadow-blue);
}
.btn-primary:hover {
  background: var(--color-primary-dark);
  box-shadow: var(--shadow-blue-lg); transform: translateY(-1px);
}
.btn-primary:active { transform: translateY(0); }

.btn-secondary {
  background: var(--color-white); color: var(--color-dark);
  border: 1.5px solid var(--color-border); box-shadow: var(--shadow-sm);
}
.btn-secondary:hover {
  background: var(--color-light); border-color: var(--color-primary);
  color: var(--color-primary); transform: translateY(-1px);
}

.btn-ghost {
  background: transparent; color: var(--color-white);
  border: 1.5px solid rgba(255,255,255,0.3);
}
.btn-ghost:hover {
  background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.6);
}

.btn-lg { padding: 1rem 2rem; font-size: var(--text-base); }
.btn-sm { padding: 0.5rem 1rem; font-size: var(--text-xs); }
.btn-icon { width: 36px; height: 36px; padding: 0; border-radius: var(--radius-full); }

.btn-arrow::after {
  content: '\2192'; font-size: 1.1em;
  transition: transform var(--transition-base);
}
.btn-arrow:hover::after { transform: translateX(3px); }

/* ── CARDS ─────────────────────────────────────────────────── */
.card {
  background: var(--color-white); border-radius: var(--radius-xl);
  border: 1px solid var(--color-border-light);
  box-shadow: var(--shadow-md); overflow: hidden;
}
.card--glass {
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
}
.card--dark {
  background: var(--color-dark); color: var(--color-white);
  border-color: rgba(255,255,255,0.08);
}
.card--blue {
  background: var(--color-primary); color: var(--color-white);
  border-color: transparent;
}

/* ── BADGES / PILLS ────────────────────────────────────────── */
.badge {
  display: inline-flex; align-items: center; gap: 0.3rem;
  padding: 0.25rem 0.6rem; border-radius: var(--radius-full);
  font-size: var(--text-xs); font-weight: 600;
}
.badge--blue  { background: var(--color-primary-bg); color: var(--color-primary); }
.badge--green { background: var(--color-success-light); color: var(--color-success); }
.badge--dark  { background: rgba(255,255,255,0.15); color: rgba(255,255,255,0.9); }

/* ── Micro-texte de réassurance sous un groupe de CTA (essai gratuit) ── */
.cta-note {
  display: block;
  margin-top: 0.6rem;
  font-size: var(--text-sm);
  color: var(--color-tertiary);
}
/* Sur fond sombre */
.cta-section .cta-note { color: rgba(255,255,255,0.55); }
/* Dans un groupe de boutons en flex : passe seul à la ligne sous les CTA */
.hero-ctas .cta-note,
.hero-oa__actions .cta-note,
.cta-btns .cta-note { flex-basis: 100%; margin-top: 0.15rem; }

/* ── css/nav.css ─────────────────────────────────────── */
/* ═══════════════════════════════════════════════════════════════
   NAV.CSS — Announcement bar + Navigation principale
   ═══════════════════════════════════════════════════════════════ */

/* ── ANNOUNCEMENT BAR ──────────────────────────────────────── */
@keyframes gradient-shift {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.announcement-bar {
  position: relative; z-index: 1000;
  background: linear-gradient(90deg, #003B7C 0%, #006DE5 50%, #2988F1 100%);
  background-size: 200% 100%;
  animation: gradient-shift 6s ease infinite;
  padding: 0.55rem 1rem; text-align: center;
}
.announcement-bar__inner {
  display: flex; align-items: center; justify-content: center; gap: 0.75rem;
  max-width: 1280px; margin: 0 auto;
}
.announcement-bar__badge {
  display: inline-flex; align-items: center; gap: 0.3rem;
  background: rgba(255,255,255,0.2); border: 1px solid rgba(255,255,255,0.3);
  border-radius: 999px; padding: 0.15rem 0.6rem;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.07em;
  color: #fff; text-transform: uppercase;
}
.announcement-bar__text,
.announcement-bar__text-short { color: rgba(255,255,255,0.95); font-size: var(--text-sm); font-weight: 500; }
.announcement-bar__text strong { color: #fff; font-weight: 700; }
.announcement-bar__link {
  display: inline-flex; align-items: center; gap: 0.4rem;
  padding: 0.3rem 0.875rem 0.3rem 0.75rem;
  background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.3);
  border-radius: 9999px; color: #fff; font-size: var(--text-sm); font-weight: 600;
  text-decoration: none; white-space: nowrap;
  transition: background 0.2s, border-color 0.2s, transform 0.15s;
}
.announcement-bar__link:hover { background: rgba(255,255,255,0.25); border-color: rgba(255,255,255,0.55); transform: translateX(2px); }
.announcement-bar__link svg { transition: transform 0.15s; }
.announcement-bar__link:hover svg { transform: translateX(2px); }
.announcement-bar__close {
  position: absolute; right: 1rem; top: 50%; transform: translateY(-50%);
  background: none; border: none; color: rgba(255,255,255,0.7);
  cursor: pointer; padding: 0.25rem; font-size: 1rem; line-height: 1; transition: color 0.15s;
}
.announcement-bar__close:hover { color: #fff; }
.announcement-bar.hidden { display: none; }

/* ── NAVIGATION ────────────────────────────────────────────── */
@keyframes fadeIn {
  from { opacity: 0; transform: translateX(-50%) translateY(-4px); }
  to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}
@keyframes slideInDown {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: translateY(0); }
}

.nav {
  position: sticky; top: 0; z-index: 999;
  height: var(--nav-height);
  background: #ffffff;
  backdrop-filter: blur(0px); -webkit-backdrop-filter: blur(0px);
  border-bottom: 1px solid transparent;
  transition: background 0.3s ease, backdrop-filter 0.3s ease, -webkit-backdrop-filter 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.nav.scrolled {
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.nav > .container { height: 100%; }
.nav__inner {
  height: 100%; display: flex; align-items: center;
  justify-content: space-between; gap: var(--space-xl);
}

/* Logo */
.nav__logo { flex-shrink: 0; display: flex; align-items: center; position: relative; }
.nav__logo img { height: 32px; width: auto; }
.nav__logo .logo-color { opacity: 1; transition: opacity 0.3s ease; }
.nav__logo .logo-white {
  position: absolute; top: 50%; left: 0; transform: translateY(-50%);
  opacity: 0; transition: opacity 0.3s ease; pointer-events: none;
}
.nav.dark-zone .logo-color { opacity: 0; }
.nav.dark-zone .logo-white { opacity: 1; }

/* Nav links */
.nav__links { display: flex; align-items: center; gap: 0.25rem; }
.nav__link {
  display: flex; align-items: center; gap: 0.3rem;
  padding: 0.45rem 0.85rem; border-radius: var(--radius-md);
  font-family: var(--font-display); font-size: var(--text-sm); font-weight: 500;
  color: var(--color-tertiary); transition: all var(--transition-fast);
  position: relative;
}
.nav__link:hover { color: var(--color-dark); background: var(--color-light); }
.nav__link.active { color: var(--color-primary); background: var(--color-primary-pale); }
.nav__link svg { width: 14px; height: 14px; transition: transform var(--transition-fast); }
.nav__link:hover svg { transform: rotate(180deg); }

/* Dropdown */
.nav__dropdown { position: relative; }
.nav__dropdown-menu {
  display: none; position: absolute; top: 100%; left: 50%;
  transform: translateX(-50%); padding-top: 8px;
  min-width: 200px; animation: fadeIn 0.15s ease;
}
.nav__dropdown-menu::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 8px; }
.nav__dropdown-menu-inner {
  background: var(--color-white); border: 1px solid var(--color-border-light);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-xl); padding: 0.5rem;
}
.nav__dropdown:hover .nav__dropdown-menu { display: block; }
.nav__dropdown-item {
  display: block; padding: 0.55rem 0.85rem; border-radius: var(--radius-md);
  font-size: var(--text-sm); color: var(--color-tertiary); transition: all var(--transition-fast);
}
.nav__dropdown-item:hover { background: var(--color-light); color: var(--color-dark); }
.nav__dropdown-item strong {
  display: block; font-weight: 600; color: var(--color-dark);
  font-size: var(--text-sm); margin-bottom: 0.1rem;
}
.nav__dropdown-item span { font-size: var(--text-xs); color: var(--color-medium); }

/* Nav actions */
.nav__actions { display: flex; align-items: center; gap: var(--space-sm); }
.nav__login {
  font-family: var(--font-display); font-size: var(--text-sm); font-weight: 500;
  color: var(--color-tertiary); padding: 0.45rem 0.85rem;
  border-radius: var(--radius-md); transition: all var(--transition-fast); white-space: nowrap;
}
.nav__login:hover { color: var(--color-dark); background: var(--color-light); }

/* Language selector */
.nav__lang {
  display: flex; align-items: center; gap: 0.3rem;
  font-family: var(--font-display); font-size: var(--text-xs); font-weight: 600;
  color: var(--color-tertiary); padding: 0.35rem 0.55rem;
  border-radius: var(--radius-md); border: 1px solid var(--color-border);
  transition: all var(--transition-fast); white-space: nowrap;
  letter-spacing: 0.03em; margin-left: 0.25rem;
}
.nav__lang:hover { color: var(--color-dark); border-color: var(--color-medium); background: var(--color-light); }

/* Mobile hamburger */
.nav__hamburger {
  display: none; flex-direction: column; justify-content: center; align-items: center;
  gap: 5px; width: 40px; height: 40px; background: none; border: none; cursor: pointer; padding: 4px;
}
.nav__hamburger span {
  display: block; width: 22px; height: 2px;
  background: var(--color-dark); border-radius: 2px; transition: all var(--transition-base);
}
.nav__hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.nav__hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav__hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* Mobile menu */
.nav__mobile {
  display: none; position: fixed; top: var(--nav-height); left: 0; right: 0;
  background: var(--color-white); border-bottom: 1px solid var(--color-border-light);
  padding: 1rem; box-shadow: var(--shadow-lg); z-index: 998;
  animation: slideInDown 0.25s ease;
}
.nav__mobile.open { display: block; }
.nav__mobile-links { display: flex; flex-direction: column; gap: 0.25rem; margin-bottom: 1rem; }
.nav__mobile-link {
  display: block; padding: 0.75rem 1rem; border-radius: var(--radius-md);
  font-family: var(--font-display); font-size: var(--text-base); font-weight: 500;
  color: var(--color-dark); transition: background var(--transition-fast);
}
.nav__mobile-link:hover { background: var(--color-light); }
.nav__mobile-actions {
  display: flex; flex-direction: column; gap: 0.5rem;
  padding-top: 1rem; border-top: 1px solid var(--color-border-light);
}
.nav__mobile-actions .btn { width: 100%; justify-content: center; }

/* ── RESPONSIVE ────────────────────────────────────────────── */
@media (max-width: 900px) {
  .nav__links, .nav__login, .nav__actions .btn { display: none; }
  .nav__hamburger { display: flex; }
  .nav__actions { gap: 0.25rem; }
  .nav__lang { margin-left: 0; }
}
@media (max-width: 768px) {
  .announcement-bar__text { display: none; }
  .announcement-bar__text-short { display: inline; }
  .announcement-bar__close { display: none; }
  .announcement-bar__badge { font-size: 0.6rem; padding: 0.1rem 0.45rem; }
  .announcement-bar__link { font-size: 0.75rem; padding: 0.2rem 0.65rem 0.2rem 0.55rem; }
}
@media (min-width: 769px) {
  .announcement-bar__text-short { display: none; }
}

/* ── css/footer.css ─────────────────────────────────────── */
/* ═══════════════════════════════════════════════════════════════
   FOOTER.CSS — Footer principal
   ═══════════════════════════════════════════════════════════════ */

footer {
  position: relative; padding: 5rem 0 2rem;
  background: #161A27; backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid rgba(255,255,255,0.06); overflow: hidden;
}
footer::before {
  content: ''; position: absolute; bottom: -50px; left: 50%; transform: translateX(-50%);
  width: 80%; height: 100%;
  background: radial-gradient(ellipse at bottom center, rgba(30,80,255,0.4) 0%, rgba(20,60,200,0.2) 35%, transparent 70%);
  pointer-events: none; z-index: 0;
  animation: footerPulse 4s ease-in-out infinite;
}
@keyframes footerPulse {
  0%   { transform: translateX(-50%) scale(1);    opacity: 0.85; filter: brightness(1); }
  50%  { transform: translateX(-50%) scale(1.08); opacity: 1;    filter: brightness(1.25); }
  100% { transform: translateX(-50%) scale(1);    opacity: 0.85; filter: brightness(1); }
}
footer > * { position: relative; z-index: 1; }

.footer-top {
  display: grid; grid-template-columns: 280px 1fr; gap: 4rem;
  padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-logo { width: 140px; height: auto; margin-bottom: 1rem; }
.footer-tagline { font-size: var(--text-sm); color: rgba(255,255,255,0.45); line-height: 1.6; margin-bottom: 1.5rem; }
.footer-address { font-size: var(--text-xs); color: rgba(255,255,255,0.3); line-height: 1.5; margin-bottom: 1.5rem; }
.footer-socials { display: flex; gap: 0.75rem; }
.footer-social {
  width: 36px; height: 36px; border-radius: var(--radius-md);
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.5);
  display: flex; align-items: center; justify-content: center;
  transition: all var(--transition-base);
}
.footer-social:hover { background: rgba(255,255,255,0.12); color: white; border-color: rgba(255,255,255,0.2); }

.footer-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.footer-col-title {
  font-family: var(--font-display); font-size: var(--text-xs); font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em;
  color: rgba(255,255,255,0.5); margin-bottom: 1rem;
}
.footer-col ul { display: flex; flex-direction: column; gap: 0.5rem; }
.footer-col a { font-size: var(--text-sm); color: rgba(255,255,255,0.45); transition: color var(--transition-fast); }
.footer-col a:hover { color: rgba(255,255,255,0.85); }

/* Partners */
.footer-partners {
  display: flex; align-items: center; justify-content: center; gap: 1rem;
  padding: 1.75rem 0; border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-partners__label {
  font-family: var(--font-display); font-size: var(--text-xs); font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.08em;
  color: rgba(255,255,255,0.35); white-space: nowrap;
}
.footer-partners__logos { display: flex; align-items: center; gap: 2rem; }
.footer-partners__logos img {
  height: 24px; width: auto; object-fit: contain;
  filter: grayscale(1) brightness(2) opacity(0.35);
  transition: filter 0.2s;
}
.footer-partners__logos img:hover { filter: grayscale(0) brightness(1) opacity(1); }

.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 2rem; flex-wrap: wrap; gap: 1rem;
}
.footer-copy { font-size: var(--text-xs); color: rgba(255,255,255,0.25); }
.footer-legal { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.footer-legal a { font-size: var(--text-xs); color: rgba(255,255,255,0.25); transition: color var(--transition-fast); }
.footer-legal a:hover { color: rgba(255,255,255,0.6); }

@media (max-width: 1024px) {
  .footer-top { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-nav { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .footer-nav { grid-template-columns: 1fr 1fr; }
  .footer-partners { flex-direction: column; gap: 0.75rem; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .footer-legal { gap: 1rem; }
}

/* ── css/cookie.css ─────────────────────────────────────── */
/* ═══════════════════════════════════════════════════════════════
   COOKIE.CSS — Banniere de consentement cookies
   ═══════════════════════════════════════════════════════════════ */

.cookie-banner {
  position: fixed; bottom: 1.5rem; left: 50%;
  transform: translateX(-50%) translateY(calc(100% + 2rem));
  z-index: 9999; width: calc(100% - 2rem); max-width: 680px;
  background: #fff; border: 1px solid rgba(0,0,0,0.08);
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12), 0 2px 8px rgba(0,0,0,0.06);
  padding: 1.25rem 1.5rem;
  display: flex; align-items: center; gap: 1.25rem;
  transition: transform 0.4s cubic-bezier(0.34,1.56,0.64,1), opacity 0.3s ease;
  opacity: 0;
}
.cookie-banner.visible { transform: translateX(-50%) translateY(0); opacity: 1; }
.cookie-banner.hiding {
  transform: translateX(-50%) translateY(calc(100% + 2rem));
  opacity: 0; transition: transform 0.3s ease, opacity 0.25s ease;
}
.cookie-banner__icon {
  flex-shrink: 0; width: 2.5rem; height: 2.5rem;
  background: #F0F7FF; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-size: 1.1rem;
}
.cookie-banner__text { flex: 1; min-width: 0; }
.cookie-banner__title {
  font-family: var(--font-display); font-size: 0.875rem;
  font-weight: 700; color: #202125; margin-bottom: 0.2rem;
}
.cookie-banner__desc { font-size: 0.8rem; color: #6B7280; line-height: 1.45; }
.cookie-banner__desc a { color: #006DE5; text-decoration: underline; text-underline-offset: 2px; }
.cookie-banner__actions { display: flex; gap: 0.5rem; flex-shrink: 0; }

.cookie-btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.5rem 1rem; border-radius: 8px;
  font-size: 0.8125rem; font-weight: 600;
  cursor: pointer; border: none; white-space: nowrap;
  transition: background 0.15s, transform 0.1s;
}
.cookie-btn:active { transform: scale(0.97); }
.cookie-btn--accept { background: #006DE5; color: #fff; }
.cookie-btn--accept:hover { background: #0060cc; }
.cookie-btn--decline { background: #F4F7F9; color: #6B7280; }
.cookie-btn--decline:hover { background: #E8EDF2; color: #374151; }

@media (max-width: 600px) {
  .cookie-banner { flex-direction: column; align-items: flex-start; gap: 1rem; padding: 1.25rem; }
  .cookie-banner__actions { width: 100%; }
  .cookie-btn { flex: 1; }
}

/* ── css/newsletter.css ─────────────────────────────────────── */
/* ═══════════════════════════════════════════════════════════════
   NEWSLETTER.CSS — Section inscription newsletter
   ═══════════════════════════════════════════════════════════════ */

#newsletter {
  background: linear-gradient(135deg, #003B7C 0%, #006DE5 100%);
  color: #fff; padding: 5rem 0;
}
.newsletter-inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;
}
.newsletter-input-group {
  display: flex; gap: 0.5rem;
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2);
  border-radius: 999px; padding: 0.35rem 0.35rem 0.35rem 1.25rem;
  transition: border-color var(--transition-base);
}
.newsletter-input-group:focus-within { border-color: rgba(255,255,255,0.5); background: rgba(255,255,255,0.15); }
.newsletter-input {
  flex: 1; background: transparent; border: none; outline: none;
  color: white; font-size: var(--text-sm);
}
.newsletter-input::placeholder { color: rgba(255,255,255,0.4); }
.newsletter-submit {
  background: white; color: var(--color-primary-dark);
  border-radius: 999px; padding: 0.6rem 1.5rem;
  font-size: var(--text-sm); transition: all var(--transition-base);
}
.newsletter-submit:hover { background: var(--color-light); transform: none; }
.newsletter-privacy {
  display: flex; align-items: center; gap: 0.4rem;
  font-size: var(--text-xs); color: rgba(255,255,255,0.45);
  margin-top: 0.75rem; padding-left: 0.25rem;
}
.newsletter-social { display: flex; gap: 0.75rem; margin-top: 1.5rem; padding-left: 0.25rem; }
.newsletter-social-link {
  display: flex; align-items: center; gap: 0.4rem;
  color: rgba(255,255,255,0.5); font-size: var(--text-xs);
  font-weight: 500; transition: color var(--transition-fast);
}
.newsletter-social-link:hover { color: white; }

@media (max-width: 1024px) { .newsletter-inner { grid-template-columns: 1fr; gap: 2rem; } }

/* ── css/webinar-popup.css ─────────────────────────────────────── */
/* ═══════════════════════════════════════════════════════════════
   WEBINAR-POPUP.CSS — Popup inscription webinaire (2 colonnes)
   ═══════════════════════════════════════════════════════════════ */

/* ── OVERLAY ───────────────────────────────────────────────── */
.webinar-popup-overlay {
  position: fixed; inset: 0; z-index: 10000;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
  display: flex; align-items: center; justify-content: center;
  padding: 1.5rem;
  opacity: 0; transition: opacity 0.3s ease;
  pointer-events: none;
}
.webinar-popup-overlay.open {
  opacity: 1; pointer-events: all;
}

/* ── MODAL — 2 colonnes ───────────────────────────────────── */
.webinar-popup {
  background: var(--color-white, #fff);
  border-radius: var(--radius-2xl, 2rem);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.2), 0 8px 24px rgba(0, 0, 0, 0.1);
  width: 90%; max-width: 960px;
  min-height: 540px; max-height: 90vh;
  position: relative;
  transform: scale(0.92) translateY(12px);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}
.webinar-popup-overlay.open .webinar-popup {
  transform: scale(1) translateY(0);
}

/* ── CLOSE BUTTON ──────────────────────────────────────────── */
.webinar-popup__close {
  position: absolute; top: 1rem; right: 1rem;
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,0.9);
  border: 1px solid var(--color-border, #E2E2E2);
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  color: var(--color-tertiary, #667085);
  transition: all 0.15s;
  z-index: 2;
}
.webinar-popup__close:hover {
  background: var(--color-white, #fff);
  color: var(--color-dark, #202125);
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* ── LEFT COLUMN — infos ──────────────────────────────────── */
.webinar-popup__left {
  padding: 2.25rem 2rem 2rem;
  display: flex; flex-direction: column;
  justify-content: center;
}

.webinar-popup__badge {
  display: inline-flex; align-items: center; gap: 0.4rem;
  padding: 0.3rem 0.8rem; border-radius: 9999px;
  background: linear-gradient(135deg, #003B7C, #006DE5);
  color: #fff;
  font-family: var(--font-display, 'Space Grotesk', sans-serif);
  font-size: 0.6875rem; font-weight: 700;
  letter-spacing: 0.07em; text-transform: uppercase;
  margin-bottom: 1.25rem;
  width: fit-content;
}
.webinar-popup__badge-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.3);
  animation: wp-pulse 2s ease-in-out infinite;
}
@keyframes wp-pulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.3); }
  50%      { box-shadow: 0 0 0 6px rgba(74, 222, 128, 0.08); }
}

.webinar-popup__title {
  font-family: var(--font-display, 'Space Grotesk', sans-serif);
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  font-weight: 700; line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--color-dark, #202125);
  margin-bottom: 0.625rem;
}

.webinar-popup__desc {
  font-size: 0.925rem; line-height: 1.6;
  color: var(--color-tertiary, #667085);
  margin-bottom: 1.125rem;
}

/* ── Metas (date, format) ─────────────────────────────────── */
.webinar-popup__metas {
  display: flex; flex-direction: column; gap: 0.4rem;
  margin-bottom: 1.5rem;
}
.webinar-popup__meta {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-family: var(--font-display, 'Space Grotesk', sans-serif);
  font-size: 0.875rem; font-weight: 600;
  color: var(--color-primary, #006DE5);
}
.webinar-popup__meta svg { flex-shrink: 0; color: var(--color-primary, #006DE5); }

/* ── Speakers ─────────────────────────────────────────────── */
.webinar-popup__speakers {
  display: flex; flex-direction: column; gap: 0.5rem;
}
.webinar-popup__speakers-row {
  display: flex; align-items: center; flex-wrap: wrap; gap: 0.75rem 1rem;
}
.webinar-popup__speakers-label {
  font-size: 0.75rem; color: var(--color-medium, #878787);
  font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;
}
.webinar-popup__speaker {
  display: flex; align-items: center; gap: 0.5rem;
}
.webinar-popup__speaker-img {
  width: 44px; height: 44px; border-radius: 50%;
  object-fit: cover; object-position: center top;
  border: 2px solid var(--color-border, #E2E2E2);
  flex-shrink: 0;
}
.webinar-popup__speaker-name {
  font-size: 0.9rem; font-weight: 600;
  color: var(--color-dark, #202125);
}
.webinar-popup__speaker-role {
  font-size: 0.775rem;
  color: var(--color-tertiary, #667085);
}

/* ── RIGHT COLUMN — Contrast form ─────────────────────────── */
.webinar-popup__right {
  background: var(--color-light, #F4F7F9);
  border-left: 1px solid var(--color-border, #E2E2E2);
  min-height: 440px;
}
.webinar-popup__form-container {
  width: 100%; height: 100%;
}

/* ── RESPONSIVE ────────────────────────────────────────────── */
@media (max-width: 768px) {
  .webinar-popup {
    grid-template-columns: 1fr;
    width: 95%; max-height: 92vh;
    overflow-y: auto;
  }
  .webinar-popup__left { padding: 1.75rem 1.5rem 1.25rem; }
  .webinar-popup__right { min-height: 380px; border-left: none; border-top: 1px solid var(--color-border, #E2E2E2); }
  .webinar-popup__title { font-size: 1.1rem; }
}
