/*
Theme Name: Coherence Child
Theme URI: http://weshore.com/
Author: Weshore Themes
Author URI: https://weshore.com
Template: coherence
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: Private License
License URI: license.txt
Text Domain: coherence-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/



/*-----------------------------------------***style header***----------------------------------*/
.section-footer .menu-icon-home > a i{display:none !important;}
.section-header .coherence-core-nav-menu .menu-icon-rs {margin-inline: 5px !important;}
.section-header .coherence-core-nav-menu .menu-icon-rs > a {padding-inline: 5px !important;}
body{
	overflow-x:hidden;
}
@media only screen and (min-width: 1025px){
	.section-header .menu-icon-home > a span{display: none;}
}
@media only screen and (max-width: 1024px){
	.section-header .menu-icon-home > a i{display:none !important;}
	.section-header .coherence-core-dropdown .menu-icon-rs{display:none !important;}
}


/*------------------------------------------------------***End***------------------------------------------------------*/


/*------------------------------------------------------***Begin Pages internes Style***------------------------------------------------------*/

.text-white a {
    color: white !important;
}
.text-white a:hover {
    color: var(--e-global-color-color_2) !important;
}
/*------------------------------------------------------***End***------------------------------------------------------*/


/*------------------------------------------------------***Begin Home page Style***------------------------------------------------------*/

/**************************************Style : PRE-HOME*********************************/


/**************************************Style : SLIDER HOME*********************************/

.prime-slide-general .bdt-prime-slider .bdt-slideshow-items li > div{height: 100% !important;min-height: inherit !important;}
.col-slider-inner-content > .e-con-inner {margin-right: 0px !important;margin-left: auto !important;}


/**************************************Style : section_presentation*********************************/


/**************************************Style : section_prestations*********************************/
.imgCarContenair {
    height: 100% !important;
}
.caroussel-prestation .item-desc {
    display: none !important;
	
}

.caroussel-prestation .item-body{
    overflow: hidden;
	
	
}
.caroussel-prestation .item-content {
	background-color: rgba(19, 87, 148, 0.8);
	padding:10px;
	border-radius:40px 40px 0px 0px;
	transition: padding 1s ease-in-out;
}
.caroussel-prestation .item-body img {
    min-height: 400px !important;
}

/* FRONT */
.prestation-front {
    text-align:center;
    
	transition:  opacity 0.8s ease-in-out;
}

.prest-front-title {
	font-family:'playfair display';
  color: #fff;
  text-align: center;
  font-size: 30px;
	font-weight:700;
	text-transform:uppercase;
}

/* BACK */
.prestation-back {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
	 padding: 5% 10% 6% 10%;
    color: #fff;
    opacity: 0;
	left:0;
	top:200px;
    z-index: 1;
	gap:15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
	align-items: center;
    pointer-events: none;
	transition: top 1s ease-in-out, opacity 1s ease-in-out;
}
.prest-back-txt{
	text-align:center;
	font-family:'montserrat';
	font-size: 18px;
	
}
/* HOVER EFFECT */
.item-body:hover .prestation-front {
 opacity:0 !important;
	
}
.item-body:hover .item-content {
	padding-top:238px;
}
.item-body:hover .prestation-back {
  opacity: 1;
  z-index: 3;
  pointer-events: auto;
	top:0;
	
}


.prestation-content .prestation-back .prest-back-title{
		font-family:'playfair display';
  color: #fff;
  font-size: 30px;
  text-align: center;
	font-weight:700;
	text-transform:uppercase;
	
}

.prestation-content .prestation-back .prest-back-btn{
	display: inline-block;
	margin-top: 25px;
    margin-bottom: 12px;
}
.prestation-content .prestation-back .prest-back-btn a{
	
	font-family:'poppins';
	text-decoration: none !important;
	color:white !important;
	font-size:20px;
	font-weight:500;
	border: solid 1px white;
	padding:20px 40px;
	background-color:transparent;
}

.prestation-content .prestation-back .prest-back-btn a:hover{
	background-color:var(--e-global-color-color_2);
	border-color:var(--e-global-color-color_2);
	color:white !important;
	
}



