/**** CUSTOM CSS BY NIIX ****/

/**** GLOBAL CSS ****/

body #page-container a {
    text-decoration: none !important;
}
body #page-container .img-cover img {
    object-fit: cover;
}
body #page-container ul {
    list-style-type: none !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
}
body #page-container h1, h2, h3, h4 {
    padding: 0;
    margin: 0;
}
body #page-container p {
    margin: 0;
}

/**** IMG HOVER EFFECTS ANIMATION CSS ****/
.img-hover {
	transition: all 1s;
}
.img-hover img {
	overflow: hidden !important;
}
.img-hover .et_pb_image_wrap {
	overflow: hidden !important;
}
.img-hover .et_pb_image_wrap img{
	transition: all 1s;
}
.img-hover:hover img {
	transform: scale(1.1);
}
.img-hover span:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff29;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0, 0 20%, 100% 20%, 100% 20%, 0 20%, 0 40%, 100% 40%, 100% 40%, 0 40%, 0 60%, 100% 60%, 100% 60%, 0 60%, 0 80%, 100% 80%, 100% 80%, 0 80%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0, 0 20%, 100% 20%, 100% 20%, 0 20%, 0 40%, 100% 40%, 100% 40%, 0 40%, 0 60%, 100% 60%, 100% 60%, 0 60%, 0 80%, 100% 80%, 100% 80%, 0 80%, 0 100%);
  pointer-events: none !important;
}
.img-hover:hover span:before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 20%, 0 20%, 0 20%, 100% 20%, 100% 40%, 0 40%, 0 40%, 100% 40%, 100% 60%, 0 60%, 0 60%, 100% 60%, 100% 80%, 0 80%, 0 80%, 100% 80%, 100% 100%, 0 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 20%, 0 20%, 0 20%, 100% 20%, 100% 40%, 0 40%, 0 40%, 100% 40%, 100% 60%, 0 60%, 0 60%, 100% 60%, 100% 80%, 0 80%, 0 80%, 100% 80%, 100% 100%, 0 100%, 0 100%);
  pointer-events: none !important;
}
@keyframes shine {
    100% {
        left: 125%;
    }
}

/**** ANIMATION CSS ****/
@keyframes bounce-y {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

/**** RESUME HOVER ANIME ****/
.resume-img-hover span:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff29;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0, 0 20%, 100% 20%, 100% 20%, 0 20%, 0 40%, 100% 40%, 100% 40%, 0 40%, 0 60%, 100% 60%, 100% 60%, 0 60%, 0 80%, 100% 80%, 100% 80%, 0 80%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0, 0 20%, 100% 20%, 100% 20%, 0 20%, 0 40%, 100% 40%, 100% 40%, 0 40%, 0 60%, 100% 60%, 100% 60%, 0 60%, 0 80%, 100% 80%, 100% 80%, 0 80%, 0 100%);
pointer-events: none !important;
}
.resume-img-hover:hover span:before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 20%, 0 20%, 0 20%, 100% 20%, 100% 40%, 0 40%, 0 40%, 100% 40%, 100% 60%, 0 60%, 0 60%, 100% 60%, 100% 80%, 0 80%, 0 80%, 100% 80%, 100% 100%, 0 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 20%, 0 20%, 0 20%, 100% 20%, 100% 40%, 0 40%, 0 40%, 100% 40%, 100% 60%, 0 60%, 0 60%, 100% 60%, 100% 80%, 0 80%, 0 80%, 100% 80%, 100% 100%, 0 100%, 0 100%);
pointer-events: none !important;
}

/**** BOX HOVER ANIME ****/
.box-hover-anim {
    position: relative;
	overflow: hidden !important;
}
.box-hover-anim:before {
	position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, transparent 0%, rgba(255,255,255,0.1) 100%);
    transform: skewX(-25deg);
	transition: all 0.8s;
    z-index: 1;
    pointer-events: none !important;
}
.box-hover-anim:hover:before {
	left: 100% !important;
}

body.et_pb_button_helper_class #page-container .et_pb_section a.btn-white {
    position: relative;
    z-index: 0;
    overflow: hidden !important;
}
body.et_pb_button_helper_class #page-container .et_pb_section a.btn-white:hover {
    color: #fff !important;
    border-color: #fff !important;
    background-color: transparent;
}

