/* ═══════════════════════════════════════════════════════
   inno3.css — Feuille de style commune — Quiscale.ca
   Généré automatiquement — v8c
═══════════════════════════════════════════════════════ */

:root{--font-display:'Syne',sans-serif;--font-body:'DM Sans',sans-serif;--transition:0.35s cubic-bezier(.4,0,.2,1);}

[data-bs-theme="dark"]{--accent:#00E5A0;--accent-dim:rgba(0,229,160,0.11);--accent-glow:rgba(0,229,160,0.26);--bg-hero:#08090d;--bg-section:#0d0f14;--bg-card:#12151c;--border-col:rgba(255,255,255,0.09);--text-muted-custom:rgba(255,255,255,0.52);--text-primary:#f0f0ee;--navbar-bg:rgba(8,9,13,0.88);}

[data-bs-theme="light"]{--accent:#009966;--accent-dim:rgba(0,153,102,0.10);--accent-glow:rgba(0,153,102,0.22);--bg-hero:#f2f5fb;--bg-section:#ffffff;--bg-card:#eaeff8;--border-col:rgba(0,0,0,0.10);--text-muted-custom:rgba(0,0,0,0.52);--text-primary:#111318;--navbar-bg:rgba(242,245,251,0.92);}

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

html{scroll-behavior:smooth;}

body{font-family:var(--font-body);background:var(--bg-hero);color:var(--text-primary);transition:background var(--transition),color var(--transition);overflow-x:hidden;}

.navbar{background:var(--navbar-bg)!important;backdrop-filter:blur(18px);border-bottom:1px solid var(--border-col);padding:0.75rem 0;position:sticky;top:0;z-index:1000;}

.navbar-brand{font-family:var(--font-display);font-weight:800;font-size:1.4rem;letter-spacing:-0.03em;color:var(--accent)!important;}

.nav-link{font-family:var(--font-body);font-size:0.875rem;font-weight:500;color:var(--text-primary)!important;opacity:0.65;transition:opacity 0.2s;padding:0.4rem 0.8rem!important;}

.nav-link:hover{opacity:1;}

.lang-toggle{display:flex;border:1px solid var(--border-col);border-radius:6px;overflow:hidden;}

.lang-toggle button{background:transparent;border:none;padding:0.3rem 0.7rem;cursor:pointer;color:var(--text-muted-custom);font-family:var(--font-body);font-size:0.78rem;font-weight:600;transition:all 0.2s;}

.lang-toggle button.active{background:var(--accent);color:#fff;}

.theme-btn{background:transparent;border:1px solid var(--border-col);border-radius:6px;padding:0.3rem 0.65rem;cursor:pointer;font-size:1rem;line-height:1;color:var(--text-primary);transition:border-color 0.2s;}

.theme-btn:hover{border-color:var(--accent);}

.prose{max-width:720px;margin:0 auto;padding:4rem 0 6rem;}

.prose h1{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-0.03em;margin-bottom:0.5rem;}

.prose .meta{font-size:0.82rem;color:var(--text-muted-custom);margin-bottom:3rem;}

.prose h2{font-family:var(--font-display);font-size:1.2rem;font-weight:700;margin:2.5rem 0 0.75rem;}

.prose p{font-size:0.95rem;color:var(--text-muted-custom);line-height:1.8;margin-bottom:1rem;}

.prose ul{font-size:0.95rem;color:var(--text-muted-custom);line-height:1.8;padding-left:1.4rem;margin-bottom:1rem;}

.prose li{margin-bottom:0.35rem;}

.prose strong{color:var(--text-primary);font-weight:600;}

.prose a{color:var(--accent);text-decoration:none;border-bottom:1px solid var(--accent-glow);}

.prose a:hover{border-bottom-color:var(--accent);}

footer{background:var(--bg-hero);border-top:1px solid var(--border-col);padding:3rem 0 2rem;}

.footer-brand{font-family:var(--font-display);font-weight:800;font-size:1.2rem;color:var(--accent);}

.footer-link{font-size:0.85rem;color:var(--text-muted-custom);text-decoration:none;display:block;margin-bottom:0.4rem;transition:color 0.2s;}

.footer-link:hover{color:var(--accent);}

.footer-col-title{font-family:var(--font-display);font-size:0.8rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;color:var(--text-muted-custom);margin-bottom:1rem;}

/* ── COOKIE BANNER ── */
#cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:var(--bg-card);border-top:1px solid var(--border-col);padding:1rem 1.5rem;display:none;align-items:center;flex-wrap:wrap;gap:1rem;justify-content:space-between;box-shadow:0 -4px 24px rgba(0,0,0,0.18);transform:translateY(100%);transition:transform 0.4s cubic-bezier(.4,0,.2,1);}

#cookie-banner.visible{transform:translateY(0);}

.cookie-text{font-size:0.85rem;color:var(--text-muted-custom);line-height:1.55;flex:1;min-width:200px;}

.cookie-text a{color:var(--accent);text-decoration:none;border-bottom:1px solid var(--accent-glow);}

.cookie-text a:hover{border-bottom-color:var(--accent);}

.cookie-btns{display:flex;gap:0.65rem;flex-wrap:wrap;flex-shrink:0;}

.cookie-accept{background:var(--accent);color:#fff;border:none;font-family:var(--font-display);font-weight:700;font-size:0.85rem;padding:0.6rem 1.35rem;border-radius:8px;cursor:pointer;transition:box-shadow 0.2s;}

.cookie-accept:hover{box-shadow:0 4px 16px var(--accent-glow);}

.cookie-decline{background:transparent;color:var(--text-muted-custom);border:1px solid var(--border-col);font-family:var(--font-display);font-weight:600;font-size:0.85rem;padding:0.6rem 1.1rem;border-radius:8px;cursor:pointer;transition:border-color 0.2s;}

.cookie-decline:hover{border-color:var(--accent);color:var(--accent);}

/* ── COOKIE BANNER ── */
#cookie-banner {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999;
  background: var(--bg-card); border-top: 1px solid var(--border-col);
  padding: 1rem 1.5rem; display: none; align-items: center;
  flex-wrap: wrap; gap: 1rem; justify-content: space-between;
  box-shadow: 0 -4px 24px rgba(0,0,0,0.18);
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(.4,0,.2,1);
}

.cookie-text { font-size: 0.85rem; color: var(--text-muted-custom); line-height: 1.55; flex: 1; min-width: 200px; }

.cookie-text a { color: var(--accent); text-decoration: none; border-bottom: 1px solid var(--accent-glow); }

.cookie-text a:hover { border-bottom-color: var(--accent); }

.cookie-btns { display: flex; gap: 0.65rem; flex-wrap: wrap; flex-shrink: 0; }

.cookie-accept { background: var(--accent); color: #fff; border: none; font-family: var(--font-display); font-weight: 700; font-size: 0.85rem; padding: 0.6rem 1.35rem; border-radius: 8px; cursor: pointer; transition: box-shadow 0.2s; }

.cookie-accept:hover { box-shadow: 0 4px 16px var(--accent-glow); }

.cookie-decline { background: transparent; color: var(--text-muted-custom); border: 1px solid var(--border-col); font-family: var(--font-display); font-weight: 600; font-size: 0.85rem; padding: 0.6rem 1.1rem; border-radius: 8px; cursor: pointer; transition: border-color 0.2s, color 0.2s; }

.cookie-decline:hover { border-color: var(--accent); color: var(--accent); }

/* ── CONSTRUCTION BANNER — retirer avant PROD ── */
#construction-banner {
  background: repeating-linear-gradient(
    45deg, #f5a623, #f5a623 12px, #1a0f00 12px, #1a0f00 24px
  );
  color: #fff;
  text-align: center;
  padding: 0.7rem 3rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 900;
}

#construction-banner span.cb-text {
  background: rgba(0,0,0,0.72);
  padding: 0.25rem 1.25rem;
  border-radius: 4px;
}

#construction-banner .cb-close {
  position: absolute; right: 1rem; top: 50%; transform: translateY(-50%);
  background: rgba(255,255,255,0.15); border: 1.5px solid rgba(255,255,255,0.4);
  border-radius: 50%; width: 26px; height: 26px; cursor: pointer;
  font-size: 0.85rem; font-weight: 700; color: #fff; line-height: 1;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s;
}

#construction-banner .cb-close:hover { background: rgba(255,255,255,0.3); }

