/*
Theme Name: Liste Naissance Active
*/
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@400;700&family=Karla:wght@400;700&display=swap');

/* ==========================================================================
   GABARIT « PAPIER GLACE » — la revue de beaute imprimee
   Quatre choses le font reconnaitre, et ce sont les seules qui comptent :
   1. un BLOC DE TETE ASYMETRIQUE 7/5 CALE EN BAS : sept colonnes d'image 4:5 a gauche,
      cinq colonnes de titre didone 64 px sur deux lignes + chapo a droite, les deux
      alignes sur la meme ligne de base basse ;
   2. un DOUBLE FILET 1px/1px a 4 px d'ecart qui ENCADRE completement ce bloc (couleur
      accent2) — c'est la signature, elle revient sur le sommaire de l'article ;
   3. la DIDONE UNIQUEMENT EN GROS CORPS (>= 32 px). En dessous, les delies cassent :
      tout le petit texte, sans exception, est en Karla ;
   4. rayon 0, aucune ombre, aucun bord de carte, beaucoup de blanc casse.
   ========================================================================== */

/* ---------- 1. JETONS ---------------------------------------------------- */
:root{
  --fond:#f6f6f4;            /* blanc casse, chaud — jamais #fff */
  --encre:#1a1c17;           /* noir d'impression */
  --doux:#30312D;            /* le gris de service, CHOISI (taupe), jamais un gris pur */
  --filet:#C5C6C3;           /* le filet de separation, un lin tres pale */
  --surf:#DEDFDC;            /* la bande « Le geste » et les encadres */
  --accent:#4a6b2f;       /* le vieux rose de la revue, tire par site */
  --accent2:#4a6b2f;     /* le laiton du double filet, tire par site */
  --accent-txt:color-mix(in srgb, #4a6b2f 0%, #1a1a1a);
  --accent2-txt:color-mix(in srgb, #4a6b2f 0%, #16110c);
  --titre:'Public Sans', 'Didot', 'Bodoni MT', 'Times New Roman', Georgia, serif;
  --courant:'Karla', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --rayon:0px;               /* rien n'est arrondi ici, images comprises */
  --gout:.02em;
  color-scheme:light;
}
@media (prefers-color-scheme: dark){
  :root:not([data-theme="light"]){
    --fond:#12130f; --encre:#eff0ea; --doux:#848580; --filet:#161713; --surf:#131410;
    --accent-txt:color-mix(in srgb, #4a6b2f 0%, #ffffff);
    --accent2-txt:color-mix(in srgb, #4a6b2f 0%, #ffffff);
    color-scheme:dark;
  }
}
:root[data-theme="dark"]{
  --fond:#12130f; --encre:#eff0ea; --doux:#848580; --filet:#161713; --surf:#131410;
  --accent-txt:color-mix(in srgb, #4a6b2f 0%, #ffffff);
  --accent2-txt:color-mix(in srgb, #4a6b2f 0%, #ffffff);
  color-scheme:dark;
}

/* ---------- 2. SOCLE ----------------------------------------------------- */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;background:var(--fond);color:var(--encre);
  font-family:var(--courant);font-size:16px;line-height:1.75;font-weight:400;
  -webkit-font-smoothing:antialiased;overflow-x:hidden}
img{max-width:100%;height:auto;display:block;border-radius:0}
a{color:inherit;text-decoration:none}
a:hover{text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px}
:focus-visible{outline:2px solid var(--accent-txt);outline-offset:3px}
/* ATTENTION : les titres sont en Karla PAR DEFAUT. La didone n'est posee, a la main,
   que sur les classes dont la taille est garantie >= 32 px (voir §3, §4, §8). */
h1,h2,h3,h4{font-family:var(--courant);font-weight:600;margin:0;line-height:1.25;
  letter-spacing:-.005em;text-wrap:balance}
p{margin:0}
ul,ol{margin:0;padding:0;list-style:none}
button{font:inherit}
[hidden]{display:none!important}

.sb-oeil,.sb-oeil-txt{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.sb-oeil:focus{left:.5rem;top:.5rem;width:auto;height:auto;padding:.55rem .9rem;
  background:var(--encre);color:var(--fond);z-index:99}

.pg-cadre{width:min(1240px,100% - 2.8rem);margin-inline:auto}
.pg-point{color:var(--filet);padding-inline:.4em}

/* l'oeil de section : petites capitales tres espacees, la ponctuation du gabarit */
.pg-oeil{font-size:11px;font-weight:600;letter-spacing:.24em;text-transform:uppercase;
  color:var(--doux);margin-bottom:1rem}
/* le badge de rubrique : TOUJOURS au-dessus du titre, jamais sur l'image */
.pg-badge{font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;
  color:var(--accent2-txt);margin-bottom:.55rem}

/* la photo : cadrage serre, aucun arrondi, aucune ombre, aucun texte pose dessus */
.pg-carte-img,.pg-une-img,.pg-geste-img{margin:0;background:var(--surf);overflow:hidden}
.pg-carte-img a,.pg-une-img a,.pg-geste-img a{display:block;height:100%}
.pg-carte-img img,.pg-une-img img,.pg-geste-img img,
.pg-carte-img .jr-plaque,.pg-une-img .jr-plaque,.pg-geste-img .jr-plaque{
  width:100%;height:100%;object-fit:cover;filter:saturate(.93) contrast(1.02)}
.jr-plaque{border-radius:0!important;display:flex;align-items:center;justify-content:center;
  background:var(--surf);color:var(--doux);font-family:var(--courant);font-size:12px}

/* LA SIGNATURE : double filet 1px/1px a 4 px d'ecart, en encadrement COMPLET */
.pg-une,.pg-sommaire{position:relative;border:1px solid var(--accent2);
  padding:clamp(1.1rem,2.6vw,2.2rem)}
.pg-une::after,.pg-sommaire::after{content:"";position:absolute;inset:4px;
  border:1px solid var(--accent2);pointer-events:none}

/* ---------- 3. LA TETE : bandeau centre 104 px, aucun bouton plein --------- */
.pg-tete{background:var(--fond)}
.pg-bandeau{border-bottom:1px solid var(--filet)}
.pg-bandeau-in{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;
  gap:1rem;min-height:104px;padding-block:1rem;text-align:center}
.pg-marque{grid-column:2;grid-row:1}
.pg-marque a{display:inline-flex;align-items:center;gap:.7rem}
.pg-marque a:hover{text-decoration:none}
/* didone, 34 px minimum : jamais en dessous du seuil de la famille */
.pg-marque-mot{font-family:var(--titre);font-weight:500;font-size:clamp(32px,4.6vw,44px);
  line-height:1;letter-spacing:.01em;color:var(--encre)}
.pg-mono{display:inline-flex;width:clamp(26px,3.4vw,34px);color:var(--accent)}
.pg-mono svg{width:100%;height:auto;fill:currentColor}
.pg-baseline{grid-column:2;grid-row:2;font-size:10.5px;letter-spacing:.26em;
  text-transform:uppercase;color:var(--doux);margin-top:.55rem}
.pg-loupe{grid-column:3;grid-row:1;justify-self:end}
.pg-loupe input{font:inherit;font-size:12.5px;padding:.5rem .1rem;width:min(180px,100%);
  border:0;border-bottom:1px solid var(--filet);border-radius:0;
  background:transparent;color:var(--encre)}
.pg-loupe input::placeholder{color:var(--doux)}
.pg-loupe input:focus{border-bottom-color:var(--accent2);outline:none}
.pg-burger{grid-column:1;grid-row:1;justify-self:start;display:none;
  background:none;border:1px solid var(--filet);padding:.5rem .55rem;cursor:pointer;border-radius:0}
.pg-burger span{display:block;width:18px;height:1px;background:var(--encre);margin:4px 0}

.pg-rail{border-bottom:1px solid var(--filet);position:sticky;top:0;z-index:19;
  background:var(--fond)}
.pg-rail-in{display:flex;justify-content:center;gap:0;overflow-x:auto;scrollbar-width:none}
.pg-rail-in::-webkit-scrollbar{display:none}
.pg-rail-in a{white-space:nowrap;padding:.75rem .95rem;font-size:11px;font-weight:600;
  letter-spacing:.2em;text-transform:uppercase;color:var(--encre);
  border-bottom:1px solid transparent}
.pg-rail-in a:hover{text-decoration:none;border-bottom-color:var(--accent2)}
.pg-rail-in a.is-actif{border-bottom-color:var(--encre)}

/* ---------- 4. LE BLOC DE TETE : 7/5 CALE EN BAS -------------------------- */
.pg-une-zone{padding-block:clamp(2rem,5vw,3.6rem) clamp(1.6rem,4vw,3rem)}
.pg-une-zone--rub{padding-top:0}
.pg-une{display:grid;grid-template-columns:7fr 5fr;
  gap:clamp(1.4rem,3.4vw,3rem);align-items:end}
.pg-une-img{aspect-ratio:4/5}
.pg-une-txt{padding-bottom:.2rem}
/* le grand titre : didone, deux lignes, cale sur la ligne de base du bas */
.pg-une-titre{font-family:var(--titre);font-weight:400;font-size:clamp(34px,5.4vw,64px);
  line-height:1.06;letter-spacing:-.012em;max-width:14ch}
.pg-une-chapo{font-size:17px;line-height:1.7;color:var(--doux);margin-top:1.1rem;max-width:44ch}
.pg-une-pied{margin-top:1.2rem;font-size:11px;font-weight:600;letter-spacing:.16em;
  text-transform:uppercase;color:var(--doux)}

/* ---------- 5. LES SECTIONS COURANTES ------------------------------------ */
.pg-section{padding-block:clamp(2.2rem,5vw,3.8rem)}
.pg-section--suite{padding-top:clamp(2rem,4vw,3rem);border-top:1px solid var(--filet);
  margin-top:clamp(2rem,4vw,3rem)}
.pg-section-tete{margin-bottom:clamp(1.4rem,3vw,2.2rem);
  padding-bottom:.9rem;border-bottom:1px solid var(--filet)}
/* didone a 34 px : au-dessus du seuil */
.pg-section-titre{font-family:var(--titre);font-weight:400;font-size:clamp(32px,3.4vw,38px);
  line-height:1.08;letter-spacing:-.01em}
.pg-section-sous{font-size:14.5px;color:var(--doux);margin-top:.5rem;max-width:52ch}

/* la carte de la famille : image pleine 4:5, badge AU-DESSUS du titre, ni bord ni ombre */
.pg-carte{min-width:0}
.pg-carte-img{aspect-ratio:4/5;margin-bottom:1rem}
.pg-carte--carre .pg-carte-img{aspect-ratio:1/1}
.pg-carte-titre{font-family:var(--courant);font-weight:600;font-size:19px;line-height:1.32}
.pg-carte-titre a:hover{text-decoration:underline;text-underline-offset:4px}
.pg-carte-chapo{font-size:14.5px;line-height:1.6;color:var(--doux);margin-top:.5rem}
.pg-carte-date{font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;
  color:var(--doux);margin-top:.6rem}

.pg-etagere{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));
  gap:clamp(1.4rem,3vw,2.6rem)}
.pg-mosaique{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));
  gap:clamp(1.4rem,2.6vw,2.2rem)}

/* ---------- 6. LA BANDE « LE GESTE » : photo | etapes numerotees ---------- */
.pg-geste{background:var(--surf);margin-block:clamp(1rem,3vw,2rem)}
.pg-geste-in{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:clamp(1.6rem,4vw,3.4rem);align-items:center;
  padding-block:clamp(2.2rem,5vw,4rem)}
.pg-geste-img{aspect-ratio:4/5;max-height:640px}
.pg-geste-titre{font-family:var(--titre);font-weight:400;font-size:clamp(32px,3.6vw,42px);
  line-height:1.1;margin-bottom:1.6rem;max-width:18ch}
.pg-lire{margin-top:1.6rem;font-size:11px;font-weight:700;letter-spacing:.2em;
  text-transform:uppercase}
.pg-lire a{border-bottom:1px solid var(--accent2);padding-bottom:.25rem}
.pg-lire a:hover{text-decoration:none;border-bottom-color:var(--encre)}

/* les etapes : le numero est le SEUL element didone ici (32 px, au-dessus du seuil).
   Elles sont produites par la liste ordonnee d'un article reel — le CSS les habille. */
.pg-etapes{counter-reset:pg-etape;border-top:1px solid var(--accent2)}
.pg-etapes li{counter-increment:pg-etape;position:relative;
  padding:1rem 0 1rem 3.6rem;border-bottom:1px solid var(--accent2);
  font-size:16px;line-height:1.7}
.pg-etapes li::before{content:counter(pg-etape,decimal-leading-zero);
  position:absolute;left:0;top:.62rem;font-family:var(--titre);font-weight:400;
  font-size:32px;line-height:1;color:var(--accent2-txt)}
.pg-etapes li p{margin:0}
.pg-etapes li strong{font-weight:600}

/* ---------- 7. « LES RUBRIQUES » : liste typographique, SANS image -------- */
.pg-rubriques{border-top:1px solid var(--filet)}
.pg-rubrique{border-bottom:1px solid var(--filet)}
.pg-rubrique a{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,5fr) auto;
  gap:1.4rem;align-items:baseline;padding:clamp(1rem,2.4vw,1.6rem) 0}
.pg-rubrique a:hover{text-decoration:none}
.pg-rubrique a:hover .pg-rubrique-nom{color:var(--accent-txt)}
/* didone a 32 px minimum */
.pg-rubrique-nom{font-family:var(--titre);font-weight:400;font-size:clamp(32px,3.2vw,40px);
  line-height:1.05;letter-spacing:-.01em}
.pg-rubrique-chapo{font-size:14.5px;line-height:1.6;color:var(--doux)}
.pg-rubrique-n{font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;
  color:var(--doux);white-space:nowrap;justify-self:end}

/* ---------- 8. LES SIGNATURES : medaillons 64 px ------------------------- */
.pg-plumes{border-top:1px solid var(--filet);padding-block:clamp(2.2rem,5vw,3.6rem)}
.pg-plumes-liste{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));
  gap:clamp(1.2rem,2.6vw,2rem)}
