.elementor-kit-12{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#DD8859;--e-global-color-ab0fab2:#677A5F;--e-global-color-4f25f3c:#FFFFFF00;--e-global-typography-primary-font-family:"Alegreya local";--e-global-typography-primary-font-size:1rem;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Alegreya local";--e-global-typography-secondary-font-size:1rem;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Alegreya local";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Alegreya local";--e-global-typography-accent-font-weight:700;color:var( --e-global-color-text );font-family:"Alegreya local", Sans-serif;font-size:1rem;font-weight:400;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 h1{font-family:"Alegreya local", Sans-serif;font-size:1rem;font-weight:400;}.elementor-kit-12 h3{font-family:"Agbalumo", Sans-serif;font-size:1rem;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-kit-12{--e-global-typography-primary-font-size:1.2rem;font-size:1.2rem;}.elementor-kit-12 h1{font-size:1.2rem;}.elementor-kit-12 h3{font-size:1.2rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-12{--e-global-typography-primary-font-size:1rem;font-size:1rem;}.elementor-kit-12 h1{font-size:1rem;}.elementor-kit-12 h3{font-size:1rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.is-white {
  color: #ffffff !important;
}


.is-black {
  color: #000000 !important;
}

.relative-parent {
  position: relative;
}

.image-item {/* ← pour le pointage js du titre follow mouse */
}


.follow-title {
  position: fixed; /* ← le plus important */
  pointer-events: none;
  transform: translate(-50%, -100%);
  background: rgba(0, 0, 0, 0);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 9999;
}


.curtain-reveal {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.curtain-reveal::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, white 0%, transparent 100%);
  pointer-events: none;
  animation: curtain-lift 1.2s forwards ease-out;
  z-index: 10;
}

@keyframes curtain-lift {
  from {
    height: 100%;
  }
  to {
    height: 0;
  }
}

.curtain-reveal img {
  opacity: 0;
  animation: fade-in 1.2s forwards ease-out;
  animation-delay: 0.3s;
}

@keyframes fade-in {
  to {
    opacity: 1;
  }
}

.portfolio-single-image-container {
  height: 60vh;
}

.section-home-hero {
  position: sticky;
  top: 0px;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Alegreya local';
	font-display: auto;
	src: url('https://www.collection-s.com/wp-content/uploads/2025/07/Alegreya-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */