:root {
  --f-titre: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --f-texte: 'Source Sans 3', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --f-graisse-titre: 600;
  --f-casse-kicker: none;
  --tm: 0.8rem;
  --t1: 1.0rem;
  --t2: 1.25rem;
  --t3: 1.562rem;
  --t4: 1.953rem;
  --t5: 2.441rem;
  --t6: 3.052rem;
  --t7: 3.815rem;
  --t-hero: clamp(2.44rem, 6vw, 4.77rem);
  --e1: 0.25rem;
  --e2: 0.5rem;
  --e3: 0.75rem;
  --e4: 1.0rem;
  --e5: 1.5rem;
  --e6: 2.0rem;
  --e7: 3.0rem;
  --e8: 4.0rem;
  --r-carte: 0px;
  --r-bouton: 0px;
  --r-image: 0px;
  --largeur: 1120px;
  --ico-trait: 1.5;
  --header-h: 72px;
  --c-fond: #fefefe;
  --c-fond-2: #eff2f0;
  --c-surface: #ffffff;
  --c-texte: #232f25;
  --c-texte-2: #576b5b;
  --c-primaire: #1fc744;
  --c-sur-primaire: #142919;
  --c-secondaire: #7be51a;
  --c-sur-secondaire: #1e2914;
  --c-primaire-texte: #137c2a;
  --c-secondaire-texte: #427b0e;
  --c-doux: #dcefe0;
  --c-sur-doux: #142919;
  --c-bord: #d3d9d4;
  --c-voile: #0c180e;
  --c-sur-voile: #ffffff;
  --c-ombre: #0f2414;
  --o-carte: none;
  --o-survol: 0 18px 40px -12px color-mix(in srgb, #0f2414 28%, transparent);
  --carte-fond: #ffffff;
  --carte-encre: #232f25;
  --carte-encre-2: #576b5b;
  --carte-lien: #137c2a;
  --carte-bord: 1px solid #d3d9d4;
  --btn-fond: #7be51a;
  --btn-texte: #1e2914;
  --btn-bord: 2px solid #232f25;
  --btn-ombre: 4px 4px 0 #232f25;
  --btn-deco: none;
  --lien-couleur: #137c2a;
  --lien-deco: none;
  --lien-epaisseur: 1px;
  --lien-fond: transparent;
  --lien-fond-encre: #137c2a;
}
html.dark, html[data-theme="dark"], html[data-mode="dark"], html.theme-dark, body.dark, [data-theme="dark"] [data-bh-home] {
  --c-fond: #141814;
  --c-fond-2: #1c241e;
  --c-surface: #242b25;
  --c-texte: #e8eee9;
  --c-texte-2: #b6c3b9;
  --c-primaire: #57e576;
  --c-sur-primaire: #142919;
  --c-secondaire: #95ea48;
  --c-sur-secondaire: #1e2914;
  --c-primaire-texte: #7bea93;
  --c-secondaire-texte: #b5f07f;
  --c-doux: #204629;
  --c-sur-doux: #f5f9f6;
  --c-bord: #424d44;
  --c-voile: #0c180e;
  --c-sur-voile: #ffffff;
  --c-ombre: #030704;
  --o-carte: none;
  --o-survol: 0 18px 40px -12px color-mix(in srgb, #030704 28%, transparent);
  --carte-fond: #242b25;
  --carte-encre: #e8eee9;
  --carte-encre-2: #b6c3b9;
  --carte-lien: #7bea93;
  --carte-bord: 1px solid #424d44;
  --btn-fond: #95ea48;
  --btn-texte: #1e2914;
  --btn-bord: 2px solid #e8eee9;
  --btn-ombre: 4px 4px 0 #e8eee9;
  --btn-deco: none;
  --lien-couleur: #7bea93;
  --lien-deco: none;
  --lien-epaisseur: 1px;
  --lien-fond: transparent;
  --lien-fond-encre: #7bea93;
}

/* home.css — la banque de blocs home. AUCUNE couleur ni police ici :
   tout vient des tokens posés par da.py (--c-*, --f-*, --t*, --e*, --r-*...).
   Un test statique refuse toute couleur littérale dans ce fichier. */

html { overflow-x: clip; }
body { overflow-x: clip; }
.bh-67ac-home {
  font-family: var(--f-texte); color: var(--c-texte); background: var(--c-fond);
  font-size: var(--t1); line-height: 1.6;
  width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw);
  position: relative; box-sizing: border-box; text-align: left;
}
.bh-67ac-home *, .bh-67ac-home *::before, .bh-67ac-home *::after { box-sizing: border-box; }
.bh-67ac-home * { min-width: 0; }
.bh-67ac-home :is(a, p, span, small) { opacity: 1; }
.bh-67ac-home img { max-width: 100%; display: block; }
.bh-67ac-home a { color: inherit !important; }
.bh-67ac-home :is(h1, h2, h3, h4, blockquote) { color: inherit; }
.bh-67ac-home p { margin: 0; }
.bh-67ac-home h2, .bh-67ac-home h3 { margin: 0; }
.bh-67ac-home .bh-67ac-h2 { color: var(--c-texte) !important; }
.bh-67ac-home .bh-67ac-intro { color: var(--c-texte) !important; }
.bh-67ac-home :is(.bh-67ac-kicker, .bh-67ac-num) { color: var(--c-texte) !important; }
.bh-67ac-home .bh-67ac-c-p { color: var(--carte-encre) !important; }
.bh-67ac-home :is(.bh-67ac-c-titre, .bh-67ac-c-meta, .bh-67ac-c-kicker, .bh-67ac-c-suite) { color: var(--carte-encre) !important; }
.bh-67ac-marque-site {
  position: absolute; z-index: 10; inset-block-start: var(--e3); inset-inline-start: var(--e5);
  padding: var(--e2) var(--e3); background: var(--c-fond); color: var(--c-texte);
  border: var(--bordure) solid var(--c-bordure); border-radius: var(--r-bouton);
}

/* ─── sections : le HERO seul fait un écran (règle Cedia 26/09) ───
   Les autres blocs prennent la hauteur de leur contenu, avec une respiration régulière :
   le min-height d'un écran laissait 140 à 213 px de vide en bas de repères, duel, titres
   (revue-auto-moto.com). */
.bh-67ac-home .bh-67ac-bloc {
  display: flex; flex-direction: column;
  justify-content: flex-start; padding-block: var(--e8); background: var(--c-fond) !important; color: var(--c-texte) !important;
}
.bh-67ac-home .bh-67ac-fond-b { background: var(--c-fond-2) !important; }
.bh-67ac-home .bh-67ac-fond-doux {
  background: var(--c-doux) !important;
  --c-texte: var(--c-sur-doux); --c-texte-2: var(--c-sur-doux); --c-primaire-texte: var(--c-sur-doux);
}
/* Contraste sur fond doux. Les jetons dérivés (--btn-texte, --carte-lien, --lien-couleur) sont
   résolus sur :root avec la couleur primaire : posés à même un fond doux (bouton contour ou
   souligné, lien hors carte), ils tombaient sous 4.5 (mesuré le 24/09 : 4.06 à 4.45). Sur fond
   doux ils prennent l'encre du doux ; dans une carte, qui a son propre fond, ils reprennent
   leur valeur d'origine gardée sur .bh-67ac-home. */
.bh-67ac-home { --btn-texte-racine: var(--btn-texte); --btn-bord-racine: var(--btn-bord); --carte-lien-racine: var(--carte-lien); }
.bh-67ac-home .bh-67ac-fond-doux { --carte-lien: var(--c-sur-doux); --lien-couleur: var(--c-sur-doux); --lien-fond-encre: var(--c-sur-doux); }
.bh-67ac-home:is([data-bouton="contour"], [data-bouton="souligne"]) .bh-67ac-fond-doux { --btn-texte: var(--c-sur-doux); }
.bh-67ac-home[data-bouton="contour"] .bh-67ac-fond-doux { --btn-bord: 2px solid var(--c-sur-doux); }
.bh-67ac-home .bh-67ac-fond-doux :is(.bh-67ac-carte, .bh-67ac-acc) {
  --carte-lien: var(--carte-lien-racine); --btn-texte: var(--btn-texte-racine); --btn-bord: var(--btn-bord-racine);
}
.bh-67ac-int { width: min(100% - 2 * var(--e5), var(--largeur)); margin-inline: auto; }

/* ─── en-tête de section ─── */
.bh-67ac-entete { margin-bottom: var(--e6); max-width: 64ch; }
[data-alignement="centre"] .bh-67ac-entete { margin-inline: auto; text-align: center; }
[data-alignement="centre"] .bh-67ac-d-colle .bh-67ac-entete { margin-inline: 0; text-align: left; }
.bh-67ac-num { display: none; }
[data-titres="numero"] .bh-67ac-num {
  display: block; font-family: var(--f-titre); font-size: var(--t4); line-height: 1;
  color: var(--c-primaire-texte); margin-bottom: var(--e3);
}
.bh-67ac-kicker { font-size: var(--tm); text-transform: var(--f-casse-kicker); letter-spacing: .08em; color: var(--c-primaire-texte); font-weight: 600; }
.bh-67ac-h2 {
  font-family: var(--f-titre); font-weight: var(--f-graisse-titre); line-height: 1.08;
  font-size: clamp(var(--t3), 4vw, var(--t5)); color: var(--c-texte); margin-bottom: var(--e3);
  letter-spacing: -.01em;
}
[data-titres="geant"] .bh-67ac-h2 { font-size: clamp(var(--t4), 6vw, var(--t6)); letter-spacing: -.025em; }
[data-titres="trait"] .bh-67ac-h2 { padding-bottom: var(--e3); border-bottom: 3px solid var(--c-primaire-texte); display: inline-block; }
[data-titres="kicker"] .bh-67ac-entete::before {
  content: ""; display: block; width: 3rem; height: 4px; background: var(--c-primaire); margin-bottom: var(--e4);
}
[data-alignement="centre"][data-titres="kicker"] .bh-67ac-entete::before { margin-inline: auto; }
.bh-67ac-intro { color: var(--c-texte-2); font-size: var(--t2); }
.bh-67ac-entete-lien { margin-top: var(--e4); }

/* ─── boutons et liens ─── */
.bh-67ac-home .bh-67ac-bouton {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  padding: .75em 1.35em; font: inherit; font-weight: 600; cursor: pointer;
  background: var(--btn-fond) !important; color: var(--btn-texte) !important; border: var(--btn-bord);
  border-radius: var(--r-bouton); box-shadow: var(--btn-ombre);
  text-decoration: var(--btn-deco); text-underline-offset: .35em; text-decoration-thickness: 2px;
  transition: transform .15s ease;
}
.bh-67ac-bouton:hover { transform: translateY(-2px); }
/* Les flèches de la banque sont des tracés SVG posés par rendu.py, plus des
   glyphes de fonte injectés par CSS (le « » seul se lisait comme un caractère
   orphelin, centré sous les cartes de forme « ligne »). */
.bh-67ac-fleche svg { width: 1.1em; height: 1.1em; flex: 0 0 auto; }
.bh-67ac-home :is(.bh-67ac-c-suite, .bh-67ac-intro a) {
  color: var(--carte-lien) !important; font-weight: 600; text-decoration: var(--lien-deco);
  text-decoration-thickness: var(--lien-epaisseur); text-underline-offset: .3em; width: fit-content;
}
/* surligné : l encre du doux, en !important sinon la règle .bh-67ac-c-suite (encre de lien) gagnait : 3.85 mesuré en sombre */
.bh-67ac-home[data-lien="surligne"] .bh-67ac-c-suite { background: var(--c-doux); color: var(--c-sur-doux) !important; padding: .1em .35em; }

/* ─── cartes ─── */
.bh-67ac-home .bh-67ac-carte {
  background: var(--carte-fond) !important; color: var(--carte-encre) !important; border: var(--carte-bord);
  border-radius: var(--r-carte); box-shadow: var(--o-carte); overflow: hidden;
  display: flex; flex-direction: column; min-width: 0; position: relative;
  transition: box-shadow .2s ease, transform .2s ease;
}
.bh-67ac-carte:hover { box-shadow: var(--o-survol); }
.bh-67ac-c-corps { padding: var(--e5); display: flex; flex-direction: column; gap: var(--e2); flex: 1; }
.bh-67ac-c-titre { font-family: var(--f-titre); font-weight: var(--f-graisse-titre); font-size: var(--t2); line-height: 1.2; color: var(--carte-encre); }
.bh-67ac-c-titre a { text-decoration: none; color: inherit; }
.bh-67ac-c-titre a:hover { text-decoration: underline; text-underline-offset: .2em; }
/* Plafond de lignes des paragraphes de carte. Il ne sert plus à faire tenir un
   texte dans une mise en page : le budget rédactionnel est de 240 caractères
   (phrase complète) et tient en 8 lignes à 360 px. Douze lignes ne coupent donc
   jamais un texte écrit, elles protègent d'un collage pathologique. Même valeur
   que .bh-67ac-pile, qui l'appliquait déjà à ses propres cartes. */
.bh-67ac-c-p { color: var(--carte-encre-2); display: -webkit-box; -webkit-line-clamp: 12; -webkit-box-orient: vertical; overflow: hidden; }
.bh-67ac-c-kicker { font-size: var(--tm); text-transform: var(--f-casse-kicker); letter-spacing: .06em; color: var(--carte-lien); font-weight: 600; }
.bh-67ac-c-meta { font-size: var(--tm); color: var(--carte-encre-2); }
.bh-67ac-c-img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }

