


:root {
  
  --bg:        #0D1117;
  --surface:   #1E2634;                 
  --surface-2: #262E3D;                 
  --text:      #E8EAF0;                 
  --muted:     #8F96A5;                 
  --line:      rgba(255,255,255,.20);   
  --line-ctrl: rgba(255,255,255,.36);   

  
  --g1:  #C4B5FD;
  --acc:     var(--g1);
  --acc-txt: var(--g1);

  
  --font-display: 'Archivo', system-ui, sans-serif;
  --font-corps:   'DM Sans', system-ui, -apple-system, sans-serif;
  --font-mono:    'Geist Mono', ui-monospace, monospace;

  --w-display:  600;                    
  --w-strong:   500;                    
  --ls-display: -.015em;

  --t-xs:  .875rem;                     
  --t-s:   1rem;                        
  --t-m:   1.25rem;                     
  --t-l:   1.5625rem;                   
  --t-xl:  clamp(1.75rem, 1.19rem + 1.79vw, 2.44rem);   
  --t-2xl: clamp(2.44rem, 1.53rem + 2.9vw,  3.81rem);   

  --lh-corps: 1.65;
  --lh-titre: 1.1;
  --mes: 68ch;                          

  
  --r-xs: 4px;  --r-s: 8px;  --r-m: 12px;

  
  --sp-1: .25rem;  --sp-2: .5rem;   --sp-3: .75rem;  --sp-4: 1rem;
  --sp-5: 1.5rem;  --sp-6: 2rem;    --sp-7: 3rem;    --sp-8: 4rem;

  --side-pad: max(2.5rem, calc((100% - 80rem) / 2 + 2.5rem));
}



*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }

html {
  font-size: 100%;                      

  
  scroll-padding-top: 7rem;
}


@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}

body {
  font-family: var(--font-corps);
  font-size: var(--t-s);
  font-weight: 400;
  line-height: var(--lh-corps);
  background: var(--bg);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}

img, svg, video, iframe { max-width: 100%; }
img, video { height: auto; display: block; }
svg { fill: none; stroke: currentColor; stroke-width: 1.5;
      stroke-linecap: round; stroke-linejoin: round; }



h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: var(--w-display);
  letter-spacing: var(--ls-display);
  line-height: var(--lh-titre);
  text-wrap: balance;
}
h1 { font-size: var(--t-2xl); text-transform: uppercase; }
h2 { font-size: var(--t-xl);  text-transform: uppercase; }
h3 { font-size: var(--t-l);   line-height: 1.2; }
h4 { font-size: var(--t-m);   line-height: 1.3; }

p, li { max-width: var(--mes); }
p + p, p + ul, p + ol { margin-top: var(--sp-4); }
ul, ol { padding-left: var(--sp-5); }
li + li { margin-top: var(--sp-2); }

strong { font-weight: var(--w-strong); color: var(--text); }



a { color: inherit; text-decoration-color: var(--acc);
    text-underline-offset: .18em; }


.mono {
  font-family: var(--font-mono);
  font-size: var(--t-xs);
  font-weight: 400;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
}



:focus-visible {
  outline: 2px solid var(--acc);
  outline-offset: 3px;
  border-radius: var(--r-xs);
}

.skip {
  position: absolute; left: -9999px; top: auto;
  font-family: var(--font-mono); font-size: var(--t-xs);
}
.skip:focus {
  left: var(--sp-4); top: var(--sp-4); z-index: 999;
  padding: var(--sp-3) var(--sp-5);
  background: var(--text); color: var(--bg);
  border-radius: var(--r-xs);
}




.panel, .stats, .resume, .t-scroll, .cadre, .arbitrage {
  border: 1px solid var(--line);
  border-radius: var(--r-m);
}




:root {
  --bad:  #FF6B6B;                      
  --warn: #FFD166;                      
  --ok:   #84FAB0;                      
}


.grad { color: var(--acc-txt); }


.c-bad { color: var(--bad);     --ico: var(--bad);     }
.c-warn{ color: var(--warn);    --ico: var(--warn);    }
.c-ok  { color: var(--ok);      --ico: var(--ok);      }
.c-acc { color: var(--acc-txt); --ico: var(--acc-txt); }
.c-text{ color: var(--text);    --ico: var(--text);    }