/**************************************Style : section_Actualites*********************************/
.fb-page{
	    border: solid 16px #C92526;
    border-radius: 38px;
}
.fb_iframe_widget iframe  {
	border-radius: 15px !important;
}

/**************************************Style : section_Realisations*********************************/


/**************************************Style : section_partenaires*********************************/
.section-partenaires .elementor-swiper-button-prev,.section-partenaires .elementor-swiper-button-next{
    padding: 5px;
    background-color: var(--e-global-color-color_1);
}
.section-partenaires .elementor-swiper-button-prev:hover,.section-partenaires .elementor-swiper-button-next:hover{
    background-color: var(--e-global-color-color_2);
}


/**************************************Style : section_points_forts*********************************/


/**************************************Style : section_avis*********************************/
body .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button{
    color: white !important;
    font-family:'montserrat' !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    padding: 20px 40px !important;
    background-color: #135794 !important;
}
body .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button:hover{
    background-color: #c92526 !important;

}
.ti-load-more-reviews-button {
    color: white !important;
    font-family:'montserrat' !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    padding: 20px 40px !important;
    background-color: #135794 !important;
}

.ti-load-more-reviews-button:hover {
    background-color: #c92526 !important;
}

.col_avis .ti-widget.ti-goog .ti-reviews-container-wrapper {
    max-height: 658px !important;
    overflow-y: scroll;
    padding-right: 40px !important;
}
 
.col_avis ::-webkit-scrollbar-thumb {
    background:var(--e-global-color-color_1) !important;
    border-radius: 8px !important;
}
 
.col_avis ::-webkit-scrollbar {
/* width: 19px !important; */
}
 
.col_avis ::-webkit-scrollbar-track {
   background: #00000038 !important;
	border-radius: 8px !important;
}

/*--------------------------------------------------------------***End***----------------------------------------------------------------------*/



/*------------------------------------------------------***Begin footer style***------------------------------------------------------*/
.coherence-logo svg{width: 130px !important;height: auto !important;}
.coherence-logo svg * {fill: #fff !important;}
.menu-main-footer .hide-sub-mn .sub-menu , .menu-main-footer .hide-sub-mn .sub-arrow {display: none !important;}

.menu-footer .current-menu-item a{
	font-weight:700 !important;
}
.menu-footer .menu-item:hover a{
	font-weight:700 !important;
}
/*------------------------------------------------------***End***------------------------------------------------------*/

/*------------------------------------------------------***single-piscine***------------------------------------------------------*/
.piscine-grid .post-item:hover{
	background-color: var(--e-global-color-color_2) !important; 
}
.custom-post-header {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
    text-align: center;
}

.custom-post-overlay {
    background: #000000D6;
    padding: 80px;
    width: 100%;
    max-width: 80%;
    border-radius: 8px;
}

.custom-post-title {
   color:white !important;
	font-size: 50px !important;
    font-weight: 700  !important;
   
}
.custom-post-content {
    padding:20px;
    line-height: 1.6;
}
/* section list */
.custom-list-section {
    padding: 60px 20px;
    color: #333;
}

.custom-list-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    
    gap: 20px;
}

.custom-list {
    flex: 1;
   padding: 60px 40px;
    background-color: #f8f8f8;
 align-content: center;
	border-radius: 8px;
}

.custom-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-list li {
    position: relative;
    padding-left: 35px;
	font-family: "Poppins" !important;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.5;
}

.check-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 2px solid var(--e-global-color-color_2) !important;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: transparent;
}

/* .custom-list li::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 4px;
    width: 6px;
    height: 12px;
    border: solid #333;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
} */

.custom-list li.checked .check-icon {
    color: #333;
}

/* .custom-list li.checked::before {
    opacity: 1;
} */

.custom-image {
    flex: 1;
    text-align: center;
}

