.elementor-57568 .elementor-element.elementor-element-7074b48{--display:flex;}/* Start custom CSS *//* ── VARIABLES ─────────────────────────────────────── */
:root {
  --bie-blue:   #0051b9;
  --bie-red:    #e70222;
  --bie-ink:    #0a1f44;
  --bie-mid:    #3d5a80;
  --bie-light:  #f5f7fa;
  --bie-border: #e4e8ef;
}

/* ── SECTIONS ──────────────────────────────────────── */
.bie-section {
  padding: 56px 48px;
  margin: 0 -20px;
}
.bie-bg-white { background: #fff; }
.bie-bg-light {
  background: var(--bie-light);
  border-top: 1px solid var(--bie-border);
  border-bottom: 1px solid var(--bie-border);
}

.bie-wrap {
  max-width: 760px;
  margin: 0 auto;
}

/* ── TITRES ────────────────────────────────────────── */
.bie-wrap h1 {
  font-family: 'Fraunces', serif !important;
  font-size: clamp(1.9rem, 3.5vw, 2.6rem) !important;
  font-weight: 900 !important;
  color: var(--bie-ink) !important;
  line-height: 1.15 !important;
  margin: 0 0 24px !important;
}

.bie-h2 {
  font-family: 'Fraunces', serif !important;
  font-size: clamp(1.25rem, 2vw, 1.55rem) !important;
  font-weight: 700 !important;
  color: var(--bie-ink) !important;
  line-height: 1.25 !important;
  margin: 40px 0 14px !important;
}

/* ── PARAGRAPHES ───────────────────────────────────── */
.bie-p {
  font-size: .98rem;
  color: var(--bie-mid);
  line-height: 1.75;
  margin: 0 0 14px;
  font-family: 'Inter', sans-serif;
}

.bie-p strong {
  color: var(--bie-ink);
  font-weight: 700;
}

/* ── FAQ ───────────────────────────────────────────── */
.bie-faq {
  margin: 20px 0 28px;
}
.bie-faq-item {
  border-bottom: 1px solid var(--bie-border);
  padding: 18px 0;
}
.bie-faq-item:last-child {
  border-bottom: none;
}
.bie-faq-q {
  font-family: 'Fraunces', serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--bie-ink);
  margin: 0 0 7px;
}
.bie-faq-a {
  font-size: .92rem;
  color: var(--bie-mid);
  line-height: 1.75;
  font-family: 'Inter', sans-serif;
  margin: 0;
}

/* ── BOUTON ────────────────────────────────────────── */
.bie-btn-red {
  display: inline-block !important;
  width: auto !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
  font-size: .82rem !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  padding: 13px 26px !important;
  border-radius: 4px !important;
  text-decoration: none !important;
  background: var(--bie-red) !important;
  color: #ffffff !important;
  border: 2px solid var(--bie-red) !important;
  transition: background .18s, border-color .18s !important;
  margin-top: 24px !important;
  box-sizing: border-box !important;
  line-height: 1.4 !important;
}
.bie-btn-red:hover {
  background: #c0011c !important;
  border-color: #c0011c !important;
  color: #ffffff !important;
}
.bie-btn-red:visited { color: #ffffff !important; }
.bie-btn-red:focus {
  color: #ffffff !important;
  outline: none !important;
}

/* ── RESPONSIVE ────────────────────────────────────── */
@media (max-width: 960px) {
  .bie-section { padding-left: 20px; padding-right: 20px; }
}
@media (max-width: 600px) {
  .bie-section { padding-top: 40px; padding-bottom: 40px; }
  .bie-h2 { margin-top: 32px !important;/* End custom CSS */