.pg-plume a{display:flex;flex-direction:column;align-items:center;gap:.7rem;text-align:center}
.pg-plume a:hover{text-decoration:none}
.pg-plume a:hover .pg-plume-nom{text-decoration:underline;text-underline-offset:4px}
.pg-medaillon{display:block;width:64px;height:64px;border-radius:50%;overflow:hidden;
  background:var(--surf)}
.pg-medaillon img{width:64px;height:64px;object-fit:cover;border-radius:50%;
  filter:grayscale(1) contrast(1.04)}
.pg-plume-nom{font-size:14px;font-weight:600;line-height:1.3}
.pg-plume-n{font-size:10.5px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;
  color:var(--doux)}

/* ---------- 9. L'ARTICLE ------------------------------------------------- */
.pg-article{padding-block:clamp(1.6rem,4vw,3rem)}
.pg-art-tete{max-width:min(760px,100%);margin-inline:auto;text-align:left}
.pg-ariane{font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;
  color:var(--doux);margin-bottom:1.4rem}
.pg-art-titre{font-family:var(--titre);font-weight:400;font-size:clamp(34px,5vw,58px);
  line-height:1.08;letter-spacing:-.012em}
/* le chapo : italique 22 px — donc en Karla, la didone n'a pas le droit d'y aller */
.pg-art-chapo{font-family:var(--courant);font-style:italic;font-size:22px;line-height:1.55;
  color:var(--doux);margin-top:1.1rem}