/**** ICONE ANIMATION ****/
.icon-anim {
	 transition: all .4s ease-in-out;
}
.icon-anim img {
	 transition: all .4s ease-in-out;
}
.icon-anim:hover img {
	 animation: bounceIn 1s linear;
}

@keyframes bounceIn {
   0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
}
20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
}
80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
}
100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}
@keyframes moveBackground {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

/**** HEADER ****/
.header .coordonnee-header .et_pb_main_blurb_image {
  	width: 15px !important;
}
.header .coordonnee-header .et_pb_blurb_container {
    padding-left: 10px !important;
}
.header .menu-header #menu-menu-principales {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header .menu-header #menu-menu-principales>li {
    margin-top: 0 !important;
}
.header .menu-header #menu-menu-principales>li>a {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}
.header .menu-header #menu-menu-principales>li.last-menu>a {
    color: #fff !important;
    padding: 15px 25px !important;
    background-color: #07589e;
}
.header .menu-header #menu-menu-principales>li.last-menu {
    padding: 0 !important;
    margin-left: 20px !important;
}
.header .menu-header .et_pb_menu__wrap {
    justify-content: flex-end;
}
.header .menu-header #menu-menu-principales>li>a:after {
    top: 35px !important;
}
body #page-container .header .menu-header li ul.sub-menu {
		padding: 20px !important;
}
.header .menu-header ul>li>a.menu-link:hover {
	 color: #fff !important;
	background-color: #07589e !important;
}
body #page-container .header .menu-header ul>li>a.menu-link.active {
    color: #fff !important;
	background-color: #07589e !important;
}
.header .menu-header ul>li.current-menu-item>a {
	opacity: 1 !important;
}
.header .menu-header ul#menu-menu-principales .sub-menu {
	padding: 20px !important;
    border-radius: 0;
}
.header .menu-header ul#menu-menu-principales .sub-menu li {
    width: 100% !important;
	padding-left: 0 !important;
    padding-right: 0 !important;
}
.header .menu-header ul#menu-menu-principales .sub-menu>li>a {
	width: 100% !important;
}
.header .menu-header ul#menu-menu-principales .sub-menu>li>a:hover {
    color: #fff !important;
	opacity: 1 !important;
    background-color: #07589e !important;
}
.header .menu-header ul#menu-menu-principales .sub-menu>li.current-menu-item>a {
    color: #fff !important;
	opacity: 1 !important;
    background-color: #07589e !important;
}

/**** ACCUEIL ****/
.banner-slider .et_pb_slide_description {
	position: relative !important;
	animation: none !important;
}
.counter-item .percent {
    height: 44px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 10px !important;
}
.banner-slider .et-pb-controllers {
    display: flex;
    justify-content: center;
    position: relative;
    top: -60px;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}
