.elementor-kit-12{--e-global-color-primary:#2B4B89;--e-global-color-secondary:#509CDB;--e-global-color-text:#6A6A6A;--e-global-color-accent:#FFAE50;--e-global-color-2d50448:#FFFFFF;--e-global-color-bf03e99:#FFD750;--e-global-color-c5953e8:#DEF0FF;--e-global-color-d44d9be:#F7FBFF;--e-global-typography-primary-font-family:"Lato";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lato";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-weight:500;font-family:"Lato", Sans-serif;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 a{color:var( --e-global-color-primary );font-family:"Lato", Sans-serif;}.elementor-kit-12 h1{font-family:"Lato", Sans-serif;}.elementor-kit-12 h2{color:var( --e-global-color-primary );font-family:"Lato", Sans-serif;font-size:24px;font-weight:bold;}.elementor-kit-12 h3{color:var( --e-global-color-primary );font-family:"Lato", Sans-serif;font-size:20px;font-weight:600;}.elementor-kit-12 h4{font-family:"Lato", Sans-serif;font-size:18px;}.elementor-kit-12 h5{font-family:"Lato", Sans-serif;font-size:18px;}.elementor-kit-12 h6{font-family:"Lato", Sans-serif;font-size:16px;}.elementor-kit-12 button,.elementor-kit-12 input[type="button"],.elementor-kit-12 input[type="submit"],.elementor-kit-12 .elementor-button{font-family:"Lato", Sans-serif;}.elementor-kit-12 label{font-family:"Lato", Sans-serif;}.elementor-kit-12 input:not([type="button"]):not([type="submit"]),.elementor-kit-12 textarea,.elementor-kit-12 .elementor-field-textual{font-family:"Lato", Sans-serif;}.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 *//*----------- Fonts -----------------------------------------*/

@font-face {
  font-family: 'Lato';
  src: url('/edukaty-prepa/wp-content/uploads/fonts/Lato-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('/edukaty-prepa/wp-content/uploads/fonts/Lato-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('/edukaty-prepa/wp-content/uploads/fonts/Lato-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Lato';
  src: url('/edukaty-prepa/wp-content/uploads/fonts/Lato-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('/edukaty-prepa/wp-content/uploads/fonts/Lato-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}



/*----------- Effet texte -----------------------------------------*/

@keyframes bounceFade {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-5px);
  }
}

@keyframes lightSweep {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

.texte_anim {
  position: relative;
  display: inline-block;
  color: #FFAE50;
  overflow: hidden;
  animation: bounceFade 4s ease-in-out infinite;
  animation-delay: 1s;
  will-change: opacity, transform;
}

.texte_anim::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: lightSweep 4s ease-in-out infinite;
  pointer-events: none;
}



/*----------- animation vertical -----------------------------------------*/

/* Carte 1 */
/*
.effet_carte {
  animation: animMonteDescend 2s ease-in-out infinite;
  transform-origin: center;
  display: inline-block;
}
*/
/* Carte 2 */
/*
.effet_carte_2 {
  animation: animDescendMonte 2s ease-in-out infinite;
  transform-origin: center;
  display: inline-block;
}
*/
/* Animation qui monte puis descend */
@keyframes animMonteDescend {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}

/* Animation inverse : descend puis monte */
@keyframes animDescendMonte {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}




/*----------- revenir au article color -----------------------------------------*/
.btn-retour {
  color: #509CDB!important; /* couleur du texte */
}


/*-----------------------------------------animation des logos---------------------------------*/
.logo-carousel {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  box-sizing: border-box;
  background-color: transparent;
}

.logo-track {
  display: flex;
  align-items: center;
  gap: 40px;
  animation: scroll-logos 30s linear infinite;
  width: max-content;
}

.logo-track img {
  height: 60px;
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
}

@keyframes scroll-logos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


#txt_center{
    text-align: center;
}/* End custom CSS */