@import"https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400..800&family=Inter:wght@400;500;600;700&display=swap";:root{--display: "Bricolage Grotesque", system-ui, sans-serif;--body: "Inter", system-ui, sans-serif}:root,.theme-clair{--vert: #0E7A3D;--vertFonce: #0A5A2D;--or: #E8B11E;--rouge: #D11F26;--bleu: #0B5FB0;--bleuFonce: #08416E;--fond: #FAF7F0;--surface: #FFFFFF;--surface2: #F0EADC;--bord: #E7DFCF;--encre: #1A1714;--gris: #6B6358;--ombre: 0 20px 40px -24px rgba(10,90,45,.4);--footerBg: #1A1714}.theme-sombre{--vert: #2BBE6E;--vertFonce: #13351F;--or: #F0C443;--rouge: #F0565C;--bleu: #4D9BE6;--bleuFonce: #0E2236;--fond: #121311;--surface: #1C1E1B;--surface2: #262925;--bord: #34382F;--encre: #F2EFE8;--gris: #A39C8E;--ombre: 0 20px 40px -24px rgba(0,0,0,.6);--footerBg: #0C0D0B}*{box-sizing:border-box}body{margin:0;font-family:var(--body)}.wrap{max-width:1140px;margin:0 auto;padding-left:24px;padding-right:24px}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:40px;align-items:start;padding:16px 24px 60px}.grille-prog{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.grille-kpi{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:8px}.grille-charts{display:grid;grid-template-columns:1fr 1fr;gap:22px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1.2fr;gap:32px}.carte{transition:transform .2s,box-shadow .2s}.carte:hover{transform:translateY(-4px);box-shadow:var(--ombre)}button{cursor:pointer;transition:filter .2s,background-color .2s}button:hover{filter:brightness(.95)}.nav-mobile,.burger-zone{display:none}.sidebar-desktop{display:flex}@media (max-width: 900px){.grille-prog{grid-template-columns:1fr 1fr}.grille-kpi{grid-template-columns:repeat(2,1fr)}.grille-charts,.footer-grid{grid-template-columns:1fr}.hero-grid{grid-template-columns:1fr;gap:32px}}@media (max-width: 760px){.nav-desktop{display:none!important}.burger-zone{display:flex!important}.nav-mobile{display:block}.sidebar-desktop{display:none!important}.grille-prog{grid-template-columns:1fr}}
