.elementor-2379 .elementor-element.elementor-element-c08a0ba > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-2379 .elementor-element.elementor-element-8dbc957{width:100%;max-width:100%;}.elementor-2379 .elementor-element.elementor-element-a6b9cc3.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-2379 .elementor-element.elementor-element-41b4ff6{width:100%;max-width:100%;}.elementor-2379 .elementor-element.elementor-element-6f5d7d9.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-2379 .elementor-element.elementor-element-dbe2eb7{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-41b4ff6 *//* ---------- COMING SOON ---------- */

.coming-soon-wrapper {
  display: flex;
  justify-content: center;
  margin: 40px 0 20px;
}

.coming-soon {
  font-family: 'Inter', sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 1px;
  text-align: center;
  color: #B5003F;
  background: linear-gradient(135deg, #fff0f5 0%, #ffe3ec 100%);
  padding: 22px 40px;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(181, 0, 63, 0.25);
  border: 2px dashed #B5003F;
  animation: pulseComing 1.8s infinite;
}

.coming-soon span {
  margin: 0 10px;
}

/* ---------- ANIMATION ---------- */

@keyframes pulseComing {
  0% {
    transform: scale(1);
    box-shadow: 0 12px 30px rgba(181, 0, 63, 0.25);
  }
  50% {
    transform: scale(1.04);
    box-shadow: 0 18px 40px rgba(181, 0, 63, 0.35);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 12px 30px rgba(181, 0, 63, 0.25);
  }
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 768px) {
  .coming-soon {
    font-size: 1.6rem;
    padding: 18px 28px;
  }
}

@media (max-width: 480px) {
  .coming-soon {
    font-size: 1.3rem;
    padding: 16px 22px;
  }
}
#post-permis {
  padding: 50px 20px;
  font-family: 'Inter', sans-serif;
  color: #ffffff;
}

/* ---------- HERO ---------- */

#post-permis .postpermis-header {
  max-width: 1100px;
  margin: 0 auto 40px;
  padding: 40px 30px;
  border-radius: 20px;
  background: linear-gradient(135deg, #ffffff 0%, #fff5f8 100%);
  border-left: 8px solid #B5003F;
  box-shadow: 0 0 0 2px #f0f1f4;
}

#post-permis .postpermis-header h1 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 12px;
  color: #2b2d42;
}

#post-permis .subtitle {
  font-size: 1rem;
  color: #555;
  margin-bottom: 18px;
  line-height: 1.6;
}

#post-permis .highlights {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

#post-permis .highlights li {
  padding: 8px 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: #444;
}

#post-permis .cta {
  margin-top: 20px;
  margin:0 auto;
  background: #B5003F;
  color: #ffffff;
  padding: 14px 18px;
  border-radius: 12px;
  font-weight: 700;
  display: inline-block;
  box-shadow: 0 8px 18px rgba(181, 0, 63, 0.25);
  justify-content: center;
}

/* ---------- GRID ---------- */

#post-permis .postpermis-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto 40px;
}

/* ---------- CARDS ---------- */

#post-permis .card {
  background: #ffffff;
  border-radius: 18px;
  padding: 32px 26px;
  box-shadow: 0 0 0 2px #f0f1f4;
  border-left: 6px solid #B5003F;
  transition: all 0.3s ease;
}

#post-permis .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

/* ---------- TITRES ---------- */

#post-permis .title {
  font-size: 1.45rem;
  font-weight: 800;
  margin-bottom: 10px;
  color: #2b2d42;
}

/* ---------- LISTES ---------- */

#post-permis ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#post-permis li {
  padding: 9px 0;
  border-bottom: 1px solid #ececec;
  font-size: 0.95rem;
  font-weight: 500;
  color: #4b4f56;
}

/* ---------- HIGHLIGHT ---------- */

#post-permis .highlight {
  background: linear-gradient(135deg, #ffffff 0%, #fff0f5 100%);
  border-left: 8px solid #B5003F;
}

/* ---------- CTA FINAL ---------- */

#post-permis .postpermis-cta-final {
  max-width: 1000px;
  margin: 50px auto 20px;
  text-align: center;
  padding: 40px 30px;
  background: #B5003F;
  color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(181, 0, 63, 0.25);
}


#post-permis .postpermis-cta-final h3 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 10px;
  color: #ffffff;
}
#post-permis .postpermis-cta-final p {
    color: #ffffff; /* texte en blanc */
}

/* ---------- NOTE ---------- */

