/* ==========================================================================
   Soft Skills Scan — feuille de style unique.

   Toutes les valeurs ci-dessous sont RELEVEES sur myonlinetraining.co
   (styles calcules dans le navigateur, page /formation/soft-skills-scan/),
   pas interpretees. Les correspondances sont notees en commentaire pour
   pouvoir les reverifier. Voir docs/03-charte.md.
   ========================================================================== */

@font-face { font-family: "Montserrat"; font-weight: 500; font-display: swap; src: url("../fonts/montserrat-400.woff2") format("woff2"); }
@font-face { font-family: "Montserrat"; font-weight: 600; font-display: swap; src: url("../fonts/montserrat-600.woff2") format("woff2"); }
@font-face { font-family: "Montserrat"; font-weight: 700; font-display: swap; src: url("../fonts/montserrat-600.woff2") format("woff2"); }
@font-face { font-family: "Montserrat"; font-weight: 800; font-display: swap; src: url("../fonts/montserrat-800.woff2") format("woff2"); }
@font-face { font-family: "Montserrat"; font-weight: 900; font-display: swap; src: url("../fonts/montserrat-900.woff2") format("woff2"); }
@font-face { font-family: "Quiche Sans"; font-weight: 900; font-display: swap; src: url("../fonts/QuicheSans-Black.ttf") format("truetype"); }
/* Mairo : le .woff est celui que sert le site (leger), le .otf fourni par
   Sarah sert de secours si le premier ne se charge pas. */
@font-face { font-family: "Mairo"; font-weight: 500; font-display: swap;
  src: url("../fonts/mairo.woff") format("woff"), url("../fonts/Mairo.otf") format("opentype"); }
@font-face { font-family: "Roboto Mono"; font-weight: 500; font-display: swap; src: url("../fonts/roboto-mono-500.woff2") format("woff2"); }

:root {
  --jaune: #FFEA4C;          /* logo et cadres d'en-tete */
  --jaune-cta: #FFE100;      /* le jaune des boutons d'action du site */
  --jaune-pale: #FFF6B7;     /* --e-global-color-c3136b3 */
  --noir: #000000;
  --encre: #202020;          /* fond des sections sombres du site */
  --blanc: #FFFFFF;
  --gris-fond: #FAFBFD;      /* --e-global-color-1746412 */
  --gris-ligne: #E6E9EE;
  --gris-texte: #45484D;

  --t-action: #FFA44C;
  --t-bienetre: #4CC782;
  --t-creativite: #EC4CB1;
  --t-competences: #4CAEDF;
  --t-expression: #FFE100;
  --t-leadership: #E84C6A;
  --t-mindset: #8B71AE;
  --t-organisation: #4CC7B8;
  --t-vision: #504771;

  --r-carte: 16px;           /* rayon dominant des blocs Elementor */
  --r-grand: 20px;
  --ombre: 0 0 10px rgba(123, 122, 122, .22);   /* ombre relevee sur le site */
  --ombre-forte: 0 6px 26px rgba(123, 122, 122, .30);
  --max: 1140px;             /* largeur du conteneur de contenu */

}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 15px;           /* corps de texte du site : 15px / 600 / 1.5 */
  line-height: 1.5;
  color: var(--noir);
  background: var(--blanc);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

/* ---------- Titres ----------
   H1 : Montserrat 800, capitales, interlettrage -1.8px
   H2 : Montserrat 800, casse normale, PAS de capitales
   Surtitre : Montserrat 700, 14px, capitales, sans interlettrage    */
h1, h2, h3, h4 { margin: 0 0 14px; color: var(--noir); }
h1 {
  font-weight: 800; font-size: clamp(30px, 4.6vw, 44px); line-height: 1.14;
  letter-spacing: -1.8px; text-transform: uppercase;
}
h2 { font-weight: 800; font-size: clamp(21px, 2.4vw, 26px); line-height: 1.2; }
h3 { font-weight: 800; font-size: 19px; line-height: 1.25; }
h4 { font-weight: 700; font-size: 15px; line-height: 1.3; }
p { margin: 0 0 14px; }

