/* esthetique.vip : la page de COURS d'un chapitre (le moment d'enseignement, avant les exercices).
   S'appuie sur les jetons de lecon.css (palette, polices, mode sombre). */
.page.cours{max-width:820px; padding-bottom:60px}

/* ---- bandeau ---- */
.hero{position:relative; overflow:hidden; border-radius:var(--r); background:var(--feuille); border:1px solid var(--filet); box-shadow:var(--ombre); margin-top:10px}
.hero .fond{position:absolute; inset:0; background-size:cover; background-position:center; opacity:.35}
:root[data-theme="dark"] .hero .fond{opacity:.22}
@media (prefers-color-scheme: dark){ :root:not([data-theme="light"]) .hero .fond{opacity:.22} }
.hero .dedans{position:relative; padding:26px 22px 20px}
.hero .grand-num{position:absolute; right:14px; top:2px; font-family:var(--display); font-weight:800; font-size:6rem; line-height:1; color:var(--rose-clair); opacity:.9; pointer-events:none}
:root[data-theme="dark"] .hero .grand-num{opacity:.35}
.hero .kicker{display:flex; align-items:center; gap:10px; font-family:var(--display); font-weight:600; font-size:1rem; letter-spacing:.14em; text-transform:uppercase; color:var(--rose-texte)}
.hero .kicker i{display:block; width:22px; height:2px; background:var(--rose-texte)}
.hero h1{font-size:2.1rem; margin-top:10px; position:relative}
.hero .lede{margin-top:12px; font-size:1.02rem; color:var(--encre-2); max-width:600px; position:relative}
.hero .meta{display:flex; flex-wrap:wrap; gap:0; margin-top:18px; border-top:1px solid var(--filet); padding-top:12px; position:relative}
.hero .meta li{list-style:none; flex:1 1 120px; padding:6px 10px 6px 0}
.hero .meta .k{display:block; font-family:var(--display); font-size:1rem; letter-spacing:.12em; text-transform:uppercase; color:var(--encre-3)}
.hero .meta .v{display:block; font-family:var(--display); font-weight:800; font-size:1.25rem}

/* ---- podcast et sommaire ---- */
.podcast-cours{display:flex; flex-wrap:wrap; gap:10px; margin-top:14px}
.podcast-cours button, .ecouter-fiche{display:inline-flex; align-items:center; gap:8px; border:1px solid var(--filet-2); background:var(--feuille); color:var(--encre); border-radius:999px; padding:10px 16px; min-height:44px; font-family:var(--corps); font-size:1rem; cursor:pointer}
.podcast-cours button .p, .ecouter-fiche .p{width:26px; height:26px; border-radius:50%; background:var(--rose-texte); color:var(--sur-accent); display:grid; place-items:center; font-size:1rem; flex:none}
.podcast-cours button.lit, .ecouter-fiche.lit{border-color:var(--rose-texte); color:var(--rose-texte)}
.podcast-cours button .d{font-size:1rem; color:var(--encre-3)}
.sommaire{margin-top:16px; background:var(--feuille-2); border-radius:var(--r-s); padding:14px 16px}
.sommaire .etiq{display:block; margin-bottom:8px}
.sommaire ol{margin:0; padding:0; list-style:none; display:grid; grid-template-columns:1fr 1fr; gap:6px 14px}
.sommaire li a{color:var(--encre); text-decoration:none; font-size:1rem; display:flex; gap:8px; align-items:center; min-height:44px}
.sommaire li a b{font-family:var(--display); color:var(--rose-texte); min-width:22px}
@media (max-width:520px){ .sommaire ol{grid-template-columns:1fr} }
.saut{display:flex; align-items:center; justify-content:center; min-height:44px; margin-top:14px; font-size:1rem; color:var(--encre-2); text-decoration:none; border:1px dashed var(--filet-2); border-radius:999px; padding:10px 16px; text-align:center}