.banner-slider .et-pb-controllers a:not(:last-child) {
    margin-right: 20px !important;
}
.banner-slider .et-pb-controllers a.et-pb-active-control:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #FFD700;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease;
    z-index: -1;
}
.banner-slider .et-pb-controllers a.et-pb-active-control {
    position: relative;
}
.banner-slider .et-pb-controllers:before {
    content: "";
    display: block;
    position: absolute;
    top: -34px;
    left: -60px;
    width: 4px;
    height: 74px;
    background: linear-gradient(to bottom, #2b687e, #ffffff);
    opacity: 0.6;
    transform: rotate(90deg) scalex(-1);
}
.banner-slider .et-pb-controllers:after {
    content: "";
    display: block;
    position: absolute;
    top: -34px;
    left: auto;
    right: -60px;
    width: 4px;
    height: 74px;
    background: linear-gradient(to bottom, #2b687e, #ffffff);
    opacity: 0.6;
    transform: rotate(90deg) scalex(-1);
}
.banner-slider .et_pb_slide {
	animation: zoomout 5500ms infinite linear;
}
.col-expertise-item {
    margin-right: 0px !important;
    transition: all .5s !important;
}
.col-expertise-item:hover:before {
    opacity: 1;
}
.col-left-about:hover:before {
	width: 93%;
    height: 50%;
}
.col-left-about:hover:after {
	width: 93%;
    height: 50%;
}
.expertise-item {
     display: flex;
	 align-items: center;
     margin: 20px !important;
     min-height: 295px !important;
}
.expertise-item-bottom {
    margin-top: 0 !important;
}
.expertise-item-top {
    margin-bottom: 0 !important;
}
.mission-item img {
	filter: brightness(0) invert(1);
}
@keyframes zoomout {
	0% {
    	background-size: 100%;
	}
	100% {
    	background-size: 150%;
	}
}
.choisir-item .et_pb_blurb_container {
   padding-left: 8px !important;
}
.choisir-item .et_pb_blurb_container {
   padding-left: 8px !important;
}

/**** TRAITEMENT EAU ****/
.adoucisseur-list .adoucisseur-item {
    padding: 0 !important;
    border-radius: 10px !important;
    border: none !important;
	background-color: #fff !important;
    overflow: hidden !important;
}
.adoucisseur-list .adoucisseur-item:not(:last-child) {
	margin-right: 20px !important;
}
.adoucisseur-list .adoucisseur-item img {
    height: 150px;
    object-fit: cover;
}
.adoucisseur-item .et_pb_blurb_description {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
}
.adoucisseur-item .et_pb_main_blurb_image img {
    border-radius: 10px 10px 0 0 !important;
}
.galerie-slider img {
	height: 450px !important;
}
.galerie-slider a.et-pb-arrow-prev {
    left: 40px !important;
    opacity: 1 !important;
}
.galerie-slider a.et-pb-arrow-prev:before {
	color: #fff;
    background-color: #07589e;
}
.galerie-slider a.et-pb-arrow-next {
    right: 40px !important;
    opacity: 1 !important;
}
.galerie-slider a.et-pb-arrow-next:before {
	color: #fff;
    background-color: #07589e;
}
.galerie-slider .et-pb-controllers a {
	background-color: #fff !important;
}
.galerie-slider .et-pb-controllers a.et-pb-active-control {
    background-color: #07589e !important;
}

/**** MENTIONS LEGALES ****/
body #page-container .mentions-legales p {
	font-weight: 400 !important;
}
body #page-container .mentions-legales h2 {
    margin-bottom: 15px !important;
}
body #page-container .mentions-legales p{
	padding: 0 !important;
}
body #page-container .mentions-legales .espace {
    margin-bottom: 20px !important;
    padding: 0 !important;
}
body #page-container .mentions-legales .first-section .espace {
    margin-bottom: 10px !important;
}
body #page-container .mentions-legales .first-section p:last-child {
    margin-bottom: 20px !important;
}
body #page-container .mentions-legales p {
    padding-bottom: 0 !important;
}

/**** DESACTIVE SCROLL PAGE ****/
body #page-container{
    overflow: hidden !important;
}

/**** DESACTIVE SCROLL ON POPUP ****/
body.mfp-zoom-out-cur {
    overflow: hidden !important;
}
body.mfp-zoom-out-cur .mfp-bg.mfp-fade.mfp-ready, body.mfp-zoom-out-cur .mfp-wrap {
    position: fixed !important;
    top: 0 !important;
}

/**** REALISATION PAGE ****/
.realisation ul {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent !important;
    margin-bottom: 35px !important;
}
.realisation ul>li {
    border-right: none !important;
    padding-top: 5px !important;
    padding-bottom: 6px !important;
	margin-left: 5px !important;
    border-radius: 0px !important;
}
.realisation .et_pb_all_tabs {
	background-color: transparent !important;
}
.galerie-realisation .et_pb_gallery_items {
	display: flex;
	flex-wrap: wrap;
}
.galerie-realisation .et_pb_gallery_item {
    width: 380px !important;
    margin: 0px 20px 20px 0px !important;
}
.realisation ul>li:first-child {
	margin-left: 0 !important;
}
.realisation .et_pb_tab {
    padding: 0 !important;
}
.galerie-realisation img {
    height: 330px !important;
    object-fit: cover;
    border-radius:  0px !important;
}
.galerie-realisation .et_pb_gallery_item .et_overlay {
	border-radius: 0px !important;
    border: none !important;
}
.galerie-realisation .et_pb_gallery_item .et_overlay:before {
    font-size: 20px !important;
    left: 50% !important;
    top: 50%;
}