/* Le surtitre de section du site est en Mairo, court, aligne a gauche
   (« La problematique », « La solution ») — H3 Mairo 30px w500. */
.surtitre {
  font-family: "Mairo", "Montserrat", cursive; font-weight: 500;
  font-size: clamp(24px, 2.4vw, 30px); line-height: 1.35; letter-spacing: 0;
  text-transform: none; color: var(--noir); margin: 0 0 6px;
}
/* Mairo ne porte JAMAIS une longue phrase : sur une ligne qui se replie,
   la boucle du « g » vient mordre la ligne suivante (le site ne s'en sert que
   pour des surtitres de deux ou trois mots). Voir docs/03-charte.md. */

.chapo {
  font-size: 16px; font-weight: 700; line-height: 22px; text-transform: uppercase;
  color: var(--noir);
}
.chapo strong { font-weight: 900; }
.texte-doux { color: var(--gris-texte); font-weight: 600; }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 20px; }
.center { text-align: center; }
.surligne {
  background: linear-gradient(180deg, transparent 60%, var(--jaune) 60%);
  padding: 0 2px;
  -webkit-box-decoration-break: clone; box-decoration-break: clone;
}

/* ---------- Boutons ----------
   Trois familles, toutes relevees sur le site :
   .btn-cta    Quiche Sans 900 20px · fond #FFE100 · rayon 30px
   .btn-doux   Quiche Sans 900 20px · fond blanc · filet noir 2px · rayon 30px
   .btn-lien   Montserrat 900 14px · pastille blanche 100px
   .btn-cadre  Roboto Mono 500 13px capitales · cadre jaune 3px · angles vifs */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: inherit; text-decoration: none; cursor: pointer; border: 0;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.btn:disabled { opacity: .4; cursor: not-allowed; transform: none; }

.btn-cta {                    /* « Choisir un abonnement » */
  font-family: "Quiche Sans", "Montserrat", sans-serif; font-weight: 900;
  font-size: 20px; color: var(--noir); background: var(--jaune-cta);
  border: 2px solid var(--jaune-cta); border-radius: 30px; padding: 15px 40px; min-height: 56px;
}
.btn-cta:hover { transform: translateY(-2px); box-shadow: var(--ombre-forte); }

.btn-doux {                   /* « Demander une demo » */
  font-family: "Quiche Sans", "Montserrat", sans-serif; font-weight: 900;
  font-size: 20px; color: var(--noir); background: var(--blanc);
  border: 2px solid var(--noir); border-radius: 30px; padding: 15px 40px; min-height: 56px;
}
.btn-doux:hover { transform: translateY(-2px); box-shadow: var(--ombre-forte); }

.btn-lien {                   /* « En savoir plus », « Voir le catalogue complet » */
  font-weight: 900; font-size: 14px; color: var(--noir); background: var(--blanc);
  border-radius: 100px; padding: 12px 24px; min-height: 44px; box-shadow: var(--ombre);
}
.btn-lien:hover { transform: translateY(-2px); box-shadow: var(--ombre-forte); }

.btn-cadre {                  /* les deux boutons de l'en-tete */
  font-family: "Roboto Mono", ui-monospace, monospace; font-weight: 500;
  font-size: 13px; text-transform: uppercase; color: var(--noir);
  background: var(--blanc); border: 3px solid var(--jaune); border-radius: 0;
  padding: 12px 16px; min-height: 44px;
}
.btn-cadre-plein { background: var(--jaune); }
.btn-cadre:hover { background: var(--jaune); }

.btn-sm { font-size: 13px; padding: 10px 18px; min-height: 42px; }

