/* ==========================================================================
   Subvella, feuille de style unique
   Vocabulaire de nommage: le classeur de financement monte a la main.
   barreau, marque, cran, panneau, lame, chemise, volet, souche, guichet,
   gommette, feuillet, onglet, pochette, pied.
   Mode clair integral, aucune variante sombre.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Variables
   -------------------------------------------------------------------------- */
:root {
  --craie: #FCFAF4;
  --miel-dilue: #FBF3DF;
  --surface: #FFFFFF;
  --encre: #241B10;
  --encre-douce: #6B5A42;
  --vermillon: #B3241A;
  --vermillon-fonce: #98180F;
  --vermillon-sombre: #7A1108;
  --sur-vermillon: #FFFCF5;
  --miel: #E0A21C;
  --miel-pale: #F6E4B4;
  --bordure: #E4D9C2;
  --bordure-nette: #D4C4A4;

  --titre: "Rokkitt", "Bitter", Georgia, serif;
  --courant: "Cabin", "Segoe UI", Helvetica, Arial, sans-serif;
  --etiquette: "IBM Plex Mono", "Courier New", monospace;

  --biseau: 18px;
  --biseau-court: 10px;
  --gouttiere: 28px;
  --largeur: 1220px;
  --lisiere: clamp(1.1rem, 4vw, 3rem);

  --courbe-sortie: cubic-bezier(0.16, 0.84, 0.28, 1);
  --courbe-volet: cubic-bezier(0.34, 0.02, 0.16, 1);

  /* Trois decoupes de papier dechire, jamais symetriques, alternees d une
     section a l autre. Bord bas. */
  --dechire-bas-1: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 24" preserveAspectRatio="none"><path fill="%23000" d="M0 0 H1200 V14 L1152 7 L1104 18 L1056 10 L1008 22 L960 9 L912 13 L864 6 L816 17 L768 11 L720 20 L672 8 L624 15 L576 12 L528 23 L480 10 L432 16 L384 7 L336 19 L288 13 L240 9 L192 21 L144 12 L96 17 L48 8 L0 14 Z"/></svg>');
  --dechire-bas-2: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 24" preserveAspectRatio="none"><path fill="%23000" d="M0 0 H1200 V9 L1152 16 L1104 11 L1056 21 L1008 7 L960 14 L912 19 L864 10 L816 23 L768 12 L720 8 L672 17 L624 13 L576 20 L528 9 L480 15 L432 22 L384 11 L336 16 L288 7 L240 18 L192 12 L144 21 L96 10 L48 14 L0 19 Z"/></svg>');
  --dechire-bas-3: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 24" preserveAspectRatio="none"><path fill="%23000" d="M0 0 H1200 V18 L1152 11 L1104 7 L1056 20 L1008 13 L960 9 L912 16 L864 22 L816 10 L768 14 L720 8 L672 19 L624 12 L576 17 L528 7 L480 21 L432 15 L384 10 L336 23 L288 13 L240 9 L192 18 L144 11 L96 16 L48 20 L0 8 Z"/></svg>');
  /* Bord haut. */
  --dechire-haut-1: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 24" preserveAspectRatio="none"><path fill="%23000" d="M0 24 H1200 V10 L1152 17 L1104 6 L1056 14 L1008 2 L960 15 L912 11 L864 18 L816 7 L768 13 L720 4 L672 16 L624 9 L576 12 L528 1 L480 14 L432 8 L384 17 L336 5 L288 11 L240 15 L192 3 L144 12 L96 7 L48 16 L0 10 Z"/></svg>');
  --dechire-haut-2: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 24" preserveAspectRatio="none"><path fill="%23000" d="M0 24 H1200 V15 L1152 8 L1104 13 L1056 3 L1008 17 L960 10 L912 5 L864 14 L816 1 L768 12 L720 16 L672 7 L624 11 L576 4 L528 15 L480 9 L432 2 L384 13 L336 8 L288 17 L240 6 L192 12 L144 3 L96 14 L48 10 L0 5 Z"/></svg>');
}

/* --------------------------------------------------------------------------
   2. Socle
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--craie);
  color: var(--encre);
  font-family: var(--courant);
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.68;
  font-feature-settings: "tnum" 0;
  overflow-x: hidden;
}

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

h1, h2, h3, h4 {
  font-family: var(--titre);
  letter-spacing: -0.015em;
  line-height: 1.08;
  margin: 0 0 0.6em;
  text-align: left;
}
h1 { font-size: 3.4rem; font-weight: 700; }
h2 { font-size: 2.1rem; font-weight: 600; }
h3 { font-size: 1.3rem; font-weight: 600; }
h4 { font-size: 1.08rem; font-weight: 600; }

p { margin: 0 0 1.05em; max-width: 68ch; }
ul, ol { margin: 0 0 1.05em; padding-left: 1.15em; }
li { margin-bottom: 0.45em; }

a { color: var(--vermillon-fonce); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--vermillon-sombre); }

strong { font-weight: 700; }

.petit { font-size: 0.86rem; line-height: 1.6; color: var(--encre-douce); }

:focus-visible {
  outline: 3px solid var(--miel);
  outline-offset: 3px;
}

.evitement {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--vermillon);
  color: var(--sur-vermillon);
  font-family: var(--etiquette);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 12px 20px;
  z-index: 400;
}
.evitement:focus { left: 12px; top: 12px; }

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

/* --------------------------------------------------------------------------
   3. Elements de vocabulaire reutilises
   -------------------------------------------------------------------------- */
.chemise {
  width: 100%;
  max-width: var(--largeur);
  margin: 0 auto;
  padding-left: var(--lisiere);
  padding-right: var(--lisiere);
}

.surtitre {
  font-family: var(--etiquette);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--encre-douce);
  display: block;
  margin: 0 0 0.9rem;
  padding-top: 14px;
  position: relative;
}
.surtitre::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 28px; height: 2px;
  background: var(--miel);
}

.mono { font-family: var(--etiquette); font-variant-numeric: tabular-nums; }

.chiffre-cle {
  font-family: var(--etiquette);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: var(--encre);
}

/* Le biseau d onglet, forme signature */
.biseau {
  clip-path: polygon(var(--biseau) 0, 100% 0, 100% 100%, 0 100%, 0 var(--biseau));
  position: relative;
}
.biseau--file::after {
  content: "";
  position: absolute;
  inset: 3px;
  border: 2px solid var(--miel);
  clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
  pointer-events: none;
}

