    /* Bloc Qualiopi : titre centré au-dessus, image à gauche, texte à droite */
    .qualiopi-block .qualiopi-inner {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 32px;
      padding-left: 0;
    }
    .qualiopi-block .qualiopi-titre {
      text-align: center;
      font-weight: 700;
      font-size: 22px;
      color: #fff;
      margin-bottom: 18px;
      line-height: 1.2;
    }
    .qualiopi-block .qualiopi-sous-titre {
      text-align: center;
      font-size: 14px;
      color: rgba(255,255,255,0.7);
      margin-bottom: 18px;
      line-height: 1.2;
    }
    .qualiopi-block .qualiopi-row {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      gap: 32px;
      width: 100%;
    }
    .qualiopi-block .qualiopi-col-gauche {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      width: 270px;
      min-width: 0;
      max-width: 270px;
      flex-shrink: 0;
    }
      width: 270px;
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 0 0 0;
      position: static;
    }
    .qualiopi-block .qualiopi-col-droite {
      flex: 1 1 0;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      min-width: 0;
      max-width: 100%;
      box-sizing: border-box;
    }
    /* --- Correction responsive stricte --- */
@media (max-width: 600px) and (orientation: portrait) {
  /* Image Qualiopi : taille adaptée uniquement en mobile portrait */
  .qualiopi-block .qualiopi-inner img#btn-qualiopi-info-modal {
    width: 270px !important;
    max-width: 270px !important;
    height: auto !important;
    display: block;
    margin: 0 !important;
    position: static;
  }
  }
  /* Certifications & Agréments : scroll horizontal sur une ligne, images lisibles */
  .certifs-grid {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    gap: 12px !important;
    align-items: center !important;
    padding-bottom: 8px !important;
    width: 100vw !important;
    max-width: 100vw !important;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: thin !important;
  }
  .certif-badge {
    flex: 0 0 auto !important;
    min-width: 90px !important;
    width: 90px !important;
    height: 60px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .certif-badge-logo {
    max-width: 80px !important;
    max-height: 50px !important;
    height: auto !important;
    width: auto !important;
    display: block !important;
  }
  /* Footer : logos sur une seule ligne scrollable, taille lisible */
  .footer-partners {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    gap: 12px !important;
    padding-bottom: 10px !important;
    align-items: center !important;
    scrollbar-width: thin !important;
    -webkit-overflow-scrolling: touch !important;
    width: 100vw !important;
    max-width: 100vw !important;
    white-space: nowrap !important;
  }
  .footer-partner-link {
    flex: 0 0 auto !important;
    min-width: 70px !important;
    width: 70px !important;
    height: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
  }
  .footer-partner-logo {
    height: 28px !important;
    max-width: 60px !important;
    width: auto !important;
    display: block !important;
  }
}

