.elementor-kit-7{--e-global-color-primary:#0E181E;--e-global-color-secondary:#0E181E;--e-global-color-text:#0E181E;--e-global-color-accent:#0E181E;--e-global-color-602b37f:#FFFFFF;--e-global-color-88ac381:#FE0000;--e-global-color-98fe38e:#EAEEEF;--e-global-color-be905a6:#DBD4CD;--e-global-color-1f976f1:#161A1D;--e-global-typography-primary-font-family:"NeueHaas";--e-global-typography-secondary-font-family:"NeueHaas";--e-global-typography-text-font-family:"NeueHaas";--e-global-typography-accent-font-family:"NeueHaas";}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.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: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 */html.stop-scroll {
    overflow: hidden;
}
.slide-out-top {
    transition: 0.5s transform !important;
    transform: translateY(-130px);
    width: 100% !important;
}
.slide-in-top {
    width: 100% !important;
    transition: 0.5s transform !important;
    transform: translateY(0px);
}
/*.is-active {*/
/*    background: rgba(27, 32, 35, 0.8) !important;*/
/*}*/
/*.bg-white.is-active {*/
/*    background: #fff !important;*/
/*}*/
.animate-text .word {
    display: inline-block;
}
.animate-text .line,
.animate-text .letter {
        display: inline-block;
        white-space: pre-wrap;
        opacity: 0;
        transform: translateY(50px);
        transition: opacity 0.6s ease, transform 0.6s ease;
      }
      
.elementor-location-header {
    mix-blend-mode: difference;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    transition: 0.5s all;
}
/*=== Start of dealing header on home, other pages and project pages separetely ===*/
.elementor-location-header.header-scrolled,
body.home .elementor-location-header,
body.single-project .elementor-location-header,body.single-post .elementor-location-header{
    mix-blend-mode: normal;
}

body:not(.home) #site-header.is-active.slide-in-top,
body.single-project #site-header,body.single-post #site-header {
    background: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}
#site-header.is-active.slide-in-top.header-animation *,
body:not(.home) #site-header.is-active.slide-in-top *,
body.single-project #site-header * ,body.single-post #site-header *{
    filter: brightness(0);
}
@media screen and (min-width: 768px) {
#site-header.is-active.slide-in-top.header-animation {
    background: #fff !important;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}
.no-bg-btn .elementor-button {
    background: none !important;
	background-color: none !important;
}
}
@media screen and (max-width: 767px) {
body.home #site-header.is-active.slide-in-top {
    background: #fff !important;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}
body.home #site-header.is-active.slide-in-top * {
    filter: brightness(0);
}
    
}
/*=== End of dealing header on home, other pages and project pages separetely ===*/
.site-main {
    padding-top: 40px;
}
.home .site-main {
    padding-top: 0;
}


