.elementor-57357 .elementor-element.elementor-element-fa12483{--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;
}

/* ── HERO ──────────────────────────────────────────── */
.bie-hero {
  background: var(--bie-light);
  padding: 64px 48px 0;
  margin: -20px -20px 0;
}
.bie-hero-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: flex-end;
}
.bie-pretitle {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--bie-red);
  background: rgba(231,2,34,.08);
  padding: 5px 14px;
  border-radius: 4px;
  margin-bottom: 20px;
  font-family: 'Inter', sans-serif;
}
.bie-hero h1 {
  font-family: 'Fraunces', serif !important;
  font-size: clamp(2.2rem, 4vw, 3.2rem) !important;
  font-weight: 900 !important;
  color: var(--bie-ink) !important;
  line-height: 1.1 !important;
  margin-bottom: 28px !important;
}
.bie-hero h1 span { color: var(--bie-blue); }
.bie-bullets {
  list-style: none !important;
  margin: 0 0 28px !important;
  padding: 0 !important;
}
.bie-bullets li {
  font-family: 'Fraunces', serif;
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 600;
  color: var(--bie-ink);
  padding: 5px 0 5px 22px;
  position: relative;
}
.bie-bullets li::before {
  content: '>';
  position: absolute;
  left: 0;
  color: var(--bie-red);
  font-weight: 900;
  font-style: normal;
}
.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: #e70222 !important;
  color: #ffffff !important;
  border: 2px solid #e70222 !important;
  transition: background .18s !important;
  margin-bottom: 14px !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; }
.bie-phone {
  font-size: .85rem;
  color: var(--bie-mid);
  font-family: 'Inter', sans-serif;
  margin-top: 10px;
  margin-bottom: 32px;
}
.bie-phone a { color: var(--bie-blue); font-weight: 700; text-decoration: none; }
.bie-hero-img img {
  width: 100%;
  border-radius: 8px 8px 0 0;
  object-fit: cover;
  max-height: 460px;
  display: block;
}
.bie-tagline {
  background: rgba(10,31,68,.82);
  color: #fff;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: .88rem;
  padding: 10px 20px;
  text-align: center;
}

/* ── STATS ─────────────────────────────────────────── */
.bie-stats {
  background: var(--bie-blue);
  padding: 22px 48px;
  margin: 0 -20px;
}
.bie-stats-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.bie-stat {
  text-align: center;
  color: #fff;
  font-family: 'Inter', sans-serif;
}
.bie-stat strong {
  display: block;
  font-family: 'Fraunces', serif;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 3px;
}
.bie-stat span {
  font-size: .7rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .8;
}
.bie-stat-sep {
  width: 1px;
  height: 36px;
  background: rgba(255,255,255,.25);
  flex-shrink: 0;
}

/* ── CLIENTS ───────────────────────────────────────── */
.bie-clients {
  background: #fff;
  border-top: 1px solid var(--bie-border);
  border-bottom: 1px solid var(--bie-border);
  padding: 22px 48px;
  margin: 0 -20px;
}
.bie-clients-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.bie-clients-label {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #999;
  font-family: 'Inter', sans-serif;
  margin-right: 6px;
}
.bie-pill {
  background: var(--bie-light);
  border: 1px solid var(--bie-border);
  border-radius: 4px;
  padding: 5px 14px;
  font-size: .78rem;
  font-weight: 600;
  color: var(--bie-mid);
  font-family: 'Inter', sans-serif;
}

