:root {
  --vjhq-fond: #0c0826;
  --vjhq-fond-2: #080520;
  --vjhq-panneau: #1b1550;
  --vjhq-panneau-2: #2a2170;
  --vjhq-carte-dos: #342a86;
  --vjhq-texte: #eef0ff;
  --vjhq-doux: #b6bbee;
  --vjhq-bleu: #5b9bff;
  --vjhq-bleu-clair: #9cc4ff;
  --vjhq-violet: #bd90ff;
  --vjhq-violet-fonce: #7a52e0;
  --vjhq-rose: #e884ff;
  --vjhq-sombre: #0c0826;
  --vjhq-creme: #f4f5ff;
  --vjhq-ligne: #3a2f7a;
  --vjhq-ombre: rgba(2, 1, 10, 0.6);
  --vjhq-lueur: rgba(91, 155, 255, 0.5);
  --vjhq-lueur-violet: rgba(189, 144, 255, 0.5);

  --vjhq-t2: #e3e7ff;
  --vjhq-t4: #c2cdff;
  --vjhq-t8: #a2b2ff;
  --vjhq-t16: #8496ff;
  --vjhq-t32: #a487ff;
  --vjhq-t64: #7346e4;
  --vjhq-t128: #6c40e0;
  --vjhq-t256: #8340ea;
  --vjhq-t512: #6231c4;
  --vjhq-t1024: #4a2599;
  --vjhq-t2048: #e884ff;

  --vjhq-p1: #5b9bff;
  --vjhq-p2: #7aa8ff;
  --vjhq-p3: #bd90ff;
  --vjhq-p4: #e884ff;
  --vjhq-p5: #9a6bff;
  --vjhq-p6: #6fd0ff;
  --vjhq-p7: #b45cff;

  --vjhq-rayon: 14px;
  --vjhq-rayon-s: 8px;
  --vjhq-max: 68rem;

  --vjhq-fonte: "Avenir Next", "Segoe UI", system-ui, -apple-system, sans-serif;
  --vjhq-fonte-titre: "Avenir Next", "Segoe UI Semibold", system-ui, sans-serif;
  --vjhq-mono: "SFMono-Regular", ui-monospace, "Cascadia Mono", Menlo, Consolas, monospace;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--vjhq-fonte);
  color: var(--vjhq-texte);
  background-color: var(--vjhq-fond);
  line-height: 1.6;
  font-size: 1.05rem;
  position: relative;
  min-height: 100vh;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(1200px 580px at 6% -8%, rgba(91, 155, 255, 0.42), transparent 60%),
    radial-gradient(1050px 640px at 106% 0%, rgba(150, 110, 255, 0.40), transparent 62%),
    radial-gradient(760px 520px at 82% 48%, rgba(189, 144, 255, 0.24), transparent 60%),
    radial-gradient(1100px 760px at 45% 118%, rgba(232, 132, 255, 0.26), transparent 60%);
  animation: vjhq-nebuleuse 24s ease-in-out infinite alternate;
}
@keyframes vjhq-nebuleuse {
  from { transform: translate3d(0, 0, 0) scale(1); opacity: 0.85; }
  to { transform: translate3d(0, -18px, 0) scale(1.05); opacity: 1; }
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--vjhq-bleu-clair); text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: var(--vjhq-rose); }
:focus-visible { outline: 3px solid var(--vjhq-bleu); outline-offset: 2px; border-radius: 4px; }

h1, h2, h3 { font-family: var(--vjhq-fonte-titre); line-height: 1.16; color: var(--vjhq-texte); letter-spacing: -0.01em; }
h1 { font-size: clamp(2rem, 5vw, 3.2rem); margin: 0 0 0.4em; }
h2 { font-size: clamp(1.5rem, 3.4vw, 2.25rem); margin: 0 0 0.5em; }
h3 { font-size: 1.25rem; margin: 0 0 0.4em; }
p { margin: 0 0 1em; }

