@font-face{font-family:'Old Standard TT';font-style:normal;font-weight:700;font-display:swap;src:url('/old-standard-tt-v13-latin-700.woff2') format('woff2')}
@font-face{font-family:'Vollkorn';font-style:normal;font-weight:400;font-display:swap;src:url('/vollkorn-v13-latin-regular.woff2') format('woff2')}
@font-face{font-family:'Vollkorn';font-style:normal;font-weight:700;font-display:swap;src:url('/vollkorn-v13-latin-700.woff2') format('woff2')}

/* PEAU « revue-reliee » : La Revue Reliée (direction 17), archétype guide-sommaire, préfixe shd-.
   Le site est un volume relié : cahiers (rubriques) numérotés en romains, feuillets (articles) foliotés,
   page de titre et table à l'accueil, colophon d'achevé en pied.
   TOUT CE QUI VARIE PAR SITE est dans :root ci-dessous (palette de 7 matières, 3 piles de polices système,
   rayon, densité, mesure, largeurs). Le reste ne se touche pas : c'est la reliure.
   Aucune ressource externe, aucun @import, aucune police distante, aucun script.
   Vocabulaire : volume, titre-courant, signet, tranchefile, marque, page-de-titre, frontispice, pupitre,
   marge, table, colonne, cahier, signature, palier, lettrine, registre, feuillet, planche, legende, cote,
   folio, collation, note, index, bibliographie, renvoi, entree, chapo, reperes, corps, sources, voisin,
   garde, errata, colophon. */
