:root{--paper:#f7f2e9;--surface:#fff;--subtle:#eef3ef;--ink:#172827;--muted:#556360;--route:#0e6663;--route-dark:#073e3c;--route-soft:#ddedea;--marker:#b95838;--marker-soft:#f6e4dc;--uncertainty:#8a6500;--uncertainty-soft:#fff1c7;--link:#075e7a;--border:#c6d0cb;--focus:#6b43c2;--reading:45rem;--shell:74rem}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:Arial,sans-serif;font-size:1rem;line-height:1.65}h1,h2,h3{letter-spacing:-.018em;font-family:Georgia,serif;line-height:1.22}h1{max-width:16ch;margin:.2rem 0 1rem;font-size:clamp(2rem,5vw,3.5rem)}h2{margin-top:0;font-size:clamp(1.6rem,3vw,2.25rem)}h3{font-size:1.25rem}a{color:var(--link);text-underline-offset:.16em;text-decoration-thickness:.08em}a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.skip{color:var(--ink);z-index:80;background:#fff;padding:.75rem;position:absolute;top:-5rem;left:1rem}.skip:focus{top:1rem}.shell{width:min(calc(100% - 2rem),var(--shell));margin:auto}.site-header{border-bottom:1px solid var(--border);background:var(--paper)}.header-row{justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;display:flex}.brand{color:var(--ink);font-family:Georgia,serif;font-size:1.3rem;font-weight:700;text-decoration:none}.brand img{vertical-align:middle;width:2rem;height:2rem;margin-right:.4rem}.independence{color:var(--muted);max-width:31rem;font-size:.85rem}.nav-toggle{display:none}.nav ul{flex-wrap:wrap;gap:.85rem;margin:0;padding:0;list-style:none;display:flex}.nav a{color:var(--ink);font-size:.93rem}.nav [aria-current=page]{border-bottom:3px solid var(--marker);font-weight:700}.kicker{color:var(--marker);letter-spacing:.045em;font-size:.9rem}.answer{grid-template-columns:minmax(0,1fr) minmax(160px,260px);gap:2rem;padding:4.5rem 0 2.5rem;display:grid}.lead{max-width:var(--reading);font-size:1.15rem}.route-art{align-self:end}.route-art svg{width:100%;height:auto}.checked{color:var(--muted);font-size:.9rem}.button{border:2px solid var(--route);background:var(--route);border-radius:.625rem;align-items:center;min-height:3rem;padding:.6rem 1.1rem;font-weight:700;text-decoration:none;display:inline-flex;color:#fff!important}.button:hover{background:var(--route-dark)}.boundary{background:var(--route-soft);border-left:.3rem solid var(--route);border-radius:.25rem;margin:1.5rem 0 2.5rem;padding:1.25rem}.boundary h2{margin:0 0 .4rem;font-size:1.15rem}.page-grid{grid-template-columns:minmax(0,var(--reading)) minmax(0,18rem);gap:3rem;padding-bottom:4rem;display:grid}.reading-sheet{background:var(--surface);border:1px solid var(--border);border-radius:1rem;margin:1.5rem 0;padding:clamp(1.25rem,3vw,2.5rem)}.section{padding:2rem 0;scroll-margin-top:2rem}.source-slip{border-left:.25rem solid var(--marker);background:var(--surface);margin:1rem 0;padding:1rem 1.2rem}.source-slip h3{margin:.1rem 0 .5rem;font-size:1rem}.source-slip p{margin:.45rem 0;font-size:.92rem}.note{background:var(--uncertainty-soft);border:1px solid #b18a17;border-radius:.5rem;padding:1rem}.route-strip{gap:.75rem;margin:1.5rem 0;padding:0;list-style:none;display:grid}.route-strip li{border-left:3px solid var(--route);padding:.5rem 0 .5rem 1rem}.route-strip strong{display:block}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;margin:1rem 0}caption{text-align:left;margin-bottom:.5rem;font-weight:700}th,td{border:1px solid var(--border);text-align:left;vertical-align:top;padding:.75rem}th{background:var(--subtle)}.term-grid,.cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.term,.card{border:1px solid var(--border);background:#fff;border-radius:.6rem;padding:1.1rem}.term h3{margin:0;font-family:Arial,sans-serif;font-size:1.6rem}.tool{border:1px solid var(--border);background:#fff;border-radius:1rem;margin:2rem 0;padding:clamp(1rem,3vw,2rem)}.tool fieldset{border:0;margin:1.5rem 0;padding:0}.tool legend{font-weight:700}.tool form,.tool fieldset,.tool label{min-width:0;max-width:100%}.tool label:not(.choice){margin:.85rem 0;font-weight:700;display:block}.tool label:not(.choice)>input,.tool label:not(.choice)>select,.tool label:not(.choice)>textarea{border:1px solid var(--border);width:100%;max-width:100%;min-height:2.75rem;color:var(--ink);font:inherit;background:#fff;border-radius:.35rem;margin-top:.35rem;padding:.55rem;display:block}.tool label:not(.choice)>textarea{resize:vertical;min-height:7rem}.tool label:not(.choice)>small{color:var(--muted);margin-top:.25rem;font-weight:400;line-height:1.45;display:block}.choices{gap:.6rem;margin-top:.7rem;display:grid}.choice{border:2px solid var(--border);border-radius:.5rem;align-items:center;gap:.6rem;min-height:3.5rem;padding:.7rem;display:flex}.choice:has(input:checked){border-color:var(--marker);background:var(--marker-soft)}.choice input{width:1.2rem;height:1.2rem}.tool button{border:2px solid var(--route);cursor:pointer;border-radius:.55rem;min-height:3rem;padding:.55rem 1rem;font-weight:700}.tool button[type=submit]{background:var(--route);color:#fff}.tool button[type=reset]{color:var(--route);background:#fff;margin-left:.5rem}.result{background:var(--route-soft);margin-top:1.2rem;padding:1rem}.hidden{display:none}.breadcrumb{padding-top:1.5rem;font-size:.9rem}.next{border-top:1px solid var(--border);padding-top:1.5rem}.site-footer{background:var(--route-dark);color:#fff;padding:2.5rem 0}.site-footer a{color:#fff}.footer-grid{grid-template-columns:2fr 1fr;gap:2rem;display:grid}.site-footer p{max-width:60ch}@media (width<=63.99rem){.page-grid{display:block}.evidence{margin-top:2rem}}@media (width<=47.99rem){.header-row{flex-wrap:wrap;align-items:flex-start}.independence{order:3;width:100%}.nav-toggle{border:1px solid var(--border);background:#fff;min-height:2.75rem;padding:.4rem .7rem;display:block}.nav{width:100%;display:none}.nav[data-open=true]{display:block}.nav ul{gap:.65rem;display:grid}.answer{padding-top:3rem;display:block}.route-art{max-width:220px;margin-top:1.5rem}.term-grid,.cards,.footer-grid{grid-template-columns:1fr}table{font-size:.92rem}.reading-sheet{padding:1.2rem}.tool button{width:100%;margin:.4rem 0!important}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important;animation:none!important}}@media print{.site-header,.site-footer,.skip,.nav-toggle,.button{display:none}.reading-sheet,.tool{border:0;padding:0}.page-grid{display:block}.boundary{break-inside:avoid}}.kicker{color:#93452e}.nav-toggle,.choice{border-color:#879590}.note{border-color:#8a6500}th,td{border-color:#879590}.nav a{justify-content:center;align-items:center;min-width:2.75rem;min-height:2.75rem;display:inline-flex}details>summary{cursor:pointer;align-items:center;min-height:2.75rem;display:flex}@media (width<=47.99rem){.header-row{grid-template-columns:minmax(0,1fr) auto;align-items:start;display:grid}.brand{min-width:0;font-size:1.15rem}.brand small{font-size:.72em}.independence{grid-column:1/-1;width:100%}.nav{grid-column:1/-1}.nav ul{gap:.25rem}.nav a{width:100%}.answer{padding-top:2rem}.route-art{display:none}.table-wrap:has(table:not(.dataset-table):has(th:nth-child(4))){overflow:visible}.table-wrap table:not(.dataset-table):has(th:nth-child(4)),.table-wrap table:not(.dataset-table):has(th:nth-child(4)) tbody,.table-wrap table:not(.dataset-table):has(th:nth-child(4)) tr,.table-wrap table:not(.dataset-table):has(th:nth-child(4)) td{width:100%;display:block}.table-wrap table:not(.dataset-table):has(th:nth-child(4)) thead{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.table-wrap table:not(.dataset-table):has(th:nth-child(4)) tr{border:1px solid var(--border);background:var(--surface);border-radius:.625rem;margin:0 0 1rem;padding:.35rem .85rem}.table-wrap table:not(.dataset-table):has(th:nth-child(4)) td{border:0;border-bottom:1px solid var(--border);padding:.7rem 0}.table-wrap table:not(.dataset-table):has(th:nth-child(4)) td:last-child{border-bottom:0}.table-wrap table:not(.dataset-table):has(th:nth-child(4)) td:before{color:var(--muted);margin-bottom:.2rem;font-weight:700;display:block}.table-wrap table:not(.dataset-table):has(th:nth-child(4)) td:first-child:before{content:"Voie"}.table-wrap table:not(.dataset-table):has(th:nth-child(4)) td:nth-child(2):before{content:"À vérifier"}.table-wrap table:not(.dataset-table):has(th:nth-child(4)) td:nth-child(3):before{content:"Ce que la source permet d’affirmer"}.table-wrap table:not(.dataset-table):has(th:nth-child(4)) td:nth-child(4):before{content:"Limite"}}.dataset-table-wrap{overscroll-behavior-inline:contain;scrollbar-gutter:stable;max-width:100%}.dataset-table{width:max-content;min-width:100%;font-size:.875rem}.dataset-table th,.dataset-table td{overflow-wrap:anywhere;max-width:22rem}.dataset-table-wrap:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.page-grid:has(.dataset-table) h1{overflow-wrap:normal;hyphens:none}@media (width<=25rem){.page-grid:has(.dataset-table)>article>.reading-sheet:first-child{margin-top:.75rem;padding:.875rem}.page-grid:has(.dataset-table)>article>.reading-sheet:first-child h1{overflow-wrap:anywhere;hyphens:auto;margin-bottom:.65rem;font-size:1.65rem}.page-grid:has(.dataset-table)>article>.reading-sheet:first-child .lead{font-size:1rem;line-height:1.45}.page-grid:has(.dataset-table)>article>.reading-sheet:first-child .checked{font-size:.78rem;line-height:1.35}.page-grid:has(.dataset-table)>article>.reading-sheet:first-child .note{padding:.75rem;font-size:.9rem;line-height:1.4}}
