/* Feuille partagee, generee par blog_generer.py. Ne pas editer a la main. */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
:root{
  --bg:#0A0A0C; --bg-2:#121216; --surface:rgba(255,255,255,0.025);
  --border:rgba(255,255,255,0.08); --border-fort:rgba(255,255,255,0.16);
  --texte:#E8E8EA; --texte-doux:rgba(255,255,255,0.62); --texte-faible:rgba(255,255,255,0.34);
  --accent:#8FA6C9;
  --serif:'Playfair Display',Georgia,serif;
  --sans:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;
  /* Charte partagee avec l accueil depuis le 14/08. Cette feuille est la
     SEULE source de couleur du site, index.html la charge aussi. */
  --vitesse:0.35s;
  --ease:cubic-bezier(0.165,0.84,0.44,1);
  --rayon-carte:22px;
}
html{scroll-behavior:smooth}
body{font-family:var(--sans);background:var(--bg);color:var(--texte);-webkit-font-smoothing:antialiased;
  min-height:100vh;display:flex;flex-direction:column}
main,.enveloppe{flex:1 0 auto}
body::before{content:"";position:fixed;inset:0;z-index:0;pointer-events:none;
  background:radial-gradient(900px 520px at 50% -8%,rgba(255,255,255,0.05),transparent 62%),
  linear-gradient(180deg,var(--bg) 0%,var(--bg-2) 55%,var(--bg) 100%)}
a{color:inherit}
.site-header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;
  padding:16px 26px;background:rgba(10,10,12,0.72);backdrop-filter:blur(12px);border-bottom:0.5px solid var(--border)}
.brand{display:flex;align-items:center;gap:10px;text-decoration:none}
.brand .sigle{width:30px;height:30px;object-fit:contain;display:block}
.brand .logotype{height:17px;width:auto;object-fit:contain;display:block;opacity:.92}
@media(max-width:420px){.brand .logotype{display:none}}
.site-header nav{display:flex;gap:18px}
.site-header nav a{font-size:12px;color:var(--texte-doux);text-decoration:none;transition:color .15s}
.site-header nav a:hover,.site-header nav a[aria-current]{color:var(--texte)}
.enveloppe{position:relative;z-index:1;width:100%;max-width:760px;margin:0 auto;padding:64px 26px 56px}
.chapeau{margin-bottom:52px}
.chapeau h1{font-family:var(--serif);font-size:clamp(2rem,4.6vw,2.9rem);font-weight:500;line-height:1.16;letter-spacing:-.02em}
.chapeau p{margin-top:14px;color:var(--texte-doux);font-size:1rem;line-height:1.65;max-width:60ch}
/* liste */
.liste{display:flex;flex-direction:column;gap:14px}
.carte-article{display:flex;gap:16px;align-items:flex-start;padding:20px;border:.5px solid var(--border);
  border-radius:18px;background:var(--surface);text-decoration:none;transition:border-color .25s,background .25s,transform .25s}
.carte-article:hover{border-color:var(--border-fort);background:rgba(255,255,255,0.045);transform:translateY(-2px)}
.carte-article img{width:40px;height:40px;object-fit:contain;border-radius:10px;flex:none}
.carte-article h2{font-size:1.02rem;font-weight:600;line-height:1.35}
.carte-article p{margin-top:6px;color:var(--texte-doux);font-size:.9rem;line-height:1.6}
.meta{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px;font-size:11px;color:var(--texte-faible)}
.puce{padding:3px 9px;border:.5px solid var(--border);border-radius:999px}
.puce.actif{color:rgba(255,255,255,.80);border-color:rgba(255,255,255,.13)}
/* La couleur appartient au produit, jamais au statut. Meme regle que l accueil. */
.puce .point{display:inline-block;width:5px;height:5px;border-radius:50%;margin-right:6px;
  vertical-align:1px;background:var(--accent-produit,rgba(255,255,255,.5));
  box-shadow:0 0 0 2.5px var(--halo-produit,transparent)}
.puce.pole{text-transform:uppercase;letter-spacing:.12em;font-size:9.5px;padding:3.5px 9px;
  color:var(--texte-faible)}
.chapeau h1 em{font-style:italic;color:#CFCFD4}
/* article */
article.corps{font-size:1.05rem;line-height:1.78;color:#DCDCE0}
article.corps h2{font-family:var(--serif);font-size:1.55rem;font-weight:500;line-height:1.3;margin:2.4em 0 .7em;color:#F2F2F3}
article.corps h3{font-size:1.08rem;font-weight:600;margin:1.9em 0 .5em}
article.corps p{margin:0 0 1.15em}
article.corps ul,article.corps ol{margin:0 0 1.3em 1.15em}
article.corps li{margin:.45em 0}
article.corps strong{color:#FFF;font-weight:600}
article.corps a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}
article.corps blockquote{margin:1.8em 0;padding:16px 20px;border-left:2px solid var(--accent);
  background:rgba(143,166,201,.06);border-radius:0 12px 12px 0;color:#E4E4E8;font-size:1rem}
article.corps code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.88em;
  background:rgba(255,255,255,.06);padding:2px 6px;border-radius:6px}
article.corps pre{margin:1.5em 0;padding:18px 20px;overflow:hidden;
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));
  border:.5px solid var(--border);border-radius:14px;box-shadow:0 6px 26px rgba(0,0,0,.35)}
article.corps pre code{display:block;background:none;padding:0;font-size:.82em;line-height:1.75;
  color:#D7D7DD;white-space:pre-wrap;overflow-wrap:anywhere;tab-size:2}
.entete-article{display:flex;align-items:center;gap:14px;margin-bottom:22px}
.entete-article img{width:46px;height:46px;object-fit:contain;border-radius:12px}
.retour{display:inline-block;margin-bottom:26px;font-size:12px;color:var(--texte-faible);text-decoration:none}
.retour:hover{color:var(--texte-doux)}
.cta{display:inline-block;margin-top:12px;padding:11px 20px;border:.5px solid var(--border-fort);
  border-radius:999px;font-size:13px;font-weight:500;text-decoration:none;transition:background .2s}
.cta:hover{background:rgba(255,255,255,.06)}
.site-footer{position:relative;z-index:1;flex:none;display:flex;flex-wrap:wrap;gap:8px 20px;justify-content:center;
  padding:18px 26px;border-top:.5px solid var(--border);margin-top:auto}
.site-footer a,.site-footer span{font-size:11px;color:var(--texte-faible);text-decoration:none}
.site-footer a:hover{color:var(--texte-doux)}
@media(max-width:560px){.enveloppe{padding:44px 20px 40px}article.corps{font-size:1rem}}