/**** CONTACT SELECT ****/
.forminator-ui#forminator-module-372.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"] {
    border-color: #000000;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
}
.captcha-ni div#rc-anchor-classic-warning {
    display: none !important;
}

/**** FOOTER CUSTOM CSS ****/
.menu-footer .sub-menu {
    display: none;
}
.menu-footer ul#menu-menu-principale-1>li {
	padding-left: 0 !important;
	padding-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    transition: all .4s;
}
.menu-footer ul#menu-menu-principale-1>li:hover {
	padding-left: 7px !important;
}
.menu-footer ul#menu-menu-principale-1>li:last-child {
	margin-bottom: 0 !important;
}
.menu-footer ul#menu-menu-principale-1>li>a {
	padding-bottom: 0 !important;
}
.menu-footer .et_pb_menu__menu {
	display: block;
}
.menu-footer .et_mobile_nav_menu {
	display: none !important;
}
.menu-footer #menu-menu-principale-1 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 0 !important;
}
.menu-footer .et_pb_menu__wrap {
	justify-content: flex-start;
}
.menu-footer ul>li>a:after {
    display: none;
}
.menu-footer ul#menu-menu-principale-1>li:before {
    content: "➤";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("/wp-content/uploads/2025/10/right-arrow.png");
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}
.infos-plus {
	transition: all .4s;
}
.infos-plus:hover {
	padding-left: 7px !important;
}
.infos-plus .et_pb_blurb_description:before {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    background-image: url("/wp-content/uploads/2025/10/right-arrow.png");
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    filter: brightness(0) saturate(100%) invert(71%) sepia(36%) saturate(6174%) hue-rotate(186deg) brightness(105%) contrast(94%);
}
.infos-plus .et_pb_blurb_description {
 	display: flex;	
    align-items: center;
}
.coordonnee-item .et_pb_blurb_container {
    padding-left: 20px !important;
}
.infos-plus .et_pb_blurb_container {
	padding-left: 0 !important;
}

/**** PAGE 404 ANIMATION EFFECTS ****/
.bounce2 {
    animation: bounce2 2s ease infinite;
}
  @keyframes bounce2 {
      0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
      40% {transform: translateY(-20px);}
      60% {transform: translateY(-15px);}
}

/**** COOKIEYES CUSTOM CSS ****/
.cky-btn-revisit-wrapper {
    width: 30px !important;
    height: 30px !important;
}
.cky-btn-revisit-wrapper .cky-btn-revisit img {
    height: 20px !important;
    width: 20px !important;
}

/**** PLAN DU SITE CUSTOM CSS ****/
.site-map h3 {
    display: none !important;
}
.site-map br {
    display: none !important;
}
.site-map ul {
	margin: 0 !important;
}
.site-map li {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    transition: all .4s;
}
.site-map li:hover {
    padding-left: 10px;
}
.site-map li:last-child {
    margin-bottom: 0px;
}
.site-map li:before {
    content:'';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('/wp-content/uploads/2025/10/icon-site.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 10px;
}

/**** BTN BACK TO TOP CUSTOM CSS ****/
.et_pb_scroll_top:before {
    content: "6" !important;
    font-size: 25px !important;
}
.et_pb_scroll_top.et-pb-icon {
    padding: 0 4px 3px 4px;
    border-radius: 8px;
    background-color: #07589e;
    margin-right: 10px;
    transition: 0.3s all;
}
.et_pb_scroll_top.et-pb-icon:hover {
    transition: 0.3s all;
    transform: scale(1.1);
}
.et_pb_scroll_top.et-pb-icon {
  animation: pulse 1s infinite ease-in-out alternate;
}
@keyframes pulse {
  from { transform: scale(0.8); }
  to { transform: scale(1.2); }
}

/**** DAILYWEB COPYRIGHT CUSTOM CSS ****/
.daily {
    padding: 7px 60px;
    background-image: url('/wp-content/uploads/2025/10/daily_web_white-.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/**** RESPONSIVE SITE ****/

@media screen and (min-width: 1600px) {
    .expertise-list {
        max-width: 1550px !important;
        width: 90% !important;
    }
    .expertise-item {
        padding: 30px !important;
        margin: 20px !important;
        min-height: 320px !important;
    }
    .col-expertise-item:not(:last-child) {
    	margin-right: 20px !important;
	}
    .col-expertise-item {
		width: 23.8% !important;
	}
}
@media screen and (min-width: 1500px) {
	body #page-container .banner-inner {
		height: 350px !important;
	}
    .header .logo-header {
      max-width: 150px !important;
  	}
	.img-full-screen img {
		height: 667px !important;
        object-fit: cover !important;
	}
	body #page-container .banner-title {
		max-width: 95% !important;
	}
	body #page-container .banner-title h1 {
		font-size: 60px !important;
        line-height: 65px !important;
	}
	body #page-container .img-cta img {
		height: 500px !important;
	}
   	body #page-container .col-content-cta {
		padding: 0 70px !important;
	}
    body #page-container .chauffe-eau-thermo .img-full-screen img {
        height: 770px !important;
        object-fit: cover !important;
    }
	body #page-container .col-left-thermo {
		padding-right: 60px !important;
	}
	body #page-container .img-full-chaudiere {
		position: relative !important;
		left: -360px !important;
		max-width: 160% !important;
		width: 160% !important;
	}
    body #page-container .img-full-traitement {
		position: relative !important;
		left: -360px !important;
		max-width: 160% !important;
		width: 160% !important;
	}
	body #page-container .img-full-screen-hp {
		max-width: 160%;
        width: 160%;
	}
	body #page-container .img-full-screen-hp img {
		height: 680px !important;
	}
    body #page-container .section-choisir:after {
        content: "";
        display: block;
        width: 18%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 41%;
        background-image: url(/wp-content/uploads/2025/10/air-conditioner.png);
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat;
        opacity: 1;
        z-index: 3;
        pointer-events: none;
    }
}

@media screen and (min-width: 1312px) and (max-width: 1333px) {
	.galerie-realisation .et_pb_gallery_item {
    	width: 275px !important;
    	margin: 0px 20px 20px 0px !important;
	}
}

@media screen and (min-width: 1180px) and (max-width: 1311px) {
	.galerie-realisation .et_pb_gallery_item {
        width: 245px !important;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1179px) {
	.galerie-realisation .et_pb_gallery_item {
        width: 210px !important;
	}
    #galerie-list .et_pb_gallery_items {
    	display: flex;
    	flex-wrap: wrap;
    	margin-left: 10px !important;
	}
}

@media screen and (min-width: 981px) and (max-width: 1023px) {
	.galerie-realisation .et_pb_gallery_item {
        width: 200px !important;
	}
    #galerie-list .et_pb_gallery_items {
    	display: flex;
    	flex-wrap: wrap;
    	margin-left: 10px !important;
	}
}

@media screen and (min-width: 981px) {
    body #page-container .banner {
        height: calc(100vh - 100px) !important;
    }
	.galerie-realisation .et_pb_gallery_items {
		margin-left: 10px !important;
	}
    .banner-slider {
	    height: calc(100vh - 125px) !important;
	}
	.banner-slider .et_pb_slide {
	    height: calc(100vh - 125px) !important;
	}
    .banner-slider .et_pb_container.clearfix {
	    height: calc(100vh - 125px) !important;
	}
}

@media screen and (max-width: 980px) {
    body #page-container .header .coordonnee-header.phone .et_pb_blurb_container {
     	display: block !important;
  	}
  	body #page-container .header .menu-header .et_mobile_nav_menu {
     	margin: 0 !important;
  	}
	body #page-container .coordonnee-header {
		border-radius: 0px !important;
	}
	body #page-container .header .menu-header li ul.sub-menu {
		width: 100% !important;
		padding: 20px !important;
	}
	.banner-slider {
		height: 650px !important;
	}
    .banner-slider .et_pb_slide {
	    height: 650px !important;
	}
    .banner-slider .et_pb_container.clearfix {
	    height: 650px !important;
	}
	.banner-slider .et_pb_slide_content {
		width: 100% !important;
	}
    body #page-container .banner-inner {
        height: calc(100vh - 113px) !important;
    }
	body #page-container .no-space-right {
		margin-right: 0 !important;
	}
    body #page-container .space-right {
		margin-right: 20px !important;
	}
    .img-full img {
        width: 100% !important;
    }
    .img-full .et_pb_image_wrap {
        width: 100% !important;
    }
	.menu-header .mobile_menu_bar {
    	border-radius: 0px;
    	background-color: #07589e !important;
	}
	.menu-header #mobile_menu1 {
		border-radius: 5px !important;
	}
	.menu-header #mobile_menu1 li:hover a {
		color: #000 !important;
	}
	.menu-header .mobile_menu_bar:before {
		color: #fff !important;
	}
	.menu-header .et_pb_menu_inner_container.clearfix {
		position: unset !important;
	}
	.menu-header #mobile_menu1 {
		padding: 30px 20px !important;
	}
	.menu-header #mobile_menu1 li a:hover {
        opacity: 1 !important;
        color: #fff !important;
		background-color: #07589e !important;
	}
    .menu-header #mobile_menu1>li.current-menu-item>a {
        opacity: 1 !important;
        color: #fff !important;
		background-color: #07589e !important;
	}
	body #page-container .navbar .menu-header li>a.menu-link.active {
		color: #fff !important;
		background-color: #07589e !important;
	}
	body #page-container .menu-header li>a.menu-link {
		color: #000 !important;
	}
    body #page-container .menu-header li>a.menu-link:hover {
		color: #fff !important;
	}
	.menu-header #mobile_menu1 li ul.sub-menu>li {
		padding-left: 0 !important;
	}
	.menu-header .et_mobile_nav_menu {
		margin: 0 !important;
	}
    body #page-container .menu-header .mobile_nav.opened .et_mobile_menu{
        transition: all .4s !important;
        display: block !important;
    }
    body #page-container .menu-header .mobile_nav.closed .et_mobile_menu{
       display: none !important;
       transition: all 4s !important;
    }
	body #page-container .banner-slider .et-pb-slider-arrows {
		display: none !important;
	}
	body #page-container .ligne-row {
    	max-width: 1200px !important;
    	width: 90% !important;
	}
	body #page-container .mission-item {
		width: 47% !important;
	}
	body #page-container .col-expertise-item {
		width: 48% !important;
	}
    body #page-container .col-expertise-item.col-expertise-2 {
		margin-right: 0 !important;
	}
    body #page-container .col-expertise-item.col-expertise-3 {
		margin-top: 25px !important;
	}
    body #page-container .col-expertise-item.col-expertise-4 {
		margin-top: 25px !important;
	}
	body #page-container .col-expertise-item.col-expertise-3 .expertise-item {
		margin-bottom: 0 !important;
	}
	body #page-container .expertise-item {
		min-height: 348px !important;
	}
	body #page-container .col-content-cta {
		padding: 0 !important;
	}
	body #page-container .col-content-cta br {
		display: none !important;
	}
    body #page-container .adoucisseur-list {
    	display: flex;
    	flex-wrap: wrap;
	}
    .adoucisseur-list .adoucisseur-item {
    	width: 46% !important;
	}
    .adoucisseur-list .adoucisseur-item:first-child {
    	margin-bottom: 20px !important;
	}
    .adoucisseur-list .adoucisseur-item:nth-child(2) {
    	margin-bottom: 20px !important;
	}
    .galerie-slider img {
		height: 350px !important;
	}
	body #page-container .col-space-bottom {
		margin-bottom: 30px !important;
	}
    body #page-container .realisation ul {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	body #page-container .realisation ul>li {
		width: 100%;
		max-width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
        margin-bottom: 15px !important;
        margin-left: 0 !important;
	}
	body #page-container .realisation ul>li:last-child {
		margin-bottom: 0 !important;
	}
	body #page-container .realisation .et_pb_gallery_item {
        max-width: 100% !important;
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
	}
	body #page-container .realisation .et_pb_gallery_item:last-child {
		margin-bottom: 0 !important;
	}
	.galerie-realisation img {
		width: 100% !important;
	}
    .et_animated {
        opacity: 1 !important;
    }
    .et_pb_section *:not(.et_pb_row--with-menu, .logo-slider, .arrow_gauche.slick-arrow .arrow_droite.slick-arrow, .slick-list, .slick-track, .slick-slide) {
        -o-transition-property: none!important;
        -moz-transition-property: none!important;
        -webkit-transition-property: none!important;
        transition-property: none!important;
        -o-transform: none!important;
        -moz-transform: none!important;
        -ms-transform: none!important;
        -webkit-transform: none!important;
        transform: none!important;
        -webkit-animation: none!important;
        -moz-animation: none!important;
        -o-animation: none!important;
        animation: none !important;
    }
}

