.elementor-51462 .elementor-element.elementor-element-c3b9c44{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-51462 .elementor-element.elementor-element-c5f488f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-51462 .elementor-element.elementor-element-6e29d42{--spacer-size:72px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d463727 *//* ===============================
   FIGURINE ARTICLE – TAILLE MAÎTRISÉE
   =============================== */

/* Desktop */
.epm-article-figure{
  max-height: 380px;        /* ⬅️ valeur clé desktop (essaie 300–340) */
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
  filter:
    saturate(0.9)
    contrast(0.95)
    drop-shadow(0 10px 22px rgba(0,0,0,.18));
  border-radius: 18px;
}

/* Mobile */
@media (max-width: 768px){
  .epm-article-figure{
    max-height: 300px;      /* ⬅️ valeur clé mobile (200–240 max) */
    margin-left: -7px;      /* 👀 ton réglage validé */
  }
}
/* ===== FOCUS ARTICLE – STYLE GLI (ORANGE) ===== */

.epm-article-box{
  margin: 26px 0;
  padding: 18px 22px;
  background: #F7FAFC;
  border-left: 4px solid #FF7F50;
  border-radius: 12px;
}

.epm-focus-title{
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 8px;
  color: #FF7F50; /* 🔥 TITRE ORANGE */
}

.epm-article-box p{
  margin: 0;
  font-size: 15px;
  line-height: 1.35;
  color: #2A3C66;
}
/* ===============================
   CTA ARTICLE – VERSION EPM
   =============================== */

.epm-article-ctas{
  display: flex;
  gap: 16px;
  margin-top: 32px;
  flex-wrap: wrap;
}

/* Base commune */
.epm-article-ctas a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 999px;
  text-decoration: none !important; /* ❌ plus jamais brut */
  transition: all .25s ease;
  line-height: 1;
}

/* CTA secondaire – Blog */
.epm-article-ctas a.secondary{
  background: #EEF2FA;
  color: #2A3C66;
}

.epm-article-ctas a.secondary:hover{
  background: #E2E8F5;
  color: #2A3C66;
}

/* CTA principal – Action */
.epm-article-ctas a.primary{
  background: #FF7F50;
  color: #ffffff;
}

.epm-article-ctas a.primary:hover{
  background: #E76C3D;
  color: #ffffff; /* ✅ texte blanc au hover */
}
these,
.antithese,
.synthese{
display:none;
}/* End custom CSS */