.elementor-kit-8{--e-global-color-primary:#050708;--e-global-color-secondary:#ED2324;--e-global-color-text:#DEDEDE;--e-global-color-accent:#FFFFFF;--e-global-color-230006e:#131313;--e-global-color-493b1c5:#FFFFFFCC;--e-global-color-0a2e401:#272727;--e-global-color-5449352:#FFFFFF12;--e-global-typography-primary-font-family:"Speed";--e-global-typography-primary-font-weight:bold;--e-global-typography-secondary-font-family:"Asap Condensed";--e-global-typography-secondary-font-size:17px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-text-font-family:"Asap";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Asap";--e-global-typography-accent-font-size:17px;--e-global-typography-accent-font-weight:600;font-family:"Asap", 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-secondary );}.elementor-kit-8 a:hover{color:#FF5758;}.elementor-kit-8 h1{font-family:"Speed", Sans-serif;font-size:3em;font-weight:bold;}.elementor-kit-8 h2{font-family:"Speed", Sans-serif;font-size:2em;}.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:1365px){.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;
            }
        }
    }
}
#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: #ED2324; /* couleur de ta barre */
  transition: width 0.15s ease-out;
}
/* ==============================
   Logo du header - taille initiale et transition
   ============================== */
.logo-header img {
    transform: scale(1);                 /* taille initiale 100% */
    transition: transform 0.2s ease-out; /* transition fluide */
    transform-origin: center top;        /* rétrécit vers le centre horizontal et vers le haut */
    max-width: 100%;                     /* limite la largeur */
    height: auto;                        /* garde les proportions */
}
/*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;
	}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Speed';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.jb-concept-fils.be/wp-content/uploads/2026/02/A4SPEED-Bold.eot');
	src: url('https://www.jb-concept-fils.be/wp-content/uploads/2026/02/A4SPEED-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://www.jb-concept-fils.be/wp-content/uploads/2026/02/A4SPEED-Bold.woff2') format('woff2'),
		url('https://www.jb-concept-fils.be/wp-content/uploads/2026/02/A4SPEED-Bold.woff') format('woff'),
		url('https://www.jb-concept-fils.be/wp-content/uploads/2026/02/A4SPEED-Bold.ttf') format('truetype'),
		url('https://www.jb-concept-fils.be/wp-content/uploads/2026/02/A4SPEED-Bold.svg#Speed') format('svg');
}
/* End Custom Fonts CSS */