  
    .author-badge {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      margin-top: 20px;
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.1);
      padding: 8px 16px;
      border-radius: 50px;
      text-align: left;
    }
    .author-avatar {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      object-fit: cover;
      border: 2px solid #b8860b;
    }
    .author-info {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .author-name {
      color: #fff;
      font-weight: 600;
      font-size: 14px;
      margin-bottom: 2px;
    }
    .author-date {
      color: #aaa;
      font-size: 12px;
    }
    .footer-simple {
      max-width: 800px;
      margin: 0 auto;
      text-align: center;
    }
    .footer-simple p {
      color: rgba(255, 255, 255, 0.7);
      line-height: 1.6;
      font-size: 14px;
      margin-bottom: 20px;
    }
    .footer-links {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin-bottom: 20px;
      flex-wrap: wrap;
    }
    .footer-links a {
      color: #b8860b;
      text-decoration: none;
      font-weight: 500;
      transition: color 0.2s;
    }
    .footer-links a:hover {
      color: #ffd700;
      text-decoration: underline;
    }
    /* GARDER TOUT LE CSS D'ORIGINE EXACTEMENT IDENTIQUE */
        :root {
      --bleu:      #00E5FF;
      --bleu2:     #00B3CC;
      --bleu-light:#151A24;
      --rouge:     #9D00FF;
      --rouge-soft:#22152E;
      --blanc:     #1A1C23;
      --ecru:      #0B0C10;
      --ecru2:     #21232C;
      --texte:     #F3F4F6;
      --gris:      #9CA3AF;
      --gris-light:#2A2D3A;
      --or:        #FFD700;
      --or-light:  #332B00;
      --radius:    10px;
      --radius-lg: 20px;
      --shadow-sm: 0 4px 12px rgba(0,0,0,0.4);
      --shadow:    0 10px 30px rgba(0,0,0,0.6);
      --shadow-lg: 0 20px 40px rgba(0,0,0,0.8);
    }
    
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    body {
      font-family: 'Inter', sans-serif;
      background: var(--ecru);
      color: var(--texte);
      font-size: 15px;
      line-height: 1.6;
    }
    
    .hero h1, .section-title, .logo-text, .card-img-name, .bonus-pct, .stat-value, .article-content h2, .article-content h3 {
      font-family: 'Outfit', sans-serif;
    }
    .topbanner, .eyebrow-label, .eyebrow-date, .stat-label, .th, .spec-k, .td-rank-num, .nav-badge, .td-bonus-cap {
      font-family: 'JetBrains Mono', monospace;
    }
    .topbanner { background: #000; color: var(--gris); border-bottom: 1px solid var(--gris-light); }
    .hero { background: radial-gradient(circle at top center, #1A1C23 0%, #0B0C10 100%); }
    header { background: rgba(26, 28, 35, 0.95); }
    .trust-bar { background: #000; border-bottom: 1px solid var(--gris-light); border-top: 1px solid var(--gris-light); }
    .btn-primary, .btn-play, .btn-submit, .btn-table-play { color: #000 !important; font-family: 'Outfit', sans-serif !important; text-transform: uppercase; letter-spacing: 0.05em; font-weight: 800; border: none; }
    .btn-primary:hover, .btn-play:hover, .btn-submit:hover, .btn-table-play:hover { background: #fff !important; }
    .hero h1 em { font-style: normal; text-shadow: 0 0 20px rgba(0, 229, 255, 0.4); }


    /* ─── TOPBAR ─── */
    .topbanner {
      background: var(--bleu2);
      color: rgba(255,255,255,.72);
      text-align: center;
      font-family: 'DM Mono', monospace;
      font-size: 11px;
      letter-spacing: .08em;
      padding: 7px 20px;
    }
    .topbanner span { color: var(--or); font-weight: 500; }

    .tricolore { display: flex; height: 4px; }
    .tricolore .b { flex: 1; background: var(--bleu); }
    .tricolore .w { flex: 1; background: var(--blanc); }
    .tricolore .r { flex: 1; background: var(--rouge); }

    /* ─── HEADER ─── */
    header {
      background: var(--blanc);
      border-bottom: 1px solid var(--gris-light);
      position: sticky;
      top: 0;
      z-index: 100;
      box-shadow: var(--shadow-sm);
    }
    .nav-inner {
      max-width: 1140px;
      margin: 0 auto;
      padding: 0 24px;
      display: flex;
      align-items: center;
      gap: 40px;
      height: 64px;
    }
    .logo {
      text-decoration: none;
      color: var(--texte);
      display: flex;
      align-items: center;
      gap: 12px;
      flex-shrink: 0;
      cursor: default;
    }
    .logo-emblem {
      width: 38px; height: 38px;
      background: var(--bleu);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      position: relative;
      overflow: hidden;
      border: 2px solid var(--or);
      box-shadow: 0 0 0 1px var(--bleu);
    }
    .logo-emblem::after {
      content: '';
      position: absolute;
      inset: 4px;
      border-radius: 50%;
      border: 1px solid rgba(184,150,46,.4);
    }
    .logo-emblem::before {
      content: '⚜';
      color: var(--or);
      font-size: 16px;
      position: relative;
      z-index: 1;
    }
    .logo-text {
      font-family: 'Playfair Display', Georgia, serif;
      font-weight: 900;
      font-size: 20px;
      letter-spacing: -.01em;
      line-height: 1;
    }
    .logo-text small {
      display: block;
      font-family: 'DM Mono', monospace;
      font-size: 10px;
      font-weight: 400;
      letter-spacing: .1em;
      color: var(--gris);
      margin-top: 2px;
    }
    .nav-badge {
      margin-left: auto;
      background: var(--rouge-soft);
      color: var(--rouge);
      border: 1px solid rgba(237,41,57,.2);
      border-radius: 20px;
      font-family: 'DM Mono', monospace;
      font-size: 11px;
      font-weight: 500;
      padding: 4px 12px;
      letter-spacing: .03em;
      white-space: nowrap;
    }

    /* ─── CONTAINER ─── */
    .wrap {
      max-width: 1140px;
      margin: 0 auto;
      padding: 0 24px;
    }

    /* ─── HERO ─── */
    .hero {
      background: var(--blanc);
      border-bottom: 1px solid var(--gris-light);
      padding: 56px 0 48px;
    }
    .hero-inner {
      max-width: 1140px;
      margin: 0 auto;
      padding: 0 24px;
      display: grid;
      grid-template-columns: 1fr 360px;
      gap: 64px;
      align-items: center;
    }
    .hero-eyebrow {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 20px;
    }
    .flag-mini {
      display: flex;
      width: 24px; height: 16px;
      border-radius: 2px;
      overflow: hidden;
      box-shadow: 0 1px 3px rgba(0,0,0,.2);
      flex-shrink: 0;
    }
    .flag-mini .b { flex: 1; background: var(--bleu); }
    .flag-mini .w { flex: 1; background: #fff; }
    .flag-mini .r { flex: 1; background: var(--rouge); }
    .eyebrow-label {
      font-family: 'DM Mono', monospace;
      font-size: 11px;
      font-weight: 500;
      letter-spacing: .1em;
      color: var(--gris);
      text-transform: uppercase;
    }
    .eyebrow-sep { width: 1px; height: 14px; background: var(--gris-light); }
    .eyebrow-date {
      font-family: 'DM Mono', monospace;
      font-size: 11px;
      color: var(--gris);
    }
    .hero h1 {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: clamp(32px, 3.8vw, 52px);
      font-weight: 900;
      line-height: 1.05;
      letter-spacing: -.02em;
      color: var(--texte);
      margin-bottom: 18px;
    }
    .hero h1 em { font-style: italic; color: var(--bleu); }
    .hero-desc {
      color: var(--gris);
      font-size: 16px;
      line-height: 1.65;
      max-width: 54ch;
      margin-bottom: 28px;
    }
    .hero-actions {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      align-items: center;
    }
    .btn-primary {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 13px 22px;
      background: var(--bleu);
      color: #fff;
      font-family: 'Source Serif 4', serif;
      font-weight: 700;
      font-size: 15px;
      border-radius: var(--radius);
      text-decoration: none;
      transition: .18s ease;
      border: 2px solid var(--bleu);
    }
    .btn-primary:hover { background: var(--bleu2); border-color: var(--bleu2); transform: translateY(-1px); box-shadow: var(--shadow); }

    /* Hero stats */
    .hero-stats {
      background: var(--ecru);
      border: 1px solid var(--gris-light);
      border-radius: var(--radius-lg);
      overflow: hidden;
    }
    .stats-header {
      background: var(--bleu);
      padding: 14px 20px;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .stats-header span {
      color: rgba(255,255,255,.8);
      font-family: 'DM Mono', monospace;
      font-size: 11px;
      letter-spacing: .1em;
      font-weight: 500;
      text-transform: uppercase;
    }
    .stats-header .dot-live {
      width: 8px; height: 8px;
      border-radius: 50%;
      background: #4ade80;
      box-shadow: 0 0 0 3px rgba(74,222,128,.25);
      animation: pulse 2s ease infinite;
    }
    @keyframes pulse { 0%,100%{opacity:1} 50%{opacity:.4} }
    .stats-body { padding: 0; }
    .stat-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 14px 20px;
      border-bottom: 1px solid var(--gris-light);
      gap: 12px;
    }
    .stat-row:last-child { border-bottom: none; }
    .stat-label {
      font-size: 13px;
      color: var(--gris);
      font-family: 'DM Mono', monospace;
      font-weight: 400;
    }
    .stat-value {
      font-family: 'Playfair Display', serif;
      font-weight: 700;
      font-size: 17px;
      color: var(--texte);
    }
    .stat-value .hl { color: var(--bleu); }

    /* ─── TRUST BAR ─── */
    .trust-bar {
      background: var(--bleu);
      padding: 10px 0;
      overflow: hidden;
      position: relative;
    }
    .trust-track {
      display: flex;
      align-items: center;
      white-space: nowrap;
      animation: trustScroll 22s linear infinite;
      width: max-content;
    }
    .trust-track:hover { animation-play-state: paused; }
    .trust-item {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 4px 24px;
      color: rgba(255,255,255,.88);
      font-family: 'Source Serif 4', serif;
      font-size: 13px;
      font-weight: 600;
      flex-shrink: 0;
    }
    .trust-sep {
      color: rgba(255,255,255,.2);
      padding: 0 4px;
      flex-shrink: 0;
    }
    .trust-icon { font-size: 14px; opacity: .9; }
    @keyframes trustScroll {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }

    /* ─── SECTIONS ─── */
    .section-head { padding: 52px 0 32px; }
    .section-label {
      font-family: 'DM Mono', monospace;
      font-size: 11px;
      font-weight: 500;
      letter-spacing: .12em;
      color: var(--rouge);
      text-transform: uppercase;
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .section-label::before {
      content: '';
      display: inline-block;
      width: 20px; height: 2px;
      background: var(--rouge);
    }
    .section-title {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: clamp(24px, 2.8vw, 36px);
      font-weight: 900;
      letter-spacing: -.02em;
      line-height: 1.1;
      color: var(--texte);
    }
    .section-subtitle {
      margin-top: 10px;
      color: var(--gris);
      font-size: 15px;
      max-width: 68ch;
    }

    /* ─── PODIUM ─── */
    .podium {
      display: grid;
      grid-template-columns: 1.2fr 1fr 1fr;
      gap: 20px;
      margin-bottom: 40px;
    }
    .casino-card {
      background: var(--blanc);
      border: 1px solid var(--gris-light);
      border-radius: var(--radius-lg);
      overflow: hidden;
      box-shadow: var(--shadow-sm);
      display: flex;
      flex-direction: column;
      transition: .2s ease;
      position: relative;
    }
    .casino-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); }
    .casino-card.rank1 { border-top: 3px solid var(--bleu); }
    .casino-card.rank2 { border-top: 3px solid var(--gris-light); }
    .casino-card.rank3 { border-top: 3px solid #c8722a; }
    .card-medal {
      position: absolute;
      top: 14px; right: 14px;
      width: 36px; height: 36px;
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-family: 'Playfair Display', serif;
      font-weight: 900;
      font-size: 15px;
      z-index: 2;
    }
    .rank1 .card-medal { background: var(--bleu); color: #fff; }
    .rank2 .card-medal { background: var(--gris-light); color: var(--texte); }
    .rank3 .card-medal { background: #c8722a; color: #fff; }
    .card-img-link {
      display: block;
      text-decoration: none;
      border-radius: 18px 18px 0 0;
      overflow: hidden;
      cursor: pointer;
    }
    .card-img-link:hover .card-img-overlay {
      background: linear-gradient(180deg, rgba(0,35,149,.02) 0%, rgba(0,35,149,.35) 100%);
    }
    .card-img {
      height: 140px;
      background-size: cover;
      background-position: center;
      position: relative;
    }
    .rank1 .card-img { height: 170px; }
    .card-img-overlay {
      position: absolute; inset: 0;
      background: linear-gradient(180deg, rgba(0,35,149,.08) 0%, rgba(0,35,149,.55) 100%);
    }
    .card-img-name {
      position: absolute;
      bottom: 14px; left: 16px;
      color: #fff;
      font-family: 'Playfair Display', serif;
      font-weight: 700;
      font-size: 22px;
      letter-spacing: -.01em;
      text-shadow: 0 2px 8px rgba(0,0,0,.4);
    }
    .card-body {
      padding: 18px 18px 12px;
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 14px;
    }
    .card-bonus-main { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
    .bonus-pct {
      font-family: 'Playfair Display', serif;
      font-size: 30px;
      font-weight: 900;
      color: var(--bleu);
      line-height: 1;
    }
    .rank1 .bonus-pct { font-size: 36px; }
    .bonus-cap { font-size: 13px; color: var(--gris); font-weight: 600; }
    .bonus-cap strong { color: var(--texte); }
    .card-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
    .spec {
      background: var(--ecru);
      border-radius: var(--radius);
      padding: 9px 11px;
      border: 1px solid var(--ecru2);
    }
    .spec-k {
      font-family: 'DM Mono', monospace;
      font-size: 10px;
      letter-spacing: .06em;
      color: var(--gris);
      font-weight: 500;
      text-transform: uppercase;
      margin-bottom: 3px;
    }
    .spec-v {
      font-family: 'Playfair Display', serif;
      font-weight: 700;
      font-size: 15px;
      color: var(--texte);
    }
    .spec-v .accent { color: var(--bleu); }
    .card-actions { padding: 0 18px 18px; display: flex; gap: 10px; }
    .card-actions .btn-play {
      flex: 1;
      text-align: center;
      padding: 10px 12px;
      background: var(--bleu);
      color: #fff;
      border-radius: var(--radius);
      font-family: 'Source Serif 4', serif;
      font-size: 13px;
      font-weight: 700;
      text-decoration: none;
      transition: .15s ease;
      border: 1.5px solid var(--bleu);
    }
    .card-actions .btn-play:hover { background: var(--bleu2); transform: translateY(-1px); }

    /* ─── TABLE ─── */
    .casino-table {
      background: var(--blanc);
      border: 1px solid var(--gris-light);
      border-radius: var(--radius-lg);
      overflow: hidden;
      box-shadow: var(--shadow-sm);
    }
    .table-head {
      display: grid;
      grid-template-columns: 2fr 1fr 0.8fr 1.2fr 140px;
      gap: 0;
      background: var(--bleu);
    }
    .th {
      padding: 13px 18px;
      font-family: 'DM Mono', monospace;
      font-size: 10px;
      font-weight: 500;
      letter-spacing: .1em;
      color: rgba(255,255,255,.75);
      text-transform: uppercase;
      border-right: 1px solid rgba(255,255,255,.1);
    }
    .th:last-child { border-right: none; }
    .table-row {
      display: grid;
      grid-template-columns: 2fr 1fr 0.8fr 1.2fr 140px;
      gap: 0;
      border-bottom: 1px solid var(--gris-light);
      align-items: stretch;
      transition: .15s ease;
      text-decoration: none;
      color: inherit;
      cursor: pointer;
    }
    .table-row:hover {
      background: var(--ecru);
    }
    .table-row:last-child { border-bottom: none; }
    .td {
      padding: 16px 18px;
      border-right: 1px solid var(--gris-light);
      display: flex;
      align-items: center;
    }
    .td:last-child { border-right: none; }
    .td-casino { display: flex; align-items: center; gap: 14px; }
    .td-rank-num {
      font-family: 'DM Mono', monospace;
      font-weight: 500;
      font-size: 13px;
      color: var(--gris);
      width: 22px;
      text-align: center;
      flex-shrink: 0;
    }
    .td-logo-placeholder {
      width: 42px; height: 42px;
      border-radius: var(--radius);
      background-size: cover;
      background-position: center;
      border: 1px solid var(--gris-light);
      flex-shrink: 0;
      overflow: hidden;
      position: relative;
    }
    .td-casino-info strong {
      display: block;
      font-family: 'Playfair Display', serif;
      font-weight: 700;
      font-size: 16px;
      color: var(--texte);
    }
    .td-casino-info span {
      font-size: 11px;
      color: var(--gris);
      font-family: 'DM Mono', monospace;
    }
    .td-bonus-val {
      font-family: 'Playfair Display', serif;
      font-weight: 700;
      font-size: 18px;
      color: var(--bleu);
    }
    .td-bonus-cap {
      display: block;
      font-size: 11px;
      color: var(--gris);
      font-family: 'DM Mono', monospace;
    }
    .td-plain {
      font-family: 'Playfair Display', serif;
      font-weight: 700;
      font-size: 16px;
      color: var(--texte);
      flex-direction: column;
      align-items: flex-start;
      gap: 2px;
    }
    .td-plain small {
      font-family: 'Source Serif 4', serif;
      font-size: 11px;
      font-weight: 400;
      color: var(--gris);
    }
    .td-cta { justify-content: center; }
    .btn-table-play {
      padding: 9px 16px;
      background: var(--bleu);
      color: #fff;
      border-radius: var(--radius);
      font-family: 'Source Serif 4', serif;
      font-size: 13px;
      font-weight: 700;
      text-decoration: none;
      transition: .15s ease;
      border: 1.5px solid var(--bleu);
    }
    .btn-table-play:hover { background: var(--bleu2); transform: translateY(-1px); }

    /* ─── ACCORDIONS / TOGGLES ─── */
    .editorial-section {
      background: var(--blanc);
      border: 1px solid var(--gris-light);
      border-radius: var(--radius-lg);
      overflow: hidden;
      margin-bottom: 20px;
      box-shadow: var(--shadow-sm);
    }
    .accordion-toggle {
      width: 100%;
      background: var(--blanc);
      border: none;
      padding: 20px 24px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      font-family: 'Source Serif 4', serif;
      font-size: 16px;
      font-weight: 600;
      color: var(--texte);
      transition: .2s ease;
      border-bottom: 1px solid var(--gris-light);
    }
    .editorial-section.open .accordion-toggle { border-bottom-color: var(--bleu); }
    .accordion-toggle:hover { background: rgba(0,35,149,.02); }
    .toggle-arrow {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 24px;
      height: 24px;
      color: var(--gris);
      transition: .2s ease;
      flex-shrink: 0;
    }
    .editorial-section.open .toggle-arrow { color: var(--bleu); transform: rotate(180deg); }
    .accordion-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height .3s ease;
    }
    .editorial-section.open .accordion-content { max-height: 2000px; }
    .accordion-inner {
      padding: 24px;
      color: var(--gris);
      line-height: 1.8;
      font-size: 15px;
    }
    .accordion-inner p { margin-bottom: 12px; }
    .accordion-inner p:last-child { margin-bottom: 0; }
    .accordion-inner strong { color: var(--texte); font-weight: 700; }

    /* ─── ARTICLE CONTENT ─── */
    .article-section {
      background: var(--blanc);
      padding: 52px 0;
      border-bottom: 1px solid var(--gris-light);
    }
    .article-content {
      max-width: 820px;
      margin: 0 auto;
      padding: 0 24px;
    }
    .article-content h2 {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 28px;
      font-weight: 900;
      color: var(--texte);
      margin: 28px 0 16px;
      line-height: 1.2;
      letter-spacing: -.01em;
    }
    .article-content h2:first-child { margin-top: 0; }
    .article-content h3 {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 22px;
      font-weight: 700;
      color: var(--texte);
      margin: 22px 0 12px;
      line-height: 1.2;
    }
    .article-content p {
      color: var(--gris);
      font-size: 15px;
      line-height: 1.8;
      margin-bottom: 16px;
    }
    .article-content strong { color: var(--texte); font-weight: 700; }
    .article-content em { color: var(--bleu); font-style: italic; }
    .article-content ul, .article-content ol {
      margin: 16px 0 16px 20px;
      padding: 0;
    }
    .article-content li {
      margin-bottom: 10px;
      color: var(--gris);
      line-height: 1.8;
    }
    .visuel-illustratif {
      width: 100%;
      height: auto;
      border-radius: var(--radius-lg);
      margin: 24px 0;
      box-shadow: var(--shadow-sm);
    }

    /* ─── FOOTER ─── */
    footer {
      background: var(--bleu);
      color: rgba(255,255,255,.8);
      padding: 48px 0 24px;
      border-top: 1px solid rgba(0,35,149,.2);
    }
    footer a {
      color: #fff;
      text-decoration: underline;
      opacity: .8;
      transition: .15s ease;
    }
    footer a:hover { opacity: 1; }
    .footer-inner {
      max-width: 1140px;
      margin: 0 auto;
      padding: 0 24px;
      display: grid;
      grid-template-columns: 2fr 1fr 1fr;
      gap: 40px;
      margin-bottom: 32px;
    }
    .footer-col h4 {
      font-family: 'Playfair Display', serif;
      font-weight: 700;
      font-size: 16px;
      color: #fff;
      margin-bottom: 14px;
    }
    .footer-col p, .footer-col li {
      font-size: 13px;
      line-height: 1.7;
      margin-bottom: 8px;
    }
    .footer-col ul { list-style: none; margin: 0; padding: 0; }
    .footer-bottom {
      max-width: 1140px;
      margin: 0 auto;
      padding: 20px 24px;
      text-align: center;
      border-top: 1px solid rgba(0,35,149,.2);
      font-size: 12px;
    }

    @media (max-width: 900px) {
      .hero-inner { grid-template-columns: 1fr; gap: 32px; }
      .podium { grid-template-columns: 1fr; }
      .rank1 .card-img { height: 140px; }
      .footer-inner { grid-template-columns: 1fr; gap: 24px; }
      .table-head, .table-row { grid-template-columns: 1.5fr 1fr 1fr 120px !important; }
      .th, .td { padding: 12px 14px; }
    }
    @media (max-width: 600px) {
      .nav-inner { gap: 16px; height: 56px; padding: 0 16px; }
      .hero h1 { font-size: clamp(28px, 5vw, 40px); }
      .hero-inner { padding: 0 16px; }
      .wrap { padding: 0 16px; }
      .podium { margin-bottom: 32px; }
      .card-specs { grid-template-columns: 1fr; }
      .card-img-name { font-size: 18px; bottom: 10px; left: 12px; }
      .section-head { padding: 40px 0 20px; }
      .article-content h2 { font-size: 22px; }
    }

    /* ─── ACTUALITES ─── */
    .actus-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-bottom: 40px;
    }
    .actu-card {
      background: var(--blanc);
      border: 1px solid var(--gris-light);
      border-radius: var(--radius-lg);
      overflow: hidden;
      box-shadow: var(--shadow-sm);
      display: flex;
      flex-direction: column;
      transition: .2s ease;
      text-decoration: none;
      color: inherit;
    }
    .actu-card:hover {
      box-shadow: var(--shadow-lg);
      transform: translateY(-2px);
      border-color: var(--bleu);
    }
    .actu-img {
      height: 180px;
      background-size: cover;
      background-position: center;
    }
    .actu-body {
      padding: 20px;
      display: flex;
      flex-direction: column;
      gap: 12px;
      flex: 1;
    }
    .actu-date {
      font-family: 'DM Mono', monospace;
      font-size: 11px;
      color: var(--gris);
    }
    .actu-title {
      font-family: 'Playfair Display', serif;
      font-weight: 700;
      font-size: 18px;
      color: var(--texte);
      line-height: 1.4;
    }
    .actu-desc {
      font-size: 14px;
      color: var(--gris);
      line-height: 1.6;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    .actu-readmore {
      margin-top: auto;
      font-family: 'Source Serif 4', serif;
      font-size: 13px;
      font-weight: 700;
      color: var(--bleu);
      text-transform: uppercase;
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }
    .actu-card:hover .actu-readmore { color: var(--bleu2); }
    @media (max-width: 900px) {
      .actus-grid { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 600px) {
      .actus-grid { grid-template-columns: 1fr; }
    }
  

    .article-content img {
      max-width: 100%;
      height: auto;
      border-radius: var(--radius);
      margin-bottom: 30px;
      box-shadow: var(--shadow-sm);
      display: block;
    }