/* Le bord de papier dechire, motif signature */
.souche-bas {
  -webkit-mask-image: linear-gradient(#000, #000), var(--dechire-bas-1);
  mask-image: linear-gradient(#000, #000), var(--dechire-bas-1);
  -webkit-mask-size: 100% calc(100% - 24px), 100% 24px;
  mask-size: 100% calc(100% - 24px), 100% 24px;
  -webkit-mask-position: top left, bottom left;
  mask-position: top left, bottom left;
  -webkit-mask-repeat: no-repeat, no-repeat;
  mask-repeat: no-repeat, no-repeat;
}
.souche-bas--2 {
  -webkit-mask-image: linear-gradient(#000, #000), var(--dechire-bas-2);
  mask-image: linear-gradient(#000, #000), var(--dechire-bas-2);
}
.souche-bas--3 {
  -webkit-mask-image: linear-gradient(#000, #000), var(--dechire-bas-3);
  mask-image: linear-gradient(#000, #000), var(--dechire-bas-3);
}
.souche-double {
  -webkit-mask-image: var(--dechire-haut-1), linear-gradient(#000, #000), var(--dechire-bas-2);
  mask-image: var(--dechire-haut-1), linear-gradient(#000, #000), var(--dechire-bas-2);
  -webkit-mask-size: 100% 24px, 100% calc(100% - 48px), 100% 24px;
  mask-size: 100% 24px, 100% calc(100% - 48px), 100% 24px;
  -webkit-mask-position: top left, center, bottom left;
  mask-position: top left, center, bottom left;
  -webkit-mask-repeat: no-repeat, no-repeat, no-repeat;
  mask-repeat: no-repeat, no-repeat, no-repeat;
}
.souche-haut {
  -webkit-mask-image: var(--dechire-haut-2), linear-gradient(#000, #000);
  mask-image: var(--dechire-haut-2), linear-gradient(#000, #000);
  -webkit-mask-size: 100% 24px, 100% calc(100% - 24px);
  mask-size: 100% 24px, 100% calc(100% - 24px);
  -webkit-mask-position: top left, bottom left;
  mask-position: top left, bottom left;
  -webkit-mask-repeat: no-repeat, no-repeat;
  mask-repeat: no-repeat, no-repeat;
}

/* Fibres de papier suggerees sous la decoupe */
.fibres { position: relative; }
.fibres::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -3px;
  height: 3px;
  background: linear-gradient(90deg, rgba(224,162,28,0) 0%, rgba(224,162,28,0.55) 18%, rgba(224,162,28,0.18) 47%, rgba(224,162,28,0.6) 72%, rgba(224,162,28,0) 100%);
  pointer-events: none;
}

/* --------------------------------------------------------------------------
   4. Boutons
   -------------------------------------------------------------------------- */
.bouton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 30px;
  font-family: var(--courant);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  position: relative;
  clip-path: polygon(var(--biseau) 0, 100% 0, 100% 100%, 0 100%, 0 var(--biseau));
  transition: background-color 180ms var(--courbe-sortie), transform 120ms linear, color 180ms linear;
}
.bouton--vermillon {
  background: var(--vermillon);
  color: var(--sur-vermillon);
}
.bouton--vermillon:hover {
  background: var(--vermillon-fonce);
  color: var(--sur-vermillon);
}
.bouton--vermillon:hover .bouton__mot::after { transform: scaleX(1); }
.bouton--craie {
  background: var(--surface);
  color: var(--encre);
  box-shadow: inset 0 0 0 1.5px var(--bordure-nette);
}
.bouton--craie:hover {
  background: var(--miel-dilue);
  color: var(--encre);
  box-shadow: inset 0 0 0 1.5px var(--vermillon);
}
.bouton:active { transform: translateY(1px); }
.bouton:focus-visible { outline: 3px solid var(--miel); outline-offset: 3px; }

.bouton__mot { position: relative; display: inline-block; }
.bouton__mot::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -6px;
  height: 3px;
  background: var(--miel);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 200ms var(--courbe-sortie);
}
.bouton--large { width: 100%; }

/* --------------------------------------------------------------------------
   5. En tete: le barreau du classeur
   -------------------------------------------------------------------------- */
.barreau {
  position: relative;
  z-index: 120;
  background: var(--craie);
  border-bottom: 1px solid transparent;
}
.barreau__rail {
  display: flex;
  align-items: center;
  gap: 22px;
  height: 84px;
  transition: height 240ms var(--courbe-sortie);
}
.barreau.est-collee {
  position: fixed;
  top: 0; left: 0; right: 0;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(6px);
}
.barreau.est-collee .barreau__rail { height: 62px; }
.barreau.est-collee::after {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 100%;
  height: 12px;
  background: rgba(255, 255, 255, 0.96);
  -webkit-mask-image: var(--dechire-bas-3);
  mask-image: var(--dechire-bas-3);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.cale-barreau { display: none; }
.cale-barreau.est-active { display: block; height: 84px; }

.marque {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--encre);
  flex: 0 0 auto;
}
.marque__bloc { width: 40px; height: 40px; flex: 0 0 40px; }
.marque__mot {
  font-family: var(--titre);
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: -0.03em;
  line-height: 1;
}

.gouvernail { margin-left: auto; display: flex; align-items: center; gap: 26px; }

.crans { display: flex; align-items: center; gap: 22px; list-style: none; margin: 0; padding: 0; }
.cran {
  font-family: var(--etiquette);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--encre);
  text-decoration: none;
  padding: 6px 2px;
  position: relative;
}
.cran::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 2px;
  background: var(--miel);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 200ms var(--courbe-sortie);
}
.cran:hover { color: var(--vermillon-fonce); }
.cran:hover::after, .cran:focus-visible::after { transform: scaleX(1); }

.declic {
  display: none;
  width: 48px; height: 48px;
  background: var(--surface);
  border: 1.5px solid var(--bordure-nette);
  cursor: pointer;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  clip-path: polygon(var(--biseau-court) 0, 100% 0, 100% 100%, 0 100%, 0 var(--biseau-court));
}
.declic span { display: block; width: 22px; height: 2px; background: var(--miel); }
.declic span:nth-child(2) { width: 16px; }
.declic span:nth-child(3) { width: 26px; }

.panneau {
  position: fixed;
  inset: 0;
  background: var(--craie);
  z-index: 300;
  padding: 26px var(--lisiere) 40px;
  display: none;
  overflow-y: auto;
}
.panneau.est-ouvert { display: block; }
.panneau__haut { display: flex; align-items: center; justify-content: space-between; margin-bottom: 34px; }
.panneau__fermer {
  width: 48px; height: 48px;
  background: var(--surface);
  border: 1.5px solid var(--bordure-nette);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  color: var(--encre);
  clip-path: polygon(var(--biseau-court) 0, 100% 0, 100% 100%, 0 100%, 0 var(--biseau-court));
}
.panneau__liste { list-style: none; margin: 0 0 30px; padding: 0; border-top: 1px solid var(--bordure); }
.panneau__liste li { margin: 0; border-bottom: 1px solid var(--bordure); }
.panneau__liste a {
  display: block;
  padding: 17px 4px;
  font-family: var(--titre);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--encre);
  text-decoration: none;
}
.panneau__liste a:hover { color: var(--vermillon-sombre); }
.panneau__rang {
  font-family: var(--etiquette);
  font-size: 0.72rem;
  color: var(--encre-douce);
  letter-spacing: 0.12em;
  margin-right: 12px;
}

/* --------------------------------------------------------------------------
   6. Hero: accordeon horizontal a volets
   -------------------------------------------------------------------------- */
.classeur-hero { background: var(--craie); position: relative; }

.accordeon {
  display: flex;
  align-items: stretch;
  min-height: 660px;
  border-top: 1px solid var(--bordure);
  border-bottom: 1px solid var(--bordure);
}
.lame {
  position: relative;
  border-right: 1px solid var(--bordure);
  background: var(--craie);
  flex: 0 1 92px;
  min-width: 92px;
  overflow: hidden;
  transition: flex-basis 620ms var(--courbe-volet), flex-grow 620ms var(--courbe-volet), background-color 300ms linear;
}
.lame:first-child { border-left: 1px solid var(--bordure); }
.lame.est-ouverte { flex: 1 1 58%; background: var(--surface); }

.lame__tranche {
  position: absolute;
  top: 0; left: 0;
  width: 92px;
  height: 100%;
  background: transparent;
  border: 0;
  padding: 26px 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  font-family: var(--etiquette);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--encre-douce);
  z-index: 3;
}
.lame__tranche:hover { color: var(--vermillon-fonce); }
.lame__rang {
  width: 26px; height: 26px;
  flex: 0 0 26px;
  background: var(--miel-dilue);
  color: var(--encre);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.7rem;
  clip-path: polygon(var(--biseau-court) 0, 100% 0, 100% 100%, 0 100%, 0 var(--biseau-court));
}
.lame.est-ouverte .lame__rang { background: var(--vermillon); color: var(--sur-vermillon); }
.lame.est-ouverte .lame__tranche { color: var(--encre); }
.lame__intitule { writing-mode: vertical-rl; text-orientation: mixed; }
.lame__filet {
  margin-top: auto;
  width: 2px;
  height: 46px;
  background: var(--miel);
}

.lame__corps {
  opacity: 0;
  visibility: hidden;
  height: 100%;
  padding: 56px 44px 56px 132px;
  transition: opacity 300ms linear, visibility 0s linear 620ms;
}
.lame.est-ouverte .lame__corps {
  opacity: 1;
  visibility: visible;
  transition: opacity 460ms var(--courbe-sortie) 200ms, visibility 0s linear 0s;
}

.lame--principale .lame__corps {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 290px);
  gap: 44px;
  align-items: center;
  align-content: center;
}

.hero__titre { margin-bottom: 0.45em; max-width: 16ch; }
.hero__promesse { font-size: 1.1rem; color: var(--encre-douce); max-width: 54ch; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 26px 0 30px; }

.reassurance {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  border-top: 1px solid var(--bordure);
  padding-top: 20px;
  max-width: 56ch;
}
.reassurance__nombre {
  font-family: var(--etiquette);
  font-size: 1.7rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: var(--encre);
  background: var(--miel-dilue);
  padding: 6px 12px;
  line-height: 1.2;
  clip-path: polygon(var(--biseau-court) 0, 100% 0, 100% 100%, 0 100%, 0 var(--biseau-court));
}
.reassurance__texte { font-size: 0.93rem; color: var(--encre-douce); margin: 0; }

/* Volet vertical de la photographie, arrache en bas */
.hero__vue {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--bordure);
  border-bottom: 0;
  padding: 8px 8px 0;
}
.cadre-photo { position: relative; overflow: hidden; }
.cadre-photo img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  -webkit-mask-image: linear-gradient(#000, #000), var(--dechire-bas-3);
  mask-image: linear-gradient(#000, #000), var(--dechire-bas-3);
  -webkit-mask-size: 100% calc(100% - 20px), 100% 20px;
  mask-size: 100% calc(100% - 20px), 100% 20px;
  -webkit-mask-position: top left, bottom left;
  mask-position: top left, bottom left;
  -webkit-mask-repeat: no-repeat, no-repeat;
  mask-repeat: no-repeat, no-repeat;
}
.cadre-photo__voile {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(224,162,28,0.12) 0%, rgba(224,162,28,0) 42%), rgba(252,250,244,0.08);
  pointer-events: none;
}
.cadre-photo__trainee { position: absolute; inset: 0; opacity: 0; pointer-events: none; }
.cadre-photo__trainee img { height: 420px; }
.hero__vue figcaption {
  font-family: var(--etiquette);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--encre-douce);
  padding: 14px 2px 12px;
  line-height: 1.5;
}