.custom-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .custom-list-wrapper {
        flex-direction: column;
        gap: 20px;
    }
    
    .custom-list,
    .custom-image {
        width: 100%;
    }
	.custom-post-title{
		font-size:30px !important;
	}
	.custom-post-overlay {
		padding:40px 20px;
	}
}
/* section piscines types */
.piscines-types-section {
    padding: 60px 20px;
    background-color: #135794;
}
.piscines-types-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.piscine-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    width: 49%;
	padding:40px;
    display: flex;
	justify-content:center;
    flex-direction: column;
}

.piscine-gallery {
    display: flex;
    flex-wrap: wrap;
  
}

.piscine-gallery img {
    width: calc(50% - 10px);
    height: auto;
    border-radius: 4px;
}

.piscine-content {
    padding: 15px;
}

.piscine-title {
    font-family: "playfair display" !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    margin-bottom: 20px !important;
    color: #333 !important;
}
.piscine-card hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 10px 0;
	width:100px;
}
.piscine-details {
    list-style: none;
    padding: 0;
    margin: 0;
}

.piscine-details li {
    margin-bottom: 20px;
	font-family: "Poppins" !important;
    font-size:18px;
    color: #555;
}

.piscine-comment {
    margin-top: 10px;
    font-style: italic;
}
.piscine-gallery {
    position: relative;
    width: 100%;
    height: 100%;
}
.myswiper-container ,.swiper-container {
    width: 49%;
    overflow: hidden;
}

.myswiper-container .swiper-slide {
    display: flex; 
    justify-content: center;
    align-items: center;
    width: 100%; 
}

.myswiper-container .swiper-slide img , .spa-image .swiper-slide img{
    width: 100%;
    height: 400px;
    object-fit: cover; 
    border-radius: 4px;
    display: block;
}

 .swiper-button-prev, .myswiper-container .swiper-button-next {
    color: white !important;
    background-color: var(--e-global-color-color_1);
   
}

 .swiper-button-prev:hover, .myswiper-container .swiper-button-next:hover {
	background-color: var(--e-global-color-color_2);
}
 .swiper-button-prev:after, .swiper-button-next:after {
	font-size:20px !important;
}

.btns-row{
	justify-content:center;
	padding:40px;
}
.catalogue-btn{
	display: inline-block;
    text-align: center;
	margin:10px;
	padding: 20px 40px;
	background-color:var(--e-global-color-color_1);
	width: fit-content;
}
.catalogue-btn:hover{
	color:white !important;
}


/* Equipement section */



.equipment-container h4 {
    font-family: "Poppins" !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin-bottom: 40px !important;
    color: #333 !important;
}

.equipment-container h5 {
    font-size: 18px;
    margin: 0px 0 10px;
    color: #444;
}

.equipment-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.equipment-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
	padding: 60px 20px;
    gap: 20px;
}

.equipment-column,
.formula-column {
    flex: 1;
    padding: 40px ;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #f9f9f9;
}


.equipment-column {
    max-width: 45%;
}

.formula-column {
    max-width: 55%; 
    display: flex;
    flex-wrap: wrap;
    gap: 0px 20px;
}

.kit-list,
.maintenance-list {
    flex: 1 1 45%; 
    padding: 10px;
  
}

.formula-kit{
	width:50%;
}
.equipment-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 16px;
}

.check-icon {
    margin-right: 8px;
    color: var(--e-global-color-color_2) !important;
    font-weight: bold;
}

@media (max-width: 768px) {
    .equipment-container {
        padding: 40px 15px;
    }
    
    .equipment-container h1 {
        font-size: 22px;
    }
    
    .equipment-container h2 {
        font-size: 19px;
    }
    
    .equipment-container h3 {
        font-size: 17px;
    }
    
    .equipment-list li {
        font-size: 15px;
    }
}

/*------------------------------------------------------***single-spa***------------------------------------------------------*/

  .custom-post-single {
    display: flex;
    justify-content: center;
    padding: 60px 20px;
    
}

.custom-post-container {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 100%;
    position: relative;
}

.custom-post-image {
    flex: 1;
    position: relative;
    height: -webkit-fill-available;
    width: 50%;
}

.post-thumbnail {
    width: 100%;
    height: 100%;
    object-fit:cover;
    object-position:center;
}