.enveloppe { width: 100%; max-width: var(--vjhq-max); margin: 0 auto; padding: 0 1.25rem; }
.saut-lien { position: absolute; left: -999px; top: 0; background: var(--vjhq-bleu); color: var(--vjhq-sombre); padding: 0.6rem 1rem; border-radius: 0 0 var(--vjhq-rayon-s) 0; z-index: 60; font-weight: 700; }
.saut-lien:focus { left: 0; }

.kicker { display: inline-block; font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700; color: var(--vjhq-bleu-clair); background: rgba(91, 155, 255, 0.16); border: 1px solid var(--vjhq-violet-fonce); padding: 0.22rem 0.7rem; border-radius: 999px; margin-bottom: 0.7rem; }

.site-entete { background: rgba(12, 8, 38, 0.82); backdrop-filter: blur(10px); border-bottom: 1px solid var(--vjhq-ligne); position: sticky; top: 0; z-index: 50; }
.entete-rangee { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.7rem 0; }
.marque { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; }
.marque img { width: 40px; height: 40px; }
.vjhq-wordmark { font-family: var(--vjhq-fonte-titre); font-weight: 800; font-size: clamp(0.98rem, 2.6vw, 1.18rem); letter-spacing: 0.04em; text-transform: uppercase; white-space: nowrap; background: linear-gradient(100deg, var(--vjhq-bleu-clair), var(--vjhq-violet) 55%, var(--vjhq-rose)); -webkit-background-clip: text; background-clip: text; color: transparent; }

.menu-toggle { display: none; background: var(--vjhq-panneau-2); border: 1px solid var(--vjhq-violet-fonce); color: var(--vjhq-texte); font: inherit; font-weight: 700; padding: 0.5rem 0.85rem; border-radius: var(--vjhq-rayon-s); cursor: pointer; }
.menu-principal ul { list-style: none; display: flex; gap: 0.3rem; margin: 0; padding: 0; flex-wrap: wrap; }
.menu-principal a { display: inline-block; padding: 0.45rem 0.7rem; border-radius: var(--vjhq-rayon-s); text-decoration: none; color: var(--vjhq-doux); font-weight: 700; font-size: 0.96rem; }
.menu-principal a:hover { background: var(--vjhq-panneau-2); color: var(--vjhq-texte); }
.menu-principal a[aria-current="page"] { background: var(--vjhq-bleu); color: var(--vjhq-sombre); }

.bouton { display: inline-block; font: inherit; font-weight: 700; cursor: pointer; border-radius: var(--vjhq-rayon-s); padding: 0.6rem 1.1rem; border: 2px solid transparent; text-decoration: none; transition: transform 0.12s ease, background-color 0.12s ease, box-shadow 0.12s ease; }
.bouton-primaire { background: var(--vjhq-bleu); color: var(--vjhq-sombre); border-color: var(--vjhq-bleu-clair); }
.bouton-primaire:hover { background: var(--vjhq-bleu-clair); transform: translateY(-1px); box-shadow: 0 6px 20px var(--vjhq-lueur); }
.bouton-secondaire { background: var(--vjhq-panneau-2); color: var(--vjhq-texte); border-color: var(--vjhq-violet-fonce); }
.bouton-secondaire:hover { background: var(--vjhq-carte-dos); transform: translateY(-1px); }

.hero { padding: 2.6rem 0 1.4rem; }
.hero-grille { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 2rem; align-items: center; }
.hero p.chapeau { font-size: 1.16rem; color: var(--vjhq-doux); max-width: 34rem; }
.hero-actions { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-top: 1rem; }
.hero-illustration { border-radius: var(--vjhq-rayon); overflow: hidden; border: 1px solid var(--vjhq-violet-fonce); box-shadow: 0 16px 40px var(--vjhq-ombre); }
.hero h1 em, h1 em { font-style: normal; color: var(--vjhq-rose); }

.section { padding: 2.2rem 0; }
.section-alt { background: var(--vjhq-fond-2); border-top: 1px solid var(--vjhq-ligne); border-bottom: 1px solid var(--vjhq-ligne); }