/* Signature d animation: zoom avec flou de mouvement sur le hero */
.zoom-flou .cadre-photo img { animation: entree-zoom 880ms var(--courbe-sortie) both; }
.zoom-flou .cadre-photo__trainee { animation: trainee 620ms linear both; }
@keyframes entree-zoom {
  from { transform: scale(1.12) translateX(14px); filter: blur(8px); }
  to   { transform: scale(1) translateX(0); filter: blur(0); }
}
@keyframes trainee {
  from { opacity: 0.18; transform: translateX(10px) scale(1.1); filter: blur(14px); }
  to   { opacity: 0; transform: translateX(0) scale(1); filter: blur(14px); }
}
.rejoue .lame__corps { animation: rejeu-zoom 420ms var(--courbe-sortie) both; }
@keyframes rejeu-zoom {
  from { transform: scale(1.05); filter: blur(4px); opacity: 0.4; }
  to   { transform: scale(1); filter: blur(0); opacity: 1; }
}

/* Volets replies: fiches courtes */
.lame__fiche { max-width: 40ch; }
.lame__fiche h2 { font-size: 1.7rem; }
.lame__fiche p { font-size: 0.98rem; color: var(--encre-douce); }
.lame__fiche ul { list-style: none; padding: 0; margin: 20px 0 0; }
.lame__fiche li {
  position: relative;
  padding-left: 24px;
  font-size: 0.95rem;
  color: var(--encre-douce);
  margin-bottom: 10px;
}
.lame__fiche li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.6em;
  width: 11px; height: 11px;
  background: var(--miel);
  clip-path: polygon(4px 0, 100% 0, 100% 100%, 0 100%, 0 4px);
}
.lame__fiche em {
  display: block;
  margin-top: 22px;
  font-family: var(--etiquette);
  font-style: normal;
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--vermillon-fonce);
}

.dechirure-hero {
  height: 24px;
  background: var(--craie);
  -webkit-mask-image: var(--dechire-bas-1);
  mask-image: var(--dechire-bas-1);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  position: relative;
}

/* --------------------------------------------------------------------------
   7. Rythme vertical des sections
   -------------------------------------------------------------------------- */
.registre { padding: 88px 0; position: relative; }
.registre--serre { padding: 62px 0; }
.registre--craie { background: var(--craie); }
.registre--miel { background: var(--miel-dilue); }
.registre--blanc { background: var(--surface); }

.entete-registre { max-width: 62ch; margin-bottom: 44px; }
.entete-registre p { color: var(--encre-douce); font-size: 1.08rem; }

/* Section probleme: deux volets inegaux 62 / 38 */
.volets-inegaux {
  display: grid;
  grid-template-columns: 62fr 38fr;
  gap: 0;
  border-top: 1px solid var(--bordure);
}
.volet-cout {
  padding: 40px 44px 40px 0;
  border-right: 1px solid var(--bordure);
}
.volet-cout p:last-child { margin-bottom: 0; }
.volet-addition {
  padding: 40px 0 40px 44px;
  background: var(--craie);
}
.addition { list-style: none; margin: 0; padding: 0; }
.addition li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px dashed var(--bordure-nette);
  font-size: 0.96rem;
  color: var(--encre-douce);
  margin: 0;
}
.addition li:first-child { border-top: 1px dashed var(--bordure-nette); }
.addition__poste { max-width: 30ch; }
.addition__valeur {
  font-family: var(--etiquette);
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  color: var(--encre);
  white-space: nowrap;
}
.addition__total {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 16px;
  margin-top: 20px;
  background: var(--miel-dilue);
  font-family: var(--etiquette);
  font-size: 0.92rem;
  font-weight: 600;
  clip-path: polygon(var(--biseau) 0, 100% 0, 100% 100%, 0 100%, 0 var(--biseau));
}

/* Section solution: quatre volets numerotes de largeur egale */
.marches {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--bordure);
  background: var(--surface);
}
.marche {
  padding: 34px 26px 38px;
  border-right: 1px solid var(--bordure);
  position: relative;
}
.marche:last-child { border-right: 0; }
.marche__rang {
  font-family: var(--etiquette);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--vermillon-fonce);
  display: block;
  margin-bottom: 16px;
}
.marche h3 { margin-bottom: 0.5em; }
.marche p { font-size: 0.96rem; color: var(--encre-douce); margin: 0; }
.marche::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 46px; height: 4px;
  background: var(--miel);
}
.marche:nth-child(2)::before { width: 62px; }
.marche:nth-child(3)::before { width: 34px; }
.marche:nth-child(4)::before { width: 54px; background: var(--vermillon); }

/* Fonctionnalites: grille de trois colonnes sur douze unites */
.rayonnage {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--gouttiere);
}
.guichet {
  grid-column: span 4;
  background: var(--surface);
  border: 1px solid var(--bordure);
  padding: 30px 26px 28px;
  position: relative;
  clip-path: polygon(var(--biseau) 0, 100% 0, 100% 100%, 0 100%, 0 var(--biseau));
  transition: border-color 200ms linear, transform 260ms var(--courbe-sortie);
}
.guichet:hover { border-color: var(--bordure-nette); transform: translateY(-3px); }
.guichet__code {
  font-family: var(--etiquette);
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  color: var(--encre-douce);
  display: block;
  margin-bottom: 14px;
}
.guichet h3 { margin-bottom: 0.55em; }
.guichet p { font-size: 0.96rem; color: var(--encre-douce); margin: 0 0 0.7em; }
.guichet p:last-child { margin-bottom: 0; }
.guichet::after {
  content: "";
  position: absolute;
  inset: 3px;
  border: 2px solid var(--miel-pale);
  clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
  pointer-events: none;
}
.guichet--large { grid-column: span 6; }

/* Avantages: bande miel a deux volets, dechiree en haut et en bas */
.bande-gains {
  background: var(--miel-dilue);
  padding: 78px 0;
  position: relative;
}
.gains-duo {
  display: grid;
  grid-template-columns: 46fr 54fr;
  gap: 56px;
  align-items: start;
}
.gains-liste { list-style: none; margin: 0; padding: 0; }
.gains-liste li {
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 22px;
  align-items: start;
  padding: 22px 0;
  border-top: 1px solid var(--bordure-nette);
  margin: 0;
}
.gains-liste li:last-child { border-bottom: 1px solid var(--bordure-nette); }
.gains-liste b {
  font-family: var(--etiquette);
  font-size: 1.45rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: var(--vermillon-fonce);
  line-height: 1.15;
}
.gains-liste p { margin: 0; font-size: 0.98rem; color: var(--encre-douce); }
.gains-liste strong { color: var(--encre); font-weight: 600; }