#post-permis .note {
  max-width: 1000px;
  margin: 20px auto 0;
  font-size: 0.85rem;
  color: #777;
  font-style: italic;
  text-align: center;
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 900px) {
  #post-permis .postpermis-grid {
    grid-template-columns: 1fr;
  }

  #post-permis .postpermis-header h1 {
    font-size: 1.7rem;
  }

  #post-permis .title {
    font-size: 1.3rem;
  }
}

@media (max-width: 600px) {
  #post-permis {
    padding: 30px 15px;
  }

  #post-permis .postpermis-header,
  #post-permis .card,
  #post-permis .postpermis-cta-final {
    padding: 22px 18px;
  }

  #post-permis .postpermis-cta-final h3 {
    font-size: 1.5rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dbe2eb7 *//* ---------- COMING SOON ---------- */

.coming-soon-wrapper {
  display: flex;
  justify-content: center;
  margin: 40px 0 20px;
}

.coming-soon {
  font-family: 'Inter', sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 1px;
  text-align: center;
  color: #B5003F;
  background: linear-gradient(135deg, #fff0f5 0%, #ffe3ec 100%);
  padding: 22px 40px;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(181, 0, 63, 0.25);
  border: 2px dashed #B5003F;
  animation: pulseComing 1.8s infinite;
}

.coming-soon span {
  margin: 0 10px;
}

/* ---------- ANIMATION ---------- */

@keyframes pulseComing {
  0% {
    transform: scale(1);
    box-shadow: 0 12px 30px rgba(181, 0, 63, 0.25);
  }
  50% {
    transform: scale(1.04);
    box-shadow: 0 18px 40px rgba(181, 0, 63, 0.35);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 12px 30px rgba(181, 0, 63, 0.25);
  }
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 768px) {
  .coming-soon {
    font-size: 1.6rem;
    padding: 18px 28px;
  }
}

@media (max-width: 480px) {
  .coming-soon {
    font-size: 1.3rem;
    padding: 16px 22px;
  }
}
#passerelle-bvm {
  padding: 50px 20px;
  font-family: 'Inter', sans-serif;
  color: #1c1e21;
}

/* ---------- HERO ---------- */

#passerelle-bvm .passerelle-header {
  max-width: 1100px;
  margin: 0 auto 40px;
  padding: 40px 30px;
  border-radius: 20px;
  background: linear-gradient(135deg, #ffffff 0%, #fff5f8 100%);
  border-left: 8px solid #B5003F;
  box-shadow: 0 0 0 2px #f0f1f4;
}

#passerelle-bvm .passerelle-header h1 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 12px;
  color: #2b2d42;
}

#passerelle-bvm .subtitle {
  font-size: 1rem;
  color: #555;
  margin-bottom: 18px;
  line-height: 1.6;
}

#passerelle-bvm .highlights {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}

#passerelle-bvm .highlights li {
  padding: 8px 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: #444;
}

/* ---------- GRID ---------- */

#passerelle-bvm .passerelle-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto 40px;
}

/* ---------- CARDS ---------- */

#passerelle-bvm .card {
  background: #ffffff;
  border-radius: 18px;
  padding: 32px 26px;
  box-shadow: 0 0 0 2px #f0f1f4;
  border-left: 6px solid #B5003F;
  transition: all 0.3s ease;
}

#passerelle-bvm .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

/* ---------- TITRES ---------- */

#passerelle-bvm .title {
  font-size: 1.45rem;
  font-weight: 800;
  margin-bottom: 10px;
  color: #2b2d42;
}

/* ---------- LISTES ---------- */

#passerelle-bvm ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#passerelle-bvm li {
  padding: 9px 0;
  border-bottom: 1px solid #ececec;
  font-size: 0.95rem;
  font-weight: 500;
  color: #4b4f56;
}

/* ---------- HIGHLIGHT CARD ---------- */

#passerelle-bvm .highlight {
  background: linear-gradient(135deg, #ffffff 0%, #fff0f5 100%);
  border-left: 8px solid #B5003F;
}

#passerelle-bvm .card.highlight ul li {
  font-weight: 600;
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 900px) {
  #passerelle-bvm .passerelle-grid {
    grid-template-columns: 1fr;
  }

  #passerelle-bvm .passerelle-header h1 {
    font-size: 1.7rem;
  }

  #passerelle-bvm .title {
    font-size: 1.3rem;
  }
}

@media (max-width: 600px) {
  #passerelle-bvm {
    padding: 30px 15px;
  }

  #passerelle-bvm .passerelle-header,
  #passerelle-bvm .card {
    padding: 22px 18px;
  }
}/* End custom CSS */