/* ── SECTIONS COMMUNES ─────────────────────────────── */
.bie-section {
  padding: 64px 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-bg-blue { background: var(--bie-blue); }

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

.bie-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.bie-two-col img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  max-height: 440px;
  display: block;
}
.bie-label {
  display: block;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--bie-red);
  font-family: 'Inter', sans-serif;
  margin-bottom: 10px;
}
.bie-bg-blue .bie-label { color: rgba(255,255,255,.6); }
.bie-h2 {
  font-family: 'Fraunces', serif !important;
  font-size: clamp(1.4rem, 2.4vw, 1.9rem) !important;
  font-weight: 700 !important;
  color: var(--bie-ink) !important;
  margin-bottom: 16px !important;
  line-height: 1.2 !important;
}
.bie-bg-blue .bie-h2 { color: #fff !important; }
.bie-p {
  font-size: .95rem;
  color: var(--bie-mid);
  line-height: 1.8;
  margin-bottom: 14px;
  font-family: 'Inter', sans-serif;
}
.bie-bg-blue .bie-p { color: rgba(255,255,255,.82); }
.bie-list {
  list-style: none !important;
  margin: 0 0 24px !important;
  padding: 0 !important;
}
.bie-list li {
  padding: 4px 0 4px 20px;
  position: relative;
  font-size: .9rem;
  color: var(--bie-mid);
  line-height: 1.65;
  font-family: 'Inter', sans-serif;
}
.bie-list li::before {
  content: '>';
  position: absolute;
  left: 0;
  color: var(--bie-red);
  font-weight: 700;
}
.bie-bg-blue .bie-list li { color: rgba(255,255,255,.82); }
.bie-bg-blue .bie-list li::before { color: rgba(255,255,255,.4); }

.bie-btn-outline {
  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;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
  background: transparent !important;
  transition: background .18s !important;
  margin-top: 8px !important;
  box-sizing: border-box !important;
  line-height: 1.4 !important;
}
.bie-btn-outline:hover { background: rgba(255,255,255,.12) !important; color: #ffffff !important; }
.bie-btn-outline:visited { color: #ffffff !important; }
.bie-btn-outline:focus { color: #ffffff !important; outline: none !important; }

.bie-btn-white {
  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;
  border: 2px solid #ffffff !important;
  color: #0051b9 !important;
  background: #ffffff !important;
  transition: background .18s !important;
  margin-top: 8px !important;
  box-sizing: border-box !important;
  line-height: 1.4 !important;
}
.bie-btn-white:hover { background: #f0f4ff !important; color: #0051b9 !important; }
.bie-btn-white:visited { color: #0051b9 !important; }
.bie-btn-white:focus { color: #0051b9 !important; outline: none !important; }

/* ── ÉTAPES ────────────────────────────────────────── */
.bie-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 36px;
}
.bie-step { text-align: center; }
.bie-step-num {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--bie-blue);
  color: #fff;
  font-family: 'Fraunces', serif;
  font-size: 1.1rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}
.bie-step h3 {
  font-family: 'Fraunces', serif;
  font-size: .95rem;
  font-weight: 700;
  color: var(--bie-ink);
  margin-bottom: 6px;
}
.bie-step p {
  font-size: .82rem;
  color: var(--bie-mid);
  line-height: 1.65;
  font-family: 'Inter', sans-serif;
}

/* ── CARDS ─────────────────────────────────────────── */
.bie-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 36px;
}
.bie-card {
  background: #fff;
  border: 1px solid var(--bie-border);
  border-radius: 8px;
  padding: 24px 20px;
}
.bie-card-icon { font-size: 1.4rem; margin-bottom: 10px; }
.bie-card h3 {
  font-family: 'Fraunces', serif;
  font-size: .98rem;
  font-weight: 700;
  color: var(--bie-ink);
  margin-bottom: 7px;
}
.bie-card p {
  font-size: .84rem;
  color: var(--bie-mid);
  line-height: 1.7;
  font-family: 'Inter', sans-serif;
}

/* ── FAQ ───────────────────────────────────────────── */
.bie-faq { max-width: 740px; margin: 36px auto 0; }
.bie-faq-item { border-bottom: 1px solid var(--bie-border); padding: 18px 0; }
.bie-faq-q {
  font-family: 'Fraunces', serif;
  font-size: .98rem;
  font-weight: 700;
  color: var(--bie-ink);
  margin-bottom: 7px;
}
.bie-faq-a {
  font-size: .88rem;
  color: var(--bie-mid);
  line-height: 1.75;
  font-family: 'Inter', sans-serif;
  margin: 0;
}

/* ── CENTRE ────────────────────────────────────────── */
.bie-center { text-align: center; max-width: 660px; margin: 0 auto; }
.bie-center .bie-h2 { color: var(--bie-ink) !important; }

/* ── CTA NOTE ──────────────────────────────────────── */
.bie-cta-note {
  font-size: .75rem;
  color: rgba(255,255,255,.45);
  font-family: 'Inter', sans-serif;
  margin-top: 14px;
}

/* ── RESPONSIVE ────────────────────────────────────── */
@media (max-width: 960px) {
  .bie-hero-inner, .bie-two-col { grid-template-columns: 1fr; }
  .bie-hero, .bie-stats, .bie-clients, .bie-section { padding-left: 20px; padding-right: 20px; }
  .bie-steps { grid-template-columns: 1fr 1fr; }
  .bie-cards { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .bie-steps, .bie-cards { grid-template-columns: 1fr; }
  .bie-stat-sep { display: none; }
}/* End custom CSS */