/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1768292316
Updated: 2026-01-13 08:18:36

*/
.elementor a {
    text-decoration: none !important;
}
.flou {
    background: rgba(255, 255, 255, 0.2);
    background: #ffffff0d;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
	border: 3px solid rgb(255 255 255 / 9%);
}
.bloc-gauche .slide .swiper .swiper-slide figure, .bloc-gauche .slide .swiper .swiper-slide, .bloc-gauche .slide .swiper, .bloc-gauche .slide {
    height: 100%;
}

.bloc-gauche .slide .swiper .swiper-slide img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    max-height: 100% !important;
}
.scrolled {
    background: rgb(0 0 0 / 26%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}
.scrolled .img-logo img {
    height: auto;
    width: 90px !important;
    padding: 10px;
}
.nos-solutions .customslide-slide-inner {
    background: transparent !important;
    padding: 0;
    margin: 0;
    width: 100%;
}
.service-card img {
    position: relative;
    border-radius: 20px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.service-card {
    height: 400px;
    position: relative;
    display: block;
    width: 100%;
}
.service-content {
    background: white;
    margin-top: -110px;
    position: relative;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px;
    box-shadow: 0 22.162px 66.486px 11.081px rgba(222, 225, 227, .35);
	padding: 20px;
}
.customslide-services .customslide-swiper {
    padding-bottom: 120px;
}
.service-content h3 {
    font-size: 22px;
    color: black;
    font-weight: 600;
    height: 60px;
    margin: 0;
    display: flex;
    align-items: center;
}
.service-content p {
    color: black;
    font-size: 16px;
}
.image-service {
    height: 100%;
    overflow: hidden;
}
.image-service {
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.service-link .image-service img {
    transition: .4s ease;
}

.service-link:hover .image-service img {
    transform: scale(1.1);
}
.service-content span {
    position: absolute;
    top: -20px;
    right: 20px;
    background: linear-gradient(45deg, #1dc96b, #01c6dd);
    height: 45px;
    width: 45px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
}
.nos-solutions .navigator-button {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 50px;
    width: 110%;
}
.nos-solutions .navigator-button .swiper-button-next, .nos-solutions .navigator-button .swiper-button-prev {
    height: 40px;
    width: 40px;
    background: transparent;
    border-radius: 50px;
    border: 1px solid #b7b7b7;
}
.nos-solutions .navigator-button .swiper-button-next:after, .nos-solutions .navigator-button .swiper-button-prev:after {
    font-size: 15px;
    font-weight: 900;
    color: gray;
}
.valeur-bloc {
    overflow: hidden;
}
.ampoule {
  animation: ampouleBW 6s infinite ease-in-out;
  will-change: filter;
	opacity: .7;
}

@keyframes ampouleBW {
  0%, 50% {
    filter: grayscale(100%);
  }
  50.0001%, 100% {
    filter: grayscale(0%);
  }
}

.after-before {
    height: 600px;
}

.after-before .wpr-ba-image-container {
    height: 100%;
}

.ti-rating-text strong.ti-rating.ti-rating-large {
    color: white;
    opacity: 0;
}

.ti-fade-container {
    background: url(https://ecoplanet.horeb.tech/wp-content/uploads/2026/01/nom-logo.webp);
    background-repeat: no-repeat;
    background-position: center 4px;
    padding-top: 25px;
    margin-top: -15px;
}


/* Le mega menu ne doit JAMAIS pousser le header */
.mega-nos-solutions {
    position: fixed;
    top: 110px !important;
    left: 50% !important;
    width: 100%;
    z-index: 9999;
    display: block;
    transform: translateX(-50%) !important;
    border-radius: 20px;
    background: linear-gradient(45deg, #24c96f99, #6ac1dea8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}


.mega-nos-solutions {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.mega-nos-solutions.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}



.mm-overlay {
    height: 100vh !important;
}
.mm-header img {
    filter: none !important;
}
.mm-list li a {
    font-weight: 100 !important;
    text-transform: initial !important;
    letter-spacing: .02em;
    transition: background .2s ease, transform .15s ease;
    font-size: 20px;
    font-family: var(--e-global-typography-primary-font-family) !important;
}
.mm-right {
    right: 0 !important;
}
.burger-corp {
    overflow-y: initial !important;
    -webkit-overflow-scrolling: touch;
    flex: 1;
}
.mm-visible-all {
    display: inline-flex;
    padding: 10px 0px 10px 10px !important;
}
.mm-toggle {
    background: var(--e-global-color-primary) !important;
}
.display-mobile{
	display: none !important;
}
.vertical .current-menu-item a, .vertical .menu-item a:hover {
    color: var(--e-global-color-accent) !important;
}
@media (max-width: 1024px) {
  .mega-nos-solutions {
    display: none !important;
  }
	.hide-mobile{
		display: none !important;
	}
	.display-mobile{
		display: block !important;
	}
	.nos-solutions .navigator-button {
    position: absolute;
    top: 0;
    left: 50%;
    height: 50px;
    width: 100%;
}
	.navigator-button {
    top: -35px !important;
}
}