.elementor-786 .elementor-element.elementor-element-8364446 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-786 .elementor-element.elementor-element-8364446{margin-top:137px;margin-bottom:0px;}.elementor-bc-flex-widget .elementor-786 .elementor-element.elementor-element-2099ed9.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-786 .elementor-element.elementor-element-2099ed9.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-786 .elementor-element.elementor-element-2099ed9.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-786 .elementor-element.elementor-element-9aa98d6{width:var( --container-widget-width, 62% );max-width:62%;--container-widget-width:62%;--container-widget-flex-grow:0;align-self:center;text-align:center;}.elementor-786 .elementor-element.elementor-element-9aa98d6 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:600;color:#000000;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-786 .elementor-element.elementor-element-59f1a43{margin:40px 0px calc(var(--kit-widget-spacing, 0px) + 40px) 0px;}.elementor-786 .elementor-element.elementor-element-59f1a43 img{width:58%;}.elementor-786 .elementor-element.elementor-element-2b12bd6 > .elementor-container{max-width:740px;}.elementor-bc-flex-widget .elementor-786 .elementor-element.elementor-element-524d155.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-786 .elementor-element.elementor-element-524d155.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-786 .elementor-element.elementor-element-524d155.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-786 .elementor-element.elementor-element-524d155 > .elementor-element-populated{margin:0px 0px 30px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-786 .elementor-element.elementor-element-7a9eff1{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;align-self:center;color:#000000;}@media(max-width:767px){.elementor-786 .elementor-element.elementor-element-9aa98d6{--container-widget-width:1000px;--container-widget-flex-grow:0;width:var( --container-widget-width, 1000px );max-width:1000px;}.elementor-786 .elementor-element.elementor-element-9aa98d6 .elementor-heading-title{font-size:26px;}.elementor-786 .elementor-element.elementor-element-59f1a43 img{width:100%;}.elementor-786 .elementor-element.elementor-element-7a9eff1{--container-widget-width:1000px;--container-widget-flex-grow:0;width:var( --container-widget-width, 1000px );max-width:1000px;}}/* Start custom CSS for theme-post-title, class: .elementor-element-9aa98d6 *//* ===============================
   GLOBAL H1 (Post Title)
   =============================== */
article h1:first-of-type{
  max-width: 22ch;
  margin: 0 auto 14px;
  line-height: 1.06;
  letter-spacing: -0.02em;
  font-weight: 800;
  text-align: center;
  text-wrap: balance;
}

/* Responsive sizing */
@media (max-width: 768px){
  article h1:first-of-type{
    font-size: clamp(30px, 7.5vw, 44px);
  }
}
@media (min-width: 769px){
  article h1:first-of-type{
    font-size: clamp(40px, 3.6vw, 56px);
  }
}/* End custom CSS */
/* Start custom CSS for theme-post-featured-image, class: .elementor-element-59f1a43 *//* ===============================
   FEATURED IMAGE (Post)
   =============================== */

/* Wrapper (Elementor + theme-safe) */
article .post-thumbnail,
article .wp-post-image,
article figure img:first-of-type{
  max-width: 760px;
  margin: 10px auto 20px;
  display: block;
}

/* Image styling */
article .post-thumbnail img,
article img.wp-post-image,
article figure img:first-of-type{
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.10);
}

/* Optional crop control (remove if you don’t want it) */
article img.wp-post-image{
  aspect-ratio: 16 / 9;
  object-fit: cover;
}/* End custom CSS */
/* Start custom CSS for theme-post-content, class: .elementor-element-7a9eff1 *//* ========= Readability + spacing for your article pages =========
   Apply to the container that wraps the article.
   If you already have a wrapper, add class="prose" to it.
   (Based on your current article layout in the PDF screenshot.) :contentReference[oaicite:0]{index=0}
*/

/* 1) Base typography */
:root{
  --text: #0f172a;
  --muted: #475569;
  --link: #2563eb;
  --bg: #ffffff;

  --maxw: 760px;           /* ideal reading width */
  --lh: 1.75;              /* body line-height */
  --p-space: 1.05rem;      /* paragraph spacing */
  --radius: 14px;
}

.prose,
.prose article{
  color: var(--text);
  background: transparent;
  font-size: clamp(16px, 1.05vw + 12px, 18px);
  line-height: var(--lh);
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* 2) Layout width + padding */
.prose{
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(18px, 2.8vw, 34px) clamp(16px, 3vw, 28px);
}

/* 3) Headings */
.prose h1{
  font-size: clamp(28px, 2.3vw + 18px, 40px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 1rem 0;
  font-weight: 800;
}
.prose h2{
  font-size: clamp(20px, 1.2vw + 16px, 28px);
  line-height: 1.25;
  margin: 2.1rem 0 0.7rem 0;
  font-weight: 800;
}
.prose h3{
  font-size: clamp(17px, 0.7vw + 15px, 22px);
  line-height: 1.3;
  margin: 1.35rem 0 0.5rem 0;
  font-weight: 700;
}

/* Prevent “wall of text” feel */
.prose p{
  margin: 0 0 var(--p-space) 0;
  color: var(--text);
}
.prose p.lead{
  font-size: clamp(16px, 0.9vw + 14px, 19px);
  color: var(--muted);
  margin-bottom: 1.25rem;
}

/* 4) Lists (more readable bullets) */
.prose ul,
.prose ol{
  margin: 0.35rem 0 1.1rem 1.15rem;
  padding: 0;
}
.prose li{
  margin: 0.35rem 0;
  padding-left: 0.15rem;
}
.prose li::marker{
  color: #94a3b8;
}

/* 5) Links */
.prose a{
  color: var(--link);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.prose a:hover{
  text-decoration-thickness: 2px;
}

/* 6) Figures/images (stop huge gaps, keep clean) */
.prose figure{
  margin: 1.35rem 0;
  padding: 0;
}
.prose img{
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: var(--radius);
}
.prose figcaption{
  margin-top: 0.5rem;
  font-size: 0.92em;
  color: var(--muted);
  line-height: 1.45;
}

/* 7) Callouts / notes (nice for “En pratique”, “Note sécurité”) */
.prose .callout,
.prose blockquote{
  margin: 1.2rem 0;
  padding: 0.9rem 1rem;
  border-left: 4px solid #93c5fd;
  background: #f8fafc;
  border-radius: 12px;
  color: var(--text);
}
.prose blockquote p{
  margin: 0;
  color: var(--text);
}

/* 8) Section separators (subtle, not noisy) */
.prose hr{
  border: 0;
  height: 1px;
  background: #e2e8f0;
  margin: 1.8rem 0;
}

/* 9) Small text + footer blocks */
.prose small,
.prose .meta{
  color: var(--muted);
  font-size: 0.92em;
}
.prose footer{
  margin-top: 2.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid #e2e8f0;
}

/* 10) Better spacing when headings follow images */
.prose figure + h2,
.prose figure + h3{
  margin-top: 1.4rem;
}

/* 11) Responsive tweaks */
@media (max-width: 480px){
  .prose{
    padding: 16px 14px;
  }
  .prose ul,
  .prose ol{
    margin-left: 1.05rem;
  }
}

/* OPTIONAL: If your article is inside a wide layout, center it */
.article-wrap{
  display: flex;
  justify-content: center;
}
.article-wrap > .prose{
  width: 100%;
}/* End custom CSS */