.grille-cartes { display: grid; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); gap: 1.1rem; }
.carte { background: var(--vjhq-panneau); border: 1px solid var(--vjhq-ligne); border-top: 3px solid var(--vjhq-bleu); border-radius: var(--vjhq-rayon); padding: 1.2rem; box-shadow: 0 6px 20px var(--vjhq-ombre); }
.carte h3 { margin-top: 0.2rem; }
.carte-illustration { border-radius: var(--vjhq-rayon-s); overflow: hidden; margin-bottom: 0.9rem; border: 1px solid var(--vjhq-ligne); }
.liste-nue { list-style: none; padding: 0; margin: 0; }

.etapes { list-style: none; counter-reset: etape; padding: 0; margin: 0; display: grid; gap: 0.8rem; }
.etapes li { counter-increment: etape; display: grid; grid-template-columns: auto 1fr; gap: 0.8rem; align-items: start; }
.etapes li::before { content: counter(etape); background: var(--vjhq-bleu); color: var(--vjhq-sombre); width: 2rem; height: 2rem; border-radius: 999px; display: grid; place-items: center; font-weight: 800; }

.faits { display: grid; grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr)); gap: 1rem; }
.fait { background: var(--vjhq-panneau); border-left: 3px solid var(--vjhq-violet); border-radius: var(--vjhq-rayon-s); padding: 0.9rem 1rem; }
.fait h3 { font-size: 1.05rem; }

.jeu-panneau { background: var(--vjhq-panneau); border: 1px solid var(--vjhq-ligne); border-radius: var(--vjhq-rayon); padding: 1.2rem; box-shadow: 0 8px 26px var(--vjhq-ombre); }
.jeu-barre { display: flex; flex-wrap: wrap; gap: 0.8rem 1.4rem; align-items: center; margin-bottom: 1rem; }
.jeu-groupe { display: flex; align-items: center; gap: 0.4rem; }
.jeu-etiquette { font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--vjhq-doux); font-weight: 700; }
.chip { background: var(--vjhq-panneau-2); border: 1px solid var(--vjhq-violet-fonce); border-radius: 999px; padding: 0.2rem 0.7rem; font-weight: 800; font-variant-numeric: tabular-nums; }

.bascule { display: inline-flex; background: var(--vjhq-fond-2); border: 1px solid var(--vjhq-ligne); border-radius: 999px; padding: 0.2rem; gap: 0.2rem; }
.bascule button { font: inherit; font-weight: 700; cursor: pointer; border: none; background: transparent; color: var(--vjhq-doux); padding: 0.35rem 0.85rem; border-radius: 999px; }
.bascule button[aria-pressed="true"] { background: var(--vjhq-bleu); color: var(--vjhq-sombre); }

.tailles { display: inline-flex; gap: 0.3rem; flex-wrap: wrap; }
.pr-taille { font: inherit; font-weight: 700; cursor: pointer; background: var(--vjhq-panneau-2); border: 1px solid var(--vjhq-violet-fonce); color: var(--vjhq-texte); padding: 0.3rem 0.7rem; border-radius: var(--vjhq-rayon-s); }
.pr-taille[aria-pressed="true"] { background: var(--vjhq-violet); color: var(--vjhq-sombre); border-color: var(--vjhq-violet); }

.jeu-plateau { display: flex; justify-content: center; padding: 0.6rem 0; }
.jeu-actions { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1rem; align-items: center; }
.jeu-live { margin-top: 0.8rem; min-height: 1.4rem; background: var(--vjhq-fond-2); border-left: 3px solid var(--vjhq-bleu); border-radius: var(--vjhq-rayon-s); padding: 0.5rem 0.8rem; color: var(--vjhq-texte); }

.dpad { display: grid; grid-template-columns: repeat(3, 3rem); grid-template-rows: repeat(3, 3rem); gap: 0.3rem; margin-top: 0.9rem; }
.dpad button { font: inherit; font-size: 1.2rem; font-weight: 700; cursor: pointer; background: var(--vjhq-panneau-2); color: var(--vjhq-texte); border: 1px solid var(--vjhq-violet-fonce); border-radius: var(--vjhq-rayon-s); }
.dpad button:hover { background: var(--vjhq-carte-dos); }
.dpad .d-n { grid-area: 1 / 2; } .dpad .d-w { grid-area: 2 / 1; } .dpad .d-e { grid-area: 2 / 3; } .dpad .d-s { grid-area: 3 / 2; }

