.elementor-kit-8{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#EEEEEE;--e-global-color-text:#FA601E;--e-global-color-accent:#143B19;--e-global-color-8a4e1d8:#FA601E;--e-global-color-87bcd90:#FFFFFF;--e-global-color-b1be088:#143B19;--e-global-color-c6d7a7f:#EEEEEE;--e-global-color-d29f319:#C7C7C7;--e-global-color-282f6c4:#FFFFFF85;--e-global-color-68d011b:#FFFFFF85;--e-global-color-43fba6d:#FF7C44;--e-global-color-f9a8cce:#42834B;--e-global-color-c2fd2a2:#4E4E4E;--e-global-color-c41b304:#42834B;--e-global-color-0fe183a:#EEEEEE;--e-global-color-db1afcb:#757575;--e-global-color-511b9ee:#FF9061;--e-global-typography-primary-font-family:"Urbanist";--e-global-typography-primary-font-size:3em;--e-global-typography-primary-font-weight:bold;--e-global-typography-secondary-font-family:"Brava";--e-global-typography-secondary-font-size:1.5em;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-text-font-family:"Be Vietnam Pro";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Be Vietnam Pro";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:700;color:var( --e-global-color-accent );font-family:"Be Vietnam Pro", Sans-serif;font-size:17px;font-weight:300;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:var( --e-global-color-text );}.elementor-kit-8 a:hover{color:var( --e-global-color-43fba6d );}.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: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;
            }
        }
    }
}
/*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: #FA601E; /* couleur de ta barre */
  transition: width 0.15s ease-out;
}
body {
    cursor: url("https://www.air-borist.bluetimeproduction.be/wp-content/uploads/2026/03/Plan-de-travail-3.png"), auto;
}
/* Transition générale pour tous les éléments */
.ContainerA .ImageA,
.ContainerA .IconeA,
.ContainerA .TitreA,
.ContainerA .ContainerC {
  transition: all 0.5s ease;
}

/* Zoom de l'image à l'intérieur de son cadre */
.ContainerA .ImageA-container {
  overflow: hidden;
}

.ContainerA:hover .ImageA {
  transform: scale(1.1);
}

/* Disparition de l'icône */
.ContainerA:hover .IconeA {
  opacity: 0;
  transform: translateY(-20px);
}

/* Déplacement du titre */
.ContainerA:hover .TitreA {
  transform: translateX(-40px);
}

/* Effet léger sur le 3ème container (bouton) */
.ContainerA:hover .ContainerC {
  transform: scale(1.05); /* léger agrandissement */
}
.header-scroll .elementor-nav-menu a {
    color: #ffffff !important;
    transition: color 0.3s ease;
}

.header-scroll.elementor-sticky--effects .elementor-nav-menu a {
    color: #143B19 !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Brava';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://www.air-borist.bluetimeproduction.be/wp-content/uploads/2026/03/Brava-Slab-Bold.eot');
	src: url('https://www.air-borist.bluetimeproduction.be/wp-content/uploads/2026/03/Brava-Slab-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://www.air-borist.bluetimeproduction.be/wp-content/uploads/2026/03/Brava-Slab-Bold.woff2') format('woff2'),
		url('https://www.air-borist.bluetimeproduction.be/wp-content/uploads/2026/03/Brava-Slab-Bold.woff') format('woff'),
		url('https://www.air-borist.bluetimeproduction.be/wp-content/uploads/2026/03/Brava-Slab-Bold.ttf') format('truetype'),
		url('https://www.air-borist.bluetimeproduction.be/wp-content/uploads/2026/03/Brava-Slab-Bold.svg#Brava') format('svg');
}
/* End Custom Fonts CSS */