.elementor-2729 .elementor-element.elementor-element-72bac090{--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-34f581b0 *//* === BLOC CSS COMPLET === */
/* === SQUELETTE CSS MOBILE-FIRST – APPLE STYLE === */
.article-wrapper {
  --cta-color: #f0700f;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #222;
  line-height: 1.6;
}

/* Layout général + alternance blanc/gris */
.article-wrapper .post-section {
  padding: 3rem 1.25rem;
  background: #ffffff;
}
.article-wrapper .post-section:nth-of-type(even) {
  background: #f7f7f7;
}
.article-wrapper .container {
  max-width: 800px;
  margin: 0 auto;
}

/* Texte standard : pleine largeur */
.article-wrapper .container > *:not(.key-takeaways):not(.testimonial):not(.cta-box):not(.table-wrapper) {
  width: 100%;
}

/* Titres & texte */
.article-wrapper h2 {
  font-size: 1.625rem !important;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
.article-wrapper h3 {
  font-size: 1.375rem !important;
  font-weight: 600;
  margin-bottom: 1rem;
}
.article-wrapper p {
  margin-bottom: 1rem;
}
.article-wrapper ul {
  padding-left: 1.2rem;
  margin-bottom: 1.5rem;
}
.article-wrapper ul li {
  margin-bottom: 0.5rem;
}

/* CTA principal */
.article-wrapper .cta-box {
  text-align: center;
  margin: 2.5rem 0;
}
.article-wrapper .btn-cta {
  display: inline-block;
  padding: 0.9em 2.4em;
  font-weight: 700;
  border-radius: 999px;
  border: 2px solid var(--cta-color);
  background: #ffffff;
  color: var(--cta-color);
  transition: all 0.2s ease;
  text-decoration: none;
}
.article-wrapper .btn-cta:hover {
  background: var(--cta-color);
  color: #ffffff;
  text-decoration: underline;
}

/* Essentiel à retenir (non utilisé ici mais conservé pour cohérence) */
.article-wrapper .key-takeaways {
  display: flex;
  gap: 1rem;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
  padding: 1.75rem;
}
.article-wrapper .key-takeaways-strip {
  width: 4px;
  background: var(--cta-color);
  border-radius: 999px;
}

/* Témoignage (non utilisé ici mais conservé pour cohérence) */
.article-wrapper .testimonial {
  display: flex;
  gap: 1rem;
  padding: 1.75rem;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}
.article-wrapper .testimonial-strip {
  width: 4px;
  background: var(--cta-color);
  border-radius: 999px;
}
.article-wrapper .testimonial blockquote {
  margin: 0;
  font-style: italic;
}

/* FAQ */
.article-wrapper .faq-section h2 {
  margin-bottom: 1.5rem;
}
.article-wrapper .faq-item {
  border: 1px solid #ececec;
  border-radius: 10px;
  background: #ffffff;
  margin-bottom: 0.75rem;
  padding: 0.75rem 1rem;
}
.article-wrapper .faq-item summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--cta-color);
  list-style: none;
}
.article-wrapper .faq-item summary::-webkit-details-marker {
  display: none;
}
.article-wrapper .faq-item[open] {
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.03);
}
.article-wrapper .faq-item p {
  margin-top: 0.5rem;
}

/* TABLEAUX RESPONSIVE */
.article-wrapper .table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin: 1.5rem 0;
}
.article-wrapper table {
  width: 100%;
  border-collapse: collapse;
  min-width: 500px;
}
.article-wrapper th,
.article-wrapper td {
  padding: 0.6rem 0.75rem;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}
.article-wrapper th {
  background: #fafafa;
  font-weight: 600;
}

/* Images */
.article-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Responsive */
@media (min-width: 768px) {
  .article-wrapper .post-section {
    padding: 4rem 1.5rem;
  }
  .article-wrapper h2 {
    font-size: 1.9rem !important;
  }
  .article-wrapper h3 {
    font-size: 1.5rem !important;
  }
}
.article-wrapper a {
  color: var(--cta-color);
  text-decoration: underline;
}

.article-wrapper a:hover,
.article-wrapper a:focus {
  text-decoration: none;
}
/* === FIN CSS === *//* End custom CSS */