SPB Git forge

spb/uqo-imm1003

Public
7commits 1branches 0releases
189.5 MBsize
maindefault branch
3 h agolast push
JavaScript 68% CSS 32%
110.3 KB · 972 lines css
Raw Blame History
1/* =============================================================================2   UQO — Notes de cours interactives — feuille de style v23   Identité : bleu nuit / bleu UQO / or ; Fraunces (titres), Source Serif 44   (prose), Fira Sans (interface). Couleur d’accent par partie du cours.5   ============================================================================= */67:root {8  --navy: #091a33; --navy-2: #0f2a52; --navy-3: #133566;9  --uqo: #0f6180; --bleu: #0b4f78; --bleu-clair: #2a86b0; --bleu-pale: #e3f0f6;10  --or: #cca424; --or-fonce: #9e7d1c; --or-pale: #f7efd2;11  --gris: #606670; --gris-clair: #d0d5dc; --gris-pale: #e7ebf0;12  --vert: #107c4e; --rouge: #b22a20; --teal: #0f8b8d; --violet: #6b4fbb;13  --bg: #ffffff; --bg-clair: #f3f7fa; --bg-2: #f8fafc; --card: #ffffff; --border: #e3e8ee;14  --ink: #1d2430; --ink-2: #4d5665; --link: #0b4f78;15  --part: var(--uqo); --part-soft: rgba(15, 97, 128, .12);16  --shadow: 0 1px 2px rgba(9, 26, 51, .05), 0 10px 28px -16px rgba(9, 26, 51, .18);17  --shadow-sm: 0 1px 2px rgba(9, 26, 51, .07);18  --shadow-lg: 0 24px 60px -24px rgba(9, 26, 51, .35);19  --radius: 12px; --radius-sm: 8px; --radius-xs: 6px;20  --text-w: 68ch; --margin-w: 260px; --margin-gap: 40px; --topbar-h: 62px;21  --font: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;22  --serif: "Source Serif 4", "Iowan Old Style", Georgia, "Times New Roman", serif;23  --display: "Fraunces", "Source Serif 4", Georgia, serif;24  --mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;25  --fs: 17.5px; --lh: 1.68;26  color-scheme: light;27}28[data-theme="dark"] {29  --navy: #070f1e; --navy-2: #0c1d38; --navy-3: #11284c;30  --uqo: #4fb0d6; --bleu: #7dbfe0; --bleu-clair: #98cde8; --bleu-pale: #17324a;31  --or: #e3c04f; --or-fonce: #d1ac36; --or-pale: #2d2812;32  --gris: #a4abb8; --gris-clair: #38414f; --gris-pale: #262d3a;33  --vert: #5cc496; --rouge: #f28078; --teal: #4fc0c2; --violet: #a893e8;34  --bg: #0e131d; --bg-clair: #151c2a; --bg-2: #121827; --card: #171e2d; --border: #27303f;35  --ink: #e7ebf2; --ink-2: #b9c1cd; --link: #93c1f0;36  --part-soft: rgba(147, 193, 240, .12);37  --shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 12px 32px -16px rgba(0, 0, 0, .7);38  --shadow-sm: 0 1px 2px rgba(0, 0, 0, .5);39  --shadow-lg: 0 24px 60px -24px rgba(0, 0, 0, .8);40  color-scheme: dark;41}42body[data-part="1"] { --part: #2976bb; --part-soft: rgba(41, 118, 187, .13); }43body[data-part="2"] { --part: #0f8b8d; --part-soft: rgba(15, 139, 141, .13); }44body[data-part="3"] { --part: #cca424; --part-soft: rgba(204, 164, 36, .16); }45body[data-part="4"] { --part: #6b4fbb; --part-soft: rgba(107, 79, 187, .13); }46body[data-part="5"] { --part: #107c4e; --part-soft: rgba(16, 124, 78, .13); }47[data-theme="dark"] body[data-part="1"] { --part: #7fb4ea; } [data-theme="dark"] body[data-part="2"] { --part: #4fc0c2; } [data-theme="dark"] body[data-part="3"] { --part: #e3c04f; } [data-theme="dark"] body[data-part="4"] { --part: #a893e8; } [data-theme="dark"] body[data-part="5"] { --part: #5cc496; }48[data-fs="s"] { --fs: 15.5px; } [data-fs="l"] { --fs: 19.5px; } [data-fs="xl"] { --fs: 21.5px; }4950*, *::before, *::after { box-sizing: border-box; }51html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--topbar-h) + 70px); }52@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }53body { margin: 0; font-family: var(--font); font-size: var(--fs); line-height: var(--lh); color: var(--ink); background: var(--bg); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }54img { max-width: 100%; height: auto; }55svg[aria-hidden="true"] { width: 1em; height: 1em; flex: 0 0 auto; vertical-align: -.12em; }56.hero-deco, .ch-hero .deco { width: 100%; height: 100%; }57svg.wchart, svg.course-map { width: 100%; height: auto; }58a { color: var(--link); text-decoration-thickness: 1px; text-underline-offset: 3px; text-decoration-color: color-mix(in srgb, currentColor 40%, transparent); transition: text-decoration-color .15s; }59a:hover { text-decoration-color: currentColor; }60code, kbd { font-family: var(--mono); font-size: .88em; }61code { background: var(--bg-clair); padding: .1em .4em; border-radius: 4px; }62kbd { border: 1px solid var(--border); border-bottom-width: 2px; border-radius: 4px; padding: 0 .4em; background: var(--card); font-size: .78em; }63hr.sep { border: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--gris-clair) 20%, var(--gris-clair) 80%, transparent); margin: 2.4rem auto; position: relative; max-width: 60%; }64hr.sep::after { content: ""; position: absolute; left: 50%; top: -3px; width: 7px; height: 7px; border-radius: 50%; background: var(--or); transform: translateX(-50%); }65.skip { position: absolute; left: -999px; top: 8px; background: var(--or); color: var(--navy); padding: .5rem 1rem; border-radius: 6px; z-index: 1000; font-weight: 600; }66.skip:focus { left: 8px; }67.muted { color: var(--gris); }68.c-bleu { color: var(--bleu); } .c-bleu-clair { color: var(--bleu-clair); } .c-or { color: var(--or-fonce); } [data-theme="dark"] .c-or { color: var(--or); }69.c-gris { color: var(--gris); } .c-gris-clair { color: var(--gris-clair); } .c-vert { color: var(--vert); } .c-rouge { color: var(--rouge); } .c-navy { color: var(--navy); } [data-theme="dark"] .c-navy { color: var(--ink); } .c-white { color: inherit; }70.upper { text-transform: uppercase; } .sc { font-variant: small-caps; } .num { white-space: nowrap; font-variant-numeric: tabular-nums; }7172/* révélation au défilement */73.reveal { opacity: 0; transform: translateY(14px); transition: opacity .55s cubic-bezier(.2, .7, .2, 1), transform .55s cubic-bezier(.2, .7, .2, 1); }74.reveal.in { opacity: 1; transform: none; }75.reveal:nth-child(2) { transition-delay: .06s; } .reveal:nth-child(3) { transition-delay: .12s; } .reveal:nth-child(4) { transition-delay: .18s; }7677/* =============================================================================78   Barre supérieure (claire, logo UQO)79   ============================================================================= */80.topbar { position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, .86); backdrop-filter: saturate(160%) blur(12px); -webkit-backdrop-filter: saturate(160%) blur(12px); color: var(--ink); border-bottom: 1px solid var(--border); transition: box-shadow .2s; }81[data-theme="dark"] .topbar { background: rgba(14, 19, 29, .86); }82.topbar::after { content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px; background: linear-gradient(90deg, var(--uqo), var(--or) 60%, var(--uqo)); opacity: .9; }83.topbar.scrolled { box-shadow: 0 10px 30px -18px rgba(9, 26, 51, .35); }84.topbar-inner { max-width: 1440px; margin: 0 auto; padding: 0 22px; height: var(--topbar-h); display: flex; align-items: center; gap: 18px; }85.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; min-width: 0; }86.brand-logo { height: 30px; width: auto; display: block; }87[data-theme="dark"] .brand-logo { filter: brightness(0) invert(1); opacity: .92; }88.brand-sep { width: 1px; height: 30px; background: var(--border); }89.brand-text { display: flex; flex-direction: column; min-width: 0; line-height: 1.05; }90.brand-code { font-weight: 800; letter-spacing: .06em; font-size: 1rem; color: var(--uqo); }91.brand-title { font-size: .76rem; color: var(--ink-2); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 300px; }92.topnav { display: flex; gap: 2px; margin-left: auto; align-items: center; }93.topnav > a, .topnav > .dd > button { color: var(--ink); text-decoration: none; font-size: .9rem; font-weight: 600; padding: 8px 12px; border-radius: 8px; background: none; border: 0; cursor: pointer; font-family: inherit; display: inline-flex; align-items: center; gap: 6px; transition: background .15s, color .15s; }94.topnav > a:hover, .topnav > .dd > button:hover, .topnav > a[aria-current="page"], .topnav > .dd.current > button, .topnav > .dd.open > button { background: var(--bg-clair); color: var(--uqo); }95.topnav > a[aria-current="page"], .topnav > .dd.current > button { box-shadow: inset 0 -2px 0 var(--or); }96.dd { position: relative; }97.dd > button .caret { font-size: .7em; opacity: .6; transition: transform .15s; }98.dd.open > button .caret { transform: rotate(180deg); }99.dd-menu { position: absolute; top: calc(100% + 10px); left: 0; min-width: 320px; background: var(--card); color: var(--ink); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 10px; display: none; gap: 2px; z-index: 200; animation: pop .16s ease-out; }100@keyframes pop { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }101.dd-menu.wide { min-width: 660px; grid-template-columns: 1fr 1fr; gap: 2px 14px; right: auto; }102.dd.open .dd-menu { display: grid; }103.dd:last-child .dd-menu { left: auto; right: 0; }104.dd-menu a { display: flex; gap: 10px; align-items: flex-start; padding: 8px 10px; border-radius: 8px; text-decoration: none; color: var(--ink); font-size: .88rem; line-height: 1.3; }105.dd-menu a:hover { background: var(--bg-clair); }106.dd-menu a .dd-desc { display: block; font-size: .75rem; color: var(--gris); margin-top: 2px; font-weight: 400; }107.dd-menu a .dd-ico { width: 30px; height: 30px; border-radius: 8px; background: var(--bleu-pale); display: grid; place-items: center; flex: 0 0 auto; color: var(--uqo); }108.dd-menu a .dd-ico svg { width: 16px; height: 16px; }109.dd-menu .dd-part { grid-column: 1 / -1; font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; color: var(--gris); margin: 8px 10px 2px; font-weight: 700; display: flex; align-items: center; gap: 8px; }110.dd-menu .dd-part i { width: 10px; height: 10px; border-radius: 3px; display: inline-block; }111.dd-menu .dd-part:first-child { margin-top: 0; }112.pastille { flex: 0 0 auto; display: inline-grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--uqo); color: #fff; font-size: .72rem; font-weight: 700; }113.pastille.done { background: var(--vert) !important; color: #fff !important; }114.topbar-actions { display: flex; gap: 6px; align-items: center; }115.icon-btn { appearance: none; background: var(--bg-clair); border: 1px solid var(--border); color: var(--ink); width: 38px; height: 38px; border-radius: 10px; cursor: pointer; display: inline-grid; place-items: center; transition: background .15s, color .15s; }116.icon-btn:hover { background: var(--bleu-pale); color: var(--uqo); }117.icon-btn svg { width: 18px; height: 18px; }118.search-btn { width: auto; padding: 0 12px; gap: 8px; font-family: inherit; font-size: .85rem; display: inline-flex; align-items: center; white-space: nowrap; }119.menu-btn { display: none; }120.readbar { height: 3px; background: var(--gris-pale); }121.readbar-fill { height: 100%; width: 0; background: linear-gradient(90deg, var(--uqo), var(--or)); transition: width .1s linear; }122@media (max-width: 1080px) {123  .topnav { display: none; position: absolute; top: var(--topbar-h); left: 0; right: 0; background: var(--card); flex-direction: column; align-items: stretch; padding: 10px 14px 16px; border-bottom: 2px solid var(--or); gap: 4px; max-height: calc(100vh - var(--topbar-h)); overflow: auto; box-shadow: var(--shadow-lg); }124  .topnav.open { display: flex; }125  .topnav > a, .topnav > .dd > button { padding: 12px 14px; font-size: 1rem; width: 100%; justify-content: space-between; }126  .dd-menu, .dd-menu.wide { position: static; min-width: 0; grid-template-columns: 1fr; box-shadow: none; animation: none; border: 0; background: var(--bg-clair); }127  .menu-btn { display: inline-grid; }128  .brand-title { display: none; }129  .brand-logo { height: 26px; }130  .search-btn span, .search-btn kbd { display: none; }131  .search-btn { width: 38px; padding: 0; }132}133134/* =============================================================================135   Pied de page136   ============================================================================= */137.site-footer { margin-top: 90px; background: linear-gradient(160deg, #0b3d52, #0f6180); color: rgba(255, 255, 255, .78); border-top: 3px solid var(--or); font-size: .9rem; position: relative; overflow: hidden; }138.site-footer::before { content: ""; position: absolute; right: -120px; top: -120px; width: 420px; height: 420px; border-radius: 50%; border: 1px solid rgba(41, 118, 187, .3); }139.footer-inner { max-width: 1240px; margin: 0 auto; padding: 46px 22px 30px; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 30px; position: relative; }140.footer-inner h4 { color: #fff; margin: 0 0 10px; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }141.footer-inner a { color: rgba(255, 255, 255, .85); text-decoration: none; display: block; padding: 3px 0; }142.footer-inner a:hover { color: var(--or); }143.footer-brand .brand-code { font-size: 1.5rem; font-family: var(--display); font-weight: 700; color: var(--or); }144.footer-legal { border-top: 1px solid rgba(255, 255, 255, .1); }145.footer-legal div { max-width: 1240px; margin: 0 auto; padding: 14px 22px; font-size: .78rem; color: rgba(255, 255, 255, .6); display: flex; gap: 20px; flex-wrap: wrap; justify-content: space-between; }146@media (max-width: 900px) { .footer-inner { grid-template-columns: 1fr 1fr; } }147@media (max-width: 560px) { .footer-inner { grid-template-columns: 1fr; } }148149/* =============================================================================150   Mise en page générique151   ============================================================================= */152.page { max-width: 1240px; margin: 0 auto; padding: 0 22px; }153.page-head { padding: 52px 0 22px; position: relative; }154.page-head h1 { font-family: var(--display); font-weight: 600; font-size: clamp(1.8rem, 3vw, 2.5rem); margin: 0 0 8px; color: var(--bleu); line-height: 1.1; letter-spacing: -.01em; font-variation-settings: "opsz" 144; }155.page-head .lead { color: var(--ink-2); font-size: 1.08rem; max-width: 74ch; margin: 0; font-family: var(--serif); }156.eyebrow { font-size: .72rem; text-transform: uppercase; letter-spacing: .16em; color: var(--or-fonce); font-weight: 700; display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }157[data-theme="dark"] .eyebrow { color: var(--or); }158.eyebrow::before { content: ""; width: 26px; height: 3px; background: var(--or); border-radius: 2px; }159.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; } .grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; } .grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }160@media (max-width: 900px) { .grid-3, .grid-4 { grid-template-columns: 1fr 1fr; } }161@media (max-width: 600px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }162.card { background: var(--card); border: 1px solid var(--border); border-radius: 12px; padding: 18px 20px; box-shadow: none; transition: transform .15s, box-shadow .2s, border-color .2s; }163a.card:hover { transform: translateY(-2px); box-shadow: var(--shadow); border-color: var(--bleu-clair); }164.card h3 { margin: 0 0 8px; font-size: 1.05rem; color: var(--bleu); display: flex; align-items: center; gap: 8px; }165.card h3 svg { width: 18px; height: 18px; color: var(--or-fonce); }166.btn { display: inline-flex; align-items: center; gap: 8px; padding: 11px 18px; border-radius: 10px; font-weight: 600; font-size: .92rem; text-decoration: none; cursor: pointer; border: 1px solid transparent; font-family: var(--font); line-height: 1.2; background: var(--bleu); color: #fff; transition: transform .12s, box-shadow .2s, background .15s; }167.btn:hover { transform: translateY(-1px); box-shadow: var(--shadow); text-decoration: none; }168.btn:active { transform: translateY(0); }169.btn svg { width: 17px; height: 17px; }170.btn-or { background: linear-gradient(135deg, #e0bb47, var(--or)); color: var(--navy); }171.btn-ghost { background: transparent; color: var(--bleu); border-color: var(--border); }172[data-theme="dark"] .btn { background: var(--bleu-clair); color: var(--navy); } [data-theme="dark"] .btn-ghost { background: transparent; color: var(--bleu-clair); } [data-theme="dark"] .btn-or { color: var(--navy); }173.btn-sm { padding: 7px 12px; font-size: .82rem; border-radius: 8px; }174.btn:disabled { opacity: .5; cursor: not-allowed; transform: none; box-shadow: none; }175.btn-ok { background: var(--vert) !important; color: #fff !important; } .btn-ko { background: var(--rouge) !important; color: #fff !important; }176.chip { display: inline-flex; align-items: center; gap: 6px; padding: 4px 11px; border-radius: 999px; font-size: .77rem; font-weight: 600; background: var(--bg-clair); color: var(--ink-2); border: 1px solid var(--border); white-space: nowrap; line-height: 1.3; }177.chip svg { width: 13px; height: 13px; }178.chip-or { background: var(--or-pale); color: var(--or-fonce); border-color: rgba(204, 164, 36, .4); } [data-theme="dark"] .chip-or { color: var(--or); }179.chip-vert { background: rgba(16, 124, 78, .12); color: var(--vert); border-color: rgba(16, 124, 78, .3); }180.chip-rouge { background: rgba(178, 42, 32, .1); color: var(--rouge); border-color: rgba(178, 42, 32, .3); }181.chip-bleu { background: var(--bleu-pale); color: var(--bleu); border-color: rgba(41, 118, 187, .3); }182.chip-part { background: var(--part-soft); color: var(--part); border-color: transparent; }183.select, .input { font: inherit; padding: 9px 12px; border: 1px solid var(--border); border-radius: 9px; background: var(--card); color: var(--ink); }184.input:focus, .select:focus, textarea:focus { outline: 2px solid var(--bleu-clair); outline-offset: 1px; }185186/* toasts, confettis */187.toasts { position: fixed; right: 18px; bottom: 90px; z-index: 900; display: grid; gap: 8px; }188.toast { background: var(--navy); color: #fff; padding: 12px 16px; border-radius: 10px; box-shadow: var(--shadow-lg); font-size: .9rem; opacity: 0; transform: translateY(8px); transition: all .25s; border-left: 4px solid var(--or); max-width: 340px; }189.toast.in { opacity: 1; transform: none; } .toast.ok { border-left-color: var(--vert); } .toast.ko { border-left-color: var(--rouge); }190.confetti { position: fixed; inset: 0; pointer-events: none; z-index: 950; }191192/* =============================================================================193   Accueil194   ============================================================================= */195.hero { position: relative; overflow: hidden; color: var(--ink); background: radial-gradient(900px 520px at 85% -20%, rgba(15, 97, 128, .16), transparent 60%), radial-gradient(700px 400px at 5% 110%, rgba(204, 164, 36, .14), transparent 60%), linear-gradient(180deg, #f5f9fb 0%, #ffffff 100%); border-bottom: 1px solid var(--border); }196[data-theme="dark"] .hero { background: radial-gradient(900px 520px at 85% -20%, rgba(79, 176, 214, .18), transparent 60%), linear-gradient(180deg, #121a2a 0%, var(--bg) 100%); }197.hero-inner { max-width: 1240px; margin: 0 auto; padding: 48px 22px 52px; position: relative; z-index: 1; display: grid; grid-template-columns: 1.25fr .9fr; gap: 48px; align-items: center; }198.hero-brand { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; }199.hero-brand img { height: 48px; width: auto; }200[data-theme="dark"] .hero-brand img { filter: brightness(0) invert(1); }201.hero-brand span { font-size: .8rem; color: var(--ink-2); border-left: 1px solid var(--border); padding-left: 14px; line-height: 1.3; max-width: 220px; }202.hero .eyebrow { color: var(--uqo); }203.hero .eyebrow::before { background: var(--or); }204.hero h1 { font-family: var(--display); font-weight: 600; font-size: clamp(2.1rem, 4vw, 3.4rem); line-height: 1.03; margin: 0 0 22px; letter-spacing: -.015em; color: var(--bleu); font-variation-settings: "opsz" 144, "SOFT" 30; }205.hero h1 .code { display: block; font-family: var(--font); font-size: .36em; letter-spacing: .16em; color: var(--uqo); font-weight: 700; margin-bottom: 14px; }206.hero .lead { font-family: var(--serif); font-size: 1.16rem; color: var(--ink-2); max-width: 60ch; margin: 0 0 28px; line-height: 1.6; }207.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }208.hero-deco { position: absolute; inset: 0; pointer-events: none; }209.hero-deco circle { fill: none; stroke: rgba(15, 97, 128, .10); stroke-width: 1; }210.hero-deco .gold { stroke: rgba(204, 164, 36, .55); }211.hero-deco .dot { fill: var(--or); stroke: none; }212.hero-card { background: linear-gradient(160deg, var(--navy), #0f3a55); color: #fff; border: 1px solid rgba(255, 255, 255, .1); border-radius: 18px; padding: 24px 26px; box-shadow: var(--shadow-lg); }213.hero-card h3 { margin: 0 0 12px; font-size: .74rem; text-transform: uppercase; letter-spacing: .14em; color: var(--or); }214.hero-card .resume-title { font-family: var(--display); font-size: 1.3rem; font-weight: 600; margin-bottom: 6px; }215.hero-card .muted { color: rgba(255, 255, 255, .72); font-size: .9rem; }216.hero-card .bar { height: 7px; background: rgba(255, 255, 255, .15); border-radius: 4px; margin: 14px 0; overflow: hidden; }217.hero-card .bar i { display: block; height: 100%; background: linear-gradient(90deg, var(--or), #f1d67a); width: 0; border-radius: 4px; transition: width .6s ease; }218.hero-card .btn { margin-top: 8px; }219.hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 30px; }220.stat { background: var(--card); border: 1px solid var(--border); border-radius: 10px; padding: 12px 14px; transition: transform .15s, box-shadow .2s; box-shadow: var(--shadow-sm); }221.stat:hover { transform: translateY(-2px); box-shadow: var(--shadow); }222.stat b { display: block; font-family: var(--font); font-size: 1.45rem; font-weight: 700; color: var(--uqo); line-height: 1.05; letter-spacing: -.01em; font-variant-numeric: tabular-nums; }223.stat span { font-size: .68rem; color: var(--gris); text-transform: uppercase; letter-spacing: .06em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; }224@media (max-width: 900px) { .hero-inner { grid-template-columns: 1fr; padding: 40px 22px 40px; gap: 28px; } .hero-stats { grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 26px; } .hero h1 { font-size: clamp(2rem, 9vw, 2.8rem); } .hero-brand img { height: 40px; } .stat b { font-size: 1.4rem; } }225226.section { padding: 44px 0 8px; }227.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 22px; flex-wrap: wrap; }228.section-head h2 { margin: 0; font-family: var(--display); font-weight: 600; font-size: 1.6rem; color: var(--bleu); letter-spacing: -.01em; }229.section-head p { margin: 6px 0 0; color: var(--ink-2); font-family: var(--serif); font-size: 1.02rem; }230231/* parcours (ligne du temps) */232.timeline { display: grid; grid-template-columns: repeat(14, 1fr); gap: 6px; position: relative; padding: 10px 0 0; }233.timeline::before { content: ""; position: absolute; left: 3%; right: 3%; top: 25px; height: 2px; background: var(--gris-pale); border-radius: 2px; }234.timeline-item { position: relative; display: flex; flex-direction: column; align-items: center; text-decoration: none; color: var(--ink-2); font-size: .72rem; text-align: center; gap: 8px; }235.timeline-item .dot { width: 30px; height: 30px; border-radius: 50%; background: var(--card); border: 2px solid var(--tl, var(--bleu-clair)); display: grid; place-items: center; font-weight: 700; color: var(--tl, var(--bleu)); font-size: .78rem; position: relative; z-index: 1; transition: transform .15s; }236.timeline-item:hover .dot { transform: scale(1.12); }237.timeline-item.started .dot { background: var(--tl, var(--bleu-clair)); color: #fff; }238.timeline-item.done .dot { background: var(--vert); border-color: var(--vert); color: #fff; }239.timeline-item .tl-ev { display: grid; gap: 3px; }240.timeline-item .tl-ev span { display: block; padding: 2px 6px; border-radius: 6px; font-size: .66rem; font-weight: 600; line-height: 1.25; }241.tl-tp { background: var(--or-pale); color: var(--or-fonce); } .tl-remise { background: var(--bleu-pale); color: var(--bleu); } .tl-exam { background: rgba(178, 42, 32, .1); color: var(--rouge); }242[data-theme="dark"] .tl-tp { color: var(--or); }243@media (max-width: 900px) { .timeline { grid-template-columns: repeat(7, 1fr); gap: 10px 6px; } .timeline::before { display: none; } }244245/* cartes de séance */246.part-title { display: flex; align-items: center; gap: 12px; margin: 26px 0 12px; color: var(--ink-2); font-size: .74rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }247.part-title::after { content: ""; flex: 1; height: 1px; background: var(--border); }248.part-title .roman { color: var(--pc, var(--or-fonce)); display: inline-flex; align-items: center; gap: 8px; }249.part-title .roman i { width: 12px; height: 12px; border-radius: 4px; background: var(--pc, var(--or)); display: inline-block; }250.seances { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 12px; }251.seance-card { position: relative; display: flex; flex-direction: column; gap: 8px; background: var(--card); border: 1px solid var(--border); border-radius: 12px; padding: 14px 16px 14px; text-decoration: none; color: var(--ink); transition: transform .15s, box-shadow .2s, border-color .2s; overflow: hidden; }252.seance-card::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--pc, var(--uqo)); }253.seance-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); border-color: var(--pc, var(--uqo)); }254.seance-card .sc-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }255.seance-card .sc-num { font-size: .66rem; text-transform: uppercase; letter-spacing: .14em; color: var(--pc, var(--uqo)); font-weight: 700; }256.seance-card h3 { margin: 0; font-family: var(--font); font-weight: 700; font-size: 1rem; line-height: 1.3; color: var(--ink); letter-spacing: -.005em; }257.seance-card .sc-meta { display: flex; gap: 4px 12px; flex-wrap: wrap; font-size: .74rem; color: var(--gris); margin-top: auto; padding-top: 6px; border-top: 1px dashed var(--border); }258.seance-card .sc-meta span { display: inline-flex; gap: 5px; align-items: center; white-space: nowrap; }259.seance-card .sc-meta svg { width: 13px; height: 13px; color: var(--pc, var(--uqo)); }260.seance-card .sc-events { display: flex; gap: 6px; flex-wrap: wrap; }261.seance-card .sc-events .chip { font-size: .68rem; padding: 2px 8px; }262.ring { --p: 0; width: 28px; height: 28px; border-radius: 50%; background: conic-gradient(var(--vert) calc(var(--p) * 1%), var(--gris-pale) 0); display: grid; place-items: center; flex: 0 0 auto; }263.ring::after { content: ""; width: 21px; height: 21px; border-radius: 50%; background: var(--card); }264.ring[data-done="1"] { background: var(--vert); }265.ring[data-done="1"]::after { content: "✓"; color: var(--vert); font-weight: 800; font-size: .7rem; display: grid; place-items: center; }266267.eval-table { width: 100%; border-collapse: collapse; font-size: .95rem; }268.eval-table th, .eval-table td { padding: 11px 13px; border-bottom: 1px solid var(--border); text-align: left; vertical-align: top; }269.eval-table th { background: var(--navy); color: #fff; font-weight: 600; font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; }270.eval-table tr:nth-child(even) td { background: var(--bg-2); }271.eval-table td.al-c { text-align: center; }272.eval-table .total td { font-weight: 700; border-top: 2px solid var(--or); }273274.feature { display: flex; gap: 14px; align-items: flex-start; padding: 16px 18px; border-radius: 12px; background: var(--card); border: 1px solid var(--border); text-decoration: none; color: inherit; transition: transform .15s, box-shadow .2s; }275.feature:hover { transform: translateY(-2px); box-shadow: var(--shadow); }276.feature .f-icon { flex: 0 0 40px; width: 40px; height: 40px; border-radius: 10px; display: grid; place-items: center; background: var(--bleu-pale); color: var(--uqo); }277.feature .f-icon svg { width: 19px; height: 19px; }278.feature h3 { margin: 0 0 4px; font-size: 1rem; color: var(--bleu); }279.feature p { margin: 0; color: var(--ink-2); font-size: .9rem; line-height: 1.5; }280.feature .f-new { font-size: .62rem; text-transform: uppercase; letter-spacing: .1em; background: var(--or); color: var(--navy); padding: 2px 6px; border-radius: 4px; margin-left: 6px; vertical-align: middle; }281282/* carte du cours */283.course-map { width: 100%; max-width: 760px; margin: 0 auto; display: block; }284.course-map .ring-part { fill: none; stroke-width: 26; opacity: .16; }285.course-map .node { cursor: pointer; }286.course-map .node circle { fill: var(--card); stroke: var(--pc); stroke-width: 3; transition: r .15s, stroke-width .15s; }287.course-map .node text { font-family: var(--font); font-size: 13px; font-weight: 700; fill: var(--ink); pointer-events: none; }288.course-map .node .lbl { font-size: 10px; font-weight: 500; fill: var(--ink-2); }289.course-map .node:hover circle, .course-map .node.active circle { stroke-width: 5; fill: var(--pc); }290.course-map .node:hover text, .course-map .node.active text { fill: #fff; }291.course-map .node:hover .lbl, .course-map .node.active .lbl { fill: var(--ink-2); }292.course-map .node.done circle { fill: var(--vert); stroke: var(--vert); } .course-map .node.done text { fill: #fff; }293.course-map .node.started circle { fill: var(--pc); fill-opacity: .35; }294.course-map .center { fill: var(--navy); }295.course-map .center-t { font-family: var(--display); font-weight: 700; fill: var(--or); font-size: 26px; }296.course-map .center-s { font-family: var(--font); fill: #fff; font-size: 11px; }297.course-map .part-lbl { font-family: var(--font); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }298.map-layout { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .9fr); gap: 30px; align-items: start; }299#map-panel { position: sticky; top: calc(var(--topbar-h) + 20px); background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow-sm); min-height: 200px; }300#map-panel h3 { margin: 0; font-family: var(--display); font-size: 1.35rem; color: var(--bleu); }301#map-panel h4 { margin: 14px 0 6px; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; color: var(--gris); }302#map-panel ul { margin: 0 0 10px; padding-left: 1.2em; font-size: .9rem; }303@media (max-width: 900px) { .map-layout { grid-template-columns: 1fr; } #map-panel { position: static; } }304305/* =============================================================================306   Page de séance307   ============================================================================= */308.ch-hero { position: relative; overflow: hidden; color: var(--ink); background: radial-gradient(800px 420px at 90% -30%, var(--part-soft), transparent 60%), linear-gradient(180deg, #f5f9fb, var(--bg)); border-bottom: 3px solid var(--part); }309[data-theme="dark"] .ch-hero { background: radial-gradient(800px 420px at 90% -30%, var(--part-soft), transparent 60%), linear-gradient(180deg, #121a2a, var(--bg)); }310.ch-hero-inner { max-width: 1440px; margin: 0 auto; padding: 40px 22px 30px; position: relative; z-index: 1; }311.ch-hero .eyebrow { color: var(--part); }312.ch-hero .eyebrow::before { background: var(--part); }313.ch-hero .eyebrow .part-chip { background: var(--part); color: #fff; padding: 2px 8px; border-radius: 4px; letter-spacing: .06em; }314.ch-hero h1 { font-family: var(--display); font-weight: 600; font-size: clamp(1.7rem, 3vw, 2.6rem); line-height: 1.08; margin: 0 0 14px; max-width: 30ch; letter-spacing: -.012em; color: var(--bleu); font-variation-settings: "opsz" 144; }315.ch-hero .ch-sub { color: var(--ink-2); font-size: .92rem; margin-bottom: 16px; font-family: var(--serif); }316.ch-hero .ch-meta { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 18px; }317.ch-hero .ch-tools { display: flex; gap: 10px; flex-wrap: wrap; }318.ch-hero .ch-tools .btn-ghost[aria-pressed="true"] { background: var(--or); color: var(--navy); border-color: var(--or); }319.ch-hero .watermark { position: absolute; right: 24px; bottom: -24px; font-family: var(--display); font-size: clamp(5rem, 11vw, 9rem); font-weight: 700; color: var(--part); opacity: .05; line-height: 1; pointer-events: none; letter-spacing: -.04em; }320.ch-hero .deco { position: absolute; inset: 0; pointer-events: none; }321.ch-hero .deco circle { fill: none; stroke: var(--part); stroke-opacity: .18; stroke-width: 1.2; }322.ch-hero .deco .gold { stroke: var(--or); stroke-opacity: .6; }323@media (max-width: 760px) { .ch-hero-inner { padding: 26px 18px 22px; } .ch-hero .ch-tools .btn { padding: 8px 12px; font-size: .84rem; } .ch-hero .ch-meta .chip { font-size: .7rem; padding: 3px 8px; } }324325/* stepper de sections */326.stepper-wrap { position: sticky; top: calc(var(--topbar-h) + 3px); z-index: 40; background: color-mix(in srgb, var(--bg) 88%, transparent); backdrop-filter: blur(8px); border-bottom: 1px solid var(--border); }327.stepper { max-width: 1440px; margin: 0 auto; padding: 8px 22px; display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none; }328.stepper::-webkit-scrollbar { display: none; }329.stepper a { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 7px; padding: 6px 11px; border-radius: 999px; text-decoration: none; font-size: .78rem; color: var(--ink-2); border: 1px solid transparent; white-space: nowrap; max-width: 260px; overflow: hidden; text-overflow: ellipsis; transition: background .15s; }330.stepper a .n { width: 20px; height: 20px; border-radius: 50%; background: var(--gris-pale); color: var(--ink-2); display: inline-grid; place-items: center; font-size: .68rem; font-weight: 700; flex: 0 0 auto; }331.stepper a:hover { background: var(--bg-clair); }332.stepper a.done .n { background: var(--vert); color: #fff; }333.stepper a.active { background: var(--part-soft); color: var(--part); border-color: color-mix(in srgb, var(--part) 40%, transparent); font-weight: 600; }334.stepper a.active .n { background: var(--part); color: #fff; }335.stepper .rem { margin-left: auto; flex: 0 0 auto; font-size: .76rem; color: var(--gris); align-self: center; padding-left: 10px; }336337.ch-layout { max-width: 1440px; margin: 0 auto; padding: 34px 22px 0; display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 48px; align-items: start; }338.ch-toc { position: sticky; top: calc(var(--topbar-h) + 62px); max-height: calc(100vh - var(--topbar-h) - 90px); overflow: auto; font-size: .85rem; padding-right: 6px; scrollbar-width: thin; }339.ch-toc h4 { margin: 0 0 8px; font-size: .7rem; text-transform: uppercase; letter-spacing: .14em; color: var(--gris); }340.ch-toc ol { list-style: none; margin: 0 0 14px; padding: 0; border-left: 2px solid var(--border); }341.ch-toc li a { display: flex; gap: 6px; padding: 5px 0 5px 12px; color: var(--ink-2); text-decoration: none; margin-left: -2px; border-left: 2px solid transparent; line-height: 1.35; transition: color .15s; }342.ch-toc li.lvl3 a { padding-left: 24px; font-size: .78rem; color: var(--gris); }343.ch-toc li a:hover { color: var(--part); }344.ch-toc li a.active { color: var(--part); border-left-color: var(--part); font-weight: 600; }345.ch-toc li.lvl2 a.done::after { content: "✓"; color: var(--vert); font-size: .75em; margin-left: auto; }346.ch-toc .toc-num { color: var(--or-fonce); font-weight: 600; font-size: .78em; flex: 0 0 auto; }347[data-theme="dark"] .ch-toc .toc-num { color: var(--or); }348.ch-toc .toc-extra a { display: flex; align-items: center; gap: 8px; padding: 6px 8px; border-radius: 8px; color: var(--ink-2); text-decoration: none; }349.ch-toc .toc-extra a:hover { background: var(--bg-clair); color: var(--bleu); }350.ch-toc .toc-extra svg { width: 15px; height: 15px; color: var(--or-fonce); }351.ch-toc .toc-progress { display: flex; align-items: center; gap: 10px; font-size: .76rem; color: var(--gris); margin: 4px 0 16px; }352.ch-toc .toc-progress .bar { flex: 1; height: 6px; background: var(--gris-pale); border-radius: 3px; overflow: hidden; }353.ch-toc .toc-progress .bar i { display: block; height: 100%; width: 0; background: var(--vert); transition: width .3s; }354355.ch-body { min-width: 0; }356.prose { width: 100%; max-width: calc(var(--text-w) + var(--margin-w) + var(--margin-gap)); font-family: var(--serif); font-size: calc(var(--fs) * 1.03); }357.prose > *, .prose .box, .prose .table-wrap, .prose figure, .prose .center, .prose .eq, .prose ul, .prose ol, .prose details, .prose section, .prose .widget { max-width: var(--text-w); }358.prose p { margin: 0 0 1.1em; hyphens: auto; -webkit-hyphens: auto; }359.chapter-page.no-dropcap .prose > p:first-of-type::first-letter { font-family: var(--display); font-size: 3.3em; float: left; line-height: .82; margin: .06em .1em 0 0; color: var(--part); font-weight: 600; }360body.revision .chapter-page.no-dropcap .prose > p:first-of-type::first-letter { font-size: inherit; float: none; margin: 0; color: inherit; }361.prose ul, .prose ol { padding-left: 1.5em; margin: .4em 0 1em; }362.prose li { margin: .35em 0; }363.prose ul > li::marker { color: var(--part); }364.prose ol.enum { list-style: none; counter-reset: enum; padding-left: 2em; }365.prose ol.enum > li { counter-increment: enum; position: relative; }366.prose ol.enum > li::before { content: counter(enum); position: absolute; left: -2em; top: .3em; width: 1.45em; height: 1.45em; border-radius: 50%; background: var(--part); color: #fff; font-family: var(--font); font-size: .7em; font-weight: 700; display: grid; place-items: center; }367.prose li.labeled { list-style: none; display: grid; grid-template-columns: auto 1fr; gap: 8px; margin-left: -1em; }368.prose li.labeled .li-label { font-weight: 700; color: var(--bleu-clair); font-family: var(--font); }369.prose ul.desc { list-style: none; padding-left: 0; }370.prose ul.desc li.labeled { margin-left: 0; grid-template-columns: minmax(120px, 200px) 1fr; padding: 6px 0; border-bottom: 1px dashed var(--border); }371.prose strong { font-weight: 700; }372.prose .motcle { color: var(--bleu); font-weight: 700; border-bottom: 1px dotted var(--bleu-clair); cursor: help; font-family: var(--font); font-size: .95em; }373.prose .cite, .cite { font-size: .9em; color: var(--bleu); text-decoration: none; font-family: var(--font); }374.prose .citation { color: var(--ink-2); }375.prose .xref { font-weight: 600; text-decoration: none; border-bottom: 1px dotted var(--bleu-clair); }376.prose .xref-missing { color: var(--rouge); }377.prose sup { line-height: 0; }378mark.hl { background: linear-gradient(transparent 40%, rgba(255, 214, 90, .75) 40%); color: inherit; padding: 0 1px; border-radius: 2px; cursor: pointer; }379mark.hl.has-note { background: linear-gradient(transparent 40%, rgba(143, 224, 187, .75) 40%); }380[data-theme="dark"] mark.hl { background: linear-gradient(transparent 40%, rgba(227, 192, 79, .4) 40%); } [data-theme="dark"] mark.hl.has-note { background: linear-gradient(transparent 40%, rgba(92, 196, 150, .4) 40%); }381.hl-pop { position: absolute; z-index: 400; display: flex; gap: 4px; background: var(--navy); padding: 6px; border-radius: 10px; box-shadow: var(--shadow-lg); animation: pop .15s; }382.hl-pop button { font: inherit; font-family: var(--font); font-size: .8rem; font-weight: 600; background: rgba(255, 255, 255, .1); color: #fff; border: 0; padding: 6px 10px; border-radius: 7px; cursor: pointer; }383.hl-pop button:hover { background: var(--or); color: var(--navy); }384.tts-current { outline: 2px solid var(--or); outline-offset: 6px; border-radius: 4px; background: var(--or-pale); }385.flash-target { animation: flash 2.4s ease-out; }386@keyframes flash { 0% { background: var(--or-pale); } 100% { background: transparent; } }387388/* titres de prose */389.prose h2.h-section { font-family: var(--display); font-weight: 600; font-size: 1.85rem; color: var(--bleu); margin: 2.6em 0 .7em; line-height: 1.15; position: relative; padding-bottom: .4em; letter-spacing: -.01em; scroll-margin-top: calc(var(--topbar-h) + 70px); }390.prose h2.h-section::after { content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 100%; background: linear-gradient(90deg, var(--part) 0 44px, var(--gris-clair) 44px); }391.prose h3.h-subsection { font-family: var(--font); font-size: 1.22rem; color: var(--bleu-clair); margin: 2em 0 .5em; line-height: 1.25; font-weight: 700; scroll-margin-top: calc(var(--topbar-h) + 70px); }392.prose h4.h-subsubsection { font-family: var(--font); font-size: 1.02rem; color: var(--gris); margin: 1.6em 0 .4em; scroll-margin-top: calc(var(--topbar-h) + 70px); }393.prose h5.para-title { font-family: var(--font); font-size: .98rem; margin: 1.2em 0 .3em; color: var(--ink); }394.h-num { color: var(--part); font-weight: 700; margin-right: .5em; font-variant-numeric: tabular-nums; font-family: var(--font); font-size: .78em; vertical-align: .1em; }395.h-anchor { opacity: 0; margin-left: .4em; font-weight: 400; text-decoration: none; color: var(--gris); font-size: .7em; }396h2:hover .h-anchor, h3:hover .h-anchor, h4:hover .h-anchor { opacity: 1; }397.prose h2 + p, .prose h3 + p { margin-top: 0; }398399/* boîtes pédagogiques */400.box { position: relative; border-radius: 6px; margin: 1.5em 0; padding: 14px 18px 12px; border-left: 3px solid var(--gris); background: var(--bg-clair); break-inside: avoid; font-family: var(--serif); }401.box-head { display: flex; align-items: center; flex-wrap: wrap; gap: 6px 9px; margin-bottom: 8px; font-weight: 700; color: var(--gris); font-size: .92rem; font-family: var(--font); }402.box-head .box-label { white-space: nowrap; }403.box-head .box-title { font-weight: 500; color: var(--ink-2); }404.box-icon { width: 22px; height: 22px; display: inline-grid; place-items: center; flex: 0 0 auto; border-radius: 6px; background: rgba(255, 255, 255, .7); }405[data-theme="dark"] .box-icon { background: rgba(255, 255, 255, .06); }406.box-icon svg { width: 13px; height: 13px; }407.box-anchor { margin-left: auto; opacity: 0; color: var(--gris); text-decoration: none; font-weight: 400; }408.box:hover .box-anchor { opacity: .7; }409.box-body > :last-child, .box-body p:last-child { margin-bottom: 0; }410.box-def { border-left-color: var(--bleu); background: linear-gradient(180deg, rgba(0, 62, 126, .07), rgba(0, 62, 126, .04)); } .box-def .box-head { color: var(--bleu); }411.box-form { border-left-color: var(--or); background: linear-gradient(180deg, rgba(9, 26, 51, .06), rgba(9, 26, 51, .03)); border-top: 1px solid rgba(204, 164, 36, .5); } .box-form .box-head { color: var(--navy); } [data-theme="dark"] .box-form .box-head { color: var(--or); } .box-form .box-icon { color: var(--or-fonce); }412.box-ex { border-left-color: var(--vert); background: rgba(16, 124, 78, .07); } .box-ex .box-head { color: var(--vert); }413.box-exo { border-left-color: var(--bleu-clair); background: rgba(41, 118, 187, .08); } .box-exo .box-head { color: var(--bleu-clair); }414.box-att { border-left-color: var(--rouge); background: rgba(178, 42, 32, .06); } .box-att .box-head { color: var(--rouge); }415.box-terrain { border-left-color: var(--or); background: rgba(204, 164, 36, .1); } .box-terrain .box-head { color: var(--or-fonce); } [data-theme="dark"] .box-terrain .box-head { color: var(--or); }416.box-rem { border-left-color: var(--gris); background: var(--bg-clair); }417.box-qc { border-left-color: var(--bleu-clair); background: rgba(41, 118, 187, .08); } .box-qc .box-head { color: var(--bleu-clair); }418.box-pts { border-left-color: var(--vert); background: rgba(16, 124, 78, .07); } .box-pts .box-head { color: var(--vert); }419.box-ret { border-left: 0; background: linear-gradient(150deg, var(--navy), #0f2a52); color: #fff; padding: 20px 22px 18px; border-bottom: 3px solid var(--or); border-radius: var(--radius-sm); box-shadow: var(--shadow); }420.box-ret .box-head { color: var(--or); } .box-ret .box-icon { background: rgba(255, 255, 255, .1); }421.box-ret a, .box-ret .motcle, .box-ret .c-bleu, .box-ret .xref { color: #fff; } .box-ret .c-rouge { color: #ffb3ad; } .box-ret .c-vert { color: #8fe0bb; } .box-ret .c-or { color: var(--or); } .box-ret .katex { color: #fff; } .box-ret code { background: rgba(255, 255, 255, .1); }422.box-obj { border: 1px solid var(--border); border-top: 3px solid var(--part); background: var(--card); border-left-width: 1px; border-radius: var(--radius); padding: 20px 22px; transition: border-color .3s; }423.box-obj.complete { border-top-color: var(--vert); }424.box-obj .box-head { color: var(--bleu); font-size: 1.05rem; } .box-obj .box-icon { color: var(--part); }425.box-obj ul { list-style: none; padding: 0; margin: 0; }426.box-obj li.obj { margin: 0; }427.box-obj li.obj label { display: flex; gap: 12px; align-items: flex-start; padding: 8px 8px; border-radius: 8px; cursor: pointer; transition: background .15s; }428.box-obj li.obj label:hover { background: var(--bg-clair); }429.box-obj input.obj-cb { margin-top: .4em; width: 18px; height: 18px; accent-color: var(--vert); flex: 0 0 auto; }430.box-obj input.obj-cb:checked + .obj-text { color: var(--gris); text-decoration: line-through; text-decoration-color: var(--gris-clair); }431.obj-progress { margin-left: auto; font-size: .76rem; font-weight: 600; color: var(--gris); }432.box-synth { border: 0; border-top: 3px solid var(--or); background: var(--bg-clair); border-radius: var(--radius); padding: 22px 24px; margin-top: 2.6em; }433.box-synth .box-head { color: var(--bleu); font-size: 1.2rem; font-family: var(--display); } .box-synth .box-icon { color: var(--or-fonce); }434.box-synth ul { padding-left: 1.3em; } .box-synth li { margin: .55em 0; }435.box-sol { border-left: 4px solid var(--gris-clair); background: var(--bg-2); margin-top: -0.7em; padding: 0; box-shadow: none; }436.box-sol summary { list-style: none; cursor: pointer; display: flex; align-items: center; gap: 9px; padding: 12px 18px; font-weight: 700; color: var(--gris); user-select: none; font-family: var(--font); font-size: .92rem; }437.box-sol summary::-webkit-details-marker { display: none; }438.box-sol summary .sol-hint { margin-left: auto; font-size: .74rem; font-weight: 500; color: var(--gris); background: var(--card); border: 1px solid var(--border); padding: 3px 9px; border-radius: 999px; }439.box-sol[open] summary .sol-hint { display: none; }440.box-sol[open] summary { border-bottom: 1px dashed var(--border); }441.box-sol .box-body { padding: 12px 18px 14px; font-size: .95em; animation: pop .2s; }442.box-sol .box-icon { color: var(--vert); }443444/* équations, tableaux, figures */445.eq { margin: 1em 0 1.2em; overflow-x: auto; overflow-y: hidden; padding: 4px 2px; }446.eq .katex-display { margin: 0; }447.katex { font-size: 1.06em; }448.katex-display > .katex { white-space: normal; }449.math-error { color: var(--rouge); }450.table-wrap { overflow-x: auto; margin: 1.3em 0; border-radius: var(--radius-sm); border: 1px solid var(--border); background: var(--card); box-shadow: var(--shadow-sm); }451table.tbl { width: 100%; border-collapse: collapse; font-size: .9em; line-height: 1.4; font-family: var(--font); }452table.tbl th, table.tbl td { padding: 10px 13px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--border); }453table.tbl thead th { background: var(--navy); color: #fff; font-weight: 600; position: sticky; top: 0; font-size: .85em; }454table.tbl tbody tr:nth-child(even) td { background: var(--bg-2); }455table.tbl tbody tr:hover td { background: var(--bleu-pale); }456table.tbl tbody tr:last-child td { border-bottom: 0; }457table.tbl tr.rule-above td, table.tbl tr.rule-above th { border-top: 2px solid var(--or); }458table.tbl tbody th { background: var(--bleu); color: #fff; }459table.tbl .al-r { text-align: right; font-variant-numeric: tabular-nums; } table.tbl .al-c { text-align: center; }460.center { text-align: center; } .center .table-wrap { text-align: left; }461figure { margin: 1.7em 0; }462figure.float-table figcaption { margin-bottom: .5em; } figure.float-figure figcaption { margin-top: .6em; }463figcaption { font-size: .86em; color: var(--ink-2); line-height: 1.45; font-family: var(--font); }464.fig-label { font-weight: 700; color: var(--bleu); margin-right: .4em; }465.tikz, .figimg { text-align: center; margin: 1em 0; }466.tikz img, .figimg img { max-width: 100%; height: auto; background: #fff; border-radius: 10px; padding: 10px; border: 1px solid var(--border); box-shadow: var(--shadow-sm); }467[data-theme="dark"] .tikz img, [data-theme="dark"] .figimg img { background: #f4f6f9; }468.figimg img { cursor: zoom-in; }469.lightbox { position: fixed; inset: 0; z-index: 800; background: rgba(9, 26, 51, .92); display: grid; place-items: center; padding: 30px; cursor: zoom-out; }470.lightbox img { max-width: 100%; max-height: 100%; background: #fff; border-radius: 8px; padding: 12px; }471472/* notes marginales */473.sn-toggle { cursor: pointer; color: var(--or-fonce); font-size: .7em; vertical-align: super; margin-left: 2px; user-select: none; }474[data-theme="dark"] .sn-toggle { color: var(--or); }475.sn-toggle .sn-num { font-size: .95em; color: var(--bleu); font-weight: 700; }476.sn-cb { display: none; }477.sidenote { font-family: var(--font); font-size: .78rem; line-height: 1.45; color: var(--gris); position: relative; }478.sidenote .sn-term { color: var(--bleu); display: block; } .sidenote .sn-date { color: var(--or-fonce); } .sidenote .sn-num { color: var(--bleu); font-weight: 700; }479@media (min-width: 1280px) {480  .sidenote { float: right; clear: right; width: var(--margin-w); margin-right: calc(-1 * (var(--margin-w) + var(--margin-gap))); margin-top: .1em; margin-bottom: .9em; padding-top: 6px; border-top: 2px solid var(--or); }481  .sn-toggle { display: none; }482  .prose .box .sidenote, .prose figure .sidenote, .prose .table-wrap .sidenote, .prose li .sidenote { float: none; width: auto; margin: .5em 0; display: block; border-top: 0; padding: 6px 10px; background: rgba(204, 164, 36, .12); border-radius: 4px; }483}484@media (max-width: 1279px) {485  .sidenote { display: none; margin: .6em 0; padding: 8px 12px; background: rgba(204, 164, 36, .12); border-left: 3px solid var(--or); border-radius: 4px; }486  .sn-cb:checked ~ .sidenote { display: block; }487}488body.revision .prose > p, body.revision .prose .box-ex, body.revision .prose .box-exo, body.revision .prose .box-sol, body.revision .prose .box-rem, body.revision .prose .box-terrain, body.revision .prose figure, body.revision .prose .center, body.revision .prose > .eq, body.revision .prose > ul, body.revision .prose > ol, body.revision .prose .table-wrap, body.revision .prose .widget { display: none; }489body.revision .prose .box-def, body.revision .prose .box-form, body.revision .prose .box-att, body.revision .prose .box-ret, body.revision .prose .box-qc, body.revision .prose .box-synth, body.revision .prose .box-obj, body.revision .prose .box-pts { display: block; }490body.revision .prose h4, body.revision .prose h5 { display: none; }491body.revision .sidenote { float: none; display: block; width: auto; margin: .6em 0; padding: 8px 12px; background: rgba(204, 164, 36, .12); border-left: 3px solid var(--or); border-top: 0; border-radius: 4px; }492body.revision .prose p:has(.sidenote) { display: block; font-size: 0; margin: 0; }493body.revision .prose p:has(.sidenote) .sidenote { font-size: .82rem; }494body.revision .sn-toggle { display: none; }495body.revision .revision-banner { display: flex; }496.revision-banner { display: none; align-items: center; gap: 10px; background: var(--or-pale); border: 1px solid rgba(204, 164, 36, .5); color: var(--ink); padding: 10px 14px; border-radius: 10px; margin-bottom: 20px; font-size: .9rem; }497.revision-banner svg { width: 18px; height: 18px; color: var(--or-fonce); }498.revision-banner button { margin-left: auto; }499500/* barre d'outils de lecture flottante */501.read-tools { position: fixed; right: 18px; bottom: 18px; z-index: 300; display: flex; flex-direction: column; gap: 6px; background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 6px; box-shadow: var(--shadow-lg); }502.read-tools button { width: 42px; height: 42px; border-radius: 10px; border: 0; background: transparent; color: var(--ink-2); cursor: pointer; display: grid; place-items: center; position: relative; transition: background .15s, color .15s; }503.read-tools button:hover { background: var(--bg-clair); color: var(--bleu); }504.read-tools button[aria-pressed="true"] { background: var(--or-pale); color: var(--or-fonce); }505.read-tools button svg { width: 19px; height: 19px; }506.read-tools button::after { content: attr(data-tip); position: absolute; right: calc(100% + 10px); top: 50%; transform: translateY(-50%); background: var(--navy); color: #fff; font-size: .74rem; padding: 4px 8px; border-radius: 6px; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity .15s; }507.read-tools button:hover::after { opacity: 1; }508.read-tools hr { border: 0; border-top: 1px solid var(--border); margin: 2px 4px; }509@media (max-width: 760px) { .read-tools { flex-direction: row; right: 12px; left: 12px; bottom: 12px; justify-content: space-around; } .read-tools hr { display: none; } .read-tools button::after { display: none; } .toasts { bottom: 76px; } }510511/* panneau de notes */512.notes-panel { position: fixed; top: var(--topbar-h); right: 0; bottom: 0; width: min(420px, 100vw); background: var(--card); border-left: 1px solid var(--border); box-shadow: var(--shadow-lg); z-index: 350; transform: translateX(105%); transition: transform .3s cubic-bezier(.2, .7, .2, 1); display: flex; flex-direction: column; }513.notes-panel.open { transform: none; }514.notes-head { display: flex; align-items: center; gap: 10px; padding: 14px 18px; border-bottom: 1px solid var(--border); }515.notes-head h3 { margin: 0; font-size: 1rem; font-family: var(--display); color: var(--bleu); }516.notes-head .icon-btn { background: var(--bg-clair); color: var(--ink); border-color: var(--border); margin-left: auto; width: 34px; height: 34px; }517.notes-body { padding: 16px 18px; overflow: auto; display: grid; gap: 14px; align-content: start; }518.notes-body h4 { margin: 0 0 6px; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; color: var(--gris); display: flex; gap: 8px; align-items: center; }519.notes-body h4 span { margin-left: auto; font-weight: 500; text-transform: none; letter-spacing: 0; color: var(--vert); }520.notes-body textarea { width: 100%; min-height: 170px; font: inherit; font-family: var(--serif); font-size: .95rem; padding: 12px; border: 1px solid var(--border); border-radius: 10px; background: var(--bg); color: var(--ink); resize: vertical; line-height: 1.5; }521#hl-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }522#hl-list li { position: relative; padding: 10px 34px 10px 12px; border-radius: 8px; background: var(--bg-clair); font-size: .86rem; border-left: 3px solid var(--or); }523#hl-list li a { color: var(--ink); text-decoration: none; font-family: var(--serif); } #hl-list li a:hover { color: var(--bleu); }524#hl-list .hl-note { margin-top: 5px; color: var(--vert); font-size: .82rem; }525#hl-list li.muted { border-left-color: var(--border); color: var(--gris); }526.hl-del { position: absolute; right: 8px; top: 8px; border: 0; background: transparent; color: var(--gris); cursor: pointer; font-size: .8rem; padding: 2px 5px; border-radius: 4px; }527.hl-del:hover { background: var(--rouge); color: #fff; }528.notes-foot { padding: 12px 18px; border-top: 1px solid var(--border); display: flex; gap: 8px; }529530/* lecture audio */531.tts-bar { position: fixed; left: 50%; bottom: 18px; transform: translateX(-50%); z-index: 320; background: var(--navy); color: #fff; border-radius: 999px; padding: 8px 12px; display: flex; gap: 6px; align-items: center; box-shadow: var(--shadow-lg); border: 1px solid rgba(255, 255, 255, .12); }532.tts-bar[hidden] { display: none; }533.tts-bar button { width: 36px; height: 36px; border-radius: 50%; border: 0; background: rgba(255, 255, 255, .1); color: #fff; font-size: 1rem; cursor: pointer; }534.tts-bar button:hover { background: var(--or); color: var(--navy); }535.tts-bar select { font: inherit; font-size: .8rem; background: rgba(255, 255, 255, .1); color: #fff; border: 0; border-radius: 8px; padding: 6px 8px; }536.tts-bar span { font-size: .78rem; opacity: .8; padding: 0 6px; }537@media (max-width: 760px) { .tts-bar { bottom: 74px; } }538539/* widgets visuels */540.widget { margin: 2em 0; border: 1px solid var(--border); border-radius: var(--radius); background: var(--card); box-shadow: var(--shadow-sm); overflow: hidden; font-family: var(--font); }541.w-head { padding: 16px 20px 12px; background: linear-gradient(180deg, var(--part-soft), transparent); border-bottom: 1px solid var(--border); }542.w-badge { display: inline-block; font-size: .66rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; color: var(--part); background: var(--card); border: 1px solid color-mix(in srgb, var(--part) 40%, transparent); padding: 2px 8px; border-radius: 999px; margin-bottom: 8px; }543.w-head h4 { margin: 0 0 4px; font-family: var(--display); font-size: 1.25rem; color: var(--bleu); font-weight: 600; }544.w-head p { margin: 0; font-size: .9rem; color: var(--ink-2); line-height: 1.5; }545.w-body { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 0; }546.w-controls { padding: 14px 16px; display: grid; gap: 12px; border-right: 1px solid var(--border); background: var(--bg-2); align-content: start; }547.wctl { display: grid; gap: 4px; font-size: .8rem; color: var(--ink-2); }548.wctl span { display: flex; justify-content: space-between; gap: 8px; }549.wctl output { font-weight: 700; color: var(--bleu); font-variant-numeric: tabular-nums; white-space: nowrap; }550.wctl input[type=range] { width: 100%; accent-color: var(--part); }551.wctl select { font: inherit; font-size: .85rem; padding: 6px 8px; border: 1px solid var(--border); border-radius: 8px; background: var(--card); color: var(--ink); }552.w-view { padding: 14px 18px; min-width: 0; display: grid; gap: 12px; align-content: start; }553.w-note { margin: 0; padding: 10px 20px; font-size: .78rem; color: var(--gris); border-top: 1px dashed var(--border); }554.wchart { width: 100%; height: auto; display: block; }555.wchart .grid { stroke: var(--border); stroke-dasharray: 3 3; } .wchart .axis { stroke: var(--gris); stroke-width: 1.2; }556.wchart .tick, .wchart .alabel, .wchart .slabel, .wchart .vlabel, .wchart .mlabel { font-family: var(--font); font-size: 11px; fill: var(--ink-2); }557.wchart .alabel { font-weight: 600; } .wchart .slabel { font-weight: 700; font-size: 12px; } .wchart .vlabel { font-weight: 700; fill: var(--ink); } .wchart .mlabel { font-weight: 700; fill: var(--or-fonce); font-size: 12px; }558.wchart .mline { stroke: var(--or); stroke-dasharray: 4 3; stroke-width: 1.2; }559.wkpis { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 8px; }560.wkpi { background: var(--bg-clair); border-radius: 10px; padding: 10px 12px; display: grid; gap: 2px; }561.wkpi span { font-size: .72rem; color: var(--gris); } .wkpi b { font-size: 1rem; color: var(--ink); font-variant-numeric: tabular-nums; }562.wkpi.main { background: var(--navy); color: #fff; } .wkpi.main span { color: rgba(255, 255, 255, .7); } .wkpi.main b { color: var(--or); font-size: 1.2rem; }563.wkpi.warn b { color: var(--rouge); } .wkpi.good b { color: var(--vert); }564.wbars { display: grid; gap: 7px; }565.wbar { display: grid; grid-template-columns: 130px 1fr 110px; gap: 10px; align-items: center; font-size: .82rem; }566.wbar-track { height: 16px; background: var(--gris-pale); border-radius: 5px; overflow: hidden; } .wbar-track i { display: block; height: 100%; border-radius: 5px; transition: width .3s; }567.wbar-v { text-align: right; font-variant-numeric: tabular-nums; }568.wstack-bar { display: flex; height: 26px; border-radius: 8px; overflow: hidden; background: var(--gris-pale); } .wstack-bar i { display: block; height: 100%; transition: width .3s; }569.wstack-legend { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 8px; font-size: .8rem; }570.wstack-legend i { display: inline-block; width: 10px; height: 10px; border-radius: 3px; margin-right: 6px; }571.wgauges { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }572.wgauge .wg-head { display: flex; justify-content: space-between; font-size: .85rem; margin-bottom: 4px; } .wgauge b.warn { color: var(--rouge); } .wgauge b.good { color: var(--vert); }573.wg-track { position: relative; height: 14px; background: var(--gris-pale); border-radius: 7px; overflow: visible; } .wg-track i { display: block; height: 100%; border-radius: 7px; transition: width .3s; }574.wg-seuil { position: absolute; top: -4px; width: 2px; height: 22px; background: var(--ink); }575.wgauge small { color: var(--gris); font-size: .72rem; }576.wphase { background: var(--bg-clair); border-radius: 10px; padding: 12px 14px; font-size: .88rem; } .wphase h5 { margin: 0 0 4px; color: var(--bleu); font-size: 1rem; } .wphase p { margin: 0 0 6px; } .wphase ul { margin: 0; padding-left: 1.2em; columns: 2; }577.wtable { width: 100%; border-collapse: collapse; font-size: .82rem; } .wtable th, .wtable td { padding: 6px 8px; border-bottom: 1px solid var(--border); text-align: left; } .wtable th { font-size: .7rem; text-transform: uppercase; letter-spacing: .06em; color: var(--gris); }578.wtable tr.out td { color: var(--gris); text-decoration: line-through; text-decoration-color: var(--gris-clair); } .wtable tr.best td { font-weight: 700; background: rgba(16, 124, 78, .08); }579@media (max-width: 760px) { .w-body { grid-template-columns: 1fr; } .w-controls { border-right: 0; border-bottom: 1px solid var(--border); } .wbar { grid-template-columns: 90px 1fr 90px; } .wgauges { grid-template-columns: 1fr; } .wphase ul { columns: 1; } }580581/* pagination et quiz de chapitre */582.ch-pager { max-width: 1440px; margin: 44px auto 0; padding: 0 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }583.ch-pager a { display: flex; flex-direction: column; gap: 4px; padding: 18px 20px; border: 1px solid var(--border); border-radius: var(--radius); text-decoration: none; color: var(--ink); background: var(--card); transition: transform .15s, box-shadow .2s; }584.ch-pager a:hover { border-color: var(--part); box-shadow: var(--shadow); transform: translateY(-2px); }585.ch-pager a.next { text-align: right; align-items: flex-end; }586.ch-pager small { color: var(--gris); text-transform: uppercase; letter-spacing: .12em; font-size: .68rem; font-weight: 700; }587.ch-pager b { color: var(--bleu); font-family: var(--display); font-weight: 600; font-size: 1.1rem; }588.ch-pager .spacer { visibility: hidden; }589@media (max-width: 600px) { .ch-pager { grid-template-columns: 1fr; } .ch-pager a.next { text-align: left; align-items: flex-start; } }590.ch-quiz { max-width: 1440px; margin: 54px auto 0; padding: 0 22px; }591.ch-quiz-inner { border: 1px solid var(--border); border-radius: var(--radius); background: var(--card); padding: 26px 28px; border-top: 4px solid var(--or); box-shadow: var(--shadow-sm); }592@media (max-width: 1100px) { .ch-layout { grid-template-columns: 1fr; gap: 20px; } .ch-toc { position: static; max-height: none; border: 1px solid var(--border); border-radius: var(--radius); padding: 14px 16px; background: var(--card); } .ch-toc ol { max-height: 220px; overflow: auto; } }593594/* =============================================================================595   Quiz, entraînement, jeux596   ============================================================================= */597.quiz-head { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 14px; }598.quiz-head h2, .quiz-head h3 { margin: 0; color: var(--bleu); font-size: 1.35rem; font-family: var(--display); font-weight: 600; }599.quiz-head .quiz-score { margin-left: auto; font-size: .85rem; color: var(--gris); display: flex; gap: 12px; align-items: center; }600.quiz-progress { height: 6px; background: var(--gris-pale); border-radius: 3px; overflow: hidden; margin-bottom: 18px; } .quiz-progress i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--or), #f1d67a); transition: width .3s; }601.q-card, .tcard { border: 1px solid var(--border); border-radius: var(--radius); padding: 20px 22px; background: var(--bg-2); }602.q-num { font-size: .7rem; text-transform: uppercase; letter-spacing: .14em; color: var(--or-fonce); font-weight: 700; } [data-theme="dark"] .q-num { color: var(--or); }603.q-text, .tq { font-size: 1.1rem; font-weight: 600; margin: 8px 0 16px; line-height: 1.45; font-family: var(--serif); }604.tq { font-weight: 400; }605.q-choices { display: grid; gap: 8px; }606.q-choice { display: flex; gap: 12px; align-items: flex-start; padding: 12px 14px; border: 1px solid var(--border); border-radius: 10px; background: var(--card); cursor: pointer; text-align: left; font: inherit; font-family: var(--serif); color: var(--ink); line-height: 1.4; transition: border-color .12s, background .12s, transform .12s; }607.q-choice:hover:not(:disabled) { border-color: var(--bleu-clair); background: var(--bg-clair); transform: translateX(3px); }608.q-choice .q-letter { flex: 0 0 26px; width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; background: var(--gris-pale); font-weight: 700; font-size: .8rem; color: var(--ink-2); font-family: var(--font); }609.q-choice.correct { border-color: var(--vert); background: rgba(16, 124, 78, .1); } .q-choice.correct .q-letter { background: var(--vert); color: #fff; }610.q-choice.wrong { border-color: var(--rouge); background: rgba(178, 42, 32, .08); } .q-choice.wrong .q-letter { background: var(--rouge); color: #fff; }611.q-choice:disabled { cursor: default; }612.q-feedback { margin-top: 14px; padding: 12px 14px; border-radius: 10px; font-size: .95rem; display: none; border-left: 4px solid var(--gris); background: var(--card); font-family: var(--serif); animation: pop .2s; }613.q-feedback.show { display: block; } .q-feedback.ok { border-left-color: var(--vert); } .q-feedback.ko { border-left-color: var(--rouge); }614.q-feedback > b:first-child { display: block; margin-bottom: 4px; font-family: var(--font); }615.q-actions { display: flex; gap: 10px; margin-top: 16px; flex-wrap: wrap; align-items: center; }616.q-actions .q-link { margin-left: auto; font-size: .85rem; }617.quiz-result { text-align: center; padding: 20px 10px; }618.quiz-result .big { font-family: var(--display); font-size: 3.4rem; font-weight: 700; color: var(--bleu); line-height: 1; margin: 6px 0; }619.quiz-result p { color: var(--ink-2); } .quiz-result .verdict { font-size: 1.15rem; font-weight: 700; margin: 8px 0 16px; }620.quiz-review { margin-top: 24px; text-align: left; display: grid; gap: 8px; }621.quiz-review .qr { padding: 10px 12px; border-radius: 8px; border: 1px solid var(--border); font-size: .9rem; display: grid; grid-template-columns: 22px 1fr; gap: 10px; }622.quiz-review .qr.ok { border-left: 4px solid var(--vert); } .quiz-review .qr.ko { border-left: 4px solid var(--rouge); }623.quiz-select { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 12px; margin: 20px 0; }624.quiz-select button { text-align: left; padding: 16px 18px; border: 1px solid var(--border); border-radius: 12px; background: var(--card); font: inherit; color: var(--ink); cursor: pointer; display: grid; gap: 4px; transition: transform .15s, box-shadow .2s; }625.quiz-select button:hover { border-color: var(--bleu-clair); box-shadow: var(--shadow); transform: translateY(-2px); }626.quiz-select b { color: var(--bleu); font-family: var(--display); font-size: 1.05rem; } .quiz-select small { color: var(--gris); } .quiz-select .best { font-size: .78rem; color: var(--vert); font-weight: 600; }627.quiz-select button.exam { background: linear-gradient(150deg, var(--navy), #0f2a52); color: #fff; border-color: var(--navy); } .quiz-select button.exam b { color: var(--or); } .quiz-select button.exam small { color: rgba(255, 255, 255, .7); }628.timer { font-variant-numeric: tabular-nums; font-weight: 700; color: var(--rouge); }629.tform { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }630.tform input { font: inherit; font-size: 1.1rem; padding: 10px 14px; border: 1px solid var(--border); border-radius: 10px; width: 220px; background: var(--card); color: var(--ink); }631.tunit { color: var(--gris); font-weight: 600; }632.tsteps { margin-top: 10px; padding-top: 10px; border-top: 1px dashed var(--border); font-size: .92rem; } .tsteps p { margin: .3em 0; }633.tchips { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 22px; }634.tchip { font: inherit; font-size: .82rem; font-weight: 600; padding: 7px 12px; border-radius: 999px; border: 1px solid var(--border); background: var(--card); color: var(--ink-2); cursor: pointer; }635.tchip.on { background: var(--bleu); color: #fff; border-color: var(--bleu); } [data-theme="dark"] .tchip.on { background: var(--bleu-clair); color: var(--navy); }636.tchip small { opacity: .8; margin-left: 4px; }637.streak { color: var(--or-fonce); }638.game-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin: 18px 0; }639.game-tabs button { font: inherit; font-weight: 600; padding: 10px 16px; border-radius: 10px; border: 1px solid var(--border); background: var(--card); color: var(--ink); cursor: pointer; display: inline-flex; gap: 8px; align-items: center; }640.game-tabs button[aria-selected="true"] { background: var(--navy); color: #fff; border-color: var(--navy); }641.game-tabs button svg { width: 16px; height: 16px; }642.game { border: 1px solid var(--border); border-radius: var(--radius); background: var(--card); padding: 22px 24px; box-shadow: var(--shadow-sm); }643.game-head { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; flex-wrap: wrap; } .game-head h3 { margin: 0; font-family: var(--display); color: var(--bleu); font-size: 1.3rem; } .game-stat { margin-left: auto; color: var(--gris); font-size: .85rem; }644.assoc { display: grid; grid-template-columns: 1fr 1.6fr; gap: 14px; } .assoc-col { display: grid; gap: 8px; align-content: start; }645.assoc-item { font: inherit; text-align: left; padding: 12px 14px; border-radius: 10px; border: 1px solid var(--border); background: var(--bg-2); color: var(--ink); cursor: pointer; transition: all .15s; font-family: var(--serif); line-height: 1.4; }646.assoc-item:not(.def) { font-family: var(--font); font-weight: 700; color: var(--bleu); }647.assoc-item.def { font-size: .9rem; }648.assoc-item:hover { border-color: var(--bleu-clair); } .assoc-item.sel { border-color: var(--or); background: var(--or-pale); } .assoc-item.ok { border-color: var(--vert); background: rgba(16, 124, 78, .12); opacity: .75; pointer-events: none; } .assoc-item.ko { border-color: var(--rouge); background: rgba(178, 42, 32, .1); animation: shake .4s; }649@keyframes shake { 0%, 100% { transform: none; } 25% { transform: translateX(-5px); } 75% { transform: translateX(5px); } }650.vf-term { font-family: var(--display); font-size: 1.4rem; color: var(--bleu); font-weight: 600; margin: 6px 0; } .vf-def { font-family: var(--serif); font-size: 1.02rem; margin-bottom: 8px; }651.ordre { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; } .ordre-pool { display: grid; gap: 8px; align-content: start; }652.ordre-item { font: inherit; text-align: left; padding: 11px 14px; border-radius: 10px; border: 1px dashed var(--bleu-clair); background: var(--bg-2); color: var(--ink); cursor: pointer; font-family: var(--serif); } .ordre-item:hover { background: var(--bleu-pale); }653.ordre-list { margin: 0; padding-left: 1.6em; display: grid; gap: 8px; } .ordre-list li { position: relative; padding: 10px 36px 10px 12px; border-radius: 10px; background: var(--card); border: 1px solid var(--border); font-family: var(--serif); }654.ordre-list li::marker { font-weight: 700; color: var(--bleu); } .ordre-list li.ok { border-color: var(--vert); background: rgba(16, 124, 78, .1); } .ordre-list li.ko { border-color: var(--rouge); background: rgba(178, 42, 32, .08); }655@media (max-width: 760px) { .assoc, .ordre { grid-template-columns: 1fr; } }656657/* fiches */658.fc-toolbar { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; margin: 18px 0; }659.fc-stats { display: flex; gap: 10px; flex-wrap: wrap; margin: 6px 0 18px; }660.fc-stage { perspective: 1400px; max-width: 780px; margin: 0 auto; }661.fc-card { position: relative; min-height: 320px; transform-style: preserve-3d; transition: transform .55s cubic-bezier(.2, .7, .2, 1); cursor: pointer; }662.fc-card.flipped { transform: rotateY(180deg); }663.fc-face { position: absolute; inset: 0; border-radius: 18px; padding: 32px 36px; backface-visibility: hidden; -webkit-backface-visibility: hidden; display: flex; flex-direction: column; box-shadow: var(--shadow-lg); border: 1px solid var(--border); overflow: auto; }664.fc-front { background: linear-gradient(160deg, var(--navy), #0f2f5c); color: #fff; } .fc-front .fc-kind { color: var(--or); }665.fc-front .fc-q { font-family: var(--display); font-size: 1.75rem; font-weight: 600; margin: auto 0; line-height: 1.25; }666.fc-back { background: var(--card); color: var(--ink); transform: rotateY(180deg); font-family: var(--serif); }667.fc-kind { font-size: .7rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 700; color: var(--or-fonce); margin-bottom: 8px; display: flex; gap: 10px; font-family: var(--font); } .fc-kind .fc-ch { margin-left: auto; opacity: .8; }668.fc-a { font-size: 1rem; line-height: 1.55; } .fc-a p:first-child { margin-top: 0; }669.fc-hint { margin-top: auto; font-size: .76rem; opacity: .7; padding-top: 12px; font-family: var(--font); }670.fc-actions { display: flex; gap: 10px; justify-content: center; margin: 18px 0; flex-wrap: wrap; }671.fc-nav { display: flex; justify-content: space-between; align-items: center; color: var(--gris); font-size: .9rem; max-width: 780px; margin: 0 auto; }672.fc-empty { text-align: center; padding: 40px; color: var(--gris); }673674/* glossaire, infobulle */675.gl-letters { display: flex; gap: 4px; flex-wrap: wrap; margin: 16px 0 24px; position: sticky; top: calc(var(--topbar-h) + 8px); background: var(--bg); padding: 8px 0; z-index: 5; }676.gl-letters a { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 8px; text-decoration: none; font-weight: 700; font-size: .85rem; color: var(--bleu); border: 1px solid var(--border); background: var(--card); }677.gl-letters a:hover { background: var(--bleu); color: #fff; } .gl-letters a.off { opacity: .35; pointer-events: none; }678.gl-search { width: 100%; max-width: 540px; font-size: 1.05rem; padding: 12px 16px; }679.gl-letter { font-family: var(--display); font-size: 2.6rem; color: var(--or); font-weight: 700; margin: 36px 0 8px; border-bottom: 2px solid var(--gris-clair); line-height: 1.2; }680.gl-entry { padding: 16px 0; border-bottom: 1px solid var(--border); display: grid; grid-template-columns: minmax(180px, 260px) 1fr; gap: 20px; }681.gl-entry h3 { margin: 0; font-size: 1.05rem; color: var(--bleu); font-family: var(--font); } .gl-entry .gl-def { margin: 0; color: var(--ink); font-family: var(--serif); } .gl-entry .gl-def p { margin: 0 0 .5em; }682.gl-entry.hidden, .gl-letter.hidden { display: none; } .gl-count { color: var(--gris); font-size: .9rem; }683.gl-entry mark, .search-hit mark { background: rgba(204, 164, 36, .35); color: inherit; padding: 0 2px; border-radius: 2px; }684@media (max-width: 640px) { .gl-entry { grid-template-columns: 1fr; gap: 6px; } }685.tip { position: absolute; z-index: 300; max-width: 340px; background: var(--card); color: var(--ink); border: 1px solid var(--border); border-left: 4px solid var(--bleu); border-radius: 10px; padding: 12px 14px; box-shadow: var(--shadow-lg); font-size: .86rem; line-height: 1.45; font-family: var(--serif); animation: pop .15s; }686.tip b { color: var(--bleu); display: block; margin-bottom: 4px; font-family: var(--font); } .tip a { display: inline-block; margin-top: 6px; font-size: .8rem; font-family: var(--font); } .tip p { margin: 0; }687688/* colonnes latérales */689.two-col { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 40px; align-items: start; }690.two-col .side { position: sticky; top: calc(var(--topbar-h) + 20px); font-size: .85rem; max-height: calc(100vh - var(--topbar-h) - 40px); overflow: auto; }691.two-col .side h4 { margin: 0 0 8px; font-size: .7rem; text-transform: uppercase; letter-spacing: .14em; color: var(--gris); }692.two-col .side ol { list-style: none; padding: 0; margin: 0 0 20px; border-left: 2px solid var(--border); }693.two-col .side li a { display: block; padding: 5px 12px; color: var(--ink-2); text-decoration: none; } .two-col .side li a:hover, .two-col .side li a.active { color: var(--bleu); } .two-col .side li.lvl3 a { padding-left: 22px; font-size: .8rem; }694.two-col .side .toc-extra a { display: block; padding: 5px 0; color: var(--ink-2); text-decoration: none; } .two-col .side .toc-extra a:hover { color: var(--bleu); }695@media (max-width: 1000px) { .two-col { grid-template-columns: 1fr; } .two-col .side { position: static; max-height: none; } }696.form-index { columns: 2; column-gap: 24px; font-size: .92rem; } .form-index li { break-inside: avoid; margin: 4px 0; } .form-index .fi-ch { font-weight: 700; color: var(--or-fonce); margin-right: 6px; }697@media (max-width: 700px) { .form-index { columns: 1; } }698699/* calculateurs */700.tools-nav { display: flex; gap: 8px; flex-wrap: wrap; margin: 16px 0 26px; } .tools-nav a { text-decoration: none; }701.tool { border: 1px solid var(--border); border-radius: var(--radius); background: var(--card); margin: 0 0 26px; box-shadow: var(--shadow-sm); overflow: hidden; }702.tool-head { padding: 16px 22px; background: linear-gradient(180deg, var(--bg-clair), var(--card)); border-bottom: 1px solid var(--border); display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }703.tool-head h2 { margin: 0; font-size: 1.25rem; color: var(--bleu); font-family: var(--display); font-weight: 600; } .tool-head .chip { margin-left: auto; }704.tool-body { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }705.tool-inputs { padding: 18px 22px; display: grid; gap: 12px; border-right: 1px solid var(--border); align-content: start; }706.tool-inputs label { display: grid; gap: 4px; font-size: .84rem; color: var(--ink-2); }707.tool-inputs input, .tool-inputs select { font: inherit; font-size: 1rem; padding: 9px 11px; border: 1px solid var(--border); border-radius: 9px; background: var(--bg); color: var(--ink); width: 100%; }708.tool-inputs .unit { display: grid; grid-template-columns: 1fr auto; gap: 8px; align-items: center; } .tool-inputs .unit span { font-size: .85rem; color: var(--gris); }709.tool-inputs .group-title { font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; color: var(--gris); font-weight: 700; margin-top: 6px; }710.tool-out { padding: 18px 22px; background: var(--bg-2); display: grid; gap: 6px; align-content: start; }711.tool-out .desc { color: var(--ink-2); font-size: .92rem; margin: 0 0 8px; font-family: var(--serif); } .tool-out .formula { font-size: .92rem; margin: 0 0 10px; overflow-x: auto; color: var(--bleu); }712.tool-out .res { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; border-bottom: 1px dashed var(--border); font-size: .95rem; align-items: baseline; }713.tool-out .res:last-child { border-bottom: 0; } .tool-out .res b { font-variant-numeric: tabular-nums; white-space: nowrap; }714.tool-out .res.main { font-size: 1.15rem; padding: 12px 0; border-top: 2px solid var(--or); border-bottom: 0; margin-top: 8px; } .tool-out .res.main b { color: var(--bleu); font-size: 1.4rem; font-family: var(--display); }715.tool-out .res.warn b { color: var(--rouge); } .tool-out .res.good b { color: var(--vert); } .tool-out .note { font-size: .82rem; color: var(--gris); margin-top: 8px; }716.tool-table { width: 100%; border-collapse: collapse; font-size: .88rem; margin-top: 8px; } .tool-table th, .tool-table td { padding: 6px 8px; border-bottom: 1px solid var(--border); text-align: right; } .tool-table th:first-child, .tool-table td:first-child { text-align: left; } .tool-table th { color: var(--gris); font-weight: 600; font-size: .74rem; text-transform: uppercase; letter-spacing: .05em; }717@media (max-width: 800px) { .tool-body { grid-template-columns: 1fr; } .tool-inputs { border-right: 0; border-bottom: 1px solid var(--border); } }718719/* recherche */720.search-modal { position: fixed; inset: 0; z-index: 500; background: rgba(9, 26, 51, .6); backdrop-filter: blur(4px); display: none; align-items: flex-start; justify-content: center; padding: 8vh 16px; }721.search-modal.open { display: flex; }722.search-box { width: 100%; max-width: 780px; background: var(--card); border-radius: 18px; box-shadow: 0 40px 90px -20px rgba(0, 0, 0, .6); overflow: hidden; border: 1px solid var(--border); max-height: 80vh; display: flex; flex-direction: column; animation: pop .18s; }723.search-box input { width: 100%; border: 0; border-bottom: 1px solid var(--border); padding: 20px 22px; font: inherit; font-size: 1.15rem; background: transparent; color: var(--ink); outline: none; }724.search-results { overflow: auto; padding: 8px; }725.search-hit { display: block; padding: 11px 13px; border-radius: 10px; text-decoration: none; color: var(--ink); }726.search-hit:hover, .search-hit.active { background: var(--bg-clair); }727.search-hit .sh-title { font-weight: 600; color: var(--bleu); font-size: .92rem; display: flex; gap: 8px; align-items: center; }728.search-hit .sh-kind { font-size: .66rem; text-transform: uppercase; letter-spacing: .08em; padding: 2px 6px; border-radius: 4px; background: var(--gris-pale); color: var(--ink-2); }729.search-hit .sh-snippet { font-size: .85rem; color: var(--ink-2); margin-top: 2px; line-height: 1.4; font-family: var(--serif); } .search-hit .sh-where { font-size: .74rem; color: var(--gris); margin-top: 2px; }730.search-foot { display: flex; gap: 14px; padding: 8px 16px; border-top: 1px solid var(--border); font-size: .75rem; color: var(--gris); }731.search-empty { padding: 30px; text-align: center; color: var(--gris); }732.search-page .search-results { padding: 0; } .search-page .search-hit { border: 1px solid var(--border); margin-bottom: 8px; background: var(--card); }733734/* ressources, diapositives, bibliographie */735.res-table { width: 100%; border-collapse: collapse; }736.res-table th, .res-table td { padding: 11px 12px; border-bottom: 1px solid var(--border); text-align: left; vertical-align: middle; }737.res-table th { font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; color: var(--gris); } .res-table .size { color: var(--gris); font-size: .85rem; white-space: nowrap; }738.file-icon { display: inline-grid; place-items: center; width: 36px; height: 36px; border-radius: 9px; font-size: .64rem; font-weight: 800; color: #fff; margin-right: 10px; vertical-align: middle; }739.file-pdf { background: #b22a20; } .file-xlsx { background: #217346; } .file-py { background: #3776ab; } .file-json { background: #6b4fbb; }740.slide-viewer { border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; background: var(--bg-clair); margin: 14px 0 30px; box-shadow: var(--shadow-sm); }741.slide-viewer iframe { width: 100%; height: min(72vh, 720px); border: 0; display: block; background: #525659; }742.slide-tabs { display: flex; gap: 6px; flex-wrap: wrap; margin: 14px 0; }743.slide-tabs button { font: inherit; font-size: .85rem; padding: 7px 13px; border-radius: 999px; border: 1px solid var(--border); background: var(--card); color: var(--ink); cursor: pointer; } .slide-tabs button[aria-selected="true"] { background: var(--bleu); color: #fff; border-color: var(--bleu); }744.bib-list { list-style: none; padding: 0; margin: 20px 0; } .bib-list li { padding: 12px 0; border-bottom: 1px solid var(--border); line-height: 1.5; font-family: var(--serif); }745.bib-list li:target { background: var(--or-pale); padding-left: 10px; border-left: 3px solid var(--or); }746.bib-auth { font-weight: 600; } .bib-cited { font-size: .8rem; color: var(--gris); display: block; margin-top: 2px; font-family: var(--font); } .bib-url { word-break: break-all; font-size: .9em; } .bib-urldate { color: var(--gris); font-size: .85em; }747748/* progression */749.prog-tiles .stat-card { display: grid; gap: 4px; }750.stat-card b { font-family: var(--font); font-size: 1.6rem; color: var(--uqo); line-height: 1.05; font-weight: 700; font-variant-numeric: tabular-nums; }751.stat-card span { font-size: .8rem; color: var(--ink-2); }752.stat-card .bar { height: 6px; background: var(--gris-pale); border-radius: 3px; overflow: hidden; margin-top: 8px; } .stat-card .bar i { display: block; height: 100%; background: var(--vert); transition: width .5s; }753.mini-bar { height: 8px; background: var(--gris-pale); border-radius: 4px; overflow: hidden; min-width: 90px; } .mini-bar i { display: block; height: 100%; background: var(--bleu-clair); }754.prog-table tr.done td { background: rgba(16, 124, 78, .06) !important; }755.prog-table small { color: var(--gris); }756757/* rapport marché */758.kpi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 12px; margin: 20px 0 8px; }759.kpi { background: var(--card); border: 1px solid var(--border); border-radius: 12px; padding: 14px 16px; display: grid; gap: 2px; position: relative; overflow: hidden; }760.kpi::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--kc, var(--bleu-clair)); }761.kpi span { font-size: .74rem; color: var(--gris); } .kpi b { font-family: var(--font); font-size: 1.35rem; color: var(--ink); font-weight: 700; line-height: 1.1; font-variant-numeric: tabular-nums; letter-spacing: -.01em; } .kpi small { font-size: .74rem; color: var(--ink-2); }762.kpi.up b { color: var(--vert); } .kpi.down b { color: var(--rouge); }763.report-toc { columns: 2; column-gap: 30px; margin: 10px 0; padding: 0; list-style: none; } .report-toc li { break-inside: avoid; margin: 0 0 6px; }764.report-toc a { display: flex; gap: 10px; padding: 8px 10px; border-radius: 8px; text-decoration: none; color: var(--ink); } .report-toc a:hover { background: var(--bg-clair); color: var(--bleu); }765.report-toc .n { font-weight: 700; color: var(--teal); min-width: 26px; font-variant-numeric: tabular-nums; }766.report-toc .part { font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; color: var(--gris); font-weight: 700; margin: 12px 10px 4px; break-after: avoid; }767@media (max-width: 700px) { .report-toc { columns: 1; } }768body.report-page { --part: var(--teal); --part-soft: rgba(15, 139, 141, .13); }769.hpi-legend { display: flex; flex-wrap: wrap; gap: 6px 14px; font-size: .8rem; } .hpi-legend label { display: inline-flex; gap: 6px; align-items: center; cursor: pointer; } .hpi-legend i { width: 12px; height: 12px; border-radius: 3px; display: inline-block; }770.hpi-tip { position: absolute; pointer-events: none; background: var(--navy); color: #fff; font-size: .74rem; padding: 6px 9px; border-radius: 7px; white-space: nowrap; transform: translate(-50%, -110%); box-shadow: var(--shadow); z-index: 5; }771.hpi-wrap { position: relative; }772773/* impression */774@media print {775  .topbar, .site-footer, .ch-toc, .ch-pager, .ch-quiz, .ch-tools, .search-modal, .h-anchor, .box-anchor, .sn-toggle, .readbar, .read-tools, .notes-panel, .tts-bar, .stepper-wrap, .widget .w-controls, .toasts { display: none !important; }776  .ch-layout { display: block; padding: 0; } .prose, .prose > * { max-width: none; }777  .sidenote { display: block !important; float: none; width: auto; margin: .4em 0; padding: 4px 8px; background: #f3f3f3; border-left: 2px solid #999; }778  details:not([open]) > .box-body { display: block; } details > summary { list-style: none; }779  .ch-hero { background: #fff !important; color: #000; border-bottom: 2px solid #000; } .ch-hero .eyebrow, .ch-hero h1 { color: #000; }780  .box-ret { background: #eee; color: #000; } .box-ret .box-head { color: #000; }781  a { color: inherit; text-decoration: none; } body { font-size: 11pt; }782}783784/* =============================================================================785   Mobile786   ============================================================================= */787@media (max-width: 760px) {788  :root { --fs: 16.5px; --topbar-h: 56px; }789  .page { padding: 0 16px; }790  .page-head { padding: 30px 0 16px; } .page-head h1 { font-size: 1.9rem; }791  .section { padding: 36px 0 6px; } .section-head h2 { font-size: 1.5rem; }792  .prose { font-size: var(--fs); } .prose h2.h-section { font-size: 1.5rem; } .chapter-page.no-dropcap .prose > p:first-of-type::first-letter { font-size: 2.6em; }793  .box { padding: 12px 14px 12px; border-radius: 8px; } .box-ret { padding: 16px; }794  .ch-layout { padding: 20px 16px 0; } .ch-pager { padding: 0 16px; } .ch-quiz { padding: 0 16px; } .ch-quiz-inner { padding: 18px 16px; }795  .stepper { padding: 8px 16px; }796  .table-wrap { margin-left: -16px; margin-right: -16px; border-radius: 0; border-left: 0; border-right: 0; }797  table.tbl th, table.tbl td { padding: 8px 10px; font-size: .85em; }798  .wbar { grid-template-columns: 80px 1fr 84px; font-size: .74rem; }799  .w-head h4 { font-size: 1.05rem; } .w-view { padding: 12px; }800  .q-card, .tcard, .game { padding: 14px; } .q-text, .tq { font-size: 1rem; }801  .tform input { width: 100%; } .tform .btn { width: 100%; justify-content: center; }802  .fc-face { padding: 22px 20px; } .fc-front .fc-q { font-size: 1.35rem; } .fc-card { min-height: 280px; }803  .kpi-grid { grid-template-columns: 1fr 1fr; gap: 8px; } .kpi b { font-size: 1.2rem; }804  .prog-tiles { grid-template-columns: 1fr 1fr; }805  .eval-table { font-size: .85rem; } .eval-table th, .eval-table td { padding: 8px 9px; }806  .notes-panel { top: 0; width: 100vw; }807  .hero-cta .btn { flex: 1 1 auto; justify-content: center; }808  .seance-card::after { font-size: 4rem; }809  .footer-inner { padding: 34px 16px 24px; }810  .gl-letters { position: static; }811  .two-col .side { order: -1; }812  .map-layout { gap: 16px; }813}814@media (max-width: 420px) { .hero-stats { grid-template-columns: 1fr 1fr; } .stat { padding: 10px 12px; } .kpi-grid { grid-template-columns: 1fr; } }815816/* rapport : pleine largeur des tableaux et figures */817.report-page .prose { max-width: none; }818.report-page .prose > *, .report-page .prose .box, .report-page .prose ul, .report-page .prose ol { max-width: 80ch; }819.report-page .prose .table-wrap, .report-page .prose figure, .report-page .prose .figimg { max-width: none; }820.report-page .prose figure.float-table figcaption { max-width: 80ch; }821822/* =============================================================================823   Séances vidéo (enregistrements Zoom)824   ============================================================================= */825.chip[hidden], .vid-pane[hidden], .vid-bar [hidden], .vid-resume[hidden], .vid-sb-wrap[hidden], .vp-skip[hidden], .vp-chap-badge[hidden], .vp-preview[hidden] { display: none !important; }826.topnav > a.nav-video svg { width: 16px; height: 16px; color: var(--rouge); }827.btn-video { border-color: rgba(178, 42, 32, .35); color: var(--rouge); } .btn-video svg { color: var(--rouge); }828.vid-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px; margin-top: 10px; }829.vid-card { position: relative; display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--border); border-radius: 14px; overflow: hidden; text-decoration: none; color: var(--ink); transition: transform .15s, box-shadow .2s, border-color .2s; }830a.vid-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); border-color: var(--pc, var(--uqo)); }831.vid-card-off { opacity: .6; }832.vid-thumb { position: relative; aspect-ratio: 16 / 10; background: var(--navy); overflow: hidden; }833.vid-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }834.vid-thumb-off { display: grid; place-items: center; background: linear-gradient(160deg, var(--gris-pale), var(--bg-clair)); color: var(--gris); font-family: var(--display); font-size: 3rem; font-weight: 700; }835.vid-dur { position: absolute; right: 10px; bottom: 10px; background: rgba(9, 26, 51, .82); color: #fff; font-size: .74rem; font-weight: 600; padding: 4px 9px; border-radius: 999px; display: inline-flex; gap: 5px; align-items: center; } .vid-dur svg { width: 12px; height: 12px; }836.vid-play { position: absolute; left: 50%; top: 50%; width: 56px; height: 56px; transform: translate(-50%, -50%); color: #fff; opacity: .9; filter: drop-shadow(0 4px 12px rgba(0, 0, 0, .4)); transition: transform .15s; } .vid-play svg { width: 56px; height: 56px; } a.vid-card:hover .vid-play { transform: translate(-50%, -50%) scale(1.08); }837.vid-card-body { padding: 14px 16px 14px; display: flex; flex-direction: column; gap: 8px; border-top: 4px solid var(--pc, var(--uqo)); }838.vid-card-body h3 { margin: 0; font-family: var(--font); font-weight: 700; font-size: 1rem; line-height: 1.3; }839.vid-card-body .sc-num { font-size: .66rem; text-transform: uppercase; letter-spacing: .14em; color: var(--pc, var(--uqo)); font-weight: 700; }840.vid-card-body .sc-meta { display: flex; gap: 4px 12px; flex-wrap: wrap; font-size: .74rem; color: var(--gris); } .vid-card-body .sc-meta span { display: inline-flex; gap: 5px; align-items: center; } .vid-card-body .sc-meta svg { width: 13px; height: 13px; color: var(--pc, var(--uqo)); }841.vid-prog { display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: center; font-size: .74rem; color: var(--gris); margin-top: auto; padding-top: 6px; border-top: 1px dashed var(--border); }842.vid-prog .bar { height: 6px; background: var(--gris-pale); border-radius: 3px; overflow: hidden; } .vid-prog .bar i { display: block; height: 100%; width: 0; background: var(--pc, var(--uqo)); transition: width .4s; }843.vid-prog.done .bar i { background: var(--vert); } .vid-prog.done span { color: var(--vert); font-weight: 600; }844845.vid-hero .part-chip svg { width: 13px; height: 13px; vertical-align: -2px; margin-right: 4px; }846.vid-layout { max-width: 1440px; margin: 22px auto 0; padding: 0 22px; display: grid; grid-template-columns: minmax(0, 1fr) 400px; gap: 22px; align-items: start; }847.video-page.theater .vid-layout { grid-template-columns: 1fr; max-width: 1640px; }848.video-page.theater .vid-side { position: static; max-height: none; min-height: 0; } .video-page.theater .vid-pane { max-height: 60vh; }849.vid-main { min-width: 0; }850.vid-player { position: relative; background: #05080f; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-lg); user-select: none; -webkit-user-select: none; outline: none; }851.vid-player video { display: block; width: 100%; aspect-ratio: 1728 / 1088; max-height: 78vh; background: #05080f; object-fit: cover; object-position: center bottom; }  /* masque la bande noire de 30 px en haut de l’enregistrement Zoom */852.video-page.theater .vid-player video { max-height: 86vh; }853.vid-player:fullscreen { border-radius: 0; background: #000; } .vid-player:fullscreen video { max-height: none; height: 100vh; aspect-ratio: auto; object-fit: contain; }854.vid-player video.audio-only { aspect-ratio: auto; height: 160px; object-fit: contain; }855.vid-player.audio-mode { background: linear-gradient(160deg, var(--navy), #0f3a55); }856.vid-player video::-webkit-media-text-track-display { font-family: var(--font); }857.vid-player video::cue { font-family: var(--font); font-size: .95em; background: rgba(5, 8, 15, .78); color: #fff; }858/* interface du lecteur */859.vp-ui { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; --vp-gold: #f1c84c; }860.vp-ui::before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 160px; background: linear-gradient(180deg, transparent, rgba(5, 8, 15, .88)); opacity: 1; transition: opacity .25s; pointer-events: none; }861.vp-ui::after { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 90px; background: linear-gradient(0deg, transparent, rgba(5, 8, 15, .6)); opacity: 1; transition: opacity .25s; pointer-events: none; }862.vid-player[data-state="playing"].vp-idle .vp-ui::before, .vid-player[data-state="playing"].vp-idle .vp-ui::after { opacity: 0; }863.vid-player[data-state="playing"].vp-idle .vp-controls, .vid-player[data-state="playing"].vp-idle .vp-top { opacity: 0; transform: translateY(6px); pointer-events: none; }864.vid-player[data-state="playing"].vp-idle { cursor: none; }865.vp-click { position: absolute; inset: 0; cursor: pointer; }866.vp-big { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 88px; height: 88px; border-radius: 50%; border: 0; background: rgba(9, 26, 51, .72); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); color: #fff; cursor: pointer; display: grid; place-items: center; box-shadow: 0 18px 50px -12px rgba(0, 0, 0, .8), inset 0 0 0 3px var(--vp-gold); transition: transform .15s, background .15s; }867.vp-big svg { width: 40px; height: 40px; margin-left: 4px; } .vp-big:hover { transform: translate(-50%, -50%) scale(1.06); background: rgba(204, 164, 36, .9); color: var(--navy); }868.vid-player[data-state="playing"] .vp-big { display: none; }869.vid-player[data-state="idle"] .vp-controls .vp-row, .vid-player[data-state="idle"] .vp-seek { opacity: .001; pointer-events: none; }870.vp-flash { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 72px; height: 72px; border-radius: 50%; background: rgba(5, 8, 15, .6); display: grid; place-items: center; pointer-events: none; opacity: 0; } .vp-flash svg { width: 32px; height: 32px; } .vp-flash.go { animation: vpflash .6s ease-out; } @keyframes vpflash { 0% { opacity: .9; transform: translate(-50%, -50%) scale(.7); } 100% { opacity: 0; transform: translate(-50%, -50%) scale(1.3); } }871.vp-top { position: absolute; z-index: 2; left: 16px; right: 16px; top: 14px; display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; transition: opacity .25s, transform .25s; pointer-events: none; }872.vp-chap-badge { max-width: 70%; font-size: .8rem; font-weight: 600; line-height: 1.3; background: rgba(5, 8, 15, .55); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); padding: 6px 10px 6px 8px; border-radius: 8px; display: inline-flex; gap: 8px; align-items: center; border-left: 3px solid var(--vp-gold); }873.vp-chap-badge small { color: var(--vp-gold); font-variant-numeric: tabular-nums; font-weight: 700; }874.vp-skip { position: absolute; z-index: 3; right: 16px; top: 14px; font: inherit; font-size: .82rem; font-weight: 700; padding: 10px 14px; border-radius: 8px; border: 1px solid rgba(255, 255, 255, .35); background: rgba(5, 8, 15, .62); color: #fff; cursor: pointer; display: inline-flex; gap: 8px; align-items: center; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); transition: background .15s; } .vp-skip svg { width: 15px; height: 15px; } .vp-skip:hover { background: var(--or); color: var(--navy); border-color: transparent; }875.vp-controls { position: relative; z-index: 2; padding: 0 14px 10px; display: grid; gap: 6px; transition: opacity .25s, transform .25s; }876.vp-seek { position: relative; height: 22px; display: flex; align-items: center; cursor: pointer; touch-action: none; }877.vp-track { position: relative; display: flex; gap: 3px; width: 100%; height: 4px; transition: height .12s; } .vp-seek:hover .vp-track, .vp-seek.drag .vp-track { height: 7px; }878.vp-seg { position: relative; flex: 0 0 auto; height: 100%; background: rgba(255, 255, 255, .28); border-radius: 2px; overflow: hidden; }879.vp-seg.intro { background: rgba(255, 255, 255, .16); background-image: repeating-linear-gradient(135deg, transparent 0 4px, rgba(255, 255, 255, .18) 4px 8px); }880.vp-seg .buf { position: absolute; left: 0; top: 0; bottom: 0; width: 0; background: rgba(255, 255, 255, .28); }881.vp-seg .played { position: absolute; left: 0; top: 0; bottom: 0; width: 0; background: var(--vp-gold); }882.vp-seg.question .played { background: #f28078; }883.vp-seg:hover { filter: brightness(1.35); }884.vp-knob { position: absolute; top: 50%; width: 14px; height: 14px; border-radius: 50%; background: var(--vp-gold); transform: translate(-50%, -50%) scale(0); box-shadow: 0 0 0 4px rgba(241, 200, 76, .25); transition: transform .12s; pointer-events: none; } .vp-seek:hover .vp-knob, .vp-seek.drag .vp-knob { transform: translate(-50%, -50%) scale(1); }885.vp-preview { position: absolute; bottom: 30px; transform: translateX(-50%); width: 220px; background: #05080f; border: 1px solid rgba(255, 255, 255, .25); border-radius: 10px; overflow: hidden; box-shadow: 0 16px 40px -10px rgba(0, 0, 0, .8); pointer-events: none; z-index: 5; }886.vp-preview img { display: block; width: 100%; aspect-ratio: 1728 / 1118; object-fit: cover; background: #111; } .vp-preview .vp-pv-cap { padding: 6px 9px 8px; font-size: .72rem; line-height: 1.3; display: grid; gap: 2px; } .vp-preview .vp-pv-cap b { color: var(--vp-gold); font-variant-numeric: tabular-nums; } .vp-preview .vp-pv-cap span { color: rgba(255, 255, 255, .85); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }887.vp-row { display: flex; align-items: center; gap: 4px; min-height: 40px; }888.vp-row .sp { flex: 1 1 auto; min-width: 0; }889.vp-btn { font: inherit; width: 40px; height: 40px; border-radius: 9px; border: 0; background: none; color: #fff; cursor: pointer; display: grid; place-items: center; position: relative; flex: 0 0 auto; transition: background .15s; } .vp-btn:hover, .vp-btn[aria-expanded="true"] { background: rgba(255, 255, 255, .14); } .vp-btn svg { width: 22px; height: 22px; } .vp-btn[aria-pressed="true"] { color: var(--vp-gold); } .vp-btn[aria-pressed="true"]::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: 5px; height: 2px; border-radius: 1px; background: var(--vp-gold); }890.vp-btn.txt { width: auto; padding: 0 10px; font-size: .84rem; font-weight: 700; font-variant-numeric: tabular-nums; }891.vp-time { font-size: .84rem; font-variant-numeric: tabular-nums; padding: 0 8px; white-space: nowrap; color: rgba(255, 255, 255, .92); } .vp-time span { color: rgba(255, 255, 255, .6); }892.vp-title { font-size: .8rem; color: rgba(255, 255, 255, .85); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 0 8px; border-left: 1px solid rgba(255, 255, 255, .25); }893.vp-vol { display: flex; align-items: center; } .vp-vol input { width: 0; opacity: 0; transition: width .2s, opacity .2s; accent-color: var(--vp-gold); height: 4px; cursor: pointer; } .vp-vol:hover input, .vp-vol:focus-within input { width: 80px; opacity: 1; margin-right: 6px; }894.vp-menu { position: absolute; right: 0; bottom: calc(100% + 8px); background: rgba(5, 8, 15, .94); border: 1px solid rgba(255, 255, 255, .18); border-radius: 10px; padding: 6px; display: none; flex-direction: column; min-width: 150px; z-index: 6; box-shadow: var(--shadow-lg); } .vp-menu.open { display: flex; }895.vp-menu button { font: inherit; font-size: .84rem; text-align: left; padding: 8px 12px; border: 0; background: none; color: #fff; border-radius: 6px; cursor: pointer; display: flex; justify-content: space-between; gap: 10px; } .vp-menu button:hover { background: rgba(255, 255, 255, .12); } .vp-menu button[aria-checked="true"] { color: var(--vp-gold); font-weight: 700; }896.vp-menu-wrap { position: relative; }897.vp-toast { position: absolute; left: 50%; bottom: 96px; transform: translateX(-50%); background: rgba(5, 8, 15, .8); color: #fff; font-size: .82rem; font-weight: 600; padding: 7px 12px; border-radius: 8px; pointer-events: none; opacity: 0; transition: opacity .2s; } .vp-toast.show { opacity: 1; }898.vid-resume { position: absolute; left: 0; right: 0; bottom: 96px; display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; padding: 0 14px; pointer-events: none; z-index: 4; }899.vid-resume .btn { pointer-events: auto; box-shadow: var(--shadow-lg); } .vid-resume .btn-ghost { background: rgba(9, 26, 51, .7); color: #fff; border-color: rgba(255, 255, 255, .25); backdrop-filter: blur(6px); }900.vid-bar { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin: 12px 0 0; }901.vid-chapnow { flex: 1 1 260px; min-width: 0; font-size: .86rem; color: var(--ink-2); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .vid-chapnow b { color: var(--part, var(--uqo)); font-variant-numeric: tabular-nums; margin-right: 6px; }902.vid-bar .btn[aria-pressed="true"] { background: var(--bleu-pale); border-color: var(--bleu-clair); }903.vid-sb-wrap { margin-top: 18px; }904.vid-sb-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-bottom: 8px; } .vid-sb-head h2 { margin: 0; font-size: 1.05rem; color: var(--bleu); font-family: var(--font); font-weight: 700; } .vid-sb-head .muted { font-size: .78rem; color: var(--gris); }905.vid-sb { display: flex; gap: 8px; overflow-x: auto; padding: 4px 2px 10px; scroll-snap-type: x proximity; scrollbar-width: thin; }906.vid-sb figure { flex: 0 0 168px; margin: 0; cursor: pointer; scroll-snap-align: start; border-radius: 8px; overflow: hidden; border: 2px solid transparent; background: var(--navy); position: relative; transition: border-color .15s, transform .15s; }907.vid-sb figure img { display: block; width: 100%; aspect-ratio: 1728 / 1118; object-fit: cover; }908.vid-sb figure figcaption { position: absolute; left: 6px; bottom: 6px; background: rgba(9, 26, 51, .82); color: #fff; font-size: .68rem; font-weight: 600; padding: 2px 7px; border-radius: 999px; font-variant-numeric: tabular-nums; }909.vid-sb figure:hover { transform: translateY(-2px); border-color: var(--bleu-clair); } .vid-sb figure.cur { border-color: var(--or); }910911.vid-side { position: sticky; top: calc(var(--topbar-h) + 14px); display: flex; flex-direction: column; max-height: calc(100vh - var(--topbar-h) - 28px); min-height: 420px; background: var(--card); border: 1px solid var(--border); border-radius: 14px; overflow: hidden; }912.vid-tabs { display: flex; border-bottom: 1px solid var(--border); background: var(--bg-2); flex: 0 0 auto; }913.vid-tabs button { flex: 1 1 auto; font: inherit; font-size: .78rem; font-weight: 700; padding: 11px 6px; border: 0; background: none; color: var(--ink-2); cursor: pointer; display: inline-flex; gap: 6px; align-items: center; justify-content: center; border-bottom: 2px solid transparent; } .vid-tabs button svg { width: 14px; height: 14px; }914.vid-tabs button[aria-selected="true"] { color: var(--bleu); border-bottom-color: var(--or); background: var(--card); }915.vid-pane { flex: 1 1 auto; overflow: auto; min-height: 0; scroll-behavior: smooth; }916.vid-chaps { list-style: none; margin: 0; padding: 6px; }917.vc { display: flex; align-items: stretch; border-radius: 9px; }918.vc-btn { flex: 1 1 auto; display: flex; gap: 10px; align-items: flex-start; text-align: left; font: inherit; padding: 9px 10px; border: 0; background: none; color: var(--ink); cursor: pointer; border-radius: 9px; min-width: 0; }919.vc-btn:hover { background: var(--bg-clair); }920.vc-time { flex: 0 0 auto; font-variant-numeric: tabular-nums; font-size: .74rem; font-weight: 700; color: var(--part, var(--uqo)); background: var(--part-soft); padding: 2px 7px; border-radius: 6px; margin-top: 2px; }921.vc.intro .vc-time { color: var(--gris); background: var(--gris-pale); } .vc.question .vc-time { color: var(--or-fonce); background: var(--or-pale); }922.vc-text { display: grid; gap: 2px; min-width: 0; } .vc-text b { font-size: .88rem; line-height: 1.3; } .vc-text small { font-size: .76rem; color: var(--gris); line-height: 1.4; display: none; }923.vc.cur { background: var(--bleu-pale); } .vc.cur .vc-text small { display: block; } .vc.cur .vc-text b { color: var(--bleu); }924.vc.seen .vc-time { opacity: .55; }925.vc-link { flex: 0 0 auto; display: grid; place-items: center; width: 34px; color: var(--gris); border-radius: 9px; } .vc-link svg { width: 15px; height: 15px; } .vc-link:hover { color: var(--bleu); background: var(--bg-clair); }926.tr-tools { display: flex; gap: 8px; align-items: center; padding: 10px; border-bottom: 1px solid var(--border); background: var(--bg-2); position: sticky; top: 0; z-index: 2; }927.tr-tools .input { flex: 1 1 auto; max-width: none; font-size: .85rem; padding: 7px 10px; }928.tr-follow { display: inline-flex; gap: 6px; align-items: center; font-size: .78rem; color: var(--ink-2); white-space: nowrap; cursor: pointer; }929.tr-count { font-size: .74rem; color: var(--gris); padding: 6px 12px 0; min-height: 1em; }930.tr-list { padding: 6px 8px 14px; }931.tr-seg { display: grid; grid-template-columns: 46px 1fr; gap: 8px; padding: 6px 6px; margin: 0; border-radius: 8px; cursor: pointer; font-family: var(--serif); font-size: .93rem; line-height: 1.55; color: var(--ink-2); transition: background .15s; }932.tr-seg:hover { background: var(--bg-clair); }933.tr-seg .tr-time { font-family: var(--font); font-size: .7rem; font-weight: 700; color: var(--gris); font-variant-numeric: tabular-nums; padding-top: 4px; }934.tr-seg.cur { background: var(--or-pale); color: var(--ink); } .tr-seg.cur .tr-time { color: var(--or-fonce); }935.tr-seg mark { background: rgba(204, 164, 36, .45); color: inherit; border-radius: 2px; padding: 0 1px; }936.tr-seg.hide { display: none; }937.tr-chap { font-family: var(--font); font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; color: var(--part, var(--uqo)); font-weight: 700; margin: 12px 6px 4px; padding-top: 8px; border-top: 1px dashed var(--border); } .tr-chap:first-child { border-top: 0; margin-top: 4px; }938.vid-q, .vid-chat { list-style: none; margin: 0; padding: 10px; display: grid; gap: 8px; }939.vq { display: grid; grid-template-columns: auto 1fr; gap: 10px; padding: 10px; border: 1px solid var(--border); border-radius: 10px; background: var(--bg-2); font-size: .86rem; }940.vq-t { font: inherit; font-size: .74rem; font-weight: 700; color: var(--or-fonce); background: var(--or-pale); border: 0; border-radius: 6px; padding: 4px 8px; cursor: pointer; display: inline-flex; gap: 4px; align-items: center; height: fit-content; font-variant-numeric: tabular-nums; } .vq-t svg { width: 12px; height: 12px; }941.vq b { display: block; margin-bottom: 4px; color: var(--ink); } .vq p { margin: 0; color: var(--ink-2); line-height: 1.5; }942.vid-chat li { display: grid; grid-template-columns: auto 1fr; gap: 4px 10px; font-size: .85rem; padding: 8px 10px; border-radius: 9px; background: var(--bg-2); } .vid-chat li b { grid-column: 2; } .vid-chat li span:last-child { grid-column: 2; color: var(--ink-2); }943.vchat-time { grid-row: 1 / span 2; font-size: .72rem; color: var(--gris); font-variant-numeric: tabular-nums; padding-top: 2px; }944.vid-chat .muted, .vid-q .muted { color: var(--gris); font-size: .85rem; padding: 10px; }945946.video-page .page .section:first-of-type { padding-top: 38px; }947.vid-note { display: flex; gap: 10px; align-items: flex-start; margin: 22px 0 0; padding: 12px 16px; border-radius: 10px; background: var(--or-pale); color: var(--ink); font-size: .9rem; border: 1px solid rgba(204, 164, 36, .35); } .vid-note svg { width: 18px; height: 18px; flex: 0 0 auto; color: var(--or-fonce); margin-top: 2px; }948.vid-related { display: flex; gap: 6px; flex-wrap: wrap; justify-content: flex-end; } .vid-related .chip { text-decoration: none; } .vid-related .chip:hover { border-color: var(--bleu-clair); color: var(--bleu); }949.vid-two { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 26px; align-items: start; }950.vid-ret ul { margin: 0; padding-left: 18px; } .vid-ret li { margin: 0 0 8px; line-height: 1.5; font-size: .95rem; }951.vid-table td.al-r, .vid-table th.al-r { text-align: right; white-space: nowrap; } .vid-table td:last-child { white-space: nowrap; } .vid-table .muted { color: var(--gris); font-size: .85rem; }952.vt-seek { font-variant-numeric: tabular-nums; }953.file-mp4 { background: var(--rouge); } .file-m4a { background: var(--violet); } .file-vtt, .file-srt { background: var(--teal); } .file-txt { background: var(--gris); }954.vid-kbd { font-size: .78rem; color: var(--gris); margin-top: 8px; }955@media (max-width: 1100px) {956  .vid-layout { grid-template-columns: 1fr; }957  .vid-side { position: static; max-height: none; min-height: 0; }958  .vid-pane { max-height: 62vh; }959  .vid-two { grid-template-columns: 1fr; }960}961@media (max-width: 760px) {962  .vid-layout { padding: 0 12px; margin-top: 12px; gap: 14px; }963  .vid-player, .vid-side { border-radius: 10px; }964  .vid-bar { gap: 6px; } .vid-bar .btn { padding: 7px 10px; font-size: .78rem; } .vid-chapnow { flex-basis: 100%; }965  .vp-btn { width: 36px; height: 36px; } .vp-btn svg { width: 20px; height: 20px; } .vp-title, .vp-btn.pip, .vp-btn.theater { display: none; } .vp-time { font-size: .76rem; padding: 0 4px; } .vp-controls { padding: 0 8px 6px; }966  .vp-big { width: 64px; height: 64px; } .vp-big svg { width: 30px; height: 30px; } .vp-preview { width: 160px; } .vp-skip { top: 10px; right: 10px; font-size: .74rem; padding: 8px 10px; } .vp-chap-badge { max-width: 48%; } .vid-resume { bottom: 80px; }967  .vp-top { left: 10px; right: 10px; top: 10px; } .vp-chap-badge { font-size: .72rem; max-width: 100%; } .vp-vol input { display: none; }968  .vid-tabs button { font-size: .72rem; padding: 10px 4px; } .vid-tabs button svg { display: none; }969  .vid-sb figure { flex-basis: 132px; }970  .vid-related { justify-content: flex-start; }971}972