:root {
  /* PALETTE : les matières d'un volume relié */
  --papier-volume: #f7f5ef;  /* le papier des feuillets : fond de page */
  --garde: #e9e4d7;          /* le papier de garde : table du rail, collation, pages de garde, colophon */
  --encre: #1f2320;          /* l'encre d'impression : texte et titres (15:1 sur le papier, 13:1 sur la garde) */
  --encre-passee: #55594f;   /* l'encre passée : légendes, repères, cotes (6,5:1 papier, 5,7:1 garde) */
  --toile: #26566b;          /* la toile de reliure : lettrines, numéros romains, liens, aplats de clé et pastilles (papier dessus 7,3:1) */
  --filet-or: #8f7a3a;       /* le filet d'or du doreur : 1 px */
  --filet: #d5cdba;          /* le filet d'impression : séparations, points de conduite */
  /* RÈGLE NÉGATIVE : l'or est un filet de 1 px, jamais une surface, jamais un texte, jamais un soulignement de
     lien. Tout ce qui se lit est en encre, en encre passée ou en toile. */

  /* POLICES : trois piles système, trois rôles. Baskerville pour les titres, les romains, les lettrines et les
     paragraphes numérotés ; Gill Sans pour la lecture et les capitales espacées des clés ; la mono SEULEMENT
     pour les folios et les cotes. */
  --titre-police: "Old Standard TT", Baskerville, "Hoefler Text", Garamond, serif;
  --texte-police: Vollkorn, "Gill Sans", Seravek, Candara, Georgia, serif;
  --folio-police: "PT Mono", "Cascadia Mono", Consolas, "Lucida Console", monospace;

  /* RYTHME */
  --corps: clamp(1rem, 0.96rem + 0.2vw, 1.0625rem); /* 16 à 17 px */
  --interligne: 1.62;
  --interligne-titre: 1.1;
  --mesure: 66ch;            /* longueur de ligne de lecture */
  --pas: 1.45rem;             /* densité : unité d'espacement vertical */
  --page-max: 72rem;         /* largeur du volume */
  --marge-largeur: 16.5rem;  /* largeur du rail de table */
  --rayon: 12px;             /* coins des feuillets adoucis (relief, design-exceptionnel 4.3) */
  --marque-pas: 1.35rem;     /* décalage d'une marque de collationnement à la suivante */
  /* RECADRAGE : les photos du réseau sont larges (1600 x 896, environ 16/9). Une planche 4/3 en garde 75 % de la
     largeur ; le frontispice et les vignettes 3/4 n'en gardent que 42 %, le centre. Si le sujet décrit dans l'alt
     est décentré, déplacer le point focal ici (ex. « 35% 50% ») plutôt que de changer le ratio. */
  --foyer-planche: 50% 50%;
  --foyer-portrait: 50% 50%;
  --t1: clamp(2.05rem, 1.35rem + 2.9vw, 3.6rem);
  --t2: clamp(1.4rem, 1.2rem + 0.9vw, 1.95rem);
  --t3: clamp(1.1rem, 1.02rem + 0.35vw, 1.3rem);
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
body {
  margin: 0; background: var(--papier-volume); color: var(--encre);
  font-family: var(--texte-police); font-size: var(--corps); line-height: var(--interligne);
  overflow-wrap: break-word; font-variant-numeric: oldstyle-nums proportional-nums;
}
img { max-width: 100%; height: auto; display: block; }
picture { display: block; }
::selection { background: color-mix(in srgb, var(--toile) 22%, var(--papier-volume)); }
a { color: var(--toile); text-decoration-thickness: 1px; text-underline-offset: 0.2em; }
a:hover { color: var(--encre); text-decoration-thickness: 2px; }
:focus-visible { outline: 2px solid var(--toile); outline-offset: 3px; border-radius: var(--rayon); }
h1, h2, h3, h4 { font-family: var(--titre-police); font-weight: 600; line-height: var(--interligne-titre); margin: 0 0 0.5em; color: var(--encre); text-wrap: balance; }
p, ul, ol, dl, figure, table, blockquote, pre { margin: 0 0 var(--pas); }
[id] { scroll-margin-top: var(--pas); }

.shd-volume { width: 100%; max-width: var(--page-max); margin-inline: auto; padding-inline: clamp(1rem, 4vw, 2.5rem); }
.shd-evitement { position: absolute; left: -9999px; top: 0; z-index: 20; background: var(--encre); color: var(--papier-volume); padding: 0.6rem 1rem; }
.shd-evitement:focus { left: 0.5rem; top: 0.5rem; color: var(--papier-volume); }

/* ------------------------------------------------------------------ GESTE C : filet d'or et marques de collationnement
   Sur le dos d'un livre cousu, chaque cahier porte un pavé imprimé sur sa pliure, décalé d'un cran : assemblé,
   le volume montre un escalier. Le filet d'or de 1 px court sous le titre courant, en tête de chaque cahier,
   dans la table, au colophon et à l'errata ; la marque d'un cahier s'y pose à son rang (--rang). */
.shd-tranchefile { position: relative; height: 0; border-top: 1px solid var(--filet-or); margin: 1.2rem 0 1.3rem; }
.shd-marque { position: absolute; left: calc((var(--rang, 1) - 1) * var(--marque-pas)); top: -0.55rem; width: 0.5rem; height: 1.1rem; background: var(--toile); border-radius: 2px; }
/* l'escalier entier : chaque marque descend d'un cran, réparti sur la hauteur quel que soit le nombre de cahiers */
.shd-tranchefile--dos .shd-marque { top: calc(-1rem + (var(--rang, 1) - 1) * (0.9rem / var(--total, 1))); }
.shd-marque--autre { background: var(--papier-volume); box-shadow: inset 0 0 0 1px var(--toile); }
.shd-marque--manquante { background: transparent; box-shadow: none; outline: 1px dashed var(--toile); outline-offset: -1px; }
.shd-tranchefile--courant { margin: 0; }
.shd-tranchefile--colophon { margin: 0 0 1.8rem; }
.shd-colophon .shd-marque--autre, .shd-colophon .shd-tranchefile--dos .shd-marque { box-shadow: none; }
.shd-tranchefile--errata { width: min(100%, 12rem); margin: 1.6rem auto 1.8rem; }

/* ------------------------------------------------------------------ GESTE A : le folio entre deux filets fins */
.shd-folio {
  display: flex; align-items: center; gap: 0.9rem; margin: calc(var(--pas) * 1.1) 0;
  font-family: var(--folio-police); font-size: 0.74rem; letter-spacing: 0.03em; line-height: 1.4;
  color: var(--encre-passee); font-variant-numeric: lining-nums tabular-nums;
}
.shd-folio::before, .shd-folio::after { content: ""; flex: 1 1 1.5rem; border-top: 1px solid var(--filet); }
.shd-folio__texte { flex: 0 1 auto; text-align: center; }
.shd-folio--tete { margin: 0 0 0.8rem; }
.shd-folio--tete::before { flex: 0 0 1.4rem; }
.shd-folio--pied { margin-top: calc(var(--pas) * 1.6); }
.shd-folio--colophon { margin: 1.8rem 0 0.8rem; }

/* ------------------------------------------------------------------ GESTE B : la lettrine de cahier sur deux lignes */
.shd-lettrine::first-letter, .shd-corps > p:first-of-type::first-letter {
  font-family: var(--titre-police); font-weight: 600; color: var(--toile);
  float: left; font-size: 3.3em; line-height: 0.8; padding: 0.06em 0.09em 0 0;
}
@supports (initial-letter: 2) or (-webkit-initial-letter: 2) {
  .shd-lettrine::first-letter, .shd-corps > p:first-of-type::first-letter {
    float: none; font-size: inherit; line-height: inherit; padding: 0 0.1em 0 0;
    -webkit-initial-letter: 2; initial-letter: 2;
  }
}

/* ------------------------------------------------------------------ titre courant */
.shd-titre-courant { background: var(--papier-volume); padding-top: 1.1rem; }
.shd-titre-courant__rangee { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 0.6rem 2rem; padding-bottom: 1.25rem; }
.shd-titre-courant__nom { font-family: var(--titre-police); font-size: 0.98rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--encre); text-decoration: none; }
.shd-titre-courant__nom:hover { color: var(--toile); }
.shd-signets__liste { display: flex; flex-wrap: wrap; gap: 0.35rem 1.25rem; list-style: none; margin: 0; padding: 0; }
.shd-signet { display: inline-flex; align-items: baseline; gap: 0.4rem; color: var(--encre); text-decoration: none; font-size: 0.92rem; padding-bottom: 0.15rem; border-bottom: 1px solid transparent; }
.shd-signet__rang { font-family: var(--titre-police); font-size: 0.85rem; color: var(--toile); font-variant-numeric: lining-nums; }
.shd-signet:hover, .shd-signet[aria-current] { color: var(--toile); border-bottom-color: var(--toile); }
.shd-signet--garde { font-style: italic; color: var(--encre-passee); }

/* ------------------------------------------------------------------ page de titre (accueil) */
.shd-page-de-titre { display: grid; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; padding-block: clamp(2rem, 6vw, 4.5rem) clamp(1.8rem, 4vw, 3.2rem); border-bottom: 1px solid var(--filet); }
.shd-page-de-titre--frontispice { grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr); }
.shd-frontispice { margin: 0; max-width: 24rem; justify-self: center; width: 100%; }
.shd-frontispice__image img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: var(--foyer-portrait); outline: 1px solid var(--filet); outline-offset: 6px; border-radius: var(--rayon); box-shadow: 0 3px 14px rgba(35,32,25,.14); }
.shd-page-de-titre__texte { text-align: center; }
.shd-surtitre { font-family: var(--texte-police); font-size: 0.74rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--encre-passee); margin: 0 0 0.8rem; font-variant-numeric: lining-nums; }
.shd-page-de-titre__titre { font-size: var(--t1); max-width: 15ch; margin: 0 auto 0.7rem; letter-spacing: -0.005em; }
.shd-page-de-titre__sous-titre { font-family: var(--titre-police); font-style: italic; font-size: clamp(1.12rem, 1rem + 0.5vw, 1.38rem); line-height: 1.42; color: var(--encre-passee); max-width: 34ch; margin: 0 auto 1.5rem; }
.shd-reperes { display: flex; flex-wrap: wrap; gap: 0.35rem 1.1rem; list-style: none; padding: 0; margin: 0; font-size: 0.78rem; letter-spacing: 0.09em; text-transform: uppercase; color: var(--encre-passee); font-variant-numeric: lining-nums; }
.shd-reperes li { display: inline-flex; align-items: center; gap: 0.5rem; }
.shd-reperes li::before { content: ""; width: 0.28rem; height: 0.55rem; background: var(--toile); flex: none; }
.shd-reperes--titre { justify-content: center; }

/* ------------------------------------------------------------------ pupitre : la table à gauche, la colonne à droite
   (le rail s'étire sur toute la rangée : sans cela la table collante n'a aucune course) */
.shd-pupitre { display: grid; grid-template-columns: var(--marge-largeur) minmax(0, 1fr); gap: clamp(1.5rem, 4vw, 3.5rem); align-items: stretch; padding-block: clamp(1.8rem, 4vw, 3rem) clamp(2.2rem, 5vw, 3.6rem); }
.shd-marge { min-width: 0; }
.shd-colonne { min-width: 0; max-width: calc(var(--mesure) + 8rem); }

