.elementor-kit-6{--e-global-color-primary:#FE67CD;--e-global-color-secondary:#ADE5FB;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FF4ECB;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;background-color:transparent;color:#FFFFFF;font-family:"Poppins", Sans-serif;background-image:linear-gradient(180deg, #0F0028 0%, #100027 100%);}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#02010100;color:#FE67CD;border-style:solid;border-color:#FE67CD;border-radius:1px 1px 1px 1px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#3DE4FF00;color:#ADE5FB;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);border-style:solid;border-width:1px 1px 1px 1px;border-color:#ADE5FB;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#FFFFFF;}.elementor-kit-6 a:hover{color:#ADE5FB;font-family:"ADLaM Display", Sans-serif;}.elementor-kit-6 h1{color:#FFFFFF;}.elementor-kit-6 h2{color:#FFFFFF;}.elementor-kit-6 h3{color:#FFFFFF;}.elementor-kit-6 h4{color:#FFFFFF;}.elementor-kit-6 h5{color:#FFFFFF;}.elementor-kit-6 h6{color:#FFFFFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-branding .site-logo img{width:100px;max-width:100px;}.site-header .site-navigation ul.menu li a{color:#FFFFFF;}.site-footer .copyright p{color:#FFFFFF;}@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 */@keyframes medium-flicker {
  0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
    text-shadow:
      0 0 4px #fe67cd,
      0 0 8px #fe67cd,
      0 0 15px #fe67cd,
      0 0 30px #fe67cd,
      0 0 45px #fe67cd;
  }
  20%, 24%, 55% {
    text-shadow:
      0 0 2px #fe67cd,
      0 0 4px #fe67cd;
  }
}

h1, h2 {
    color: #FFFFFF !important;
  text-align: center;
  animation: medium-flicker 9s infinite alternate;
  text-shadow:
    0 0 4px #fe67cd,
    0 0 8px #fe67cd,
    0 0 15px #fe67cd,
    0 0 30px #fe67cd,
    0 0 45px #fe67cd;
}
h3 {
  color: #FFFFFF !important;
  text-shadow:
    0 0 2px #ADE5FB,
    0 0 4px #ADE5FB,
    0 0 8px #ADE5FB,
    0 0 12px #ADE5FB;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.3s ease;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;           /* garde la même couleur que le titre */
  font-family: inherit;     /* garde la même police */
  font-weight: inherit;     /* garde la même épaisseur */
  text-decoration: none;    /* pas de soulignement */
  transition: none;         /* pas d’effet d’animation */
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  text-decoration: none !important;
}/* End custom CSS */