/* ==========================================================================
   Mesurine, feuille de style unique
   Vocabulaire de nommage: table de coupe, liseré, équerre, bâton de comptage,
   cran, laize, patron, carnet. Mode clair intégral, aucune variante sombre.
   ========================================================================== */

:root {
  --papier: #FBF6EF;
  --toile: #F5EDE2;
  --surface: #FFFDFA;
  --encre: #22190F;
  --encre-douce: #6B5442;
  --rouille: #A8521C;
  --rouille-sombre: #8C4315;
  --rouille-texte: #FFF6EE;
  --sauge: #5C6A4E;
  --lin: #E2D3C0;

  --titrage: "Syne", "Trebuchet MS", sans-serif;
  --courant: "Figtree", "Helvetica Neue", Arial, sans-serif;
  --graduation: "Syne Mono", "Courier New", monospace;

  --laize: 1180px;
  --gouttiere: 28px;
  --hauteur-bandeau: 72px;
  --equerre: 14px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--papier);
  color: var(--encre);
  font-family: var(--courant);
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.68;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: var(--titrage);
  letter-spacing: 0.01em;
  line-height: 1.08;
  margin: 0 0 0.6em;
  text-wrap: balance;
}

h1 { font-size: 3.4rem; font-weight: 800; }
h2 { font-size: 2.25rem; font-weight: 700; }
h3 { font-size: 1.3rem; font-weight: 600; }
h4 { font-size: 1.0625rem; font-weight: 600; }

p { margin: 0 0 1.1em; max-width: 68ch; }

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

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

ul, ol { margin: 0 0 1.1em; padding-left: 1.1em; }

strong { font-weight: 600; }

:focus-visible {
  outline: 2px solid var(--rouille);
  outline-offset: 3px;
  border-radius: 2px;
}

::selection { background: var(--rouille); color: var(--rouille-texte); }

/* ---------- Lien d évitement ---------- */

.evitement {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  background: var(--rouille);
  color: var(--rouille-texte);
  padding: 12px 20px;
  font-weight: 600;
}
.evitement:focus {
  left: 12px;
  top: 12px;
  color: var(--rouille-texte);
}

/* ==========================================================================
   Liseré continu à coins ancrés, forme signature du site
   ========================================================================== */

.lisere {
  position: relative;
  border: 1px solid var(--lin);
  box-shadow: inset 0 0 0 3px var(--surface);
  background: var(--surface);
}

.lisere::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-image:
    linear-gradient(var(--rouille), var(--rouille)),
    linear-gradient(var(--rouille), var(--rouille)),
    linear-gradient(var(--rouille), var(--rouille)),
    linear-gradient(var(--rouille), var(--rouille)),
    linear-gradient(var(--rouille), var(--rouille)),
    linear-gradient(var(--rouille), var(--rouille)),
    linear-gradient(var(--rouille), var(--rouille)),
    linear-gradient(var(--rouille), var(--rouille));
  background-size:
    var(--equerre) 3px, 3px var(--equerre),
    var(--equerre) 3px, 3px var(--equerre),
    var(--equerre) 3px, 3px var(--equerre),
    var(--equerre) 3px, 3px var(--equerre);
  background-position:
    left top, left top,
    right top, right top,
    left bottom, left bottom,
    right bottom, right bottom;
}

.lisere--vif { border-color: var(--rouille); }
.lisere--vif::before { --equerre: 22px; }

/* Décalage sec en rouille très pâle, jamais d ombre diffuse */
.lisere--pose { box-shadow: inset 0 0 0 3px var(--surface), 6px 6px 0 0 rgba(168, 82, 28, 0.13); }

/* ==========================================================================
   Bâtons de comptage groupés par cinq, motif signature
   ========================================================================== */

.comptage {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 16px;
  flex: none;
}
.comptage line { stroke: var(--rouille); stroke-width: 2; }
.comptage--sauge line { stroke: var(--sauge); }
.comptage--clair line { stroke: var(--rouille-texte); }

.frise {
  height: 26px;
  border-top: 1px solid var(--lin);
  border-bottom: 1px solid var(--lin);
  background-image: repeating-linear-gradient(
    to right,
    var(--lin) 0, var(--lin) 2px,
    transparent 2px, transparent 7px,
    var(--lin) 7px, var(--lin) 9px,
    transparent 9px, transparent 14px,
    var(--lin) 14px, var(--lin) 16px,
    transparent 16px, transparent 21px,
    var(--lin) 21px, var(--lin) 23px,
    transparent 23px, transparent 56px
  );
  background-position: center;
  background-size: 56px 14px;
  background-repeat: repeat-x;
}

.frise--large { width: 100%; }

/* ==========================================================================
   Rails de progression, signature d animation
   ========================================================================== */

.rail {
  display: block;
  height: 3px;
  width: 100%;
  max-width: 260px;
  background: var(--lin);
  margin: 14px 0 0;
  overflow: hidden;
}
.rail > i {
  display: block;
  height: 100%;
  width: 0;
  background: var(--rouille);
  transition: width 900ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.rail.est-rempli > i { width: var(--remplissage, 100%); }
.rail--sauge > i { background: var(--sauge); }
.rail--pleine-laize { max-width: none; }

/* ==========================================================================
   Surtitres, étiquettes et chiffres
   ========================================================================== */

.surtitre {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--graduation);
  font-size: 0.8125rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--rouille);
  margin: 0 0 14px;
}

.etiquette {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--graduation);
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sauge);
  border: 1px solid var(--lin);
  padding: 4px 10px;
  background: var(--surface);
}

