.elementor-kit-3587{--e-global-color-primary:#30343F;--e-global-color-secondary:#AAC4E7;--e-global-color-text:#4F5669;--e-global-color-accent:#EB631B;--e-global-color-361e02c:#FDF2EC;--e-global-color-4df7779:#DFE9F6;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:3.6em;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.1em;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:3em;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:1.1em;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:1em;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6em;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:1em;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-line-height:1.1em;--e-global-typography-b68f45a-font-family:"Montserrat";--e-global-typography-b68f45a-font-size:2.4em;--e-global-typography-b68f45a-font-weight:700;--e-global-typography-b68f45a-line-height:1.1em;--e-global-typography-17575ea-font-family:"Poppins";--e-global-typography-17575ea-font-size:1em;--e-global-typography-17575ea-font-weight:600;--e-global-typography-17575ea-line-height:1em;--e-global-typography-3db3602-font-family:"Montserrat";--e-global-typography-3db3602-font-size:1.9em;--e-global-typography-3db3602-font-weight:700;}.elementor-kit-3587 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.elementor-widget:not(:last-child){margin-block-end: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-kit-3587{--e-global-typography-primary-font-size:3em;--e-global-typography-secondary-font-size:2.2em;--e-global-typography-b68f45a-font-size:1.6em;--e-global-typography-3db3602-font-size:1.3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-3587{--e-global-typography-primary-font-size:2.6em;--e-global-typography-secondary-font-size:1.8em;--e-global-typography-b68f45a-font-size:1.4em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.btn-expand {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8em 2.5em 0.8em 1.5em;
  background-color: #AAC4E7;
  color: #000;
  border-radius: 16px;
  font-weight: 600;
  overflow: hidden;
  transition: color 0.4s ease;
  z-index: 0;
}

.btn-expand span {
  position: relative;
  z-index: 2; /* <-- Assure que le texte reste visible au-dessus */
}

.btn-expand::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.05em;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  background-color: #EB631B;
  border-radius: 9px;
  z-index: 1;
  transition: all 0.4s ease;
}

.btn-expand::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.65em;
  width: 0.5em;
  height: 0.5em;
  transform: translate(-50%, -50%) rotate(45deg); /* ← ajusté */
  border-right: 2px solid white;
  border-top: 2px solid white;
  z-index: 3;
  transition: transform 0.4s ease;
}

.btn-expand:hover::before {
  width: 120%;
  height: 120%;
  right: 0;
  border-radius: 0;
  transform: translateY(-50%) scale(1.2);
}

.btn-expand:hover,
.btn-expand:hover span {
  color: white;
}

.btn-expand:hover::after {
  transform: translate(calc(-50% + 4px), -50%) rotate(45deg); /* ← translation horizontale pure */
}

/*Améliorer les animations d'entrée*/
 
@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }
 a
    to {
        opacity: 1;
        transform: none
    }
}
 
.elementor-element.fadeInDown {
    animation-name: fadeDown
}
 
@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }
 
    to {
        opacity: 1;
        transform: none
    }
}
 
.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}
 
@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }
 
    to {
        opacity: 1;
        transform: none
    }
}
 
.elementor-element.fadeInRight {
    animation-name: fadeRight
}
 
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }
 
    to {
        opacity: 1;
        transform: none
    }
}
 
.elementor-element.fadeInUp {
    animation-name: fadeUp
}/* End custom CSS */