/* Feuillet photographique, arrache d une feuille */
.feuillet-photo {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--bordure);
  border-bottom: 0;
  padding: 10px 10px 0;
  clip-path: polygon(var(--biseau) 0, 100% 0, 100% 100%, 0 100%, 0 var(--biseau));
}
.feuillet-photo img {
  width: 100%;
  -webkit-mask-image: linear-gradient(#000, #000), var(--dechire-bas-2);
  mask-image: linear-gradient(#000, #000), var(--dechire-bas-2);
  -webkit-mask-size: 100% calc(100% - 20px), 100% 20px;
  mask-size: 100% calc(100% - 20px), 100% 20px;
  -webkit-mask-position: top left, bottom left;
  mask-position: top left, bottom left;
  -webkit-mask-repeat: no-repeat, no-repeat;
  mask-repeat: no-repeat, no-repeat;
  filter: saturate(0.96);
}
.feuillet-photo figcaption {
  font-family: var(--etiquette);
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--encre-douce);
  padding: 14px 4px 4px;
}

/* Preuve sociale: trois fiches parcours */
.parcours {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gouttiere);
  align-items: start;
}
.fiche-parcours {
  background: var(--surface);
  border: 1px solid var(--bordure);
  padding: 28px 26px 26px;
  clip-path: polygon(var(--biseau) 0, 100% 0, 100% 100%, 0 100%, 0 var(--biseau));
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.fiche-parcours__onglets { display: flex; flex-wrap: wrap; gap: 6px; }
.gommette {
  font-family: var(--etiquette);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 9px;
  background: var(--miel-dilue);
  color: var(--encre);
  clip-path: polygon(6px 0, 100% 0, 100% 100%, 0 100%, 0 6px);
}
.gommette--vermillon { background: var(--vermillon); color: var(--sur-vermillon); }
.gommette--sable { background: var(--craie); box-shadow: inset 0 0 0 1px var(--bordure-nette); }
.fiche-parcours blockquote { margin: 0; }
.fiche-parcours blockquote p {
  font-size: 1rem;
  margin: 0 0 0.9em;
  max-width: none;
}
.fiche-parcours figcaption {
  border-top: 1px solid var(--bordure);
  padding-top: 14px;
  font-size: 0.88rem;
  color: var(--encre-douce);
  line-height: 1.5;
}
.fiche-parcours figcaption b { display: block; color: var(--encre); font-weight: 600; font-size: 0.95rem; }
.releve {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px dashed var(--bordure-nette);
  padding-top: 14px;
}
.releve li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  font-family: var(--etiquette);
  font-size: 0.78rem;
  font-variant-numeric: tabular-nums;
  color: var(--encre-douce);
  margin: 0 0 7px;
}
.releve li span:last-child { color: var(--encre); font-weight: 500; white-space: nowrap; }

/* Bandeau de chiffres cles */
.souche-chiffres {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--bordure);
  background: var(--surface);
  margin-top: 52px;
}
.vignette-chiffre {
  padding: 26px 22px;
  border-right: 1px solid var(--bordure);
  position: relative;
}
.vignette-chiffre:last-child { border-right: 0; }
.vignette-chiffre::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 34px; height: 3px;
  background: var(--miel);
}
.vignette-chiffre b {
  display: block;
  font-family: var(--etiquette);
  font-size: 2rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
  margin-bottom: 8px;
}
.vignette-chiffre span { font-size: 0.9rem; color: var(--encre-douce); }

/* Tarifs: trois cartes a onglet, la mediane depasse de 24 pixels */
.jeu-onglets {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gouttiere);
  align-items: start;
  padding-top: 24px;
}
.onglet-tarif {
  background: var(--surface);
  border: 1px solid var(--bordure);
  padding: 30px 26px 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  clip-path: polygon(var(--biseau) 0, 100% 0, 100% 100%, 0 100%, 0 var(--biseau));
  position: relative;
}
.onglet-tarif--relief {
  margin-top: -24px;
  border-color: var(--vermillon-fonce);
  box-shadow: 0 18px 40px rgba(36, 27, 16, 0.08);
}
.onglet-tarif__marqueur {
  position: absolute;
  top: 0; right: 0;
  background: var(--vermillon);
  color: var(--sur-vermillon);
  font-family: var(--etiquette);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 12px;
}
.onglet-tarif h3 { margin: 0; font-size: 1.6rem; }
.onglet-tarif__prix {
  display: flex;
  align-items: baseline;
  gap: 8px;
  border-bottom: 1px solid var(--bordure);
  padding-bottom: 16px;
}
.onglet-tarif__prix b {
  font-family: var(--etiquette);
  font-size: 2.6rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
.onglet-tarif__prix span { font-family: var(--etiquette); font-size: 0.78rem; color: var(--encre-douce); }
.onglet-tarif__cible { font-size: 0.94rem; color: var(--encre-douce); margin: 0; }
.onglet-tarif ul { list-style: none; margin: 0; padding: 0; flex: 1 1 auto; }
.onglet-tarif li {
  position: relative;
  padding-left: 22px;
  font-size: 0.93rem;
  margin-bottom: 11px;
  color: var(--encre);
}
.onglet-tarif li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.55em;
  width: 10px; height: 10px;
  background: var(--miel);
  clip-path: polygon(4px 0, 100% 0, 100% 100%, 0 100%, 0 4px);
}
.onglet-tarif--relief li::before { background: var(--vermillon); }
.mention-tarif { font-size: 0.86rem; color: var(--encre-douce); margin-top: 26px; }

/* FAQ: deux volets, le second porte l accordeon */
.duo-faq {
  display: grid;
  grid-template-columns: 34fr 66fr;
  gap: 56px;
  align-items: start;
}
.pile-questions { border-top: 1px solid var(--bordure); }
.question { border-bottom: 1px solid var(--bordure); }
.question__bouton {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  background: transparent;
  border: 0;
  padding: 20px 4px;
  text-align: left;
  cursor: pointer;
  font-family: var(--titre);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--encre);
  line-height: 1.25;
}
.question__bouton:hover { color: var(--vermillon-fonce); }
.question__signe {
  flex: 0 0 24px;
  width: 24px; height: 24px;
  position: relative;
  margin-top: 3px;
}
.question__signe::before, .question__signe::after {
  content: "";
  position: absolute;
  background: var(--vermillon);
  transition: transform 240ms var(--courbe-sortie);
}
.question__signe::before { left: 0; right: 0; top: 11px; height: 2px; }
.question__signe::after { top: 0; bottom: 0; left: 11px; width: 2px; }
.question__bouton[aria-expanded="true"] .question__signe::after { transform: scaleY(0); }
.question__reponse {
  overflow: hidden;
  max-height: 0;
  transition: max-height 320ms var(--courbe-volet);
}
.question__reponse > div { padding: 0 44px 22px 4px; }
.question__reponse p { font-size: 0.98rem; color: var(--encre-douce); margin-bottom: 0.8em; }
.question__reponse p:last-child { margin-bottom: 0; }

.encart-faq {
  background: var(--surface);
  border: 1px solid var(--bordure);
  padding: 26px 24px;
  clip-path: polygon(var(--biseau) 0, 100% 0, 100% 100%, 0 100%, 0 var(--biseau));
}
.encart-faq p { font-size: 0.94rem; color: var(--encre-douce); }
.encart-faq p:last-child { margin-bottom: 0; }