.graduation {
  font-family: var(--graduation);
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  color: var(--encre-douce);
}

.chiffre {
  font-family: var(--graduation);
  font-size: 2.4rem;
  line-height: 1.05;
  color: var(--encre);
  display: block;
}

/* ==========================================================================
   Boutons
   ========================================================================== */

.bouton {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 26px;
  border-radius: 2px;
  font-family: var(--courant);
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.bouton--plein {
  background: var(--rouille);
  color: var(--rouille-texte);
}
.bouton--plein::after {
  content: "";
  position: absolute;
  inset: 4px;
  pointer-events: none;
  background-repeat: no-repeat;
  background-image:
    linear-gradient(var(--rouille-texte), var(--rouille-texte)),
    linear-gradient(var(--rouille-texte), var(--rouille-texte)),
    linear-gradient(var(--rouille-texte), var(--rouille-texte)),
    linear-gradient(var(--rouille-texte), var(--rouille-texte));
  background-size: 6px 1px, 1px 6px, 6px 1px, 1px 6px;
  background-position: left top, right top, right bottom, left bottom;
  transition: background-size 160ms ease;
}
.bouton--plein:hover,
.bouton--plein:focus-visible {
  background: var(--rouille-sombre);
  color: var(--rouille-texte);
}
.bouton--plein:hover::after { background-size: 10px 1px, 1px 10px, 10px 1px, 1px 10px; }

.bouton--file {
  background: transparent;
  color: var(--encre);
  border: 1.5px solid var(--encre-douce);
  overflow: hidden;
}
.bouton--file::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: var(--rouille);
  transition: width 260ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.bouton--file:hover { color: var(--encre); border-color: var(--rouille); }
.bouton--file:hover::after { width: 100%; }

.bouton--clair {
  background: var(--rouille-texte);
  color: var(--rouille-sombre);
}
.bouton--clair:hover { background: #FFFFFF; color: var(--rouille-sombre); }

/* ==========================================================================
   Bandeau supérieur fixe
   ========================================================================== */

.bandeau {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 90;
  height: var(--hauteur-bandeau);
  background: rgba(251, 246, 239, 0.94);
  backdrop-filter: blur(7px);
  border-bottom: 1px solid transparent;
  transition: height 200ms ease, border-color 200ms ease;
}

.bandeau.est-defile {
  height: 60px;
  border-bottom-color: var(--rouille);
}

.bandeau__interieur {
  height: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.marque {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--encre);
  flex: none;
}
.marque__sceau { width: 40px; height: 40px; flex: none; }
.marque__mot {
  font-family: var(--titrage);
  font-size: 1.32rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bandeau__nav { margin-left: auto; }
.bandeau__liens {
  display: flex;
  align-items: center;
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.bandeau__liens a {
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--encre);
  text-decoration: none;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
}
.bandeau__liens a:hover { border-bottom-color: var(--rouille); color: var(--encre); }

.bandeau__action { flex: none; }

.ouvre-panneau {
  display: none;
  width: 46px;
  height: 46px;
  border: 1.5px solid var(--encre-douce);
  background: transparent;
  border-radius: 2px;
  cursor: pointer;
  padding: 12px 10px;
  margin-left: auto;
}
.ouvre-panneau span {
  display: block;
  height: 2px;
  background: var(--encre);
  margin: 0 0 5px;
}
.ouvre-panneau span:last-child { margin-bottom: 0; width: 66%; }

.panneau {
  position: fixed;
  inset: 0;
  z-index: 120;
  background: var(--papier);
  padding: 26px 24px 40px;
  display: none;
  flex-direction: column;
  overflow-y: auto;
}
.panneau[data-ouvert="oui"] { display: flex; }
.panneau__haut {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
}
.panneau__fermer {
  width: 46px;
  height: 46px;
  border: 1.5px solid var(--encre-douce);
  background: transparent;
  border-radius: 2px;
  font-size: 1.4rem;
  font-family: var(--graduation);
  color: var(--encre);
  cursor: pointer;
}
.panneau__liens {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.panneau__liens a {
  display: block;
  font-family: var(--titrage);
  font-weight: 600;
  font-size: 1.5rem;
  color: var(--encre);
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 1px solid var(--lin);
}

/* ==========================================================================
   Table de coupe: hero plein cadre
   ========================================================================== */

.table-de-coupe {
  position: relative;
  min-height: 100vh;
  padding: calc(var(--hauteur-bandeau) + 24px) 24px 24px;
  background:
    radial-gradient(120% 90% at 78% 8%, rgba(255, 253, 250, 0.9) 0%, rgba(251, 246, 239, 0) 62%),
    var(--papier);
  display: flex;
}

.table-de-coupe__cadre {
  position: relative;
  flex: 1;
  border: 1px solid var(--rouille);
  padding: 46px clamp(20px, 4vw, 56px) 0;
  display: flex;
  flex-direction: column;
}
.table-de-coupe__cadre::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-image:
    linear-gradient(var(--rouille), var(--rouille)),
    linear-gradient(var(--rouille), var(--rouille)),
    linear-gradient(var(--rouille), var(--rouille)),
    linear-gradient(var(--rouille), var(--rouille)),
    linear-gradient(var(--rouille), var(--rouille)),
    linear-gradient(var(--rouille), var(--rouille)),
    linear-gradient(var(--rouille), var(--rouille)),
    linear-gradient(var(--rouille), var(--rouille));
  background-size: 30px 4px, 4px 30px, 30px 4px, 4px 30px, 30px 4px, 4px 30px, 30px 4px, 4px 30px;
  background-position: left top, left top, right top, right top, left bottom, left bottom, right bottom, right bottom;
}

.table-de-coupe__grille {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--gouttiere);
  align-items: center;
  flex: 1;
  padding: 20px 0 34px;
}

.table-de-coupe__discours { grid-column: 1 / span 7; }
.table-de-coupe__vue { grid-column: 8 / span 5; }

.table-de-coupe h1 { margin-bottom: 0.35em; }
.table-de-coupe__chapo {
  font-size: 1.1875rem;
  color: var(--encre-douce);
  font-weight: 500;
  max-width: 60ch;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 26px 0 0;
}

.reassurance {
  margin-top: 30px;
  border-top: 1px solid var(--lin);
  padding-top: 18px;
  max-width: 560px;
}
.reassurance__valeur {
  font-family: var(--graduation);
  font-size: 1.6rem;
  color: var(--rouille);
  display: block;
}
.reassurance p { margin: 6px 0 0; font-size: 0.9375rem; color: var(--encre-douce); }

.vue-photo {
  position: relative;
  padding: 10px;
  background: var(--surface);
}
.vue-photo img { width: 100%; height: auto; }
.vue-photo__voile {
  position: absolute;
  inset: 10px;
  background: rgba(245, 237, 226, 0.24);
  pointer-events: none;
}

.bande-mesures {
  border-top: 1px solid var(--lin);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.bande-mesures div {
  padding: 16px 18px 20px;
  border-right: 1px solid var(--lin);
}
.bande-mesures div:last-child { border-right: 0; }
.bande-mesures dt,
.bande-mesures .cle {
  font-family: var(--graduation);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--encre-douce);
  display: block;
  margin-bottom: 4px;
}
.bande-mesures .valeur {
  font-family: var(--graduation);
  font-size: 1.25rem;
  color: var(--encre);
  display: block;
}

/* ==========================================================================
   Rythme des sections
   ========================================================================== */

.section { padding: 92px 24px; }
.section--toile { background: var(--toile); }
.section--serree { padding-top: 64px; }

.laize {
  max-width: var(--laize);
  margin: 0 auto;
}
.laize--etroite { max-width: 720px; }

.entete-section { margin-bottom: 44px; max-width: 760px; }
.entete-section p { color: var(--encre-douce); }

.entete-section--decalee { margin-left: auto; }

/* ---------- Problème: deux colonnes de constats ---------- */

.releve {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gouttiere);
}
.constat {
  padding: 28px 26px 26px;
}
.constat h3 { margin-bottom: 0.5em; }
.constat p { color: var(--encre-douce); margin-bottom: 0; }
.constat__cout {
  font-family: var(--graduation);
  font-size: 1.1rem;
  color: var(--rouille);
  display: block;
  margin-bottom: 10px;
}

.encart-lateral {
  margin-top: 34px;
  padding: 26px 28px;
  background: var(--surface);
  border-left: 4px solid var(--sauge);
}
.encart-lateral p { margin-bottom: 0; color: var(--encre); }

/* ---------- Solution: quatre temps sur une ligne de patronage ---------- */

.patronage { position: relative; }
.patronage__ligne {
  height: 1px;
  background: var(--lin);
  margin: 0 0 0;
  position: relative;
}
.temps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--gouttiere);
  padding-top: 0;
}
.temps__item { padding: 26px 0 0; position: relative; }
.temps__item::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 18px;
  height: 3px;
  background: var(--rouille);
}
.temps__rang {
  font-family: var(--graduation);
  font-size: 1.75rem;
  color: var(--rouille);
  display: block;
  margin-bottom: 8px;
}
.temps__item h3 { margin-bottom: 0.45em; }
.temps__item p { color: var(--encre-douce); font-size: 1rem; margin-bottom: 0; }

