:root{
  /* Les teintes sont alignées sur choquet.consulting : même encre, même
     blanc cassé, et un or pris entre les deux ors du site (#B08A46 clair,
     #7E6029 foncé) pour rester lisible sur les deux fonds. */
  --page:#F4F0E8; --surface:#FBF8F2; --surface-2:#EFEAE0; --surface-3:#E5DFD2;
  --line:#E0D9CB; --line-fort:#C6BCA8;
  --encre:#3E3931; --encre-2:#6B6252; --muet:#8E8574;
  --or:#977A38; --or-clair:#B08A46; --champagne:#EFE6D2;
  --bleu:#3A5A7A; --vert:#558874;
  --serif:'Playfair', Georgia, 'Times New Roman', serif;
  --sans:'Inter', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
}
@font-face{font-family:'Playfair';font-style:normal;font-weight:500;font-display:swap;
  src:url('fonts/playfair-500.woff2') format('woff2')}
@font-face{font-family:'Inter';font-style:normal;font-weight:100 900;font-display:swap;
  src:url('fonts/inter-var.woff2') format('woff2')}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
body{
  margin:0; background:var(--page); color:var(--encre);
  font-family:var(--sans); font-size:17px; line-height:1.62;
  -webkit-font-smoothing:antialiased;
}
.enveloppe{max-width:1080px; margin:0 auto; padding:0 24px}
a{color:var(--bleu)}
a:focus-visible, button:focus-visible{outline:2px solid var(--or); outline-offset:3px; border-radius:4px}

.filtres{position:absolute; width:0; height:0; overflow:hidden}

/* ---------- en-tête ----------
   Une barre basse et calme : le nom à gauche, les outils à droite, et
   un filet pour les séparer. Rien de plein, rien qui pèse. */
.barre{
  position:sticky; top:0; z-index:10; background:var(--barre-fond);
  backdrop-filter:blur(10px); border-bottom:1px solid var(--line);
}
.barre .enveloppe{display:flex; align-items:center; gap:18px; height:60px}
.marque{display:flex; align-items:center; gap:10px; text-decoration:none; color:inherit}
.mono{
  width:30px; height:30px; border-radius:9px; background:transparent; color:var(--or);
  border:1px solid var(--or); font-family:var(--serif); font-size:17px;
  display:grid; place-items:center; line-height:1;
}
.marque b{font-size:16px; font-weight:600; letter-spacing:.005em}

.outils{margin-left:auto; display:flex; align-items:center; gap:14px}
.barre nav{display:flex; align-items:baseline; gap:14px}
.barre nav a{
  font-size:12.5px; letter-spacing:.06em; text-decoration:none; color:var(--muet);
  padding:2px 0; border-bottom:2px solid transparent;
}
.barre nav a:hover{color:var(--encre)}
.barre nav a[aria-current]{color:var(--or); border-bottom-color:var(--or)}
.filet{width:1px; height:18px; background:var(--line)}

/* ---------- choix d'affichage : clair / sombre / automatique ---------- */
.theme{
  display:inline-flex; align-items:center; gap:6px;
  font:inherit; font-size:12.5px; letter-spacing:.02em; color:var(--muet); cursor:pointer;
  padding:5px 9px; border-radius:999px; border:1px solid transparent; background:transparent;
}
.theme:hover{color:var(--encre); border-color:var(--line)}
.theme svg{width:15px; height:15px; fill:none; stroke:currentColor; stroke-width:1.6;
  stroke-linecap:round; stroke-linejoin:round}
.theme .lune, .theme .auto{display:none}
:root[data-theme="dark"] .theme .soleil{display:none}
:root[data-theme="dark"] .theme .lune{display:inline}
:root[data-theme="auto"] .theme .soleil{display:none}
:root[data-theme="auto"] .theme .auto{display:inline}
@media (max-width:560px){ .theme .mot{display:none} .theme{padding:6px 9px} }

/* Arrivée du bandeau : rien de spectaculaire, juste un souffle. */
@keyframes monte{from{opacity:0; transform:translateY(14px)} to{opacity:1; transform:none}}
.hero.entre .oeil{animation:monte .55s .05s both cubic-bezier(.22,.8,.3,1)}
.hero.entre h1{animation:monte .6s .12s both cubic-bezier(.22,.8,.3,1)}
.hero.entre p.sous{animation:monte .6s .2s both cubic-bezier(.22,.8,.3,1)}
.hero.entre .chiffres{animation:monte .6s .28s both cubic-bezier(.22,.8,.3,1)}
.hero.entre .exemple{animation:monte .6s .34s both cubic-bezier(.22,.8,.3,1)}
.hero.entre .actions{animation:monte .6s .4s both cubic-bezier(.22,.8,.3,1)}
.chiffre b{font-variant-numeric:tabular-nums}
@media (prefers-reduced-motion:reduce){ .hero.entre *{animation:none !important} }

/* ---------- boutons ---------- */
.btn{
  display:inline-block; padding:15px 30px; border-radius:14px; border:1px solid var(--bouton);
  background:var(--bouton); color:#FBF9F5; font:inherit; font-size:16.5px; font-weight:600;
  text-decoration:none; cursor:pointer; transition:transform .12s ease, background .12s ease;
}
.btn:hover{background:var(--bouton-survol); transform:translateY(-1px)}
.btn-fantome{
  background:transparent; color:var(--encre); border-color:var(--line-fort); font-weight:500;
}
.btn-fantome:hover{background:var(--surface)}

/* ---------- hero ---------- */
.hero{padding:74px 0 64px}
.oeil{
  font-size:11.5px; letter-spacing:.16em; text-transform:uppercase; color:var(--muet);
  margin:0 0 20px;
}
.hero h1{
  font-family:var(--serif); font-weight:500; font-size:clamp(38px, 6vw, 62px);
  line-height:1.1; margin:0 0 22px; max-width:17ch; text-wrap:balance;
}
.hero p.sous{font-size:19px; color:var(--encre-2); max-width:56ch; margin:0 0 15px}
.hero p.sous:last-of-type{margin-bottom:32px}
.hero .actions{display:flex; gap:14px; flex-wrap:wrap; align-items:center}
.hero .note{font-size:13.5px; color:var(--muet); margin:16px 0 0}

/* Le haut de page : l'application y passe en transparence, fondue de tous
   les côtés, et le texte reprend la main. Les couleurs viennent de jetons,
   pour que le bandeau tienne en clair comme en sombre. */
