.elementor-25341 .elementor-element.elementor-element-4e183c4{--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;}.elementor-25341 .elementor-element.elementor-element-26f4a95{--display:flex;}.elementor-25341 .elementor-element.elementor-element-f5e1dc1{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:2px 2px 2px 2px;--border-top-width:2px;--border-right-width:2px;--border-bottom-width:2px;--border-left-width:2px;border-color:#F1891E;--border-color:#F1891E;--border-radius:20px 20px 20px 20px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:10px;--padding-right:10px;}.elementor-25341 .elementor-element.elementor-element-f5e1dc1:not(.elementor-motion-effects-element-type-background), .elementor-25341 .elementor-element.elementor-element-f5e1dc1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-25341 .elementor-element.elementor-element-f5e1dc1.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-25341 .elementor-element.elementor-element-1f71000{--display:flex;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:20px;--margin-right:0px;}.elementor-25341 .elementor-element.elementor-element-5c99eff .dbl__subtitle{text-align:center;color:#193A66;padding:7px 12px 7px 12px;border-radius:20px 20px 20px 20px;}.elementor-25341 .elementor-element.elementor-element-5c99eff .dbl__title-wrapper{text-align:center;}.elementor-25341 .elementor-element.elementor-element-5c99eff .dbl__title{font-family:"Montserrat", Sans-serif;font-weight:700;}.elementor-25341 .elementor-element.elementor-element-5c99eff .dbl-title_1{color:#F1891E;}.elementor-25341 .elementor-element.elementor-element-5c99eff .dbl__subtitle span:before{color:#193A66;}.elementor-25341 .elementor-element.elementor-element-bc79a12{--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;}.elementor-25341 .elementor-element.elementor-element-45139fb{--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;}@media(max-width:767px){.elementor-25341 .elementor-element.elementor-element-f5e1dc1{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-25341 .elementor-element.elementor-element-1f71000{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(min-width:768px){.elementor-25341 .elementor-element.elementor-element-f5e1dc1{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-69009e8 *//* 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 */
/* Start custom CSS for html, class: .elementor-element-db083be */.uidt-card {
  max-width: 1000px;
  margin: 50px auto;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  font-family: 'Poppins', sans-serif;
}

/* HERO */
.uidt-hero {
  background: linear-gradient(135deg, #153a67, #ef891e);
  padding: 70px 20px;
  text-align: center;
  position: relative;
}
.uidt-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.3);
}
.uidt-hero h1,
.uidt-hero p {
  position: relative;
  color: #ffffff;
}
.uidt-hero h1 {
  font-size: 34px;
  font-weight: 700;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.4);
}
.uidt-hero p {
  font-size: 18px;
  opacity: 0.95;
}

/* CONTENU */
.uidt-content {
  padding: 35px 30px;
}
.uidt-content h2 {
  color: #153a67;
  margin-bottom: 15px;
}
.uidt-content p {
  line-height: 1.7;
  color: #333;
}

/* UFR BOX */
.ufr-box {
  background: #f7f9fc;
  padding: 20px;
  border-radius: 15px;
  margin-top: 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ufr-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}
.ufr-box h3 {
  color: #153a67;
  margin-bottom: 10px;
}

/* BOUTON */
.uidt-btn {
  text-align: center;
  margin-top: 40px;
}
.uidt-btn a {
  background: #153a67;
  color: #ffffff;
  padding: 14px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}
.uidt-btn a:hover {
  background: #ef891e;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .uidt-hero h1 {
    font-size: 24px;
  }
  .uidt-content {
    padding: 20px;
  }
}/* End custom CSS */