.elementor-kit-7{--e-global-color-primary:#904B60;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#904B60;--e-global-color-29fb0ae:#B71C1C;--e-global-color-406280a:#CB5481;--e-global-color-0324bf1:#A36394;--e-global-color-ba494bf:#6E608F;--e-global-color-75fa579:#681031;--e-global-typography-primary-font-family:"bicyclette";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"alegreya-sc";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"bicyclette";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"bicyclette";--e-global-typography-accent-font-weight:700;--e-global-typography-b18ea58-font-family:"alegreya";--e-global-typography-cc6bffc-font-family:"Nothing You Could Do";background-color:var( --e-global-color-75fa579 );font-family:"bicyclette", Sans-serif;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{font-family:"bicyclette", Sans-serif;}.elementor-kit-7 h2{font-family:"bicyclette", Sans-serif;}.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;}@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 */#background-video {
  top: 0px;
  left: 0;
  width: 100vw;
  height: 50vh;
  object-fit: cover;
  z-index: -1;
  pointer-events: none; /* Pour que la vidéo ne bloque pas les clics */
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(300px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fade-left, .fade-right {
  opacity: 0;
  transform: translateX(0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-left {
  transform: translateX(-300px);
}
.fade-right {
  transform: translateX(300px);
}

.fade-left.show {
  animation: fadeInLeft 1.5s ease-out forwards;
}

.fade-right.show {
  animation: fadeInRight 1.5s ease-out forwards;
}

.fade-left.fast.show,
.fade-right.fast.show {
  animation-duration: 0.8s;
}

.fade-left.slow.show,
.fade-right.slow.show {
  animation-duration: 1s;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Nothing You Could Do';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.transhumancia.fr/wp-content/uploads/2025/06/NothingYouCouldDo-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Nothing You Could Do';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: ;
}
/* End Custom Fonts CSS */