.elementor-25421 .elementor-element.elementor-element-9ee678f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-bca5a90 *//* Carte principale */
.uidt-card-modern {
  max-width: 900px;
  margin: 60px auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  background: #fff;
  font-family: 'Poppins', sans-serif;
  transition: transform 0.3s ease;
}
.uidt-card-modern:hover {
  transform: translateY(-5px);
}

/* Header avec titre blanc */
.uidt-hero-modern {
  background: linear-gradient(135deg, #153a67, #1d4b80, #ef891e);
  text-align: center;
  padding: 60px 20px;
  position: relative;
}
.uidt-hero-modern::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.25);
  z-index: 1;
  border-radius: inherit;
}
.uidt-hero-modern h1,
.uidt-hero-modern p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #ffffff;
}
.uidt-hero-modern h1 {
  font-size: 36px;
  font-weight: 700;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.4);
}
.uidt-hero-modern p {
  font-size: 18px;
  margin-top: 8px;
  opacity: 0.95;
}

/* Body */
.uidt-body-modern { padding: 30px 25px; }
.uidt-body-modern h2 {
  color: #153a67; font-size: 22px; margin-bottom: 10px; position: relative;
}
.uidt-body-modern h2::after {
  content: "";
  width: 60px; height: 3px;
  background: #ef891e;
  display: block; margin-top: 5px;
  border-radius: 2px;
}
.uidt-body-modern p, .uidt-body-modern li { font-size: 16px; line-height: 1.7; color: #333; }

/* Liste avec icônes */
.uidt-courses { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 15px; }
.course {
  flex: 1 1 200px;
  display: flex; align-items: center;
  background: #f7f9fc; padding: 12px 15px;
  border-radius: 12px; transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.course:hover {
  transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.12);
}
.course .icon { font-size: 28px; margin-right: 10px; color: #ef891e; }
.course p { margin: 0; font-size: 16px; color: #153a67; font-weight: 500; }

/* Boutons */
.uidt-buttons-modern { margin-top: 30px; display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; }
.uidt-buttons-modern a { text-decoration: none; padding: 12px 28px; border-radius: 50px; font-weight: 600; transition: all 0.3s ease; display: inline-block; }
.btn-primary { background: #153a67; color: #fff; }
.btn-primary:hover { background: #102c4f; transform: translateY(-3px); }
.btn-secondary { background: #ef891e; color: #fff; }
.btn-secondary:hover { background: #d97712; transform: translateY(-3px); }

/* Responsive */
@media (max-width: 768px) {
  .uidt-hero-modern h1 { font-size: 26px; }
  .uidt-body-modern { padding: 20px 15px; }
  .uidt-courses { flex-direction: column; }
}/* End custom CSS */