:root{
  --hero-fond:linear-gradient(180deg,#FBF8F2 0%,#F1ECE0 100%);
  --hero-bord:#E0D9CB; --hero-voile:.55;
  --hero-titre:#2E2A23; --hero-accent:var(--or); --hero-oeil:#8E8574;
  --hero-texte:#6B6252; --hero-note:#8E8574; --hero-fantome:#2E2A23;
  --hero-fantome-bord:#C6BCA8; --hero-fantome-survol:rgba(0,0,0,.04);
  --chiffre:var(--or); --chiffre-mot:#8E8574; --hero-exemple:#8E8574;
}
.hero.sombre{
  position:relative; isolation:isolate; overflow:hidden;
  background:var(--hero-fond); border-bottom:1px solid var(--hero-bord);
  padding:88px 0 74px;
}
/* Le prévu contre le réel, dessiné aux couleurs de la charte : net à
   toutes les tailles, et les barres montent quand la section arrive. */
/* Deux colonnes : le texte à gauche, la démonstration à droite. La colonne
   de droite est plus large que la gauche — c'est l'image qui convainc — et
   son bord droit tombe exactement sur celui de l'enveloppe, donc sur celui
   de toutes les sections en dessous. Rien ne dépasse, rien ne flotte. */
.hero.sombre .duo{
  display:grid; grid-template-columns:minmax(0,1.07fr) minmax(0,1fr);
  gap:38px; align-items:center;
}
.hero .duo > div:first-child{min-width:0}
.hero .duo .graphe{margin:0; width:100%}
.graphe{
  border:1px solid var(--carte-bord); border-radius:16px; background:var(--carte-fond);
  padding:18px 20px 14px;
}
.graphe .tete{display:flex; align-items:baseline; justify-content:space-between; margin-bottom:10px}
.graphe .tete b{font-size:15px; color:var(--encre)}
.graphe .tete span{font-size:12px; color:var(--muet)}
.graphe svg{width:100%; height:auto; display:block; overflow:visible}
.graphe .axe{stroke:var(--line); stroke-width:1}
.graphe .prevu{fill:var(--surface-3)}
.graphe .reel{fill:var(--or)}
.graphe .etiq{font-family:var(--sans); font-size:10px; fill:var(--muet)}
.graphe .legende{display:flex; gap:18px; margin-top:8px; font-size:11.5px; color:var(--muet)}
.graphe .legende span{display:flex; align-items:center; gap:6px}
.graphe .legende span::before{content:""; width:9px; height:9px; border-radius:3px}
.graphe .legende .p::before{background:var(--surface-3)}
.graphe .legende .r::before{background:var(--or)}

/* ---------- le graphique qui devient lecteur ---------- */
/* Le cadre garde exactement la même taille dans les deux états : sans cela la
   page sauterait au moment du clic, juste sous les yeux du visiteur. */
.graphe .scene{
  position:relative; aspect-ratio:16/9; display:grid; place-items:center;
  border-radius:12px; overflow:hidden; background:var(--surface-2);
}
/* Le graphique ne s'étire pas à la largeur de la vidéo : il y serait énorme
   et grossier. Il garde une taille lisible, centré dans le cadre. */
.graphe .trace{width:100%; height:100%; display:block; transition:opacity .35s ease}
.graphe .film{
  position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
  opacity:0; transition:opacity .35s ease; background:var(--surface-2);
  border-radius:12px;
}
.graphe .jouer{
  position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);
  font-size:15px; padding:11px 20px 11px 16px;
  display:none; align-items:center; gap:10px; cursor:pointer;
  padding:9px 16px 9px 13px; border-radius:999px;
  border:1px solid var(--carte-bord); background:var(--surface);
  color:var(--encre); font:500 13.5px/1 var(--sans); white-space:nowrap;
  box-shadow:0 1px 2px rgba(62,57,49,.06), 0 8px 22px rgba(62,57,49,.10);
  transition:opacity .3s ease, transform .2s ease;
}
.js .graphe .jouer{display:inline-flex}
.graphe .jouer:hover{transform:translate(-50%,-50%) scale(1.03)}
.graphe .jouer .fleche{
  width:0; height:0; border-style:solid; border-width:6px 0 6px 10px;
  border-color:transparent transparent transparent var(--or);
}
.graphe.joue .trace, .graphe.joue .jouer{opacity:0; pointer-events:none}
.graphe.joue .film{opacity:1}
.graphe.joue .film{cursor:pointer}

/* La démonstration part toute seule, donc en silence : c'est la règle des
   navigateurs, et c'est aussi la politesse. Cette pastille rend le son à qui
   le demande — un geste de l'utilisateur, le seul que le navigateur accepte. */
