body.rna-editorial-page {
  --rna-navy: #0e1a2b;
  --rna-paper: #f7f5f0;
  --rna-emerald: #1f8a6d;
  --rna-amber: #e8a33d;
  --rna-ink: #14181f;
  --rna-muted: #586473;
  --rna-line: #dfdfd7;
  --rna-font-display: "Archivo", sans-serif;
  --rna-font-body: "Source Serif 4", Georgia, serif;
  --rna-radius: 14px;
  --rna-header-offset: 24px;
  /* Hauteur du header Astra quand il est transparent : il est alors en
     position absolue et se superpose au contenu. Sinon il reste dans le flux. */
  --rna-header-height: 0px;
  /* Même inclinaison que la page d'accueil (5°) pour les séparations. */
  --rna-tilt-pad: 4.5vw;
  background: var(--rna-paper);
}
body.rna-editorial-page.ast-theme-transparent-header { --rna-header-height: 92px; }
body.rna-editorial-page.ast-theme-transparent-header.ast-header-break-point { --rna-header-height: 0px; }
@media (max-width: 921px) {
  body.rna-editorial-page.ast-theme-transparent-header { --rna-header-height: 0px; }
}
body.rna-editorial-page.admin-bar { --rna-header-offset: 56px; }
body.rna-editorial-page #content { padding: 0; margin: 0; }
body.rna-editorial-page #content > .ast-container {
  display: block;
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}
.rna-editorial {
  width: 100%;
  min-width: 0;
  color: var(--rna-ink);
  background: var(--rna-paper);
  font-family: var(--rna-font-display);
  font-size: 16px;
  line-height: 1.65;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.rna-editorial *, .rna-editorial *::before, .rna-editorial *::after { box-sizing: border-box; }
.rna-editorial [hidden] { display: none !important; }
.rna-editorial :where(h1, h2, h3, h4, h5, h6) {
  font-family: var(--rna-font-display);
  color: inherit;
  font-weight: 800;
  letter-spacing: -.035em;
  overflow-wrap: anywhere;
}
.rna-editorial :where(a) { color: #176e57; text-underline-offset: .2em; }
.rna-editorial :where(a:hover) { color: #10513f; }
.rna-editorial :where(a, button, input, textarea, select, summary):focus-visible {
  outline: 3px solid var(--rna-amber);
  outline-offset: 4px;
}
.rna-editorial :where(img) { max-width: 100%; height: auto; }
.rna-editorial :where(button, input, textarea, select) { font: inherit; }
.rna-editorial .rna-shell { width: 100%; max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.rna-editorial .rna-eyebrow {
  margin: 0 0 12px;
  font-family: var(--rna-font-display);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.5;
  text-transform: uppercase;
  color: #176e57;
}
.rna-editorial .rna-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 15px 23px;
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: #19765d;
  color: #fff;
  font-family: var(--rna-font-display);
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background .2s, transform .2s, box-shadow .2s;
}
.rna-editorial .rna-button:hover { background: #125a46; color: #fff; transform: translateY(-2px); box-shadow: 0 6px 18px #0e1a2b18; }
.rna-editorial .rna-button svg { flex-shrink: 0; }
.rna-editorial .rna-button--outline { background: transparent; border-color: var(--rna-line); color: var(--rna-ink); }
.rna-editorial .rna-button--outline:hover { background: var(--rna-navy); color: #fff; border-color: var(--rna-navy); }
.rna-editorial .rna-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.rna-editorial .rna-post-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 1px solid var(--rna-line);
  border-radius: var(--rna-radius);
  background: #fff;
  overflow: hidden;
  transition: border-color .2s, box-shadow .2s;
}
.rna-editorial .rna-post-card:hover { border-color: #a4b9ad; box-shadow: 0 12px 28px #0e1a2b0a; }
.rna-editorial .rna-post-card__image { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--rna-navy); }
.rna-editorial .rna-post-card__image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s; }
.rna-editorial .rna-post-card:hover .rna-post-card__image img { transform: scale(1.035); }
.rna-editorial .rna-post-card__placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: 210px;
  background: radial-gradient(ellipse at 5% 100%, #1f8a6d88, transparent 65%), radial-gradient(ellipse at 100% 0, #e8a33d40, transparent 65%), var(--rna-navy);
  color: #fff;
}
.rna-editorial .rna-post-card__placeholder > span { font-size: 3.5rem; font-weight: 900; letter-spacing: -.08em; text-align: center; }
.rna-editorial .rna-post-card__placeholder span span { display: block; font-size: .65rem; font-weight: 500; letter-spacing: .3em; color: #e8a33d; }
.rna-editorial .rna-post-card__body { display: flex; flex-direction: column; flex: 1; align-items: flex-start; gap: 16px; padding: 24px; }
.rna-editorial .rna-post-categories { display: flex; flex-wrap: wrap; gap: 7px; }
.rna-editorial .rna-post-categories a {
  display: inline-block;
  padding: 5px 9px;
  border: 1px solid #d8e5de;
  border-radius: 5px;
  background: #f0f6f2;
  color: #176149;
  font-family: var(--rna-font-display);
  font-size: .65rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}
.rna-editorial .rna-post-categories a:hover { border-color: #176149; }
.rna-editorial .rna-post-card__title { margin: 0; font-size: 1.23rem; font-weight: 800; line-height: 1.35; letter-spacing: -.025em; }
.rna-editorial .rna-post-card__title a { color: var(--rna-ink); text-decoration: none; }
.rna-editorial .rna-post-card__title a:hover { color: #176e57; }
.rna-editorial .rna-post-card__excerpt { margin: 0; color: var(--rna-muted); font-size: .88rem; line-height: 1.7; }
.rna-editorial .rna-post-card__footer { display: flex; flex-direction: column; gap: 16px; width: 100%; margin-top: auto; padding-top: 8px; }
.rna-editorial .rna-post-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; color: var(--rna-muted); font-family: var(--rna-font-display); font-size: .72rem; line-height: 1.6; }
.rna-editorial .rna-post-card__read { display: inline-flex; align-items: center; justify-content: space-between; gap: 16px; border-top: 1px solid #ebeee8; padding-top: 16px; font-size: .8rem; font-weight: 700; text-decoration: none; }
.rna-editorial .rna-post-card--featured { display: grid; grid-template-columns: 1.08fr 1fr; }
.rna-editorial .rna-post-card--featured .rna-post-card__image { min-height: 100%; aspect-ratio: auto; }
.rna-editorial .rna-post-card--featured .rna-post-card__body { gap: 20px; padding: clamp(24px, 3.5vw, 44px); }
.rna-editorial .rna-post-card--featured .rna-post-card__title { font-size: clamp(1.55rem, 2.4vw, 2.1rem); line-height: 1.2; }
.rna-editorial .rna-post-card--featured .rna-post-card__excerpt { font-size: .95rem; }
.rna-editorial .rna-pagination { margin: 44px 0 0; }
.rna-editorial .rna-pagination .navigation { padding: 0; margin: 0; border: 0; }
.rna-editorial .rna-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.rna-editorial .rna-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; margin: 0; padding: 9px 14px; border: 1px solid var(--rna-line); border-radius: 8px; background: transparent; color: var(--rna-ink); font-size: .85rem; text-decoration: none; line-height: 1.5; }
.rna-editorial .rna-pagination .page-numbers.current, .rna-editorial .rna-pagination a.page-numbers:hover { background: var(--rna-navy); border-color: var(--rna-navy); color: #fff; }
.rna-editorial .rna-pagination .page-numbers.dots { min-width: 22px; padding-inline: 3px; border-color: transparent; }
.rna-editorial .rna-audit-cta { padding: 0 0 72px; }
.rna-editorial .rna-audit-cta__panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 40px;
  padding: 48px;
  border: 1px solid #26384b;
  border-radius: 20px;
  background: radial-gradient(ellipse at 90% 100%, #1f8a6d38, transparent 60%), var(--rna-navy);
  color: #f2efe8;
}
.rna-editorial .rna-audit-cta .rna-eyebrow { color: var(--rna-amber); }
.rna-editorial .rna-audit-cta h2 { max-width: 580px; margin: 0 0 16px; font-size: clamp(1.6rem, 2.5vw, 2.1rem); line-height: 1.2; color: #fff; }
.rna-editorial .rna-audit-cta p:not(.rna-eyebrow) { max-width: 590px; margin: 0; font-size: .95rem; color: #bdc8d4; }
.rna-editorial .rna-audit-cta__action { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.rna-editorial .rna-audit-cta__action > span { font-size: .65rem; color: #bdc8d4; text-align: center; }
@media (max-width: 960px) {
  .rna-editorial .rna-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
  .rna-editorial .rna-audit-cta__panel { grid-template-columns: 1fr; gap: 28px; padding: 32px; }
  .rna-editorial .rna-audit-cta__action { align-items: flex-start; }
}
@media (max-width: 782px) {
  body.rna-editorial-page.admin-bar { --rna-header-offset: 70px; }
}
@media (max-width: 760px) {
  .rna-editorial .rna-post-card--featured { grid-template-columns: 1fr; }
  .rna-editorial .rna-post-card--featured .rna-post-card__image { aspect-ratio: 16 / 10; min-height: 0; }
}
@media (max-width: 640px) {
  .rna-editorial .rna-shell { padding-inline: 20px; }
  .rna-editorial .rna-post-grid { grid-template-columns: 1fr; }
  .rna-editorial .rna-post-card__body { padding: 24px; }
  .rna-editorial .rna-audit-cta { padding-bottom: 44px; }
  .rna-editorial .rna-audit-cta__panel { padding: 28px 24px; }
  .rna-editorial .rna-audit-cta__action, .rna-editorial .rna-audit-cta__action .rna-button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .rna-editorial *, .rna-editorial *::before, .rna-editorial *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .rna-editorial .rna-post-card:hover .rna-post-card__image img, .rna-editorial .rna-button:hover { transform: none; }
}
/* Graphique de comparaison des outils (shared/result-chart.php). Le tableau
   de données double le graphique pour les lecteurs d'écran et prend sa place
   à l'impression, les fonds de couleur n'étant pas imprimés par défaut. */
.rna-editorial .rna-chart { margin: 0; }
.rna-editorial .rna-chart__legend { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 18px; }
.rna-editorial .rna-chart__key { display: inline-flex; align-items: center; gap: 8px; color: var(--rna-muted); font-size: .8rem; font-weight: 600; }
.rna-editorial .rna-chart__key::before { width: 12px; height: 12px; border-radius: 3px; background: var(--rna-navy); content: ""; }
.rna-editorial .rna-chart__key--action::before { background: var(--rna-emerald); }
.rna-editorial .rna-chart__key--inaction::before { background: #b4451f; }
.rna-editorial .rna-chart__plot { display: grid; grid-auto-columns: minmax(0, 1fr); grid-auto-flow: column; gap: 20px; align-items: end; padding: 0 4px; }
.rna-editorial .rna-chart__group { display: grid; gap: 10px; min-width: 0; }
.rna-editorial .rna-chart__bars { display: flex; align-items: flex-end; justify-content: center; gap: 8px; height: 220px; border-bottom: 1px solid var(--rna-line); }
.rna-editorial .rna-chart__bar { position: relative; display: flex; align-items: flex-start; justify-content: center; width: 100%; max-width: 74px; min-height: 6px; border-radius: 8px 8px 0 0; background: var(--rna-navy); }
.rna-editorial .rna-chart__bar--inaction { background: linear-gradient(180deg, #c2542a, #a53c1a); }
.rna-editorial .rna-chart__bar--action { background: linear-gradient(180deg, #23a37f, #19765d); }
.rna-editorial .rna-chart__bar > span { position: absolute; top: -22px; color: var(--rna-ink); font-size: .72rem; font-weight: 700; white-space: nowrap; }
.rna-editorial .rna-chart__label { margin: 0; color: var(--rna-muted); font-size: .78rem; font-weight: 600; text-align: center; }
.rna-editorial .rna-chart__table { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; border: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
@media (max-width: 480px) {
  .rna-editorial .rna-chart__plot { gap: 10px; }
  .rna-editorial .rna-chart__bars { height: 170px; gap: 5px; }
  .rna-editorial .rna-chart__bar > span { font-size: .62rem; }
}
@media print {
  .rna-editorial .rna-chart__plot, .rna-editorial .rna-chart__legend { display: none !important; }
  .rna-editorial .rna-chart__table { position: static; width: 100%; height: auto; margin: 0; overflow: visible; clip-path: none; white-space: normal; border-collapse: collapse; }
  .rna-editorial .rna-chart__table :is(th, td) { padding: 6px 10px; border: 1px solid #ccc; font-size: 11pt; text-align: left; }
  .rna-editorial .rna-chart__table caption { margin-bottom: 6px; font-size: 10pt; text-align: left; }
}