/* Contact: formulaire et volet de rappel */
.duo-contact {
  display: grid;
  grid-template-columns: 62fr 38fr;
  gap: 56px;
  align-items: start;
}
.pochette {
  background: var(--surface);
  border: 1px solid var(--bordure);
  padding: 34px 32px 32px;
  clip-path: polygon(var(--biseau) 0, 100% 0, 100% 100%, 0 100%, 0 var(--biseau));
}
.champ { margin-bottom: 20px; }
.champ label, .champ .intitule {
  display: block;
  font-family: var(--etiquette);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--encre-douce);
  margin-bottom: 7px;
}
.champ input[type="text"],
.champ input[type="email"],
.champ select,
.champ textarea {
  width: 100%;
  font-family: var(--courant);
  font-size: 1rem;
  color: var(--encre);
  background: var(--craie);
  border: 1.5px solid var(--bordure-nette);
  padding: 13px 14px;
  min-height: 50px;
}
.champ textarea { min-height: 130px; resize: vertical; line-height: 1.6; }
.champ input:focus, .champ select:focus, .champ textarea:focus {
  outline: 3px solid var(--miel);
  outline-offset: 2px;
  border-color: var(--vermillon-fonce);
  background: var(--surface);
}
.champ--duo { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.champ--duo > div { margin: 0; }
.consentement {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.9rem;
  color: var(--encre-douce);
  line-height: 1.55;
  margin-bottom: 24px;
}
.consentement input { width: 20px; height: 20px; flex: 0 0 20px; margin-top: 3px; accent-color: var(--vermillon-fonce); }
.consentement label { font-family: var(--courant); font-size: 0.9rem; text-transform: none; letter-spacing: 0; color: var(--encre-douce); }

.rappel-delais {
  background: var(--craie);
  border: 1px solid var(--bordure);
  padding: 26px 24px;
  clip-path: polygon(var(--biseau) 0, 100% 0, 100% 100%, 0 100%, 0 var(--biseau));
}
.rappel-delais h3 { font-size: 1.2rem; }
.rappel-delais ol { list-style: none; margin: 0; padding: 0; counter-reset: pas; }
.rappel-delais li {
  counter-increment: pas;
  position: relative;
  padding-left: 34px;
  font-size: 0.94rem;
  color: var(--encre-douce);
  margin-bottom: 14px;
}
.rappel-delais li::before {
  content: counter(pas);
  position: absolute;
  left: 0; top: 2px;
  width: 22px; height: 22px;
  background: var(--miel-dilue);
  font-family: var(--etiquette);
  font-size: 0.72rem;
  display: flex; align-items: center; justify-content: center;
  clip-path: polygon(6px 0, 100% 0, 100% 100%, 0 100%, 0 6px);
}

/* --------------------------------------------------------------------------
   8. Pied de page
   -------------------------------------------------------------------------- */
.pied {
  background: var(--surface);
  padding: 70px 0 30px;
  border-top: 1px solid var(--bordure);
  position: relative;
  margin-top: 0;
}
.pied__grille {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
  gap: 44px;
  padding-bottom: 44px;
  border-bottom: 1px solid var(--bordure);
}
.pied h2 {
  font-family: var(--etiquette);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--encre-douce);
  margin-bottom: 18px;
}
.pied ul { list-style: none; margin: 0; padding: 0; }
.pied li { margin-bottom: 10px; }
.pied a { color: var(--encre); text-decoration: none; font-size: 0.95rem; }
.pied a:hover { color: var(--vermillon-fonce); text-decoration: underline; }
.pied__position { font-size: 0.95rem; color: var(--encre-douce); max-width: 34ch; margin: 16px 0 18px; }
.pied__profils { display: flex; flex-wrap: wrap; gap: 8px; }
.pied__profils a {
  font-family: var(--etiquette);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 10px;
  background: var(--craie);
  box-shadow: inset 0 0 0 1px var(--bordure);
  clip-path: polygon(6px 0, 100% 0, 100% 100%, 0 100%, 0 6px);
}
.pied__editeur { font-size: 0.88rem; color: var(--encre-douce); line-height: 1.6; margin: 16px 0 0; }
.pied__bas {
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  justify-content: space-between;
  font-size: 0.85rem;
  color: var(--encre-douce);
}
.pied__bas p { margin: 0; max-width: none; }

/* --------------------------------------------------------------------------
   9. Pages interieures
   -------------------------------------------------------------------------- */
.entete-page {
  background: var(--miel-dilue);
  padding: 66px 0 60px;
  position: relative;
}
.entete-page h1 { font-size: 2.9rem; max-width: 20ch; }
.entete-page p { font-size: 1.1rem; color: var(--encre-douce); max-width: 62ch; margin-bottom: 0; }
.fil {
  font-family: var(--etiquette);
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--encre-douce);
  margin-bottom: 18px;
}
.fil a { color: var(--encre-douce); text-decoration: none; }
.fil a:hover { color: var(--vermillon-sombre); }

.colonne-texte { max-width: 74ch; }
.colonne-texte h2 { margin-top: 2.1em; }
.colonne-texte h2:first-child { margin-top: 0; }
.colonne-texte h3 { margin-top: 1.7em; }
.colonne-texte ul, .colonne-texte ol { max-width: 68ch; }
.colonne-texte li { color: var(--encre); }

