.elementor-kit-6{--e-global-color-primary:#FEEDDF;--e-global-color-secondary:#EB5E50;--e-global-color-text:#1B2141;--e-global-color-accent:#86BD40;--e-global-color-a02daf5:#1B2141;--e-global-color-3f9256c:#FFFFFF;--e-global-color-2447404:#EB5E50;--e-global-color-66f6001:#FDC41F;--e-global-color-78f47bc:#86BD40;--e-global-color-528135b:#FEEDDF;--e-global-color-708f288:#000000;--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:"Signika";--e-global-typography-text-font-size:1.3em;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-bc94028-font-family:"Rubik";--e-global-typography-bc94028-font-size:2em;--e-global-typography-bc94028-font-weight:500;--e-global-typography-bc94028-line-height:1.4em;--e-global-typography-c25c239-font-family:"Signika";--e-global-typography-c25c239-font-size:1.1rem;--e-global-typography-c25c239-line-height:1.2em;--e-global-typography-e60f3c1-font-family:"Signika";--e-global-typography-e60f3c1-font-size:1em;--e-global-typography-e60f3c1-line-height:1.2em;--e-global-typography-2b8f013-font-family:"Rubik";--e-global-typography-2b8f013-font-size:1.5em;--e-global-typography-2b8f013-font-weight:500;--e-global-typography-2b8f013-line-height:1.4em;--e-preloader-animation-duration:2700ms;--e-preloader-delay:100ms;}.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);}.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-kit-6{--e-global-typography-bc94028-font-size:1.8em;--e-global-typography-bc94028-line-height:1.4em;--e-global-typography-c25c239-font-size:1.1rem;--e-global-typography-e60f3c1-font-size:1.1rem;--e-global-typography-2b8f013-font-size:1.8em;--e-global-typography-2b8f013-line-height:1.4em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-bc94028-font-size:2em;--e-global-typography-bc94028-line-height:1.4em;--e-global-typography-c25c239-font-size:1.1rem;--e-global-typography-e60f3c1-font-size:1.1rem;--e-global-typography-2b8f013-font-size:2em;--e-global-typography-2b8f013-line-height:1.4em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Par défaut : caché à droite */
.floating-cta {
  transform: translateX(120%);
  opacity: 0;
  pointer-events: none;
  transition: transform .35s ease, opacity .35s ease;
  will-change: transform, opacity;
}

/* Visible (slide-in depuis la gauche = revient en position naturelle) */
.floating-cta.is-visible {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

/* Caché à droite (même état que par défaut) */
.floating-cta.is-hidden-right {
  transform: translateX(120%);
  opacity: 0;
  pointer-events: none;
}

#cta-hero > div > div > a {
	transform:skew(-20deg);

}
#cta-hero > div > div > a > span > span {
	transform: skew(20deg);
}

#cta-hero > div > div > a {
  position: relative;
  display: inline-block;
  border-radius: 12px;
  z-index: 1;
}

#cta-hero > div > div > a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 2px; 
  background: linear-gradient(to right, #eb5e50, #fdc121);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}
/* Hover : bordure verte */
#cta-hero > div > div > a:hover::before {
  background: #85bd40; /* vert au hover */
}/* End custom CSS */