.shd-table { position: sticky; top: var(--pas); max-height: calc(100vh - var(--pas) * 2); overflow-y: auto; background: var(--garde); border-top: 1px solid var(--filet-or); padding: 0.95rem 1rem 1rem; border-radius: var(--rayon); box-shadow: 0 2px 12px rgba(35,32,25,.10); }
.shd-table + .shd-table { position: static; max-height: none; margin-top: 1.2rem; }
.shd-table__cle { font-family: var(--texte-police); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--papier-volume); background: var(--toile); padding: 0.45rem 0.8rem 0.4rem; border-radius: calc(var(--rayon) - 4px); margin: 0; list-style: none; display: flex; justify-content: space-between; align-items: baseline; gap: 0.5rem; }
summary.shd-table__cle { cursor: pointer; }
summary.shd-table__cle::-webkit-details-marker { display: none; }
summary.shd-table__cle::after { content: "\2212"; font-size: 1rem; color: var(--toile); }
.shd-table:not([open]) > summary.shd-table__cle::after { content: "+"; }
.shd-table__liste { list-style: none; margin: 0.65rem 0 0; padding: 0; }
.shd-table__entree { position: relative; border-top: 1px solid var(--filet); }
.shd-table__entree:first-child { border-top: 0; }
.shd-table__entree { display: grid; grid-template-columns: 2.1rem minmax(0, 1fr) auto; gap: 0.35rem; align-items: baseline; padding: 0.5rem 0; font-size: 0.9rem; line-height: 1.35; }
.shd-table__entree > a { color: var(--encre); text-decoration: none; }
.shd-table__entree > a:hover, .shd-table__entree > a[aria-current] { color: var(--toile); }
.shd-table__entree > a[aria-current] .shd-table__intitule { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 0.2em; }
.shd-table__rang { font-family: var(--titre-police); font-size: 0.92rem; color: var(--toile); font-variant-numeric: lining-nums; }
.shd-table__rang--liminaire { font-style: italic; }
.shd-table__rang--cote { font-family: var(--folio-police); font-size: 0.68rem; color: var(--encre-passee); }
.shd-table__liste--cotes > .shd-table__entree > a { grid-template-columns: 3.7rem minmax(0, 1fr); }
.shd-table__liste--paragraphes > .shd-table__entree > a { grid-template-columns: 2.3rem minmax(0, 1fr); font-size: 0.86rem; }
.shd-table__nombre { font-size: 0.76rem; color: var(--encre-passee); font-variant-numeric: lining-nums tabular-nums; }
/* dans la table, chaque cahier pose sa marque dans la gouttière à son rang : l'escalier se lit en diagonale */
.shd-table__entree--cahier { padding-left: 1.75rem; }
.shd-table__marque { position: absolute; left: calc((var(--rang, 1) - 1) * (1.05rem / var(--total, 1))); top: 0.6rem; width: 0.42rem; height: 0.95rem; background: var(--toile); }
.shd-table__note { margin: 0.9rem 0 0; padding-top: 0.7rem; border-top: 1px solid var(--filet); font-size: 0.78rem; line-height: 1.45; font-style: italic; color: var(--encre-passee); }
.shd-table--feuillet .shd-collation { margin: 1.1rem 0 0; padding: 0.9rem 0 0; border-top: 1px solid var(--filet-or); background: transparent; }

/* ------------------------------------------------------------------ cahiers et sections liminaires */
.shd-cahier { padding-bottom: clamp(1.8rem, 4vw, 2.8rem); }
.shd-palier { display: grid; grid-template-columns: 2.6rem minmax(0, 1fr); align-items: baseline; font-size: var(--t2); margin: 0 0 1rem; }
.shd-palier__rang { font-size: 0.62em; font-style: italic; color: var(--toile); font-variant-numeric: lining-nums; }
.shd-avertissement { max-width: var(--mesure); font-size: 1.05em; }
.shd-note { max-width: var(--mesure); background: var(--garde); border-top: 1px solid var(--filet-or); padding: 1rem 1.2rem 1.1rem; border-radius: var(--rayon); box-shadow: 0 2px 10px rgba(35,32,25,.08); }
.shd-note__cle { font-family: var(--texte-police); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; margin: 0 0 0.45rem; }
.shd-note__texte { margin: 0; font-size: 0.95rem; }