.portrait-auteur {
  float: right;
  margin: 0 0 26px 34px;
  max-width: 260px;
  background: var(--surface);
  border: 1px solid var(--bordure);
  padding: 10px 10px 0;
  clip-path: polygon(var(--biseau) 0, 100% 0, 100% 100%, 0 100%, 0 var(--biseau));
}
.portrait-auteur img {
  -webkit-mask-image: linear-gradient(#000, #000), var(--dechire-bas-3);
  mask-image: linear-gradient(#000, #000), var(--dechire-bas-3);
  -webkit-mask-size: 100% calc(100% - 16px), 100% 16px;
  mask-size: 100% calc(100% - 16px), 100% 16px;
  -webkit-mask-position: top left, bottom left;
  mask-position: top left, bottom left;
  -webkit-mask-repeat: no-repeat, no-repeat;
  mask-repeat: no-repeat, no-repeat;
}
.portrait-auteur figcaption {
  font-family: var(--etiquette);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--encre-douce);
  padding: 12px 2px 10px;
}

.encadre-methode {
  background: var(--surface);
  border: 1px solid var(--bordure);
  padding: 26px 26px 22px;
  margin: 30px 0;
  clip-path: polygon(var(--biseau) 0, 100% 0, 100% 100%, 0 100%, 0 var(--biseau));
}
.encadre-methode p:last-child { margin-bottom: 0; }

.liste-plan { list-style: none; margin: 0; padding: 0; }
.liste-plan > li {
  border-top: 1px solid var(--bordure);
  padding: 20px 0;
  margin: 0;
}
.liste-plan > li:last-child { border-bottom: 1px solid var(--bordure); }
.liste-plan h3 { margin-bottom: 0.35em; }
.liste-plan p { margin: 0; color: var(--encre-douce); font-size: 0.97rem; }

.bloc-merci {
  background: var(--surface);
  border: 1px solid var(--bordure);
  padding: 40px 36px;
  max-width: 640px;
  clip-path: polygon(var(--biseau) 0, 100% 0, 100% 100%, 0 100%, 0 var(--biseau));
}

.grand-nombre {
  font-family: var(--titre);
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  color: var(--vermillon-fonce);
  margin: 0 0 12px;
}

/* --------------------------------------------------------------------------
   10. Animations au defilement
   -------------------------------------------------------------------------- */
.apparait {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 520ms var(--courbe-sortie), transform 520ms var(--courbe-sortie);
}
.apparait.est-visible { opacity: 1; transform: none; }
.apparait--retard-1 { transition-delay: 90ms; }
.apparait--retard-2 { transition-delay: 180ms; }
.apparait--retard-3 { transition-delay: 270ms; }

/* --------------------------------------------------------------------------
   11. Adaptations
   -------------------------------------------------------------------------- */
@media (max-width: 1080px) {
  .rayonnage { gap: 22px; }
  .guichet { grid-column: span 6; }
  .guichet--large { grid-column: span 6; }
  .parcours { grid-template-columns: 1fr; }
  .jeu-onglets { grid-template-columns: 1fr; }
  .onglet-tarif--relief { margin-top: 0; }
  .duo-faq, .duo-contact, .gains-duo { grid-template-columns: 1fr; gap: 38px; }
  .souche-chiffres { grid-template-columns: 1fr 1fr; }
  .vignette-chiffre:nth-child(2) { border-right: 0; }
  .vignette-chiffre:nth-child(1), .vignette-chiffre:nth-child(2) { border-bottom: 1px solid var(--bordure); }
  .marches { grid-template-columns: 1fr 1fr; }
  .marche:nth-child(2) { border-right: 0; }
  .marche:nth-child(1), .marche:nth-child(2) { border-bottom: 1px solid var(--bordure); }
  .pied__grille { grid-template-columns: 1fr 1fr; gap: 34px; }
}

@media (max-width: 900px) {
  h1 { font-size: 2.3rem; }
  h2 { font-size: 1.65rem; }
  .entete-page h1 { font-size: 2.1rem; }
  .crans { display: none; }
  .gouvernail .bouton { display: none; }
  .declic { display: flex; }

  /* L accordeon bascule en volets empiles, un seul ouvert a la fois */
  .accordeon { flex-direction: column; min-height: 0; }
  .lame {
    flex: 0 0 auto;
    min-width: 0;
    max-width: none;
    width: 100%;
    border-right: 0;
    border-left: 1px solid var(--bordure);
    border-bottom: 1px solid var(--bordure);
    transition: background-color 300ms linear;
  }
  .lame:first-child { border-top: 0; }
  .lame__tranche {
    position: relative;
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: flex-start;
    gap: 14px;
    padding: 18px 20px;
  }
  .lame__intitule { writing-mode: horizontal-tb; }
  .lame__corps {
    padding: 0 20px 30px;
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height 420ms var(--courbe-volet), opacity 300ms linear;
  }
  .lame.est-ouverte .lame__corps { max-height: 1600px; padding-top: 4px; }
  .lame.est-ouverte { flex: 0 0 auto; }
  .lame--principale .lame__corps { grid-template-columns: 1fr; gap: 26px; }
  .cadre-photo img, .cadre-photo__trainee img { height: 260px; }

  .volets-inegaux { grid-template-columns: 1fr; }
  .volet-cout { border-right: 0; padding: 30px 0; border-bottom: 1px solid var(--bordure); }
  .volet-addition { padding: 30px 0; }
  .champ--duo { grid-template-columns: 1fr; }
  .portrait-auteur { float: none; margin: 0 0 26px; max-width: 300px; }
}

@media (max-width: 620px) {
  .registre { padding: 58px 0; }
  .bande-gains { padding: 56px 0; }
  .guichet, .guichet--large { grid-column: span 12; }
  .souche-chiffres { grid-template-columns: 1fr; }
  .vignette-chiffre { border-right: 0; border-bottom: 1px solid var(--bordure); }
  .vignette-chiffre:last-child { border-bottom: 0; }
  .marches { grid-template-columns: 1fr; }
  .marche { border-right: 0; border-bottom: 1px solid var(--bordure); }
  .marche:last-child { border-bottom: 0; }
  .gains-liste li { grid-template-columns: 1fr; gap: 6px; }
  .pied__grille { grid-template-columns: 1fr; }
  .hero__actions .bouton { width: 100%; }
  .grand-nombre { font-size: 4.2rem; }
  .pochette, .bloc-merci { padding: 26px 20px; }
}

@media print {
  .barreau, .panneau, .declic, .hero__actions { display: none; }
  body { background: #FFFFFF; }
}

/* --------------------------------------------------------------------------
   12. Mouvement reduit
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 180ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 180ms !important;
  }
  .zoom-flou .cadre-photo img,
  .rejoue .cadre-photo img { animation: fondu-simple 180ms linear both; }
  .zoom-flou .cadre-photo__trainee { display: none; }
  .apparait { transform: none; }
  @keyframes fondu-simple { from { opacity: 0; } to { opacity: 1; } }
}
/* ==========================================================================
   13. Le Classeur des guichets, section magazine
   Ajoutee en fin de feuille: aucune regle precedente n est modifiee.
   Le magazine reprend la palette craie, miel et vermillon, les trois polices
   Rokkitt, Cabin et IBM Plex Mono, la forme signature de l onglet de classeur
   (coin superieur gauche coupe en biseau de 18 pixels, double d un filet miel
   pose a 3 pixels du bord), le motif du bord de papier dechire et la signature
   d animation, le zoom avec flou de mouvement.
   Le corps redactionnel ne porte aucune classe: toutes les balises y sont mises
   en forme comme descendantes de .corps-article.
   ========================================================================== */

/* --------------------------------------------------------------------------
   13.1 Fil d Ariane a plusieurs crans
   -------------------------------------------------------------------------- */
.fil ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 9px;
  margin: 0;
  padding: 0;
}
.fil ol li { margin: 0; }
.fil ol li + li::before {
  content: "/";
  margin-right: 9px;
  color: var(--bordure-nette);
}
.fil ol li[aria-current] { color: var(--encre); }

/* --------------------------------------------------------------------------
   13.2 Entete de la page d index du magazine
   -------------------------------------------------------------------------- */
.entete-classeur h1 { max-width: 17ch; }
.entete-classeur__chapeau {
  font-size: 1.1rem;
  color: var(--encre-douce);
  max-width: 66ch;
  margin: 0;
}
.entete-classeur__compte {
  display: inline-block;
  font-family: var(--etiquette);
  font-variant-numeric: tabular-nums;
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--encre-douce);
  margin: 26px 0 0;
  padding-top: 12px;
  border-top: 2px solid var(--miel);
  max-width: none;
}

/* --------------------------------------------------------------------------
   13.3 Grille du sommaire et carte d article
   -------------------------------------------------------------------------- */
.grille-fiches {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--gouttiere);
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fiche-article {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--bordure);
  position: relative;
  clip-path: polygon(var(--biseau) 0, 100% 0, 100% 100%, 0 100%, 0 var(--biseau));
  transition: border-color 200ms linear, transform 260ms var(--courbe-sortie);
}
.fiche-article::after {
  content: "";
  position: absolute;
  inset: 3px;
  border: 2px solid var(--miel-pale);
  clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
  pointer-events: none;
  z-index: 2;
  transition: border-color 200ms linear;
}
.fiche-article:hover { border-color: var(--bordure-nette); transform: translateY(-3px); }
.fiche-article:hover::after { border-color: var(--miel); }
.fiche-article:focus-within { border-color: var(--bordure-nette); }

.fiche-article__vue {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 9px 9px 0;
  background: var(--surface);
}
.fiche-article__vue img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  filter: saturate(0.96);
  -webkit-mask-image: linear-gradient(#000, #000), var(--dechire-bas-2);
  mask-image: linear-gradient(#000, #000), var(--dechire-bas-2);
  -webkit-mask-size: 100% calc(100% - 16px), 100% 16px;
  mask-size: 100% calc(100% - 16px), 100% 16px;
  -webkit-mask-position: top left, bottom left;
  mask-position: top left, bottom left;
  -webkit-mask-repeat: no-repeat, no-repeat;
  mask-repeat: no-repeat, no-repeat;
  transition: transform 420ms var(--courbe-sortie), filter 420ms linear;
}
.fiche-article:hover .fiche-article__vue img { transform: scale(1.03); filter: saturate(1); }

.fiche-article__texte {
  display: flex;
  flex-direction: column;
  gap: 11px;
  flex: 1 1 auto;
  padding: 20px 22px 22px;
}
.fiche-article__angle {
  position: relative;
  display: block;
  padding-top: 13px;
  font-family: var(--etiquette);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--encre-douce);
  margin: 0;
  max-width: none;
}
.fiche-article__angle::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 28px; height: 2px;
  background: var(--miel);
}
.fiche-article__titre {
  font-size: 1.26rem;
  line-height: 1.16;
  margin: 0;
}
.fiche-article__titre a { color: var(--encre); text-decoration: none; }
.fiche-article__titre a:hover { color: var(--vermillon-sombre); text-decoration: underline; text-decoration-thickness: 2px; }
.fiche-article__extrait {
  font-size: 0.95rem;
  color: var(--encre-douce);
  margin: 0;
  max-width: none;
  flex: 1 1 auto;
}
.fiche-article__pied {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  margin: 0;
  padding-top: 13px;
  border-top: 1px dashed var(--bordure-nette);
  font-family: var(--etiquette);
  font-variant-numeric: tabular-nums;
  font-size: 0.73rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--encre-douce);
  max-width: none;
}

/* Trio de la page d accueil: memes fiches, trois colonnes egales */
.trio-classeur {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--gouttiere);
  align-items: stretch;
}
.trio-classeur .fiche-article { grid-column: auto; }
.suite-classeur { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* --------------------------------------------------------------------------
   13.4 Entete d un article
   -------------------------------------------------------------------------- */
.entete-article {
  background: var(--miel-dilue);
  padding: 62px 0 56px;
  position: relative;
}
.entete-article h1 { font-size: 2.9rem; max-width: 26ch; margin-bottom: 0; }
.reperes-article {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px 14px;
  margin: 0 0 22px;
  max-width: none;
  font-family: var(--etiquette);
  font-variant-numeric: tabular-nums;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--encre-douce);
}
.reperes-article__angle {
  background: var(--vermillon);
  color: var(--sur-vermillon);
  font-weight: 500;
  padding: 5px 11px;
  clip-path: polygon(6px 0, 100% 0, 100% 100%, 0 100%, 0 6px);
}
.reperes-article__filet {
  display: inline-block;
  width: 1px;
  height: 14px;
  background: var(--bordure-nette);
}
.chapo-article {
  font-family: var(--titre);
  font-size: 1.34rem;
  font-weight: 400;
  line-height: 1.42;
  color: var(--encre);
  max-width: 58ch;
  margin: 26px 0 0;
  padding: 3px 0 3px 22px;
  border-left: 3px solid var(--vermillon);
}