.bh-67ac-cs-texte, .bh-67ac-cs-qr, .bh-67ac-cs-fait, .bh-67ac-cs-citation { padding: var(--e5); gap: var(--e3); }
/* Les formes de carte sont préfixées par .bh-67ac-home : sans cela elles restaient à
   (0,1,0) sous `.bh-67ac-home .bh-67ac-carte` (0,2,0), qui impose `flex-direction:
   column` à toutes les cartes. La forme « ligne » était donc empilée et son
   icône « lire la suite » tombait seule et centrée sous le texte. À
   spécificité égale, l'ordre de source tranche : ces règles sont plus bas dans
   le fichier, elles gagnent enfin.
   `min-height: 100%` sur un item dont la hauteur de parent est inconnue
   chassait .bh-67ac-c-corps hors de la carte : `align-self: stretch` étire la photo
   sans écraser le texte. */
.bh-67ac-home .bh-67ac-cs-image-gauche { flex-direction: row; }
.bh-67ac-cs-image-gauche .bh-67ac-c-media { flex: 0 0 38%; align-self: stretch; min-height: 0; }
.bh-67ac-cs-image-gauche .bh-67ac-c-media img { width: 100%; height: 100%; min-height: 9rem; object-fit: cover; }
.bh-67ac-cs-superpose { min-height: 15rem; justify-content: flex-end; }
.bh-67ac-cs-superpose .bh-67ac-c-img { position: absolute; inset: 0; height: 100%; aspect-ratio: auto; }
.bh-67ac-c-voile {
  position: relative; padding: var(--e5); display: flex; flex-direction: column; gap: var(--e2);
  background: linear-gradient(to top, color-mix(in srgb, var(--c-voile) 92%, transparent) 55%, color-mix(in srgb, var(--c-voile) 0%, transparent));
  color: var(--c-sur-voile); padding-top: var(--e8);
}
.bh-67ac-c-voile .bh-67ac-c-titre, .bh-67ac-c-voile .bh-67ac-c-kicker, .bh-67ac-c-voile .bh-67ac-c-meta { color: var(--c-sur-voile); }
.bh-67ac-c-vedette .bh-67ac-c-titre { font-size: var(--t4); }
.bh-67ac-cs-portrait { align-items: flex-start; }
.bh-67ac-c-avatar { width: 6rem; height: 6rem; border-radius: 50%; object-fit: cover; margin: var(--e5) var(--e5) 0; }
.bh-67ac-c-vedette .bh-67ac-c-avatar { width: 9rem; height: 9rem; }
.bh-67ac-cs-numero .bh-67ac-c-numero {
  font-family: var(--f-titre); font-size: var(--t5); line-height: 1; color: var(--carte-lien);
  padding: var(--e5) var(--e5) 0; font-weight: var(--f-graisse-titre);
}
.bh-67ac-home .bh-67ac-cs-ligne { flex-direction: row; align-items: center; justify-content: space-between; gap: var(--e4); }
.bh-67ac-cs-ligne .bh-67ac-c-corps { padding-block: var(--e4); }
.bh-67ac-c-fleche {
  display: inline-flex; align-items: center; padding: var(--e4); text-decoration: none;
  font-size: var(--t3); color: var(--carte-lien);
}
.bh-67ac-cs-pastille { background: transparent; border: 0; box-shadow: none; overflow: visible; }
.bh-67ac-c-pastille {
  display: flex; align-items: baseline; justify-content: space-between; gap: var(--e3);
  padding: .7em 1.1em; border-radius: var(--r-bouton); border: var(--carte-bord);
  background: var(--carte-fond); color: var(--carte-encre); text-decoration: none; font-weight: 600;
}
.bh-67ac-c-pastille small { color: var(--carte-encre-2); font-weight: 400; }
.bh-67ac-c-pastille:hover { background: var(--c-primaire); color: var(--c-sur-primaire); }
.bh-67ac-c-pastille:hover small { color: var(--c-sur-primaire); }
.bh-67ac-c-citation { margin: 0; font-family: var(--f-titre); font-size: var(--t2); line-height: 1.45; }
.bh-67ac-c-vedette .bh-67ac-c-citation { font-size: var(--t4); }
.bh-67ac-c-signature { display: grid; gap: .1em; font-size: var(--tm); color: var(--carte-encre-2); }
.bh-67ac-c-signature strong { color: var(--carte-encre); font-size: var(--t1); }
/* étoiles : toujours en rangée, pleines = la note (le builder les pose parfois en SVG, qui
   passaient en display:block et s'empilaient : « Ce que vous en dites » cassé, 26/09) */
.bh-67ac-etoiles { letter-spacing: .15em; font-size: var(--t1); display: flex; align-items: center; gap: .15em; flex-wrap: nowrap; margin: 0; line-height: 1; }
.bh-67ac-etoiles svg { display: inline-block; flex: 0 0 auto; width: 1.15rem; height: 1.15rem; color: var(--carte-lien); }
.bh-67ac-etoile { color: var(--carte-lien); }
.bh-67ac-etoiles .bh-67ac-etoile-vide { color: var(--c-bord); }
.bh-67ac-etoiles-vides { display: inline-flex; gap: .15em; }
.bh-67ac-etoiles-pleines { color: var(--carte-lien); }
.bh-67ac-etoiles-vides { color: var(--c-bord); }
.bh-67ac-c-chiffre { font-family: var(--f-titre); font-size: var(--t6); line-height: 1; color: var(--carte-lien); font-weight: var(--f-graisse-titre); overflow-wrap: anywhere; }
.bh-67ac-c-label { font-weight: 600; }
.bh-67ac-cs-image-seule { background: transparent; border: 0; box-shadow: none; gap: var(--e2); }
.bh-67ac-cs-image-seule img { width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--r-image); }
.bh-67ac-c-legende { font-size: var(--tm); color: var(--c-texte-2); }