.graphe .son{
  position:absolute; right:12px; bottom:12px; z-index:2;
  display:none; align-items:center; gap:8px; cursor:pointer;
  padding:7px 13px 7px 10px; border-radius:999px;
  border:1px solid var(--carte-bord); background:var(--surface);
  color:var(--encre); font:500 12.5px/1 var(--sans); white-space:nowrap;
  box-shadow:0 1px 2px rgba(62,57,49,.06), 0 8px 22px rgba(62,57,49,.10);
  opacity:0; transition:opacity .3s ease, transform .2s ease;
}
.js .graphe.joue .son{display:inline-flex; opacity:.94}
.graphe .son:hover{opacity:1; transform:scale(1.03)}
/* Le haut-parleur : un petit trapèze et deux ondes, barrées quand c'est muet. */
.graphe .son .hp{
  width:13px; height:13px; flex:0 0 13px; background:var(--or);
  -webkit-mask:var(--hp) center/contain no-repeat; mask:var(--hp) center/contain no-repeat;
}
:root{
  --hp:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 9v6h4l5 4V5L8 9H4z'/%3E%3Cpath d='M16.5 8.5a5 5 0 010 7' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M19.5 6a9 9 0 010 12' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  --hp-muet:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 9v6h4l5 4V5L8 9H4z'/%3E%3Cpath d='M17 9.5l5 5M22 9.5l-5 5' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.graphe.muet .son .hp{
  -webkit-mask-image:var(--hp-muet); mask-image:var(--hp-muet);
}
@media (max-width:1000px){
  .graphe .jouer{font-size:12.5px; padding:8px 14px 8px 11px}
  .graphe .son{font-size:11.5px; right:9px; bottom:9px}
}


.graphe rect{transform-box:fill-box; transform-origin:center bottom}
.js .graphe.revele:not(.vu) rect{transform:scaleY(.02)}
.graphe.revele.vu rect{transform:none; transition:transform .65s cubic-bezier(.22,.8,.3,1)}
.js .graphe.revele:not(.vu){opacity:1; transform:none}

.hero.sombre h1{
  font-family:var(--sans); font-weight:700; letter-spacing:-.02em; color:var(--hero-titre);
  font-size:clamp(34px, 3.8vw, 48px); line-height:1.07; margin:0 0 20px; max-width:13ch;
}
.hero.sombre h1 .or{color:var(--hero-accent)}
.hero.sombre .oeil{color:var(--hero-oeil)}
.hero.sombre p.sous{color:var(--hero-texte); max-width:40ch; font-size:17.5px}
.hero.sombre .note{color:var(--hero-note)}
.hero.sombre .btn-fantome{color:var(--hero-fantome); border-color:var(--hero-fantome-bord)}
.hero.sombre .btn-fantome:hover{background:var(--hero-fantome-survol)}

/* Trois chiffres d'un mois réel, posés sous les boutons. Trois colonnes
   égales, et non une rangée souple : le français, l'espagnol et l'anglais
   n'ont pas la même longueur, et la mise en page doit rester la même. */
.chiffres{display:grid; grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px; margin:30px 0 0}
.chiffre b{display:block; font-family:var(--sans); font-weight:700;
  color:var(--chiffre); line-height:1.1; font-size:27px}
.chiffre span{font-size:11px; letter-spacing:.08em; text-transform:uppercase;
  color:var(--chiffre-mot); display:block; line-height:1.35}
.hero.sombre .exemple{font-size:12.5px; color:var(--hero-exemple); margin:12px 0 30px}

/* Sous mille pixels, les deux colonnes n'ont plus la place : le texte repasse
   pleine largeur et la démonstration se range dessous, toujours bord à bord. */
@media (max-width:1000px){
  .hero.sombre .duo{grid-template-columns:1fr; gap:34px}
  .hero.sombre h1{max-width:15ch}
  .hero.sombre p.sous{max-width:46ch}
}

/* Trois repères, sur la page claire, juste sous le bandeau. */
.bande-reperes{border-bottom:1px solid var(--line); padding:32px 0}
.reperes{display:grid; grid-template-columns:repeat(3,1fr); gap:26px}
.repere{display:flex; gap:13px; align-items:flex-start}
.repere svg{width:26px; height:26px; flex:0 0 26px; fill:none; stroke:var(--or);
  stroke-width:1.5; stroke-linecap:round; stroke-linejoin:round; margin-top:2px}
.repere b{display:block; font-size:16.5px; margin-bottom:3px}
.repere span{font-size:14.5px; color:var(--muet); line-height:1.5}