.dm-grid { display: grid; grid-template-columns: repeat(var(--n), 1fr); gap: 0.5rem; background: linear-gradient(150deg, var(--vjhq-panneau), var(--vjhq-fond-2)); padding: 0.5rem; border-radius: var(--vjhq-rayon); width: min(23rem, 92vw); border: 1px solid var(--vjhq-violet-fonce); box-shadow: 0 0 40px var(--vjhq-lueur) inset; touch-action: none; }
.dm-cell { aspect-ratio: 1; border-radius: var(--vjhq-rayon-s); background: var(--vjhq-panneau-2); display: grid; place-items: center; font-weight: 800; font-size: clamp(1rem, 6vw, 1.7rem); font-variant-numeric: tabular-nums; color: var(--vjhq-sombre); }
.dm-cell.est-plein { box-shadow: 0 2px 12px var(--vjhq-ombre); }
.dm-cell:not(.est-plein) { background: rgba(255, 255, 255, 0.04); }
.dm-t2 { background: var(--vjhq-t2); } .dm-t4 { background: var(--vjhq-t4); } .dm-t8 { background: var(--vjhq-t8); }
.dm-t16 { background: var(--vjhq-t16); } .dm-t32 { background: var(--vjhq-t32); }
.dm-t64 { background: var(--vjhq-t64); color: var(--vjhq-creme); } .dm-t128 { background: var(--vjhq-t128); color: var(--vjhq-creme); }
.dm-t256 { background: var(--vjhq-t256); color: var(--vjhq-creme); } .dm-t512 { background: var(--vjhq-t512); color: var(--vjhq-creme); }
.dm-t1024 { background: var(--vjhq-t1024); color: var(--vjhq-creme); }
.dm-t2048 { background: var(--vjhq-t2048); color: var(--vjhq-sombre); box-shadow: 0 0 18px var(--vjhq-rose); }
.est-plein { animation: vjhq-pop 0.14s ease; }
@keyframes vjhq-pop { from { transform: scale(0.85); } to { transform: scale(1); } }

.sp-grid { display: grid; grid-template-columns: repeat(var(--w), 1fr); gap: 1px; background: var(--vjhq-ligne); padding: 2px; border-radius: var(--vjhq-rayon-s); width: min(28rem, 92vw); border: 1px solid var(--vjhq-ligne); }
.sp-cell { aspect-ratio: 1; background: var(--vjhq-fond-2); display: grid; place-items: center; font-size: 0.7rem; color: var(--vjhq-rose); }
.sp-corps { background: var(--vjhq-violet); border-radius: 2px; box-shadow: 0 0 4px var(--vjhq-lueur-violet); }
.sp-tete { background: var(--vjhq-bleu); border-radius: 3px; box-shadow: 0 0 10px var(--vjhq-bleu); }
.sp-pomme { color: var(--vjhq-rose); text-shadow: 0 0 8px var(--vjhq-rose); }

.pr-grid { display: grid; grid-template-columns: repeat(var(--n), 1fr); gap: 0.5rem; width: min(26rem, 92vw); }
.pr-carte { aspect-ratio: 1; border-radius: var(--vjhq-rayon-s); border: 1px solid var(--vjhq-violet-fonce); background: linear-gradient(135deg, var(--vjhq-panneau-2), var(--vjhq-carte-dos)); cursor: pointer; display: grid; place-items: center; padding: 0; }
.pr-carte::after { content: "◆"; color: var(--vjhq-violet-fonce); font-size: 1.1rem; }
.pr-carte.est-ouverte, .pr-carte.est-appariee { background: var(--vjhq-panneau); border-color: var(--vjhq-bleu); }
.pr-carte.est-ouverte::after, .pr-carte.est-appariee::after { content: none; }
.pr-carte.est-appariee { border-color: var(--vjhq-rose); box-shadow: 0 0 14px var(--vjhq-lueur-violet); }
.pr-face { font-size: clamp(1.2rem, 7vw, 2rem); color: var(--vjhq-texte); pointer-events: none; }