/* ─── grilles (colonnes posées par le composeur : --cd --ct --cm) ─── */
.bh-67ac-grille { display: grid; gap: var(--e5); grid-template-columns: repeat(var(--cm), minmax(0, 1fr)); }
@media (min-width: 640px) { .bh-67ac-grille { grid-template-columns: repeat(var(--ct), minmax(0, 1fr)); } }
@media (min-width: 1024px) { .bh-67ac-grille { grid-template-columns: repeat(var(--cd), minmax(0, 1fr)); } }
.bh-67ac-g-pastille { gap: var(--e3); }

/* magazine : une vedette et une grille de deux colonnes */
.bh-67ac-magazine { display: grid; gap: var(--e5); }
.bh-67ac-mag-vedette .bh-67ac-c-img { aspect-ratio: 4 / 3; }
@media (min-width: 1024px) {
  .bh-67ac-magazine { grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); align-items: stretch; }
  .bh-67ac-mag-droite .bh-67ac-mag-vedette { order: 2; }
  .bh-67ac-mag-vedette, .bh-67ac-mag-vedette .bh-67ac-carte { height: 100%; }
  .bh-67ac-mag-reste .bh-67ac-cs-image-gauche .bh-67ac-c-p { -webkit-line-clamp: 2; }
}
.bh-67ac-mag-reste .bh-67ac-c-titre { font-size: var(--t1); }

/* bento : rectangle toujours plein */
.bh-67ac-bento { display: grid; gap: var(--e4); grid-template-columns: minmax(0, 1fr); }
.bh-67ac-bento > .bh-67ac-carte { min-height: 13rem; }
@media (min-width: 640px) {
  .bh-67ac-bento { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bh-67ac-bento > :first-child { grid-column: span 2; }
  .bh-67ac-bento-4 > :nth-child(2), .bh-67ac-bento-6 > :nth-child(2) { grid-column: span 2; }
}
@media (min-width: 1024px) {
  .bh-67ac-bento { grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: minmax(11rem, 1fr); }
  .bh-67ac-bento-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bh-67ac-bento-3 > :nth-child(1) { grid-area: 1 / 1 / 3 / 2; } .bh-67ac-bento-3 > :nth-child(2) { grid-area: 1 / 2 / 2 / 3; } .bh-67ac-bento-3 > :nth-child(3) { grid-area: 2 / 2 / 3 / 3; }
  .bh-67ac-bento-4 > :nth-child(1) { grid-area: 1 / 1 / 3 / 3; } .bh-67ac-bento-4 > :nth-child(2) { grid-area: 1 / 3 / 2 / 5; } .bh-67ac-bento-4 > :nth-child(3) { grid-area: 2 / 3 / 3 / 4; } .bh-67ac-bento-4 > :nth-child(4) { grid-area: 2 / 4 / 3 / 5; }
  .bh-67ac-bento-5 > :nth-child(1) { grid-area: 1 / 1 / 3 / 3; } .bh-67ac-bento-5 > :nth-child(2) { grid-area: 1 / 3 / 2 / 4; } .bh-67ac-bento-5 > :nth-child(3) { grid-area: 1 / 4 / 2 / 5; } .bh-67ac-bento-5 > :nth-child(4) { grid-area: 2 / 3 / 3 / 4; } .bh-67ac-bento-5 > :nth-child(5) { grid-area: 2 / 4 / 3 / 5; }
  .bh-67ac-bento-6 > :nth-child(1) { grid-area: 1 / 1 / 3 / 3; } .bh-67ac-bento-6 > :nth-child(2) { grid-area: 1 / 3 / 2 / 5; } .bh-67ac-bento-6 > :nth-child(3) { grid-area: 2 / 3 / 3 / 4; } .bh-67ac-bento-6 > :nth-child(4) { grid-area: 2 / 4 / 3 / 5; } .bh-67ac-bento-6 > :nth-child(5) { grid-area: 3 / 1 / 4 / 3; } .bh-67ac-bento-6 > :nth-child(6) { grid-area: 3 / 3 / 4 / 5; }
  .bh-67ac-bento-7 > :nth-child(1) { grid-area: 1 / 1 / 3 / 3; } .bh-67ac-bento-7 > :nth-child(2) { grid-area: 1 / 3 / 2 / 4; } .bh-67ac-bento-7 > :nth-child(3) { grid-area: 1 / 4 / 2 / 5; } .bh-67ac-bento-7 > :nth-child(4) { grid-area: 2 / 3 / 3 / 5; } .bh-67ac-bento-7 > :nth-child(5) { grid-area: 3 / 1 / 4 / 2; } .bh-67ac-bento-7 > :nth-child(6) { grid-area: 3 / 2 / 4 / 3; } .bh-67ac-bento-7 > :nth-child(7) { grid-area: 3 / 3 / 4 / 5; }
  .bh-67ac-bento > .bh-67ac-carte { min-height: 0; }
}
.bh-67ac-mosaique > .bh-67ac-carte { min-height: 10rem; }
.bh-67ac-mosaique .bh-67ac-c-lienimg { display: block; flex: 1; min-height: 0; }
.bh-67ac-mosaique .bh-67ac-cs-image-seule img { aspect-ratio: auto; height: 100%; min-height: 10rem; }

/* split : image ou aplat d'un côté, liste de l'autre */
.bh-67ac-split { display: grid; gap: var(--e6); align-items: center; }
.bh-67ac-split-media { margin: 0; }
.bh-67ac-split-media img { width: 100%; height: min(68svh, 40rem); object-fit: cover; border-radius: var(--r-image); }
.bh-67ac-split-texte {
  background: var(--c-primaire); color: var(--c-sur-primaire); border-radius: var(--r-carte);
  min-height: 22rem; padding: var(--e7); display: flex; align-items: flex-end;
}
.bh-67ac-split-grand { font-family: var(--f-titre); font-size: clamp(var(--t4), 3.4vw, var(--t6)); line-height: 1.08; font-weight: var(--f-graisse-titre); }
.bh-67ac-split-liste { display: grid; gap: var(--e4); }
@media (min-width: 1024px) {
  .bh-67ac-split { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .bh-67ac-split-droite .bh-67ac-split-media { order: 2; }
}

/* carrousel */
.bh-67ac-car-piste {
  display: grid; grid-auto-flow: column; grid-auto-columns: minmax(16rem, 21rem); gap: var(--e5);
  overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: var(--e4); scrollbar-width: thin;
}
.bh-67ac-car-piste > * { scroll-snap-align: start; }
.bh-67ac-car-nav { display: flex; gap: var(--e3); margin-top: var(--e4); }
.bh-67ac-car-nav .bh-67ac-bouton {
  padding: .4em .9em; font-size: var(--t2); line-height: 1;
  color: var(--c-texte); background: var(--c-fond);
}

/* timeline = frise vivante (Cedia 26/09 : « timelines moches, pas dynamiques ») : le trait se
   remplit au défilement et chaque jalon s'allume (kit_vivant data-frise / data-jalon, --kv-progression).
   La frise porte son propre dessin : elle reste lisible même sans kit (trait plein). */
.bh-67ac-timeline { list-style: none; margin: 0; padding: 0 0 0 var(--e6); border-left: 2px solid var(--c-bord); display: grid; gap: var(--e5); }
.bh-67ac-home .bh-67ac-timeline[data-frise] { border-left: 0; padding: 0 0 0 calc(var(--e7) + .25rem); position: relative; }
.bh-67ac-home .bh-67ac-timeline[data-frise]::before, .bh-67ac-home .bh-67ac-timeline[data-frise]::after {
  content: ""; position: absolute; left: calc(var(--e5) - 2px); top: .5rem; width: 4px; border-radius: 4px; }
.bh-67ac-home .bh-67ac-timeline[data-frise]::before { bottom: .5rem; height: auto; background: var(--c-bord); }
.bh-67ac-home .bh-67ac-timeline[data-frise]::after { height: calc((100% - 1rem) * var(--kv-progression, 1)); background: var(--c-primaire); transition: height .2s linear; }
.bh-67ac-home .bh-67ac-timeline[data-frise] > .bh-67ac-tl-pas::before {
  left: calc(-1 * var(--e7) - .25rem + var(--e5) - 11px); top: 1.35rem; width: 22px; height: 22px;
  background: var(--c-fond); border: 4px solid var(--c-bord); box-sizing: border-box; transition: all .25s ease; z-index: 1; }
.bh-67ac-home .bh-67ac-timeline[data-frise] > .bh-67ac-tl-pas.kv-atteint::before { border-color: var(--c-primaire); background: var(--c-primaire); }
.bh-67ac-home .bh-67ac-timeline[data-frise] > [data-jalon]::after { content: none; }
.bh-67ac-home .bh-67ac-timeline[data-frise] .bh-67ac-carte { transition: transform .3s ease, box-shadow .3s ease; }
.bh-67ac-home .bh-67ac-timeline[data-frise] > .kv-atteint .bh-67ac-carte { box-shadow: var(--o-survol); }
.bh-67ac-c-echeance { display: inline-flex; align-self: flex-start; align-items: center; gap: .4em; font-weight: 700; font-size: var(--tm);
  letter-spacing: .04em; padding: .3em .75em; border-radius: 999px; background: var(--c-primaire); color: var(--c-sur-primaire); }
.bh-67ac-home .bh-67ac-carte .bh-67ac-c-echeance { color: var(--c-sur-primaire) !important; }
.bh-67ac-cs-jalon, .bh-67ac-cs-repere { padding: var(--e5); gap: var(--e3); }
.bh-67ac-tl-pas { position: relative; }
.bh-67ac-tl-pas::before {
  content: ""; position: absolute; left: calc(-1 * var(--e6) - 8px); top: 1.4rem;
  width: 14px; height: 14px; border-radius: 50%; background: var(--c-primaire); border: 3px solid var(--c-fond);
}
@media (min-width: 1024px) {
  .bh-67ac-tl-alterne { border-left: 0; padding: 0; position: relative; }
  .bh-67ac-tl-alterne::before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; border-left: 2px solid var(--c-bord); }
  .bh-67ac-tl-alterne .bh-67ac-tl-pas { width: calc(50% - var(--e6)); }
  .bh-67ac-tl-alterne .bh-67ac-tl-pas:nth-child(even) { margin-left: calc(50% + var(--e6)); }
  .bh-67ac-tl-alterne .bh-67ac-tl-pas::before { left: auto; right: calc(-1 * var(--e6) - 8px); }
  .bh-67ac-tl-alterne .bh-67ac-tl-pas:nth-child(even)::before { right: auto; left: calc(-1 * var(--e6) - 8px); }
}

/* onglets */
.bh-67ac-onglets-barre { display: flex; flex-wrap: wrap; gap: var(--e2); margin-bottom: var(--e5); }
.bh-67ac-onglet {
  font: inherit; font-weight: 600; cursor: pointer; padding: .6em 1.1em; border-radius: var(--r-bouton);
  border: var(--carte-bord); background: var(--carte-fond); color: var(--carte-encre);
}
.bh-67ac-onglet[aria-selected="true"] { background: var(--c-primaire); color: var(--c-sur-primaire); }
.bh-67ac-panneau .bh-67ac-carte { font-size: var(--t2); }
.bh-67ac-panneau .bh-67ac-cs-image-gauche .bh-67ac-c-media { flex-basis: 45%; }

/* accordéon */
.bh-67ac-accordeon { display: grid; gap: var(--e3); max-width: 60rem; }
[data-alignement="centre"] .bh-67ac-accordeon { margin-inline: auto; }
.bh-67ac-acc { background: var(--carte-fond); color: var(--carte-encre); border: var(--carte-bord); border-radius: var(--r-carte); box-shadow: var(--o-carte); }
.bh-67ac-acc summary { cursor: pointer; padding: var(--e4) var(--e5); font-family: var(--f-titre); font-weight: var(--f-graisse-titre); font-size: var(--t2); }
.bh-67ac-acc-corps { padding: 0 var(--e5) var(--e5); display: grid; gap: var(--e3); color: var(--carte-encre-2); }
.bh-67ac-acc-corps a { color: var(--carte-lien); font-weight: 600; }

/* mur à colonnes explicites */
.bh-67ac-mur { display: grid; gap: var(--e5); grid-template-columns: minmax(0, 1fr); }
.bh-67ac-mur-col { display: grid; gap: var(--e5); align-content: start; }
@media (min-width: 640px) {
  .bh-67ac-mur { grid-template-columns: repeat(var(--k), minmax(0, 1fr)); grid-template-rows: repeat(var(--r), auto); }
  .bh-67ac-mur-col { grid-row: 1 / -1; grid-template-rows: subgrid; }
}

/* tableau */
.bh-67ac-tableau-cadre { overflow-x: auto; }
.bh-67ac-tableau { width: 100%; border-collapse: collapse; font-size: var(--t1); }
.bh-67ac-tableau th, .bh-67ac-tableau td { padding: var(--e4); text-align: left; vertical-align: top; border-bottom: 1px solid var(--c-bord); }
.bh-67ac-tableau thead th { font-size: var(--tm); text-transform: var(--f-casse-kicker); letter-spacing: .06em; color: var(--c-texte-2); }
.bh-67ac-tableau tbody th { font-family: var(--f-titre); font-weight: var(--f-graisse-titre); font-size: var(--t2); width: 34%; }
.bh-67ac-tableau tbody th a { color: inherit; text-decoration: none; }
.bh-67ac-tableau td { color: var(--c-texte-2); }

/* bandes pleine largeur */
.bh-67ac-bandes { display: grid; border-top: 1px solid var(--c-bord); }
.bh-67ac-bande { display: grid; gap: var(--e3); padding-block: var(--e6); border-bottom: 1px solid var(--c-bord); }
.bh-67ac-bande-titre { font-family: var(--f-titre); font-size: clamp(var(--t3), 3vw, var(--t5)); line-height: 1.1; font-weight: var(--f-graisse-titre); }
.bh-67ac-bande-titre a { text-decoration: none; color: inherit; }
.bh-67ac-bande-titre a:hover { color: var(--c-primaire-texte); }
.bh-67ac-bande-corps { display: grid; gap: var(--e2); color: var(--c-texte-2); }
.bh-67ac-bande-corps .bh-67ac-c-kicker { color: var(--c-primaire-texte); }
.bh-67ac-bande-corps .bh-67ac-c-p, .bh-67ac-bande-corps .bh-67ac-c-meta { color: var(--c-texte-2); }
@media (min-width: 1024px) { .bh-67ac-bande { grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); align-items: baseline; } }