/* ---- fiches ---- */
.fiche{margin-top:34px}
.fiche-tete{display:flex; align-items:flex-end; gap:14px}
.fiche-tete .num{font-family:var(--display); font-weight:800; font-size:3rem; line-height:.9; color:var(--rose-texte)}
.fiche-tete .lbl{display:block; font-family:var(--display); font-weight:600; font-size:1rem; letter-spacing:.14em; text-transform:uppercase; color:var(--encre-3)}
.fiche-tete h2{font-size:1.45rem; margin-top:4px}
.fiche .ecouter-fiche{margin-top:12px}
.pourquoi{margin-top:16px; background:var(--rose-clair); border-radius:var(--r-s); padding:14px 16px; font-size:1rem; line-height:1.5}
.pourquoi .lbl{display:block; font-family:var(--display); font-weight:600; font-size:1rem; letter-spacing:.12em; text-transform:uppercase; color:var(--rose-texte); margin-bottom:4px}
.fiche p.prose{margin-top:14px; font-size:1.02rem; line-height:1.6}
.fiche ul.puces{margin:12px 0 0; padding-left:20px; font-size:1rem; line-height:1.55}
.fiche ul.puces li{margin-top:6px}
.callout{margin-top:16px; border:1px solid var(--or); background:var(--or-fond); border-radius:var(--r-s); padding:13px 16px; font-size:1rem; line-height:1.5}
.callout .terme{display:inline-block; font-family:var(--display); font-weight:700; font-size:1rem; letter-spacing:.06em; text-transform:uppercase; background:var(--or); color:var(--sur-or); border-radius:6px; padding:2px 8px; margin-right:8px}
.callout.piege{border-color:var(--pasencore); background:var(--pasencore-fond)} .callout.piege .terme{background:var(--pasencore)}
.cartes{display:grid; grid-template-columns:repeat(auto-fit, minmax(190px, 1fr)); gap:12px; margin-top:16px}
.carte{background:var(--feuille); border:1px solid var(--filet); border-radius:var(--r-s); padding:14px 15px; box-shadow:var(--ombre); position:relative}
.carte .idx{font-family:var(--display); font-weight:800; font-size:1rem; color:var(--encre-3); position:absolute; right:12px; top:10px}
.carte h4{font-family:var(--display); font-weight:700; font-size:1rem; margin:0}
.carte p{margin-top:6px; font-size:1rem; line-height:1.45; color:var(--encre-2)}
.carte .pic{width:34px; height:34px; border-radius:10px; background:var(--rose-clair); color:var(--rose-texte); display:grid; place-items:center; font-family:var(--display); font-weight:800; margin-bottom:8px}
.table-scroll{overflow-x:auto; margin-top:16px; -webkit-overflow-scrolling:touch}
table.exig{width:100%; border-collapse:collapse; font-size:1rem; background:var(--feuille); border-radius:var(--r-s); overflow:hidden; min-width:420px}
table.exig th{text-align:left; font-family:var(--display); font-weight:700; font-size:1rem; letter-spacing:.08em; text-transform:uppercase; color:var(--rose-texte); background:var(--rose-clair); padding:10px 12px}
table.exig td{padding:10px 12px; border-bottom:1px solid var(--filet); vertical-align:top; line-height:1.4}
table.exig tr:last-child td{border-bottom:none}
table.exig td:first-child{font-weight:700}
.figure{margin-top:18px; background:var(--feuille); border:1px solid var(--filet); border-radius:var(--r); padding:14px; box-shadow:var(--ombre)}
.figure .titre-fig{font-family:var(--display); font-weight:700; font-size:1rem; margin-bottom:10px}
.figure .dessin{position:relative; max-width:360px; margin:0 auto}
.figure .dessin svg{width:100%; height:auto; display:block; border-radius:var(--r-s)}
.figure .rep{position:absolute; transform:translate(-50%,-50%); width:26px; height:26px; border-radius:50%; background:var(--encre); color:var(--creme); font-family:var(--display); font-weight:800; font-size:1rem; display:grid; place-items:center; border:2px solid var(--feuille); box-shadow:var(--ombre)}
.figure ol.legende{margin:12px 0 0; padding:0; list-style:none; display:grid; grid-template-columns:repeat(auto-fit, minmax(160px, 1fr)); gap:4px 12px; font-size:1rem}
.figure ol.legende li{display:flex; gap:8px; align-items:baseline}
.figure ol.legende b{font-family:var(--display); color:var(--rose-texte); min-width:20px}
.figure figcaption{margin-top:10px; font-size:1rem; color:var(--encre-2)}
.illu{margin-top:18px; border-radius:var(--r); overflow:hidden; border:1px solid var(--filet); background:var(--feuille)}
.illu img{display:block; width:100%; height:auto}
.illu figcaption{padding:10px 14px; font-size:1rem; color:var(--encre-2)}
.aparte{display:flex; gap:12px; align-items:flex-start; margin-top:18px}
.aparte img{width:56px; height:56px; border-radius:50%; object-fit:cover; flex:none; border:2px solid var(--feuille); box-shadow:var(--ombre)}
.aparte .bulle{background:var(--rose-clair); border-radius:4px 16px 16px 16px; padding:12px 15px; font-size:1rem; line-height:1.5}
.aparte .bulle .qui{display:block; font-family:var(--display); font-weight:600; font-size:1rem; letter-spacing:.1em; text-transform:uppercase; color:var(--rose-texte); margin-bottom:3px}

