/* ============================================================
   GLOBAL ESSOR — DESIGN SYSTEM
   Variables, reset, typographie de base
   Modifier ici pour changer couleurs, polices, espacements
============================================================ */

:root {

  /* --- Couleurs principales --- */
  --color-primary:     #0B1C2D;   /* Bleu nuit — fonds sombres, textes forts */
  --color-blue:        #1F4FD8;   /* Bleu marque — CTA, accents, liens */
  --color-blue-light:  #2D63FF;   /* Bleu clair — variante CTA */
  --color-blue-bright: #2F7BFF;   /* Bleu vif — gradients, accents lumineux */
  --color-blue-deep:   #071A3D;   /* Bleu profond — fonds très sombres */
  --color-blue-night:  #163074;   /* Bleu nuit — gradients header/footer */
  --color-blue-soft:   #5C9BFF;   /* Bleu doux — accents secondaires */
  --color-blue-bg:     #EEF3FF;   /* Bleu très clair — fonds de sections */
  --color-blue-rgb:    31, 79, 216;  /* Triplet RGB du bleu marque (pour rgba()) */

  /* --- Gradients réutilisables --- */
  --gradient-hero:        linear-gradient(135deg, var(--color-blue) 0%, var(--color-blue-bright) 100%);
  --gradient-blue-glass:  linear-gradient(180deg, var(--color-blue) 0%, var(--color-blue-night) 100%);

  /* --- Couleurs neutres --- */
  --color-white:      #FFFFFF;
  --color-bg:         #FFFFFF;   /* Fond de page légèrement bleuté */
  --color-bg-alt:     #F0F4FF;   /* Fond alternatif sections */
  --color-border:     #E2E8F4;   /* Bordures légères */

  /* --- Texte --- */
  --color-text:       #1E293B;   /* Texte principal */
  --color-text-muted: #4A5568;   /* Texte secondaire */
  --color-text-light: #5A6478;   /* Texte discret (ratio 7.2:1 sur blanc, WCAG AAA) */

  /* --- Typographie --- */
  --font-heading: "DM Sans", sans-serif;
  --font-body:    "DM Sans", sans-serif;

  /* --- Espacements --- */
  --space-xs:  0.5rem;    /*  8px */
  --space-sm:  1rem;      /* 16px */
  --space-md:  2rem;      /* 32px */
  --space-lg:  4rem;      /* 64px */
  --space-xl:  7rem;      /* 112px */

  /* --- Rayon de bordure --- */
  --radius-sm:  6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-full: 999px;

  /* --- Ombres --- */
  --shadow-sm:  0 1px 3px rgba(11,28,45,0.06), 0 1px 2px rgba(11,28,45,0.04);
  --shadow-md:  0 4px 12px rgba(11,28,45,0.08), 0 2px 4px rgba(11,28,45,0.04);
  --shadow-lg:  0 20px 40px rgba(11,28,45,0.10), 0 8px 16px rgba(11,28,45,0.06);

  /* --- Transitions --- */
  --transition: 0.25s ease;
  --duration-fast: 150ms;
  --duration-base: 250ms;
  --duration-slow: 400ms;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);

  /* --- Header --- */
  --header-height:          88px;
  --header-height-scrolled: 72px;
  --header-height-mobile:   64px;
  --header-padding-x:       8%;
  --header-padding-x-mobile: 20px;

  /* --- Breakpoints canoniques (à utiliser pour les nouveaux composants) ---
     Note : les CSS existants utilisent 20+ valeurs différentes par historique.
     Tout nouveau code doit s'aligner sur cette grille de 5 valeurs. */
  --bp-sm:  600px;   /* mobile large / tablette portrait */
  --bp-md:  768px;   /* tablette */
  --bp-lg:  980px;   /* desktop compact */
  --bp-xl: 1200px;   /* desktop large */
  --bp-2xl: 1440px;  /* écrans très larges */
}

/* --- Reset basique --- */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  color: var(--color-text);
  background-color: var(--color-white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Focus clavier visible (accessibilité WCAG 2.1 AA) */
:focus-visible {
  outline: 2px solid var(--color-blue, #1F4FD8);
  outline-offset: 2px;
  border-radius: 3px;
}
:focus:not(:focus-visible) {
  outline: none;
}

/* Respect du prefers-reduced-motion (accessibilite WCAG 2.3.3) */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--color-primary);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

p { line-height: 1.7; }

img { display: block; max-width: 100%; }

a { color: var(--color-blue); text-decoration: none; }

ul { list-style: none; }


/* ============================================================
   A11Y — Skip link (visible au focus uniquement)
   Permet aux utilisateurs clavier de bypasser le header.
============================================================ */
.ge-skip-link {
  position: absolute;
  top: -100px;
  left: 8px;
  z-index: 10000;
  padding: 12px 18px;
  background: var(--color-primary);
  color: #fff !important;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  border-radius: var(--radius-md);
  text-decoration: none;
  transition: top var(--duration-fast) var(--ease-out);
}
.ge-skip-link:focus,
.ge-skip-link:focus-visible {
  top: 8px;
  outline: 2px solid var(--color-blue);
  outline-offset: 2px;
}


/* ============================================================
   OVERRIDE FOND BLANC — demandé : tout le fond du site en blanc pur
   Garde les gradients sur boutons/highlights/icônes/avatars.
   Cible : sections, halos décoratifs, cards à fond bleuté subtil.
============================================================ */

/* 1. Toutes les sections passent en blanc pur */
body,
main,
section,
.bb-home-method,
.bb-home-approach,
.bb-home-ceo,
.bb-google-reviews,
.bb-cta,
.bb-universal-hero,
.hero,
.bb-offers-faq,
.ge-legal,
.ge-sitemap,
.bb-contact-form,
.ge-faq,
.bb-contact-faq,
.pd-hero,
.pd-audience,
.pd-deroule,
.pd-livrables,
.pd-tarifs,
.pd-faq,
.cf-hero,
.cf-client,
.cf-method,
.id-hero,
.id-converge,
.id-craft,
.id-flow,
.id-offers,
.id-showcase,
.ia-hero,
.ia-problem,
.ia-approach,
.ia-modules,
.ia-cases,
.ia-offers,
.ia-faq {
  background: #FFFFFF !important;
}

/* 2. Désactive tous les halos / auroras / glow décoratifs de fond */
[class*="halo"],
[class*="aurora"],
[class*="glow-bg"],
.bb-google-reviews__halos,
.bb-google-reviews__halo,
.bb-google-reviews__halo--1,
.bb-google-reviews__halo--2,
.pd-hero__halos,
.pd-hero__halo,
.pd-deroule__halo,
.pd-audience__halo,
.cf-hero__halo,
.id-hero__halo,
.ia-hero__halo {
  display: none !important;
}

/* 2b. Décorations radiales/aurora sur ::before et ::after des sections
       (calques de blue glow qui restaient malgré le background blanc) */
.bb-home-method-premium::before,
.bb-home-method-premium::after,
.bb-home-approach::before,
.bb-home-approach::after,
.bb-home-pain::before,
.bb-home-pain::after,
.bb-google-reviews::before,
.bb-google-reviews::after,
.bb-home-ceo::before,
.bb-home-ceo::after,
.bb-cta::before,
.bb-cta::after,
.hero::before,
.hero::after,
.pd-hero::before,
.pd-hero::after,
.pd-audience::before,
.pd-audience::after,
.pd-deroule::before,
.pd-deroule::after,
.pd-livrables::before,
.pd-livrables::after,
.pd-tarifs::before,
.pd-tarifs::after,
.pd-faq::before,
.pd-faq::after,
.cf-hero::before,
.cf-hero::after,
.cf-client::before,
.cf-client::after,
.cf-method::before,
.cf-method::after,
.id-hero::before,
.id-hero::after,
.id-converge::before,
.id-converge::after,
.id-craft::before,
.id-craft::after,
.id-flow::before,
.id-flow::after,
.id-offers::before,
.id-offers::after,
.id-showcase::before,
.id-showcase::after,
.ia-hero::before,
.ia-hero::after,
.ge-ai-problem::before,
.ge-ai-problem::after,
.ge-ai-approach::before,
.ge-ai-approach::after,
.ge-ai-modules::before,
.ge-ai-modules::after,
.ia-cases::before,
.ia-cases::after,
.ia-offers::before,
.ia-offers::after,
.ia-faq::before,
.ia-faq::after,
.bb-offers-faq::before,
.bb-offers-faq::after,
.ge-faq::before,
.ge-faq::after,
.bb-contact-form::before,
.bb-contact-form::after,
.bb-contact-faq::before,
.bb-contact-faq::after,
.ge-legal::before,
.ge-legal::after,
.ge-sitemap::before,
.ge-sitemap::after,
.bb-universal-hero::before,
.bb-universal-hero::after {
  background: none !important;
  background-image: none !important;
  display: none !important;
}

/* 2c. Sections ge-ai-* et autres conteneurs IA / identité / création */
.ge-ai-problem,
.ge-ai-approach,
.ge-ai-modules,
.ge-ai-cases,
.ge-ai-offers,
.ge-ai-faq,
.bb-id-converge,
.bb-id-craft,
.bb-id-flow,
.bb-id-showcase,
.bb-id-offers,
.bb-deroule,
.bb-audience,
.bb-livrables,
.bb-tarifs,
.bb-craft {
  background: #FFFFFF !important;
}

/* 3. Cards subtilement bleutées → blanches pures
      (on préserve les boutons et icônes en réintroduisant après si besoin) */
.bb-home-pain__card,
.bb-home-approach__card,
.bb-home-ceo__card,
.bb-google-reviews__hero,
.bb-google-reviews__card,
.bb-cta__card,
.pd-audience__card,
.pd-deroule__step,
.pd-livrables__card,
.cf-method__step,
.cf-client__card,
.id-converge__card,
.id-flow__step,
.ia-modules__card,
.ia-approach__step {
  background: #FFFFFF !important;
}
/* ============================================================
   GLOBAL ESSOR — LAYOUT
   Header, Footer, Container, structure générale
============================================================ */

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main { flex: 1; }

/* --- Container --- */
.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 var(--space-md);
}

