.elementor-16 .elementor-element.elementor-element-102b011{--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-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-16 .elementor-element.elementor-element-583a0aa .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:1px;font-weight:600;color:var( --e-global-color-astglobalcolor2 );}/* Start custom CSS for heading, class: .elementor-element-583a0aa *//* Texte par défaut du H1 (plus fin) */
h1 {
  color: #0E202E;                     /* Couleur du reste du texte */
  font-family: 'Montserrat', sans-serif;
  font-size: 70px !important;         /* Taille desktop */
  line-height: 1.1 !important;
  font-weight: 400 !important;                   /* Texte plus fin pour le reste */
}

/* Dégradé et bold pour "Une" */
.gradient-une {
  background: linear-gradient(100deg, #885A9B, #AA5A98);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-weight: 700;                   /* Bold */
}

/* Dégradé et bold pour "Toutes" */
.gradient-toutes {
  background: linear-gradient(100deg, #67BDE9, #6C8AC3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-weight: 700;                   /* Bold */
}

/* CSS responsive tablette */
@media (max-width: 1024px) {
  h1 {
    font-size: 48px !important;
    line-height: 1.2 !important;
  }
}

/* CSS responsive mobile */
@media (max-width: 768px) {
  h1 {
    font-size: 36px !important;
    line-height: 1.2 !important;
  }
}/* End custom CSS */