.duo-terrain {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 46px;
  align-items: center;
  margin-top: 62px;
}
.duo-terrain--inverse { grid-template-columns: 7fr 5fr; }
.duo-terrain h3 { font-size: 1.55rem; }
.duo-terrain p { color: var(--encre-douce); }

.liste-crans { list-style: none; margin: 0; padding: 0; }
.liste-crans li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 11px 0;
  border-bottom: 1px solid var(--lin);
  font-size: 1rem;
}
.liste-crans li:last-child { border-bottom: 0; }
.liste-crans .comptage { margin-top: 4px; }

/* ---------- Fonctionnalités: grille trois par trois ---------- */

.outils {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gouttiere);
}
.outil { padding: 26px 24px 24px; }
.outil__tete {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.outil__rang {
  font-family: var(--graduation);
  font-size: 0.8125rem;
  letter-spacing: 0.12em;
  color: var(--encre-douce);
}
.outil h3 { font-size: 1.1875rem; margin-bottom: 0.5em; }
.outil p { font-size: 0.99rem; color: var(--encre-douce); margin-bottom: 0; }

/* ---------- Avantages: quatre encadrés ---------- */

.gains {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--gouttiere);
}
.gain { padding: 26px 22px 24px; background: var(--surface); }
.gain .chiffre { color: var(--rouille); font-size: 2.1rem; }
.gain h3 { font-size: 1.0625rem; margin: 10px 0 0.5em; }
.gain p { font-size: 0.95rem; color: var(--encre-douce); margin-bottom: 0; }

/* ---------- Preuve sociale ---------- */