.shd-cahier__tete { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 0.2rem 1.1rem; align-items: end; margin-bottom: 1rem; }
.shd-signature { font-family: var(--titre-police); font-weight: 600; font-size: clamp(2.8rem, 2rem + 2.6vw, 4.2rem); line-height: 0.78; color: var(--toile); margin: 0; font-variant-numeric: lining-nums; }
.shd-cahier__titres .shd-surtitre { margin-bottom: 0.3rem; }
.shd-cahier__titre { font-size: var(--t2); margin: 0; }
.shd-cahier__titre a { color: var(--encre); text-decoration: none; }
.shd-cahier__titre a:hover { color: var(--toile); text-decoration: underline; text-decoration-thickness: 1px; }
.shd-cahier__intro { max-width: var(--mesure); }
.shd-cahier__note { font-style: italic; color: var(--encre-passee); font-size: 0.92rem; margin: 0.7rem 0 0; max-width: var(--mesure); }
/* le rappel : un feuillet déjà montré parmi les derniers reliés, rappelé en une ligne par renvoi */
.shd-rappels { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--filet); max-width: calc(var(--mesure) + 4rem); }
.shd-rappel { display: grid; grid-template-columns: 2.9rem minmax(0, 1fr); gap: 0.9rem; align-items: center; padding: 0.6rem 0; border-bottom: 1px solid var(--filet); }
.shd-rappel__vignette { margin: 0; }
.shd-rappel__texte { margin: 0; line-height: 1.4; }
.shd-rappel__titre { font-family: var(--titre-police); font-weight: 600; font-size: 1.02rem; color: var(--encre); text-decoration: none; margin-right: 0.4rem; }
.shd-rappel__titre:hover { color: var(--toile); text-decoration: underline; text-decoration-thickness: 1px; }
.shd-rappel__texte .shd-cote { margin-right: 0.45rem; }
.shd-rappel__numero { font-size: 0.8rem; font-style: italic; color: var(--encre-passee); white-space: nowrap; }
.shd-rappel__numero:hover { color: var(--toile); }
.shd-cahier__renvoi { margin: -0.3rem 0 0; text-align: right; font-size: 0.76rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; }
.shd-cahier__renvoi a { text-decoration: none; background: var(--toile); color: var(--papier-volume); padding: 0.4rem 0.9rem 0.35rem; border-radius: 999px; }
.shd-cahier__renvoi a:hover { text-decoration: underline; }

/* ------------------------------------------------------------------ feuillets : planche 4/3 et lignes de registre à vignette 3/4 */
.shd-feuillet--planche { margin: 0 0 1.5rem; }
.shd-planche { margin: 0 0 1.1rem; }
.shd-planche__image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: var(--foyer-planche); outline: 1px solid var(--filet); outline-offset: 5px; border-radius: var(--rayon); box-shadow: 0 2px 10px rgba(35,32,25,.10); }
.shd-legende { display: block; margin-top: 0.7rem; font-size: 0.8rem; font-style: italic; line-height: 1.45; color: var(--encre-passee); }
.shd-legende .shd-cote { font-style: normal; }
.shd-legende--frontispice { text-align: center; }
/* la légende de vignette : la cote et le cahier sous chaque petite planche, sans italique (discipline : toute image est légendée) */
.shd-legende--vignette { margin-top: 0.5rem; font-style: normal; text-align: center; line-height: 1.2; }
.shd-legende--vignette .shd-cote { font-size: 0.64rem; }
.shd-legende__rang { font-family: var(--titre-police); font-size: 0.74rem; color: var(--toile); font-variant-numeric: lining-nums; }
.shd-rappel__vignette .shd-legende--vignette { margin-top: 0.35rem; }
.shd-rappel__vignette .shd-cote { font-size: 0.56rem; letter-spacing: 0; }
.shd-feuillet__titre { font-size: var(--t3); margin: 0 0 0.3rem; }
.shd-feuillet__titre a { color: var(--encre); text-decoration: none; }
.shd-feuillet__titre a:hover { color: var(--toile); text-decoration: underline; text-decoration-thickness: 1px; }
.shd-feuillet__titre--planche { font-size: clamp(1.4rem, 1.15rem + 1.1vw, 2rem); margin-bottom: 0.45rem; }
.shd-feuillet__resume { margin: 0 0 0.35rem; color: var(--encre-passee); font-size: 0.96rem; max-width: var(--mesure); }
.shd-feuillet__sources { white-space: nowrap; }
.shd-feuillet__date { margin: 0; font-size: 0.74rem; letter-spacing: 0.09em; text-transform: uppercase; color: var(--encre-passee); font-variant-numeric: lining-nums; }
.shd-feuillet__signature { margin: 0 0 0.25rem; display: flex; flex-wrap: wrap; gap: 0.15rem 0.8rem; align-items: baseline; font-size: 0.8rem; }
.shd-feuillet__cahier { color: var(--encre-passee); text-decoration: none; letter-spacing: 0.04em; }
.shd-feuillet__cahier:hover { color: var(--toile); text-decoration: underline; }
.shd-cote { font-family: var(--folio-police); font-size: 0.74rem; letter-spacing: 0.02em; color: var(--encre-passee); font-variant-numeric: lining-nums tabular-nums; white-space: nowrap; }