/* Vérifiez que le fichier est bien enregistré en UTF-8 (sans BOM) dans votre éditeur, et que le serveur envoie bien Content-Type: text/html; charset=UTF-8 */
    @media (max-width: 600px) and (orientation: portrait) {
      /* Bloc Qualiopi : image centrée, taille adaptée, reste dans le cadre */
      .qualiopi-block .qualiopi-inner {
        flex-direction: column !important;
        align-items: center !important;
        gap: 12px !important;
        padding-left: 0 !important;
        min-width: 0 !important;
        position: static !important;
        width: 100% !important;
        box-sizing: border-box !important;
        justify-content: center !important;
      }
      .qualiopi-block .qualiopi-inner > img#btn-qualiopi-info-modal {
        width: 120px !important;
        max-width: 90vw !important;
        min-width: 80px !important;
        display: block !important;
        margin: 0 auto 8px auto !important;
        position: static !important;
        border-radius: 10px !important;
        box-shadow: 0 2px 10px rgba(13,31,60,0.10) !important;
        left: unset !important;
        top: unset !important;
        transform: none !important;
      }
      /* Certifications & Agréments : une seule ligne scrollable, ultra-forcé */
      .certifs-grid {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        gap: 10px !important;
        align-items: center !important;
        padding-bottom: 8px !important;
        width: 100% !important;
        white-space: nowrap !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: thin !important;
        max-width: 100vw !important;
      }
      .certif-badge {
        flex: 0 0 auto !important;
        min-width: 80px !important;
        width: 90px !important;
        height: 60px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: none !important;
        box-shadow: none !important;
        padding: 0 !important;
        margin: 0 !important;
      }
      .certif-badge-logo {
        max-width: 70px !important;
        max-height: 50px !important;
        height: auto !important;
        width: auto !important;
        display: block !important;
      }
      /* Footer : logos sur une seule ligne scrollable, ultra-forcé */
      .footer-partners {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        gap: 10px !important;
        padding-bottom: 10px !important;
        align-items: center !important;
        scrollbar-width: thin !important;
        -webkit-overflow-scrolling: touch !important;
        width: 100vw !important;
        white-space: nowrap !important;
        max-width: 100vw !important;
      }
      .footer-partner-link {
        flex: 0 0 auto !important;
        width: 90px !important;
        height: 36px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        white-space: nowrap !important;
      }
      .footer-partner-logo {
        height: 22px !important;
        max-width: 80px !important;
        display: block !important;
      }
    }
    /* Forcer le scroll horizontal même si le parent est en grid ou block */
    .certifs-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 18px;
      align-items: center;
      justify-content: flex-start;
      margin-bottom: 0;
    }
    .certif-badge {
      flex: 0 0 calc(25% - 18px);
      box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    @media (max-width: 600px) and (orientation: portrait) {
      /* Bloc Qualiopi : image centrée, taille adaptée, reste dans le cadre */
      .qualiopi-block .qualiopi-inner {
        flex-direction: column !important;
        align-items: center !important;
        gap: 12px !important;
        padding-left: 0 !important;
        min-width: 0;
        position: static !important;
        width: 100% !important;
        box-sizing: border-box !important;
      }
      .qualiopi-block .qualiopi-inner > img#btn-qualiopi-info-modal {
        width: 120px !important;
        max-width: 90vw !important;
        min-width: 80px !important;
        display: block !important;
        margin: 0 auto 8px auto !important;
        position: static !important;
        border-radius: 10px !important;
        box-shadow: 0 2px 10px rgba(13,31,60,0.10);
      }
      /* Certifications & Agréments : une seule ligne scrollable */
      .certifs-grid {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        gap: 10px !important;
        align-items: center !important;
        padding-bottom: 8px !important;
        width: 100% !important;
        white-space: nowrap !important;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
      }
      .certif-badge {
        flex: 0 0 auto !important;
        min-width: 80px !important;
        width: 90px !important;
        height: 60px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: none !important;
        box-shadow: none !important;
        padding: 0 !important;
        margin: 0 !important;
      }
      .certif-badge-logo {
        max-width: 70px !important;
        max-height: 50px !important;
        height: auto !important;
        width: auto !important;
        display: block !important;
      }
      /* Footer : logos sur une seule ligne scrollable */
      .footer-partners {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        gap: 10px !important;
        padding-bottom: 10px !important;
        align-items: center !important;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
        width: 100% !important;
        white-space: nowrap !important;
      }
      .footer-partner-link {
        flex: 0 0 auto !important;
        width: 90px !important;
        height: 36px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        white-space: nowrap !important;
      }
      .footer-partner-logo {
        height: 22px !important;
        max-width: 80px !important;
        display: block !important;
      }
    }
    @media (max-width: 600px) and (orientation: portrait) {
      /* Agrandir l'image Qualiopi en portrait, sélecteur plus spécifique */
      .qualiopi-block .qualiopi-inner > img#btn-qualiopi-info-modal {
        width: 140px !important;
        max-width: 70vw !important;
        min-width: 90px !important;
        display: block !important;
        margin: 0 auto 8px auto !important;
        position: static !important;
      }
    }
    @media (max-width: 900px) {
      /* Forcer l'affichage horizontal scrollable des logos certifications, sans retour à la ligne */
      .footer-partners {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        gap: 10px !important;
        padding-bottom: 10px !important;
        align-items: center !important;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
        width: 100% !important;
        white-space: nowrap !important;
      }
      .footer-partner-link {
        flex: 0 0 auto !important;
        width: 90px !important;
        height: 36px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        white-space: nowrap !important;
      }
      .footer-partner-logo {
        height: 22px !important;
        max-width: 80px !important;
        display: block !important;
      }
    }
    @media (max-width: 600px) and (orientation: portrait) {
      /* Agrandir l'image Qualiopi en portrait */
      .qualiopi-inner img#btn-qualiopi-info-modal {
        width: 140px !important;
        max-width: 60vw !important;
        min-width: 90px !important;
      }
    }

    @media (max-width: 900px) {
      /* Forcer l'affichage horizontal scrollable des logos certifications */
      .footer-partners {
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        gap: 10px !important;
        padding-bottom: 10px !important;
        display: flex !important;
        align-items: center !important;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
      }
      .footer-partner-link {
        flex: 0 0 auto !important;
        width: 90px !important;
        height: 36px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
      }
      .footer-partner-logo {
        height: 22px !important;
        max-width: 80px !important;
      }
    }
    @media (max-width: 600px) {
      /* Bloc Qualiopi : image au-dessus, texte dessous, bouton adapté */
      .qualiopi-block {
        max-width: 99vw;
        padding: 14px 2vw 18px 2vw;
        min-width: 0;
        box-sizing: border-box;
      }
      .qualiopi-inner {
        flex-direction: column !important;
        align-items: center !important;
        gap: 12px !important;
        padding-left: 0 !important;
        min-width: 0;
        position: static !important;
        width: 100% !important;
      }
      .qualiopi-inner img#btn-qualiopi-info-modal {
        position: static !important;
        width: 90px !important;
        height: auto !important;
        margin: 0 auto 8px auto !important;
        display: block !important;
      }
      .qualiopi-logo {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 4px !important;
        width: 100% !important;
        min-width: 0 !important;
        text-align: center !important;
      }
      .qualiopi-logo .label {
        font-size: 17px !important;
      }
      .qualiopi-logo .sublabel {
        font-size: 12px !important;
      }
      .qualiopi-desc {
        font-size: 13px !important;
        max-width: 98vw !important;
        margin: 0 auto 10px auto !important;
      }
      .btn-qualiopi {
        font-size: 13px !important;
        padding: 10px 12px !important;
        border-radius: 8px !important;
        width: 100% !important;
        max-width: 220px !important;
        justify-content: center !important;
        margin: 0 auto !important;
        box-sizing: border-box !important;
      }
      /* Grilles certifications : 1 colonne */
      .certifs-grid {
        flex-direction: column !important;
        gap: 10px !important;
        align-items: stretch !important;
        display: flex !important;
      }
      .certif-badge {
        min-width: 0 !important;
        width: 100% !important;
        padding: 10px 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
      }
      .certif-badge-logo {
        max-width: 80px !important;
        height: auto !important;
      }
      /* Footer : logos scrollables horizontalement, jamais empilés */
      .footer-partners {
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        gap: 8px !important;
        padding-bottom: 8px !important;
        display: flex !important;
        align-items: center !important;
      }
      .footer-partner-link {
        flex: 0 0 auto !important;
        width: 80px !important;
        height: 36px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
      }
      .footer-partner-logo {
        height: 22px !important;
        max-width: 70px !important;
      }
      /* Footer grid : 1 colonne */
      .footer-grid {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
        padding-bottom: 18px !important;
      }
      /* Bandeau cookies : responsive et non débordant */
      #cookie-notice {
        flex-direction: column !important;
        align-items: flex-start !important;
        font-size: 13px !important;
        padding: 12px 8px !important;
        gap: 10px !important;
        box-sizing: border-box !important;
      }
      #cookie-notice > span {
        margin-bottom: 6px !important;
        display: block !important;
        width: 100% !important;
      }
      #cookie-notice button {
        width: 100% !important;
        margin-bottom: 4px !important;
        font-size: 13px !important;
        padding: 8px 0 !important;
      }
      /* Grilles et formulaires : 1 colonne */
      .about-grid, .contact-grid {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
      }
      .about-visual, .about-visual-stacked {
        grid-template-columns: 1fr !important;
        padding: 10px !important;
        gap: 10px !important;
      }
      .about-kpis {
        grid-template-columns: 1fr 1fr !important;
      }
      .about-value-item {
        flex-direction: column !important;
        gap: 8px !important;
        padding: 10px 4px !important;
      }
      .service-card {
        padding: 14px 4px !important;
        min-width: 0 !important;
      }
      .services-grid {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
      }
      .form-row {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
      }
      .form-group input, .form-group textarea, .form-group select {
        font-size: 15px !important;
        padding: 10px 8px !important;
        width: 100% !important;
        box-sizing: border-box !important;
      }
      .form-tabs {
        flex-direction: column !important;
        gap: 6px !important;
      }
      .form-tab {
        width: 100% !important;
        text-align: center !important;
        font-size: 13px !important;
        padding: 10px 0 !important;
      }
      .btn-primary, .btn-reclamation {
        width: 100% !important;
        font-size: 15px !important;
        padding: 12px 0 !important;
        border-radius: 8px !important;
      }
    }
    @media (max-width: 600px) {
      .qualiopi-logo {
        flex-direction: column;
        align-items: center;
        gap: 8px;
      }
      .qualiopi-logo-img {
        width: 48px;
        height: 48px;
        margin-bottom: 4px;
      }
      .qualiopi-logo > span {
        font-size: 28px;
      }
      .qualiopi-logo .label {
        font-size: 16px;
      }
      .btn-qualiopi {
        font-size: 13px;
        padding: 10px 16px;
        border-radius: 8px;
        width: 100%;
        max-width: 260px;
        justify-content: center;
      }
      .footer-partners {
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        gap: 8px !important;
        padding-bottom: 8px !important;
      }
      .footer-partner-link {
        flex: 0 0 auto;
        width: 100px;
        height: 40px;
      }
      .footer-partner-logo {
        height: 24px;
      }
    }
    @media (max-width: 600px) {
      .qualiopi-block {
        max-width: 98vw;
        padding: 18px 4vw;
        min-width: 0;
        box-sizing: border-box;
      }
      .qualiopi-inner {
        padding-left: 0 !important;
        min-width: 0;
      }
      .qualiopi-logo {
        flex-wrap: wrap;
        min-width: 0;
      }
      .about-grid, .contact-grid {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
      }
      .about-visual, .about-visual-stacked {
        grid-template-columns: 1fr !important;
        padding: 16px !important;
        gap: 12px !important;
      }
      .about-kpis {
        grid-template-columns: 1fr 1fr !important;
      }
      .about-value-item {
        flex-direction: column;
        gap: 8px;
        padding: 12px 8px;
      }
      .service-card {
        padding: 18px 8px;
        min-width: 0;
      }
      .services-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
      }
      .certifs-grid {
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
      }
      .certif-badge {
        min-width: 0;
        width: 100%;
        padding: 12px 4px;
      }
      .footer-grid {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
        padding-bottom: 18px !important;
      }
      .footer-partners {
        flex-wrap: wrap !important;
        gap: 8px !important;
        padding-bottom: 8px !important;
      }
    }
    /*
      SOMMAIRE
      1) Base et variables
      2) Header et hero
      3) Sections contenu (about, services, contact, certifs, referents)
      4) Footer
      5) Responsive
      6) Extensions et utilitaires
    */

