/* ============================================================
   ACTINESS MÉTHODE® — Charte des pages légales
   Charte unifiée : palette bleu nuit + accent doré, typo Sora/Manrope
   ============================================================ */
:root {
  --bg: #F3F5F8;
  --bg-alt: #E6EBF1;
  --ink: #0E2A47;
  --ink-deep: #0A1F35;
  --ink-soft: #4A5F7C;
  --brand: #1F4A6B;
  --brand-deep: #0E2A47;
  --brand-bright: #6B8AA8;
  --brand-light: #A6BFD6;
  --gold: #B8924A;
  --gold-soft: #d2ad6c;
  --rule: #CFD6DF;
  --sans: 'Manrope', 'Inter', system-ui, sans-serif;
  --display: 'Sora', 'Manrope', sans-serif;
  --r-card: 22px;
  --r-pill: 999px;
  --r-btn: 50px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: -.003em;
  -webkit-font-smoothing: antialiased;
}
body::after {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 9999;
  opacity: .035; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
a { color: var(--brand); text-decoration: underline; text-underline-offset: 3px; }
a:hover { color: var(--gold); }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.025em;
  color: var(--ink);
}
.brand-mark { color: var(--gold); font-weight: 700; }
.brand-mark sup { color: var(--gold); font-weight: 700; font-size: .6em; vertical-align: super; margin-left: 2px; }

/* ===== Top bar ===== */
.topbar {
  background: var(--ink);
  color: rgba(255,255,255,.85);
  font-size: .76rem;
  letter-spacing: .08em;
  text-align: center;
  padding: 11px 16px;
  font-weight: 500;
}
.topbar b { color: var(--gold-soft); font-weight: 700; }
.topbar .dot { color: var(--gold); margin: 0 8px; opacity: .65; }

/* ===== Nav ===== */
nav.legal-nav {
  background: rgba(243, 245, 248, .95);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--rule);
  padding: 14px 0;
  position: sticky; top: 0; z-index: 50;
}
.legal-nav-in {
  max-width: 1240px; margin: 0 auto;
  padding: 0 32px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.legal-brand img { height: 60px; width: auto; object-fit: contain; }
.legal-back {
  font-family: var(--sans); font-weight: 700;
  font-size: .76rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink);
  padding: .7rem 1.4rem;
  border: 1.5px solid var(--ink);
  border-radius: var(--r-btn);
  text-decoration: none;
  transition: all .3s ease;
}
.legal-back:hover { background: var(--ink); color: #fff; transform: translateY(-1px); }

/* ===== Hero compact ===== */
.legal-hero {
  background: linear-gradient(160deg, var(--ink-deep) 0%, #14365c 60%, var(--ink-deep) 100%);
  color: #fff;
  padding: 80px 0 90px;
  position: relative;
  overflow: hidden;
}
.legal-hero::before {
  content: ""; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
  opacity: .1; pointer-events: none;
}
.legal-hero-inner {
  max-width: 1240px; margin: 0 auto;
  padding: 0 32px;
  position: relative; z-index: 2;
}
.legal-eyebrow {
  font-family: var(--sans);
  font-size: .7rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--gold-soft);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.legal-eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--gold); border-radius: 2px; }
.legal-hero h1 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -.035em;
  margin: 0 0 16px;
}
.legal-hero .updated {
  font-size: .82rem;
  color: rgba(255,255,255,.65);
  letter-spacing: .04em;
}
.legal-hero .updated strong { color: var(--gold-soft); font-weight: 600; }

