.elementor-kit-7{--e-global-color-primary:#E2DED2;--e-global-color-secondary:#5E5C4F;--e-global-color-text:#1B1F17;--e-global-color-accent:#DAED9E;--e-global-color-d0cf811:#5E5C4F;--e-global-color-d128d54:#DAED9E;--e-global-color-0dabb1d:#E2DED2;--e-global-typography-primary-font-family:"Instrument Serif";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"DM Mono";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Instrument Serif";--e-global-typography-accent-font-weight:500;font-family:"DM Sans", Sans-serif;font-size:16px;font-weight:500;line-height:1.5em;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{color:var( --e-global-color-accent );}.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);}.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 */.vert {
color: #DAED9E;
}

.fixed-color{
  position: fixed;
  top:0; left:0; width:100%;
  z-index:999;
  overflow: visible;
}

.fixed-color::before{
  content:"";
  position:absolute;
  inset:0;
  background:#5E5C4F; /* couleur finale */
  opacity:0;
  transition: opacity 0.75s ease;
  z-index:-1; /* derrière le contenu */
}

.fixed-color.is-scrolled::before{
  opacity:1;
}

.fixed-color_resp{
  position: fixed;
  top:0; left:0; width:100%;
  z-index:999;
  overflow: visible;
}

.fixed-color_resp::before{
  content:"";
  position:absolute;
  inset:0;
  background:#5E5C4F; /* couleur finale */
  opacity:0;
  transition: opacity 0.75s ease;
  z-index:-1; /* derrière le contenu */
}

.fixed-color_resp.is-scrolled::before{
  opacity:1;
}/* End custom CSS */