.shd-registre { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--filet); }
.shd-feuillet--ligne { position: relative; display: grid; grid-template-columns: 5.5rem minmax(0, 1fr); gap: 0.3rem 1.15rem; align-items: start; padding: 1rem 0; border-bottom: 1px solid var(--filet); }
.shd-feuillet__vignette { margin: 0; }
.shd-vignette img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: var(--foyer-portrait); outline: 1px solid var(--filet); outline-offset: 3px; }
/* les derniers feuillets sont numérotés dans la marge, à la suite de la planche (qui est le n° 1) */
.shd-registre--derniers { counter-reset: rang 1; }
.shd-registre--derniers > .shd-feuillet--ligne { counter-increment: rang; padding-left: 2.1rem; }
.shd-registre--derniers > .shd-feuillet--ligne::before { content: counter(rang); position: absolute; left: 0; top: 0.95rem; font-family: var(--titre-police); font-style: italic; font-size: 1.15rem; color: var(--toile); font-variant-numeric: oldstyle-nums; }
.shd-registre--cahier { border-top: 0; }
/* dans une liste qui mêle les cahiers, chaque ligne pose la marque de son cahier sur son filet de tête, à son rang :
   on lit l'appartenance au cahier comme sur la tranche d'un volume (geste C) */
.shd-registre--derniers > .shd-feuillet--ligne::after, .shd-voisin::after { content: ""; position: absolute; top: -0.36rem; left: calc((var(--rang, 1) - 1) * 0.95rem); width: 0.36rem; height: 0.72rem; background: var(--toile); }

/* ------------------------------------------------------------------ la collation : bloc de synthèse de fin de section */
.shd-collation { background: var(--garde); border-top: 1px solid var(--filet-or); padding: 0.95rem 1.2rem 1.1rem; margin: 1.5rem 0 0; }
.shd-collation__cle { font-family: var(--texte-police); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; margin: 0 0 0.55rem; }
.shd-collation__liste { margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(10.5rem, 1fr)); gap: 0.5rem 1.4rem; }
.shd-collation__ligne { border-top: 1px solid var(--filet); padding-top: 0.4rem; min-width: 0; }
.shd-collation__liste dt { font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--encre-passee); }
.shd-collation__liste dd { margin: 0.12rem 0 0; font-family: var(--titre-police); font-size: 1.02rem; line-height: 1.35; font-variant-numeric: lining-nums; }
.shd-collation--marge .shd-collation__liste { grid-template-columns: 1fr; gap: 0.35rem; }

/* ------------------------------------------------------------------ index alphabétique à points de conduite */
.shd-index__colonnes { columns: 2 16rem; column-gap: 2.4rem; }
.shd-index__lettre { break-inside: avoid; margin-bottom: 1.1rem; }
.shd-index__initiale { font-size: 1.35rem; color: var(--toile); margin: 0 0 0.25rem; padding-bottom: 0.15rem; border-bottom: 1px solid var(--filet); font-variant-numeric: lining-nums; }
.shd-index__liste { list-style: none; margin: 0; padding: 0; font-size: 0.92rem; }
.shd-index__renvoi { display: flex; align-items: baseline; gap: 0.35rem; padding: 0.24rem 0; }
.shd-index__renvoi a { color: var(--encre); text-decoration: none; }
.shd-index__renvoi a:hover { color: var(--toile); text-decoration: underline; }
.shd-index__conduite { flex: 1 1 1rem; min-width: 1rem; border-bottom: 1px dotted var(--encre-passee); transform: translateY(-0.28em); }

/* ------------------------------------------------------------------ bibliographie des ouvrages cités (section réseau) */
.shd-bibliographie__phrase { max-width: var(--mesure); font-style: italic; color: var(--encre-passee); }
.shd-bibliographie__liste { list-style: none; margin: 0; padding: 0; counter-reset: renvoi; }
.shd-renvoi { counter-increment: renvoi; position: relative; padding: 0.75rem 0 0.75rem 3rem; border-top: 1px solid var(--filet); max-width: calc(var(--mesure) + 3rem); }
.shd-renvoi::before { content: "[" counter(renvoi) "]"; position: absolute; left: 0; top: 0.75rem; font-family: var(--titre-police); color: var(--toile); font-variant-numeric: lining-nums; }
.shd-renvoi p { margin: 0; }