/* Image a la une, volet blanc arrache en bas */
.une-article {
  position: relative;
  margin: 0;
  background: var(--surface);
  border: 1px solid var(--bordure);
  border-bottom: 0;
  padding: 10px 10px 0;
  clip-path: polygon(var(--biseau) 0, 100% 0, 100% 100%, 0 100%, 0 var(--biseau));
}
.cadre-une { position: relative; overflow: hidden; }
.cadre-une img {
  width: 100%;
  height: auto;
  filter: saturate(0.96);
  -webkit-mask-image: linear-gradient(#000, #000), var(--dechire-bas-1);
  mask-image: linear-gradient(#000, #000), var(--dechire-bas-1);
  -webkit-mask-size: 100% calc(100% - 22px), 100% 22px;
  mask-size: 100% calc(100% - 22px), 100% 22px;
  -webkit-mask-position: top left, bottom left;
  mask-position: top left, bottom left;
  -webkit-mask-repeat: no-repeat, no-repeat;
  mask-repeat: no-repeat, no-repeat;
  animation: entree-zoom 880ms var(--courbe-sortie) both;
}
.cadre-une__voile {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(224,162,28,0.12) 0%, rgba(224,162,28,0) 42%), rgba(252,250,244,0.08);
  pointer-events: none;
}
.cadre-une__trainee {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  animation: trainee 620ms linear both;
}
.une-article figcaption {
  font-family: var(--etiquette);
  font-size: 0.73rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--encre-douce);
  line-height: 1.55;
  padding: 14px 4px 4px;
}

/* --------------------------------------------------------------------------
   13.5 Corps redactionnel, balises nues sans aucune classe
   -------------------------------------------------------------------------- */
.corps-article {
  max-width: 68ch;
  margin: 44px 0 0;
  color: var(--encre);
}
.corps-article > :first-child { margin-top: 0; }
.corps-article > :last-child { margin-bottom: 0; }

.corps-article h2 {
  position: relative;
  font-size: 1.9rem;
  font-weight: 600;
  margin: 2.05em 0 0.55em;
  padding-top: 17px;
}
.corps-article h2::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 46px; height: 4px;
  background: var(--miel);
}
.corps-article h3 {
  font-size: 1.22rem;
  font-weight: 600;
  margin: 1.75em 0 0.5em;
}
.corps-article p { margin: 0 0 1.1em; max-width: none; }

.corps-article ul,
.corps-article ol { list-style: none; margin: 0 0 1.35em; padding-left: 0; }
.corps-article li { margin: 0 0 0.6em; }
.corps-article ul li { position: relative; padding-left: 26px; }
.corps-article ul li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.62em;
  width: 11px; height: 11px;
  background: var(--miel);
  clip-path: polygon(4px 0, 100% 0, 100% 100%, 0 100%, 0 4px);
}
.corps-article ol { counter-reset: cran-article; }
.corps-article ol li { position: relative; padding-left: 38px; counter-increment: cran-article; }
.corps-article ol li::before {
  content: counter(cran-article);
  position: absolute;
  left: 0; top: 0.12em;
  width: 25px; height: 25px;
  background: var(--miel-dilue);
  color: var(--encre);
  font-family: var(--etiquette);
  font-variant-numeric: tabular-nums;
  font-size: 0.74rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(6px 0, 100% 0, 100% 100%, 0 100%, 0 6px);
}

.corps-article table {
  width: 100%;
  border-collapse: collapse;
  margin: 28px 0 32px;
  background: var(--surface);
  border: 1px solid var(--bordure);
  font-size: 0.95rem;
}
.corps-article thead th {
  background: var(--miel-dilue);
  border-bottom: 2px solid var(--miel);
  font-family: var(--etiquette);
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--encre);
}
.corps-article th,
.corps-article td {
  text-align: left;
  vertical-align: top;
  padding: 12px 14px;
  border-bottom: 1px solid var(--bordure);
}
.corps-article tbody th { font-weight: 600; color: var(--encre); }
.corps-article tbody td { color: var(--encre-douce); font-variant-numeric: tabular-nums; }
.corps-article tbody tr:last-child th,
.corps-article tbody tr:last-child td { border-bottom: 0; }

.corps-article aside {
  position: relative;
  background: var(--craie);
  border: 1px solid var(--bordure);
  padding: 26px 26px 22px;
  margin: 32px 0;
  clip-path: polygon(var(--biseau) 0, 100% 0, 100% 100%, 0 100%, 0 var(--biseau));
}
.corps-article aside::after {
  content: "";
  position: absolute;
  inset: 3px;
  border: 2px solid var(--miel-pale);
  clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
  pointer-events: none;
}
.corps-article aside p { font-size: 0.98rem; }
.corps-article aside > :last-child { margin-bottom: 0; }

.corps-article blockquote {
  margin: 30px 0;
  padding: 4px 0 4px 24px;
  border-left: 3px solid var(--vermillon);
}
.corps-article blockquote p {
  font-family: var(--titre);
  font-size: 1.22rem;
  line-height: 1.45;
  color: var(--encre);
  margin-bottom: 0.55em;
}
.corps-article blockquote > :last-child { margin-bottom: 0; }

.corps-article figure {
  margin: 30px 0;
  background: var(--surface);
  border: 1px solid var(--bordure);
  padding: 10px 10px 4px;
  clip-path: polygon(var(--biseau) 0, 100% 0, 100% 100%, 0 100%, 0 var(--biseau));
}
.corps-article figcaption {
  font-family: var(--etiquette);
  font-size: 0.74rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--encre-douce);
  padding: 12px 4px 6px;
}

.corps-article strong { font-weight: 700; color: var(--encre); }
.corps-article em { font-style: italic; }
.corps-article a {
  color: var(--vermillon-fonce);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.corps-article a:hover {
  color: var(--vermillon-sombre);
  text-decoration-thickness: 2px;
  background: var(--miel-dilue);
}

/* --------------------------------------------------------------------------
   13.6 Appel a l action, encart auteur
   -------------------------------------------------------------------------- */
.appel-article {
  position: relative;
  max-width: 68ch;
  margin: 44px 0 0;
  padding: 32px 30px 30px;
  background: var(--miel-dilue);
  border: 1px solid var(--bordure);
  clip-path: polygon(var(--biseau) 0, 100% 0, 100% 100%, 0 100%, 0 var(--biseau));
}
.appel-article__onglet {
  font-family: var(--etiquette);
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--vermillon-fonce);
  margin: 0 0 12px;
  max-width: none;
}
.appel-article__titre {
  font-family: var(--titre);
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.015em;
  color: var(--encre);
  margin: 0 0 0.6em;
  max-width: 26ch;
}
.appel-article p { color: var(--encre-douce); }
.appel-article__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 24px; }

.encart-auteur {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  max-width: 68ch;
  margin: 40px 0 0;
  padding: 26px 26px 24px;
  background: var(--surface);
  border: 1px solid var(--bordure);
  clip-path: polygon(var(--biseau) 0, 100% 0, 100% 100%, 0 100%, 0 var(--biseau));
}
.encart-auteur__portrait {
  margin: 0;
  padding: 6px 6px 0;
  background: var(--craie);
  border: 1px solid var(--bordure);
}
.encart-auteur__portrait img {
  width: 100%;
  height: auto;
  -webkit-mask-image: linear-gradient(#000, #000), var(--dechire-bas-3);
  mask-image: linear-gradient(#000, #000), var(--dechire-bas-3);
  -webkit-mask-size: 100% calc(100% - 12px), 100% 12px;
  mask-size: 100% calc(100% - 12px), 100% 12px;
  -webkit-mask-position: top left, bottom left;
  mask-position: top left, bottom left;
  -webkit-mask-repeat: no-repeat, no-repeat;
  mask-repeat: no-repeat, no-repeat;
}
.encart-auteur__role {
  position: relative;
  font-family: var(--etiquette);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--encre-douce);
  margin: 0 0 12px;
  padding-top: 13px;
  max-width: none;
}
.encart-auteur__role::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 28px; height: 2px;
  background: var(--miel);
}
.encart-auteur__nom {
  font-family: var(--titre);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--encre);
  margin: 0 0 0.45em;
  max-width: none;
}
.encart-auteur__bio { font-size: 0.96rem; color: var(--encre-douce); margin: 0 0 0.75em; max-width: none; }
.encart-auteur__lien { font-size: 0.94rem; margin: 0; max-width: none; }