@media (max-width:900px){
  .hero.sombre{padding:64px 0 56px}
  .chiffres{gap:26px}
  .reperes{grid-template-columns:1fr; gap:16px}
}

/* ---------- sections ---------- */
section{padding:62px 0; border-top:1px solid var(--line)}
section h2{
  font-family:var(--serif); font-weight:500; font-size:clamp(27px, 3.6vw, 38px);
  margin:0 0 10px; text-wrap:balance;
}
section .chapo{color:var(--encre-2); margin:0 0 38px; max-width:58ch}
section h2.seul{margin-bottom:38px}

.grille-3{display:grid; grid-template-columns:repeat(3, 1fr); gap:20px}
.grille-2{display:grid; grid-template-columns:repeat(2, 1fr); gap:20px}
.carte{
  background:var(--carte-fond); border:1px solid var(--carte-bord); border-radius:18px; padding:26px 24px;
}
.carte h3{font-size:18.5px; margin:0 0 10px; letter-spacing:-.01em}
.carte p{margin:0; color:var(--encre-2); font-size:15.5px; line-height:1.6}

/* ---------- étapes avec captures ---------- */
.etape{display:grid; grid-template-columns:1fr 1.25fr; gap:38px; align-items:center;
       margin-bottom:46px}
.etape:last-child{margin-bottom:0}
.etape:nth-child(even) .texte{order:2}
.etape .num{
  width:34px; height:34px; border-radius:50%; background:var(--or); color:#1C1915;
  display:grid; place-items:center; font-weight:700; font-size:15px; margin-bottom:14px;
}
.etape h3{font-family:var(--serif); font-weight:500; font-size:25px; margin:0 0 9px}
.etape p{margin:0; color:var(--encre-2); font-size:16px}
.etape img{
  width:100%; height:auto; border-radius:14px; border:1px solid var(--line-fort);
  box-shadow:0 2px 4px rgba(38,49,59,.05), 0 18px 40px rgba(38,49,59,.09);
}

/* ---------- listes de fonctions ---------- */
/* Quatre repères numérotés, comme les étapes plus haut : le chiffre dans
   la fonte de titre, un filet, puis les mots-clés séparés par des points. */
.fonctions{display:grid; grid-template-columns:repeat(4, 1fr); gap:34px; align-items:start}
.fonction .num{
  font-family:var(--serif); font-size:34px; line-height:1; color:var(--or);
  margin-bottom:12px; padding-bottom:12px; border-bottom:1px solid var(--line);
}
.fonction h3{font-size:16.5px; margin:0 0 10px; letter-spacing:-.01em}
.fonction p{margin:0; font-size:14.5px; line-height:1.55; color:var(--encre-2)}

/* Entrée au défilement, une carte après l'autre. Sans JavaScript, ou si
   le script échoue, tout reste visible : l'effet ne cache jamais le contenu. */
.js .revele:not(.vu){opacity:0; transform:translateY(18px)}
.revele.vu{opacity:1; transform:none;
  transition:opacity .55s cubic-bezier(.22,.8,.3,1) var(--retard,0ms),
             transform .55s cubic-bezier(.22,.8,.3,1) var(--retard,0ms)}
@media (prefers-reduced-motion:reduce){ .js .revele:not(.vu){opacity:1; transform:none} }

@media (max-width:1000px){ .fonctions{grid-template-columns:repeat(2, 1fr); gap:30px} }

/* ---------- franchise ---------- */
.franchise{background:var(--surface-2)}
.franchise .carte{background:var(--carte-fond-2); border-color:var(--carte-bord)}

