/* modèle éditorial blanc commun à tous les articles */
body.editorial-article {
  --editorial-blue: #174ea6;
  --editorial-blue-dark: #0b2f6b;
  --editorial-purple: #5b21b6;
  --editorial-text: #344054;
  --editorial-title: #101828;
  --editorial-muted: #667085;
  --editorial-border: #dfe5ed;
  --editorial-soft: #f7f9fc;
  background: #ffffff !important;
  color: var(--editorial-text);
}

body.editorial-article main,
body.editorial-article .editorial-page {
  background: #ffffff !important;
}

body.editorial-article .editorial-page {
  padding: 7rem 0 4.5rem;
}

body.editorial-article .editorial-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
  width: min(100% - 3rem, 1240px);
  max-width: 1240px;
  margin-inline: auto;
}

body.editorial-article .editorial-main {
  min-width: 0;
}

body.editorial-article > .header {
  width: 100%;
  min-height: 78px;
  background: #080a0f;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

body.editorial-article > .header .nav.container {
  width: min(100%, 1240px);
  min-height: 78px;
  margin-inline: auto;
  padding: 1rem 1.5rem;
}

body.editorial-article > .header .logo,
body.editorial-article > .header .nav-link,
body.editorial-article > .header .btn-header {
  -webkit-text-fill-color: currentColor;
}

body.editorial-article .article-hero {
  padding: 1rem 0 0 !important;
  text-align: left !important;
  background: transparent !important;
}

body.editorial-article .article-hero .hero-bg {
  display: none !important;
}

body.editorial-article .article-hero .container,
body.editorial-article .editorial-main > .section > .container {
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.editorial-article .article-hero .breadcrumb {
  margin-bottom: 1.4rem;
  color: var(--editorial-muted) !important;
  font-size: .9rem;
}

body.editorial-article .article-hero .breadcrumb a {
  color: var(--editorial-blue) !important;
  -webkit-text-fill-color: var(--editorial-blue) !important;
  background: none !important;
}

body.editorial-article .article-hero h1 {
  max-width: 920px;
  margin: 0 0 1rem !important;
  color: var(--editorial-title) !important;
  font-size: clamp(2.2rem, 5vw, 3.75rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -.043em;
  text-align: left !important;
}

body.editorial-article .article-hero h1 .gradient-text,
body.editorial-article .article-content .gradient-text {
  background: none !important;
  color: var(--editorial-title) !important;
  -webkit-text-fill-color: currentColor !important;
}

body.editorial-article .article-meta {
  color: var(--editorial-muted) !important;
  font-size: .94rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  text-align: left !important;
}

body.editorial-article .article-hero img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-height: 560px;
  object-fit: cover;
  border-radius: 18px !important;
  border: 1px solid #e5eaf2;
  box-shadow: 0 20px 55px rgba(16, 24, 40, .10);
}

body.editorial-article .editorial-main > .section {
  padding: 0 !important;
}

body.editorial-article .article-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 2rem 0 0 !important;
  background: #ffffff !important;
  color: var(--editorial-text) !important;
}

body.editorial-article .article-content p,
body.editorial-article .article-content li,
body.editorial-article .article-content td,
body.editorial-article .article-content dd {
  color: var(--editorial-text) !important;
}

body.editorial-article .article-content p,
body.editorial-article .article-content li {
  font-size: 1.04rem;
  line-height: 1.82;
}

body.editorial-article .article-content strong,
body.editorial-article .article-content b {
  color: var(--editorial-title) !important;
}

html body.editorial-article .editorial-main .article-content a:not(.btn-cta-primary):not(.btn-cta-whatsapp),
html body.editorial-article .editorial-main .article-content p a,
html body.editorial-article .editorial-main .article-content li a,
html body.editorial-article .editorial-main .article-content td a {
  color: var(--editorial-blue) !important;
  background: none !important;
  background-image: none !important;
  background-clip: border-box !important;
  -webkit-background-clip: border-box !important;
  -webkit-text-fill-color: var(--editorial-blue) !important;
  font-weight: 650;
  text-decoration-color: rgba(23, 78, 166, .58) !important;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  text-shadow: none !important;
}

html body.editorial-article .editorial-main .article-content a:visited {
  color: #4938a8 !important;
  -webkit-text-fill-color: #4938a8 !important;
}

html body.editorial-article .editorial-main .article-content a:hover,
html body.editorial-article .editorial-main .article-content a:focus-visible {
  color: var(--editorial-blue-dark) !important;
  -webkit-text-fill-color: var(--editorial-blue-dark) !important;
  text-decoration-color: currentColor !important;
}

body.editorial-article .article-content h2 {
  scroll-margin-top: 110px;
  color: var(--editorial-title) !important;
  font-size: clamp(1.55rem, 2.5vw, 2rem) !important;
  line-height: 1.25 !important;
  margin: 3rem 0 1rem !important;
  padding-top: .35rem;
  letter-spacing: -.025em;
}

body.editorial-article .article-content h3 {
  color: #172033 !important;
  font-size: 1.3rem !important;
  line-height: 1.35;
  margin: 2.1rem 0 .85rem !important;
}

body.editorial-article .article-content h4 {
  color: #25324a !important;
}

body.editorial-article .article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}