.pg-art-credits{margin-top:1.4rem;padding-top:.9rem;border-top:1px solid var(--filet);
  font-size:11.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--doux)}
.pg-art-photo{margin:clamp(1.6rem,4vw,2.6rem) auto;max-width:min(1000px,100%)}
.pg-art-photo img{width:100%;object-fit:cover}
.pg-art-photo figcaption{font-size:12px;line-height:1.5;color:var(--doux);
  margin-top:.6rem;padding-top:.5rem;border-top:1px solid var(--filet);font-style:italic}
.pg-art-corps{max-width:min(760px,100%);margin-inline:auto}

/* le sommaire : encadre du double filet, comme le bloc de tete */
.pg-sommaire{margin-bottom:clamp(1.8rem,4vw,2.6rem)}
.pg-sommaire .pg-oeil{margin-bottom:.7rem}
.pg-sommaire-liste{counter-reset:pg-som}
.pg-sommaire-liste li{counter-increment:pg-som;padding:.35rem 0}
.pg-sommaire-liste li::before{content:counter(pg-som,decimal-leading-zero) " ";
  font-size:11px;font-weight:700;letter-spacing:.1em;color:var(--accent2-txt);
  margin-right:.6rem}
.pg-sommaire-liste a{font-size:15.5px;font-weight:500}