/* ---- mini-widget ---- */
.widget{margin-top:22px; border:1px solid var(--filet); border-radius:var(--r); background:var(--feuille); box-shadow:var(--ombre); overflow:hidden}
.widget .barre-w{display:flex; align-items:center; gap:10px; background:var(--encre); color:var(--creme); padding:9px 16px; font-family:var(--display); font-size:1rem; letter-spacing:.12em; text-transform:uppercase}
.widget .barre-w i{width:9px; height:9px; background:var(--rose); transform:rotate(45deg); display:block}
.widget .corps-w{padding:16px}
.widget h3{font-size:1.15rem}
.widget .sub{margin-top:4px; font-size:1rem; color:var(--encre-2)}
.widget .boutons-w{display:flex; flex-wrap:wrap; gap:8px; margin-top:14px}
.widget .boutons-w button{border:1px solid var(--filet-2); background:var(--feuille-2); color:var(--encre); border-radius:999px; padding:10px 15px; min-height:44px; font-family:var(--corps); font-size:1rem; cursor:pointer}
.widget .boutons-w button[aria-pressed="true"]{background:var(--encre); color:var(--creme); border-color:var(--encre)}
.widget .badges{display:flex; flex-wrap:wrap; gap:8px; margin-top:14px}
.widget .badge{background:var(--feuille-2); border-radius:10px; padding:8px 12px; flex:1 1 140px}
.widget .badge .k{display:block; font-family:var(--display); font-size:1rem; letter-spacing:.1em; text-transform:uppercase; color:var(--encre-3)}
.widget .badge .v{font-weight:700; font-size:1rem}
.widget .explique{margin-top:12px; font-size:1rem; line-height:1.5; border-top:1px solid var(--filet); padding-top:12px}
.widget .fig-w{margin-top:12px; max-width:300px}
.widget .fig-w svg{width:100%; height:auto; border-radius:var(--r-s); display:block}

/* ---- memo, QCM, suite ---- */
.memo{margin-top:34px; background:var(--feuille); border:2px solid var(--or); border-radius:var(--r); padding:18px 20px}
.memo h3{font-size:1.2rem} .memo .sub{font-size:1rem; color:var(--encre-2); margin-top:2px}
.memo ul{margin:12px 0 0; padding-left:20px; line-height:1.55; font-size:1rem} .memo li{margin-top:6px}
.qcm-cours{margin-top:30px}
.qcm-cours .q{background:var(--feuille); border:1px solid var(--filet); border-radius:var(--r-s); padding:14px 16px; margin-top:12px}
.qcm-cours .stmt{font-weight:700; font-size:1rem; line-height:1.4}
.qcm-cours .opts{display:flex; flex-direction:column; gap:8px; margin-top:10px}
.qcm-cours .opt{text-align:left; border:1px solid var(--filet-2); background:var(--feuille-2); color:var(--encre); border-radius:10px; padding:11px 13px; min-height:44px; font-family:var(--corps); font-size:1rem; cursor:pointer}
.qcm-cours .opt.bon{border-color:var(--juste); background:var(--juste-fond)} .qcm-cours .opt.rate{border-color:var(--pasencore); background:var(--pasencore-fond)}
.qcm-cours .pq{margin-top:8px; font-size:1rem; color:var(--encre-2)}
.qcm-cours .score{margin-top:14px; font-family:var(--display); font-weight:700}
.suite{margin-top:30px; display:flex; flex-wrap:wrap; gap:10px}
.suite a{flex:1 1 200px; text-align:center; text-decoration:none; border-radius:999px; min-height:56px; display:grid; place-items:center; font-family:var(--display); font-weight:800; font-size:1rem}
.suite a.p{background:var(--encre); color:var(--creme)} .suite a.s{border:1px solid var(--filet-2); color:var(--encre); background:var(--feuille)}
@media (prefers-reduced-motion: no-preference){ .fiche{animation:e .3s ease-out both} }