/* ---------- Barre du haut ---------- */
.topbar {
  position: sticky; top: 0; z-index: 40; background: var(--blanc);
  border-bottom: 1px solid var(--gris-ligne);
}
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; height: 78px; gap: 16px; }
.topbar img { height: 40px; width: auto; }
.topbar-liens { display: flex; align-items: center; gap: 10px; }

/* ---------- Hero ---------- */
/* Le hero du site est BLANC : le jaune y sert d'accent (bouton), pas de fond.
   Un CTA jaune sur un fond jaune disparait (defaut vu le 2026-08-28). */
.hero { background: var(--blanc); padding: 62px 0 54px; text-align: center; }
.hero-centre { max-width: 840px; margin: 0 auto; }
.hero h1 { margin-bottom: 18px; }
.hero .chapo { max-width: 720px; margin: 0 auto 4px; }
.etiquette {                  /* meme principe que les boutons encadres du site */
  display: inline-flex; align-items: center; gap: 8px; background: transparent;
  border: 2px solid var(--jaune-cta); border-radius: 100px; padding: 9px 20px;
  font-size: 13px; font-weight: 800; text-transform: uppercase; margin-bottom: 18px;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; align-items: center; justify-content: center; }
.args {
  list-style: none; margin: 26px 0 0; padding: 0; display: flex; flex-wrap: wrap;
  gap: 10px 28px; justify-content: center;
}
.args li { font-size: 15px; font-weight: 800; display: flex; align-items: center; gap: 8px; }
.args li::before { content: "✓"; font-weight: 900; }

/* La mécanique du test, sous l'accroche : lisible sans voler la vedette. */
.hero-mecanique { max-width: 700px; margin: 0 auto 4px; font-size: 15px; }

/* L'encart qui fait s'identifier le lecteur, sous les chiffres. */
.encart-contradictions {
  max-width: 820px; margin: 34px auto 0; background: var(--jaune-pale);
  border-radius: var(--r-grand); padding: 24px 28px; text-align: center;
  font-size: 16px; font-weight: 600; line-height: 1.55;
}
.encart-contradictions strong { font-weight: 900; }

/* Sous-titre d'une section qui a déjà un h2 d'accroche. */
.sous-titre-section { font-size: clamp(19px, 2vw, 23px); margin-bottom: 12px; }

.hero-note { font-size: 13px; font-weight: 600; color: var(--gris-texte); margin: 16px 0 0; }

.chiffres { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 44px; }
.chiffre { background: var(--blanc); border-radius: var(--r-carte); padding: 20px 14px; text-align: center; box-shadow: var(--ombre); }
.chiffre b { display: block; font-family: "Quiche Sans", sans-serif; font-weight: 900; font-size: 30px; line-height: 1; }
.chiffre b small { font-size: 15px; }
.chiffre span { display: block; font-size: 12px; font-weight: 800; text-transform: uppercase; color: var(--gris-texte); margin-top: 8px; }

.bandeau-visuels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
.bandeau-visuels img { border-radius: var(--r-grand); aspect-ratio: 3 / 2; object-fit: cover; }

/* ---------- Sections ---------- */
.section { padding: 68px 0; }
.section-gris { background: var(--gris-fond); }
.section-sombre { background: var(--encre); color: var(--blanc); }
.section-sombre h1, .section-sombre h2, .section-sombre h3, .section-sombre .surtitre { color: var(--blanc); }
.section-sombre .chapo, .section-sombre p { color: rgba(255, 255, 255, .82); }
.entete-section { max-width: 760px; margin: 0 0 34px; }
.entete-section.centre { margin-left: auto; margin-right: auto; text-align: center; }
.entete-section h2 { font-size: clamp(24px, 3.2vw, 35px); line-height: 1.2; }
.entete-section p:last-child { margin-bottom: 0; }

.grille-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.grille-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }

.carte { background: var(--blanc); border-radius: var(--r-grand); padding: 26px; box-shadow: var(--ombre); }