@media screen and (max-width: 767px) {
    body #page-container .header .coordonnee-header.phone .et_pb_blurb_container {
        display: none !important;
    }
    body #page-container .header .coordonnee-header.phone .et_pb_main_blurb_image {
        width: 100% !important;
    }
    .banner-slider {
		height: calc(100vh - 90px) !important;
	}
    .banner-slider .et_pb_slide {
	    height: calc(100vh - 90px) !important;
	}
    .banner-slider .et_pb_container.clearfix {
	    height: calc(100vh - 90px) !important;
	}
    body #page-container .banner-inner {
       height: calc(100vh - 90px) !important;
    }
	body #page-container h2 {
		font-size: 26px !important;
        line-height: 30px !important;
	}
	body:not(.home) #page-container h1 {
		font-size: 30px !important;
        line-height: 35px !important;
	}
    body #page-container .google-avis .ti-widget-container.ti-col-1 {
    	margin-bottom: 0 !important;
	}
    body #page-container .google-avis .ti-reviews-container {
    	margin-bottom: 0 !important;
	}
    body #page-container .google-avis .ti-controls-line {
    	margin-bottom: 0 !important;
	}
    body #page-container .mentions-legales h2 {
       font-size: 26px !important;
    }
    body #page-container .header .topbar .coordonnee-header img {
       filter: brightness(0) !important;
    }
    .header .topbar .et_pb_blurb_container {
       display: none !important;
    }
    .banner-slider {
       padding: 0 !important;
    }
    .banner-slider {
		height: calc(100vh - 60px) !important;
	}
    .banner-slider .et_pb_slide {
	    height: calc(100vh - 60px) !important;
	}
    .banner-slider .et_pb_container.clearfix {
	    height: calc(100vh - 60px) !important;
	}
    .banner-slider br {
       display: none !important;
    }
    .banner-slider .et_pb_slides .et_pb_slide {
       padding-left: 15px !important;
       padding-right: 15px !important;
    }
    body #page-container .galerie-realisation img {
       width: 100% !important;
    }
    body #page-container #galerie-list {
       overflow: hidden !important;
    }
	body #page-container .col-expertise-item {
        width: 100% !important;
		margin-bottom: 20px !important;
	}
    body #page-container .col-expertise-item.col-expertise-2 {
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }
    body #page-container .col-expertise-item.col-expertise-3 .expertise-item {
        margin-bottom: 20px !important;
    }
	body #page-container .col-expertise-item.col-expertise-3 {
		margin-bottom: 0 !important;
	}
    body #page-container .col-expertise-item:last-child {
		margin-bottom: 0px !important;
	}
	body #page-container .expertise-item:last-child {
		margin-bottom: 0 !important;
	}
    body #page-container .expertise-item {
        min-height: 300px !important;
    }
	body #page-container .col-expertise-item.col-expertise-1 .expertise-item {
		margin-bottom: 20px !important;
	}
    .galerie-slider img {
		height: 280px !important;
	}
	body #page-container .mission-item {
		width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
	}
	body #page-container .mission-item:last-child {
		margin-bottom: 0 !important;
	}
    body #page-container .space-right {
		margin-right: 10px !important;
	}
    .realisation ul {
       display: flex;
       justify-content: center;
       align-items: center;
       flex-direction: column !important;
       background-color: transparent !important;
       margin-bottom: 35px !important;
    }
    .realisation ul>li {
       margin-left: 0 !important;
       margin-bottom: 10px !important;
       display: flex;
       justify-content: center;
       align-items: center;
       width: 100% !important;
    }
    body #page-container .realisation .et_pb_gallery_item {
       max-width: 100% !important;
       width: 100% !important;
       margin-right: 0 !important;
    }
    body #page-container .realisation .et_pb_gallery_item img{
       max-width: 100% !important;
       width: 100% !important;
    }
	.realisation .et_pb_gallery_item .et_pb_gallery_image.landscape{
		max-width: 100% !important;
		width: 100% !important;
	}
	.galerie-slider a.et-pb-arrow-prev {
		left: 30px !important;
		opacity: 1 !important;
	}
	.galerie-slider a.et-pb-arrow-prev:before {
        font-size: 30px !important;
		color: #fff;
		background-color: #07589e;
	}
	.galerie-slider a.et-pb-arrow-next {
		right: 30px !important;
		opacity: 1 !important;
	}
	.galerie-slider a.et-pb-arrow-next:before {
        font-size: 30px !important;
		color: #fff;
		background-color: #07589e;
	}
}
@media screen and (max-width: 500px) {
	body #page-container .galerie-realisation .et_pb_gallery_item {
		margin-bottom: 25px !important;
	}
    body #page-container .galerie-realisation .et_pb_gallery_item:last-child {
		margin-bottom: 0 !important;
	}
    body #page-container .coordonnee-item-ni a {
		word-break: break-all !important;
	}
    .adoucisseur-list .adoucisseur-item:not(:last-child) {
		margin-bottom: 20px !important;
	}
	body #page-container .adoucisseur-list .adoucisseur-item {
		width: 100% !important;
        margin-right: 0 !important;
        min-height: 245px !important;
	}
}

