.elementor-kit-6{--e-global-color-primary:#F39C56;--e-global-color-secondary:#1F1F1F;--e-global-color-text:#3A3A3A;--e-global-color-accent:#F08026;--e-global-color-a7734d8:#FFFFFF;--e-global-color-5785167:#F08026;--e-global-color-028a46a:#F39C56;--e-global-color-04fd8e3:#F7B885;--e-global-color-e46c284:#FAD4B5;--e-global-color-fe448c4:#FDF0E5;--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;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:"Bricolage", Sans-serif;font-weight:700;text-transform:uppercase;font-style:italic;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"Bricolage", Sans-serif;font-size:18px;font-weight:600;border-radius:16px 16px 16px 16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:95%;}.e-con{--container-max-width:95%;}.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 */.btn-anim .elementor-button {
  background: linear-gradient(30deg, #E52F96 0%, #9B1360 100%);
  border:none!important;
  color:white!important;
  padding: 17px 20px 13px 20px;
  border-radius: 15px;
  overflow: hidden;
  line-height: 1em;
  position: relative;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1);
}

.btn-anim .elementor-button:hover {
  animation: animate-scaleX 0.6s cubic-bezier(0.4, 0, 0, 1);
  border: 2px solid #e0e0e0;
    -webkit-box-shadow: 0px 9px 15px 3px rgba(50,50,50,50.16); 
box-shadow: 0px 5px 10px 5px rgba(50,50,50,0.16);
}

.btn-anim .elementor-button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(30deg, #F08AC4 0%, #9B1360 100%);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1),
    border-radius 0.5s cubic-bezier(0.4, 0, 0, 1);
  width: 100%;
  height: 100%;
  border-radius: 50% 50% 0 0;
  transform: translateY(100%);
  z-index: 1;
}

.btn-anim .elementor-button:hover::after {
  transform: translateY(0%);
  border-radius: 0;
}

.btn-anim .elementor-button span {
  display: inline-block;
  font-weight: 600!important;
  overflow: hidden;
  position: relative;
  color: #FFF;
  z-index: 2;
  transition: color 0.3s ease;
}

.btn-anim .elementor-button:hover span {
  color: white!important;
}

.btn-anim .elementor-button span:after {
  content: attr(data-text);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  color: white!important;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1);
  z-index: 3;
}

.btn-anim .elementor-button:hover span:after {
  transform: translate(-50%, 0);
}

.btn-anim .elementor-button:focus {
  outline: none;
}

@keyframes animate-scaleX {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(1.05);
  }
  100% {
    transform: scaleX(1);
  }
}


.btn-anim2 .elementor-button {
  background: white!important;
  border: 2px solid #F5F5F5;
  padding: 17px 20px;
  border-radius: 15px;
  overflow: hidden;
  line-height: 1em;
  position: relative; /* important */
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1);
}

.btn-anim2 .elementor-button:hover {
  animation: animate-scaleX 0.6s cubic-bezier(0.4, 0, 0, 1);
  border: 2px solid #e0e0e0;
  -webkit-box-shadow: 0px 9px 15px 3px rgba(50,50,50,50.16); 
box-shadow: 0px 5px 10px 5px rgba(50,50,50,0.16);
}

.btn-anim2 .elementor-button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(30deg, #E52F96 0%, #9B1360 100%);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1),
    border-radius 0.5s cubic-bezier(0.4, 0, 0, 1);
  width: 100%;
  height: 100%;
  border-radius: 50% 50% 0 0;
  transform: translateY(100%);
  z-index: 1;
}

.btn-anim2 .elementor-button:hover::after {
  transform: translateY(0%);
  border-radius: 0;
}

.btn-anim2 .elementor-button span {
  display: inline-block;
  font-weight: 600!important;
  overflow: hidden;
  position: relative;
  color: #3A3A40;
  z-index: 2;
  transition: color 0.3s ease;
}

/* Le texte devient blanc au hover */
.btn-anim2 .elementor-button:hover span {
  color: white!important;
}

/* Animation du pseudo-élément */
.btn-anim2 .elementor-button span:after {
  content: attr(data-text);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  color: white!important;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1);
  z-index: 3;
}

.btn-anim2 .elementor-button:hover span:after {
  transform: translate(-50%, 0);
}

.btn-anim2 .elementor-button:focus {
  outline: none;
}

@keyframes animate-scaleX {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(1.05);
  }
  100% {
    transform: scaleX(1);
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Bricolage';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://gialjo-fermeture.fr/wp-content/uploads/2026/02/BricolageGrotesque_24pt_Condensed-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Bricolage';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://gialjo-fermeture.fr/wp-content/uploads/2026/02/BricolageGrotesque_24pt_Condensed-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Bricolage';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://gialjo-fermeture.fr/wp-content/uploads/2026/02/BricolageGrotesque_24pt_Condensed-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Bricolage';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://gialjo-fermeture.fr/wp-content/uploads/2026/02/BricolageGrotesque_24pt_Condensed-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Bricolage';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://gialjo-fermeture.fr/wp-content/uploads/2026/02/BricolageGrotesque_24pt_Condensed-ExtraBold.ttf') format('truetype');
}
/* End Custom Fonts CSS */