/* ============================================================
   HEADER
============================================================ */
.site-header {
  background-color: var(--color-blue);
  padding: 1.1rem 0;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 20px rgba(var(--color-blue-rgb), 0.25);
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}

/* Logo */
.logo-link { display: flex; align-items: center; flex-shrink: 0; }
.logo-img { height: 52px; width: auto; }

/* Nav principale */
.main-nav {
  flex: 1;
}

.main-nav ul {
  display: flex;
  align-items: center;
  gap: 0.7rem 1rem 1.5rem;
}

/* Pousse le bouton "Réserver un échange" à droite */
.main-nav > ul > li:last-child {
  margin-left: 52%;
}

.main-nav > ul > li { position: relative; }

.main-nav a {
  color: rgba(255,255,255,0.85);
  font-size: 0.95rem;
  font-weight: 500;
  padding: 0.5rem 0.85rem;
  border-radius: var(--radius-sm);
  transition: color var(--transition), background var(--transition);
  white-space: nowrap;
}

.main-nav a:hover {
  color: var(--color-white);
  background: rgba(255,255,255,0.08);
}

/* Dropdown Services */
.has-dropdown > a::after {
  content: " ▾";
  font-size: 0.7rem;
  opacity: 0.7;
}

.dropdown {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  background: var(--color-white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  min-width: 280px;
  padding: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all var(--transition);
  border: 1px solid var(--color-border);
}

.has-dropdown:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown a {
  color: var(--color-text) !important;
  background: none !important;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.7rem 1rem;
  border-radius: var(--radius-sm);
}

.dropdown a:hover {
  background: var(--color-blue-bg) !important;
}

.dd-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--color-primary);
}

.dropdown a:hover .dd-title {
  color: var(--color-blue);
}

.dd-sub {
  font-size: 0.8rem;
  color: var(--color-text-muted);
  font-weight: 400;
}

/* Bouton CTA header */
.btn-header {
  background: var(--color-white);
  color: var(--color-blue) !important;
  padding: 0.6rem 1.2rem !important;
  border-radius: var(--radius-full) !important;
  font-weight: 700 !important;
  font-size: 0.9rem !important;
  border: 2px solid var(--color-white);
  transition: all var(--transition) !important;
}

.btn-header:hover {
  background: transparent !important;
  border-color: var(--color-white) !important;
  color: var(--color-white) !important;
}

/* Burger mobile */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-white);
  border-radius: 2px;
  transition: all var(--transition);
}

/* ============================================================
   FOOTER
============================================================ */
.site-footer {
  background-color: var(--color-primary);
  color: var(--color-white);
  padding: var(--space-lg) 0 var(--space-md);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: var(--space-lg);
  padding-bottom: var(--space-lg);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-brand .logo-img { height: 44px; margin-bottom: var(--space-sm); }

.footer-tagline {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
  margin-bottom: var(--space-sm);
}

.footer-email a {
  color: rgba(255,255,255,0.85);
  font-size: 0.9rem;
  transition: color var(--transition);
}

.footer-email a:hover { color: var(--color-white); }

.footer-col h4 {
  color: var(--color-white);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: var(--space-sm);
}

.footer-col ul { display: flex; flex-direction: column; gap: 0.6rem; }

.footer-col a {
  color: rgba(255,255,255,0.6);
  font-size: 0.9rem;
  transition: color var(--transition);
}

.footer-col a:hover { color: var(--color-white); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: var(--space-md);
  gap: var(--space-md);
  flex-wrap: wrap;
}

.footer-bottom p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.45);
}

.footer-legal {
  display: flex;
  gap: var(--space-md);
}

.footer-legal a {
  color: rgba(255,255,255,0.45);
  font-size: 0.85rem;
  transition: color var(--transition);
}

.footer-legal a:hover { color: rgba(255,255,255,0.8); }

/* ============================================================
   FOOTER V2 (partagé, injecté par main.js)
============================================================ */
.site-footer-v2 {
  background: linear-gradient(135deg, #1a42b8 0%, var(--color-blue) 45%, var(--color-blue-light) 100%);
  padding: 3.5rem 0 0;
  margin-top: auto;
}
.site-footer-v2 .container {
  max-width: 1800px;
}

.footer-v2-grid {
  display: grid;
  grid-template-columns: 2.2fr 1.5fr 1.5fr 1.2fr;
  gap: 4rem;
  padding-bottom: 3rem;
  text-align: left;
  align-items: start;
}

/* Bloc marque + logos */
.fv2-logos {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
.fv2-logo-box {
  width: 48px; height: 48px;
  background: transparent;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  transition: transform 0.25s ease;
}
.fv2-logo-box:hover {
  transform: translateY(-2px);
}
.fv2-logo-box img {
  width: 100%; height: 100%;
  object-fit: contain;
}
.fv2-insta {
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.3);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.85);
  transition: all 0.25s ease;
}
.fv2-insta:hover {
  background: rgba(255,255,255,0.15);
  color: #fff;
  transform: translateY(-2px);
}

.fv2-tagline {
  font-size: 1rem; font-weight: 700; color: #fff;
  margin-bottom: 0.5rem;
}
.fv2-sub {
  font-size: 0.88rem; color: rgba(255,255,255,0.65);
  line-height: 1.6; max-width: 320px;
}

