/* Gabarit des pages services VERION (extrait de la page pilote 01-01) */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    :root {
      --teal: #0E6459; --teal-light: #12877A; --carmin: #960018;
      --teal-dim: rgba(14,100,89,0.08); --teal-border: rgba(14,100,89,0.18);
      --ink: #0F1412; --ink-mid: #3A4A47; --ink-muted: #6B7D79;
      --off-white: #F7F6F3; --border-light: rgba(0,0,0,0.07);
      --font-head: 'Space Grotesk', sans-serif; --font-body: 'Inter', sans-serif;
    }
    html { scroll-behavior: smooth; }
    body { background: var(--off-white); color: var(--ink); font-family: var(--font-body); line-height: 1.6; }

    .site-header {
      background: white; border-bottom: 1px solid var(--border-light);
      padding: 20px 5vw; display: flex; align-items: center; justify-content: space-between;
      position: sticky; top: 0; z-index: 100;
    }
    .logo { display: block; background: url('../img/Logo Verion.png') no-repeat left center; background-size: contain; width: 120px; height: 40px; text-indent: -9999px; overflow: hidden; }
    .back-link { font-family: var(--font-body); font-size: 13px; color: var(--ink-muted); text-decoration: none; display: flex; align-items: center; gap: 6px; transition: color 0.2s; }
    .back-link:hover { color: var(--teal); }

    .hero {
      background: linear-gradient(135deg, var(--teal) 0%, #12877A 100%);
      padding: 64px 5vw 56px; color: white;
    }
    .hero-eyebrow {
      display: inline-flex; align-items: center; gap: 8px;
      padding: 4px 14px; border-radius: 100px; border: 1px solid rgba(255,255,255,0.3);
      background: rgba(255,255,255,0.1); margin-bottom: 20px;
    }
    .hero-eyebrow span { font-family: var(--font-body); font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }
    .hero h1 { font-family: var(--font-head); font-size: clamp(28px,4vw,46px); font-weight: 700; letter-spacing: -0.025em; line-height: 1.1; margin-bottom: 14px; max-width: 780px; }
    .hero-sub { font-family: var(--font-body); font-size: 15px; color: rgba(255,255,255,0.82); max-width: 640px; line-height: 1.7; }

    .content { max-width: 820px; margin: 0 auto; padding: 56px 5vw 40px; }
    .intro { font-family: var(--font-body); font-size: 15.5px; line-height: 1.8; color: var(--ink-mid); margin-bottom: 28px; }

    .card {
      background: white; border-radius: 14px; padding: 32px;
      margin-bottom: 20px; border: 1px solid var(--border-light);
      box-shadow: 0 1px 4px rgba(0,0,0,0.04);
    }
    .card-title {
      font-family: var(--font-head); font-size: 17px; font-weight: 700;
      color: var(--teal); margin-bottom: 18px; padding-bottom: 14px;
      border-bottom: 1px solid var(--teal-dim);
    }
    .card p { font-family: var(--font-body); font-size: 13.5px; line-height: 1.78; color: var(--ink-mid); margin-bottom: 12px; }
    .card p:last-child { margin-bottom: 0; }
    .card ul { margin: 0 0 12px 0; padding-left: 20px; }
    .card li { font-family: var(--font-body); font-size: 13.5px; line-height: 1.78; color: var(--ink-mid); margin-bottom: 8px; }
    .card li strong { color: var(--ink); font-weight: 600; }
    .card h3 { font-family: var(--font-head); font-size: 14.5px; font-weight: 600; color: var(--ink); margin: 18px 0 6px; }
    .card h3:first-of-type { margin-top: 0; }
    a { color: var(--teal); }

    .cta-band {
      background: linear-gradient(135deg, var(--teal) 0%, #12877A 100%);
      border-radius: 16px; padding: 36px 32px; color: white; text-align: center;
      margin: 8px 0 0;
    }
    .cta-band h2 { font-family: var(--font-head); font-size: 22px; font-weight: 700; margin-bottom: 8px; border: none; padding: 0; color: white; }
    .cta-band p { font-family: var(--font-body); font-size: 14px; color: rgba(255,255,255,0.85); margin-bottom: 20px; }
    .cta-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
    .btn-primary {
      display: inline-block; padding: 13px 28px; border-radius: 100px;
      background: white; color: var(--teal); font-family: var(--font-body);
      font-size: 14px; font-weight: 600; text-decoration: none; transition: transform 0.2s;
    }
    .btn-primary:hover { transform: translateY(-1px); }
    .btn-ghost {
      display: inline-block; padding: 13px 28px; border-radius: 100px;
      border: 1px solid rgba(255,255,255,0.4); background: transparent; color: white;
      font-family: var(--font-body); font-size: 14px; font-weight: 600; text-decoration: none;
    }

    .site-footer { background: #111111; padding: 64px 5vw 32px; margin-top: 56px; }
    .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 64px; margin-bottom: 48px; }
    .footer-brand-name { font-family: var(--font-head); font-size: 28px; font-weight: 700; color: rgba(255,255,255,0.9); letter-spacing: -0.04em; display: block; margin-bottom: 20px; }
    .footer-tag { font-family: var(--font-body); font-size: 14px; line-height: 1.7; color: rgba(255,255,255,0.65); max-width: 320px; }
    .footer-social { display: flex; align-items: center; gap: 10px; margin-top: 24px; }
    .footer-social-label { font-family: var(--font-body); font-size: 12px; font-weight: 500; color: rgba(255,255,255,0.55); white-space: nowrap; }
    .footer-social a { width: 38px; height: 38px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.75); transition: all 0.2s; text-decoration: none; }
    .footer-social a:hover { background: rgba(255,255,255,0.15); border-color: rgba(255,255,255,0.4); color: #fff; }
    .footer-col-title { font-family: var(--font-body); font-size: 11px; font-weight: 700; color: rgba(255,255,255,0.5); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 20px; }
    .footer-col a { display: block; text-decoration: none; font-family: var(--font-body); font-size: 13px; color: rgba(255,255,255,0.75); margin-bottom: 10px; }
    .footer-col div.footer-line { font-family: var(--font-body); font-size: 13px; color: rgba(255,255,255,0.65); margin-bottom: 10px; }
    .footer-bottom { border-top: 1px solid rgba(255,255,255,0.15); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
    .footer-bottom span { font-family: var(--font-body); font-size: 12px; color: rgba(255,255,255,0.55); }
    .footer-legal { display: flex; gap: 20px; }
    .footer-legal a { font-family: var(--font-body); font-size: 12px; color: rgba(255,255,255,0.65); text-decoration: none; }

    @media (max-width: 800px) {
      .footer-grid { grid-template-columns: 1fr; gap: 36px; }
      .footer-bottom { flex-direction: column; align-items: flex-start; }
    }