/* Le motif de cartes du site : des blocs de couleur pleine, rayon 20 px,
   illustration en haut, titre en gras, lien souligne en bas. */
.carte-couleur {
  border-radius: var(--r-grand); padding: 26px 24px 24px; color: var(--noir);
  display: flex; flex-direction: column; gap: 4px;
}
.carte-couleur img { border-radius: 12px; margin-bottom: 16px; aspect-ratio: 3 / 2; object-fit: cover; }
.carte-couleur h3 { font-size: 17px; line-height: 1.35; margin: 0 0 8px; }
.carte-couleur p { font-size: 15px; font-weight: 600; margin: 0; }
.c-jaune { background: var(--t-expression); }
.c-rose { background: var(--t-creativite); }
.c-bleu { background: var(--t-competences); }
.c-vert { background: var(--t-bienetre); }
.c-orange { background: var(--t-action); }
.c-mauve { background: var(--t-mindset); }

.lien-souligne {
  display: inline-block; font-weight: 900; font-size: 14px; text-decoration: none;
  border-bottom: 2px solid currentColor; padding-bottom: 2px; margin-top: 16px;
  align-self: flex-start;
}
.carte p:last-child { margin-bottom: 0; }
.carte-num {
  font-family: "Quiche Sans", sans-serif; font-size: 34px; font-weight: 900;
  line-height: 1; color: var(--jaune); margin-bottom: 12px;
}
.carte-texte { color: var(--gris-texte); font-weight: 600; }

.liste-check { list-style: none; margin: 0; padding: 0; }
.liste-check li { position: relative; padding: 11px 0 11px 34px; font-size: 18px; line-height: 27px; font-weight: 800; }
.liste-check li + li { border-top: 1px solid var(--gris-ligne); }
.liste-check li::before {
  content: ""; position: absolute; left: 0; top: 16px; width: 16px; height: 16px;
  border-radius: 50%; background: var(--jaune);
}

.themes-nuage { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 26px; }
.puce-theme {
  display: inline-flex; align-items: center; gap: 9px; border-radius: 100px;
  padding: 10px 18px; font-size: 13px; font-weight: 800; background: var(--blanc);
  box-shadow: var(--ombre);
}
.puce-theme i { width: 11px; height: 11px; border-radius: 50%; display: block; }

.galerie { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-top: 34px; }
.galerie figure { margin: 0; }
.galerie img { border-radius: var(--r-carte); aspect-ratio: 3 / 2; object-fit: cover; }
.galerie figcaption { font-size: 13px; font-weight: 800; margin-top: 10px; }