/* ===== Content ===== */
.legal-content {
  max-width: 880px; margin: 0 auto;
  padding: 70px 32px 100px;
}
.legal-content section {
  margin-bottom: 50px;
  padding-bottom: 38px;
  border-bottom: 1px solid var(--rule);
}
.legal-content section:last-child { border-bottom: 0; }
.legal-content h2 {
  font-size: clamp(1.4rem, 2.2vw, 1.7rem);
  margin-bottom: 18px;
  position: relative;
  padding-left: 32px;
}
.legal-content h2::before {
  content: ""; position: absolute;
  left: 0; top: 50%; transform: translateY(-50%);
  width: 20px; height: 2px;
  background: var(--gold);
  border-radius: 2px;
}
.legal-content h3 {
  font-size: 1.15rem;
  margin: 26px 0 10px;
  color: var(--brand-deep);
  font-weight: 700;
}
.legal-content p {
  font-size: 1rem;
  color: var(--ink-soft);
  line-height: 1.7;
  margin-bottom: 14px;
  max-width: 72ch;
}
.legal-content p strong { color: var(--ink); font-weight: 700; }
.legal-content ul, .legal-content ol {
  margin: 14px 0 18px 0;
  padding-left: 0;
  list-style: none;
}
.legal-content li {
  padding: 8px 0 8px 26px;
  position: relative;
  color: var(--ink-soft);
  line-height: 1.6;
  font-size: .96rem;
  max-width: 70ch;
}
.legal-content li::before {
  content: "";
  position: absolute;
  left: 4px; top: 16px;
  width: 6px; height: 6px;
  background: var(--gold);
  border-radius: var(--r-pill);
}
.legal-content ol { counter-reset: legal-counter; }
.legal-content ol > li {
  counter-increment: legal-counter;
}
.legal-content ol > li::before {
  content: counter(legal-counter);
  background: var(--brand);
  color: #fff;
  font-family: var(--display);
  font-size: .7rem;
  font-weight: 700;
  width: 22px; height: 22px;
  border-radius: var(--r-pill);
  display: inline-flex;
  align-items: center; justify-content: center;
  left: 0; top: 10px;
}
.legal-content blockquote {
  background: linear-gradient(180deg, #fff 0%, var(--bg-alt) 100%);
  border-left: 3px solid var(--gold);
  border-radius: 0 14px 14px 0;
  padding: 22px 28px;
  margin: 24px 0;
  color: var(--ink);
  font-size: .95rem;
  line-height: 1.65;
}
.legal-content blockquote strong { color: var(--brand-deep); }
.contact-box {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: var(--r-card);
  padding: 28px 32px;
  margin: 30px 0;
  box-shadow: 0 10px 28px -10px rgba(14,42,71,.10);
}
.contact-box h3 {
  font-size: 1.05rem;
  margin-top: 0;
}
.contact-box dl {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 8px 24px;
  margin-top: 14px;
  font-size: .92rem;
}
@media (max-width: 700px) {
  .contact-box dl { grid-template-columns: 1fr; gap: 4px; }
  .contact-box dt { margin-top: 12px; }
}
.contact-box dt {
  color: var(--brand);
  font-weight: 700;
  font-size: .76rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.contact-box dd { color: var(--ink); line-height: 1.55; }
.contact-box dd a { color: var(--brand); }

/* ===== Footer ===== */
footer.legal-footer {
  background: var(--ink-deep);
  color: rgba(255,255,255,.7);
  padding: 50px 0 30px;
  font-size: .86rem;
}
.legal-footer-inner { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
.legal-footer-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 30px;
}
@media (max-width: 700px) { .legal-footer-grid { grid-template-columns: 1fr; } }
.legal-footer-brand {
  display: flex; align-items: center; gap: 12px;
}
.legal-footer-brand img { width: 50px; }
.legal-footer-name {
  font-family: var(--display); font-weight: 800;
  color: #fff;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .95rem;
}
.legal-footer-name sup { color: var(--gold); font-size: .6em; margin-left: 4px; font-weight: 700; }
.legal-footer-links { display: flex; gap: 22px; flex-wrap: wrap; align-items: center; }
.legal-footer-links a {
  color: rgba(255,255,255,.75);
  font-size: .82rem;
  text-decoration: none;
}
.legal-footer-links a:hover { color: var(--gold); }
.legal-footer-base {
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.10);
  font-size: .76rem;
  text-align: center;
  color: rgba(255,255,255,.5);
}
.legal-footer-base .dot { color: var(--gold); opacity: .65; margin: 0 8px; }
</content>