/* zigzag */
.bh-67ac-zigzag { display: grid; gap: var(--e6); }
.bh-67ac-zz .bh-67ac-cs-image-gauche { flex-direction: column; }
.bh-67ac-zz .bh-67ac-c-media { flex-basis: auto; }
.bh-67ac-zz .bh-67ac-c-media img { aspect-ratio: 16 / 10; height: auto; }
@media (min-width: 1024px) {
  .bh-67ac-zz .bh-67ac-cs-image-gauche { flex-direction: row; align-items: center; }
  .bh-67ac-zz .bh-67ac-c-media { flex: 0 0 52%; }
  .bh-67ac-zz-inverse .bh-67ac-cs-image-gauche { flex-direction: row-reverse; }
  .bh-67ac-zz .bh-67ac-c-titre { font-size: var(--t4); }
}

/* pile centrée */
.bh-67ac-pile { display: grid; gap: var(--e5); max-width: 54rem; }
[data-alignement="centre"] .bh-67ac-pile { margin-inline: auto; }
.bh-67ac-pile .bh-67ac-c-citation { font-size: var(--t3); -webkit-line-clamp: 12; }
.bh-67ac-pile .bh-67ac-cs-texte .bh-67ac-c-titre { font-size: var(--t3); }

/* défilant */
.bh-67ac-defilant { display: grid; gap: var(--e4); overflow: hidden; }
.bh-67ac-def-rang { overflow: hidden; white-space: nowrap; }
.bh-67ac-def-piste { display: inline-flex; gap: var(--e7); animation: bh-67ac-defile 70s linear infinite; }
.bh-67ac-def-inverse .bh-67ac-def-piste { animation-direction: reverse; }
.bh-67ac-def-mot { font-family: var(--f-titre); font-size: clamp(var(--t3), 4vw, var(--t6)); font-weight: var(--f-graisse-titre); text-decoration: none; color: var(--c-texte); }
.bh-67ac-def-mot:nth-child(3n+2) { color: var(--c-primaire-texte); }
@keyframes bh-67ac-defile { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .bh-67ac-def-piste { animation: none; } }

/* rail : une vedette, un rail dessous */
.bh-67ac-rail { display: grid; gap: var(--e5); }
.bh-67ac-rail-vedette .bh-67ac-cs-image-gauche .bh-67ac-c-media { flex-basis: 50%; }
.bh-67ac-rail-vedette .bh-67ac-c-titre { font-size: var(--t4); }
@media (max-width: 1023px) { .bh-67ac-rail-vedette .bh-67ac-cs-image-gauche { flex-direction: column; } }

/* colle : intro collée à gauche */
.bh-67ac-d-colle .bh-67ac-int { display: grid; gap: var(--e6); }
.bh-67ac-colle-liste { display: grid; gap: var(--e4); }
@media (min-width: 1024px) {
  .bh-67ac-d-colle .bh-67ac-int { grid-template-columns: minmax(0, .85fr) minmax(0, 1.35fr); align-items: start; }
  .bh-67ac-d-colle .bh-67ac-entete { position: sticky; top: calc(var(--header-h) + var(--e5)); }
}

/* ─── hero ─── */
.bh-67ac-hero { height: calc(100svh - var(--header-h)); min-height: 0; padding-block: 0; position: relative; overflow: hidden; justify-content: flex-end; }
.bh-67ac-hero-kicker { font-size: var(--tm); text-transform: var(--f-casse-kicker); letter-spacing: .1em; font-weight: 600; margin-bottom: var(--e3); }
.bh-67ac-home .bh-67ac-hero-h1 { font-family: var(--f-titre); font-weight: var(--f-graisse-titre); font-size: clamp(2.2rem, 5.2vw, var(--t-hero)); line-height: 1; letter-spacing: -.02em; margin: 0 0 var(--e3); }
.bh-67ac-home .bh-67ac-hero-accroche { font-size: var(--t2); max-width: 46ch; margin-bottom: var(--e5); }
.bh-67ac-hero-actions { display: flex; flex-wrap: wrap; gap: var(--e3); }
.bh-67ac-hero-titres { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--e3); }
.bh-67ac-hero-titres a { display: grid; gap: .15em; text-decoration: none; color: inherit; border-top: 1px solid currentColor; padding-top: var(--e2); }
.bh-67ac-hero-titres a:hover span:last-child { text-decoration: underline; }
.bh-67ac-hero-date { font-size: var(--tm); opacity: .85; }
.bh-67ac-hero-titres span:last-child { font-weight: 600; }