/* le contenu WordPress reel : beau sans une seule classe ajoutee */
.pg-texte{font-size:17px;line-height:1.85}
.pg-texte p{margin:0 0 1.35rem}
/* intertitres didone 32 px : exactement le seuil de la famille */
.pg-texte h2{font-family:var(--titre);font-weight:400;font-size:32px;line-height:1.15;
  margin:2.6rem 0 .9rem;letter-spacing:-.008em}
.pg-texte h3{font-family:var(--courant);font-weight:700;font-size:19px;line-height:1.35;
  margin:1.9rem 0 .6rem;letter-spacing:.005em}
.pg-texte h4{font-family:var(--courant);font-weight:600;font-size:16px;margin:1.5rem 0 .5rem;
  letter-spacing:.1em;text-transform:uppercase;color:var(--doux)}
.pg-texte ul{margin:0 0 1.35rem}
.pg-texte ul li{position:relative;padding-left:1.3rem;margin-bottom:.5rem}
.pg-texte ul li::before{content:"";position:absolute;left:0;top:.85em;
  width:6px;height:1px;background:var(--accent2)}
.pg-texte ol{counter-reset:pg-num;margin:0 0 1.35rem}
.pg-texte ol li{counter-increment:pg-num;position:relative;padding-left:2rem;margin-bottom:.5rem}
.pg-texte ol li::before{content:counter(pg-num,decimal-leading-zero);position:absolute;left:0;
  top:.05em;font-size:12px;font-weight:700;letter-spacing:.08em;color:var(--accent2-txt)}