/* Colonnes de liens */
.fv2-col h4 {
  font-size: 0.72rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: rgba(255,255,255,0.55); margin-bottom: 1.25rem;
}
.fv2-col ul { display: flex; flex-direction: column; gap: 0.85rem; }
.fv2-col a:not(.btn-footer-cta) {
  display: inline-block;
  font-size: 0.92rem;
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  padding: 0.4rem 0.75rem;
  margin-left: -0.75rem;
  border-radius: 8px;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.fv2-col a:not(.btn-footer-cta):hover {
  color: #fff;
  background: rgba(255,255,255,0.12);
  transform: translateY(-2px);
}

/* Bouton CTA footer — effets SAUF ombrage */
.btn-footer-cta {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: #fff; color: var(--color-blue) !important;
  padding: 0.4rem 1.8rem; border-radius: 999px;
  font-weight: 700; font-size: 0.92rem;
  text-decoration: none; margin-bottom: 1.5rem;
  border: 2px solid #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.btn-footer-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}
.fv2-contact-email { font-size: 0.92rem; color: #fff; font-weight: 700; margin-bottom: 0.25rem; }
.fv2-contact-email a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.fv2-contact-email a:hover {
  opacity: 0.75;
  text-decoration: underline;
}
.fv2-contact-sub   { font-size: 0.8rem; color: rgba(255,255,255,0.6); }

/* Bas du footer */
.footer-v2-bottom {
  border-top: 1px solid rgba(255,255,255,0.15);
  padding: 1.25rem 0;
  display: flex; justify-content: space-between; align-items: center;
}
.footer-v2-bottom p { font-size: 0.82rem; color: rgba(255,255,255,0.55); }
.fv2-legal { display: flex; gap: 1rem; }
.fv2-legal a { font-size: 0.82rem; color: rgba(255,255,255,0.55); text-decoration: none; transition: color 0.2s ease; }
.fv2-legal a:hover { color: #fff; }

/* Responsive footer */
@media (max-width: 1024px) {
  .footer-v2-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
@media (max-width: 768px) {
  .footer-v2-grid { grid-template-columns: 1fr; gap: 1.75rem; }
  .footer-v2-bottom { flex-direction: column; gap: 0.75rem; text-align: center; }
}/* ====== HEADER GLOBAL ESSOR — CSS HAUTE SPÉCIFICITÉ ====== */

/* RESET critique : empêche l'héritage du container Elementor */
#bbhHeader.bbh,
#bbhHeader.bbh * {
  box-sizing: border-box !important;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", Roboto, sans-serif !important;
  text-transform: none !important;
  font-style: normal !important;
}

#bbhHeader.bbh {
  --bb-ink: #0B1B2B;
  --bb-ease: cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-font-smoothing: antialiased !important;
  position: sticky !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 9999 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: linear-gradient(135deg,
    rgba(var(--color-blue-rgb), 0.88) 0%,
    rgba(45, 99, 255, 0.80) 50%,
    rgba(var(--color-blue-rgb), 0.88) 100%
  ) !important;
  backdrop-filter: blur(28px) saturate(180%);
  -webkit-backdrop-filter: blur(28px) saturate(180%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), inset 0 -1px 0 rgba(255,255,255,0.06), 0 4px 24px -8px rgba(var(--color-blue-rgb), 0.25);
  transition: background 0.4s var(--bb-ease), box-shadow 0.4s var(--bb-ease);
}

#bbhHeader.bbh.is-scrolled {
  background: linear-gradient(135deg,
    rgba(var(--color-blue-rgb), 0.96) 0%,
    rgba(45, 99, 255, 0.92) 50%,
    rgba(var(--color-blue-rgb), 0.96) 100%
  ) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.22), inset 0 -1px 0 rgba(255,255,255,0.08), 0 14px 44px -10px rgba(var(--color-blue-rgb), 0.35);
}

#bbhHeader.bbh::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important; left: 0 !important; right: 0 !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4) 30%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0.4) 70%, transparent) !important;
  pointer-events: none !important;
}

@supports not (backdrop-filter: blur(20px)) {
  #bbhHeader.bbh { background: linear-gradient(135deg, var(--color-blue-night), var(--color-blue)) !important; }
}

#bbhHeader .bbh__inner {
  max-width: none !important;          /* on enlève la contrainte 1140px */
  width: 100% !important;
  margin: 0 !important;
  padding: 0 var(--header-padding-x) !important;
  height: var(--header-height) !important;
  min-height: var(--header-height) !important;
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
  background: transparent !important;
  position: relative !important;
  transition: height 0.4s var(--bb-ease);
}
#bbhHeader.is-scrolled .bbh__inner { height: var(--header-height-scrolled) !important; min-height: var(--header-height-scrolled) !important; }

/* Responsive header — aligne sur les breakpoints du site */
@media (max-width: 768px) {
  #bbhHeader .bbh__inner {
    padding: 0 var(--header-padding-x-mobile) !important;
    height: var(--header-height-mobile) !important;
    min-height: var(--header-height-mobile) !important;
  }
  #bbhHeader.is-scrolled .bbh__inner {
    height: var(--header-height-mobile) !important;
    min-height: var(--header-height-mobile) !important;
  }
}

/* LOGO — verrouillage triple */
#bbhHeader .bbh__logo {
  display: inline-flex !important;
  align-items: center !important;
  flex-shrink: 0 !important;
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
#bbhHeader .bbh__logo .bbh__logoImg {
  display: block !important;
  height: 56px !important;
  width: auto !important;
  max-height: 56px !important;
  max-width: 240px !important;
  object-fit: contain !important;
  transition: height 0.4s var(--bb-ease), transform 0.3s var(--bb-ease);
}
#bbhHeader.is-scrolled .bbh__logo .bbh__logoImg { height: 44px !important; max-height: 44px !important; }
#bbhHeader .bbh__logo:hover .bbh__logoImg { transform: scale(1.05); }

/* NAV */
#bbhHeader .bbh__nav {
  display: flex !important;
  align-items: center !important;
  gap: 2px !important;
  flex: 1 1 auto !important;
  margin: 0 0 0 28px !important;
  padding: 0 !important;
  min-width: 0 !important;
}

#bbhHeader .bbh__link {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 10px 16px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: rgba(255,255,255,0.92) !important;
  font-size: 14.5px !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important;
  line-height: 1 !important;
  background: transparent !important;
  text-decoration: none !important;
  transition: color 0.2s, background 0.25s;
}
#bbhHeader .bbh__link {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 10px 14px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 650 !important;
  letter-spacing: -0.01em !important;
  line-height: 1 !important;
  background: transparent !important;
  text-decoration: none !important;
  transition: color 0.2s, background 0.25s, transform 0.2s;
}
#bbhHeader .bbh__link:hover {
  color: #fff !important;
  background: rgba(255,255,255,0.14) !important;
  transform: translateY(-1px);
}

#bbhHeader .bbh__panel {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;             /* AVANT c'était -10px, maintenant 0 = aligné avec la pill */
  min-width: 340px !important;
  padding: 8px !important;
  margin: 0 !important;
  background: rgba(255,255,255,0.97) !important;
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(15,23,42,0.06) !important;
  border-radius: 20px !important;
  box-shadow: 0 24px 60px -12px rgba(var(--color-blue-rgb), 0.35), 0 0 0 1px rgba(15,23,42,0.02);
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 0.3s var(--bb-ease), transform 0.3s var(--bb-ease), visibility 0s 0.3s;
}
#bbhHeader .bbh__dd {
  position: relative !important;
  flex: 0 0 auto !important;
  width: auto !important;
}
#bbhHeader .bbh__dd:hover .bbh__panel,
#bbhHeader .bbh__dd:focus-within .bbh__panel {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translateY(0); transition-delay: 0s;
}
#bbhHeader .bbh__panelItem {
  display: block !important;
  padding: 12px 14px !important;
  border-radius: 12px !important;
  text-decoration: none !important;
  color: inherit !important;
  transition: background 0.2s !important;
}
#bbhHeader .bbh__panelItem:hover { background: rgba(var(--color-blue-rgb), 0.07) !important; }
#bbhHeader .bbh__panelTitle { display: block !important; font-size: 14px !important; font-weight: 600 !important; line-height: 1.3 !important; color: var(--bb-ink) !important; margin: 0 0 3px !important; }
#bbhHeader .bbh__panelDesc { display: block !important; font-size: 12.5px !important; font-weight: 400 !important; line-height: 1.4 !important; color: #5a6377 !important; margin: 0 !important; }

/* CTA */
#bbhHeader .bbh__cta {
  flex-shrink: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  padding: 12px 22px !important;
  margin: 0 !important;
  border-radius: 999px !important;
  color: var(--color-blue) !important;
  background: #fff !important;
  border: 1px solid rgba(255,255,255,0.5) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), 0 1px 2px rgba(var(--color-blue-rgb), 0.1), 0 8px 24px -8px rgba(var(--color-blue-rgb), 0.4);
  transition: transform 0.25s var(--bb-ease), box-shadow 0.25s var(--bb-ease);
}
#bbhHeader .bbh__cta svg { width: 14px !important; height: 14px !important; transition: transform 0.25s; }
#bbhHeader .bbh__cta:hover { transform: translateY(-1px); box-shadow: inset 0 1px 0 rgba(255,255,255,0.7), 0 2px 4px rgba(15,35,100,0.12), 0 12px 32px -8px rgba(15,35,100,0.55), 0 0 0 4px rgba(255,255,255,0.15); }
#bbhHeader .bbh__cta:hover svg { transform: translateX(3px); }