.tg-svg { width: min(24rem, 90vw); height: auto; }
.tg-tri { fill: rgba(255, 255, 255, 0.05); stroke: var(--vjhq-ligne); stroke-width: 0.08; }
.tg-cible { filter: drop-shadow(0 0 7px var(--vjhq-lueur)); }
.tg-piece { stroke: var(--vjhq-fond); stroke-width: 0.12; cursor: pointer; }
.tg-svg.est-gagne .tg-piece { animation: vjhq-eclat 0.6s ease; }
@keyframes vjhq-eclat { 0% { opacity: 0.5; } 50% { opacity: 1; } 100% { opacity: 1; } }
.vjhq-p1 { fill: var(--vjhq-p1); } .vjhq-p2 { fill: var(--vjhq-p2); } .vjhq-p3 { fill: var(--vjhq-p3); }
.vjhq-p4 { fill: var(--vjhq-p4); } .vjhq-p5 { fill: var(--vjhq-p5); } .vjhq-p6 { fill: var(--vjhq-p6); } .vjhq-p7 { fill: var(--vjhq-p7); }
.tg-tray { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 0.9rem; }
.tg-tuile { width: 3.4rem; height: 3.4rem; border-radius: var(--vjhq-rayon-s); border: 2px solid var(--vjhq-ligne); background: var(--vjhq-panneau-2); cursor: pointer; display: grid; place-items: center; padding: 0.3rem; }
.tg-tuile.est-active { border-color: var(--vjhq-rose); box-shadow: 0 0 14px var(--vjhq-lueur-violet); }
.tg-tuile.est-posee { opacity: 0.3; }
.tg-mini { width: 100%; height: 100%; }
.tg-mini-poly { stroke: var(--vjhq-fond); stroke-width: 0.15; }
.tg-tuile.vjhq-p1 .tg-mini-poly { fill: var(--vjhq-p1); } .tg-tuile.vjhq-p2 .tg-mini-poly { fill: var(--vjhq-p2); }
.tg-tuile.vjhq-p3 .tg-mini-poly { fill: var(--vjhq-p3); } .tg-tuile.vjhq-p4 .tg-mini-poly { fill: var(--vjhq-p4); }
.tg-tuile.vjhq-p5 .tg-mini-poly { fill: var(--vjhq-p5); } .tg-tuile.vjhq-p6 .tg-mini-poly { fill: var(--vjhq-p6); }
.tg-tuile.vjhq-p7 .tg-mini-poly { fill: var(--vjhq-p7); }

.defi-panneau { background: var(--vjhq-fond-2); border: 1px solid var(--vjhq-violet-fonce); border-radius: var(--vjhq-rayon-s); padding: 0.9rem 1rem; margin-bottom: 1rem; }
.defi-panneau p { margin: 0.3rem 0; }
.defi-copie { margin-top: 0.4rem; }

.accueil-defi { background: var(--vjhq-panneau); border: 1px solid var(--vjhq-ligne); border-radius: var(--vjhq-rayon); padding: 1.1rem 1.2rem; }
.accueil-defi ul { list-style: none; padding: 0; margin: 0.6rem 0 0; display: grid; gap: 0.4rem; }
.accueil-defi-item { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 0.5rem 0.7rem; background: var(--vjhq-fond-2); border-radius: var(--vjhq-rayon-s); }
.accueil-defi-nom { font-weight: 700; }
.accueil-defi-etat { font-weight: 700; font-size: 0.92rem; }
.accueil-defi-etat.est-fait { color: var(--vjhq-bleu-clair); }
.accueil-defi-etat.est-attente { color: var(--vjhq-doux); }
.serie { font-weight: 700; }