.paroles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gouttiere);
}
.parole {
  padding: 28px 26px 24px;
  display: flex;
  flex-direction: column;
}
.parole blockquote {
  margin: 0 0 18px;
  font-size: 1.03rem;
  color: var(--encre);
}
.parole blockquote p:last-child { margin-bottom: 0; }
.parole figcaption {
  border-top: 1px solid var(--lin);
  padding-top: 14px;
  margin-top: auto;
}
.parole__nom {
  font-family: var(--titrage);
  font-weight: 600;
  font-size: 1rem;
  display: block;
}
.parole__role {
  font-family: var(--graduation);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--encre-douce);
  display: block;
  margin-top: 4px;
}

.bandeau-chiffres {
  margin-top: 52px;
  background: var(--toile);
  padding: 40px clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--gouttiere);
  border-top: 1px solid var(--lin);
  border-bottom: 1px solid var(--lin);
}
.section--toile .bandeau-chiffres { background: var(--surface); }
.bandeau-chiffres p { font-size: 0.9375rem; color: var(--encre-douce); margin: 8px 0 0; }

/* ---------- Tarifs ---------- */

.formules {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gouttiere);
  align-items: start;
}
.formule {
  padding: 30px 26px 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.formule--avant {
  margin: -16px 0;
  padding: 46px 28px;
  border-color: var(--rouille);
  background: var(--surface);
}
.formule--avant::before { --equerre: 22px; }

.formule__nom { font-size: 1.45rem; margin-bottom: 0.35em; }
.formule__cible { font-size: 0.95rem; color: var(--encre-douce); min-height: 3.4em; }
.formule__prix {
  font-family: var(--graduation);
  font-size: 3rem;
  line-height: 1;
  color: var(--encre);
  display: block;
  margin: 14px 0 4px;
}
.formule__unite {
  font-family: var(--graduation);
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  color: var(--encre-douce);
  display: block;
  margin-bottom: 18px;
}
.formule__inclus {
  list-style: none;
  margin: 20px 0 26px;
  padding: 0;
  flex: 1;
}
.formule__inclus li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 9px 0;
  border-bottom: 1px dotted var(--lin);
  font-size: 0.95rem;
}
.formule__inclus li:last-child { border-bottom: 0; }
.formule__inclus .comptage { margin-top: 3px; width: 22px; height: 14px; }
.formule .bouton { width: 100%; }
.formule:hover .rail > i { width: 100%; }

.note-tarifs {
  margin-top: 30px;
  font-size: 0.9375rem;
  color: var(--encre-douce);
  max-width: 80ch;
}

/* ---------- FAQ ---------- */

.questions { border-top: 1px solid var(--lin); }
.question {
  border-bottom: 1px solid var(--lin);
  background: transparent;
}
.question summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 44px 20px 0;
  position: relative;
  font-family: var(--titrage);
  font-weight: 600;
  font-size: 1.0625rem;
  color: var(--encre);
}
.question summary::-webkit-details-marker { display: none; }
.question summary::after {
  content: "+";
  position: absolute;
  right: 6px;
  top: 18px;
  font-family: var(--graduation);
  font-size: 1.4rem;
  color: var(--rouille);
  line-height: 1;
  transition: transform 180ms ease;
}
.question[open] summary::after { transform: rotate(45deg); }
.question[open] summary { color: var(--rouille-sombre); }
.question__corps { padding: 0 6px 22px 0; }
.question__corps p { color: var(--encre-douce); margin-bottom: 0.8em; }
.question__corps p:last-child { margin-bottom: 0; }

/* ---------- Formulaire ---------- */

.carnet {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 46px;
  align-items: start;
}
.carnet__mot p { color: var(--encre-douce); }
.carnet__mot .liste-crans { margin-top: 20px; }

.formulaire { padding: 32px 30px 34px; }
.champ { margin-bottom: 18px; }
.champ label {
  display: block;
  font-family: var(--graduation);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--encre-douce);
  margin-bottom: 6px;
}
.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(--papier);
  border: 1px solid var(--lin);
  border-radius: 2px;
  padding: 11px 13px;
}
.champ textarea { resize: vertical; min-height: 130px; }
.champ input:focus,
.champ select:focus,
.champ textarea:focus {
  outline: 2px solid var(--rouille);
  outline-offset: 2px;
  border-color: var(--rouille);
  background: var(--surface);
}
.champ--duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.champ--duo .champ { margin-bottom: 0; }

.consentement {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  font-size: 0.9375rem;
  color: var(--encre-douce);
  margin: 22px 0 24px;
}
.consentement input { margin-top: 4px; flex: none; width: 18px; height: 18px; accent-color: var(--rouille); }
.consentement label { display: inline; }

.apres-formulaire {
  margin-top: 20px;
  font-size: 0.9375rem;
  color: var(--encre-douce);
}

/* ==========================================================================
   Pied de page
   ========================================================================== */

.pied {
  background: var(--toile);
  border-top: 1px solid var(--lin);
  padding: 66px 24px 26px;
}
.pied__colonnes {
  max-width: var(--laize);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
  gap: 40px;
}
.pied h2, .pied h3 {
  font-family: var(--graduation);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rouille);
  font-weight: 400;
  margin-bottom: 16px;
}
.pied ul { list-style: none; margin: 0; padding: 0; }
.pied li { margin-bottom: 9px; }
.pied a { color: var(--encre); text-decoration: none; font-size: 0.9375rem; }
.pied a:hover { color: var(--rouille); text-decoration: underline; }
.pied p { font-size: 0.9375rem; color: var(--encre-douce); }
.pied__position { max-width: 34ch; }
.pied__social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 14px;
}
.pied__social a { font-family: var(--graduation); font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; }