.bh-67ac-hero-plein-cadre .bh-67ac-hero-fond { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; max-width: none; }
.bh-67ac-hero-voile {
  position: absolute; inset: 0; display: flex; align-items: flex-end; padding-block: var(--e7);
  color: var(--c-sur-voile);
  background: linear-gradient(to top, color-mix(in srgb, var(--c-voile) 94%, transparent) 0%, color-mix(in srgb, var(--c-voile) 78%, transparent) 50%, color-mix(in srgb, var(--c-voile) 10%, transparent) 85%);
}
.bh-67ac-hero-bas { display: grid; gap: var(--e6); align-items: end; }
@media (min-width: 1024px) { .bh-67ac-hero-bas { grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); } }
@media (max-width: 1023px) { .bh-67ac-hero-plein-cadre .bh-67ac-hero-titres { display: none; } }

.bh-67ac-hero-scinde { display: grid; grid-template-rows: minmax(0, .9fr) minmax(0, 1.1fr); background: var(--c-fond); }
.bh-67ac-hero-moitie { min-height: 0; margin: 0; }
.bh-67ac-hero-gauche { display: flex; align-items: flex-end; padding: var(--e6) var(--e5); }
.bh-67ac-hero-media { position: relative; order: -1; }
.bh-67ac-hero-media img { width: 100%; height: 100%; object-fit: cover; max-width: none; }
.bh-67ac-hero-media figcaption { position: absolute; left: var(--e4); bottom: var(--e4); right: var(--e4); }
.bh-67ac-hero-media figcaption a { background: var(--c-surface); color: var(--c-texte); padding: .4em .7em; border-radius: var(--r-bouton); text-decoration: none; font-size: var(--tm); font-weight: 600; }
.bh-67ac-hero-gauche .bh-67ac-hero-kicker { color: var(--c-primaire-texte); }
@media (min-width: 1024px) {
  .bh-67ac-hero-scinde { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-template-rows: minmax(0, 1fr); }
  .bh-67ac-hero-media { order: 0; }
  .bh-67ac-hero-gauche { padding: var(--e7) var(--e7) var(--e7) max(var(--e5), calc((100vw - var(--largeur)) / 2)); }
  .bh-67ac-hero-gauche .bh-67ac-hero-titres { margin-top: var(--e6); }
}
@media (max-width: 1023px) { .bh-67ac-hero-scinde .bh-67ac-hero-titres { display: none; } }

.bh-67ac-hero-mosaique { background: var(--c-fond-2); }
.bh-67ac-hero-grille { height: 100%; display: grid; grid-template-rows: minmax(0, 1fr) auto; gap: var(--e4); padding: var(--e4); }
.bh-67ac-hero-mosaique-img { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: var(--e3); min-height: 0; order: -1; }
.bh-67ac-hero-vignette { position: relative; overflow: hidden; border-radius: var(--r-image); min-height: 0; display: block; }
.bh-67ac-hero-vignette img { width: 100%; height: 100%; object-fit: cover; max-width: none; }
.bh-67ac-hero-vignette span {
  position: absolute; inset: auto 0 0 0; padding: var(--e3); font-weight: 600; font-size: var(--tm); color: var(--c-sur-voile);
  background: linear-gradient(to top, color-mix(in srgb, var(--c-voile) 92%, transparent) 60%, color-mix(in srgb, var(--c-voile) 0%, transparent));
}
.bh-67ac-hero-grille .bh-67ac-hero-texte { padding: var(--e3) var(--e3) var(--e4); }
@media (min-width: 1024px) {
  .bh-67ac-hero-grille { grid-template-columns: minmax(0, .95fr) minmax(0, 1.25fr); grid-template-rows: minmax(0, 1fr); align-items: end; padding: var(--e5) max(var(--e5), calc((100vw - var(--largeur)) / 2)); gap: var(--e7); }
  .bh-67ac-hero-mosaique-img { order: 2; height: 100%; }
  .bh-67ac-hero-vignette span { font-size: var(--t1); }
}
@media (max-width: 639px) { .bh-67ac-hero-vignette span { display: none; } }

.bh-67ac-hero-bandeau { justify-content: stretch; }
.bh-67ac-hero-haut { flex: 1 1 auto; min-height: 0; margin: 0; }
.bh-67ac-hero-haut img { width: 100%; height: 100%; object-fit: cover; max-width: none; }
.bh-67ac-hero-bande { flex: 0 0 auto; background: var(--c-primaire); color: var(--c-sur-primaire); padding-block: var(--e6); }
.bh-67ac-hero-bande-int { display: grid; gap: var(--e5); align-items: end; }
@media (min-width: 1024px) { .bh-67ac-hero-bande-int { grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); } }
@media (max-width: 1023px) { .bh-67ac-hero-bande .bh-67ac-hero-titres { display: none; } }

.bh-67ac-hero-typo { background: var(--c-fond-2); }
.bh-67ac-hero-typo-int { height: 100%; display: flex; flex-direction: column; justify-content: flex-end; padding-block: var(--e7); }
.bh-67ac-hero-typo .bh-67ac-hero-kicker { color: var(--c-primaire-texte); }
.bh-67ac-home .bh-67ac-hero-geant { font-family: var(--f-titre); font-size: clamp(2.8rem, 10.5vw, 10.5rem); line-height: .92; letter-spacing: -.035em; margin: 0 0 var(--e5); color: var(--c-texte); font-weight: var(--f-graisse-titre); overflow-wrap: anywhere; }
.bh-67ac-hero-typo-bas { display: grid; gap: var(--e5); align-items: end; border-top: 2px solid var(--c-texte); padding-top: var(--e5); }
.bh-67ac-hero-titres-ligne { grid-template-columns: minmax(0, 1fr); }
@media (min-width: 1024px) {
  .bh-67ac-hero-typo-bas { grid-template-columns: minmax(0, 1fr) minmax(0, 2fr) auto; }
  .bh-67ac-hero-titres-ligne { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 1023px) { .bh-67ac-hero-typo .bh-67ac-hero-titres { display: none; } }

/* Boutons posés sur le voile ou la bande primaire : leurs couleurs doivent battre la règle
   générale .bh-67ac-home .bh-67ac-bouton (en !important). Sans cela, un bouton contour gardait l encre
   primaire sur la bande primaire : 1.07 à 3.5 mesurés le 24/09 sur 8 homes hero/v5. */
.bh-67ac-home .bh-67ac-hero-voile .bh-67ac-bouton-1 { background: var(--c-sur-voile) !important; color: var(--c-voile) !important; border: 2px solid var(--c-sur-voile); box-shadow: none; text-decoration: none; }
.bh-67ac-home .bh-67ac-hero-voile .bh-67ac-bouton-2 { background: transparent !important; color: var(--c-sur-voile) !important; border: 2px solid var(--c-sur-voile); box-shadow: none; }
.bh-67ac-home .bh-67ac-hero-bande .bh-67ac-bouton-1 { background: var(--c-sur-primaire) !important; color: var(--c-primaire) !important; border: 2px solid var(--c-sur-primaire); box-shadow: none; text-decoration: none; }
.bh-67ac-home .bh-67ac-hero-bande .bh-67ac-bouton-2 { background: transparent !important; color: var(--c-sur-primaire) !important; border: 2px solid var(--c-sur-primaire); box-shadow: none; }
.bh-67ac-home .bh-67ac-hero-bande :is(h1, h2, p, span, small, strong, li):not(.bh-67ac-bouton, .bh-67ac-bouton *) { color: var(--c-sur-primaire) !important; }

@media (max-width: 639px) {
  .bh-67ac-home .bh-67ac-bloc:not(.bh-67ac-hero) { padding-block: var(--e7); }
  /* Préfixée elle aussi, sinon la règle de forme (0,2,0) la battrait et le texte
     passerait à côté de l'image sur téléphone. */
  .bh-67ac-home .bh-67ac-cs-image-gauche { flex-direction: column; }
  .bh-67ac-cs-image-gauche .bh-67ac-c-media { flex-basis: auto; }
  .bh-67ac-cs-image-gauche .bh-67ac-c-media img { aspect-ratio: 16 / 10; height: auto; min-height: 0; }
  .bh-67ac-home .bh-67ac-hero-accroche { font-size: var(--t1); }
}

/* ─── garde-fous de largeur : une grille ne s'élargit jamais sur le contenu ─── */
.bh-67ac-rail, .bh-67ac-split, .bh-67ac-magazine, .bh-67ac-zigzag, .bh-67ac-bandes, .bh-67ac-pile, .bh-67ac-d-colle .bh-67ac-int, .bh-67ac-split-liste,
.bh-67ac-colle-liste, .bh-67ac-accordeon, .bh-67ac-timeline { grid-template-columns: minmax(0, 1fr); }
.bh-67ac-carte, .bh-67ac-bande, .bh-67ac-acc { overflow-wrap: anywhere; }
.bh-67ac-cs-ligne .bh-67ac-c-corps { min-width: 0; }
@media (min-width: 1024px) {
  .bh-67ac-split { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .bh-67ac-magazine { grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); }
  .bh-67ac-d-colle .bh-67ac-int { grid-template-columns: minmax(0, .85fr) minmax(0, 1.35fr); }
}

/* ─── reprises du 24/09 : bloc par bloc, jamais plus loin ───────────────────
   Chaque règle est portée par l'identifiant du bloc concerné. Les mises en page
   du même type (zigzag, magazine, bento, bandes, split) servent à plusieurs
   blocs : une règle non préfixée les toucherait toutes. */

/* Une : les deux cartes du zigzag ont la hauteur de leur photo, et le texte
   occupe toute la colonne (titre en haut, « Lire l'article » en bas) au lieu de
   laisser le coin bas droit vide. Même traitement que la vedette des articles. */
.bh-67ac-b-une .bh-67ac-cs-image-gauche { align-items: stretch; }
.bh-67ac-b-une .bh-67ac-cs-image-gauche .bh-67ac-c-suite { margin-top: auto; }
@media (min-width: 1024px) {
  .bh-67ac-b-une .bh-67ac-zz .bh-67ac-c-media { flex: 0 0 52%; }
  .bh-67ac-b-une .bh-67ac-zz .bh-67ac-c-media img { aspect-ratio: auto; height: 100%; object-fit: cover; }
}

/* le lien « Lire l article » garde sa flèche sur la même ligne */
.bh-67ac-home .bh-67ac-c-suite { display: inline-flex; align-items: center; gap: .4em; white-space: nowrap; width: fit-content; }

/* ─── retours Cedia 26/09 (revue-auto-moto.com) ─────────────────────────────── */

/* Idées reçues : de vraies cartes (fond, bord, ombre), l'idée barrée d'une croix, la réalité
   cochée ; avant, du texte flottant sans boîte. */
.bh-67ac-home .bh-67ac-cs-idee { padding: 0; gap: 0; border: var(--carte-bord); border-radius: max(var(--r-carte), 6px); box-shadow: var(--o-carte, none); }
.bh-67ac-cs-idee .bh-67ac-ir-faux, .bh-67ac-cs-idee .bh-67ac-ir-vrai { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: var(--e3); padding: var(--e5); align-items: start; }
.bh-67ac-cs-idee .bh-67ac-ir-faux { background: color-mix(in srgb, var(--c-bord) 35%, var(--carte-fond)); border-bottom: 1px solid var(--c-bord); }
.bh-67ac-cs-idee .bh-67ac-ir-vrai { flex: 1; }
.bh-67ac-ir-ico { display: inline-grid; place-items: center; width: 2.25rem; height: 2.25rem; border-radius: 50%; flex: 0 0 auto; }
.bh-67ac-ir-ico svg { width: 1.25rem; height: 1.25rem; }
.bh-67ac-ir-faux .bh-67ac-ir-ico { background: var(--carte-encre-2); color: var(--carte-fond); }
.bh-67ac-ir-vrai .bh-67ac-ir-ico { background: var(--c-primaire); color: var(--c-sur-primaire); }
.bh-67ac-ir-etiquette { display: block; font-size: var(--tm); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--carte-encre-2); margin-bottom: .2em; }
.bh-67ac-ir-vrai .bh-67ac-ir-etiquette { color: var(--carte-lien); }
.bh-67ac-ir-faux .bh-67ac-c-titre { text-decoration: line-through; text-decoration-thickness: 1px; text-decoration-color: color-mix(in srgb, var(--carte-encre) 45%, transparent); }