/* MOBILE TOGGLE */
#bbhHeader .bbh__mToggle {
  display: none;
  width: 44px !important; height: 44px !important;
  align-items: center !important; justify-content: center !important;
  margin-left: auto !important;
  padding: 0 !important;
  background: rgba(255,255,255,0.14) !important;
  border: 1px solid rgba(255,255,255,0.2) !important;
  border-radius: 12px !important;
  transition: background 0.2s;
}
#bbhHeader .bbh__mIcon { width: 18px !important; height: 14px !important; position: relative !important; display: block !important; }
#bbhHeader .bbh__mIcon i { position: absolute !important; left: 0 !important; width: 100% !important; height: 2px !important; background: #fff !important; border-radius: 2px !important; transition: transform 0.3s var(--bb-ease), opacity 0.2s; }
#bbhHeader .bbh__mIcon i:nth-child(1) { top: 0 !important; }
#bbhHeader .bbh__mIcon i:nth-child(2) { top: 50% !important; transform: translateY(-50%); }
#bbhHeader .bbh__mIcon i:nth-child(3) { bottom: 0 !important; }
#bbhHeader.is-open .bbh__mIcon i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
#bbhHeader.is-open .bbh__mIcon i:nth-child(2) { opacity: 0; }
#bbhHeader.is-open .bbh__mIcon i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* MENU MOBILE */
#bbhHeader .bbh__mOverlay {
  position: fixed !important;
  inset: 0 !important;
  z-index: 99998 !important;
  background: rgba(11,27,43,0.45) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity 0.35s var(--bb-ease), visibility 0s 0.35s;
}
#bbhHeader.is-open .bbh__mOverlay { opacity: 1; visibility: visible; pointer-events: auto; transition-delay: 0s; }

#bbhHeader .bbh__mPanel {
  position: absolute !important;
  top: 0 !important; right: 0 !important;
  width: min(420px, 100%) !important;
  height: 100% !important;
  background: rgba(255,255,255,0.97) !important;
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border-left: 1px solid rgba(15,23,42,0.06) !important;
  box-shadow: -20px 0 60px -20px rgba(15,35,100,0.3);
  display: flex !important;
  flex-direction: column !important;
  padding: 20px 24px 28px !important;
  transform: translateX(100%);
  transition: transform 0.45s var(--bb-ease);
  overflow-y: auto;
}
#bbhHeader.is-open .bbh__mPanel { transform: translateX(0); }

#bbhHeader .bbh__mHeader { display: flex !important; align-items: center !important; justify-content: space-between !important; margin-bottom: 28px !important; }
#bbhHeader .bbh__logo--mobile .bbh__logoImg { height: 40px !important; max-height: 40px !important; filter: brightness(0) !important; }
#bbhHeader .bbh__mClose { width: 40px !important; height: 40px !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; background: transparent !important; border: 1px solid rgba(15,23,42,0.1) !important; border-radius: 50% !important; padding: 0 !important; transition: background 0.2s; }
#bbhHeader .bbh__mClose svg { width: 18px !important; height: 18px !important; color: var(--bb-ink) !important; }
#bbhHeader .bbh__mNav { display: flex !important; flex-direction: column !important; flex: 1 !important; padding: 0 !important; margin: 0 !important; }

#bbhHeader .bbh__mLink,
#bbhHeader .bbh__mAcc {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 16px 12px !important;
  margin: 0 !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.015em !important;
  color: var(--bb-ink) !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(15,23,42,0.06) !important;
  text-align: left !important;
  width: 100% !important;
  text-decoration: none !important;
  transition: color 0.2s, padding-left 0.2s;
}
#bbhHeader .bbh__mLink:hover,
#bbhHeader .bbh__mAcc:hover { color: var(--color-blue) !important; padding-left: 16px !important; }
#bbhHeader .bbh__mAccChev { width: 14px !important; height: 14px !important; transition: transform 0.3s; color: #5a6377 !important; }
#bbhHeader .bbh__mAcc.is-open .bbh__mAccChev { transform: rotate(180deg); color: var(--color-blue) !important; }
#bbhHeader .bbh__mSub { max-height: 0 !important; overflow: hidden !important; transition: max-height 0.4s var(--bb-ease); border-bottom: 1px solid rgba(15,23,42,0.06) !important; padding: 0 !important; }
#bbhHeader .bbh__mAcc.is-open + .bbh__mSub { max-height: 260px !important; }
#bbhHeader .bbh__mSub a { display: block !important; padding: 12px 12px 12px 28px !important; font-size: 15px !important; font-weight: 400 !important; line-height: 1.3 !important; color: #5a6377 !important; text-decoration: none !important; transition: color 0.2s, padding-left 0.2s; }
#bbhHeader .bbh__mSub a:hover { color: var(--color-blue) !important; padding-left: 32px !important; }

#bbhHeader .bbh__mCta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  margin-top: 28px !important;
  padding: 16px 24px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: -0.005em !important;
  line-height: 1 !important;
  color: #fff !important;
  text-decoration: none !important;
  background: linear-gradient(135deg, var(--color-blue-bright), var(--color-blue)) !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 8px 28px -4px rgba(47,123,255,0.5);
  transition: transform 0.25s;
}
#bbhHeader .bbh__mCta:hover { transform: translateY(-1px); }
#bbhHeader .bbh__mCta svg { width: 14px !important; height: 14px !important; }

/* RESPONSIVE */
@media (max-width: 980px) {
  #bbhHeader .bbh__nav,
  #bbhHeader .bbh__cta--desk { display: none !important; }
  #bbhHeader .bbh__mToggle { display: inline-flex !important; }
  #bbhHeader .bbh__inner { gap: 16px !important; }
}
@media (min-width: 981px) {
  #bbhHeader .bbh__mToggle,
  #bbhHeader .bbh__mOverlay { display: none !important; }
}
@media (max-width: 768px) {
  #bbhHeader .bbh__inner { padding: 0 16px !important; height: 72px !important; min-height: 72px !important; }
  #bbhHeader.is-scrolled .bbh__inner { height: 60px !important; min-height: 60px !important; }
  #bbhHeader .bbh__logoImg { height: 44px !important; max-height: 44px !important; }
  #bbhHeader.is-scrolled .bbh__logoImg { height: 36px !important; max-height: 36px !important; }
}

body.bbh-locked { overflow: hidden; }
/* Cache le SVG du chevron (au cas où il est encore là) */
#bbhHeader .bbh__chev {
  display: none !important;
}

/* Flèche CSS sur le lien Services */
#bbhHeader .bbh__ddLink::after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 4px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'><path d='M3 4.5l3 3 3-3' fill='none' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s var(--bb-ease);
}

/* ============================================================
   FIX MOBILE — overlay déplacé hors du header par JS
   Ces règles fonctionnent quand l'overlay est dans <body>
   ============================================================ */

.bbh__mOverlay,
.bbh__mOverlay * {
  box-sizing: border-box !important;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, system-ui, sans-serif !important;
}

.bbh__mOverlay {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  height: 100dvh !important;
  z-index: 99998 !important;
  background: rgba(11,27,43,0.45) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s 0.35s !important;
}

.bbh__mOverlay.is-open {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transition-delay: 0s !important;
}

.bbh__mPanel {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: min(420px, 100%) !important;
  height: 100vh !important;
  height: 100dvh !important;
  background: rgba(255,255,255,0.97) !important;
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border-left: 1px solid rgba(15,23,42,0.06) !important;
  box-shadow: -20px 0 60px -20px rgba(15,35,100,0.3);
  display: flex !important;
  flex-direction: column !important;
  padding: 20px 24px 28px !important;
  transform: translateX(100%) !important;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1) !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
}

.bbh__mOverlay.is-open .bbh__mPanel {
  transform: translateX(0) !important;
}