.pied__barre {
  max-width: var(--laize);
  margin: 46px auto 0;
  padding-top: 22px;
  border-top: 1px solid var(--lin);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  justify-content: space-between;
  font-size: 0.875rem;
  color: var(--encre-douce);
}
.pied__barre a { font-size: 0.875rem; color: var(--rouille); }

/* ==========================================================================
   Pages intérieures
   ========================================================================== */

.page-tete {
  padding: calc(var(--hauteur-bandeau) + 62px) 24px 40px;
  background: var(--toile);
  border-bottom: 1px solid var(--lin);
}
.page-tete h1 { font-size: 2.7rem; }
.page-tete p { color: var(--encre-douce); font-size: 1.0625rem; }

.fil {
  font-family: var(--graduation);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--encre-douce);
  margin-bottom: 18px;
}
.fil ol { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; }
.fil li::after { content: " /"; color: var(--lin); }
.fil li:last-child::after { content: ""; }
.fil a { color: var(--encre-douce); text-decoration: none; }

.prose { padding: 62px 24px 82px; }
.prose h2 {
  font-size: 1.7rem;
  margin-top: 2em;
  padding-top: 0.6em;
  border-top: 1px solid var(--lin);
}
.prose h2:first-of-type { margin-top: 0; border-top: 0; padding-top: 0; }
.prose h3 { margin-top: 1.6em; }
.prose li { margin-bottom: 8px; }
.prose dl { margin: 0 0 1.2em; }
.prose dt { font-weight: 600; margin-top: 12px; }
.prose dd { margin: 0 0 0 0; color: var(--encre-douce); }

.tableau-simple {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 1.4em;
  font-size: 0.95rem;
}
.tableau-simple th,
.tableau-simple td {
  border: 1px solid var(--lin);
  padding: 11px 13px;
  text-align: left;
  vertical-align: top;
}
.tableau-simple th {
  background: var(--toile);
  font-family: var(--graduation);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
}

.portrait {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 36px;
  align-items: start;
  margin-bottom: 44px;
}
.portrait img { width: 100%; }
.portrait__cadre { padding: 10px; background: var(--surface); }

.plan-liste { list-style: none; margin: 0; padding: 0; }
.plan-liste > li {
  padding: 20px 0;
  border-bottom: 1px solid var(--lin);
}
.plan-liste a { font-family: var(--titrage); font-weight: 600; font-size: 1.1rem; text-decoration: none; }
.plan-liste p { margin: 6px 0 0; color: var(--encre-douce); font-size: 0.95rem; }

.centre-message {
  padding: calc(var(--hauteur-bandeau) + 80px) 24px 90px;
  text-align: left;
}
.centre-message .laize--etroite { max-width: 640px; }
.centre-message h1 { font-size: 2.6rem; }

/* ==========================================================================
   Réponses aux tailles d écran
   ========================================================================== */