body.editorial-article .article-content table,
body.editorial-article .comparison-table,
body.editorial-article .debit-table,
body.editorial-article .sanction-table {
  display: table;
  width: 100% !important;
  margin: 1.5rem 0 2rem !important;
  overflow: visible;
  background: #ffffff !important;
  border: 1px solid #e4e9f1 !important;
  border-radius: 14px;
  border-collapse: separate !important;
  border-spacing: 0;
  box-shadow: 0 8px 28px rgba(16, 24, 40, .055);
}

body.editorial-article .article-content th {
  background: #f1f5fb !important;
  color: #172033 !important;
  border-bottom: 1px solid #dce3ed !important;
}

body.editorial-article .article-content td {
  background: #ffffff !important;
  border-bottom: 1px solid #eef1f6 !important;
}

body.editorial-article .article-content tr:last-child td {
  border-bottom: 0 !important;
}

body.editorial-article :is(
  .info-box,
  .warning-box,
  .internal-links-box,
  .step-box,
  .operator-card,
  .guide-card,
  .box-card,
  .faq-item,
  .user-review,
  .article-cta,
  .pros-box,
  .cons-box,
  .comparison-card,
  .prereq-item
) {
  background: #ffffff !important;
  border: 1px solid #e3e8f0 !important;
  border-radius: 14px !important;
  color: var(--editorial-text) !important;
  box-shadow: 0 8px 26px rgba(16, 24, 40, .055) !important;
}

body.editorial-article .info-box {
  background: #f4f8ff !important;
  border-color: #cfe0ff !important;
  border-left: 4px solid #2375eb !important;
  padding: 1.35rem 1.5rem !important;
}

body.editorial-article .warning-box {
  background: #fffaf0 !important;
  border-color: #f6d79b !important;
  border-left: 4px solid #d97706 !important;
}

body.editorial-article .internal-links-box {
  background: #f8fafc !important;
  padding: 1.25rem 1.4rem !important;
}

body.editorial-article .pros-cons,
body.editorial-article .operator-grid,
body.editorial-article .guides-grid,
body.editorial-article .prereq-grid,
body.editorial-article .comparison-grid,
body.editorial-article .faq-grid {
  gap: 1rem !important;
}

body.editorial-article .pros-box {
  border-left: 4px solid #16a34a !important;
}

body.editorial-article .cons-box {
  border-left: 4px solid #dc2626 !important;
}

body.editorial-article .cons-box.no-cons {
  border-left-color: #16a34a !important;
  background: #f0fdf4 !important;
}

body.editorial-article .cons-box.no-cons h4 {
  color: #166534 !important;
}