.pg-texte a{color:var(--accent-txt);text-decoration:underline;text-underline-offset:3px}
/* la citation : gros corps didone, AUCUN guillemet decoratif */
.pg-texte blockquote{margin:2.2rem 0;padding:1.4rem 0;
  border-top:1px solid var(--accent2);border-bottom:1px solid var(--accent2);
  font-family:var(--titre);font-weight:400;font-size:32px;line-height:1.25;
  letter-spacing:-.008em;color:var(--encre)}
.pg-texte blockquote p{margin:0 0 .6rem}
.pg-texte blockquote p:last-child{margin:0}
.pg-texte blockquote cite{display:block;font-family:var(--courant);font-style:normal;
  font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;
  color:var(--doux);margin-top:.9rem}
.pg-texte figure{margin:1.9rem 0}
.pg-texte figure figcaption{font-size:12px;color:var(--doux);margin-top:.5rem;font-style:italic}
.pg-texte img{margin:1.9rem 0}
.pg-texte .wp-block-table,.pg-texte figure.wp-block-table{overflow-x:auto;max-width:100%}
.pg-texte table{width:100%;border-collapse:collapse;font-size:15px;margin:1.7rem 0}
.pg-texte th,.pg-texte td{border-bottom:1px solid var(--filet);padding:.7rem .5rem;text-align:left}
.pg-texte th{font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;
  border-bottom:1px solid var(--accent2);color:var(--doux)}