@media (max-width: 1080px) {
  .outils { grid-template-columns: repeat(2, 1fr); }
  .gains { grid-template-columns: repeat(2, 1fr); }
  .temps { grid-template-columns: repeat(2, 1fr); row-gap: 34px; }
  .bandeau-chiffres { grid-template-columns: repeat(2, 1fr); row-gap: 30px; }
  .pied__colonnes { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  h1 { font-size: 2.6rem; }
  h2 { font-size: 1.9rem; }
  .bandeau__nav, .bandeau__action { display: none; }
  .ouvre-panneau { display: block; }
  .table-de-coupe { padding: calc(var(--hauteur-bandeau) + 12px) 12px 12px; min-height: 0; }
  .table-de-coupe__cadre { padding: 30px 20px 0; }
  .table-de-coupe__grille { grid-template-columns: 1fr; row-gap: 34px; padding-bottom: 26px; }
  .table-de-coupe__discours,
  .table-de-coupe__vue { grid-column: 1 / -1; }
  .bande-mesures { grid-template-columns: repeat(2, 1fr); }
  .bande-mesures div:nth-child(2) { border-right: 0; }
  .bande-mesures div:nth-child(1),
  .bande-mesures div:nth-child(2) { border-bottom: 1px solid var(--lin); }
  .releve { grid-template-columns: 1fr; }
  .duo-terrain,
  .duo-terrain--inverse,
  .carnet { grid-template-columns: 1fr; gap: 32px; }
  .formules { grid-template-columns: 1fr; }
  .formule--avant { margin: 0; padding: 34px 26px; }
  .paroles { grid-template-columns: 1fr; }
  .portrait { grid-template-columns: 1fr; }
  .section { padding: 66px 20px; }
}

@media (max-width: 640px) {
  h1 { font-size: 2.3rem; }
  h2 { font-size: 1.75rem; }
  body { font-size: 1.03rem; }
  .outils, .gains { grid-template-columns: 1fr; }
  .temps { grid-template-columns: 1fr; }
  .bandeau-chiffres { grid-template-columns: 1fr; }
  .pied__colonnes { grid-template-columns: 1fr; gap: 32px; }
  .champ--duo { grid-template-columns: 1fr; gap: 18px; }
  .champ--duo .champ { margin-bottom: 18px; }
  .formule__prix { font-size: 2.5rem; }
  .formulaire { padding: 24px 20px 26px; }
}

@media print {
  .bandeau, .panneau, .ouvre-panneau, .actions { display: none; }
  body { background: #FFFFFF; }
}

/* ==========================================================================
   Mouvement réduit
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  .rail > i { width: var(--remplissage, 100%); transition: none; }
  .bouton--file::after { display: none; }
}
/* ==========================================================================
   LE CARNET DE MESURES, section magazine
   Ajoutee en fin de feuille, aucune regle anterieure n est modifiee.
   Memes variables de couleur, meme lisere continu a coins ancres, memes
   batons de comptage groupes par cinq et memes rails de progression que le
   reste du site. Le magazine se lit comme une page de plus du cahier
   d atelier, jamais comme un module rapporte.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Grille de cartes d article, employee par l index du magazine,
      par le bloc A lire aussi et par la section de la page d accueil.
   -------------------------------------------------------------------------- */

.sommaire {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gouttiere);
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sommaire > li { margin: 0; padding: 0; display: flex; }

/* --------------------------------------------------------------------------
   2. Carte d article: liseré, equerres rouille, rail qui se remplit au survol
   -------------------------------------------------------------------------- */

.fiche {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 12px 12px 26px;
  background: var(--surface);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.fiche__vue {
  position: relative;
  margin: 0 0 18px;
  background: var(--toile);
  overflow: hidden;
}
.fiche__vue img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.fiche__vue::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(245, 237, 226, 0.16);
  pointer-events: none;
}

.fiche__texte {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 12px;
}

.fiche__angle {
  align-self: flex-start;
  margin-bottom: 14px;
}

.fiche__titre {
  font-family: var(--titrage);
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.16;
  letter-spacing: 0.01em;
  margin: 0 0 10px;
  max-width: none;
}
.fiche__titre a {
  color: var(--encre);
  text-decoration: none;
}
.fiche__titre a:hover,
.fiche__titre a:focus-visible { color: var(--rouille); }

.fiche__extrait {
  color: var(--encre-douce);
  font-size: 0.97rem;
  margin: 0 0 18px;
  max-width: none;
  flex: 1;
}

.fiche__mesures {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 14px;
  margin: 0;
  padding-top: 13px;
  border-top: 1px solid var(--lin);
  font-family: var(--graduation);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--encre-douce);
  max-width: none;
}
.fiche__mesures .comptage { width: 22px; height: 14px; }

.fiche .rail { margin: 14px 0 0; max-width: none; }
.fiche:hover { border-color: var(--rouille); }
.fiche:hover .rail > i { width: 100%; }
.fiche:focus-within .rail > i { width: 100%; }

/* --------------------------------------------------------------------------
   3. Index du magazine: chapeau et bandeau de tete
   -------------------------------------------------------------------------- */

.chapo-magazine {
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--encre-douce);
  max-width: 66ch;
  margin: 0;
}

.compteur-magazine {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 22px;
  margin: 24px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--lin);
  font-family: var(--graduation);
  font-size: 0.8125rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--encre-douce);
  max-width: none;
}

/* --------------------------------------------------------------------------
   4. Entete d article: fil d Ariane, angle, dates, temps de lecture
   -------------------------------------------------------------------------- */

.tete-article {
  padding: calc(var(--hauteur-bandeau) + 56px) 24px 40px;
  background: var(--toile);
  border-bottom: 1px solid var(--lin);
}
.tete-article h1 {
  font-size: 2.9rem;
  margin-bottom: 0.3em;
}

.tete-article__mesures {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  margin: 0 0 20px;
  max-width: none;
  font-family: var(--graduation);
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--encre-douce);
}
.tete-article__mesures .etiquette { color: var(--sauge); }

.tete-article__maj {
  margin: 18px 0 0;
  font-family: var(--graduation);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: var(--encre-douce);
  max-width: none;
}

/* Chapeau en exergue: filet rouille a gauche, jamais d italique */
.chapo-article {
  margin: 22px 0 0;
  padding: 4px 0 4px 22px;
  border-left: 4px solid var(--rouille);
  font-size: 1.16rem;
  font-weight: 500;
  line-height: 1.58;
  color: var(--encre);
  max-width: 62ch;
}

/* --------------------------------------------------------------------------
   5. Image a la une et zone de lecture
   -------------------------------------------------------------------------- */

.zone-article { padding: 40px 24px 84px; }

.laize--article { max-width: 780px; margin: 0 auto; }

.photo-une {
  margin: 0 0 44px;
  padding: 10px;
  background: var(--surface);
}
.photo-une img { width: 100%; height: auto; }
.photo-une figcaption {
  padding: 12px 4px 2px;
  font-family: var(--graduation);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: var(--encre-douce);
}

/* --------------------------------------------------------------------------
   6. Corps redactionnel: balises nues, aucune classe.
      Tout ce qui suit met en forme le HTML semantique produit par la
      redaction, afin qu un article ne paraisse jamais non style.
   -------------------------------------------------------------------------- */

.corps-article {
  max-width: 68ch;
  font-size: 1.0625rem;
  line-height: 1.68;
  color: var(--encre);
}

.corps-article > *:first-child { margin-top: 0; }

.corps-article h2 {
  position: relative;
  font-family: var(--titrage);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 2.1em 0 0.65em;
  padding-top: 0.85em;
  border-top: 1px solid var(--lin);
}
.corps-article h2::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 26px;
  height: 3px;
  background: var(--rouille);
}
.corps-article > h2:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.corps-article > h2:first-child::before { display: none; }