/* ================= ORDINATEUR (>= 900 px) : 2 colonnes, sommaire et podcast fixes a droite ================= */
@media (min-width:900px){
  .page.cours{max-width:1180px; padding-left:32px; padding-right:32px}
  .page.cours #vue{display:grid; grid-template-columns:minmax(0,1fr) 300px; column-gap:36px; align-items:start}
  .page.cours .hero{grid-column:1 / -1}
  .page.cours .cote{grid-column:2; grid-row:2; position:sticky; top:16px}
  .page.cours .principal{grid-column:1; grid-row:2; min-width:0}
  .hero .dedans{padding:36px 40px 26px}
  .hero h1{font-size:2.6rem} .hero .lede{font-size:1.1rem; max-width:680px}
  .hero .grand-num{font-size:9rem; right:30px; top:6px}
  .podcast-cours{flex-direction:column; margin-top:16px}
  .podcast-cours button{width:100%; justify-content:flex-start}
  .sommaire ol{grid-template-columns:1fr}
  .cote .saut{margin-top:12px}
  .fiche{margin-top:44px}
  .fiche-tete .num{font-size:3.6rem}
  .figure{display:grid; grid-template-columns:360px minmax(0,1fr); column-gap:22px; align-items:start}
  .figure .titre-fig, .figure figcaption{grid-column:1 / -1}
  .figure .dessin{grid-column:1; margin:0}
  .figure ol.legende{grid-column:2; grid-template-columns:1fr; margin-top:4px; font-size:1rem}
  .figure ol.legende li{padding:6px 0; border-bottom:1px solid var(--filet)}
  .widget .corps-w:has(.fig-w){display:grid; grid-template-columns:minmax(0,1fr) 260px; column-gap:20px}
  .widget .corps-w:has(.fig-w) > h3, .widget .corps-w:has(.fig-w) > .sub, .widget .corps-w:has(.fig-w) > .boutons-w{grid-column:1 / -1}
  .widget .fig-w{grid-column:2; grid-row:4 / span 2; margin-top:14px; max-width:none}
  .qcm-cours .opts{flex-direction:row; flex-wrap:wrap} .qcm-cours .opt{flex:1 1 30%}
  .cartes{grid-template-columns:repeat(auto-fit, minmax(210px, 1fr))}
}