/* « La routine » : l'encadre de la famille, sur aplat surf, etapes numerotees en didone */
.pg-texte .pg-encadre{background:var(--surf);padding:clamp(1.2rem,3vw,2rem);
  margin:2.2rem 0;border-radius:0}
.pg-texte .pg-encadre>*:first-child{margin-top:0}
.pg-texte .pg-encadre>*:last-child{margin-bottom:0}
.pg-texte .pg-encadre h3{font-size:11px;font-weight:700;letter-spacing:.22em;
  text-transform:uppercase;color:var(--doux);margin:0 0 1rem}
.pg-texte .pg-encadre ol{counter-reset:pg-etape;border-top:1px solid var(--accent2);margin:0}
.pg-texte .pg-encadre ol li{counter-increment:pg-etape;position:relative;
  padding:1rem 0 1rem 3.6rem;margin:0;border-bottom:1px solid var(--accent2)}
.pg-texte .pg-encadre ol li::before{content:counter(pg-etape,decimal-leading-zero);
  position:absolute;left:0;top:.62rem;font-family:var(--titre);font-weight:400;
  font-size:32px;line-height:1;color:var(--accent2-txt)}

/* l'index typographique de fin : les mots-cles REELS du texte, sans lien marchand */
.pg-index{margin-top:2.4rem;padding-top:1.2rem;border-top:1px solid var(--filet)}
.pg-index-liste{display:flex;flex-wrap:wrap;gap:.5rem 1.4rem}
.pg-index-liste a{font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;
  color:var(--doux);border-bottom:1px solid var(--filet);padding-bottom:.2rem}
.pg-index-liste a:hover{text-decoration:none;color:var(--encre);border-bottom-color:var(--accent2)}

.pg-art-pied{margin-top:2.4rem;padding-top:1.4rem;border-top:1px solid var(--filet)}
/* la signature d'auteur produite par jr_signature, remise au registre de la revue */
.sb-signature{display:flex;gap:1.1rem;align-items:flex-start}
.sb-signature img{width:64px;height:64px;border-radius:50%;filter:grayscale(1) contrast(1.04)}
.sb-signature-nom{font-family:var(--courant);font-weight:700;font-size:15px;letter-spacing:.01em}
.sb-signature-bio{font-size:14px;color:var(--doux);margin-top:.3rem;line-height:1.6}
.sb-date{font-size:11px;color:var(--doux);letter-spacing:.1em;display:block;margin-top:.2rem}

/* ---------- 10. LA RUBRIQUE --------------------------------------------- */
.pg-rub-tete{padding-block:clamp(2rem,5vw,3.4rem) clamp(1.4rem,3vw,2.2rem);
  max-width:62ch}
.pg-rub-titre{font-family:var(--titre);font-weight:400;font-size:clamp(36px,5.4vw,60px);
  line-height:1.05;letter-spacing:-.014em}
.pg-rub-chapo{font-size:17px;line-height:1.7;color:var(--doux);margin-top:1rem}
.pg-rub-compte{margin-top:1rem;font-size:11px;font-weight:600;letter-spacing:.18em;
  text-transform:uppercase;color:var(--doux)}
.pg-mosaique--rub{margin-top:clamp(2rem,4vw,3rem)}
.pg-vide{font-size:17px;color:var(--doux);padding-block:2rem}
.pg-pagination{margin-block:clamp(2.2rem,5vw,3.4rem);padding-top:1.2rem;
  border-top:1px solid var(--filet);display:flex;flex-wrap:wrap;gap:.4rem;
  font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}