.corps-article h3 {
  font-family: var(--titrage);
  font-size: 1.24rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 1.9em 0 0.5em;
  color: var(--encre);
}
.corps-article h3::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 2px;
  background: var(--rouille);
  vertical-align: 0.32em;
  margin-right: 11px;
}

.corps-article p { margin: 0 0 1.15em; max-width: none; }

.corps-article strong { font-weight: 600; color: var(--encre); }

/* Aucun italique dans la direction artistique: la mise en valeur passe par
   un aplat rouille tres pale glisse sous le mot. */
.corps-article em {
  font-style: normal;
  font-weight: 500;
  box-shadow: inset 0 -0.42em 0 rgba(168, 82, 28, 0.14);
}

.corps-article a {
  color: var(--rouille);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration-color: rgba(168, 82, 28, 0.45);
}
.corps-article a:hover,
.corps-article a:focus-visible {
  color: var(--rouille-sombre);
  text-decoration-color: var(--rouille-sombre);
}

/* Listes a puces: la puce est un groupe de batons de comptage,
   quatre traits droits barres du cinquieme en oblique. */
.corps-article ul,
.corps-article ol {
  margin: 0 0 1.5em;
  padding: 0;
  list-style: none;
}
.corps-article ul > li,
.corps-article ol > li {
  position: relative;
  padding: 8px 0 8px 34px;
  border-bottom: 1px dotted var(--lin);
}
.corps-article ul > li:last-child,
.corps-article ol > li:last-child { border-bottom: 0; }
.corps-article li > p { margin-bottom: 0.5em; }
.corps-article li > p:last-child { margin-bottom: 0; }

.corps-article ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 19px;
  height: 12px;
  background-repeat: no-repeat;
  background-image:
    linear-gradient(to top right,
      transparent calc(50% - 1px), var(--rouille) calc(50% - 1px),
      var(--rouille) calc(50% + 1px), transparent calc(50% + 1px)),
    repeating-linear-gradient(to right,
      var(--rouille) 0, var(--rouille) 2px, transparent 2px, transparent 5px);
  background-size: 19px 12px, 17px 12px;
}

.corps-article ol { counter-reset: cran; }
.corps-article ol > li { counter-increment: cran; padding-left: 40px; }
.corps-article ol > li::before {
  content: counter(cran, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 8px;
  font-family: var(--graduation);
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  color: var(--rouille);
}

/* Listes imbriquees: meme trame, retrait supplementaire, pas de filet */
.corps-article li ul,
.corps-article li ol { margin: 0.5em 0 0; }
.corps-article li ul > li,
.corps-article li ol > li { border-bottom: 0; padding-top: 4px; padding-bottom: 4px; }
.corps-article li ul > li::before { top: 11px; }

/* Tableau recapitulatif: filets lin, en tete en Syne Mono capitales */
.corps-article table {
  width: 100%;
  border-collapse: collapse;
  margin: 0.6em 0 1.8em;
  font-size: 0.95rem;
}
.corps-article th,
.corps-article td {
  border: 1px solid var(--lin);
  padding: 11px 13px;
  text-align: left;
  vertical-align: top;
}
.corps-article thead th {
  background: var(--toile);
  font-family: var(--graduation);
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--encre);
}
.corps-article tbody th {
  background: var(--surface);
  font-family: var(--courant);
  font-weight: 600;
}
.corps-article tbody tr:nth-child(even) td { background: rgba(245, 237, 226, 0.45); }

/* Citation: filet rouille a gauche, Syne, jamais d italique */
.corps-article blockquote {
  margin: 1.9em 0;
  padding: 22px 26px;
  background: var(--surface);
  border: 1px solid var(--lin);
  border-left: 4px solid var(--rouille);
  font-family: var(--titrage);
  font-weight: 600;
  font-size: 1.16rem;
  line-height: 1.36;
  color: var(--encre);
}
.corps-article blockquote p { margin-bottom: 0.7em; }
.corps-article blockquote p:last-child { margin-bottom: 0; }

/* Encadre: le lisere continu a coins ancres du site, en pleine forme */
.corps-article aside {
  position: relative;
  margin: 2em 0;
  padding: 26px 28px;
  background: var(--surface);
  border: 1px solid var(--lin);
  box-shadow: inset 0 0 0 3px var(--surface);
}
.corps-article aside::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-image:
    linear-gradient(var(--rouille), var(--rouille)),
    linear-gradient(var(--rouille), var(--rouille)),
    linear-gradient(var(--rouille), var(--rouille)),
    linear-gradient(var(--rouille), var(--rouille)),
    linear-gradient(var(--rouille), var(--rouille)),
    linear-gradient(var(--rouille), var(--rouille)),
    linear-gradient(var(--rouille), var(--rouille)),
    linear-gradient(var(--rouille), var(--rouille));
  background-size:
    var(--equerre) 3px, 3px var(--equerre),
    var(--equerre) 3px, 3px var(--equerre),
    var(--equerre) 3px, 3px var(--equerre),
    var(--equerre) 3px, 3px var(--equerre);
  background-position:
    left top, left top,
    right top, right top,
    left bottom, left bottom,
    right bottom, right bottom;
}
.corps-article aside p:last-child { margin-bottom: 0; }
.corps-article aside ul:last-child,
.corps-article aside ol:last-child { margin-bottom: 0; }

.corps-article figure {
  margin: 2em 0;
  padding: 10px;
  background: var(--surface);
  border: 1px solid var(--lin);
}
.corps-article figure img { width: 100%; height: auto; }
.corps-article figcaption {
  padding: 11px 4px 2px;
  font-family: var(--graduation);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: var(--encre-douce);
}

