.elementor-1830 .elementor-element.elementor-element-c0e8c1d{width:var( --container-widget-width, 99.732% );max-width:99.732%;--container-widget-width:99.732%;--container-widget-flex-grow:0;}/* Start custom CSS for html, class: .elementor-element-09a81be *//* === Desktop (inchangé) === */
#ep-lang-banner-half{
  position:fixed;
  bottom:110px;
  right:20px;
  width:380px;
  padding:14px 18px;
  background:rgba(15,157,88,0.15);
  backdrop-filter:blur(6px);
  color:#0b7a44;
  border:1px solid rgba(11,122,68,0.25);
  border-radius:12px;
  box-shadow:0 4px 12px rgba(0,0,0,0.12);
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-family:Inter,Arial,sans-serif;
  font-size:15px;
  z-index:9999;
  transition:transform .35s ease, opacity .35s ease;
}

/* Fermeture */
#ep-lang-banner-half.closed{
  transform:translateY(40px);
  opacity:0;
}

/* X bouton */
#ep-lang-close{
  font-size:20px;
  font-weight:700;
  cursor:pointer;
  background:white;
  border-radius:50%;
  padding:4px 8px;
  box-shadow:0 2px 6px rgba(0,0,0,0.15);
}

/* === MOBILE FIX — Version compacte, centrée, qui ne déborde pas === */
@media(max-width:480px){

  #ep-lang-banner-half{
    width:90vw;                   /* S’adapte à l’écran */
    right:50%;                    /* On prépare le centrage */
    transform:translateX(50%);    /* Centre horizontalement */
    bottom:95px;                  /* Laisse de l’espace au-dessus du WhatsApp */
    padding:12px 14px;
    font-size:14px;
    border-radius:14px;
  }

  /* X plus petit et mieux placé sur mobile */
  #ep-lang-close{
    font-size:18px;
    padding:3px 7px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c0e8c1d */.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  margin-top: 20px;
}

.hero-cta {
  padding: 14px 26px !important;
  font-size: 17px;
  border-radius: 14px;
}
/* MOBILE OPTIMIZATION FOR CTA BUTTON */
@media(max-width:600px){
  .hero-cta{
    width:100%;
    padding:18px 0;
    font-size:19px;
    border-radius:20px;
    margin-top:18px;
  }

  .btn-primary{
    box-shadow:0 8px 24px rgba(0,0,0,0.16);
  }
}
/* ==== TYPOGRAPHIE GLOBALE – VERSION LISIBLE ==== */

body{
  font-family:Inter,system-ui,-apple-system,Helvetica,Arial,sans-serif;
  background:var(--bg);
  color:var(--text);
  font-size:16px;           /* avant : 17 mais visuellement petit → 16 réel EN */
  line-height:1.75;         /* lisibilité améliorée */
}

/* TITRES */
h1{
  color:var(--green-dark);
  font-size:clamp(30px,4vw,42px);   /* avant ~28–40 → on augmente */
  font-weight:700;
  margin-bottom:10px;
}

h2{
  color:var(--green-dark);
  font-size:clamp(24px,3vw,32px);   /* comme EN */
  font-weight:700;
  margin-bottom:18px;
  text-align:center;
}

/* Sous-titres, titres cartes */
h3{
  font-size:18px;     /* avant 15–16 → illisible */
  color:var(--green-dark);
  font-weight:700;
  margin-bottom:6px;
}

/* Paragraphes */
p,
.package-body,
.standalone-card,
.trust-item,
.final-cta p{
  font-size:16px;          /* avant 14.5 → trop petit */
  line-height:1.75;
  color:var(--muted);
}

/* Listes */
li{
  font-size:16px;          /* avant 14–15 */
  margin:6px 0;
  line-height:1.75;
}

/* Badges (Revisão, Agendamentos...) */
.hero-badge{
  font-size:14px;          /* avant 13 → augmente un peu */
  padding:7px 12px;
}

/* Pills (Mais escolhido etc.) */
.pill{
  font-size:13px;          /* avant 11px → trop petit */
  padding:5px 12px;
}

/* Prix */
.package-price{
  font-size:16px;          /* avant 14 */
  padding:7px 12px;
}

/* Meta (prazos, timeline, etc.) */
.package-meta,
.premium-meta,
.standalone-footer{
  font-size:15px;         /* avant 13 */
  line-height:1.7;
}

/* CTA Buttons */
.btn{
  font-size:16px;
  padding:13px 22px;
}

/* BANNIÈRES / INFO */
.info-banner{
  font-size:15px;  
  padding:12px 20px;
}/* End custom CSS */