.elementor-2054 .elementor-element.elementor-element-d687d9d{--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;--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-1679a5e */.ml-scope {
  width: 100%;
}

/* Bandeau titre */
.ml-header {
  background: #B9CEFF;
  padding: 100px 20px;
  text-align: center;
}

.ml-header h2 {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 80px;
  font-weight: 400;
  color: #0b1f44;
}

/* Contenu */
.ml-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 20px 120px;
  font-family: "Inter", sans-serif;
  font-size: 19px;
  line-height: 26px;
  letter-spacing: -0.5px;
  color: #0b1f44;
}

/* Blocs */
.ml-block {
  margin-bottom: 48px;
}

.ml-block p {
  margin: 0 0 12px;
}

.ml-block p strong {
  display: inline-block;
  margin-bottom: 8px;
}

/* Mobile */
@media (max-width: 768px) {
  .ml-header {
    padding: 50px 16px;
  }

  .ml-header h2 {
    font-size: 40px;      /* 👈 plus petit, comme ton image */
    line-height: 1.2;
  }

  .ml-content {
    padding: 50px 16px 80px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.3px;
  }

  .ml-block {
    margin-bottom: 36px;
  }
}/* End custom CSS */