.pg-pagination .page-numbers{padding:.5rem .8rem;color:var(--doux)}
.pg-pagination .page-numbers:hover{text-decoration:none;color:var(--encre)}
.pg-pagination .page-numbers.current{color:var(--encre);border-bottom:1px solid var(--accent2)}

/* ---------- 11. LE PIED ------------------------------------------------- */
.pg-pied{border-top:1px solid var(--filet);margin-top:clamp(2.4rem,6vw,4.4rem);
  padding-top:clamp(2rem,5vw,3.4rem)}
.pg-pied-marque{text-align:center;padding-bottom:clamp(1.6rem,4vw,2.6rem)}
.pg-mono--pied{display:inline-flex;width:30px;color:var(--accent);margin-bottom:.6rem}
.pg-pied-nom{font-family:var(--titre);font-weight:500;font-size:clamp(32px,4vw,40px);
  line-height:1;letter-spacing:.01em}
.pg-pied-baseline{font-size:10.5px;letter-spacing:.26em;text-transform:uppercase;
  color:var(--doux);margin-top:.7rem}
.pg-pied-grille{display:grid;grid-template-columns:1.6fr 1fr 1.3fr 1.2fr;
  gap:clamp(1.4rem,3vw,2.6rem);padding-block:clamp(1.6rem,3.4vw,2.4rem);
  border-top:1px solid var(--filet)}
.pg-pied-titre{font-family:var(--courant);font-size:10.5px;font-weight:700;
  letter-spacing:.22em;text-transform:uppercase;color:var(--doux);margin-bottom:1rem}
.pg-pied-liste li{padding:.32rem 0;font-size:14.5px;line-height:1.5}
.pg-pied-liste--deux{columns:2;column-gap:1.4rem}
.pg-pied-liste--dates li{padding-block:.5rem;border-bottom:1px solid var(--filet)}
.pg-pied-compte{font-size:10.5px;font-weight:600;color:var(--doux);margin-left:.4rem;
  font-variant-numeric:tabular-nums}
.pg-pied-note{font-size:13px;color:var(--doux);margin-top:.8rem;line-height:1.6}
.pg-pied .search-form,.pg-pied form[role="search"]{display:flex;gap:.5rem}
.pg-pied input[type="search"]{font:inherit;font-size:13px;padding:.5rem .1rem;width:100%;
  border:0;border-bottom:1px solid var(--filet);background:transparent;color:var(--encre);
  border-radius:0}
.pg-pied input[type="submit"],.pg-pied button[type="submit"]{font:inherit;font-size:11px;
  font-weight:700;letter-spacing:.14em;text-transform:uppercase;background:none;
  border:0;border-bottom:1px solid var(--accent2);color:var(--encre);cursor:pointer;
  padding:0 0 .3rem;border-radius:0}
.pg-pied label{font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--doux)}
.pg-ours{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;
  gap:1rem;padding-block:1.2rem;border-top:1px solid var(--filet);
  font-size:11.5px;letter-spacing:.08em;color:var(--doux)}
.pg-bascule{background:none;border:0;border-bottom:1px solid var(--accent2);
  color:var(--encre);cursor:pointer;padding:0 0 .3rem;border-radius:0;
  font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}
.pg-bascule:hover{border-bottom-color:var(--encre)}

/* ---------- 12. LA BARRE MOBILE BASSE ----------------------------------- */
.sb-nav-mobile{display:none;position:fixed;left:0;right:0;bottom:0;z-index:40;
  background:var(--fond);border-top:1px solid var(--filet);
  padding-bottom:env(safe-area-inset-bottom)}
.sb-nav-mobile-item{flex:1 1 0;display:flex;flex-direction:column;align-items:center;gap:3px;
  padding:.5rem .2rem .55rem;font-size:9.5px;font-weight:700;letter-spacing:.1em;
  text-transform:uppercase;color:var(--doux);text-align:center}