.custom-post-content {
    flex: 1;
    background: #fff;
    padding-top: 60px;
    padding-bottom:40px;
    width:50%;
    position: relative;

}


.post-content{
	position:relative;
	width:100%;
	gap: 20px;
	background-color:white;
	padding:60px;
	margin-left:-191px;
	z-index: 1;
}

.decorative-image1 {
    position: absolute;
    top: 32px;
    left: -244px;  
}
.decorative-image2 {
    position: absolute;
    bottom: 10px;
    right: 110px;  
}
.decorative-image2 img{
    width: 220px;
}
@media (max-width: 992px) {
    .custom-post-container {
    flex-direction: column;
    }
    .custom-post-image {
        width:100%;
        order:2;
    }
    .custom-post-content {
        width:100%;
        order:1;

    }
    .post-content{
       margin-left: 0;
    }
    .decorative-image1{
        left: 0;
    }
    .decorative-image2{
        right: 0;
    }
}

.custom-post-button {
    display: inline-block;
   background-color: #C9252600;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-color_1) !important;
    border-radius: 1px 1px 1px 1px;
    padding: 20px 40px;
    color: var(--e-global-color-color_1) !important;
}


.custom-post-button:hover {
   background-color: var(--e-global-color-color_1) !important;
    color: white !important;
    border-color: var(--e-global-color-color_1)!important;
}

.spa .check-icon{
	position:relative;
}
.equipment-container .autre-equi-title{
font-family: "Poppins" !important;
	text-align:center;
    font-size: 24px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin-bottom: 40px !important;
    color: #333 !important;
}
/*------------------------------------------------------***Form-style***------------------------------------------------------*/
#projectOptions, #contactForm{
	width:50%;
} 
.project-option {
      display: inline-block;
      margin: 10px;
      text-align: center;
      width: 45%;
      cursor: pointer;
    }
    .project-option img {
      max-width: 100%;
      height: auto;
      margin-top: 10px;
    }
    .project-option .title {
      font-weight: bold;
      margin-bottom: 5px;
    }
    .project-option.active .title {
       text-decoration: underline;
		color:var(--e-global-color-color_1);
    }
.project-option.active img {
       border: solid 4px var(--e-global-color-color_1);
    }
    .form-section {
      display: none;
      margin-top: 20px;
    }
    .form-section.active {
      display: block;
    }
    label {
      display: block;
      margin: 10px 0 5px;
    }
.common-fields{
	margin:10px;
}
.wpcf7-form select.wpcf7-form-control{
	height:100% !important;
	padding:20px 15px !important;
}





.gform_required_legend{
	display:none;
}
.project-options .gfield_radio input{
	opacity:0 !important;
}

.project-options legend.gform-field-label {
	padding-bottom: 27px !important;
    font-weight: bold !important;
}
.project-options .gform-field-label img{
		margin-top: 20px;
    background-color: #F2F2F2;
	display:block;
}
.project-options .gchoice label{
	text-align:center !important;
	justify-items: center !important;
}
.project-options input[type=radio]:checked + label{
	color:var(--e-global-color-color_1) !important;
	font-weight:bold !important;
}
.project-options input[type=radio]:checked + label img{
	  border: solid 4px var(--e-global-color-color_1) !important ;
}
.gfield_required {
	color:red !important;
}
.gform_title{
	display:none;
}
.select-arrow{
	display:none !important;
}
.gform_wrapper .top_label select.large {
	padding-top:unset !important;
}
.gform_next_button, #gform_submit_button_1{
	background-color:var(--e-global-color-color_1) !important ;
}
.gf_progressbar_percentage{
	background-color:var(--e-global-color-color_1) !important ;
}
#input_1_4{
	margin-left: -25px;
}
@media only screen and (min-width: 1320px){ 
	#input_1_4{
	flex-wrap:nowrap !important;
	
}
}
@media only screen and (min-width: 600px){ 
	#input_1_4{
	flex-direction:row !important;
		flex-wrap:wrap;
		justify-content:space-around;
	max-width:100%;
}
}