/* Repères : chaque chiffre a son icône, son sens et son lien (Cedia 26/09 : « un peu vide »). */
.bh-67ac-cs-repere .bh-67ac-rp-ico { display: inline-grid; place-items: center; width: 2.75rem; height: 2.75rem; border-radius: 50%;
  background: color-mix(in srgb, var(--c-primaire) 14%, var(--carte-fond)); color: var(--carte-lien); }
.bh-67ac-cs-repere .bh-67ac-rp-ico svg { width: 1.35rem; height: 1.35rem; }
.bh-67ac-cs-repere .bh-67ac-c-chiffre { font-size: var(--t6); margin-top: var(--e2); }
.bh-67ac-cs-repere .bh-67ac-c-suite { margin-top: auto; }
.bh-67ac-c-vedette.bh-67ac-cs-repere { display: grid; grid-template-columns: auto auto minmax(0, 1fr); column-gap: var(--e5); align-items: center; }
.bh-67ac-c-vedette.bh-67ac-cs-repere > * { margin: 0; }
.bh-67ac-c-vedette.bh-67ac-cs-repere .bh-67ac-c-p, .bh-67ac-c-vedette.bh-67ac-cs-repere .bh-67ac-c-suite { grid-column: 3; }
.bh-67ac-c-vedette.bh-67ac-cs-repere .bh-67ac-c-label { grid-column: 3; font-size: var(--t2); }
.bh-67ac-c-vedette.bh-67ac-cs-repere .bh-67ac-rp-ico { grid-row: 1 / span 3; }
.bh-67ac-c-vedette.bh-67ac-cs-repere .bh-67ac-c-chiffre { grid-row: 1 / span 3; font-size: var(--t7); }
@media (max-width: 639px) {
  .bh-67ac-c-vedette.bh-67ac-cs-repere { grid-template-columns: auto minmax(0, 1fr); }
  .bh-67ac-c-vedette.bh-67ac-cs-repere .bh-67ac-c-chiffre { grid-row: auto; grid-column: 2; font-size: var(--t6); }
  .bh-67ac-c-vedette.bh-67ac-cs-repere :is(.bh-67ac-c-p, .bh-67ac-c-suite, .bh-67ac-c-label) { grid-column: 1 / -1; }
}

/* Avis : cartes citation lisibles, jamais plus étroites que 18rem ; la signature en pied. */
.bh-67ac-home .bh-67ac-cs-citation { gap: var(--e3); }
.bh-67ac-cs-citation .bh-67ac-c-citation p { margin: 0; }
.bh-67ac-cs-citation .bh-67ac-c-signature { margin-top: auto; padding-top: var(--e3); border-top: 1px solid var(--c-bord); }
.bh-67ac-b-avis .bh-67ac-c-vedette .bh-67ac-c-citation { font-size: var(--t3); max-width: 60ch; }
.bh-67ac-b-avis .bh-67ac-grille { align-items: stretch; }

/* Blocs du builder : widgets signature et liant. Meme langue que la banque :
   angles nets, bordure 1px, aucune ombre portee douce, accents --c-*. */

.bh-67ac-logos { position: relative; overflow: hidden; margin-top: var(--e6); border-block: 1px solid var(--c-bord); padding-block: var(--e5); }
.bh-67ac-logos .kv-piste { display: flex; align-items: center; gap: var(--e7); width: max-content; }
.bh-67ac-logo-part { display: inline-flex; align-items: center; justify-content: center; min-width: 9rem; height: 3.25rem; }
.bh-67ac-logo-part img { height: 44px; max-height: 44px; width: auto; max-width: 132px; object-fit: contain; filter: grayscale(1) contrast(1.05); opacity: .72; transition: filter .2s ease, opacity .2s ease; }
.bh-67ac-logo-part:hover img { filter: none; opacity: 1; }

.bh-67ac-calc { margin-top: var(--e6); border: 1px solid var(--c-bord); background: var(--c-surface); }
.bh-67ac-calc-champs { display: grid; grid-template-columns: 1fr; gap: 0; }
@media (min-width: 640px) { .bh-67ac-calc-champs { grid-template-columns: 1fr 1fr; } }
.bh-67ac-champ { display: flex; flex-direction: column; gap: var(--e2); padding: var(--e4); border-bottom: 1px solid var(--c-bord); font-size: .9rem; color: var(--c-texte-2); }
@media (min-width: 640px) { .bh-67ac-champ { border-right: 1px solid var(--c-bord); } .bh-67ac-champ:nth-child(2n) { border-right: 0; } }
.bh-67ac-champ input { font-family: var(--f-texte); font-size: 1.05rem; font-weight: 600; color: var(--c-texte); background: var(--c-fond); border: 1px solid var(--c-bord); border-radius: var(--r-bouton); padding: var(--e2) var(--e3); }
.bh-67ac-champ input:focus-visible { outline: 2px solid var(--c-primaire-texte); outline-offset: 1px; }
.bh-67ac-calc-sorties { display: grid; grid-template-columns: 1fr; gap: 0; border-bottom: 1px solid var(--c-bord); }
@media (min-width: 640px) { .bh-67ac-calc-sorties { grid-template-columns: 1fr 1fr; } }
.bh-67ac-calc-ligne { display: flex; align-items: baseline; justify-content: space-between; gap: var(--e3); margin: 0; padding: var(--e4); border-bottom: 1px solid var(--c-bord); }
@media (min-width: 640px) { .bh-67ac-calc-ligne:nth-child(odd) { border-right: 1px solid var(--c-bord); } }
.bh-67ac-calc-lib { font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; color: var(--c-texte-2); }
.bh-67ac-calc-ligne output { font-family: var(--f-titre); font-weight: 600; font-size: 1.5rem; color: var(--c-primaire-texte); }
.bh-67ac-calc-regle { margin: 0; padding: var(--e4); font-size: .95rem; line-height: 1.6; color: var(--c-texte-2); border-left: 3px solid var(--c-secondaire); background: var(--c-doux); }

.bh-67ac-etapes { display: grid; gap: var(--e6); margin-top: var(--e6); }
@media (min-width: 900px) { .bh-67ac-etapes { grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); align-items: start; } }
.bh-67ac-etapes-visuel { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; border: 1px solid var(--c-bord); border-radius: var(--r-image); position: sticky; top: calc(var(--header-h, 72px) + 1rem); }
.bh-67ac-etapes-visuel.kv-change { opacity: .35; transition: opacity .18s ease; }
.bh-67ac-etapes-liste { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--e3); }
.bh-67ac-etape { border: 1px solid var(--c-bord); background: var(--c-surface); padding: var(--e4) var(--e5); transition: box-shadow .2s ease, border-color .2s ease; }
.bh-67ac-etape.kv-actif { border-color: var(--c-primaire-texte); box-shadow: var(--btn-ombre); }
.bh-67ac-etape .bh-67ac-c-titre { margin: 0 0 var(--e2); font-size: 1.15rem; }
.bh-67ac-etape-p { margin: 0; font-size: .95rem; line-height: 1.6; color: var(--c-texte-2); }

