.elementor-2518 .elementor-element.elementor-element-3cd41cb{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-5165fd1b *//* =========================================
   Article styles — scoped to .article-wrapper
   Mobile-first, aucune incidence sur le footer global
   ========================================= */
.article-wrapper {
  --cta-color: #f0700f;
  --bg-alt: #f7f7f7;
  --border-color: #ffd2b3;
}

/* Layout de section */
.article-wrapper .post-section {
  padding: 3rem 1rem;
}
.article-wrapper .post-section:nth-of-type(even) {
  background: var(--bg-alt);
}

/* Container central */
.article-wrapper .container {
  max-width: 820px;
  margin: 0 auto;
}

/* Typographies (héritées du thème, tailles responsives) */
.article-wrapper h2 {
  font-size: clamp(1.45rem, 2.6vw, 1.9rem) !important;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 1.2rem 0;
}
.article-wrapper h3 {
  font-size: clamp(1.2rem, 2.1vw, 1.5rem) !important;
  line-height: 1.35;
  font-weight: 600;
  margin: 1.5rem 0 0.8rem 0;
}
.article-wrapper p {
  margin: 0 0 1rem 0;
}
.article-wrapper ul,
.article-wrapper ol {
  margin: 0 0 1.25rem 0;
  padding-left: 1.25rem;
}
.article-wrapper li + li {
  margin-top: 0.4rem;
}

/* Liens par défaut (orange souligné) */
.article-wrapper a {
  color: var(--cta-color);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.article-wrapper a:hover,
.article-wrapper a:focus-visible {
  opacity: 0.9;
}

/* CTA (non souligné) */
.article-wrapper .cta-box {
  text-align: center;
  margin: 2.5rem 0;
}
.article-wrapper .btn-cta {
  display: inline-block;
  padding: 0.9em 2em;
  font-weight: 700;
  border: 2px solid currentColor;
  border-radius: 999px;
  background: #fff;
  color: var(--cta-color);
  text-decoration: none; /* CTA non souligné */
  transition: background .2s ease, color .2s ease, transform .08s ease;
  will-change: background, color, transform;
}
.article-wrapper .btn-cta:hover {
  background: var(--cta-color);
  color: #fff;
}
.article-wrapper .btn-cta:active {
  transform: translateY(1px);
}
.article-wrapper .btn-cta:focus-visible {
  outline: 2px solid var(--cta-color);
  outline-offset: 2px;
}

/* FAQ accordéon (<details>) */
.article-wrapper .faq-item {
  border: 1px solid var(--border-color);
  border-radius: 10px;
  background: #fff;
  padding: 0.25rem 0.75rem;
  margin: 0.75rem 0;
}
.article-wrapper .faq-item summary {
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  color: var(--cta-color);
  padding: 0.75rem 0.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.article-wrapper .faq-item summary::-webkit-details-marker {
  display: none;
}
.article-wrapper .faq-item summary::before {
  content: "+";
  display: inline-block;
  width: 1.25rem;
  min-width: 1.25rem;
  line-height: 1;
  text-align: center;
  border: 1.5px solid var(--cta-color);
  border-radius: 50%;
  font-weight: 700;
}
.article-wrapper .faq-item[open] summary::before {
  content: "–";
}
.article-wrapper .faq-item[open] summary {
  margin-bottom: 0.25rem;
}
.article-wrapper .faq-item p,
.article-wrapper .faq-item ul {
  margin: 0 0 0.9rem 0.25rem;
}

/* Blockquote (sécurité si présent) */
.article-wrapper blockquote {
  margin: 1.25rem 0;
  padding: 0.75rem 1rem;
  border-left: 4px solid var(--cta-color);
  background: #fff7f1;
}

/* Médias */
.article-wrapper img,
.article-wrapper video,
.article-wrapper figure {
  max-width: 100%;
  height: auto;
}

/* Tableaux (sécurité si présents) */
.article-wrapper table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
}
.article-wrapper th,
.article-wrapper td {
  padding: 0.6rem 0.5rem;
  border: 1px solid #e7e7e7;
}
.article-wrapper th {
  text-align: left;
}

/* Accessibilité : focus générique dans l’article */
.article-wrapper :is(a, button, summary):focus-visible {
  outline: 2px solid var(--cta-color);
  outline-offset: 2px;
}

/* Impression (alléger l’alternance) */
@media print {
  .article-wrapper .post-section,
  .article-wrapper .post-section:nth-of-type(even) {
    background: #fff !important;
    padding: 1rem 0 !important;
  }
  .article-wrapper .cta-box { display: none !important; }
  .article-wrapper a { text-decoration: none; }
}/* End custom CSS */