@media (min-width: 981px) {
  .bbh__mOverlay { display: none !important; }
}

.bbh__mOverlay .bbh__mHeader {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-bottom: 28px !important;
  flex-shrink: 0 !important;
}

.bbh__mOverlay .bbh__logo--mobile {
  display: inline-flex !important;
  align-items: center !important;
}
.bbh__mOverlay .bbh__logo--mobile .bbh__logoImg {
  display: block !important;
  height: 40px !important;
  max-height: 40px !important;
  width: auto !important;
  filter: brightness(0) !important;
}

.bbh__mOverlay .bbh__mClose {
  width: 40px !important;
  height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  border: 1px solid rgba(15,23,42,0.1) !important;
  border-radius: 50% !important;
  padding: 0 !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
}
.bbh__mOverlay .bbh__mClose svg {
  width: 18px !important;
  height: 18px !important;
  color: #0B1B2B !important;
}

.bbh__mOverlay .bbh__mNav {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  padding: 0 !important;
  margin: 0 !important;
}

.bbh__mOverlay .bbh__mLink,
.bbh__mOverlay .bbh__mAcc {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 16px 12px !important;
  margin: 0 !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.015em !important;
  color: #0B1B2B !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(15,23,42,0.06) !important;
  text-align: left !important;
  width: 100% !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: color 0.2s, padding-left 0.2s;
}
.bbh__mOverlay .bbh__mLink:hover,
.bbh__mOverlay .bbh__mAcc:hover {
  color: var(--color-blue) !important;
  padding-left: 16px !important;
}

.bbh__mOverlay .bbh__mAccChev {
  width: 14px !important;
  height: 14px !important;
  transition: transform 0.3s;
  color: #5a6377 !important;
  flex-shrink: 0;
}
.bbh__mOverlay .bbh__mAcc.is-open .bbh__mAccChev {
  transform: rotate(180deg);
  color: var(--color-blue) !important;
}

.bbh__mOverlay .bbh__mSub {
  max-height: 0 !important;
  overflow: hidden !important;
  transition: max-height 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  border-bottom: 1px solid rgba(15,23,42,0.06) !important;
  padding: 0 !important;
}
.bbh__mOverlay .bbh__mAcc.is-open + .bbh__mSub {
  max-height: 260px !important;
}
.bbh__mOverlay .bbh__mSub a {
  display: block !important;
  padding: 12px 12px 12px 28px !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
  color: #5a6377 !important;
  text-decoration: none !important;
  transition: color 0.2s, padding-left 0.2s;
}
.bbh__mOverlay .bbh__mSub a:hover {
  color: var(--color-blue) !important;
  padding-left: 32px !important;
}

.bbh__mOverlay .bbh__mCta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  margin-top: 28px !important;
  padding: 16px 24px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: -0.005em !important;
  line-height: 1 !important;
  color: #fff !important;
  text-decoration: none !important;
  background: linear-gradient(135deg, var(--color-blue-bright), var(--color-blue)) !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 8px 28px -4px rgba(47,123,255,0.5);
  transition: transform 0.25s;
  flex-shrink: 0 !important;
}
.bbh__mOverlay .bbh__mCta:hover { transform: translateY(-1px); }
.bbh__mOverlay .bbh__mCta svg { width: 14px !important; height: 14px !important; }

/* Flèche qui tourne quand le menu est ouvert (hover ou clavier) */
#bbhHeader .bbh__dd:hover .bbh__ddLink::after,
#bbhHeader .bbh__dd:focus-within .bbh__ddLink::after {
  transform: rotate(180deg);
}

/* ============================================================
   PATCH LISIBILITÉ — assombrit les textes secondaires
   ============================================================ */

/* MOBILE — Liens du sous-menu (Présence digitale, Création de société, etc.) */
.bbh__mOverlay .bbh__mSub a {
  color: #0B1B2B !important;
  font-weight: 500 !important;
  opacity: 0.85;
}
.bbh__mOverlay .bbh__mSub a:hover {
  color: var(--color-blue) !important;
  opacity: 1;
}

/* MOBILE — Chevron de l'accordéon Services (un peu plus marqué) */
.bbh__mOverlay .bbh__mAccChev {
  color: #0B1B2B !important;
  opacity: 0.7;
}

/* DESKTOP — Descriptions du dropdown Services (sous chaque titre) */
#bbhHeader .bbh__panelDesc {
  color: #3a4252 !important;
  font-weight: 450 !important;
}
/* ============================================================
   GLOBAL ESSOR — FOOTER PREMIUM
   Design system : Apple / Linear / Stripe (blue glass)
   ============================================================ */

.bb-footer {
  --bb-ink: #0B1B2B;
  --bb-ease: cubic-bezier(0.22, 1, 0.36, 1);

  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", Roboto, sans-serif !important;
  -webkit-font-smoothing: antialiased;

  /* PLEINE LARGEUR — casse tous les containers parents */
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;

  color: #fff;
  overflow: hidden;

  background:
    radial-gradient(900px 320px at 50% 0%, rgba(255,255,255,0.10), transparent 70%),
    linear-gradient(180deg, var(--color-blue) 0%, var(--color-blue-night) 100%);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.20),
    inset 0 -1px 0 rgba(255, 255, 255, 0.04),
    0 -8px 32px -12px rgba(15, 35, 100, 0.18);
}

/* Reset anti-Elementor */
.bb-footer, .bb-footer * {
  box-sizing: border-box !important;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, system-ui, sans-serif !important;
  text-transform: none !important;
  font-style: normal !important;
}

/* Filet lumineux en haut */
.bb-footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg,
    transparent,
    rgba(255, 255, 255, 0.4) 30%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 0.4) 70%,
    transparent);
  pointer-events: none;
  z-index: 2;
}

/* === TOP GRID === */
.bb-footer__top {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 72px clamp(24px, 5vw, 96px) 40px !important;
  display: flex !important;
  gap: clamp(32px, 4vw, 72px) !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  position: relative !important;
  z-index: 1 !important;
  text-align: left !important;
}

.bb-footer__col {
  min-width: 180px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  text-align: left !important;
}

.bb-footer__brand {
  min-width: 320px !important;
  flex: 1 1 320px !important;
  max-width: 380px !important;
}

.bb-footer__contact {
  min-width: 260px !important;
  flex: 0 0 260px !important;
}

/* === BRAND ROW (logo + IG côte à côte) === */
.bb-footer .bb-footer__brandRow {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  margin: 0 0 20px 0 !important;
}

.bb-footer .bb-footer__brandRow .bb-footer__logoLink {
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  text-decoration: none !important;
  transition: transform 0.3s var(--bb-ease) !important;
}
.bb-footer .bb-footer__brandRow .bb-footer__logoLink:hover {
  transform: scale(1.03);
}

.bb-footer__logoImg {
  height: 48px !important;
  width: auto !important;
  max-width: 200px !important;
  object-fit: contain !important;
  display: block !important;
}

/* === BASELINE / MICROCOPY === */
.bb-footer__baseline {
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: -0.015em !important;
  color: #fff !important;
  margin: 0 0 12px 0 !important;
  line-height: 1.4 !important;
}

.bb-footer__micro {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
  color: rgba(255, 255, 255, 0.72) !important;
  letter-spacing: -0.005em !important;
  margin: 0 !important;
  max-width: 380px !important;
}

/* === COLUMN TITLES === */
.bb-footer .bb-footer__title {
  font-size: 12.5px !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: rgba(255, 255, 255, 0.85) !important;
  margin: 0 0 22px 0 !important;
  line-height: 1.2 !important;
  padding: 0 !important;
}

/* === LINKS === */
.bb-footer__links {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
  align-items: flex-start !important;
  width: 100%;
}
.bb-footer__links br { display: none !important; }

.bb-footer__links a {
  display: inline-flex !important;
  align-items: center !important;
  text-decoration: none !important;
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important;
  line-height: 1 !important;
  padding: 10px 14px !important;
  margin: 0 0 0 -14px !important;
  border-radius: 10px !important;
  border: 0 !important;
  background: transparent !important;
  transition: color 0.2s, background 0.25s var(--bb-ease), transform 0.2s var(--bb-ease) !important;
}
.bb-footer__links a:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.12) !important;
  transform: translateX(3px) !important;
}
.bb-footer__links a:focus-visible {
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.7) !important;
}

