.elementor-kit-5{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-5eed8f6:#FFFFFF;--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;background-color:#000000;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:#977326;}.elementor-kit-5 a:hover{color:#FFFFFF;}.elementor-kit-5 h2{color:#000000;font-family:"Lora", Sans-serif;font-size:34px;font-weight:400;}.elementor-kit-5 h3{color:#000000;font-family:"Lora", Sans-serif;font-size:22px;font-weight:400;}.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;}.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 *//* === Sticky Header === */
.sticky-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: black;
  border-bottom: 1px solid white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: transform 0.6s ease, opacity 0.6s ease;
  transform: translateY(0);
  opacity: 1;
}

.sticky-header.hidden {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

/* === Bouton ligne blanche === */
.btn-ligne-blanche {
  color: white;
  background: transparent;
  border: 2px solid transparent;
  padding: 6px 16px;
  font-family: inherit;
  text-transform: uppercase;
  border-radius: 50px;
  transition: border 0.3s ease, color 0.3s ease;
}

.btn-ligne-blanche:hover {
  border: 1px solid white; 
  color: white;
}

/* === Animation logo === */
.logo-hover-line {
  position: relative;
  display: inline-block;
}

.logo-hover-line::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 1px;
  background-color: white;
  transition: width 0.3s ease;
}

.logo-hover-line:hover::after {
  width: 60%;
}
.white-section h3 {
  color: #ffffff !important;
}/* End custom CSS */