.elementor-kit-8{--e-global-color-primary:#320B7C;--e-global-color-secondary:#8042F6;--e-global-color-text:#000000BF;--e-global-color-accent:#36CDDE;--e-global-color-294f6b7:#FFFFFF;--e-global-color-e4f7474:#FAB900;--e-global-color-a67ac12:#77D839;--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;font-family:"Lato", Sans-serif;}.elementor-kit-8 a{font-family:"Lato", Sans-serif;}.elementor-kit-8 h1{font-family:"Lato", Sans-serif;}.elementor-kit-8 h2{font-family:"Lato", Sans-serif;}.elementor-kit-8 h3{font-family:"Lato", Sans-serif;}.elementor-kit-8 h4{font-family:"Lato", Sans-serif;}.elementor-kit-8 h5{font-family:"Lato", Sans-serif;}.elementor-kit-8 h6{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){--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);}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@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 *//* Lato Regular (Normal) */
@font-face {
    font-family: 'Lato';
    src: url('/wp-content/uploads/fonts/Lato-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

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

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

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

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


body, h1, h2, h3, h4, h5, h6, p, a, span, div {
    font-family: 'Lato', sans-serif !important;
}


/*animation vertical 1*/

/* 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);
  }
}/* End custom CSS */