html[data-projet="ingeniumhub"] { --g1: #8D8EE2; }
html[data-projet="tellmefilms"] { --g1: #E8460A;
                                  --acc-txt: #FF6A2C; }  
html[data-projet="kinocaen"]    { --g1: #FFD600; }
html[data-projet="plan-de-com"] { --g1: #98CCD2; }




.proj-nav {
  position: sticky; top: 0; z-index: 50;
  background-color: color-mix(in srgb, var(--bg) 88%, transparent);
  background-image: linear-gradient(rgba(255, 255, 255, .05),
                                    rgba(255, 255, 255, .05));   
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.proj-nav__rang {
  position: relative;                   
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--sp-4);
  padding: var(--sp-3) var(--side-pad);
}



.prog {
  position: absolute; left: 0; right: 0; bottom: -1px;
  height: 1px; pointer-events: none;
  overflow-x: clip; overflow-y: visible;
}
.prog__ind {
  display: block; position: relative; height: 100%;
  width: calc(var(--p, 0) * 100%);
  background: var(--text);
}
.prog__core, .prog__mid, .prog__halo {
  position: absolute; inset: 50% 0 auto 0;
  transform: translateY(-50%);
}
.prog__core {
  height: 1px;
  background: linear-gradient(to right,
    rgba(255,255,255,.05) 0%, rgba(255,255,255,.35) 55%, #fff 100%);
}
.prog__mid {
  height: 3px; filter: blur(2px);
  background: linear-gradient(to right,
    transparent 0%, rgba(255,255,255,.25) 60%, rgba(255,255,255,.95) 100%);
}
.prog__halo {
  height: 12px; filter: blur(7px);
  background: linear-gradient(to right,
    transparent 0%, rgba(255,255,255,.1) 65%, rgba(255,255,255,.5) 100%);
}
.prog__hot {
  position: absolute; top: 50%; right: 0;
  width: 28px; height: 6px;
  filter: blur(2px);
  transform: translate(40%, -50%);
  background: radial-gradient(#fff 0%, rgba(255,255,255,.5) 35%, transparent 70%);
}



.proj-nav-links { display: flex; flex-wrap: wrap;
                  column-gap: var(--sp-4); row-gap: var(--sp-2); }


.proj-nav-links, .proj-nav-overlay-list { color: var(--muted); }
.proj-nav-links a, .proj-nav-overlay-list a { text-decoration: none; }

.proj-nav-links a:hover,
.proj-nav-links a.active { color: var(--text); }


.proj-nav-burger, .proj-nav-overlay-close {
  width: 2.75rem; height: 2.75rem;      
  background: none; color: inherit;
  border: 1px solid var(--line-ctrl);
  border-radius: var(--r-s);
  cursor: pointer;
}
.proj-nav-burger:hover,
.proj-nav-overlay-close:hover { border-color: var(--acc); }

.proj-nav-burger {
  display: none;                        
  align-items: center; justify-content: center;
}
.proj-nav-burger::before {
  content: ''; width: 1.125rem; height: .625rem;
  border-top: 2px solid currentColor; border-bottom: 2px solid currentColor;
}

.proj-nav-overlay {
  position: fixed; inset: 0; z-index: 100;
  display: none;
  padding: var(--sp-8) var(--sp-6);
  background: var(--bg);
  overflow-y: auto;
}
.proj-nav-overlay.open { display: block; }

.proj-nav-overlay-close {
  position: absolute; top: var(--sp-4); right: var(--sp-4);
  font-size: var(--t-m); line-height: 1;
}
.proj-nav-overlay-list { list-style: none; padding: 0; margin-top: var(--sp-7); }
.proj-nav-overlay-list li + li { margin-top: 0; border-top: 1px solid var(--line); }
.proj-nav-overlay-list a {
  display: block; padding: var(--sp-4) 0;
  font-family: var(--font-display); font-size: var(--t-m);
}
.proj-nav-overlay-list a:hover,
.proj-nav-overlay-list a.active { color: var(--text); }



.section {
  padding: var(--sp-8) var(--side-pad);
  border-bottom: 1px solid var(--line);
}
.section__head {
  display: grid; gap: var(--sp-5);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  align-items: start;
  margin-bottom: var(--sp-6);
}
.section__desc { color: var(--muted); }

.a-retenir + *, .resume + *, .fiche + .sommaire-bloc { margin-top: var(--sp-6); }

.section > h3        { margin-top: var(--sp-7); }
.section > h3 + p    { margin-top: var(--sp-3); }


.eyebrow {
  display: inline-flex; align-items: center; gap: var(--sp-2);
  margin-bottom: var(--sp-3);
}
.eyebrow svg { width: 1rem; height: 1rem; color: var(--ico, var(--acc)); flex: none; }



.panel {                                
  background: var(--surface);
  padding: var(--sp-5);
}
.panel--accent { border-left: 3px solid var(--acc); border-radius: 0 var(--r-m) var(--r-m) 0; }
.panel--plein  { grid-column: 1 / -1; }
.panel:hover   { border-color: var(--line-ctrl); }
.panel--accent:hover { border-left-color: var(--acc); }


.panel__head, .cadre__bar {
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--sp-3); flex-wrap: wrap;
}
.panel__head { margin-bottom: var(--sp-4); }


.panel__titre, .stat__num, .jauge__note {
  font-family: var(--font-display); font-weight: var(--w-display);
}
.panel__titre { font-size: var(--t-l); line-height: 1.25; }
.panel__pied  { margin-top: var(--sp-4); padding-top: var(--sp-3);
                border-top: 1px solid var(--line); }




.grille       { display: grid; gap: var(--sp-4);
                --grille-col: 17rem;
                grid-template-columns: repeat(auto-fit, minmax(var(--grille-col), 1fr));
                list-style: none; padding-left: 0; }
.grille--large { --grille-col: 24rem; }
.grille--duo   { --grille-col: 20rem; }
.grille--petite{ --grille-col: 12rem; }

.pile         { display: grid; gap: var(--sp-4); }



.fiche { display: grid; gap: var(--sp-4); }
p + .fiche, p + .grille { margin-top: var(--sp-5); }
.fiche--3 { grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); }
.fiche__row + .fiche__row { padding-top: var(--sp-4); border-top: 1px solid var(--line); }
.fiche--3 .fiche__row + .fiche__row { padding-top: 0; border-top: 0; }

.fiche__label {
  display: flex; align-items: center; gap: var(--sp-2);
  margin-bottom: var(--sp-2);
  color: var(--ico, var(--acc-txt));
}
.fiche__label svg { width: .875rem; height: .875rem; flex: none; }




.stats, .resume {                       
  display: flex; flex-wrap: wrap;
  background: var(--surface);
  overflow: hidden;
}
.stat, .resume__case {
  flex: 1 1 11rem;
  padding: var(--sp-5);
  border-left: 1px solid var(--line);
  border-top:  1px solid var(--line);
  margin: -1px 0 0 -1px;
}
.stat__num {                            
  font-size: var(--t-xl); line-height: 1;
  margin-bottom: var(--sp-2);
}
.stat__label { display: block; color: var(--muted); font-size: var(--t-xs); }

.stats + .t-scroll, .stats + .panel, .grille + .panel { margin-top: var(--sp-4); }


.bascule { display: flex; align-items: center; gap: var(--sp-3); flex-wrap: wrap; }
.bascule svg { width: 1.5rem; height: 1.5rem; color: var(--acc); }




.chip, .pill, .t-scroll thead th {
  font-family: var(--font-mono); font-size: var(--t-xs);
  font-weight: 400;                     
  letter-spacing: .08em; text-transform: uppercase;
  color: var(--muted);
}
.chip, .pill {
  display: inline-flex; align-items: center; gap: var(--sp-2);
  padding: var(--sp-1) var(--sp-3);
  border: 1px solid var(--line);
  border-radius: 999px;
  white-space: nowrap;
}
.chip--acc { border-color: var(--acc); color: var(--acc-txt); }


p.chip { white-space: normal; }


a.chip { border-color: var(--line-ctrl); }
a.chip:hover        { border-color: var(--acc); color: var(--acc-txt); }
.pill      { border-radius: var(--r-xs); letter-spacing: 0; text-transform: none; }
.pill--bad  { border-color: var(--bad);  color: var(--bad); }
.pill--mid  { border-color: var(--warn); color: var(--warn); }
.pill--good { border-color: var(--ok);   color: var(--ok); }



.sev { display: inline-flex; gap: var(--sp-1); }
.sev--haute   { color: var(--bad); }
.sev--moyenne { color: var(--warn); }
.sev__pt {
  width: .5rem; height: .5rem; border-radius: 50%;
  border: 1px solid var(--line-ctrl);
}
.sev__pt--on { background: currentColor; border-color: currentColor; }




.t-scroll {                             
  overflow: auto;
  max-height: min(70vh, 34rem);
}
.t-scroll table { width: 100%; border-collapse: separate; border-spacing: 0; }
.t-scroll th, .t-scroll td {
  padding: var(--sp-3) var(--sp-4);
  text-align: left;
  background: var(--surface);
  box-shadow: inset 0 -1px 0 var(--line);
}

.t-scroll thead th {
  position: sticky; top: 0; z-index: 3;
  background: var(--surface-2);
}

.t-scroll th:first-child {
  position: sticky; left: 0; z-index: 2;
  box-shadow: inset 0 -1px 0 var(--line), inset -1px 0 0 var(--line);
}
.t-scroll thead th:first-child { z-index: 4; background: var(--surface-2); }

.t-scroll tbody tr:last-child th { box-shadow: inset -1px 0 0 var(--line); }
.t-scroll tbody tr:last-child td { box-shadow: none; }

.t-scroll tr.total th, .t-scroll tr.total td { background: var(--surface-2); }



.cadre {                                
  overflow: hidden;
  background: var(--surface);
}
.cadre__bar {                           
  padding: var(--sp-3) var(--sp-4);
  border-bottom: 1px solid var(--line);
  background: var(--surface-2);
  
  font-size: var(--t-xs);
  max-width: none;
}
.cadre__vue { position: relative; }
.cadre__vue iframe { display: block; width: 100%; height: 100%; border: 0; }
.cadre__vue--haut iframe { height: 34rem; }

.cadre__vue--defile { max-height: min(70vh, 34rem); overflow: auto; }

.cadre figcaption:not(.cadre__bar), .legende {
  padding: var(--sp-3) var(--sp-4);
  border-top: 1px solid var(--line);
  color: var(--muted); font-size: var(--t-xs);
  max-width: none;
}

caption.legende { border-top: 0; border-bottom: 1px solid var(--line); text-align: left; }
.cadre img { width: 100%; }

.cadre__vue--natif img { width: auto; max-width: 100%; margin-inline: auto; }

.cadre--clair img { background: #FAFAF7; padding: var(--sp-4); }



.arbitrage { overflow: hidden; }        
.arbitrage__grille {
  display: grid; gap: 1px;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  background: var(--line);
}
.arbitrage__col { background: var(--surface); padding: var(--sp-5); }
.arbitrage__col--ecarte   { color: var(--muted); }
.arbitrage__col--ecarte p { text-decoration-line: line-through;
                            text-decoration-color: var(--line-ctrl); }
.arbitrage__col--retenu   { border-top: 3px solid var(--acc); }
.arbitrage__pourquoi { padding: var(--sp-5); border-top: 1px solid var(--line); }



.a-retenir {
  border-left: 3px solid var(--acc);
  padding: var(--sp-3) 0 var(--sp-3) var(--sp-4);
  font-size: var(--t-m); line-height: 1.5;
  max-width: var(--mes);
}


.sommaire { counter-reset: som; list-style: none; padding: 0;
            display: grid; gap: 0; }
.sommaire li { max-width: none; margin: 0; border-top: 1px solid var(--line); }
.sommaire li:last-child { border-bottom: 1px solid var(--line); }
.sommaire a {
  display: flex; align-items: baseline; gap: var(--sp-4);
  padding: var(--sp-3) 0;
  text-decoration: none; color: var(--muted);
}
.sommaire a::before {
  counter-increment: som; content: counter(som, decimal-leading-zero);
  font-family: var(--font-mono); font-size: var(--t-xs); color: var(--acc-txt);
}
.sommaire a:hover { color: var(--text); }




.swatch { display: flex; overflow: hidden; padding: 0; }
.swatch__ton { width: 4rem; flex: none; background: var(--ton); }

.cadre__corps, .swatch__info { padding: var(--sp-5); }
.cadre__lien { margin-top: var(--sp-4); }



.jargon {
  font: inherit; color: inherit; background: none; border: 0; padding: 0;
  text-decoration: underline dotted; text-decoration-color: var(--muted);
  text-underline-offset: .18em;
  cursor: help;
}
.jargon-hote { position: relative; display: inline-block; }
.jargon__def {
  display: none;
  position: absolute; left: 50%; bottom: 100%; z-index: 60;
  width: max-content; max-width: min(20rem, 78vw);
  padding: var(--sp-3) var(--sp-4);
  background: var(--surface-2);
  border: 1px solid var(--line-ctrl); border-radius: var(--r-s);
  font-family: var(--font-corps); font-size: var(--t-xs); font-weight: 400;
  letter-spacing: 0; text-transform: none; text-align: left;
  line-height: 1.5; color: var(--text);
  
  transform: translateX(calc(-50% + var(--tip-shift, 0px)));
}

.jargon-hote:not(.jargon-hote--eteint) .jargon:hover + .jargon__def,
.jargon:focus-visible + .jargon__def,
.jargon-hote:not(.jargon-hote--eteint) .jargon__def:hover { display: block; }


.barre       { display: grid; gap: var(--sp-2); }
.barre + .barre { margin-top: var(--sp-4); }
.barre__tete { display: flex; justify-content: space-between; gap: var(--sp-4); }
.barre__rail { position: relative; height: .5rem; border-radius: 999px;
               background: var(--surface-2); overflow: hidden; }

.barre__part { display: block; height: 100%; width: var(--part); background: var(--acc); }


.barre__repere { position: absolute; top: 0; bottom: 0; left: var(--repere);
                 width: 2px; background: var(--text); }


.jauges { display: flex; flex-wrap: wrap; gap: var(--sp-5); }
.jauge  { display: grid; place-items: center; gap: var(--sp-2); flex: 1 1 6rem; }
.jauge__anneau {
  width: 5.5rem; height: 5.5rem; border-radius: 50%;
  display: grid; place-items: center; position: relative;
  background: conic-gradient(var(--ok) calc(var(--note) * 1%), var(--surface-2) 0);
}
.jauge__anneau::before { content: ''; position: absolute; inset: .5rem;
                         border-radius: 50%; background: var(--surface); }
.jauge__note  { position: relative; font-size: var(--t-l); }  
.jauge__label { color: var(--muted); font-size: var(--t-xs); text-align: center; }



.hero { padding: var(--sp-8) var(--side-pad); border-bottom: 1px solid var(--line); }

.hero__grille {
  display: grid; gap: var(--sp-7); align-items: start;
  grid-template-columns: minmax(0, 1fr);
}
.hero__chapo { font-size: var(--t-m); color: var(--muted); max-width: var(--mes);
               margin: var(--sp-5) 0; }
.hero__tags  { display: flex; flex-wrap: wrap; gap: var(--sp-2); margin-bottom: var(--sp-6); }


.resume__case { flex-basis: 15rem; }
.resume__case dd { margin-top: var(--sp-1); }






.pied {
  padding: 0 var(--side-pad);
  
  padding-bottom: calc(var(--sp-6) + 5rem);
}


.foot {
  display: flex; flex-wrap: wrap;
  justify-content: space-between; gap: var(--sp-4);   
  margin-top: clamp(2.625rem, 8vh, 5.25rem);          
  padding-top: 1.3125rem;                             
  border-top: 1px solid var(--line);
  font-family: var(--font-mono); font-weight: 400;
  font-size: var(--t-xs);                             
  letter-spacing: .06em; text-transform: uppercase;
  color: var(--muted);
}

.foot > span:first-child { display: inline-flex; align-items: center; gap: var(--sp-2); }


.foot a {
  font-size: var(--t-xs);
  text-decoration: underline; text-underline-offset: .25em;
  text-decoration-color: var(--line);
  color: var(--text);
}

.foot a:hover {
  color: var(--acc-txt); text-decoration-color: var(--acc-txt);
}


.projbar {
  position: fixed; left: 50%; bottom: 16px; z-index: 90;
  transform: translateX(-50%);
  display: flex; align-items: center; gap: var(--sp-1);
  padding: 5px;
  max-width: calc(100vw - 24px);
  
  border: 1px solid var(--line); border-radius: 999px;
  
}

.projbar::before {
  content: ''; position: absolute; inset: 0; z-index: -1;
  border-radius: 999px;                 
  background-color: color-mix(in srgb, var(--bg) 88%, transparent);
  background-image: linear-gradient(rgba(255, 255, 255, .05),
                                    rgba(255, 255, 255, .05));
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
}
.projbar__go, .projbar__home {
  width: 2.75rem; height: 2.75rem;      
  flex: none; display: inline-flex; align-items: center; justify-content: center;
  color: var(--muted); text-decoration: none;
  background: none; border: 0; border-radius: 999px; cursor: pointer;
  transition: color .2s ease, background-color .2s ease;
  
}

.projbar__go svg, .projbar__home svg { width: 24px; height: 24px; }
.projbar__go svg { stroke-width: 1.2; }


.projbar__home svg { fill: currentColor; stroke: none; }
.projbar__go:hover, .projbar__home:hover,
.projbar__go:focus-visible, .projbar__home:focus-visible {
  color: var(--text); background: rgba(255, 255, 255, .10);
}

.projbar__maison:hover .projbar__home,
.projbar__maison:focus-within .projbar__home { color: var(--text); }
.projbar__nom {
  flex: none; width: 11rem;             
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  text-align: center;
  font-family: var(--font-mono); font-size: var(--t-xs);
  letter-spacing: .04em;
  
  color: var(--text);
}


.projbar__maison { position: relative; flex: none; display: inline-flex; }


.projbar__panneau {
  position: absolute; bottom: calc(100% + 10px); left: 50%;
  transform: translateX(-50%);
  width: min(255px, calc(100vw - 30px));
  padding: 21px 17.5px;                 
  border: 1px solid var(--line);
  border-radius: 14px;                  
  
  background-color: color-mix(in srgb, var(--bg) 88%, transparent);
  background-image: linear-gradient(rgba(255, 255, 255, .05),
                                    rgba(255, 255, 255, .05));
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  
  opacity: 0; visibility: hidden;
}


.projbar__maison:not(.projbar__maison--eteint):hover .projbar__panneau,
.projbar__maison:focus-within .projbar__panneau { opacity: 1; visibility: visible; }


.projbar__panneau::after {
  content: ''; position: absolute; left: 0; right: 0; top: 100%; height: 10px;
}


@media (prefers-reduced-motion: no-preference) {
  .projbar__panneau { transition: opacity .2s ease, visibility 0s linear .2s; }
  .projbar__maison:not(.projbar__maison--eteint):hover .projbar__panneau,
  .projbar__maison:focus-within .projbar__panneau { transition-delay: 0s; }
}


.projbar__lien {
  display: block; padding: 5.5px 0;     
  font-family: var(--font-corps); font-weight: 400;
  font-size: var(--t-m); line-height: 1.5;
  text-transform: uppercase;
  color: var(--text); text-decoration: none;
}


.projbar__foot {
  display: flex; flex-wrap: wrap;
  gap: var(--sp-2) var(--sp-4);         
  margin-top: var(--sp-4);              
  padding-top: var(--sp-4);
  border-top: 1px solid var(--line);
  font-family: var(--font-mono); font-weight: 400; font-size: var(--t-xs);
  letter-spacing: .08em; text-transform: uppercase; color: var(--muted);
}
.projbar__foot a {
  font-size: var(--t-xs);
  text-decoration: underline; text-underline-offset: .25em;
  text-decoration-color: var(--line); color: var(--text);
}

.projbar__foot a:hover, .projbar__foot a:focus-visible {
  text-decoration-color: var(--text);
}




.pied svg { width: 1.75rem; height: 1.75rem; fill: currentColor; stroke: none;
            color: var(--acc); vertical-align: middle; }



@media (max-width: 1023px) {
  
  html { scroll-padding-top: 6rem; }
  .proj-nav-links { display: none; }
  .proj-nav-burger { display: inline-flex; }
  
  .proj-nav__rang { justify-content: flex-end; }
  .section__head { grid-template-columns: minmax(0, 1fr); }
  .cadre__vue--haut iframe { height: 26rem; }
  
  .projbar__nom { display: none; }
}

@media (max-width: 640px) {
  :root { --side-pad: 1.25rem; }
  
  .section, .hero { padding-top: var(--sp-7); padding-bottom: var(--sp-7); }
  
  .grille, .fiche--3, .arbitrage__grille { grid-template-columns: minmax(0, 1fr); }
  .stat, .resume__case { flex-basis: 100%; }
  .cadre__vue--haut iframe { height: 18rem; }
  .swatch__ton { width: 3rem; }

  
  h2 br { display: none; }
}


@media (min-width: 1024px) {
  .hero__grille { grid-template-columns: minmax(0, 1fr) minmax(0, .85fr); }
}