.bh-67ac-aa { position: relative; margin-top: var(--e6); border: 1px solid var(--c-bord); overflow: hidden; aspect-ratio: 3 / 2; }
.bh-67ac-aa img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bh-67ac-aa-note { margin: var(--e3) 0 0; font-size: .85rem; color: var(--c-texte-2); }
.bh-67ac-aa-resultat { margin-top: var(--e5); border: 1px solid var(--c-bord); background: var(--c-doux); padding: var(--e5); }
.bh-67ac-aa-resultat .bh-67ac-c-chiffre { margin: 0; font-family: var(--f-titre); font-weight: 600; font-size: 2.4rem; color: var(--c-primaire-texte); line-height: 1; }
.bh-67ac-aa-resultat .bh-67ac-c-label { margin: var(--e2) 0 0; font-size: .95rem; color: var(--c-texte-2); }

.bh-67ac-cta { margin-top: var(--e6); display: grid; gap: var(--e6); }
@media (min-width: 768px) { .bh-67ac-cta { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; } }
.bh-67ac-cta-actions { display: flex; flex-wrap: wrap; gap: var(--e4); }
.bh-67ac-cta-coord { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--e2); font-size: .95rem; color: var(--c-texte-2); }
.bh-67ac-cta-coord li { border-left: 3px solid var(--c-secondaire); padding-left: var(--e4); }

.bh-67ac-lottie { width: 96px; height: 96px; margin: 0 0 var(--e4); }
.bh-67ac-lottie svg { width: 100%; height: 100%; }

@media (prefers-reduced-motion: reduce) {
  .bh-67ac-etapes-visuel { position: static; }
  .bh-67ac-logo-part img { transition: none; }
}

/* Hero pleine hauteur : 100svh moins le header et le bandeau, aux trois largeurs. */
.bh-67ac-hero { width: 100vw; height: calc(100svh - var(--header-h, 64px) - var(--bandeau-h, 0px)); }

/* ───────── corrections du 25/09 : hero, bande de logos, lottie ───────── */

/* hero : le cartouche blanc du haut devient un vrai badge de presse (fond voile, jamais blanc opaque) */
.bh-67ac-marque-site {
  background: var(--c-voile); color: var(--c-sur-voile);
  border: 2px solid var(--c-voile); border-left: 6px solid var(--c-secondaire);
  border-radius: var(--r-bouton);
}
.bh-67ac-marque-site span { color: var(--c-secondaire) !important; }

/* hero : les deux boutons du theme sous l accroche (plein #7be51a, contour sans ombre) */
.bh-67ac-hero-actions { display: flex; flex-wrap: wrap; gap: var(--e3); margin-top: var(--e5); }
.bh-67ac-home .bh-67ac-hero-voile .bh-67ac-bouton-1 {
  background: var(--btn-fond) !important; color: var(--btn-texte) !important;
  border: var(--btn-bord); box-shadow: var(--btn-ombre); text-decoration: none;
}
.bh-67ac-home .bh-67ac-hero-voile .bh-67ac-bouton-2 {
  background: transparent !important; color: var(--c-sur-voile) !important;
  border: 2px solid var(--c-sur-voile); box-shadow: none; text-decoration: none;
}
/* la liste des derniers titres passe en bas a gauche, sous l accroche */
@media (min-width: 1024px) {
  .bh-67ac-hero-plein-cadre .bh-67ac-hero-bas { grid-template-columns: minmax(0, 1fr); }
  .bh-67ac-hero-plein-cadre .bh-67ac-hero-titres { max-width: 48ch; }
}

/* bande de logos : une hauteur optique unique, gris uniforme, bloc court (py-14 du theme) */
.bh-67ac-home .bh-67ac-bloc.bh-67ac-b-partenaires { min-height: 0; padding-block: 3.5rem; }
.bh-67ac-logos { margin-top: var(--e5); padding-block: var(--e4); }
.bh-67ac-logos .kv-piste { gap: var(--e7); animation-duration: 46s; }
.bh-67ac-logo-part { min-width: 0; height: auto; }
.bh-67ac-logo-part img {
  height: 44px; max-height: 44px; width: auto; max-width: 132px;
  filter: grayscale(1) contrast(1.02); opacity: .68;
}
@media (max-width: 639px) { .bh-67ac-logo-part img { height: 44px; max-height: 44px; } }

/* lottie decoratif de la methode : ramene dans la colonne de contenu, jamais coupe par le bord */
.bh-67ac-home .bh-67ac-b-methode > .bh-67ac-lottie {
  width: 96px; height: 96px;
  margin-block: 0 var(--e5);
  margin-inline: max(var(--e5), calc((100% - var(--largeur)) / 2)) auto;
}

/* ───────── corrections du 25/09 (tour 3) : liste du hero, logos, etapes, rubriques, contraste ───────── */

/* Hero : la liste des derniers titres reste dans la composition du hero, du bureau au mobile
   (elle etait retiree sous 1024 px). Compacte sur mobile, date + titre, une ligne par titre. */
@media (max-width: 1023px) {
  .bh-67ac-hero-plein-cadre .bh-67ac-hero-titres { display: grid; max-width: none; }
  .bh-67ac-hero-voile { padding-block: var(--e5); }
  .bh-67ac-hero-bas { gap: var(--e5); }
  .bh-67ac-home .bh-67ac-hero-accroche { font-size: 1rem; margin-bottom: var(--e4); }
  .bh-67ac-hero-actions { margin-top: var(--e4); }
  .bh-67ac-hero-titres { gap: var(--e2); }
  .bh-67ac-hero-titres a { padding-top: var(--e2); }
  .bh-67ac-hero-titres span:last-child { font-weight: 600; font-size: .95rem; line-height: 1.35; }
  .bh-67ac-hero-date { font-size: .72rem; }
}

/* Bande de logos : hauteur optique identique pour tous, gris uniforme, ecart regulier,
   aucun logo coupe au repos, defile lent et continu, bloc a la hauteur du theme. */
.bh-67ac-home .bh-67ac-bloc.bh-67ac-b-partenaires { min-height: 0; padding-block: 3.5rem; }
.bh-67ac-home .bh-67ac-logos { padding-inline: var(--e5); }
.bh-67ac-home .bh-67ac-logos .kv-piste { gap: 3.5rem; animation-duration: 60s; }
.bh-67ac-home .bh-67ac-logos .bh-67ac-logo-part { min-width: 0; height: auto; }
.bh-67ac-home .bh-67ac-logos .bh-67ac-logo-part img {
  height: 44px; max-height: 44px; width: auto; max-width: 132px;
  object-fit: contain; filter: grayscale(1); opacity: .7;
}

/* Etapes : l etape active ressort par sa bordure, plus par l opacite du texte
   (les etapes 1 a 4 tombaient a 50 % d opacite, contraste 2:1). */
.bh-67ac-etape, [data-etape].bh-67ac-etape { opacity: 1; transform: none; }
.bh-67ac-etape .bh-67ac-c-titre { color: var(--c-texte); }
.bh-67ac-etape-p { color: var(--c-texte-2); }
.bh-67ac-etape.kv-actif { border-color: var(--c-primaire-texte); border-left: 4px solid var(--c-primaire-texte); box-shadow: var(--btn-ombre); }

/* Rubriques : cartes a vignette, bordure franche, angles nets, aucune ombre portee. */
.bh-67ac-grille-rubriques { align-items: stretch; }
.bh-67ac-c-rubrique { display: flex; flex-direction: column; height: 100%; }
.bh-67ac-c-rubrique .bh-67ac-c-media { flex: 0 0 auto; }
.bh-67ac-c-rubrique .bh-67ac-c-img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
.bh-67ac-c-rubrique .bh-67ac-c-corps { display: flex; flex-direction: column; gap: var(--e2); flex: 1 1 auto; }
.bh-67ac-c-rubrique .bh-67ac-c-kicker { display: inline-flex; align-items: center; gap: .35rem; color: var(--c-primaire-texte) !important; }
.bh-67ac-c-rubrique .bh-67ac-c-kicker svg { flex: 0 0 auto; }
.bh-67ac-c-rubrique .bh-67ac-c-titre { margin: 0; }
.bh-67ac-c-rubrique .bh-67ac-c-meta { margin: 0; }
.bh-67ac-c-rubrique .bh-67ac-c-suite { margin-top: auto; }

/* Contraste du bouton-lien auteur : .bh-67ac-home a { color: inherit !important } faisait heriter
   l encre claire de la carte sur le fond du bouton (1.26 mesure en mode sombre). */
