.elementor-kit-5{--e-global-color-primary:#144B24;--e-global-color-secondary:#092210;--e-global-color-text:#666666;--e-global-color-accent:#BFE866;--e-global-color-7723430:#F4F6F0;--e-global-color-48bc67a:#FFFFFF;--e-global-color-21abb6e:#E6AA00;--e-global-color-a9b3548:#DA5914;--e-global-color-7042ebf:#1C354D;--e-global-typography-primary-font-family:"DM Sans";--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-text-font-family:"DM Sans";--e-global-typography-accent-font-family:"DM Sans";color:var( --e-global-color-secondary );font-family:"DM Sans", Sans-serif;font-size:1.1rem;background-color:var( --e-global-color-7723430 );}.elementor-kit-5 a{color:var( --e-global-color-primary );}.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-5 e-page-transition{background-color:#FFBC7D;}.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 */.ligne-horizontale-blanche {
    background-color: #f4f6f0;
    width: 100%;
    height: 1px;
}

p:last-child {
    margin-bottom: 0;
}

/* Animation bouton */

.custom-button .elementor-icon {
  position: relative;
  display: inline-block;
}

/* Icône principale */
.custom-button svg {
  transform-origin: center;
  transition: transform 0.4s ease;
}

/* Copie (pseudo-élément) */
.custom-button .elementor-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 1.5rem;
  translate: -50% -50%;
  background: currentColor;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Outline' viewBox='0 0 24 24'%3E%3Cpath d='M15.4,9.88,10.81,5.29a1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42L14,11.29a1,1,0,0,1,0,1.42L9.4,17.29a1,1,0,0,0,1.41,1.42l4.59-4.59A3,3,0,0,0,15.4,9.88Z'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% 100%;
  transform-origin: center;
  transform: rotate(-90deg) translateY(0);
  opacity: 0;
  transition: transform 0.3s ease;
}

@media (max-width: 767px) {
    .custom-button .elementor-icon::after {
        width: 1.4rem;
        height: 1.4rem;
    }
}

/* Trait vertical */
.custom-button .elementor-icon::before {
  content: '';
  position: absolute;
  top: 25%;
  left: 50%;
  width: 2px;
  height: 1.1rem;               /* hauteur fixe */
  background: currentColor;
  border-radius: 2px;
  translate: -50% 0;
  transform-origin: top center; /* point de départ */
  transform: scaleY(0);         /* invisible au repos */
  transition: transform 0.3s ease;
}

/* État animé (hover, focus, active) */
.custom-button:hover svg,
.custom-button:focus svg,
.custom-button:active svg {
  transform: rotate(-90deg) translateX(4px);
}

.custom-button:hover .elementor-icon::after,
.custom-button:focus .elementor-icon::after,
.custom-button:active .elementor-icon::after {
  opacity: 1;
  transform: rotate(-90deg) translateX(-3px);
  transition-delay: 0.2s;
}

.custom-button:hover .elementor-icon::before,
.custom-button:focus .elementor-icon::before,
.custom-button:active .elementor-icon::before {
  transform: scaleY(1);
  transform-origin: top center; /* pousse vers le bas */
  transition-delay: 0.4s;
}

/* Retour à l'état initial */
.custom-button:not(:hover):not(:focus):not(:active) .elementor-icon::before {
  transform: scaleY(0);
  transform-origin: bottom center; /* se rétracte vers le bas */
  transition-delay: 0s;
}



/* Taglines */

.heading-with-icon {
  font-size: 0.9rem;
  text-transform: uppercase;
  font-variation-settings: "wght" 540;
  color: #666666;
  line-height: normal;
  text-wrap: balance;
}

.heading-with-icon .inline-icon {
  width: 1.1rem;
  height: 1.1rem;
  fill: #E6AA00;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.3em;
}

@media (max-width: 767px) {
  .heading-with-icon {
    font-size: 0.8rem;
    line-height: 1rem;
  }

  .heading-with-icon .inline-icon {
    width: 1rem;
    height: 1rem;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'DM Sans';
	font-display: auto;
	src: url('https://www.canopee-elagage.fr/wp-content/uploads/dm-sans-variable.ttf') format('truetype');
}
/* End Custom Fonts CSS */