body.editorial-article .step-number {
  background: var(--editorial-blue) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

body.editorial-article .faq-question {
  color: var(--editorial-title) !important;
  background: #ffffff !important;
}

body.editorial-article .faq-answer {
  color: var(--editorial-text) !important;
  background: #f8fafc !important;
}

body.editorial-article .user-review .reviewer,
body.editorial-article .article-cta h3,
body.editorial-article .guide-card-title,
body.editorial-article .step-title {
  color: var(--editorial-title) !important;
}

body.editorial-article .article-cta {
  padding: 2.2rem !important;
  background: linear-gradient(135deg, #f5f9ff, #ffffff) !important;
}

html body.editorial-article .article-cta-btns a,
html body.editorial-article .article-cta-btns a:visited {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .18);
}

body.editorial-article .btn-cta-primary {
  background: linear-gradient(90deg, #0878d1 0%, #5b21d9 100%) !important;
  border: 1px solid rgba(30, 58, 138, .18) !important;
}

body.editorial-article .btn-cta-whatsapp {
  background: #15803d !important;
  border: 1px solid #166534 !important;
}

body.editorial-article .editorial-sidebar {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 1rem;
  padding-top: 1rem;
}

body.editorial-article .editorial-card {
  background: rgba(255, 255, 255, .99);
  border: 1px solid var(--editorial-border);
  border-radius: 16px;
  padding: 1.35rem;
  box-shadow: 0 12px 32px rgba(16, 24, 40, .055);
}

body.editorial-article .editorial-card-title {
  display: flex;
  align-items: center;
  gap: .55rem;
  color: var(--editorial-title) !important;
  font-size: 1.08rem;
  line-height: 1.25;
  margin: 0 0 1rem;
  padding-bottom: .8rem;
  border-bottom: 1px solid #edf0f5;
}

body.editorial-article .editorial-quick {
  background: #f7faff;
  border-color: #bad4ff;
}

body.editorial-article .editorial-quick p,
body.editorial-article .editorial-help p,
body.editorial-article .editorial-recommendation p {
  margin: 0;
  color: #475467 !important;
  font-size: .92rem;
  line-height: 1.65;
}

body.editorial-article .editorial-toc ol {
  margin: 0;
  padding-left: 1.35rem;
}

body.editorial-article .editorial-toc li {
  margin: .58rem 0;
  color: var(--editorial-blue);
  font-size: .9rem;
  line-height: 1.4;
}

body.editorial-article .editorial-toc a {
  color: #344054 !important;
  -webkit-text-fill-color: #344054 !important;
  text-decoration: none;
}

body.editorial-article .editorial-toc a:hover {
  color: var(--editorial-blue) !important;
  -webkit-text-fill-color: var(--editorial-blue) !important;
}

body.editorial-article .editorial-recommendation-box {
  background: linear-gradient(180deg, #faf5ff 0%, #ffffff 100%);
  border: 1px solid #d8b4fe;
  border-radius: 12px;
  padding: 1rem;
  text-align: center;
  margin-bottom: .9rem;
}

body.editorial-article .editorial-recommendation-box h3 {
  color: var(--editorial-purple) !important;
  font-size: 1.05rem;
  margin: 0 0 .55rem;
}

body.editorial-article .editorial-stars {
  color: #d97706;
  letter-spacing: .13em;
  margin-top: .7rem;
}

body.editorial-article .editorial-primary-link,
body.editorial-article .editorial-secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  padding: .8rem 1rem;
  font-weight: 700;
  text-decoration: none;
}

html body.editorial-article .editorial-primary-link,
html body.editorial-article .editorial-primary-link:visited {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: linear-gradient(90deg, #4f46e5 0%, #7e22ce 100%) !important;
}

html body.editorial-article .editorial-secondary-link,
html body.editorial-article .editorial-secondary-link:visited {
  width: auto;
  margin-top: .9rem;
  color: var(--editorial-blue) !important;
  -webkit-text-fill-color: var(--editorial-blue) !important;
  border: 1px solid #7da5df;
  background: #ffffff !important;
}

body.editorial-article .author-box,
body.editorial-article .csp-r-733bf662e2 {
  background: #ffffff !important;
  color: var(--editorial-text) !important;
}

@media (max-width: 980px) {
  body.editorial-article .editorial-layout {
    grid-template-columns: 1fr;
  }

  body.editorial-article .editorial-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 0;
  }
}

@media (max-width: 720px) {
  body.editorial-article .editorial-page {
    padding-top: 5.75rem;
  }

  body.editorial-article > .header .nav.container {
    min-height: 72px;
    padding: .85rem 1rem;
  }

  body.editorial-article .editorial-layout {
    width: min(100% - 2rem, 1240px);
    gap: 1.5rem;
  }

  body.editorial-article .article-hero h1 {
    font-size: clamp(2rem, 11vw, 2.75rem) !important;
  }

  body.editorial-article .editorial-sidebar {
    grid-template-columns: 1fr;
  }

  body.editorial-article .article-content table,
  body.editorial-article .comparison-table,
  body.editorial-article .debit-table,
  body.editorial-article .sanction-table {
    display: block;
    overflow-x: auto;
    border-radius: 12px;
  }

  body.editorial-article .article-content {
    padding-top: 1.3rem !important;
  }

  body.editorial-article .article-cta-btns {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
}


/* suppression globale de l'ancien cyan dans les articles */
body.editorial-article {
  --accent-cyan: #174ea6 !important;
}

body.editorial-article .editorial-main :is(
  h2, h3, h4,
  .guide-card-title,
  .step-title,
  .app-title,
  .method-title,
  .box-card h3,
  .operator-card h3,
  .comparison-card h3,
  .faq-question
) {
  color: #101828 !important;
  background: none !important;
  background-image: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  -webkit-text-fill-color: #101828 !important;
  text-shadow: none !important;
}

body.editorial-article .editorial-main .gradient-text {
  color: #101828 !important;
  background: none !important;
  background-image: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  -webkit-text-fill-color: #101828 !important;
}

html body.editorial-article .editorial-main .article-content a:not(.btn-cta-primary):not(.btn-cta-whatsapp),
html body.editorial-article .editorial-main .article-content a:not(.btn-cta-primary):not(.btn-cta-whatsapp):visited {
  color: #174ea6 !important;
  -webkit-text-fill-color: #174ea6 !important;
  background: none !important;
  background-image: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  text-shadow: none !important;
}

html body.editorial-article .editorial-main .article-content a:not(.btn-cta-primary):not(.btn-cta-whatsapp):hover,
html body.editorial-article .editorial-main .article-content a:not(.btn-cta-primary):not(.btn-cta-whatsapp):focus-visible {
  color: #0b2f6b !important;
  -webkit-text-fill-color: #0b2f6b !important;
}

html body.editorial-article .editorial-main .article-content .article-cta .article-cta-btns a.btn-cta-primary,
html body.editorial-article .editorial-main .article-content .article-cta .article-cta-btns a.btn-cta-primary:visited,
html body.editorial-article .editorial-main .article-content .article-cta .article-cta-btns a.btn-cta-whatsapp,
html body.editorial-article .editorial-main .article-content .article-cta .article-cta-btns a.btn-cta-whatsapp:visited {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background-clip: border-box !important;
  -webkit-background-clip: border-box !important;
  text-shadow: 0 1px 1px rgba(0,0,0,.2) !important;
}

/* Navigation interne sur fond clair */
body.editorial-article .editorial-main :is(.internal-links-box,.related-links,.article-links,.quick-links) {
  color: #344054 !important;
  background: #f7f9fc !important;
  border: 1px solid #dfe5ed !important;
  border-left: 4px solid #174ea6 !important;
  box-shadow: none !important;
}

body.editorial-article .editorial-main :is(.internal-links-box,.related-links,.article-links,.quick-links) :is(h3,h4,p,li,strong,span) {
  color: #344054 !important;
  -webkit-text-fill-color: #344054 !important;
  background: none !important;
  text-shadow: none !important;
}

body.editorial-article .editorial-main :is(.internal-links-box,.related-links,.article-links,.quick-links) a,
body.editorial-article .editorial-main :is(.internal-links-box,.related-links,.article-links,.quick-links) a:visited {
  color: #174ea6 !important;
  -webkit-text-fill-color: #174ea6 !important;
  background: none !important;
  text-decoration-color: rgba(23,78,166,.55) !important;
}

body.editorial-article .editorial-main :is(.internal-links-box,.related-links,.article-links,.quick-links) a:hover {
  color: #0b2f6b !important;
  -webkit-text-fill-color: #0b2f6b !important;
}

/* contraste du bloc d'essai sur fond clair */
body.editorial-article .editorial-main .article-content .article-cta h3,
body.editorial-article .editorial-main .article-content .article-cta h3 .gradient-text {
  color: #101828 !important;
  -webkit-text-fill-color: #101828 !important;
  background: none !important;
  background-image: none !important;
  text-shadow: none !important;
}

body.editorial-article .editorial-main .article-content .article-cta p {
  color: #475467 !important;
  -webkit-text-fill-color: #475467 !important;
  text-shadow: none !important;
}

html body.editorial-article .editorial-main .article-content .article-cta .article-cta-btns a,
html body.editorial-article .editorial-main .article-content .article-cta .article-cta-btns a:visited,
html body.editorial-article .editorial-main .article-content .article-cta .article-cta-btns a span {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2) !important;
}

/* taille responsive des titres principaux des articles */
body.editorial-article .article-hero h1 {
  max-width: 860px;
  font-size: clamp(2.15rem, 3.7vw, 3.25rem) !important;
  line-height: 1.1 !important;
  letter-spacing: -.035em;
}

@media (max-width: 1100px) {
  body.editorial-article .article-hero h1 {
    max-width: 760px;
    font-size: clamp(2rem, 4.2vw, 2.7rem) !important;
    line-height: 1.12 !important;
    letter-spacing: -.03em;
  }
}

@media (max-width: 720px) {
  body.editorial-article .article-hero h1 {
    max-width: 100%;
    font-size: clamp(1.8rem, 8vw, 2.25rem) !important;
    line-height: 1.15 !important;
    letter-spacing: -.025em;
  }
}

@media (max-width: 420px) {
  body.editorial-article .article-hero h1 {
    font-size: clamp(1.7rem, 7.6vw, 2rem) !important;
    line-height: 1.16 !important;
  }
}

/* correction définitive des CTA hérités */
body.editorial-article .article-trial-cta {
  margin: 3rem 0 !important;
  padding: 2.5rem 1.5rem !important;
  text-align: center !important;
  background:
    linear-gradient(135deg, #edf7ff 0%, #f4efff 100%) !important;
  border: 1px solid #9ed9f4 !important;
  border-radius: 20px !important;
  box-shadow: 0 10px 28px rgba(16, 24, 40, .055) !important;
}

html body.editorial-article .article-trial-cta .article-trial-cta-title,
html body.editorial-article .article-trial-cta :is(h2, h3, h4, p).article-trial-cta-title {
  margin: 0 0 .8rem !important;
  color: #101828 !important;
  -webkit-text-fill-color: #101828 !important;
  background: none !important;
  background-image: none !important;
  background-clip: border-box !important;
  -webkit-background-clip: border-box !important;
  font-size: 1.3rem !important;
  font-weight: 750 !important;
  line-height: 1.35 !important;
  text-shadow: none !important;
}

html body.editorial-article .article-trial-cta .article-trial-cta-text {
  margin: 0 0 1.5rem !important;
  color: #475467 !important;
  -webkit-text-fill-color: #475467 !important;
  background: none !important;
  background-image: none !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

html body.editorial-article .article-trial-cta a.article-trial-cta-button,
html body.editorial-article .article-trial-cta a.article-trial-cta-button:visited,
html body.editorial-article .article-trial-cta a.article-trial-cta-button:hover,
html body.editorial-article .article-trial-cta a.article-trial-cta-button:focus-visible,
html body.editorial-article .article-trial-cta a.article-trial-cta-button span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 50px;
  padding: .85rem 2rem !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: linear-gradient(90deg, #4f63ff 0%, #05c7df 100%) !important;
  background-clip: border-box !important;
  -webkit-background-clip: border-box !important;
  border: 0 !important;
  border-radius: 999px !important;
  font-weight: 750 !important;
  text-decoration: none !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .18) !important;
}

html body.editorial-article .article-trial-cta a.article-trial-cta-button:hover,
html body.editorial-article .article-trial-cta a.article-trial-cta-button:focus-visible {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 24px rgba(23, 78, 166, .18) !important;
}

@media (max-width: 640px) {
  body.editorial-article .article-trial-cta {
    padding: 2rem 1rem !important;
  }

  html body.editorial-article .article-trial-cta a.article-trial-cta-button {
    width: min(100%, 320px);
    padding-inline: 1.25rem !important;
  }
}

/* typographie uniforme sur les 28 articles */
body.editorial-article {
  --article-font-family:
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;

  font-family: var(--article-font-family) !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Tous les éléments de lecture utilisent exactement la même famille. */
body.editorial-article :where(
  h1, h2, h3, h4, h5, h6,
  p, a, li, dt, dd,
  th, td, caption,
  blockquote, figcaption,
  label, summary, small,
  strong, b, em,
  button, input, select, textarea,
  .article-meta,
  .breadcrumb,
  .editorial-card,
  .faq-question,
  .faq-answer,
  .pack-card,
  .article-cta,
  .article-trial-cta
) {
  font-family: var(--article-font-family) !important;
}

/* Titres : même police, hiérarchie uniquement par taille et graisse. */
body.editorial-article .article-hero h1 {
  font-family: var(--article-font-family) !important;
  font-weight: 760 !important;
}

body.editorial-article .article-content h2,
body.editorial-article .editorial-card h2 {
  font-family: var(--article-font-family) !important;
  font-weight: 730 !important;
}

body.editorial-article .article-content h3,
body.editorial-article .editorial-card h3 {
  font-family: var(--article-font-family) !important;
  font-weight: 700 !important;
}

body.editorial-article .article-content :is(h4, h5, h6) {
  font-family: var(--article-font-family) !important;
  font-weight: 680 !important;
}

/* Corps de texte et métadonnées. */
body.editorial-article .article-content :is(p, li, dd, blockquote) {
  font-family: var(--article-font-family) !important;
  font-weight: 400 !important;
}

body.editorial-article :is(.article-meta, .breadcrumb, figcaption, small) {
  font-family: var(--article-font-family) !important;
  font-weight: 500 !important;
}

/* Tableaux et listes comparatives. */
body.editorial-article .article-content :is(table, thead, tbody, tr, th, td, caption) {
  font-family: var(--article-font-family) !important;
}

body.editorial-article .article-content th {
  font-weight: 700 !important;
}

body.editorial-article .article-content td {
  font-weight: 400 !important;
}

/* FAQ, cartes latérales et composants interactifs. */
body.editorial-article :is(
  .faq-question,
  .faq-unified-question,
  .editorial-card-title,
  .editorial-primary-link,
  .editorial-secondary-link,
  .btn-cta-primary,
  .btn-cta-whatsapp,
  .article-trial-cta-button,
  button,
  input,
  select,
  textarea
) {
  font-family: var(--article-font-family) !important;
}

body.editorial-article :is(
  .faq-question,
  .faq-unified-question,
  .editorial-card-title,
  .editorial-primary-link,
  .editorial-secondary-link,
  .btn-cta-primary,
  .btn-cta-whatsapp,
  .article-trial-cta-button,
  button
) {
  font-weight: 700 !important;
}

/* Empêche les anciennes feuilles propres à certains articles de réintroduire
   une police différente sur les titres ou les composants. */
html body.editorial-article main :where(
  h1, h2, h3, h4, h5, h6,
  p, a, li, th, td,
  button, label, summary,
  input, select, textarea
) {
  font-family: var(--article-font-family) !important;
}

/* Les fragments de code restent volontairement dans une police monospace. */
body.editorial-article :where(code, pre, kbd, samp) {
  font-family:
    "SFMono-Regular",
    Consolas,
    "Liberation Mono",
    monospace !important;
}