/*=== Video playPause ===*/
.videoWrapper {
    overflow: hidden;
}
.videoWrapper .elementor-widget-video, 
.videoWrapper .elementor-widget-video div {
    min-height: 100vh;
} 
@media (max-width: 767px) {
  .videoWrapper .elementor-widget-video, 
  .videoWrapper .elementor-widget-video div {
    min-height: 60vh !important;
  }
}
.videoWrapper .elementor-widget-video video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.playPauseBtn {
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.playPauseBtn .playPause.paused {
   background: url(https://jdmotion.speed.hebergement-com4design.fr/wp-content/uploads/2025/02/Play.svg) no-repeat center center; 
}
.playPauseBtn .playPause {
    background: url(https://jdmotion.speed.hebergement-com4design.fr/wp-content/uploads/2025/02/Pause.svg) no-repeat center center;
    width: 180px;
    height: 90px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.mobilePlay {
    width: 40px;
    height: 40px;
    background: #fff;
    position: absolute;
    bottom: 40px;
    right: 40px;
    border-radius: 100%;
    z-index: 3;
    cursor: pointer;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobilePlay::before {
    content: "";
    position: absolute;
    background: url(https://jdmotion.speed.hebergement-com4design.fr/wp-content/uploads/2025/03/play-icon.svg) no-repeat center center;
    width: 20px;
    height: 20px;
    background-size: contain !important;
}
.mobilePlay.paused::before {
   background: url(https://jdmotion.speed.hebergement-com4design.fr/wp-content/uploads/2025/05/pause_icon.svg) no-repeat center center; 
}
@media screen and (min-width: 768px) {
   .mobilePlay {
       display: none;
   } 
   .videoWrapper {
       cursor: none;
   }
}
@media screen and (max-width: 767px) {
.playPauseBtn .playPause {
    display: none !important;
}
}

/*=Carousel nextPrev =*/

@media screen and (min-width: 768px) {
.carousel-section {
    overflow: hidden;
}
.carousel-section .elementor-swiper-button {
    transform: none !important;
    top: 0 !important;
    bottom: 0 !important;
  /*  max-width: 220px;*/
    width: 50%;
    cursor: none !important;
}
.carousel-section .elementor-swiper-button svg {
    display: none;
}
.carousel-section .elementor-swiper-button span.c-nav-icon {
    width: 180px;
    height: 80px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 20px;
    display: none;
    background-size: contain !important;
}
.carousel-section .elementor-swiper-button:hover span.c-nav-icon {
    display: block;
}

.carousel-section .elementor-swiper-button .next-icon {
    width: 110px !important;
   background: url(https://jdmotion.speed.hebergement-com4design.fr/wp-content/uploads/2025/05/Next.svg) no-repeat center center;
}
.carousel-section .elementor-swiper-button .prev-icon {
   background: url(https://jdmotion.speed.hebergement-com4design.fr/wp-content/uploads/2025/05/Previous.svg) no-repeat center center;
}
}


.no-bg-btn .elementor-button {
    background: none !important;
	background-color: none !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'NeueHaas';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://jdmotion.speed.hebergement-com4design.fr/wp-content/uploads/2025/02/NeueHaasDisplayMediu.ttf');
	src: url('https://jdmotion.speed.hebergement-com4design.fr/wp-content/uploads/2025/02/NeueHaasDisplayMediu.ttf?#iefix') format('embedded-opentype'),
		url('https://jdmotion.speed.hebergement-com4design.fr/wp-content/uploads/2025/02/NeueHaasDisplayMediu.ttf') format('woff2'),
		url('https://jdmotion.speed.hebergement-com4design.fr/wp-content/uploads/2025/02/NeueHaasDisplayMediu.ttf') format('woff'),
		url('https://jdmotion.speed.hebergement-com4design.fr/wp-content/uploads/2025/02/NeueHaasDisplayMediu.ttf') format('truetype'),
		url('https://jdmotion.speed.hebergement-com4design.fr/wp-content/uploads/2025/02/NeueHaasDisplayMediu.ttf#NeueHaas') format('svg');
}
@font-face {
	font-family: 'NeueHaas';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://jdmotion.speed.hebergement-com4design.fr/wp-content/uploads/2025/02/NeueHaasDisplayBold.ttf');
	src: url('https://jdmotion.speed.hebergement-com4design.fr/wp-content/uploads/2025/02/NeueHaasDisplayBold.ttf?#iefix') format('embedded-opentype'),
		url('https://jdmotion.speed.hebergement-com4design.fr/wp-content/uploads/2025/02/NeueHaasDisplayBold.ttf') format('woff2'),
		url('https://jdmotion.speed.hebergement-com4design.fr/wp-content/uploads/2025/02/NeueHaasDisplayBold.ttf') format('woff'),
		url('https://jdmotion.speed.hebergement-com4design.fr/wp-content/uploads/2025/02/NeueHaasDisplayBold.ttf') format('truetype'),
		url('https://jdmotion.speed.hebergement-com4design.fr/wp-content/uploads/2025/02/NeueHaasDisplayBold.ttf#NeueHaas') format('svg');
}
@font-face {
	font-family: 'NeueHaas';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://jdmotion.speed.hebergement-com4design.fr/wp-content/uploads/2025/02/NeueHaasDisplayLight.ttf');
	src: url('https://jdmotion.speed.hebergement-com4design.fr/wp-content/uploads/2025/02/NeueHaasDisplayLight.ttf?#iefix') format('embedded-opentype'),
		url('https://jdmotion.speed.hebergement-com4design.fr/wp-content/uploads/2025/02/NeueHaasDisplayLight.ttf') format('woff2'),
		url('https://jdmotion.speed.hebergement-com4design.fr/wp-content/uploads/2025/02/NeueHaasDisplayLight.ttf') format('woff'),
		url('https://jdmotion.speed.hebergement-com4design.fr/wp-content/uploads/2025/02/NeueHaasDisplayLight.ttf') format('truetype'),
		url('https://jdmotion.speed.hebergement-com4design.fr/wp-content/uploads/2025/02/NeueHaasDisplayLight.ttf#NeueHaas') format('svg');
}
/* End Custom Fonts CSS */