.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-34e57f0:#00000033;--e-global-color-c4fc878:#000000;--e-global-color-d78b1a9:#A36B46;--e-global-color-dbdfdb8:#C4D0C6;--e-global-color-cbe84b9:#D9E961;--e-global-color-a987b3b:#024B5E;--e-global-color-1c862eb:#082732;--e-global-color-c37532a:#C5D5D5;--e-global-color-a959a00:#4A5565;--e-global-color-414f74c:#E1E0DC;--e-global-color-6091ba5:#E3F161;--e-global-color-43f5791:#FFFFFF;--e-global-color-3eed259:#313840;--e-global-color-7d6f25b:#F3F3E9;--e-global-color-9faa9f5:#1E4451;--e-global-color-7dd1c67:#024B5E;--e-global-color-1ac91ec:#323F48;--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:#F0F1ED;font-family:"effra", Sans-serif;font-size:1.8125rem;font-weight:400;line-height:2.3925rem;letter-spacing:-0.01rem;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-7dd1c67 );}.elementor-kit-6 a:hover{color:var( --e-global-color-1ac91ec );}.elementor-kit-6 h1{font-size:6.5rem;}.elementor-kit-6 h2{font-size:4.4375rem;font-weight:700;line-height:4.34875rem;letter-spacing:0.01906rem;}.elementor-kit-6 h3{font-size:4rem;font-weight:400;line-height:4.1875rem;letter-spacing:0.0165rem;}.elementor-kit-6 h4{font-size:3.75rem;font-weight:500;line-height:3.675rem;letter-spacing:-0.0625rem;}.elementor-kit-6 h5{font-size:1.75rem;font-weight:400;line-height:1.995rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */:root{
    font-size:16px;
}
.animatedBTN a{
  position: relative;
  display: inline-block; /* important pour que le ::after suive le bouton */
  border:0!important;
  transition: all 0.75s linear;
  text-decoration:none;
}
.animatedBTN a:hover{
    text-decoration:none;
}

/* ligne blanche en bas */
.animatedBTN a::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: translateX(-50%);
  transition: width 0.75s ease-in-out;
}

/* au hover la ligne se rétrécit vers le centre */
.animatedBTN a:hover::after{
  width: 0;
}

.hero {
  position: relative;
  overflow: hidden;
  /* PLUS de background-image: none !important ici */
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--hero-bg);
  background-size:contain;
  background-position: center right;
  background-repeat:no-repeat;
  
  -webkit-mask-image: linear-gradient(to left, black 0%, transparent 50%);
  mask-image: linear-gradient(to left, black 0%, transparent 50%);
  z-index: 0;
}

.hero > * {
  position: relative;
  z-index: 1;
}/* End custom CSS */