.elementor-573 .elementor-element.elementor-element-45fb368{--display:flex;--margin-top:60px;--margin-bottom:160px;--margin-left:0px;--margin-right:0px;--z-index:3;}@media(min-width:768px){.elementor-573 .elementor-element.elementor-element-45fb368{--content-width:929px;}}/* Start custom CSS for container, class: .elementor-element-45fb368 *//* Exemple : cibler la classe .my-custom-section (qui doit exister sur votre section) */
.my-custom-section {
  min-height: 100px; /* Hauteur minimale */
  max-height: 800px; /* Hauteur maximale (optionnel) */
  height: auto;      /* Laisse l'élément s'adapter si le contenu est plus petit */
  overflow: hidden;  /* Gérer l'affichage si le contenu dépasse */
}/* End custom CSS */
/* Start custom CSS */html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  /* Empêche le défilement vertical ET horizontal */
  overflow: hidden;
}

body {
background: radial-gradient(circle, #4E86E8 0%, #ffffff 70%);
}/* End custom CSS */