/*------------------------------------------------------***Begin Responsive Media query style***------------------------------------------------------*/
@media only screen and (min-width: 1025px) and (max-width: 1360px){

    /*style header*/

    /*style main content*/
.project-options .gchoice{
		width: 30% !important;
	}
    /*style footer*/

}
@media only screen and (min-width: 600px) and (max-width: 1024px){

    /*style header*/

    /*style main content*/
.project-options .gchoice{
		width: 48% !important;
	}
    /*style footer*/

}
/*------------***Large devices (desktops, more than 800px)***------------*/
@media only screen and (min-width: 801px){
    
    /*style header*/

    /*style main content*/

    /*style footer*/
    
}

/*------------***Large devices (desktops, less than 1501px)***------------*/
@media only screen and (max-width: 1500px){

    /*style header*/

    /*style main content*/

    /*style footer*/

}

/*------------***Large devices (desktops, less than 1361px)***------------*/
@media only screen and (max-width: 1440px){

    /*style header*/

    /*style main content*/
	.item-body:hover .item-content {
	padding-top:275px;
}

    /*style footer*/

}

/*------------***Large devices (desktops, less than 1281px)***------------*/
@media only screen and (max-width: 1280px){

    /*style header*/

    /*style main content*/

    /*style footer*/
}


@media only screen and (max-width: 1200px){

    /*style header*/

    /*style main content*/

    /*style footer*/

}


/*------------***Medium devices (tablets, less than 1025px)***------------*/
@media only screen and (max-width: 1024px){

	/*style header*/

    /*style main content*/
	.equipment-container{
		flex-direction:column;
	}
	.piscine-card, .swiper-container , .equipment-column, .formula-column{
		width:100%;
		max-width:100%;
	}
    /*style footer*/

}

/*------------***Medium devices (tablets, Bootstrap less than 993px)***------------*/
@media only screen and (max-width: 992px){

    /*style header*/

    /*style main content*/

    /*style footer*/

}

/*------------***Tablet Media query style***------------*/
@media only screen and (max-width: 800px){
    /*style header*/

    /*style main content*/
.section-prestations .prestation-back{
		top:0 !important;
		opacity:1 !important;
		visibility:visible !important;
		 
	}
	.section-prestations  .prestation-front {
	opacity:0 !important;
	display:none !important;
}
	.item-body .item-content {
	padding-top:90% !important;
}
	#projectOptions, #contactForm, .formula-kit{
		width:100%;
	}
	.post-content{
		padding:40px;
	}
	.custom-post-button{
		padding:20px !important;
	}
    /*style footer*/

}

/*------------***Tablet Mini Media query style***------------*/
@media only screen and (min-width: 800px){

    /*style header*/

    /*style main content*/
.pres-ul{
	display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 10px; 
    list-style: none; 
    padding: 0;
} 
    /*style footer*/

}

/*------------***Between Big Mobile and Tablet Media query style***------------*/
@media only screen and (min-width: 601px) and (max-width: 800px){

    /*style header*/

    /*style main content*/

    /*style footer*/

}

/*------------***Begin Big Mobile Media query style***------------*/
@media only screen and (max-width: 600px){

    /*style header*/

    /*style main content*/
	.project-option {
		width:100%;
	}
    /*style footer*/
    .menu-main-footer .coherence-core-nav-menu a {justify-content: center !important;}

}

/*------------***Between Mobile and Tablet Media query style***------------*/
@media only screen and (min-width: 498px) and (max-width: 600px){

    /*style header*/

    /*style main content*/

    /*style footer*/

}

/*------------***Mobile Media query style***------------*/
@media only screen and (max-width: 497px){

    /*style header*/

    /*style main content*/
	.prest-back-title, .prest-front-title{
		font-size:24px !important;
	}
	.prest-back-txt {
		font-size:16px;
	}
	.prest-back-btn a{
		font-size:18px;
	
	}
	    .post-content {
        padding: 20px;
    }
	.custom-post-button
	{
		font-size:16px;
	}

    /*style footer*/
}

/*------------------------------------------------------***End Media query***------------------------------------------------------*/

.pds-hover a {pointer-events: initial !important;}