.elementor-kit-3{--e-global-color-primary:#E59171;--e-global-color-secondary:#B2BAA6;--e-global-color-text:#000000;--e-global-color-accent:#70C4A4;--e-global-color-61d0a27:#FFFFFF;--e-global-typography-primary-font-family:"Red Rose";--e-global-typography-secondary-font-family:"Red Rose";--e-global-typography-text-font-family:"Work Sans";--e-global-typography-text-font-weight:400;color:#000000;font-family:"Work Sans", Sans-serif;font-size:16px;font-weight:300;}.elementor-kit-3 button,.elementor-kit-3 input[type="button"],.elementor-kit-3 input[type="submit"],.elementor-kit-3 .elementor-button{background-color:#B2BAA6;font-family:"Work Sans", Sans-serif;font-size:15px;font-weight:500;text-transform:none;color:var( --e-global-color-61d0a27 );border-radius:30px 30px 30px 30px;padding:13px 28px 13px 28px;}.elementor-kit-3 e-page-transition{background-color:#FFBC7D;}.elementor-kit-3 a{color:#000000;font-weight:400;}.elementor-kit-3 a:hover{color:var( --e-global-color-secondary );}.elementor-kit-3 h1{color:var( --e-global-color-text );font-family:"Red Rose", Sans-serif;font-size:36px;font-weight:400;}.elementor-kit-3 h2{color:var( --e-global-color-text );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;}.elementor-kit-3 h3{color:var( --e-global-color-text );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;}.elementor-kit-3 h4{color:var( --e-global-color-text );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;}.elementor-kit-3 h5{color:var( --e-global-color-text );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;}.elementor-kit-3 h6{color:var( --e-global-color-text );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;}.elementor-kit-3 button:hover,.elementor-kit-3 button:focus,.elementor-kit-3 input[type="button"]:hover,.elementor-kit-3 input[type="button"]:focus,.elementor-kit-3 input[type="submit"]:hover,.elementor-kit-3 input[type="submit"]:focus,.elementor-kit-3 .elementor-button:hover,.elementor-kit-3 .elementor-button:focus{color:var( --e-global-color-61d0a27 );}.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);}.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 */span.elementor-button-text{
    font-family: "Work Sans", Sans-serif !important;
}
h1,h2,h3,p,div{
text-wrap: wrap;
}
.btn-modern a.elementor-button.elementor-button-link.elementor-size-sm {
  position: relative;
  display: inline-block;

  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}

.btn-modern a.elementor-button.elementor-button-link.elementor-size-sm::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px; /* taille du cercle visible dès le début du hover */
  height: 40px;
  background-color: #e59171;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0); /* invisible au départ */
  opacity: 1;
  z-index: 0;
  transition:
    transform 0.6s ease-out,
    opacity 0.3s ease-out;
}

.btn-modern a.elementor-button.elementor-button-link.elementor-size-sm:hover::after {
  transform: translate(-50%, -50%) scale(8); /* grandit depuis le centre */
  opacity: 1;
}

.btn-modern a.elementor-button.elementor-button-link.elementor-size-sm span {
  position: relative;
  z-index: 2;
}/* End custom CSS */