/* Le cours s'ouvre comme un magazine, puis retrouve le calme d'une fiche. */
.page.cours{padding-bottom:48px}
.cours .hero{isolation:isolate;border-radius:32px;background:var(--prune);color:var(--sur-prune);border-color:var(--filet-2);box-shadow:var(--relief);margin-top:8px}
.cours .hero .fond{opacity:1!important;height:240px;background-position:center 42%}
.cours .hero::after{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(180deg,transparent 0,var(--prune) 240px)}
.cours .hero .fond{z-index:-2}
.cours .hero .dedans{padding:220px 24px 26px}
.cours .hero .grand-num{font-size:6.5rem;font-weight:200;letter-spacing:-.08em;line-height:1;right:24px;top:16px;color:var(--sur-prune);opacity:.9}
.cours .hero .kicker{font-size:1rem;letter-spacing:.05em;color:var(--or-sur-prune);align-items:flex-start}
.cours .hero .kicker i{background:var(--or-sur-prune);height:7px;width:7px;transform:rotate(45deg);margin-top:9px;flex:none}
.cours .hero h1{font-size:clamp(2.4rem,5vw,4.4rem);letter-spacing:-.04em;line-height:1.04;margin-top:18px}
.cours .hero .lede{font-size:1.125rem;line-height:1.65;color:var(--sur-prune-doux);margin-top:20px}
.cours .hero .meta{padding:18px 0 0;margin:24px 0 0;border-color:color-mix(in srgb,var(--or-sur-prune) 35%,transparent);gap:16px}
.cours .hero .meta li{flex:1 1 110px;padding:0}
.cours .hero .meta .k{color:var(--or-sur-prune);font-size:1rem;letter-spacing:.05em}
.cours .hero .meta .v{font-size:1.5rem;margin-top:4px;color:var(--sur-prune)}
.podcast-cours{padding:18px;background:linear-gradient(140deg,var(--or-fond),var(--feuille));border:1px solid var(--or);border-radius:24px;box-shadow:var(--ombre);gap:12px;margin-top:24px}
.podcast-cours button{width:100%;padding:14px 12px;min-height:64px;justify-content:flex-start;font-size:1.125rem;text-align:left;box-shadow:var(--ombre);border-radius:18px}
.podcast-cours button .p,.ecouter-fiche .p{width:34px;height:34px;font-size:1rem;box-shadow:0 0 0 4px var(--rose-clair)}
.podcast-cours button .d{display:block;font-size:1rem;margin-top:4px}
.ecouter-fiche{font-size:1rem;min-height:48px;gap:12px;padding:10px 16px}
.sommaire{padding:24px 20px;border:1px solid var(--filet);border-radius:24px;background:var(--feuille);margin-top:20px}
.sommaire .etiq{font-size:1rem;margin-bottom:14px;color:var(--encre-2)}
.sommaire li a{font-size:1.125rem;line-height:1.45;min-height:48px;padding-block:8px;gap:12px}
.sommaire li a b{font-weight:400;min-width:28px;font-size:1.25rem}
.sommaire li+li{border-top:1px solid var(--filet)}
.saut{font-size:1rem;line-height:1.5;padding:14px 18px;min-height:52px;border-style:solid;background:var(--feuille-2)}
.fiche{margin-top:56px;scroll-margin-top:28px}
.fiche+.fiche{padding-top:36px;border-top:1px solid var(--filet-2)}
.fiche-tete{gap:18px;align-items:flex-start}
.fiche-tete .num{font-weight:200;font-size:4rem;letter-spacing:-.07em;line-height:1}
.fiche-tete .lbl{font-size:1rem;letter-spacing:.05em}
.fiche-tete h2{font-size:1.8rem;line-height:1.15;margin-top:8px}
.fiche .pourquoi{padding:20px;border-radius:22px;font-size:1.125rem;line-height:1.6;margin-top:20px}
.pourquoi .lbl{font-size:1rem;letter-spacing:.05em;margin-bottom:8px}
.fiche p.prose,.fiche ul.puces{font-size:1.125rem;line-height:1.7;margin-top:20px}
.callout{padding:20px;border-radius:22px;font-size:1.125rem;line-height:1.65;margin-top:24px;box-shadow:var(--ombre)}
.callout .terme{font-size:1rem;display:table;margin:0 0 10px;padding:5px 12px;border-radius:999px;letter-spacing:.035em}
.callout.piege .terme{color:var(--sur-accent)}
.cartes{gap:16px;margin-top:24px}
.carte{padding:24px 20px;border-radius:22px;box-shadow:var(--ombre)}
.carte:nth-child(even){background:var(--feuille-2)}
.carte .idx{font-size:1rem;top:18px;right:18px;font-weight:400}
.carte h4{font-size:1.25rem;line-height:1.3;padding-right:20px}
.carte p{font-size:1.125rem;line-height:1.6;margin-top:10px}
.carte .pic{width:44px;height:44px;border-radius:15px;font-size:1.125rem;margin-bottom:16px}
.table-scroll{border:1px solid var(--filet-2);border-radius:20px;box-shadow:var(--ombre);margin-top:24px}
table.exig{min-width:0;font-size:1rem;overflow-wrap:anywhere}
table.exig th{font-size:1rem;text-transform:none;letter-spacing:0;line-height:1.4;padding:16px 12px}
table.exig td{padding:16px 12px;line-height:1.6}table.exig tr:nth-child(odd) td{background:var(--feuille-2)}
.figure{margin:24px 0 0;padding:20px;border-radius:24px;overflow:hidden}
.figure .titre-fig{font-size:1.25rem;line-height:1.35;margin-bottom:20px}
.figure .dessin{max-width:100%}
.figure .rep{width:30px;height:30px;font-size:1rem}
.figure ol.legende{font-size:1.125rem;gap:10px 14px;margin-top:20px;grid-template-columns:1fr}
.figure ol.legende li{padding-block:5px;border-bottom:1px solid var(--filet)}
.figure ol.legende b{display:inline-grid;place-items:center;min-width:28px;height:28px;border-radius:50%;background:var(--rose-clair);font-size:1rem}
.figure figcaption,.illu figcaption{font-size:1rem;line-height:1.6;border-top:1px solid var(--filet);padding:16px 0 0;margin-top:18px}
.illu{margin:24px 0 0;border-radius:24px;box-shadow:var(--ombre)}
.illu figcaption{padding:18px 20px;margin-top:0}
.aparte{gap:14px;margin-top:24px}.aparte .bulle{border-radius:22px;padding:20px;font-size:1.125rem}.aparte .bulle .qui{font-size:1rem}
.widget{margin-top:28px;border-radius:24px;box-shadow:var(--relief)}
.widget .barre-w{font-size:1rem;letter-spacing:.04em;padding:16px 20px}
.widget .barre-w i{flex:none}
.widget .corps-w{padding:24px 20px}.widget h3{font-size:1.45rem}.widget .sub{font-size:1.125rem;margin-top:10px}
.widget .boutons-w{gap:10px;margin-top:20px}.widget .boutons-w button{font-size:1.125rem;min-height:48px;box-shadow:var(--ombre-bouton)}
.widget .badge{border-radius:16px;padding:14px 16px}.widget .badge .k{font-size:1rem;letter-spacing:.03em}.widget .badge .v{font-size:1.125rem}
.widget .explique{font-size:1.125rem;line-height:1.6;margin-top:20px;padding-top:20px}
.memo{padding:28px 22px;background:linear-gradient(130deg,var(--or-fond),var(--feuille));border-width:1px;box-shadow:var(--relief);margin-top:48px}
.memo h3{font-size:1.7rem;line-height:1.2}.memo .sub{font-size:1.125rem;margin-top:10px}.memo ul{font-size:1.125rem;line-height:1.7}.memo li{margin-top:12px}
.qcm-cours{margin-top:48px}.qcm-cours .q{padding:24px 20px;border-radius:24px;margin-top:20px;box-shadow:var(--ombre)}
.qcm-cours .stmt{font-size:1.125rem;line-height:1.6}.qcm-cours .opts{margin-top:18px;gap:12px}
.qcm-cours .opt{min-height:56px;font-size:1.125rem;border-radius:16px;box-shadow:var(--ombre-bouton);padding:14px}
.qcm-cours .pq{font-size:1.125rem;line-height:1.6;margin-top:20px}.qcm-cours .score:not(:empty){padding:20px;border:1px solid var(--juste);background:var(--juste-fond);border-radius:20px;font-size:1.4rem}
.suite{margin-top:36px}.suite a{padding:16px 24px;font-size:1.125rem;box-shadow:var(--ombre-bouton)}
@media(min-width:900px){
 .page.cours{max-width:1280px}
 .page.cours #vue{grid-template-columns:minmax(0,1fr) 320px;column-gap:48px}
 .page.cours .cote{top:24px;max-height:calc(100dvh - 48px);overflow-y:auto;padding:4px 6px 8px;margin-right:-6px}
 .cours .hero .fond{height:100%;left:40%;background-position:center}
 .cours .hero::after{background:linear-gradient(90deg,var(--prune) 0 45%,color-mix(in srgb,var(--prune) 94%,transparent) 61%,color-mix(in srgb,var(--prune) 20%,transparent) 100%)}
 .cours .hero .dedans{padding:52px 48px 36px}
 .cours .hero .kicker,.cours .hero h1,.cours .hero .lede{max-width:58%}
 .cours .hero .meta{max-width:64%}
 .cours .hero .meta li{flex:1 1 100px}
 .cours .hero .grand-num{font-size:10rem;top:28px;right:36px}
 .fiche-tete .num{font-size:4.8rem}
 .fiche-tete h2{font-size:2.1rem}
 .figure{display:block}.figure .dessin{max-width:360px;margin-inline:auto}.figure ol.legende{grid-template-columns:1fr 1fr;font-size:1.125rem}
 .qcm-cours .opts{flex-direction:column}
 .cartes{grid-template-columns:repeat(2,minmax(0,1fr))}.carte:last-child:nth-child(odd){grid-column:1/-1}
}
@media(prefers-reduced-motion:no-preference){
 :is(.podcast-cours button,.ecouter-fiche,.sommaire a,.widget button,.opt,.suite a){transition:transform var(--duree) var(--aisance),box-shadow var(--duree),border-color var(--duree)}
 .qcm-cours .opt.bon,.qcm-cours .opt.rate,.qcm-cours .score:not(:empty){animation:verdict-pop .3s var(--aisance)}
}
@media(hover:hover){:is(.podcast-cours button,.ecouter-fiche,.widget button,.opt,.suite a):hover{transform:translateY(-2px);border-color:var(--or)}.sommaire a:hover{color:var(--rose-texte);text-decoration:underline}}
@media(prefers-reduced-motion:reduce){:is(.podcast-cours button,.ecouter-fiche,.widget button,.opt,.suite a):hover{transform:none}}
