.elementor-3045 .elementor-element.elementor-element-7efd707{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3045 .elementor-element.elementor-element-99f2684{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-99f2684 */.bf-section {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #222;
  background: #f7f2f4;
  padding: 60px 20px;
}

.bf-container {
  max-width: 1100px;
  margin: 0 auto;
}

.bf-badge {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  background: #222;
  color: #fff;
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 12px;
}

/* ================= HERO ================= */

.bf-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  margin-bottom: 40px;
}

.bf-hero-text h1 {
  font-size: 30px;
  margin: 0 0 10px;
}

.bf-hero-text p {
  margin: 0 0 18px;
  font-size: 15px;
  color: #555;
}

.bf-price-card {
  background: #fff;
  border-radius: 18px;
  padding: 16px 18px;
  border: 1px solid #e3d2d8;
  margin-bottom: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.bf-price-card p {
  margin: 3px 0;
  font-size: 14px;
}

.bf-price-card strong {
  font-size: 15px;
}

.bf-tagline {
  font-size: 13px;
  color: #8b2252;
  font-weight: 500;
  margin-top: 6px;
}

.bf-hero-image {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.16);
  background: #f1e9ec;
  /* garde une proportion propre même si l’image n’a pas la bonne taille */
  aspect-ratio: 4 / 3;
  max-height: 450px;
  min-height: 320px;
  max-width:320px;
}

.bf-hero-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.bf-hero-label {
  position: absolute;
  left: 14px;
  bottom: 14px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
}

/* ================= 3 POINTS FORTS ================= */

.bf-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 32px;
}

.bf-feature {
  background: #fff;
  border-radius: 16px;
  padding: 14px 15px;
  border: 1px solid #ead8de;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.bf-feature h3 {
  font-size: 15px;
  margin: 0 0 6px;
}

.bf-feature p {
  font-size: 13px;
  color: #555;
  margin: 0;
}

/* ================= 2 COLONNES : POUR QUI / BÉNÉFICES ================= */

.bf-two-cols {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}

.bf-block {
  background: #fff;
  border-radius: 18px;
  padding: 16px 18px;
  border: 1px solid #ead8de;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
}

.bf-block h2 {
  font-size: 18px;
  margin: 0 0 8px;
}

.bf-block p {
  font-size: 14px;
  margin: 0 0 8px;
  color: #555;
}

.bf-block ul {
  margin: 0;
  padding-left: 18px;
  font-size: 14px;
  color: #444;
}

.bf-block li {
  margin-bottom: 4px;
}

.bf-benefits-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bf-benefit-tag {
  font-size: 12px;
  border-radius: 999px;
  border: 1px solid #f0dde3;
  background: #fff;
  padding: 6px 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.bf-benefit-tag span {
  font-size: 15px;
}

/* ================= DÉROULEMENT ================= */

.bf-day {
  background: #fff;
  border-radius: 18px;
  padding: 16px 18px;
  border: 1px solid #ead8de;
  margin-bottom: 28px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
}

.bf-day h2 {
  font-size: 18px;
  margin: 0 0 10px;
}

.bf-day-row {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 10px;
  margin-bottom: 10px;
}

.bf-day-time {
  font-size: 13px;
  font-weight: 600;
  color: #8b2252;
}

.bf-day-content {
  font-size: 14px;
  color: #444;
}

.bf-day-content ul {
  margin: 4px 0 0;
  padding-left: 16px;
  font-size: 13px;
}

/* ================= GALERIE ================= */

.bf-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 26px;
}

.bf-gallery-item {
  border-radius: 22px;
  overflow: hidden;
  background: #f1e9ec;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
  aspect-ratio: 4 / 3;
}

.bf-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Responsive */
@media (max-width: 900px) {
  .bf-gallery {
    grid-template-columns: 1fr;
  }

  .bf-gallery-item {
    aspect-ratio: 16 / 10;
  }
}

/* ================= CTA ================= */

.bf-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}


.bf-cta small {
  font-size: 12px;
  color: #555;
}

.bf-btn {
  display: inline-block;
  background: #8b2252;
  color: #fff!important;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 300;
 
}
.bf-btn:hover {
  opacity: 0.9;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 900px) {
  .bf-hero {
    grid-template-columns: 1fr;
  }

  .bf-features {
    grid-template-columns: 1fr;
  }

  .bf-two-cols {
    grid-template-columns: 1fr;
  }

  .bf-gallery {
    grid-template-columns: 1fr;
  }

  .bf-gallery-main {
    aspect-ratio: 16 / 10;
    max-height: none;
  }

  .bf-gallery-side {
    grid-template-rows: none;
    grid-auto-rows: 220px;
  }
}/* End custom CSS */