.elementor-kit-1878{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#000000;--e-global-color-accent:#6183CE;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:transparent;background-image:linear-gradient(180deg, #FFFFFF 57%, #E8FEFF 69%);overscroll-behavior:auto;--e-page-transition-entrance-animation:e-page-transition-slide-out-down;--e-page-transition-animation-duration:700ms;}.elementor-kit-1878 button,.elementor-kit-1878 input[type="button"],.elementor-kit-1878 input[type="submit"],.elementor-kit-1878 .elementor-button{background-color:#F1F7FF;color:#000000;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-kit-1878 button:hover,.elementor-kit-1878 button:focus,.elementor-kit-1878 input[type="button"]:hover,.elementor-kit-1878 input[type="button"]:focus,.elementor-kit-1878 input[type="submit"]:hover,.elementor-kit-1878 input[type="submit"]:focus,.elementor-kit-1878 .elementor-button:hover,.elementor-kit-1878 .elementor-button:focus{background-color:transparent;background-image:linear-gradient(180deg, #FFFFFF00 0%, #f2295b 100%);box-shadow:45px 0px 88px 27px rgba(0,0,0,0.5);}.elementor-kit-1878 e-page-transition{background-color:#FFBC7D00;}.elementor-kit-1878 p{margin-block-end:67px;}.elementor-kit-1878 a{color:#6C9ADB;font-family:"Alumni Sans", Sans-serif;}.elementor-kit-1878 h1{color:#006D9B;}.elementor-kit-1878 h2{color:#3B8897;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}

.button {
  /* Style de base du bouton */
  padding: 16px;
  color: white;
  background: linear-gradiant(90deg, #87CEEB, #000080)
  border: none;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 4px 15x rgba(255, 0 , 102, 0);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.button-hover {
  /* Style du bouton au survol de la souris */
  box-shadow; 0 10px 20px rgba(255, 0 , 102, 0.5);
  transform: translateY(-3px);
}/* End custom CSS */