/* --------------------------------------------------------------------------
   7. Appel a l action de fin d article
   -------------------------------------------------------------------------- */

.appel-article {
  margin: 50px 0 0;
  padding: 30px 30px 32px;
  background: var(--toile);
}
.appel-article__mot {
  font-family: var(--titrage);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.12;
  letter-spacing: 0.01em;
  margin: 0 0 10px;
  max-width: 30ch;
}
.appel-article p { color: var(--encre-douce); max-width: 62ch; }
.appel-article .actions { margin-top: 20px; }

/* --------------------------------------------------------------------------
   8. Encart auteur
   -------------------------------------------------------------------------- */

.encart-auteur {
  margin: 46px 0 0;
  padding: 26px 28px 24px;
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 26px;
  align-items: start;
  background: var(--surface);
}
.encart-auteur__portrait {
  margin: 0;
  padding: 6px;
  background: var(--toile);
}
.encart-auteur__portrait img { width: 96px; height: 96px; }
.encart-auteur__role {
  font-family: var(--graduation);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sauge);
  margin: 0 0 6px;
  max-width: none;
}
.encart-auteur__nom {
  font-family: var(--titrage);
  font-weight: 700;
  font-size: 1.16rem;
  line-height: 1.15;
  margin: 0 0 10px;
  max-width: none;
}
.encart-auteur p {
  color: var(--encre-douce);
  font-size: 0.98rem;
  margin: 0 0 0.7em;
}
.encart-auteur p:last-child { margin-bottom: 0; }

/* --------------------------------------------------------------------------
   9. Bloc A lire aussi et section Derniers articles de la page d accueil
   -------------------------------------------------------------------------- */

.titre-bloc {
  font-family: var(--titrage);
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.08;
  letter-spacing: 0.01em;
  margin: 0 0 30px;
  max-width: 34ch;
  text-wrap: balance;
}

.carte-liee {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px 10px 22px;
  background: var(--surface);
}
.carte-liee__vue {
  margin: 0 0 16px;
  background: var(--toile);
  overflow: hidden;
}
.carte-liee__vue img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.carte-liee__titre {
  font-family: var(--titrage);
  font-weight: 600;
  font-size: 1.08rem;
  line-height: 1.2;
  margin: 0 12px 8px;
  max-width: none;
}
.carte-liee__titre a { color: var(--encre); text-decoration: none; }
.carte-liee__titre a:hover,
.carte-liee__titre a:focus-visible { color: var(--rouille); }
.carte-liee__mot {
  margin: 0 12px;
  font-size: 0.93rem;
  color: var(--encre-douce);
  flex: 1;
  max-width: none;
}
.carte-liee .rail { margin: 16px 12px 0; max-width: none; }
.carte-liee:hover .rail > i,
.carte-liee:focus-within .rail > i { width: 100%; }

.carnet-accueil__tete {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px 34px;
  margin-bottom: 42px;
}
.carnet-accueil__tete .entete-section { margin-bottom: 0; }
.carnet-accueil__suite { flex: none; margin: 0; padding-bottom: 6px; max-width: none; }

/* --------------------------------------------------------------------------
   10. Liste datee des articles, employee sur la page auteur
   -------------------------------------------------------------------------- */

.releve-articles { list-style: none; margin: 0; padding: 0; }
.releve-articles > li {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 6px 22px;
  align-items: baseline;
  padding: 16px 0;
  border-bottom: 1px solid var(--lin);
}
.releve-articles time {
  font-family: var(--graduation);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rouille);
}
.releve-articles a {
  font-family: var(--titrage);
  font-weight: 600;
  font-size: 1.06rem;
  line-height: 1.24;
  color: var(--encre);
  text-decoration: none;
}
.releve-articles a:hover,
.releve-articles a:focus-visible { color: var(--rouille); }
.releve-articles p {
  grid-column: 2;
  margin: 0;
  font-size: 0.93rem;
  color: var(--encre-douce);
}

/* --------------------------------------------------------------------------
   11. Reponses aux tailles d ecran, magazine
   -------------------------------------------------------------------------- */

@media (max-width: 1080px) {
  .sommaire { grid-template-columns: repeat(2, 1fr); }
  .tete-article h1 { font-size: 2.5rem; }
}

@media (max-width: 900px) {
  .zone-article { padding: 32px 20px 66px; }
  .tete-article { padding: calc(var(--hauteur-bandeau) + 34px) 20px 32px; }
  .tete-article h1 { font-size: 2.2rem; max-width: none; }
  .corps-article h2 { font-size: 1.6rem; }
  .encart-auteur { grid-template-columns: 1fr; gap: 18px; }
  .carnet-accueil__tete { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 640px) {
  .sommaire { grid-template-columns: 1fr; }
  .chapo-magazine { font-size: 1.09rem; }
  .tete-article h1 { font-size: 1.95rem; }
  .corps-article h2 { font-size: 1.45rem; }
  .corps-article table { display: block; overflow-x: auto; }
  .appel-article { padding: 24px 20px 26px; }
  .releve-articles > li { grid-template-columns: 1fr; }
  .releve-articles p { grid-column: 1; }
}

/* Intitule de colonne du pied de page pose sur un paragraphe: les pages du
   magazine reservent les niveaux de titre au corps redactionnel, le pied
   garde donc exactement la meme allure sans consommer un h2. */
.pied .pied__intitule {
  font-family: var(--graduation);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rouille);
  font-weight: 400;
  margin: 0 0 16px;
  max-width: 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}