.bh-67ac-home a.la-lien-principal { color: var(--btn-texte, #1e2914) !important; }
.bh-67ac-home a.la-lien:not(.la-lien-principal) { color: var(--carte-lien, var(--c-primaire-texte, #137c2a)) !important; }

/* Bande de logos (precisions) : les sources OpenBrand sont carrees et tres padees
   (152x152, 180x180) : a 30 px de haut elles tombaient a 30 px de large, illisibles.
   Hauteur optique unique de 44 px, meme caisse pour tous, gris uniforme, ecart de 56 px. */
.bh-67ac-home .bh-67ac-logos { padding-inline: var(--e5); }
.bh-67ac-home .bh-67ac-logos[data-defile] {
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 3%, #000 97%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 3%, #000 97%, transparent 100%);
}
.bh-67ac-home .bh-67ac-logos .kv-piste { gap: 3.5rem; animation-duration: 60s; }
.bh-67ac-home .bh-67ac-logos .bh-67ac-logo-part {
  min-width: 0; height: 44px; display: inline-flex; align-items: center; justify-content: center;
}
.bh-67ac-home .bh-67ac-logos .bh-67ac-logo-part img {
  height: 44px; max-height: 44px; width: auto; max-width: 132px;
  object-fit: contain; filter: grayscale(1); opacity: .7;
}

/* Bande de logos (dernieres precisions du portier) : bloc court, defile continu. */
.bh-67ac-home .bh-67ac-bloc.bh-67ac-b-partenaires .bh-67ac-entete { margin-bottom: 0; }
.bh-67ac-home .bh-67ac-logos { margin-top: var(--e5); padding-block: 1rem; }
.bh-67ac-home .bh-67ac-logos .kv-piste { gap: 3.5rem; animation-duration: 60s; }
/* aucun animation-play-state: paused : la boucle reste continue au survol */
.bh-67ac-home .bh-67ac-logos[data-defile]:hover .kv-piste,
.bh-67ac-home .bh-67ac-logos[data-defile] .kv-piste:hover { animation-play-state: running; }

/* Bande de logos : bloc ramene a la hauteur du theme (260-300 px), sans toucher aux logos. */
.bh-67ac-home .bh-67ac-b-partenaires .bh-67ac-entete { max-width: none; }
.bh-67ac-home .bh-67ac-b-partenaires .bh-67ac-h2 { margin-bottom: var(--e2); }
.bh-67ac-home .bh-67ac-b-partenaires .bh-67ac-logos { margin-top: var(--e4); padding-block: .5rem; }
.bh-67ac-home .bh-67ac-b-partenaires { padding-block: 3.25rem; }
.bh-67ac-home .bh-67ac-b-partenaires .bh-67ac-intro { font-size: .95rem; line-height: 1.45; margin-top: 0; }
.bh-67ac-home .bh-67ac-b-partenaires .bh-67ac-h2 { margin-bottom: 0; }

/* ── accordeon FAQ : chevron Lucide qui pivote, aucun triangle natif ── */
.bh-67ac-acc summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: var(--e3); }
.bh-67ac-acc summary::-webkit-details-marker { display: none; }
.bh-67ac-acc-chev { flex: 0 0 auto; transition: transform .2s ease; }
.bh-67ac-acc[open] .bh-67ac-acc-chev { transform: rotate(180deg); }
/* ── avant / apres : la meme voiture, deux etats, badges lisibles ── */
/* L'encre des badges : un aplat sombre, identique dans les deux modes. */
.bh-67ac-aa { --c-encre-badge: #0f1a12; }
.bh-67ac-aa-badge { position: absolute; top: var(--e3); z-index: 2; pointer-events: none;
  padding: .3rem .7rem; font-family: var(--f-texte); font-weight: 600; font-size: .8rem; letter-spacing: .06em;
  text-transform: uppercase; background: var(--c-encre-badge); color: #fff; border: 1px solid #fff;
  box-shadow: none; border-radius: 0; }
.bh-67ac-aa-badge-avant { left: var(--e3); }
.bh-67ac-aa-badge-apres { right: var(--e3); }
@media (prefers-reduced-motion: reduce) { .bh-67ac-acc-chev { transition: none; } }

/* ─── rubriques : les cinq cartes portent le meme contenu, vignette en 3:2 ───
   Les cartes de la grille etaient en forme « image a gauche » : la photo
   s'etirait a la hauteur du texte (donc en portrait) et la carte se lisait
   comme une simple vignette. Elles passent en carte verticale, texte sous la
   photo, ratio 3:2 impose meme contre .bh-67ac-cs-image-gauche .bh-67ac-c-media img. */
.bh-67ac-home .bh-67ac-grille-rubriques .bh-67ac-c-rubrique { flex-direction: column; }
.bh-67ac-home .bh-67ac-grille-rubriques .bh-67ac-c-rubrique .bh-67ac-c-media { flex: 0 0 auto; align-self: stretch; }
.bh-67ac-home .bh-67ac-grille-rubriques .bh-67ac-c-rubrique .bh-67ac-c-media img {
  display: block; width: 100%; height: auto; min-height: 0; aspect-ratio: 3 / 2; object-fit: cover;
}
.bh-67ac-home .bh-67ac-grille-rubriques .bh-67ac-c-rubrique .bh-67ac-c-corps { padding: var(--e4) var(--e5) var(--e5); }

/* ─── idees recues : chaque carte porte une etiquette et sa mesure ───
   L'etiquette « Idee recue » est en encre de lien, la ligne de mesure en encre
   secondaire, separee par un filet : aucune carte n'est plus un mur de texte. */
.bh-67ac-home .bh-67ac-cs-qr .bh-67ac-ir-badge,
.bh-67ac-home .bh-67ac-cs-qr .bh-67ac-ir-mesure { display: inline-flex; align-items: flex-start; gap: .45rem; margin: 0; }
.bh-67ac-home .bh-67ac-cs-qr .bh-67ac-ir-badge { color: var(--carte-lien) !important; }
.bh-67ac-home .bh-67ac-cs-qr .bh-67ac-ir-badge svg,
.bh-67ac-home .bh-67ac-cs-qr .bh-67ac-ir-mesure svg { flex: 0 0 auto; margin-top: .15em; }
.bh-67ac-home .bh-67ac-cs-qr .bh-67ac-ir-mesure {
  color: var(--carte-encre-2) !important; border-top: 1px solid var(--c-bord); padding-top: var(--e3); margin-top: auto;
}
@media (prefers-reduced-motion: reduce) { .bh-67ac-c-rubrique, .bh-67ac-cs-qr { transition: none; } }

/* ═══════════ corrections du 26/09 (tour 6) ═══════════
   Trois blocs de la home : les cinq etapes portent chacune leur photo et leur
   numero (plus de colonne visuelle a moitie vide), les etoiles des avis sont
   des SVG Lucide et non plus le caractere ★, et le curseur avant / apres
   devient une poignee visible et glissable. */

/* ── etapes photo : une photo 3:2, un numero et un texte par etape ── */
.bh-67ac-home .bh-67ac-etapes { grid-template-columns: minmax(0, 1fr); gap: var(--e5); }
.bh-67ac-home .bh-67ac-etapes-liste { gap: var(--e4); }
.bh-67ac-home .bh-67ac-etape {
  display: grid; grid-template-columns: minmax(0, 1fr); padding: 0; overflow: hidden;
  border: 1px solid var(--c-bord); background: var(--c-surface);
}
@media (min-width: 700px) {
  .bh-67ac-home .bh-67ac-etape { grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); }
}
.bh-67ac-home .bh-67ac-etape-media { position: relative; display: block; }
.bh-67ac-home .bh-67ac-etape-media img {
  display: block; width: 100%; height: 100%; min-height: 0;
  aspect-ratio: 3 / 2; object-fit: cover; border-radius: 0;
}
.bh-67ac-home .bh-67ac-etape-num {
  position: absolute; top: 0; left: 0; margin: 0; padding: .3rem .7rem;
  font-family: var(--f-titre); font-weight: 600; font-size: 1.05rem; line-height: 1.2;
  letter-spacing: .04em; background: var(--c-voile); color: var(--c-sur-voile);
  border-right: 4px solid var(--c-secondaire);
}
.bh-67ac-home .bh-67ac-etape-corps {
  display: flex; flex-direction: column; justify-content: center;
  padding: var(--e4) var(--e5) var(--e5);
}
.bh-67ac-home .bh-67ac-etape .bh-67ac-c-titre { margin: 0 0 var(--e2); font-size: 1.15rem; }

/* ── avis : etoiles Lucide (etoile pleine, etoile manquante en creux clair) ── */
.bh-67ac-home .bh-67ac-etoiles {
  display: inline-flex; align-items: center; gap: .2rem;
  margin: 0 0 var(--e3); letter-spacing: 0; font-size: 0;
}
.bh-67ac-home .bh-67ac-etoiles .bh-67ac-etoile { flex: 0 0 auto; color: var(--c-primaire); stroke: var(--c-primaire-texte); }
.bh-67ac-home .bh-67ac-etoiles .bh-67ac-etoile-vide { color: transparent; stroke: var(--c-primaire-texte); opacity: .38; }

/* ── avant / apres : la poignee du curseur, carree et a chevrons Lucide ── */
.bh-67ac-home .bh-67ac-aa { --c-encre-badge: var(--c-voile); }
.bh-67ac-aa-curseur {
  position: absolute; inset: 0; z-index: 4; width: 100%; height: 100%; margin: 0;
  opacity: 0; cursor: ew-resize; touch-action: none;
  -webkit-appearance: none; appearance: none; background: transparent; border: 0;
}
.bh-67ac-aa-poignee {
  position: absolute; top: 50%; left: var(--kv-coupe, 50%); transform: translate(-50%, -50%);
  z-index: 3; pointer-events: none; display: flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; border-radius: 0;
  background: var(--c-surface); color: var(--c-texte);
  border: 2px solid var(--c-texte);
}
.bh-67ac-aa-curseur:focus-visible ~ .bh-67ac-aa-poignee {
  outline: 3px solid var(--c-secondaire); outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) { .bh-67ac-aa-poignee { transition: none; } }

.bh-67ac-home .bh-67ac-bloc.bh-67ac-hero { min-height: calc(100svh - var(--header-h)); }

/* 26/09/2026 — portier : « icone_chassee » sur le lien de la carte vedette.
   Le lien « Voir la rubrique » de la vedette etait element flex etire a la hauteur
   de la carte (349 px mesure) ; l icone, centree dans ce cadre, tombait 166 px sous
   la ligne du texte. On rend au lien sa hauteur de contenu : l icone reste sur la
   ligne du texte, et le lien pousse en bas par margin-top:auto ne bouge pas. */
.bh-67ac-c-suite { align-self: flex-start; height: auto; max-height: none; }