/* ── COOKIE NOTICE RESPONSIVE ── */
#cookie-notice {
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  font-size: 15px;
  padding: 18px 10px;
  gap: 10px;
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99998;
}

#cookie-notice > span {
  margin-bottom: 8px;
  word-break: break-word;
  flex: 1 1 100%;
}

#cookie-notice button {
  width: 100%;
  margin-top: 0;
  margin-bottom: 6px;
}

@media (min-width: 600px) {
  #cookie-notice {
    flex-direction: row;
    align-items: center;
    font-size: 15px;
    padding: 18px 32px;
    gap: 16px;
    width: auto;
  }
  #cookie-notice button {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  #cookie-notice > span {
    margin-bottom: 0;
  }
}
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --navy: #0d1f3c;
      --navy-mid: #162d54;
      --blue: #1a5fb4;
      --sky: #3b8eea;
      --accent: #f4a300;
      --accent-light: #ffd166;
      --white: #ffffff;
      --off-white: #f7f9fc;
      --gray-100: #eef2f8;
      --gray-300: #b8c8de;
      --gray-500: #6b82a0;
      --text: #1a2a42;
      --text-light: #4a6080;
    }

    html {
      scroll-behavior: smooth;
      overflow-x: hidden !important;
    }

    body {
      font-family: 'Sora', sans-serif;
      color: var(--text);
      background: var(--off-white);
      overflow-x: hidden !important;
    }

    @media (orientation: landscape) {
      body {
        min-height: 100vh;
      }
    }

    /* ── HEADER ─────────────────────────────────── */
    header {
      position: fixed; top: 0; left: 0; right: 0; z-index: 100;
      background: rgba(13, 31, 60, 0.97);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid rgba(255,255,255,0.07);
      display: flex; align-items: center; justify-content: space-between;
      padding: 0 48px;
      height: 72px;
    }

    .logo-block { display: flex; align-items: center; gap: 14px; }

    .logo-icon {
      width: 52px; height: 52px; border-radius: 50%;
      object-fit: cover;
      display: block;
      box-shadow: 0 0 0 2px rgba(255,255,255,0.2);
      flex-shrink: 0;
    }

    .logo-text { display: flex; flex-direction: column; }
    .logo-name {
      font-weight: 700; font-size: 18px; color: #fff; letter-spacing: 2px;
      line-height: 1;
    }
    .logo-name span { color: #fff; }
    .logo-sub {
      font-size: 10px; font-weight: 300; color: var(--gray-300);
      letter-spacing: 0.5px; line-height: 1.4;
    }

    nav { display: flex; gap: 4px; align-items: center; }
    nav a {
      text-decoration: none; font-size: 13px; font-weight: 500;
      color: rgba(255,255,255,0.7); padding: 8px 14px; border-radius: 8px;
      transition: all 0.2s;
      letter-spacing: 0.3px;
    }
    nav a:hover { color: #fff; background: rgba(255,255,255,0.08); }

    .nav-cta {
      margin-left: 10px;
      background: var(--accent) !important;
      color: var(--navy) !important;
      font-weight: 600 !important;
      padding: 9px 20px !important;
      border-radius: 8px !important;
    }
    .nav-cta:hover { background: var(--accent-light) !important; }

    /* ── HERO ────────────────────────────────────── */
    .hero {
      background: linear-gradient(160deg, var(--navy) 0%, var(--navy-mid) 55%, #1a3a70 100%);
      display: flex; flex-direction: column;
      padding: 0; position: relative; overflow: hidden;
    }

    .hero::before {
      content: '';
      position: absolute; inset: 0;
      background:
        radial-gradient(ellipse 60% 60% at 80% 50%, rgba(59,142,234,0.12) 0%, transparent 70%),
        radial-gradient(ellipse 40% 40% at 20% 80%, rgba(244,163,0,0.07) 0%, transparent 60%);
      pointer-events: none;
    }

    .hero-grid-lines {
      position: absolute; inset: 0; pointer-events: none;
      background-image:
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
      background-size: 60px 60px;
    }

    .hero-inner {
      display: flex; align-items: center; gap: 60px;
      max-width: 1100px; width: 100%; margin: 0 auto;
      padding: 100px 48px 48px;
      position: relative; z-index: 1;
    }

    .hero-content { flex: 1; }

    .hero-side {
      flex: 0 0 340px;
      display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
    }

    .hero-side-card {
      background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.1);
      border-radius: 14px; padding: 20px 16px; transition: all 0.2s;
    }
    .hero-side-card:hover { background: rgba(255,255,255,0.13); transform: translateY(-2px); }
    .hero-side-card .card-icon { font-size: 22px; margin-bottom: 8px; }
    .hero-side-card .card-title { font-size: 13px; font-weight: 600; color: #fff; margin-bottom: 4px; }
    .hero-side-card .card-desc { font-size: 11px; color: rgba(255,255,255,0.45); line-height: 1.5; }

    .hero-badge {
      display: inline-flex; align-items: center; gap: 8px;
      background: rgba(244,163,0,0.12); border: 1px solid rgba(244,163,0,0.3);
      border-radius: 100px; padding: 6px 16px;
      font-size: 12px; font-weight: 600; color: var(--accent);
      letter-spacing: 1px; text-transform: uppercase;
      margin-bottom: 28px;
      animation: fadeUp 0.6s ease both;
    }

    .hero-badge::before {
      content: ''; width: 7px; height: 7px; border-radius: 50%;
      background: var(--accent); animation: pulse 2s infinite;
    }

    @keyframes pulse { 0%,100%{opacity:1;} 50%{opacity:0.3;} }

    .hero h1 {
      font-family: 'Fraunces', serif; font-weight: 600;
      font-size: clamp(38px, 5.5vw, 64px); line-height: 1.1;
      color: #fff; margin-bottom: 24px;
      animation: fadeUp 0.6s 0.1s ease both;
    }

    .hero h1 em {
      font-style: italic; font-weight: 300;
      color: var(--sky);
    }

    .hero p {
      font-size: 17px; font-weight: 300; color: rgba(255,255,255,0.7);
      line-height: 1.75; max-width: 500px; margin-bottom: 40px;
      animation: fadeUp 0.6s 0.2s ease both;
    }

    .hero-actions {
      display: flex; gap: 14px; flex-wrap: wrap;
      animation: fadeUp 0.6s 0.3s ease both;
    }

    .btn-primary {
      background: var(--accent); color: var(--navy);
      font-weight: 700; font-size: 14px; letter-spacing: 0.5px;
      padding: 14px 28px; border-radius: 10px;
      text-decoration: none; transition: all 0.2s;
      border: none; cursor: pointer;
      box-shadow: 0 4px 20px rgba(244,163,0,0.3);
    }
    .btn-primary:hover { background: var(--accent-light); transform: translateY(-1px); box-shadow: 0 8px 28px rgba(244,163,0,0.4); }

    .btn-secondary {
      background: rgba(255,255,255,0.08); color: #fff;
      font-weight: 500; font-size: 14px;
      padding: 14px 28px; border-radius: 10px;
      text-decoration: none; transition: all 0.2s;
      border: 1px solid rgba(255,255,255,0.15); cursor: pointer;
    }
    .btn-secondary:hover { background: rgba(255,255,255,0.14); transform: translateY(-1px); }

    /* Stats bar */
    .hero-stats {
      background: rgba(0,0,0,0.2);
      border-top: 1px solid rgba(255,255,255,0.08);
      display: flex; justify-content: center;
      position: relative; z-index: 1;
    }

    .stat-item {
      flex: 1; max-width: 220px; padding: 24px 32px;
      text-align: center; border-right: 1px solid rgba(255,255,255,0.07);
      animation: fadeUp 0.6s 0.4s ease both;
    }
    .stat-item:last-child { border-right: none; }
    .stat-num {
      font-family: 'Fraunces', serif; font-size: 32px; font-weight: 600;
      color: var(--accent); line-height: 1;
    }
    .stat-label {
      font-size: 12px; font-weight: 300; color: rgba(255,255,255,0.5);
      margin-top: 4px; letter-spacing: 0.5px;
    }

    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(20px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    /* ── HORAIRES BANNER ─────────────────────────── */
    .horaires {
      background: var(--navy);
      border-bottom: 3px solid var(--accent);
      display: flex; justify-content: center; align-items: center;
      gap: 40px; padding: 18px 48px; flex-wrap: wrap;
    }

    .horaires-item { display: flex; align-items: center; gap: 10px; }
    .horaires-icon {
      width: 32px; height: 32px; border-radius: 8px;
      background: rgba(244,163,0,0.15); display: flex;
      align-items: center; justify-content: center;
      font-size: 15px;
    }
    .horaires-text { font-size: 13px; color: rgba(255,255,255,0.8); line-height: 1.5; }
    .horaires-text strong { color: #fff; font-weight: 600; }

    /* ── SECTION SHARED ──────────────────────────── */
    section:not(.hero) { padding: 96px 48px; }
    section:not(.hero):nth-child(even) { background: var(--white); }

    .section-label {
      font-size: 11px; font-weight: 700; letter-spacing: 2.5px;
      text-transform: uppercase; color: var(--blue); margin-bottom: 10px;
    }
    .section-title {
      font-family: 'Fraunces', serif; font-size: clamp(28px, 3.5vw, 42px);
      font-weight: 600; color: var(--navy); line-height: 1.2;
      margin-bottom: 16px;
    }
    .section-title em { font-style: italic; font-weight: 300; color: var(--sky); }
    .section-desc {
      font-size: 16px; font-weight: 300; color: var(--text-light); line-height: 1.8;
      max-width: 560px; margin-bottom: 48px;
    }

    /* ── INDICATEURS ACCORDION ───────────────────── */
    .indicateurs-block {
      margin-top: 24px;
      border-radius: 12px;
      overflow: hidden;
      border: 1px solid var(--gray-100);
    }
    .indicateurs-toggle {
      width: 100%; display: flex; align-items: center; justify-content: space-between;
      padding: 14px 20px; background: var(--navy);
      border: none; cursor: pointer; transition: background 0.2s;
    }
    .indicateurs-toggle:hover { background: var(--navy-mid); }
    .indicateurs-toggle-left {
      display: flex; align-items: center; gap: 10px;
      font-family: 'Sora', sans-serif; font-size: 14px; font-weight: 600; color: #fff;
    }
    .indicateurs-icon { font-size: 16px; }
    .indicateurs-arrow {
      font-size: 11px; color: var(--accent); transition: transform 0.3s;
    }
    .indicateurs-toggle[aria-expanded="true"] .indicateurs-arrow {
      transform: rotate(180deg);
    }
    .indicateurs-content {
      background: var(--gray-100); padding: 24px 20px;
      border-top: 1px solid rgba(0,0,0,0.05);
    }
    .indicateurs-grid {
      display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 16px;
    }
    .indicateur-item {
      background: var(--white); border-radius: 10px;
      padding: 16px; text-align: center;
      border: 1px solid var(--gray-100);
      transition: transform 0.2s;
    }
    .indicateur-item:hover { transform: translateY(-2px); }
    .indicateur-num {
      font-family: 'Fraunces', serif; font-size: 28px; font-weight: 600;
      color: var(--blue); line-height: 1;
    }
    .indicateur-label {
      font-size: 12px; color: var(--text-light); margin-top: 6px; line-height: 1.4;
    }
    .indicateurs-note {
      font-size: 11px; color: var(--gray-500); font-style: italic; text-align: center;
    }

    /* ── ABOUT VISUAL REDESIGN ───────────────────── */
    .about-kpis {
      display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
      background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
      border-radius: 16px 16px 0 0;
      overflow: hidden;
      border-bottom: 1px solid rgba(255,255,255,0.08);
    }
    .about-kpi {
      padding: 24px 16px; text-align: center;
      border-right: 1px solid rgba(255,255,255,0.08);
      transition: background 0.2s;
    }
    .about-kpi:last-child { border-right: none; }
    .about-kpi:hover { background: rgba(255,255,255,0.05); }
    .about-kpi-num {
      font-family: 'Fraunces', serif; font-size: 28px; font-weight: 600;
      color: var(--accent); line-height: 1;
    }
    .about-kpi-label {
      font-size: 11px; font-weight: 400; color: rgba(255,255,255,0.45);
      margin-top: 6px; line-height: 1.4;
    }

    .about-values {
      background: linear-gradient(135deg, var(--navy-mid) 0%, #1a3a70 100%);
      border-radius: 0 0 16px 16px;
      padding: 8px 0;
    }
    .about-value-item {
      display: flex; align-items: flex-start; gap: 16px;
      padding: 20px 28px; border-bottom: 1px solid rgba(255,255,255,0.06);
      transition: background 0.2s;
    }
    .about-value-item:last-child { border-bottom: none; }
    .about-value-item:hover { background: rgba(255,255,255,0.04); }
    .about-value-icon { font-size: 22px; flex-shrink: 0; margin-top: 2px; }
    .about-value-title { font-size: 14px; font-weight: 600; color: #fff; margin-bottom: 4px; }
    .about-value-desc { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.6; }

    /* ── FOOTER LEGAL BUTTONS ────────────────────── */
    .footer-legal-btn {
      text-decoration: none; font-size: 12px; font-weight: 500;
      color: rgba(255,255,255,0.5); padding: 5px 12px;
      border: 1px solid rgba(255,255,255,0.12); border-radius: 6px;
      transition: all 0.2s;
    }
    .footer-legal-btn:hover { color: #fff; border-color: rgba(255,255,255,0.3); background: rgba(255,255,255,0.06); }

    /* ── ABOUT ───────────────────────────────────── */
    .about-grid {
      display: grid; grid-template-columns: 1fr 1fr; gap: 64px;
      align-items: center; max-width: 1100px; margin: 0 auto;
    }

    .about-text .section-desc { max-width: none; }

    .about-highlight {
      border-left: 3px solid var(--accent);
      padding: 16px 20px; background: var(--gray-100);
      border-radius: 0 10px 10px 0; margin-top: 32px;
      font-size: 15px; font-style: italic; color: var(--text-light);
      line-height: 1.7;
    }

    .about-visual {
      background: linear-gradient(145deg, var(--navy) 0%, var(--navy-mid) 100%);
      border-radius: 20px; padding: 40px;
      display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
    }

    .about-card {
      background: rgba(255,255,255,0.07); border-radius: 12px;
      padding: 24px; border: 1px solid rgba(255,255,255,0.1);
      transition: all 0.2s;
    }
    .about-card:hover { background: rgba(255,255,255,0.12); transform: translateY(-2px); }
    .about-card-icon { font-size: 22px; margin-bottom: 10px; }
    .about-card-title { font-size: 14px; font-weight: 600; color: #fff; margin-bottom: 4px; }
    .about-card-desc { font-size: 12px; color: rgba(255,255,255,0.5); line-height: 1.5; }

    /* ── SERVICES ────────────────────────────────── */
    .services { background: var(--off-white); }
    .services-header { text-align: center; max-width: 600px; margin: 0 auto 60px; }
    .services-header .section-desc { margin: 0 auto; }

    .services-grid {
      display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 24px; max-width: 1100px; margin: 0 auto;
    }

    .service-card {
      background: var(--white); border-radius: 16px;
      padding: 36px 32px; border: 1px solid var(--gray-100);
      transition: all 0.25s; position: relative; overflow: hidden;
      cursor: pointer;
    }

    .service-card::after {
      content: ''; position: absolute; bottom: 0; left: 0; right: 0;
      height: 3px; background: linear-gradient(90deg, var(--blue), var(--sky));
      transform: scaleX(0); transition: transform 0.3s; transform-origin: left;
    }
    .service-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(13,31,60,0.1); }
    .service-card:hover::after { transform: scaleX(1); }

    .service-num {
      font-family: 'Fraunces', serif; font-size: 13px; font-weight: 600;
      color: var(--gray-300); margin-bottom: 16px;
    }
    .service-icon-wrap {
      width: 52px; height: 52px; border-radius: 14px;
      background: var(--gray-100); display: flex; align-items: center;
      justify-content: center; font-size: 22px; margin-bottom: 20px;
      transition: all 0.2s;
    }
    .service-card:hover .service-icon-wrap { background: rgba(26,95,180,0.1); }

    .service-title {
      font-weight: 700; font-size: 17px; color: var(--navy); margin-bottom: 10px;
    }
    .service-desc { font-size: 14px; color: var(--text-light); line-height: 1.7; }
    .service-link {
      display: inline-flex; align-items: center; gap: 6px;
      font-size: 13px; font-weight: 600; color: var(--blue);
      text-decoration: none; margin-top: 20px; transition: gap 0.2s;
    }
    .service-link:hover { gap: 10px; }

    /* ── CONTACT ─────────────────────────────────── */
    .contact { background: var(--white); }
    .contact-grid {
      display: grid; grid-template-columns: 1fr 1fr; gap: 64px;
      max-width: 1100px; margin: 0 auto; align-items: start;
    }

    .contact-items { display: flex; flex-direction: column; gap: 16px; }
    .contact-item {
      display: flex; align-items: flex-start; gap: 16px;
      padding: 20px 24px; border-radius: 12px;
      background: var(--off-white); border: 1px solid var(--gray-100);
      transition: all 0.2s; text-decoration: none;
    }
    .contact-item:hover { border-color: var(--sky); background: rgba(59,142,234,0.04); }
    .contact-item-icon {
      width: 40px; height: 40px; border-radius: 10px;
      background: linear-gradient(135deg, var(--blue), var(--sky));
      display: flex; align-items: center; justify-content: center;
      font-size: 16px; flex-shrink: 0;
    }
    .contact-item-text .label { font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--gray-500); }
    .contact-item-text .value { font-size: 14px; font-weight: 500; color: var(--text); margin-top: 2px; }

    .contact-form-block {
      background: var(--navy); border-radius: 20px; padding: 40px;
    }
    .contact-form-block h3 {
      font-family: 'Fraunces', serif; font-size: 24px; font-weight: 600;
      color: #fff; margin-bottom: 8px;
    }
    .contact-form-block p { font-size: 14px; color: rgba(255,255,255,0.5); margin-bottom: 28px; }

    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
    .form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
    .form-group label { font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.6); letter-spacing: 0.5px; }
    .form-group input, .form-group select, .form-group textarea {
      background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12);
      border-radius: 10px; padding: 12px 16px;
      color: #fff; font-size: 14px; font-family: 'Sora', sans-serif;
      outline: none; transition: border-color 0.2s;
    }
    .form-group input::placeholder, .form-group textarea::placeholder { color: rgba(255,255,255,0.3); }
    .form-group input:focus, .form-group select:focus, .form-group textarea:focus {
      border-color: var(--sky);
    }
    .form-group select option { background: var(--navy); }
    .form-group textarea { resize: vertical; min-height: 90px; }

    /* ── CERTIFICATIONS ──────────────────────────── */
    .certifs { background: var(--off-white); }
    .certifs-header { text-align: center; max-width: 600px; margin: 0 auto 48px; }
    .certifs-grid {
      display: flex; flex-wrap: wrap; justify-content: center; gap: 16px;
      max-width: 900px; margin: 0 auto;
    }

    .certif-badge {
      background: var(--white); border: 1px solid var(--gray-100);
      border-radius: 12px; padding: 20px 28px;
      display: flex; align-items: center; justify-content: center;
      min-width: 130px; min-height: 98px; transition: all 0.25s;
    }
    .certif-badge:hover {
      border-color: var(--blue); transform: translateY(-3px);
      box-shadow: 0 8px 24px rgba(26,95,180,0.1);
    }
    .certif-badge span {
      font-weight: 700; font-size: 13px; color: var(--navy);
      text-align: center; line-height: 1.4;
    }
    .certif-badge .certif-accent { color: var(--blue); }
    .certif-badge-logo {
      display: block;
      max-width: 120px;
      max-height: 54px;
      width: auto;
      height: auto;
      object-fit: contain;
    }
    .certif-badge-text {
      min-width: 180px;
    }

    /* ── REFERENTS ───────────────────────────────── */
    .referents { background: var(--white); }
    .referents-header { max-width: 600px; }
    .referents-grid {
      display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 20px; max-width: 1100px; margin: 0 auto;
    }

    .ref-card {
      background: var(--off-white); border-radius: 14px; padding: 28px 24px;
      border: 1px solid var(--gray-100); transition: all 0.2s;
    }
    .ref-card:hover { border-color: var(--sky); transform: translateY(-3px); box-shadow: 0 12px 30px rgba(13,31,60,0.07); }
    .ref-icon { font-size: 28px; margin-bottom: 14px; }
    .ref-title { font-weight: 700; font-size: 16px; color: var(--navy); margin-bottom: 8px; }
    .ref-desc { font-size: 13px; color: var(--text-light); line-height: 1.6; }
    .ref-tag {
      display: inline-block; margin-top: 12px;
      background: rgba(26,95,180,0.1); color: var(--blue);
      font-size: 11px; font-weight: 600; letter-spacing: 0.5px;
      padding: 4px 10px; border-radius: 100px;
    }

    /* ── FOOTER ──────────────────────────────────── */
    footer {
      background: var(--navy); padding: 60px 48px 32px;
    }

    .footer-grid {
      display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px;
      max-width: 1100px; margin: 0 auto 48px; padding-bottom: 48px;
      border-bottom: 1px solid rgba(255,255,255,0.08);
    }

    .footer-brand .logo-text .logo-name { font-size: 20px; }
    .footer-desc {
      font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.45);
      line-height: 1.8; margin-top: 16px; max-width: 280px;
    }

    .footer-col h4 {
      font-size: 12px; font-weight: 700; letter-spacing: 2px;
      text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 16px;
    }
    .footer-col a {
      display: block; text-decoration: none;
      font-size: 13px; color: rgba(255,255,255,0.7);
      margin-bottom: 10px; transition: color 0.2s;
    }
    .footer-col a:hover { color: #fff; }

    .footer-partners-title {
      max-width: 1100px;
      margin: 0 auto 10px;
      font-size: 11px;
      letter-spacing: 1.8px;
      text-transform: uppercase;
      color: rgba(255,255,255,0.45);
      font-weight: 700;
    }

    .footer-partners {
      max-width: 1100px;
      margin: 0 auto 24px;
      padding: 16px 0 20px;
      border-bottom: 1px solid rgba(255,255,255,0.08);
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 14px;
    }

    .footer-partner-link {
      width: 128px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(255,255,255,0.92);
      border-radius: 8px;
      padding: 5px 8px;
      border: 1px solid rgba(13,31,60,0.1);
      text-decoration: none;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .footer-partner-link:hover {
      transform: translateY(-1px);
      box-shadow: 0 6px 16px rgba(0,0,0,0.2);
    }

    .footer-partner-logo {
      height: 32px;
      width: auto;
      max-width: 110px;
      object-fit: contain;
      filter: grayscale(20%) brightness(0.97);
      transition: filter 0.2s ease;
    }

    .footer-partner-link:hover .footer-partner-logo {
      filter: none;
    }

    .footer-bottom {
      display: flex; justify-content: space-between; align-items: center;
      max-width: 1100px; margin: 0 auto;
      font-size: 12px; color: rgba(255,255,255,0.3);
    }

    .footer-access {
      display: flex; gap: 12px;
    }
    .access-btn {
      display: flex; align-items: center; gap: 8px;
      background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.1);
      border-radius: 8px; padding: 8px 16px;
      text-decoration: none; font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.7);
      transition: all 0.2s;
    }
    .access-btn:hover { background: rgba(255,255,255,0.12); color: #fff; }
    .access-btn .dot {
      width: 8px; height: 8px; border-radius: 50%;
    }
    .dot-blue { background: var(--sky); }
    .dot-green { background: #22c55e; }
    .dot-purple { background: #a855f7; }

    /* ── RESPONSIVE ──────────────────────────────── */
    @media (max-width: 900px) {
      header {
        padding: 10px 16px;
        height: auto;
        min-height: 72px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
      }
      nav {
        display: flex;
        gap: 8px;
        width: 100%;
        overflow-x: auto;
        padding-bottom: 4px;
      }
      nav a {
        flex: 0 0 auto;
        white-space: nowrap;
      }
      .nav-cta { margin-left: 0; }
      .hero-inner { flex-direction: column; padding: 90px 24px 32px; gap: 32px; }
      .hero-side { flex: none; width: 100%; }
      .hero-stats { flex-wrap: wrap; }
      .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
      section:not(.hero) { padding: 64px 24px; }
      .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
      .footer-partners-title {
        text-align: left;
      }
      .footer-partners {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 10px;
      }
      .footer-partner-link {
        flex: 0 0 auto;
        width: 116px;
        height: 44px;
      }
      .footer-partner-logo {
        height: 28px;
      }
      .footer-bottom { flex-direction: column; gap: 16px; }
      .horaires { gap: 20px; padding: 16px 24px; }
      .form-row { grid-template-columns: 1fr; }
    }

  .certifs-category-title {
    font-size: 13px; font-weight: 700; letter-spacing: 1px;
    color: var(--blue); text-transform: uppercase; margin-bottom: 20px;
    padding-left: 4px; border-left: 3px solid var(--accent); padding-left: 12px;
  }
  .qualiopi-block {
    max-width: 700px; margin: 20px auto 0;
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
    border-radius: 20px; padding: 40px;
    text-align: center;
    box-shadow: 0 12px 40px rgba(13,31,60,0.15);
  }
  .qualiopi-inner { display: flex; flex-direction: column; align-items: center; gap: 20px; }
  .qualiopi-logo { display: flex; align-items: center; gap: 16px; }
  .qualiopi-logo div { text-align: left; }
  .qualiopi-logo > span { font-size: 40px; }
  .qualiopi-logo .label { font-weight: 700; font-size: 22px; color: #fff; }
  .qualiopi-logo .sublabel { font-size: 13px; color: rgba(255,255,255,0.5); margin-top: 2px; }
  .qualiopi-desc {
    font-size: 14px; color: rgba(255,255,255,0.65); line-height: 1.75;
    max-width: 520px;
  }
  .qualiopi-desc strong { color: #fff; }
  .btn-qualiopi {
    display: inline-flex; align-items: center; gap: 10px;
    background: var(--accent); color: var(--navy);
    font-weight: 700; font-size: 14px; padding: 14px 28px;
    border-radius: 10px; text-decoration: none; transition: all 0.2s;
    box-shadow: 0 4px 16px rgba(244,163,0,0.3);
    cursor: pointer;
  }
  .btn-qualiopi:hover { background: var(--accent-light); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(244,163,0,0.4); }

  .form-tabs {
    display: flex; gap: 8px; margin-bottom: 24px; flex-wrap: wrap;
  }
  .form-tab {
    flex: 1; padding: 10px 14px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.15);
    background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.6);
    font-family: 'Sora', sans-serif; font-size: 12px; font-weight: 600;
    cursor: pointer; transition: all 0.2s; white-space: nowrap;
  }
  .form-tab.active {
    background: var(--sky); border-color: var(--sky); color: #fff;
  }
  .form-tab:hover:not(.active) { background: rgba(255,255,255,0.12); color: #fff; }
  .form-panel { display: none; }
  .form-panel.active { display: block; }
  .form-feedback {
    margin-top: 14px;
    color: rgba(255,255,255,0.85);
    font-size: 12px;
    line-height: 1.5;
  }
  input[type="date"] {
    background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12);
    border-radius: 10px; padding: 12px 16px; color: #fff;
    font-size: 14px; font-family: 'Sora', sans-serif; outline: none;
    width: 100%; transition: border-color 0.2s; color-scheme: dark;
  }
  input[type="date"]:focus { border-color: var(--sky); }

  .u-mb-0 { margin-bottom: 0; }
  .u-center { margin: 0 auto; }

  .about-visual-stacked {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
    background: none;
  }

  .indicateurs-block-dark {
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-top: 1px solid rgba(255,255,255,0.08);
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }

  .indicateurs-content-dark {
    display: none;
    background: var(--navy-mid);
  }

  .indicateur-item-dark {
    background: rgba(255,255,255,0.07);
    border-color: rgba(255,255,255,0.1);
  }

  .indicateur-num-accent { color: var(--accent); }
  .indicateur-label-light { color: rgba(255,255,255,0.55); }
  .indicateurs-note-muted { color: rgba(255,255,255,0.3); }

  .referents-header-spaced { margin-bottom: 48px; }

  .certifs-category {
    max-width: 900px;
    margin: 0 auto 40px;
  }

  .qualiopi-logo-img {
    width: 64px;
    height: 64px;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0 3px 14px rgba(13,31,60,0.2);
    background: #fff;
  }

  .qualiopi-title {
    font-weight: 700;
    font-size: 20px;
    color: var(--navy);
  }

  .qualiopi-subtitle {
    font-size: 13px;
    color: var(--text-light);
    margin-top: 2px;
  }

  .form-note {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    margin-bottom: 20px;
  }

  .u-btn-full {
    width: 100%;
    justify-content: center;
    display: flex;
    font-family: 'Sora', sans-serif;
  }

  .btn-reclamation {
    background: rgba(239,68,68,0.85);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 14px 28px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
  }

  .btn-reclamation:hover {
    background: rgba(239,68,68,1);
    transform: translateY(-1px);
  }

  .textarea-lg { min-height: 110px; }

  .footer-bottom-left {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  .footer-legal-links {
    display: flex;
    gap: 8px;
  }
