.elementor-kit-14744{--e-global-color-primary:#19374DFC;--e-global-color-secondary:#19374DFC;--e-global-color-text:#19374DFC;--e-global-color-accent:#FD5B04;--e-global-color-41bf8c9:#FFFFFF;--e-global-color-3e886d8:#19374DFC;--e-global-color-9610b9d:#242223;--e-global-color-4b85153:#636363;--e-global-typography-primary-font-family:"Mark Pro";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Epilogue";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Mark Pro";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"GTWalsheimPro", Sans-serif;font-size:17px;font-weight:400;line-height:25px;}.elementor-kit-14744 button,.elementor-kit-14744 input[type="button"],.elementor-kit-14744 input[type="submit"],.elementor-kit-14744 .elementor-button{background-color:#FFFFFF00;font-family:"Inter", Sans-serif;font-size:16px;font-weight:500;color:#262929;border-style:solid;border-width:1px 1px 1px 1px;border-color:#262929;border-radius:24px 24px 24px 24px;padding:16px 20px 16px 20px;}.elementor-kit-14744 button:hover,.elementor-kit-14744 button:focus,.elementor-kit-14744 input[type="button"]:hover,.elementor-kit-14744 input[type="button"]:focus,.elementor-kit-14744 input[type="submit"]:hover,.elementor-kit-14744 input[type="submit"]:focus,.elementor-kit-14744 .elementor-button:hover,.elementor-kit-14744 .elementor-button:focus{background-color:#FFFFFF1A;}.elementor-kit-14744 e-page-transition{background-color:#FFBC7D;}.elementor-kit-14744 a{color:var( --e-global-color-accent );font-family:"Mark Pro", Sans-serif;}.elementor-kit-14744 h1{color:#19374DFC;font-family:"Epilogue", Sans-serif;font-size:55px;font-weight:600;font-style:normal;line-height:60px;}.elementor-kit-14744 h2{color:#19374DFC;font-family:"Epilogue", Sans-serif;font-size:48px;font-weight:600;line-height:60px;}.elementor-kit-14744 h3{color:#19374DFC;font-family:"Epilogue", Sans-serif;font-size:40px;font-weight:600;line-height:60px;}.elementor-kit-14744 h4{color:#19374DFC;font-family:"Epilogue", Sans-serif;font-size:35px;font-weight:600;line-height:40px;}.elementor-kit-14744 h5{color:#19374DFC;font-family:"Epilogue", Sans-serif;font-size:25px;font-weight:600;line-height:30px;}.elementor-kit-14744 h6{color:#19374DFC;font-family:"Epilogue", Sans-serif;font-size:20px;font-weight:600;line-height:25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1480px;}.e-con{--container-max-width:1480px;}.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-lightbox{--lightbox-text-color:#000000;}.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-kit-14744 h1{font-size:50px;}.elementor-kit-14744 h2{font-size:40px;line-height:55px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-14744 h2{font-size:36px;line-height:50px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html {
    scroll-behavior: unset !important;
}
body{
    overflow-x: hidden;
}

@keyframes dpFadeInDown {
    0% {
        transform: translateY(-40px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.fadeInDown {
    animation-name: dpFadeInDown !important;
    animation-timing-function: cubic-bezier(0.390, 0.575, 0.565, 1.000);
    animation-fill-mode: both;
}
@keyframes dpFadeInLeft {
    0% {
        transform: translateX(-40px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.fadeInLeft {
    animation-name: dpFadeInLeft !important;
    animation-timing-function: cubic-bezier(0.390, 0.575, 0.565, 1.000);
    animation-fill-mode: both;
}

@keyframes dpFadeInRight {
    0% {
        transform: translateX(40px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.fadeInRight {
    animation-name: dpFadeInRight !important;
    animation-timing-function: cubic-bezier(0.390, 0.575, 0.565, 1.000);
    animation-fill-mode: both;
}

@keyframes dpFadeInUp {
    0% {
        transform: translateY(40px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.fadeInUp {
    animation-name: dpFadeInUp !important;
    animation-timing-function: cubic-bezier(0.390, 0.575, 0.565, 1.000);
    animation-fill-mode: both;
}

/*.elementor-element .elementor-widget-container{*/
/*    transition: transform 1s !important;*/
/*}*/


.reveal-left,
.reveal-right,
.reveal-top,
.reveal-bottom{
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    position: relative;
    transition: none !important;
}

.elementor-editor-active .reveal-left,
.elementor-editor-active .reveal-right,
.elementor-editor-active .reveal-top,
.elementor-editor-active .reveal-bottom{
    opacity: 1;
    visibility: visible;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Mark Pro';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://chantier911.fr/wp-content/uploads/2024/02/markpro-webfont.woff2') format('woff2'),
		url('https://chantier911.fr/wp-content/uploads/2024/02/markpro-webfont.woff') format('woff'),
		url('https://chantier911.fr/wp-content/uploads/2024/02/MarkPro.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'GTWalsheimPro';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://chantier911.fr/wp-content/uploads/2026/05/GTWalsheimPro-Regular.eot');
	src: url('https://chantier911.fr/wp-content/uploads/2026/05/GTWalsheimPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('https://chantier911.fr/wp-content/uploads/2026/05/GTWalsheimPro-Regular.woff2') format('woff2'),
		url('https://chantier911.fr/wp-content/uploads/2026/05/GTWalsheimPro-Regular.woff') format('woff'),
		url('https://chantier911.fr/wp-content/uploads/2026/05/GTWalsheimPro-Regular.ttf') format('truetype'),
		url('https://chantier911.fr/wp-content/uploads/2026/05/GTWalsheimPro-Regular.svg#GTWalsheimPro') format('svg');
}
@font-face {
	font-family: 'GTWalsheimPro';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://chantier911.fr/wp-content/uploads/2026/05/GTWalsheimPro-Bold.eot');
	src: url('https://chantier911.fr/wp-content/uploads/2026/05/GTWalsheimPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://chantier911.fr/wp-content/uploads/2026/05/GTWalsheimPro-Bold.woff2') format('woff2'),
		url('https://chantier911.fr/wp-content/uploads/2026/05/GTWalsheimPro-Bold.woff') format('woff'),
		url('https://chantier911.fr/wp-content/uploads/2026/05/GTWalsheimPro-Bold.ttf') format('truetype'),
		url('https://chantier911.fr/wp-content/uploads/2026/05/GTWalsheimPro-Bold.svg#GTWalsheimPro') format('svg');
}
/* End Custom Fonts CSS */