/* === CTA PRIMARY (white pill) === */
.bb-footer__cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  width: 100% !important;
  padding: 14px 22px !important;
  margin: 0 0 10px 0 !important;
  border-radius: 999px !important;

  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
  line-height: 1 !important;
  white-space: nowrap !important;

  text-decoration: none !important;
  color: var(--color-blue) !important;
  background: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 1px 2px rgba(15, 35, 100, 0.1),
    0 8px 24px -8px rgba(15, 35, 100, 0.4);

  transition: transform 0.25s var(--bb-ease), box-shadow 0.25s var(--bb-ease);
}
.bb-footer__cta svg { transition: transform 0.25s; }
.bb-footer__cta:hover {
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 2px 4px rgba(15, 35, 100, 0.12),
    0 12px 32px -8px rgba(15, 35, 100, 0.55),
    0 0 0 4px rgba(255, 255, 255, 0.15);
}
.bb-footer__cta:hover svg { transform: translateX(3px); }
.bb-footer__cta:focus-visible {
  outline: none !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 0 0 3px rgba(255, 255, 255, 0.7) !important;
}

/* === CTA GHOST === */
.bb-footer__cta--ghost {
  color: #fff !important;
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}
.bb-footer__cta--ghost:hover {
  background: rgba(255, 255, 255, 0.10) !important;
  border-color: rgba(255, 255, 255, 0.45) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 4px 16px -4px rgba(0, 0, 0, 0.2) !important;
  transform: translateY(-1px) !important;
}

/* === INFO CONTACT === */
.bb-footer__info {
  margin-top: 18px !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  color: rgba(255, 255, 255, 0.62) !important;
  letter-spacing: -0.005em !important;
}
.bb-footer__info a {
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  letter-spacing: -0.01em !important;
  transition: opacity 0.2s;
}
.bb-footer__info a:hover {
  opacity: 0.85 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

/* === SOCIAL ICONS === */
.bb-footer .bb-footer__socials {
  display: flex !important;
  gap: 10px !important;
  align-items: center !important;
}

.bb-footer .bb-footer__social {
  width: 42px !important;
  height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;

  border-radius: 50% !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  background: rgba(255, 255, 255, 0.04) !important;
  color: rgba(255, 255, 255, 0.88) !important;

  padding: 0 !important;
  margin: 0 !important;
  text-decoration: none !important;
  font-size: 0 !important;
  line-height: 0 !important;

  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;

  transition:
    transform 0.25s var(--bb-ease),
    background 0.25s var(--bb-ease),
    border-color 0.25s var(--bb-ease),
    box-shadow 0.25s var(--bb-ease),
    color 0.2s !important;
}
.bb-footer .bb-footer__social:hover {
  background: rgba(255, 255, 255, 0.14) !important;
  border-color: rgba(255, 255, 255, 0.55) !important;
  color: #fff !important;
  transform: translateY(-2px) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 8px 20px -6px rgba(0, 0, 0, 0.25) !important;
}
.bb-footer .bb-footer__social:focus-visible {
  outline: none !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 0 0 3px rgba(255, 255, 255, 0.6) !important;
}
.bb-footer .bb-footer__social svg {
  width: 20px !important;
  height: 20px !important;
  display: block !important;
  stroke: currentColor !important;
  fill: none !important;
}
.bb-footer .bb-footer__social svg circle[fill="currentColor"] {
  fill: currentColor !important;
}

/* Variante "brand" (à côté du logo) */
.bb-footer .bb-footer__social--brand {
  width: 38px !important;
  height: 38px !important;
}
.bb-footer .bb-footer__social--brand svg {
  width: 18px !important;
  height: 18px !important;
}

/* Cachée desktop, visible mobile */
.bb-footer .bb-footer__socials--mobileOnly {
  display: none !important;
}

/* === BOTTOM BAR === */
.bb-footer__bottom {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 22px clamp(24px, 5vw, 96px) 32px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
  position: relative !important;
  z-index: 1 !important;
  flex-wrap: wrap !important;
}
.bb-footer .bb-footer__copy,
.bb-footer .bb-footer__copy * {
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: -0.005em !important;
  text-transform: none !important;
  color: rgba(255, 255, 255, 0.55) !important;
  margin: 0 !important;
}

.bb-footer .bb-footer__copy a {
  display: inline !important;
  color: rgba(255, 255, 255, 0.70) !important;
  text-decoration: none !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  transition: color 0.2s !important;
}
.bb-footer .bb-footer__copy a:hover {
  color: #fff !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

.bb-footer .bb-footer__copy--right {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex-wrap: nowrap !important;
}

.bb-footer .bb-footer__copy span {
  display: inline-block !important;
  font-size: 13px !important;
  color: rgba(255, 255, 255, 0.4) !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ============================================================
   RESPONSIVE — Tablette (≤ 1024px)
   ============================================================ */
@media (max-width: 1024px) {
  .bb-footer__top {
    flex-wrap: wrap !important;
    gap: 36px !important;
    padding: 56px 24px 32px !important;
  }
  .bb-footer__brand {
    min-width: 100% !important;
    flex-basis: 100% !important;
  }
  .bb-footer__contact {
    min-width: 240px !important;
  }
}

/* ============================================================
   RESPONSIVE — Mobile (≤ 640px)
   Footer simplifié : email + lien "Voir les offres" + IG + copyright
   Le CTA "Réserver un échange" est dans la section juste au-dessus
   ============================================================ */
@media (max-width: 640px) {

  /* Top : padding réduit + colonne */
  .bb-footer .bb-footer__top {
    flex-direction: column !important;
    gap: 0 !important;
    padding: 32px 20px 16px !important;
  }

  /* Cache les éléments redondants */
  .bb-footer .bb-footer__brand,
  .bb-footer .bb-footer__top > .bb-footer__col:nth-of-type(2),
  .bb-footer .bb-footer__top > .bb-footer__col:nth-of-type(3),
  .bb-footer .bb-footer__contact .bb-footer__title,
  .bb-footer .bb-footer__cta:not(.bb-footer__cta--ghost) {
    display: none !important;
  }

  /* FIX CRITIQUE — reset flex-basis pour libérer la hauteur
     (sinon flex: 0 0 260px crée 260px de vide en column-direction) */
  .bb-footer .bb-footer__contact {
    min-width: 100% !important;
    width: 100% !important;
    flex: 0 0 auto !important;
    gap: 0 !important;
  }

  /* Email en hero */
  .bb-footer .bb-footer__contact .bb-footer__info {
    order: 1 !important;
    margin: 0 0 16px 0 !important;
    padding: 0 !important;
    font-size: 13.5px !important;
    color: rgba(255, 255, 255, 0.55) !important;
    line-height: 1.6 !important;
  }
  .bb-footer .bb-footer__info a {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #fff !important;
    display: inline-block !important;
    margin-bottom: 4px !important;
  }

  /* "Voir les offres" → lien texte discret */
  .bb-footer .bb-footer__contact .bb-footer__cta--ghost {
    order: 2 !important;
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
    max-width: max-content !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 4px 0 !important;
    margin: 0 0 16px 0 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: rgba(255, 255, 255, 0.78) !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition: color 0.2s, border-color 0.2s !important;
  }
  .bb-footer .bb-footer__cta--ghost::after {
    content: '→';
    margin-left: 8px;
    opacity: 0.65;
    transition: transform 0.25s var(--bb-ease);
  }
  .bb-footer .bb-footer__cta--ghost:hover {
    color: #fff !important;
    border-bottom-color: rgba(255, 255, 255, 0.5) !important;
    transform: none !important;
  }
  .bb-footer .bb-footer__cta--ghost:hover::after {
    transform: translateX(3px);
  }

  /* Icône Instagram */
  .bb-footer .bb-footer__contact .bb-footer__socials--mobileOnly {
    order: 3 !important;
    display: flex !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Bottom bar */
  .bb-footer .bb-footer__bottom {
    padding: 14px 20px 22px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 6px !important;
  }
  .bb-footer .bb-footer__copy,
  .bb-footer .bb-footer__copy a {
    font-size: 12.5px !important;
  }

  /* Logo plus petit */
  .bb-footer__logoImg {
    height: 42px !important;
  }
}

/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  .bb-footer *, .bb-footer *::before, .bb-footer *::after {
    transition-duration: 0.01ms !important;
  }
}
/* ============================================================
   GLOBAL ESSOR — COMPOSANTS
   Boutons, cartes, badges, formulaires, FAQ, steps, CTA
============================================================ */

/* ============================================================
   BOUTONS
============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 2rem;
  border-radius: var(--radius-full);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all var(--transition);
  text-decoration: none;
  white-space: nowrap;
}

.btn-primary {
  background: var(--color-blue);
  color: var(--color-white);
  border-color: var(--color-blue);
  box-shadow: 0 4px 14px rgba(var(--color-blue-rgb), 0.3);
}
.btn-primary:hover {
  background: var(--color-blue-light);
  border-color: var(--color-blue-light);
  box-shadow: 0 6px 20px rgba(var(--color-blue-rgb), 0.4);
  transform: translateY(-1px);
  color: var(--color-white);
}

.btn-secondary {
  background: transparent;
  color: var(--color-primary);
  border-color: var(--color-border);
}
.btn-secondary:hover {
  border-color: var(--color-blue);
  color: var(--color-blue);
  background: var(--color-blue-bg);
}

.btn-outline-white {
  background: transparent;
  color: var(--color-white);
  border-color: rgba(255,255,255,0.4);
}
.btn-outline-white:hover {
  background: rgba(255,255,255,0.1);
  border-color: var(--color-white);
  color: var(--color-white);
}

.btn-lg { padding: 1rem 2.4rem; font-size: 1rem; }

/* ============================================================
   BADGES / LABELS
============================================================ */
.badge {
  display: inline-block;
  padding: 0.3rem 0.9rem;
  border-radius: var(--radius-full);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.badge-blue { background: var(--color-blue-bg); color: var(--color-blue); }
.badge-dark { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.85); }

/* ============================================================
   CARTES
============================================================ */
.card {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  padding: var(--space-md);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--color-border);
  transition: transform var(--transition), box-shadow var(--transition);
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

/* Card icon */
.card-icon {
  width: 52px;
  height: 52px;
  border-radius: var(--radius-md);
  background: var(--color-blue-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: var(--space-sm);
  flex-shrink: 0;
}

.card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: var(--color-primary);
}
.card p {
  font-size: 0.92rem;
  color: var(--color-text-muted);
  line-height: 1.65;
}

/* ============================================================
   ÉTAPES / PROCESS (Steps)
============================================================ */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: var(--space-md);
}

.step-item {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.step-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-blue);
  color: var(--color-white);
  font-weight: 700;
  font-family: var(--font-heading);
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.step-item h3 {
  font-size: 1rem;
  color: var(--color-primary);
}
.step-item p {
  font-size: 0.9rem;
  color: var(--color-text-muted);
  line-height: 1.6;
}

/* ============================================================
   LISTE CHECKMARK
============================================================ */
.check-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.95rem;
  color: var(--color-text);
}

.check-list li::before {
  content: "✓";
  width: 22px;
  height: 22px;
  background: var(--color-blue-bg);
  color: var(--color-blue);
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

/* ============================================================
   SECTION HEADER (titres de sections)
============================================================ */
.section-header {
  margin-bottom: var(--space-lg);
}

.section-header.centered {
  text-align: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.section-label {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-blue);
  margin-bottom: 0.75rem;
}

.section-header h2 {
  font-size: 2.4rem;
  margin-bottom: 1rem;
  color: var(--color-primary);
}

.section-header p {
  font-size: 1.05rem;
  color: var(--color-text-muted);
  line-height: 1.7;
}

/* ============================================================
   CTA SECTION
============================================================ */
.cta-block {
  background: linear-gradient(135deg, var(--color-primary) 0%, #163050 100%);
  border-radius: var(--radius-lg);
  padding: var(--space-lg);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-block::before {
  content: "";
  position: absolute;
  top: -60px; right: -60px;
  width: 240px; height: 240px;
  border-radius: 50%;
  background: rgba(var(--color-blue-rgb), 0.15);
}

.cta-block::after {
  content: "";
  position: absolute;
  bottom: -80px; left: -40px;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: rgba(var(--color-blue-rgb), 0.1);
}

.cta-block h2 {
  color: var(--color-white);
  font-size: 2.2rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.cta-block p {
  color: rgba(255,255,255,0.75);
  font-size: 1.05rem;
  margin-bottom: var(--space-md);
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.cta-block .btn-group {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.cta-note {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.45);
  margin-top: 1rem;
  position: relative;
  z-index: 1;
}

/* ============================================================
   FORMULAIRE
============================================================ */
.form-group {
  margin-bottom: 1.25rem;
}

.form-group label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 0.4rem;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-md);
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--color-text);
  background: var(--color-white);
  transition: border-color var(--transition), box-shadow var(--transition);
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--color-blue);
  box-shadow: 0 0 0 3px rgba(var(--color-blue-rgb), 0.1);
}

.form-group textarea { resize: vertical; min-height: 140px; }

/* ============================================================
   FAQ ACCORDÉON
============================================================ */
.faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.faq-item {
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--color-white);
  transition: border-color var(--transition);
}

.faq-item:hover { border-color: var(--color-blue); }

.faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 1.2rem 1.4rem;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-primary);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  transition: color var(--transition);
}