.sb-nav-mobile-item:hover{text-decoration:none}
.sb-nav-mobile-item.is-actif{color:var(--accent-txt)}
.sb-nav-ico{display:block;width:20px;height:20px}
.sb-nav-ico svg{width:100%;height:100%;stroke:currentColor;fill:none}

/* ---------- 13. RESPONSIVE ---------------------------------------------- */
@media (max-width: 1080px){
  .pg-mosaique{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pg-plumes-liste{grid-template-columns:repeat(3,minmax(0,1fr))}
  .pg-pied-grille{grid-template-columns:1fr 1fr}
  .pg-rubrique a{grid-template-columns:minmax(0,1fr) auto}
  .pg-rubrique-chapo{grid-column:1/-1;margin-top:.4rem}
  .pg-une-titre{font-size:clamp(32px,5.6vw,46px)}
}
@media (max-width: 760px){
  .pg-bandeau-in{min-height:88px;grid-template-columns:auto 1fr auto}
  .pg-burger{display:block}
  .pg-loupe input{width:118px}
  .pg-rail{position:static;max-height:0;overflow:hidden;border-bottom:0}
  .pg-rail.is-ouvert{max-height:none;border-bottom:1px solid var(--filet)}
  .pg-rail-in{flex-direction:column;justify-content:flex-start}
  .pg-rail-in a{padding:.7rem 0;border-bottom:1px solid var(--filet)}
  .pg-une{grid-template-columns:1fr;align-items:start}
  .pg-une-img{aspect-ratio:4/5;max-height:70vh}
  .pg-une-titre{max-width:none}
  .pg-etagere{grid-template-columns:1fr}
  .pg-mosaique{grid-template-columns:1fr}
  .pg-geste-in{grid-template-columns:1fr}
  .pg-geste-img{aspect-ratio:3/2}
  .pg-pied-grille{grid-template-columns:1fr}
  .pg-pied-liste--deux{columns:1}
  .sb-nav-mobile{display:flex}
  body{padding-bottom:64px}
}
@media (max-width: 480px){
  .pg-cadre{width:min(1240px,100% - 1.8rem)}
  .pg-plumes-liste{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pg-art-chapo{font-size:19px}
  .pg-texte{font-size:16.5px}
  .pg-texte h2,.pg-texte blockquote,
  .pg-etapes li::before,.pg-texte .pg-encadre ol li::before{font-size:32px}
  .pg-etapes li,.pg-texte .pg-encadre ol li{padding-left:3rem}
  .pg-rubrique-nom{font-size:32px}
}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.001ms!important;transition-duration:.001ms!important}
}
@media print{
  .pg-rail,.sb-nav-mobile,.pg-bascule,.pg-loupe,.pg-sommaire{display:none!important}
  body{padding-bottom:0}
}

/* P-470 — la 1re carte de l accueil porte grid-column:span 2 en style INLINE.
   Sur telephone la grille n a plus qu une colonne : le span fabrique une colonne
   implicite dimensionnee sur le contenu (526px dans un ecran de 390) et pousse la page.
   !important est indispensable : on annule un style inline. */
@media (max-width:760px){.sb-grille>*{grid-column:auto!important}}

/* P-470 — la plume cite ses sources en URL BRUTE entre parentheses. Une URL ne
   contient aucun point de coupure : le paragraphe fait 677px de large dans une colonne
   de 329 et la page deborde de 351px sur telephone. Le piege : AUCUN element ne depasse
   le viewport (getBoundingClientRect ne voit rien), c est le contenu qui deborde de son
   propre element — seul scrollWidth > clientWidth le montre. */
.sb-corps{overflow-wrap:anywhere}

/* P-491 — display:contents : le h1 de la marque n existe pas pour la mise en page. */
.sb-marque-h1{display:contents}