/* ---------- Etapes numerotees ---------- */
.etapes { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.etapes li { padding-top: 18px; border-top: 3px solid var(--jaune); }
.etape-num {
  font-family: "Quiche Sans", sans-serif; font-weight: 900; font-size: 30px;
  line-height: 1; display: block; margin-bottom: 10px;
}
.etapes h3 { margin-bottom: 8px; }
.etapes p { color: var(--gris-texte); font-weight: 600; margin: 0; }

/* Blocs de texte sur fond sombre : pas de carte, juste un filet */
.blocs-clairs article { padding-top: 18px; border-top: 2px solid rgba(255, 255, 255, .22); }
.blocs-clairs h3 { margin-bottom: 8px; }
.blocs-clairs p { color: rgba(255, 255, 255, .78); font-weight: 600; margin: 0; }

/* ---------- Galerie de profils ---------- */
.profils-grille { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.profil-carte {
  border-radius: var(--r-grand); overflow: hidden; background: var(--blanc);
  box-shadow: var(--ombre); display: flex; flex-direction: column;
}
.profil-carte img { aspect-ratio: 3 / 2; object-fit: cover; }
.profil-carte .corps { padding: 16px 16px 18px; border-top: 6px solid var(--c, var(--jaune)); }
.profil-carte h3 { font-size: 15px; line-height: 1.3; margin: 0 0 6px; }
.profil-carte p { font-size: 13px; font-weight: 600; color: var(--gris-texte); margin: 0; }

.encart-croise {
  margin-top: 22px; background: var(--blanc); border-radius: var(--r-grand);
  padding: 26px 28px; box-shadow: var(--ombre); text-align: center;
}
.encart-croise p { margin: 0; }

/* ---------- Questionnaire ---------- */
.ecran { display: none; }
.ecran.actif { display: block; }

.quiz { padding: 30px 0 80px; background: var(--gris-fond); min-height: 100vh; }
.quiz-entete { position: sticky; top: 78px; z-index: 20; background: var(--gris-fond); padding: 16px 0 18px; }
.barre { height: 8px; border-radius: 100px; background: var(--blanc); overflow: hidden; box-shadow: inset 0 0 0 1px var(--gris-ligne); }
.barre i { display: block; height: 100%; background: var(--jaune); width: 0; transition: width .35s cubic-bezier(.4, 0, .2, 1); }
.quiz-meta { display: flex; justify-content: space-between; align-items: center; font-size: 13px; font-weight: 700; text-transform: uppercase; margin-bottom: 12px; color: var(--gris-texte); }

.question { max-width: 720px; margin: 34px auto 0; }
.question .theme-tag { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; text-transform: uppercase; margin-bottom: 14px; }
.question .theme-tag i { width: 10px; height: 10px; border-radius: 50%; }
.question h2 { font-size: clamp(21px, 2.8vw, 27px); margin-bottom: 24px; }

.options { display: grid; gap: 12px; }
.option {
  display: flex; align-items: center; gap: 14px; width: 100%; text-align: left;
  font-family: inherit; font-size: 15px; font-weight: 700; color: var(--noir);
  background: var(--blanc); border: 2px solid transparent; border-radius: var(--r-carte);
  padding: 18px 20px; cursor: pointer; min-height: 62px; box-shadow: var(--ombre);
  transition: border-color .12s ease, background .12s ease, transform .12s ease;
}
.option:hover { border-color: var(--jaune); transform: translateY(-1px); }
.option[aria-pressed="true"] { background: var(--jaune); border-color: var(--jaune); }
.option kbd {
  font-family: "Roboto Mono", monospace; font-size: 12px; font-weight: 500;
  background: var(--jaune-pale); color: var(--noir); border-radius: 50%;
  width: 28px; height: 28px; display: inline-flex; align-items: center;
  justify-content: center; flex: 0 0 28px;
}
.option[aria-pressed="true"] kbd { background: var(--blanc); }
.quiz-pied { max-width: 720px; margin: 24px auto 0; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.indice { font-size: 13px; font-weight: 600; color: var(--gris-texte); margin: 0; }

/* ---------- Formulaire ---------- */
.form-carte { max-width: 600px; margin: 0 auto; background: var(--blanc); border-radius: var(--r-grand); padding: 34px; box-shadow: var(--ombre-forte); }
.champ { margin-bottom: 16px; }
.champ label { display: block; font-size: 13px; font-weight: 800; margin-bottom: 7px; }
.facultatif { font-weight: 600; color: var(--gris-texte); }
.champ input {
  width: 100%; font-family: inherit; font-size: 15px; font-weight: 600; color: var(--noir);
  padding: 14px 16px; border: 2px solid var(--gris-ligne); border-radius: 12px;
  background: var(--blanc); min-height: 52px;
}
.champ input:focus { outline: none; border-color: var(--jaune); box-shadow: 0 0 0 3px var(--jaune-pale); }
.champ.erreur input { border-color: #E84C6A; }
.champ .msg { display: none; font-size: 13px; font-weight: 700; color: #E84C6A; margin-top: 6px; }
.champ.erreur .msg { display: block; }
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.consentement { display: flex; gap: 12px; align-items: flex-start; font-size: 13px; font-weight: 600; color: var(--gris-texte); margin: 18px 0 22px; }
.consentement input { width: 22px; height: 22px; flex: 0 0 22px; margin-top: 2px; accent-color: var(--jaune); }
.alerte { display: none; background: #FFF0F3; border-radius: 12px; padding: 12px 16px; font-size: 14px; font-weight: 700; color: #B02341; margin-bottom: 16px; }
.alerte.visible { display: block; }

/* ---------- Résultats ---------- */
.res-hero { padding: 58px 0 64px; background: var(--fond-profil, var(--jaune-pale)); color: var(--noir); }
.res-hero .surtitre { color: var(--noir); }
.res-bandeau {              /* le bandeau de couleur pleine du profil */
  height: 10px; background: var(--couleur-profil, var(--jaune)); border-radius: 100px;
  max-width: 120px; margin: 0 0 18px;
}
.res-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 44px; align-items: center; }
.res-visuel { border-radius: var(--r-grand); overflow: hidden; box-shadow: var(--ombre-forte); background: var(--couleur-profil, var(--jaune)); }
.res-visuel img { aspect-ratio: 3 / 2; object-fit: cover; width: 100%; }
.titre-profil {
  font-weight: 800; font-size: clamp(28px, 4.2vw, 42px); line-height: 1.12;
  letter-spacing: -1.8px; text-transform: uppercase; margin: 0 0 18px;
}
.res-corps p { color: #23262B; font-size: 16px; }
.res-corps p:first-of-type { font-size: 17px; font-weight: 800; line-height: 1.5; color: var(--noir); }

.duo-profils { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.profil-mini { display: flex; gap: 18px; align-items: center; background: var(--blanc); border-radius: var(--r-carte); padding: 18px; box-shadow: var(--ombre); }
.profil-mini img { width: 112px; height: 78px; object-fit: cover; border-radius: 12px; flex: 0 0 112px; }
.profil-mini .r { font-size: 12px; font-weight: 700; text-transform: uppercase; color: var(--gris-texte); }
.profil-mini h3 { margin: 4px 0 6px; font-size: 17px; }
.profil-mini p { margin: 0; font-size: 14px; font-weight: 600; color: var(--gris-texte); }

.scores { display: grid; gap: 14px; max-width: 880px; margin: 0 auto; }
.score-ligne { display: grid; grid-template-columns: 220px 1fr 46px; gap: 16px; align-items: center; }
.score-ligne .nom { font-size: 14px; font-weight: 800; }
.score-piste { height: 12px; border-radius: 100px; background: var(--blanc); overflow: hidden; box-shadow: inset 0 0 0 1px var(--gris-ligne); }
.score-piste i { display: block; height: 100%; width: 0; border-radius: 100px; transition: width .9s cubic-bezier(.2, .8, .2, 1); }
.score-ligne .val { font-size: 15px; font-weight: 900; text-align: right; }

.colonnes-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.bloc-liste h3 { display: flex; align-items: center; gap: 10px; font-size: 16px; }
.bloc-liste ul { list-style: none; margin: 0; padding: 0; }
.bloc-liste li { padding: 10px 0; font-weight: 600; }
.bloc-liste li + li { border-top: 1px solid var(--gris-ligne); }
.pastille { width: 12px; height: 12px; border-radius: 50%; display: inline-block; }

.cta-final { background: var(--jaune); border-radius: var(--r-grand); padding: 48px 34px; text-align: center; }
.cta-final .btn-cta { background: var(--blanc); }   /* jaune sur jaune = invisible */
.cta-final .btn-cta:hover { background: var(--blanc); }
.cta-final .entete-section { margin-bottom: 26px; }

/* ---------- FAQ ---------- */
.faq { max-width: 800px; margin: 0 auto; }
.faq details { background: var(--blanc); border-radius: var(--r-carte); padding: 20px 24px; box-shadow: var(--ombre); }
.faq details + details { margin-top: 12px; }
.faq summary { font-weight: 800; font-size: 16px; cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; font-family: "Quiche Sans", sans-serif; font-size: 18px; line-height: 1;
  color: var(--noir); background: var(--jaune); border-radius: 50%;
  width: 28px; height: 28px; flex: 0 0 28px; display: inline-flex;
  align-items: center; justify-content: center;
}
.faq details[open] summary::after { content: "–"; }
.faq summary h3 { font-size: 16px; font-weight: 800; margin: 0; }
.faq details p { margin: 14px 0 0; color: var(--gris-texte); font-weight: 600; }

/* ---------- Divers ---------- */
.footer { background: var(--encre); color: rgba(255, 255, 255, .70); padding: 54px 0 30px; font-size: 14px; font-weight: 600; }
.footer a { color: rgba(255, 255, 255, .82); text-decoration: none; }
.footer a:hover { color: var(--jaune); }
.footer .btn-cta { color: var(--noir); }          /* .footer a repeignait le texte en blanc */
.footer .btn-cta:hover { color: var(--noir); }
/* Pied de page volontairement pauvre en liens : c'est une landing, chaque
   lien sortant est une occasion de perdre la personne avant l'inscription. */
.footer-haut { display: grid; grid-template-columns: 1.4fr 1fr; gap: 44px; align-items: center; }
.footer-action { text-align: right; }
.footer-action h3 { font-size: 19px; line-height: 1.3; margin-bottom: 16px; }
.footer-marque img { height: 54px; width: auto; margin-bottom: 18px; }
.footer-marque p { color: rgba(255, 255, 255, .70); max-width: 340px; }
.footer h3 { color: var(--blanc); margin: 0 0 14px; }
.footer-bas {
  margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .14);
  display: flex; flex-wrap: wrap; gap: 10px 22px; align-items: center; justify-content: space-between;
  font-size: 12px; text-transform: uppercase; letter-spacing: .4px;
}
.footer-bas nav { display: flex; flex-wrap: wrap; gap: 10px 22px; }

.chargement { display: flex; flex-direction: column; align-items: center; gap: 20px; padding: 90px 0; }
.spin { width: 44px; height: 44px; border-radius: 50%; border: 4px solid var(--jaune-pale); border-top-color: var(--jaune); animation: tourne .8s linear infinite; }
@keyframes tourne { to { transform: rotate(360deg); } }

.saut { position: absolute; left: -9999px; }
.saut:focus { left: 20px; top: 12px; z-index: 90; background: var(--jaune); color: var(--noir); padding: 12px 20px; border-radius: 100px; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .res-grid { grid-template-columns: 1fr; gap: 32px; }
  .galerie, .profils-grille { grid-template-columns: repeat(3, 1fr); }
  .footer-haut { grid-template-columns: 1fr; gap: 30px; }
  .footer-action { text-align: left; }
  .colonnes-3 { grid-template-columns: 1fr; }
  .grille-3, .etapes { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .section { padding: 52px 0; }
  .grille-3, .grille-2, .duo-profils, .duo, .etapes { grid-template-columns: 1fr; }
  .chiffres { grid-template-columns: 1fr 1fr; }
  .galerie, .profils-grille { grid-template-columns: 1fr 1fr; }
  .btn-cta, .btn-doux { font-size: 18px; padding: 14px 28px; }
  .score-ligne { grid-template-columns: 1fr 44px; }
  .score-ligne .score-piste { grid-column: 1 / -1; order: 3; }
  .topbar .wrap { height: 66px; }
  .topbar img { height: 32px; }
  .topbar-liens .btn-cadre:first-child { display: none; }
  .quiz-entete { top: 66px; }
  .form-carte { padding: 24px; }
  .btn-cta { font-size: 18px; padding: 15px 30px; }
  .bandeau-visuels { grid-template-columns: 1fr; }
  .args { justify-content: flex-start; }
  .cta-final { padding: 34px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  html { scroll-behavior: auto; }
}