/* --------------------------------------------------------------------------
   13.7 Bloc A lire aussi
   -------------------------------------------------------------------------- */
.lire-aussi {
  background: var(--craie);
  border-top: 1px solid var(--bordure);
  margin-top: 70px;
  padding: 64px 0 76px;
}
.lire-aussi__surtitre {
  position: relative;
  font-family: var(--etiquette);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--encre-douce);
  margin: 0 0 0.9rem;
  padding-top: 14px;
  max-width: none;
}
.lire-aussi__surtitre::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 28px; height: 2px;
  background: var(--miel);
}
.lire-aussi__enseigne {
  font-family: var(--titre);
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.015em;
  color: var(--encre);
  margin: 0 0 34px;
  max-width: 24ch;
}
.lire-aussi__grille {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--gouttiere);
  align-items: stretch;
}

.carte-liee {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--bordure);
  clip-path: polygon(var(--biseau) 0, 100% 0, 100% 100%, 0 100%, 0 var(--biseau));
  transition: border-color 200ms linear, transform 260ms var(--courbe-sortie);
}
.carte-liee::after {
  content: "";
  position: absolute;
  inset: 3px;
  border: 2px solid var(--miel-pale);
  clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
  pointer-events: none;
  z-index: 2;
  transition: border-color 200ms linear;
}
.carte-liee:hover { border-color: var(--bordure-nette); transform: translateY(-3px); }
.carte-liee:hover::after { border-color: var(--miel); }
.carte-liee__vue {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 9px 9px 0;
}
.carte-liee__vue img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  filter: saturate(0.96);
  -webkit-mask-image: linear-gradient(#000, #000), var(--dechire-bas-3);
  mask-image: linear-gradient(#000, #000), var(--dechire-bas-3);
  -webkit-mask-size: 100% calc(100% - 16px), 100% 16px;
  mask-size: 100% calc(100% - 16px), 100% 16px;
  -webkit-mask-position: top left, bottom left;
  mask-position: top left, bottom left;
  -webkit-mask-repeat: no-repeat, no-repeat;
  mask-repeat: no-repeat, no-repeat;
  transition: transform 420ms var(--courbe-sortie);
}
.carte-liee:hover .carte-liee__vue img { transform: scale(1.03); }
.carte-liee__texte { display: flex; flex-direction: column; gap: 10px; flex: 1 1 auto; padding: 18px 22px 22px; }
.carte-liee__titre {
  font-family: var(--titre);
  font-size: 1.16rem;
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -0.015em;
  margin: 0;
  max-width: none;
}
.carte-liee__titre a { color: var(--encre); text-decoration: none; }
.carte-liee__titre a::after { content: ""; position: absolute; inset: 0; z-index: 3; }
.carte-liee__titre a:hover { color: var(--vermillon-sombre); text-decoration: underline; text-decoration-thickness: 2px; }
.carte-liee__accroche { font-size: 0.93rem; color: var(--encre-douce); margin: 0; max-width: none; }

/* --------------------------------------------------------------------------
   13.8 Releve des articles publies, page auteur et plan du site
   -------------------------------------------------------------------------- */
.releve-articles {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--bordure);
}
.releve-articles li {
  position: relative;
  margin: 0;
  padding: 18px 0 18px 24px;
  border-bottom: 1px solid var(--bordure);
}
.releve-articles li::before {
  content: "";
  position: absolute;
  left: 0; top: 25px;
  width: 11px; height: 11px;
  background: var(--miel);
  clip-path: polygon(4px 0, 100% 0, 100% 100%, 0 100%, 0 4px);
}
.releve-articles a {
  font-family: var(--titre);
  font-size: 1.16rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--encre);
  text-decoration: none;
}
.releve-articles a:hover { color: var(--vermillon-sombre); text-decoration: underline; }
.releve-articles__reperes {
  display: block;
  margin-top: 7px;
  font-family: var(--etiquette);
  font-variant-numeric: tabular-nums;
  font-size: 0.73rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--encre-douce);
}

/* --------------------------------------------------------------------------
   13.9 Intitules de colonne du pied de page dans les pages d article
   Une page d article ne porte aucun h2 hors du corps redactionnel: les
   intitules du pied de page reprennent donc l aspect de .pied h2 sur une
   balise de paragraphe.
   -------------------------------------------------------------------------- */
.pied .pied__titre {
  font-family: var(--etiquette);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--encre-douce);
  margin: 0 0 18px;
  max-width: none;
}
.pied [data-reseau-titre].pied__titre {
  font-size: 0.8rem;
  line-height: 1.3;
  letter-spacing: 0.09em;
  font-weight: 600;
  margin: 0 0 12px;
}

/* --------------------------------------------------------------------------
   13.10 Adaptations du magazine
   -------------------------------------------------------------------------- */
@media (max-width: 1080px) {
  .fiche-article { grid-column: span 6; }
  .trio-classeur { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lire-aussi__grille { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .entete-article { padding: 46px 0 42px; }
  .entete-article h1 { font-size: 2.1rem; max-width: none; }
  .chapo-article { font-size: 1.16rem; }
  .corps-article { margin-top: 34px; }
  .corps-article h2 { font-size: 1.55rem; }
  .encart-auteur { grid-template-columns: 96px minmax(0, 1fr); gap: 20px; }
  .lire-aussi { margin-top: 52px; padding: 50px 0 58px; }
  .lire-aussi__enseigne { font-size: 1.65rem; }
}

@media (max-width: 620px) {
  .fiche-article { grid-column: span 12; }
  .trio-classeur { grid-template-columns: 1fr; }
  .lire-aussi__grille { grid-template-columns: 1fr; }
  .entete-classeur h1 { max-width: none; }
  .corps-article table { display: block; overflow-x: auto; }
  .appel-article { padding: 26px 20px 24px; }
  .appel-article__actions .bouton { width: 100%; }
  .encart-auteur { grid-template-columns: 1fr; padding: 24px 20px 22px; }
  .encart-auteur__portrait { max-width: 110px; }
}

@media (prefers-reduced-motion: reduce) {
  .cadre-une img { animation: fondu-classeur 180ms linear both; }
  .cadre-une__trainee { display: none; }
  .fiche-article,
  .fiche-article__vue img,
  .carte-liee,
  .carte-liee__vue img { transition: none; }
  .fiche-article:hover,
  .carte-liee:hover { transform: none; }
  .fiche-article:hover .fiche-article__vue img,
  .carte-liee:hover .carte-liee__vue img { transform: none; }
  @keyframes fondu-classeur { from { opacity: 0; } to { opacity: 1; } }
}

@media print {
  .lire-aussi, .appel-article { display: none; }
  .corps-article { max-width: none; }
  .cadre-une img, .cadre-une__trainee { animation: none; }
}

/* Maillage du reseau, bandeau de pied de page. Mise en page seulement:
   les couleurs, la police et le survol restent ceux du site.
   grid-column et flex-basis font tenir le bandeau sur toute la largeur,
   que le pied de page soit une grille ou une boite flexible.
   Les raccourcis margin et padding sont evites: ils ecraseraient le retrait
   interieur d une colonne dont le bandeau herite la classe. */
[data-reseau-bloc]{grid-column:1/-1;flex-basis:100%;width:100%;margin-top:26px;padding-top:18px}
[data-reseau-titre]{font-size:.8rem;line-height:1.3;letter-spacing:.09em;text-transform:uppercase;
  font-weight:600;margin:0 0 12px}
ul[data-reseau]{list-style:none;display:flex;flex-wrap:wrap;gap:10px 26px;margin:0;padding:0}
ul[data-reseau] li{margin:0;padding:0}