.faq-question:hover { color: var(--color-blue); }

.faq-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--color-blue-bg);
  color: var(--color-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 700;
  flex-shrink: 0;
  transition: all var(--transition);
}

.faq-question.active .faq-icon {
  background: var(--color-blue);
  color: var(--color-white);
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-answer-inner {
  padding: 0 1.4rem 1.4rem;
  font-size: 0.95rem;
  color: var(--color-text-muted);
  line-height: 1.7;
  border-top: 1px solid var(--color-border);
  padding-top: 1rem;
}

/* ============================================================
   TARIFS / PRICING
============================================================ */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-md);
  align-items: start;
}

.pricing-card {
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--space-md);
  background: var(--color-white);
  transition: all var(--transition);
}

.pricing-card.featured {
  border-color: var(--color-blue);
  box-shadow: 0 0 0 4px rgba(var(--color-blue-rgb), 0.06), var(--shadow-md);
  position: relative;
}

.pricing-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-blue);
  color: var(--color-white);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 1rem;
  border-radius: var(--radius-full);
  white-space: nowrap;
}

.pricing-name {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-blue);
  margin-bottom: 0.5rem;
}

.pricing-price {
  font-size: 2.4rem;
  font-weight: 800;
  font-family: var(--font-heading);
  color: var(--color-primary);
  margin-bottom: 0.25rem;
}

.pricing-price span {
  font-size: 1rem;
  font-weight: 500;
  color: var(--color-text-muted);
}

.pricing-desc {
  font-size: 0.9rem;
  color: var(--color-text-muted);
  margin-bottom: var(--space-sm);
  padding-bottom: var(--space-sm);
  border-bottom: 1px solid var(--color-border);
}

.pricing-features {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-bottom: var(--space-md);
}

.pricing-features li {
  font-size: 0.9rem;
  color: var(--color-text);
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}

.pricing-features li::before {
  content: "✓";
  color: var(--color-blue);
  font-weight: 700;
  font-size: 0.85rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

/* ============================================================
   AVIS / TESTIMONIALS
============================================================ */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-md);
}

.review-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--space-md);
}

.review-stars {
  color: #F59E0B;
  font-size: 1rem;
  margin-bottom: 0.75rem;
  letter-spacing: 2px;
}

.review-text {
  font-size: 0.95rem;
  color: var(--color-text);
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 1rem;
}

.review-author {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-primary);
}

.review-role {
  font-size: 0.8rem;
  color: var(--color-text-muted);
}

/* ============================================================
   SECTION PADDING
============================================================ */
.section-padding { padding: var(--space-xl) 0; }
.section-padding-sm { padding: var(--space-lg) 0; }
/* ============================================================
   GLOBAL ESSOR — COMPOSANTS GLOBAUX REUTILISABLES
   Kicker legacy, hero universel (pages internes), boutons hero,
   bloc Offres + FAQ
   ============================================================ */


