.elementor-kit-8{--e-global-color-primary:#9AA36B;--e-global-color-secondary:#40442E;--e-global-color-text:#E8E7DA;--e-global-color-accent:#FFFFFF;--e-global-color-cd0e3f6:#44433E;--e-global-color-d64ce6a:#222E20;--e-global-color-cc540c4:#747B50;--e-global-color-de83940:#F3F3EF;--e-global-color-557ef01:#656B48;--e-global-color-98d4412:#FFFEF8;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:17px;--e-global-typography-accent-font-weight:600;font-family:"Roboto", Sans-serif;font-size:17px;font-weight:300;}.elementor-kit-8 a{color:var( --e-global-color-primary );}.elementor-kit-8 a:hover{color:var( --e-global-color-cc540c4 );}.elementor-kit-8 h1{font-family:"Montserrat", Sans-serif;font-size:3em;font-weight:600;text-transform:uppercase;}.elementor-kit-8 h2{font-family:"Montserrat", Sans-serif;font-size:2em;font-weight:600;text-transform:uppercase;}.elementor-kit-8 h3{font-family:"Montserrat", Sans-serif;font-size:1.5em;font-weight:600;text-transform:uppercase;}.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);}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.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:1023px){.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 *//* GENERAL */

p:last-of-type {
    margin-bottom: 0;
}

[data-elementor-type="wp-page"] {
    ul {
        margin: 1rem 0;
        padding-left: 2rem;
        
        li {
            margin: 1rem 0;
            
            &::marker {
                color: var(--e-global-color-primary);
            }
            
            ul li {
                margin: 0.5rem 0;
            }
        }
    }
}

.elementor-widget-container {
    ul {
        &:first-child {
            margin-top: 0;
            
            li:first-child {
                margin-top: 0;
            }
        }
        
        &:last-child {
            margin-bottom: 0;
            
            li:last-child {
                margin-bottom: 0;
            }
        }
    }
}
/* ==============================
   Logo du header - taille initiale et transition
   ============================== */
.logo-header img {
    transform: scale(1);                 /* taille initiale */
    transition: transform 0.2s ease-out; /* animation fluide */
    transform-origin: center center;    /* rétrécit depuis le centre exact */
    max-width: 100%;
    height: auto;
}

/* Exemple si l'animation se déclenche au scroll */
.logo-header.shrink img {
    transform: scale(0.9); /* réduction plus légère (au lieu de 0.8 ou 0.85) */
}
}
/*Améliorer les animations d'entrée*/
@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }
    to {
        opacity: 1;
        transform: none
    }
}
.elementor-element.fadeInDown {
    animation-name: fadeDown
}
@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }
    to {
        opacity: 1;
        transform: none
    }
}
.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}
@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }
    to {
        opacity: 1;
        transform: none
    }
}
.elementor-element.fadeInRight {
    animation-name: fadeRight
}
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }
    to {
        opacity: 1;
        transform: none
    }
}
.elementor-element.fadeInUp {
    animation-name: fadeUp
}
@media (min-width: 1400px) {
	.parallax {
		background-attachment: fixed !important;
	}
#scroll-progress-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(0,0,0,0.1);
  z-index: 9999;
}

#scroll-progress-bar {
  width: 2px;
  height: 100%;
  background: #9AA36B; /* couleur de ta barre */
  transition: width 0.15s ease-out;
}/* End custom CSS */