
    :root{--bg:#f6f8fb; --surface:#ffffff; --muted:#4b5565; --txt:#0e1320; --brand:#2563eb; --brand2:#22c55e; --brand3:#f97316; --line:#e5e9f2}
    *{box-sizing:border-box} body{margin:0; font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif; background:var(--bg); color:var(--txt); line-height:1.7}
    a{color:var(--brand); text-decoration:none} a:hover{text-decoration:underline}
    .wrap{max-width:1180px; margin:0 auto; padding:24px}
    header{position:sticky; top:0; background:#fff; border-bottom:1px solid var(--line); z-index:20; box-shadow:0 6px 18px rgba(15,23,42,.06)}
    .nav{display:flex; justify-content:space-between; align-items:center; gap:16px; padding:10px 0}
    .brand{display:flex; gap:12px; align-items:center}
    .brand img{height:42px; width:auto; border-radius:6px}
    .links a{margin-left:16px; font-weight:700; padding:8px 12px; border-radius:10px; border:1px solid transparent}
    .links a:hover{background:linear-gradient(135deg,rgba(37,99,235,.07),rgba(34,197,94,.07)); border-color:#dbe3f3}
    .hero{padding:76px 0 52px; background:linear-gradient(180deg,#eff6ff,#fff), radial-gradient(600px 300px at 90% -20%, rgba(34,197,94,.12), transparent 60%), radial-gradient(500px 260px at -10% 0%, rgba(37,99,235,.10), transparent 62%)}
    .grid{display:grid; grid-template-columns:1.05fr .95fr; gap:32px}
    .card{background:var(--surface); border:1px solid var(--line); border-radius:16px; overflow:hidden}
    .pad{padding:18px}
    h1{font-size:clamp(28px,4vw,52px); line-height:1.1; margin:10px 0 8px}
    .lead{color:var(--muted); font-size:clamp(16px,2vw,19px)}
    .cta{display:flex; gap:12px; margin-top:18px}
    .btn{background:linear-gradient(135deg, var(--brand), var(--brand2)); color:#fff; font-weight:800; border:0; padding:12px 16px; border-radius:12px; cursor:pointer; box-shadow:0 8px 20px rgba(37,99,235,.25)}
    section{padding:56px 0}
    .gallery{display:grid; grid-template-columns:repeat(3,1fr); gap:12px}
    .gallery a{display:block}
    .gallery img{width:100%; height:230px; object-fit:cover; border-radius:12px; border:1px solid var(--line)}
    .list{display:grid; grid-template-columns:repeat(3,1fr); gap:16px}
    .list .item{background:var(--surface); border:1px solid var(--line); padding:16px; border-radius:14px}
    .press{display:grid; grid-template-columns:repeat(2,1fr); gap:16px}
    .press .clip{display:flex; gap:14px; background:var(--surface); border:1px solid var(--line); border-radius:14px; padding:14px; align-items:flex-start}
    .press .clip a{display:block}
    .press .clip img{width:180px; height:130px; object-fit:cover; border-radius:10px; border:1px solid var(--line)}
    footer{padding:36px 0; text-align:center; color:var(--muted)}
    @media(max-width:900px){.grid{grid-template-columns:1fr} .gallery{grid-template-columns:1fr 1fr} .list{grid-template-columns:1fr} .press{grid-template-columns:1fr}}
    .kpi{display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-top:10px}
    .kpi .k{background:#f9fbff; border:1px solid var(--line); padding:12px; border-radius:12px}
    .kpi .n{font-weight:800}
    .muted{color:var(--muted)}

    /* Revue de presse enrichie */
    .revue-presse-nd{padding:56px 0;background:linear-gradient(180deg,#fff,#f7f9fc)}
    .revue-presse-nd .rp-intro{max-width:900px;margin:0 0 28px}
    .revue-presse-nd .rp-eyebrow{margin:0 0 8px;font-size:13px;letter-spacing:.16em;text-transform:uppercase;font-weight:800;color:var(--brand)}
    .revue-presse-nd .rp-intro-text{margin:0;max-width:820px;color:var(--muted);font-size:17px;line-height:1.65}
    .revue-presse-nd .rp-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:24px}
    .revue-presse-nd .rp-card{display:flex;flex-direction:column;overflow:hidden;background:var(--surface);border:1px solid var(--line);border-radius:18px;box-shadow:0 12px 30px rgba(15,23,42,.08);transition:transform .2s ease,box-shadow .2s ease}
    .revue-presse-nd .rp-card:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(15,23,42,.12)}
    .revue-presse-nd .rp-card img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block;background:#eef2f7;border-bottom:1px solid var(--line)}
    .revue-presse-nd .rp-content{display:flex;flex-direction:column;gap:10px;padding:18px;flex:1}
    .revue-presse-nd .rp-meta{font-size:12px;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:.08em}
    .revue-presse-nd h3{margin:0;font-size:20px;line-height:1.25}
    .revue-presse-nd .rp-desc{margin:0;color:var(--muted);line-height:1.55}
    .revue-presse-nd .rp-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:auto;padding-top:8px}
    .revue-presse-nd .rp-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:9px 13px;border-radius:999px;background:linear-gradient(135deg,var(--brand),var(--brand2));color:#fff;text-decoration:none;font-size:14px;font-weight:800;box-shadow:0 6px 16px rgba(37,99,235,.18)}
    .revue-presse-nd .rp-actions a:hover{text-decoration:none;opacity:.9;transform:translateY(-1px)}
    .revue-presse-nd .rp-actions a.secondary{background:#fff;color:var(--txt);border:1px solid var(--line);box-shadow:none}
    .revue-presse-nd audio{width:100%;margin-top:6px}
    .revue-presse-nd .rp-archives{margin-top:30px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:0 10px 25px rgba(15,23,42,.06)}
    .revue-presse-nd .rp-archives ul{columns:2;column-gap:34px;margin:8px 0 0;padding-left:20px}
    .revue-presse-nd .rp-archives li{break-inside:avoid;margin:0 0 8px;color:var(--muted)}
    
    .revue-presse-nd .rp-group-title{grid-column:1/-1;margin:8px 0 -2px;padding:0 2px;font-size:24px;line-height:1.2}
    .revue-presse-nd .rp-group-subtitle{grid-column:1/-1;margin:-8px 0 2px;color:var(--muted)}
    .revue-presse-nd .rp-keywords{margin:0;color:#64748b;font-size:13px;line-height:1.5}
    .revue-presse-nd .rp-image-caption{margin:0;color:#64748b;font-size:12px}
    .revue-presse-nd .rp-card figure{margin:0}
    .revue-presse-nd .rp-card figcaption{padding:8px 12px 0;color:#64748b;font-size:12px}

    
    .revue-presse-nd .rp-card.media-card figure{padding:14px;background:linear-gradient(180deg,#f8fbff,#eef4fb)}
    .revue-presse-nd .rp-card.media-card img{display:block;width:100%;height:auto;aspect-ratio:auto;object-fit:contain;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 8px 18px rgba(15,23,42,.06)}
    .revue-presse-nd .rp-card.media-card figcaption{padding:10px 4px 0;font-size:13px}
    .revue-presse-nd .rp-card.media-card .rp-content{padding-top:14px}

    
    .revue-presse-nd .rp-audio-label{margin:4px 0 -2px;color:#64748b;font-size:13px;font-weight:700}

    
    .revue-presse-nd .rp-actions a.webp-link{background:#fff;color:var(--brand);border:1px solid #bfdbfe;box-shadow:none}
    @media(max-width:1024px){.revue-presse-nd .rp-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.revue-presse-nd .rp-archives ul{columns:1}}
    @media(max-width:680px){.revue-presse-nd .rp-grid{grid-template-columns:1fr}.revue-presse-nd .rp-content{padding:16px}.revue-presse-nd .rp-intro-text{font-size:16px}}
    @media(max-width:900px){header{position:static}.nav{align-items:flex-start;flex-direction:column}.links{display:flex;flex-wrap:wrap;gap:8px}.links a{margin-left:0}}

  
    .skip-link{position:absolute;left:-999px;top:8px;background:#fff;color:var(--txt);padding:10px 14px;border-radius:10px;z-index:999;border:1px solid var(--line)}.skip-link:focus{left:12px}


    .media-gallery{margin-top:14px}
    .media-gallery img{aspect-ratio:16/9;height:auto;max-height:230px;background:#eef2f7}
    img{max-width:100%}
    .card img{border-radius:12px}


/* Bloc LinkedIn — passerelle vers les actualités professionnelles */
.linkedin-section {
  padding: 44px 20px;
  background: linear-gradient(180deg, #f7fbff 0%, #eef5fd 100%);
}
.linkedin-card {
  max-width: 1080px;
  margin: 0 auto;
  padding: 34px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #dbe6f3;
  box-shadow: 0 16px 38px rgba(15, 35, 65, 0.08);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}
.linkedin-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 7px 13px;
  border-radius: 999px;
  background: #e8f1ff;
  color: #0a66c2;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.linkedin-card h2 {
  margin: 0 0 12px;
  color: #152033;
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1.1;
}
.linkedin-card p {
  margin: 0;
  color: #42526a;
  font-size: 17px;
  line-height: 1.65;
}
.linkedin-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 999px;
  background: #0a66c2;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.linkedin-button:hover,
.linkedin-button:focus {
  background: #084f99;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(10, 102, 194, 0.24);
}
.linkedin-button:focus-visible {
  outline: 3px solid rgba(10, 102, 194, 0.35);
  outline-offset: 3px;
}
.footer-linkedin {
  margin-top: 12px;
  color: #5b677a;
  font-size: 15px;
}
.footer-linkedin a {
  color: #0a66c2;
  font-weight: 800;
  text-decoration: none;
}
.footer-linkedin a:hover {
  text-decoration: underline;
}
@media (max-width: 760px) {
  .linkedin-section {
    padding: 30px 16px;
  }
  .linkedin-card {
    grid-template-columns: 1fr;
    padding: 24px;
    border-radius: 18px;
  }
  .linkedin-card p {
    font-size: 16px;
  }
  .linkedin-button {
    width: 100%;
  }
}


/* Icône LinkedIn locale */
.linkedin-logo-img {
  width: 22px;
  height: 22px;
  display: inline-block;
  flex: 0 0 auto;
  vertical-align: middle;
  border-radius: 4px;
}
.linkedin-icon-link,
.linkedin-button,
.footer-linkedin a,
.presse-linkedin-note a,
.btn[href*="linkedin.com"] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.linkedin-nav-icon {
  padding: 8px 10px;
  border-radius: 999px;
  line-height: 1;
}
.linkedin-nav-icon .linkedin-logo-img {
  width: 24px;
  height: 24px;
}
.linkedin-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Performance : évite de calculer les sections longues avant affichage */
#presse, .rp-grid, .rp-card, .linkedin-section {
  content-visibility: auto;
  contain-intrinsic-size: auto 900px;
}
/* Icône LinkedIn inline SVG : aucune requête réseau supplémentaire */
.linkedin-logo-img {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  display: inline-block;
  vertical-align: -3px;
}
.linkedin-icon-link {
  gap: 7px;
}



/* Vidéo expertise pitch — Club LR */
.pitch-video-card {
  margin-top: 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  box-shadow: 0 10px 24px rgba(15, 35, 65, 0.07);
}
.pitch-video-card .video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, rgba(37,99,235,.12), rgba(34,197,94,.10));
}
.pitch-video-card iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.pitch-video-content {
  padding: 14px;
}
.pitch-video-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef6ff;
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 800;
}
.pitch-video-card h4 {
  margin: 4px 0 8px;
  font-size: 18px;
  line-height: 1.25;
}
.pitch-video-card p {
  margin: 0 0 10px;
  color: var(--muted);
}
.pitch-video-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pitch-video-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid #dbe3f3;
  font-weight: 800;
  background: #fff;
}
.pitch-video-actions a:first-child {
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  color: #fff;
  border-color: transparent;
}
@media (max-width: 760px) {
  .pitch-video-actions a {
    width: 100%;
  }
}

.faq-gen{max-width:900px;margin:2.5rem auto;padding:0 1.25rem}.faq-gen h2{font-size:1.5rem;margin-bottom:1rem}.faq-gen details{border:1px solid rgba(0,0,0,.12);border-radius:8px;padding:.85rem 1rem;margin:.6rem 0}.faq-gen summary{cursor:pointer;font-weight:600;list-style:revert}.faq-gen details[open] summary{margin-bottom:.6rem}.faq-gen p{margin:0;line-height:1.6}

/* --- refonte multi-pages --- */
.links{flex-wrap:wrap}
.links a.active{color:var(--brand);font-weight:800}
.crumb{background:var(--surface);border-bottom:1px solid var(--line);font-size:.9rem}
.crumb .wrap{padding:10px 24px}
.crumb a{color:var(--muted)} .crumb b{color:var(--txt)} .crumb .sep{margin:0 8px;opacity:.5}
.page-intro{max-width:1180px;margin:0 auto;padding:30px 24px 4px}
.page-intro .eyebrow{display:inline-block;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--brand);font-weight:800;margin-bottom:8px}
.page-intro h1{font-size:clamp(28px,4.4vw,42px);margin:0 0 10px;line-height:1.15}
.page-intro p{color:var(--muted);max-width:840px;font-size:1.05rem}
.rub-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}
.rub-card{display:block;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:24px;box-shadow:0 8px 22px rgba(15,23,42,.05);transition:transform .2s,box-shadow .2s}
.rub-card:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(15,23,42,.1);text-decoration:none}
.rub-card h3{margin:6px 0 8px;color:var(--txt);font-size:1.18rem}
.rub-card p{margin:0;color:var(--muted);font-size:.96rem}
.rub-card .ic{font-size:1.9rem;line-height:1}
.foot-links{display:flex;flex-wrap:wrap;gap:8px 18px;justify-content:center;margin:14px 0}
.foot-links a{color:var(--muted);font-weight:600;font-size:.92rem}
.contact-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;max-width:1180px;margin:0 auto;padding:8px 24px 0}
.contact-cards .rub-card a{font-weight:700}
.cowork-badge{max-width:1180px;margin:-8px auto 0;padding:18px 24px;background:linear-gradient(135deg,#eef4ff,#e8fbf0);border:1px solid var(--line);border-left:4px solid var(--brand);border-radius:14px;font-size:1.05rem}
.cowork-badge strong{color:var(--brand)}
.eng-list{max-width:900px}
.eng-list li{margin:8px 0}

/* pages article & grille presse */
.art-wrap{max-width:900px;margin:0 auto;padding:8px 24px 0}
.art-meta{color:var(--brand);font-weight:700;font-size:.9rem;text-transform:uppercase;letter-spacing:.04em}
.art-wrap h1{font-size:clamp(26px,4vw,40px);line-height:1.15;margin:8px 0 14px}
.art-lead{font-size:1.12rem;color:var(--muted);margin-bottom:18px}
.art-media{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff;margin:18px 0;box-shadow:0 10px 26px rgba(15,23,42,.08)}
.art-media img{width:100%;height:auto;display:block}
.art-audio{width:100%;margin:12px 0}
.art-actions{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0}
.art-actions a{display:inline-block;padding:11px 18px;border-radius:10px;background:var(--brand);color:#fff;font-weight:700;font-size:.94rem}
.art-actions a.sec{background:#fff;color:var(--brand);border:1px solid var(--line)}
.art-kw{color:var(--muted);font-size:.9rem;margin-top:10px}
.art-back{display:inline-block;margin:18px 0;font-weight:700}
.rp2-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px;max-width:1180px;margin:0 auto;padding:0 24px}
.rp2-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;transition:transform .2s,box-shadow .2s}
.rp2-card:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(15,23,42,.12);text-decoration:none}
.rp2-card img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block;background:#eef}
.rp2-b{padding:16px 18px}
.rp2-b .m{color:var(--brand);font-weight:700;font-size:.82rem;text-transform:uppercase}
.rp2-b h3{margin:6px 0 6px;font-size:1.05rem;color:var(--txt);line-height:1.25}
.rp2-b p{margin:0;color:var(--muted);font-size:.92rem}
.rp2-h{max-width:1180px;margin:26px auto 12px;padding:0 24px;font-size:1.35rem}