.faq-item { border-bottom: 1px solid var(--vjhq-ligne); }
.faq-question { width: 100%; text-align: left; font: inherit; font-weight: 700; font-size: 1.08rem; background: transparent; border: none; cursor: pointer; color: var(--vjhq-texte); padding: 0.9rem 2rem 0.9rem 0.2rem; position: relative; }
.faq-question::after { content: "+"; position: absolute; right: 0.4rem; top: 50%; transform: translateY(-50%); color: var(--vjhq-bleu); font-size: 1.3rem; }
.faq-question[aria-expanded="true"]::after { content: "\2013"; }
.faq-reponse { padding: 0 0.2rem 1rem; color: var(--vjhq-doux); }

.consent-banniere { position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; background: var(--vjhq-panneau); border-top: 2px solid var(--vjhq-bleu); box-shadow: 0 -8px 30px var(--vjhq-ombre); padding: 1rem 0; }
.consent-corps { display: grid; gap: 0.8rem; }
.consent-cats { display: flex; flex-wrap: wrap; gap: 0.8rem 1.4rem; }
.consent-cat { display: flex; align-items: center; gap: 0.4rem; }
.consent-actions { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.consent-signaux { color: var(--vjhq-bleu-clair); font-weight: 600; }

.prose { max-width: 46rem; }
.prose h2 { margin-top: 1.6rem; }
.prose table { border-collapse: collapse; width: 100%; }
.prose th, .prose td { border: 1px solid var(--vjhq-ligne); padding: 0.5rem 0.7rem; text-align: left; }
.table-enveloppe { overflow-x: auto; }
.prose code { background: var(--vjhq-fond-2); border-radius: 4px; padding: 0.05em 0.35em; font-family: var(--vjhq-mono); font-size: 0.92em; }
.prose kbd { background: var(--vjhq-panneau-2); border: 1px solid var(--vjhq-violet-fonce); border-radius: 4px; padding: 0.05em 0.4em; font-family: var(--vjhq-mono); font-size: 0.9em; }
.lien-nu { background: none; border: none; padding: 0; font: inherit; color: var(--vjhq-bleu-clair); cursor: pointer; text-decoration: underline; text-underline-offset: 2px; }
.diagramme { display: block; max-width: 22rem; width: 100%; height: auto; margin: 0.4rem 0; }
.vjhq-maj { color: var(--vjhq-doux); font-size: 0.9rem; font-style: italic; margin-top: 1.4rem; }
.prose form input, .prose form textarea { width: 100%; max-width: 32rem; font: inherit; color: var(--vjhq-texte); background: var(--vjhq-fond-2); border: 1px solid var(--vjhq-violet-fonce); border-radius: var(--vjhq-rayon-s); padding: 0.5rem 0.7rem; }
.prose form label { font-weight: 700; }

.site-pied { background: var(--vjhq-fond-2); color: var(--vjhq-doux); margin-top: 2.5rem; padding: 2rem 0 1.2rem; border-top: 1px solid var(--vjhq-ligne); }
.site-pied a { color: var(--vjhq-bleu-clair); }
.pied-grille { display: grid; grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr)); gap: 1.4rem; }
.pied-grille h4 { margin: 0 0 0.5rem; color: var(--vjhq-texte); font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; }
.pied-grille ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.3rem; }
.pied-bas { border-top: 1px solid var(--vjhq-ligne); margin-top: 1.4rem; padding-top: 1rem; font-size: 0.9rem; color: var(--vjhq-doux); }

@media (max-width: 760px) {
  .menu-toggle { display: inline-block; }
  .menu-principal { display: none; width: 100%; }
  .menu-principal[data-ouvert="true"] { display: block; }
  .menu-principal ul { flex-direction: column; padding: 0.5rem 0; }
  .hero-grille { grid-template-columns: 1fr; }
  .entete-rangee { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  body::before { animation: none; }
  .est-plein, .tg-svg.est-gagne .tg-piece { animation: none; }
  .bouton, .bouton:hover { transition: none; transform: none; }
  * { scroll-behavior: auto; }
}