@media screen and (max-width: 505px) {
	body #page-container .col-content-cta a.btn-cta-1 {
		margin-right: 0 !important;
        margin-bottom: 0 !important;
	}
}

@media screen and (max-width: 423px) {
	body #page-container #galerie-list span.et_overlay:before {
		left: 54% !important;
	}
    body #page-container .captcha-ni .forminator-g-recaptcha {
    	width: 302px !important;
    	margin-left: 0px !important;
	}
    .et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design=default] .forminator-field-captcha, .forminator-ui.forminator-custom-form[data-design=default] .forminator-field-captcha {
		 overflow: visible !important;
	}
    body #page-container .form-contact {
        padding-left: 5px !important;
        padding-right: 5px !important;
        box-shadow: none !important;
        border-top: 1px solid !important;
        border-bottom: 1px solid !important;
        border-radius: 0 !important;
    }
    body #page-container .coordonne-item-contact .et_pb_blurb_description a {
        word-break: break-word !important;
    }
}
@media screen and (max-width: 375px) {
	.banner-slider .et_pb_slide_description:after {
        content: "";
        display: block;
        width: 520px;
        height: 520px;
        position: absolute;
        top: -100px;
        left: -120px;
        background-image: url(/wp-content/uploads/2025/01/Mask-slider.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left center;
        z-index: -1;
        opacity: 0.5;
    }
}

@media screen and (max-width: 360px) {
    .banner-slider .et_pb_slide_description:after {
        content: "";
        display: block;
        width: 500px;
        height: 500px;
        position: absolute;
        top: -100px;
        left: -110px;
        background-image: url(/wp-content/uploads/2025/01/Mask-slider.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left center;
        z-index: -1;
        opacity: 0.5;
    }
	body #page-container .social-link {
		margin-left: 0 !important;
	}
}

@media screen and (max-width: 359px) {
	body #page-container .banner-slider h1 {
		font-size: 40px !important;
	}
	body #page-container .banner-inner h1 {
		font-size: 32px !important;
        line-height: 37px !important;
	}
	body #page-container .coordonnee-item-ni a {
		word-break: break-all !important;
	}
	body #page-container .captcha-ni .forminator-g-recaptcha {
		margin-left: -13px !important;
	}
	body #page-container .form-contact {
		overflow: visible !important;
	}
}