/* ============================================================
   1. KICKER — complement pour .ge-kicker (deja stylee dans
      home-sections-v8.css) : shimmer + reset ::before parasite
   ============================================================ */
.ge-kicker::after {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(47, 123, 255, 0.25) 50%,
    transparent 100%
  );
  animation: bb-kicker-shimmer 8s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

.ge-kicker::before {
  content: none;
}

@media (prefers-reduced-motion: reduce) {
  .ge-kicker::after,
  .ge-kicker .ge-kicker__dot {
    animation: none;
  }
}


/* ============================================================
   2. KICKER LEGACY (.bb-kicker)
   ============================================================ */
.bb-kicker {
  display: inline-block;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--color-blue);
  margin: 0 0 14px 0;
  line-height: 1.2;
}


/* ============================================================
   3. HERO UNIVERSEL — pages internes
   ============================================================ */
.bb-universal-hero {
  background: transparent;
}

.bb-hero__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 20px 60px;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.bb-hero__title {
  font-family: "DM Sans", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.15;
  color: #000;
  margin-bottom: 22px;
}

.bb-hero__subtitle {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #000;
  margin-bottom: 30px;
  max-width: 760px;
}

.bb-hero__ctaRow {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  flex-wrap: nowrap;
}


/* ============================================================
   4. BOUTONS HERO
   ============================================================ */
.bb-btn--primary {
  all: unset;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 650;
  padding: 0 22px;
  min-height: 42px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--color-blue-light) 0%, var(--color-blue) 60%, #1A43C6 100%);
  color: #fff;
  border: 1px solid rgba(15, 45, 130, 0.25);
  box-shadow:
    0 12px 24px rgba(var(--color-blue-rgb), 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.20);
  transition: all 0.18s ease;
  white-space: nowrap;
}

.bb-btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(var(--color-blue-rgb), 0.22);
  filter: brightness(1.05);
}

.bb-btn--link {
  all: unset;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 650;
  color: #000;
  padding: 0 16px;
  min-height: 42px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.10);
  transition: all 0.18s ease;
  white-space: nowrap;
}

.bb-btn--link::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
}

.bb-btn--link:hover {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.15);
  transform: translateY(-1px);
}


/* ============================================================
   5. HERO DESKTOP — image
   ============================================================ */
@media (min-width: 981px) {
  .bb-universal-hero .bb-hero__inner {
    position: relative;
    overflow: hidden;
  }

  .bb-universal-hero .bb-hero__content {
    position: relative;
    z-index: 2;
    flex: 0 0 52%;
    max-width: 720px;
  }

  .bb-universal-hero .bb-hero__visual,
  .bb-universal-hero .bb-hero__media,
  .bb-universal-hero .bb-hero__right,
  .bb-universal-hero .bb-hero__image {
    position: relative;
    z-index: 1;
    flex: 0 0 42%;
    max-width: 520px;
    width: 42%;
    height: auto;
    overflow: visible;
  }

  .bb-universal-hero .bb-hero__visual img,
  .bb-universal-hero .bb-hero__media img,
  .bb-universal-hero .bb-hero__right img,
  .bb-universal-hero .bb-hero__image img {
    display: block;
    width: 100%;
    max-width: 520px;
    height: auto;
    max-height: 520px;
    object-fit: contain;
  }
}


/* ============================================================
   6. HERO — Responsive mobile
   ============================================================ */
@media (max-width: 820px) {
  .bb-hero__inner {
    flex-direction: column;
    text-align: left;
    padding: 40px 20px;
  }

  .bb-hero__ctaRow {
    flex-wrap: wrap;
  }

  .bb-btn--primary,
  .bb-btn--link {
    width: 100%;
    justify-content: center;
  }

  .bb-hero__title {
    font-size: 34px;
  }
}


/* ============================================================
   7. OFFRES + FAQ — structure
   ============================================================ */
.bb-offers-faq {
  background: #fff;
}

.bb-offers-faq,
.bb-offers-faq * {
  -webkit-text-stroke: 0;
  text-shadow: none;
  filter: none;
  mix-blend-mode: normal;
  box-sizing: border-box;
}

.bb-offers-faq__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
}

.bb-offers-faq__head {
  max-width: 860px;
  margin: 0 0 34px 0;
}

.bb-offers-faq__title {
  font-family: "DM Sans", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 12px 0;
  color: #0b1b2b;
}

.bb-offers-faq__subtitle {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  color: #3a4a5a;
}

.bb-offers-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.bb-offers-faq__note {
  max-width: 900px;
  margin: 22px 0 0 0;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #5a6b7b;
}


/* ============================================================
   8. FAQ ITEMS
   ============================================================ */
.bb-faq-item {
  border: 1px solid #e8eef6;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(11, 27, 43, 0.06);
  padding: 0;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.bb-faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(11, 27, 43, 0.10);
  border-color: var(--color-blue);
}

.bb-faq-item__q {
  list-style: none;
  cursor: pointer;
  padding: 18px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #0b1b2b;
  position: relative;
}

.bb-faq-item__q::-webkit-details-marker {
  display: none;
}

.bb-faq-item__q::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--color-blue);
  border-bottom: 2px solid var(--color-blue);
  transform: rotate(45deg);
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -7px;
  transition: transform 0.18s ease;
}

.bb-faq-item[open] .bb-faq-item__q::after {
  transform: rotate(-135deg);
}

.bb-faq-item__a {
  padding: 0 18px 18px 18px;
  border-top: 1px solid #eef3fb;
}

.bb-faq-item__a p {
  margin: 14px 0 0 0;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: #3a4a5a;
}


/* ============================================================
   9. FAQ — CTA "Voir toutes les questions"
   ============================================================ */
.bb-offers-faq__cta {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.bb-faq-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 10px;
  border: 1px solid var(--color-blue);
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-blue);
  background: transparent;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
}

.bb-faq-btn:hover {
  background: var(--color-blue);
  color: #fff;
}

.bb-faq-cta-note {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #5a6b7b;
}


/* ============================================================
   10. FAQ — Responsive + ajustement page contact
   ============================================================ */
@media (max-width: 980px) {
  .bb-offers-faq__grid {
    grid-template-columns: 1fr;
  }
}

.bb-contact-faq .bb-offers-faq__inner {
  padding-top: 60px;
}
/* ============================================================
   GLOBAL ESSOR — Bandeau de consentement cookies / traceurs
   ============================================================ */

#ge-consent {
  --gec-blue: var(--color-blue);
  --gec-blue-bright: var(--color-blue-bright);
  --gec-ink: #0B1B2B;

  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;

  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;

  padding: 18px 24px;
  background: #ffffff;
  border-top: 1px solid rgba(11, 27, 43, 0.08);
  box-shadow: 0 -8px 30px rgba(11, 27, 43, 0.12);

  font-family: var(--font-body, "DM Sans", sans-serif);
}

#ge-consent[hidden] {
  display: none;
}

#ge-consent__text {
  flex: 1 1 480px;
  min-width: 240px;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--gec-ink);
}

#ge-consent__text a {
  color: var(--gec-blue);
  text-decoration: underline;
  text-underline-offset: 2px;
}

#ge-consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex: 0 0 auto;
}

#ge-consent__actions button {
  cursor: pointer;
  border-radius: 999px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}

#ge-consent__actions button:hover {
  transform: translateY(-1px);
}

#ge-consent__accept {
  background: linear-gradient(135deg, var(--gec-blue-bright), var(--gec-blue));
  color: #ffffff;
  box-shadow: 0 6px 18px rgba(var(--color-blue-rgb), 0.3);
}

#ge-consent__refuse {
  background: #ffffff;
  color: var(--gec-ink);
  border-color: rgba(11, 27, 43, 0.15);
}

#ge-consent__refuse:hover {
  border-color: rgba(11, 27, 43, 0.3);
}

@media (max-width: 640px) {
  #ge-consent {
    padding: 16px;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  #ge-consent__actions {
    justify-content: stretch;
  }

  #ge-consent__actions button {
    flex: 1 1 auto;
  }
}