/* ------------------------------------------------------------------ entrée de page (feuillet, cahier, garde) */
.shd-ariane { padding-top: 1.25rem; }
.shd-ariane__liste { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0.25rem 0.4rem; font-size: 0.74rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--encre-passee); font-variant-numeric: lining-nums; }
.shd-ariane__liste li + li::before { content: "/"; margin-right: 0.4rem; color: var(--encre-passee); }
.shd-ariane__liste a { color: var(--encre-passee); text-decoration: none; }
.shd-ariane__liste a:hover { color: var(--toile); text-decoration: underline; }
.shd-entree { padding-block: clamp(1.4rem, 4vw, 2.6rem) 1.5rem; border-bottom: 1px solid var(--filet); }
.shd-entree__titre { font-size: var(--t1); max-width: 21ch; margin: 0 0 0.7rem; }
.shd-chapo { font-family: var(--titre-police); font-style: italic; font-size: clamp(1.12rem, 1.02rem + 0.45vw, 1.36rem); line-height: 1.45; color: var(--encre-passee); max-width: 54ch; margin: 0 0 1.1rem; }
.shd-entree--cahier .shd-tranchefile { margin-top: 0; }
.shd-entree__cahier { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 0.3rem 1.3rem; align-items: end; margin-bottom: 1.1rem; }
.shd-entree__cahier .shd-entree__titre { margin: 0; }
.shd-signature--entree { font-size: clamp(3.4rem, 2.4rem + 4vw, 6rem); }
.shd-chapo--cahier { font-family: var(--texte-police); font-style: normal; color: var(--encre); font-size: 1.08rem; line-height: var(--interligne); max-width: var(--mesure); }

/* ------------------------------------------------------------------ corps du feuillet : paragraphes numérotés § */
.shd-planche--feuillet { margin-bottom: 1.8rem; }
.shd-corps { max-width: var(--mesure); counter-reset: paragraphe; }
.shd-corps h2 { counter-increment: paragraphe; display: grid; grid-template-columns: 2.7rem minmax(0, 1fr); align-items: baseline; font-size: var(--t2); margin: calc(var(--pas) * 1.6) 0 0.7rem; }
.shd-corps h2::before { content: "§\00a0" counter(paragraphe); font-size: 0.6em; font-style: italic; color: var(--toile); font-variant-numeric: lining-nums; }
.shd-corps h3 { font-size: var(--t3); margin: calc(var(--pas) * 1.1) 0 0.5rem; }
.shd-corps ul, .shd-corps ol { padding-left: 1.3rem; }
.shd-corps li { margin-bottom: 0.35rem; }
.shd-corps li::marker { color: var(--toile); }
.shd-corps blockquote { margin: var(--pas) 0; padding: 0.1rem 0 0.1rem 1.2rem; border-left: 1px solid var(--toile); font-family: var(--titre-police); font-style: italic; font-size: 1.12rem; color: var(--encre-passee); }
.shd-corps table { display: block; max-width: 100%; overflow-x: auto; border-collapse: collapse; font-size: 0.9rem; font-variant-numeric: lining-nums tabular-nums; }
.shd-corps th, .shd-corps td { border-bottom: 1px solid var(--filet); padding: 0.45rem 0.65rem; text-align: left; vertical-align: top; }
.shd-corps th { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--encre-passee); border-bottom-color: var(--encre); }
.shd-corps img { outline: 1px solid var(--filet); outline-offset: 4px; }
.shd-corps pre { overflow-x: auto; }
.shd-corps hr { border: 0; border-top: 1px solid var(--filet-or); width: 40%; margin: calc(var(--pas) * 1.5) auto; }
.shd-corps strong { font-weight: 600; }

.shd-sources { max-width: var(--mesure); margin-top: calc(var(--pas) * 1.6); padding-top: 0.9rem; border-top: 1px solid var(--filet-or); }
.shd-sources__cle { font-family: var(--texte-police); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; margin: 0 0 0.5rem; }
.shd-sources__liste { margin: 0; padding-left: 1.7rem; font-size: 0.88rem; }
.shd-sources__liste li { margin-bottom: 0.3rem; overflow-wrap: anywhere; }
.shd-sources__liste li::marker { font-family: var(--titre-police); color: var(--toile); }
.shd-sources__texte { color: var(--encre-passee); }

.shd-voisins { padding-bottom: clamp(2rem, 5vw, 3.4rem); }
.shd-voisins .shd-tranchefile { margin-top: 0; }
.shd-voisins__liste { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); gap: 1.4rem 2.2rem; }
.shd-voisin { position: relative; display: grid; grid-template-columns: 5rem minmax(0, 1fr); gap: 0.95rem; align-items: start; border-top: 1px solid var(--filet); padding-top: 1rem; }
.shd-voisin__vignette { margin: 0; }