/* ---------- prix ---------- */
.prix{background:var(--prix-fond); color:#F4F0E8; border-top-color:var(--prix-fond)}
.prix h2{color:#FBF9F5}
.prix .boite{
  background:rgba(251,249,245,.05); border:1px solid rgba(237,227,203,.22);
  border-radius:22px; padding:40px 38px; max-width:620px; margin:0 auto; text-align:center;
}
.prix .oeil{color:#A2977F}
.prix .montant{
  font-family:var(--serif); font-size:66px; line-height:1; margin:0 0 8px; color:#FBF9F5;
}
.prix .mention{color:#C9BFA8; font-size:15px; margin:0 0 28px}
.prix ul{
  list-style:none; margin:0 0 30px; padding:0; text-align:left;
  display:flex; flex-direction:column; gap:11px;
}
.prix li{position:relative; padding-left:26px; color:#DCD4C4; font-size:15.5px}
.prix li::before{
  content:""; position:absolute; left:3px; top:8px; width:8px; height:8px;
  transform:rotate(45deg); border:1.5px solid var(--or-clair);
}
.prix .garantie{color:#C9BFA8; font-size:14px; margin:20px 0 0}
/* L'annonce qui tient la place du bouton tant que la vente n'est pas ouverte :
   assez présente pour qu'on la lise, assez sobre pour qu'on ne la clique pas. */
/* Le bouton d'achat avant l'ouverture de la vente : même gabarit, même place,
   mais il ne se donne pas pour cliquable. */
.btn-attente{
  opacity:.55; cursor:not-allowed; pointer-events:none; user-select:none;
}
.prix .bientot{
  margin:26px 0 0; padding:15px 20px; border-radius:12px;
  border:1px dashed var(--or-clair); color:var(--or-clair);
  font-size:15px; line-height:1.5;
}
.prix .comparaison{color:#A2977F; font-size:13.5px; margin:10px 0 0}

/* ---------- questions ---------- */
details{
  border-bottom:1px solid var(--line); padding:20px 0;
}
details summary{
  cursor:pointer; font-size:18px; font-weight:600; list-style:none;
  display:flex; align-items:baseline; gap:12px;
}
details summary::-webkit-details-marker{display:none}
details summary::before{content:"+"; color:var(--or); font-weight:700; font-size:20px}
details[open] summary::before{content:"–"}
details p{margin:12px 0 0 32px; color:var(--encre-2); max-width:62ch}

/* ---------- pied ---------- */
footer{
  background:var(--surface-2); border-top:1px solid var(--line); padding:40px 0;
  font-size:14px; color:var(--encre-2);
}
footer .liens{display:flex; gap:20px; flex-wrap:wrap; margin:0 0 16px}
footer .editeur{margin:0; color:var(--muet)}
footer a{color:var(--encre-2)}

/* ---------- pages juridiques ---------- */
.doc{max-width:760px; margin:0 auto; padding:54px 24px 80px}
.doc h1{font-family:var(--serif); font-weight:500; font-size:40px; margin:0 0 30px}
.doc h2{font-family:var(--serif); font-weight:500; font-size:26px; margin:40px 0 12px}
.doc h3{font-size:18px; margin:26px 0 8px}
.doc p, .doc li{color:var(--encre-2)}
.doc table{width:100%; border-collapse:collapse; margin:18px 0; font-size:15px}
.doc th, .doc td{text-align:left; padding:9px 12px; border-bottom:1px solid var(--line)}
.doc th{color:var(--muet); font-size:12px; letter-spacing:.08em; text-transform:uppercase}
.doc blockquote{
  margin:18px 0; padding:16px 20px; background:var(--surface); border:1px solid var(--line);
  border-radius:12px;
}
.doc hr{border:0; border-top:1px solid var(--line); margin:36px 0}

/* Le renvoi vers la vidéo, sous les quatre étapes : un lien, pas un bouton —
   la page n'a qu'un seul appel à l'action et ce n'est pas celui-là. */
.vers-guide{margin:34px 0 0; text-align:center}
.vers-guide a{
  color:var(--or); text-decoration:none; font-size:16px;
  border-bottom:1px solid transparent; padding-bottom:2px;
}
.vers-guide a:hover{border-bottom-color:var(--or)}

/* ---------- le mode opératoire en vidéo ---------- */
/* La page respire plus large que les documents juridiques : l'image est le
   sujet, le texte n'est là que pour l'encadrer. */
.guide{max-width:940px}
.guide .chapo{font-size:18px; line-height:1.6; color:var(--encre-2); margin:0 0 34px}
.film{margin:0 0 34px; padding:0}
.film video{
  display:block; width:100%; height:auto; border-radius:16px;
  background:var(--surface-3); border:1px solid var(--carte-bord);
  box-shadow:0 1px 2px rgba(62,57,49,.05), 0 18px 46px rgba(62,57,49,.08);
}
.film figcaption{
  margin-top:14px; font-size:14px; color:var(--muet); text-align:center;
}
.retour{display:inline-block; margin-bottom:26px; font-size:14px}

@media (max-width:820px){
  body{font-size:16px}
  .grille-3, .grille-2{grid-template-columns:1fr}
  .fonctions{grid-template-columns:1fr; gap:26px}
  .etape{grid-template-columns:1fr; gap:22px}
  .etape:nth-child(even) .texte{order:0}
  .barre nav a{padding:6px 9px}
}

/* Les trois éléments qui ne se déduisent pas des jetons passent par les leurs,
   pour que le thème sombre tienne en un seul bloc de variables. */
:root{ --bouton:var(--or); --bouton-survol:var(--or-clair);
       --carte-fond:var(--surface); --carte-fond-2:var(--surface); --carte-bord:var(--line);
       --mono-fond:transparent; --mono-encre:var(--or);
       --barre-fond:rgba(239,235,227,.92); --prix-fond:var(--encre); }
.mono{background:var(--mono-fond); color:var(--mono-encre)}
.barre{background:var(--barre-fond)}

@media (prefers-color-scheme:dark){
  :root:not([data-theme="light"]):not([data-theme="dark"]){
    --page:#2B2520; --surface:#332C25; --surface-2:#2E2821; --surface-3:#3B332B;
    --line:#463D34; --line-fort:#584D41;
    --encre:#F0EADF; --encre-2:#CAC2B1; --muet:#9C9383;
    --champagne:#463B2B; --bleu:#8FB3D4;
    --carte-fond:#332C25; --carte-fond-2:#38302A; --carte-bord:#463D34;
    --mono-fond:transparent; --mono-encre:var(--or);
    --barre-fond:rgba(43,37,32,.92); --prix-fond:#241E18;
    --hero-fond:#262019; --hero-bord:#3E362D; --hero-voile:.30;
    --hero-titre:#F5EFE2; --hero-accent:var(--or); --hero-oeil:#A79877;
    --hero-texte:#CDC4B0; --hero-note:#8F8570; --hero-fantome:#F0E9DA;
    --hero-fantome-bord:#64574A; --hero-fantome-survol:rgba(255,255,255,.06);
    --chiffre:var(--or); --chiffre-mot:#9C9078; --hero-exemple:#7E7562;
  }
}
:root[data-theme="dark"]{
  --page:#2B2520; --surface:#332C25; --surface-2:#2E2821; --surface-3:#3B332B;
  --line:#463D34; --line-fort:#584D41;
  --encre:#F0EADF; --encre-2:#CAC2B1; --muet:#9C9383;
  --champagne:#463B2B; --bleu:#8FB3D4;
--carte-fond:#332C25; --carte-fond-2:#38302A; --carte-bord:#463D34;
    --mono-fond:transparent; --mono-encre:var(--or);
  --barre-fond:rgba(43,37,32,.92); --prix-fond:#241E18;
  --hero-fond:#262019; --hero-bord:#3E362D; --hero-voile:.30;
  --hero-titre:#F5EFE2; --hero-accent:var(--or); --hero-oeil:#A79877;
  --hero-texte:#CDC4B0; --hero-note:#8F8570; --hero-fantome:#F0E9DA;
  --hero-fantome-bord:#64574A; --hero-fantome-survol:rgba(255,255,255,.06);
  --chiffre:var(--or); --chiffre-mot:#9C9078; --hero-exemple:#7E7562;
}