/* ------------------------------------------------------------------ pages de garde (services) */
.shd-garde { max-width: calc(var(--mesure) + 6rem); margin: clamp(1.4rem, 4vw, 2.6rem) auto clamp(2rem, 5vw, 3.4rem); background: var(--garde); border-top: 1px solid var(--filet-or); padding: 0 clamp(1.1rem, 4vw, 2.6rem) clamp(0.4rem, 2vw, 1rem); }
.shd-entree--garde { border-bottom-color: var(--filet); }

/* ------------------------------------------------------------------ errata (404) */
.shd-errata { max-width: 44rem; margin: clamp(2.2rem, 7vw, 4.5rem) auto; text-align: center; }
.shd-errata__cle { margin-bottom: 0; }
.shd-errata__titre { margin-inline: auto; }
.shd-errata__texte { font-size: 1.05rem; }
.shd-errata__texte p { margin-bottom: 0.6rem; }
.shd-table--errata { position: static; max-height: none; text-align: left; max-width: 26rem; margin: 1.6rem auto 0; }

/* ------------------------------------------------------------------ colophon */
.shd-colophon { background: var(--garde); padding-block: 0 clamp(1.4rem, 4vw, 2.4rem); margin-top: clamp(0.5rem, 2vw, 1.5rem); font-size: 0.92rem; }
.shd-colophon__rangee { display: grid; grid-template-columns: minmax(0, 1.7fr) repeat(2, minmax(0, 1fr)); gap: 1.6rem 2.6rem; }
.shd-colophon__cle { font-family: var(--texte-police); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; margin: 0 0 0.65rem; }
.shd-colophon__texte, .shd-colophon__note { max-width: 62ch; }
.shd-colophon__note { color: var(--encre-passee); }
.shd-colophon__responsable { font-family: var(--titre-police); font-style: italic; }
.shd-colophon__acheve { margin: 0; font-family: var(--titre-police); font-style: italic; font-size: 1rem; }
.shd-colophon__liste { list-style: none; margin: 0; padding: 0; }
.shd-colophon__liste li { margin-bottom: 0.4rem; }
.shd-colophon__liste .shd-signet__rang { display: inline-block; min-width: 1.9rem; }
.shd-colophon__liste a { color: var(--encre); }
.shd-colophon__liste a:hover { color: var(--toile); }
.shd-colophon__ligne { margin: 0; text-align: center; font-size: 0.76rem; letter-spacing: 0.06em; color: var(--encre-passee); }

/* ------------------------------------------------------------------ petites largeurs : la table passe au-dessus et cesse de coller */
@media (max-width: 60rem) {
  .shd-pupitre { grid-template-columns: minmax(0, 1fr); }
  .shd-table { position: static; max-height: none; }
  .shd-collation--marge .shd-collation__liste { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.35rem 1rem; }
  .shd-colophon__rangee { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .shd-colophon__bloc--large { grid-column: 1 / -1; }
}
@media (max-width: 48rem) {
  .shd-page-de-titre--frontispice { grid-template-columns: minmax(0, 1fr); }
  .shd-frontispice { max-width: 16rem; }
}
@media (max-width: 34rem) {
  :root { --pas: 1.2rem; --marque-pas: 1.1rem; }
  .shd-titre-courant__rangee { gap: 0.5rem 1rem; }
  .shd-signets__liste { gap: 0.25rem 0.9rem; }
  .shd-feuillet--ligne { grid-template-columns: 4.25rem minmax(0, 1fr); gap: 0.3rem 0.9rem; }
  .shd-registre--derniers > .shd-feuillet--ligne { padding-left: 1.6rem; }
  .shd-palier { grid-template-columns: 2rem minmax(0, 1fr); }
  .shd-corps h2 { grid-template-columns: 2.2rem minmax(0, 1fr); }
  .shd-colophon__rangee { grid-template-columns: minmax(0, 1fr); }
  .shd-voisin { grid-template-columns: 4.25rem minmax(0, 1fr); }
  .shd-renvoi { padding-left: 2.4rem; }
}
@media print {
  .shd-titre-courant nav, .shd-marge, .shd-evitement, .shd-voisins { display: none; }
  .shd-pupitre { display: block; }
  body { background: #fff; }
  .shd-colophon { background: none; }
}

/* couleur par rubrique : --shd-rc posée en ligne */
.shd-signet[style]{border-top:3px solid var(--shd-rc)}
.shd-legende__humaine{display:block;margin-bottom:.15rem}

.shd-page-de-titre__renvoi{margin:.4rem 0 .9rem}
.shd-page-de-titre__renvoi a{color:var(--encre)}
.shd-page-de-titre__renvoi-mot{font-family:var(--folio-police);font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--toile)}
