/*
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;}

@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***------------------------------------------------------*/


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


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

/**************************************Style : PRE-HOME*********************************/
.leaflet-zoom-animated.leaflet-interactive {
	background: var( --e-global-color-color_1 );
	color: white;
	width:10px !important;
	height: 10px !important;
	padding: 17px;
	border-radius: 50%;
	overflow:hidden;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0px 0px 0 30px rgba(37, 211, 102, 0.7);
	}
	80% {
		box-shadow: 0px 0px 0 10px rgba(37, 211, 102, 0);
	}
}



/**************************************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*********************************/
.presta-elem .item-content {
    bottom: 0% !important;
    background: #FFFFFF;
}
.presta-elem .item-content section {
   padding:30px 20px !important;
}
.presta-elem .item-desc {
    display: none !important;
}
.presta-elem section > p {
    margin-bottom: 0!important;
}

.presta-elem .presta_txt {
    max-height: 0;
    transition: max-height 0.45s ease-out;
    overflow: hidden;
}

.presta-elem .item-body:hover .presta_txt {
    max-height: 500px;
    transition: max-height 0.45s ease-in;
}

.presta-title h3{
    font-size: 25px !important;
    color:#000 !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;

}
.presta-sep{
	   display: block;
	   width: 100px;
	   height: 7px;
	   background: #30aa00;
	   text-align:center;
	margin-inline:auto;
}
.presta-p{
    font-size: 16px;
    color:#000;
    margin: 20px 0 0;
    text-align:center;
}


/*responsive */
@media only screen and (max-width: 1230px){
    .presta-elem .item-body > img {
        min-height: 530px;
    }
	.presta-title h3{
		font-size: 23px !important;
	}
}

@media only screen and (max-width: 800px){
	.presta-elem .item-body .presta_txt {
    	max-height: unset !important;
	}	
	.presta-elem .item-body > img {
        max-height: 730px;
    }
    
}
@media only screen and (max-width: 500px){
	.presta-elem .item-content section {
	   padding:20px 0!important;
	}
	.presta-elem .item-body > img {
        min-height: 700px;
		
    }
	.presta-elem .item-body > img {
		padding-bottom:200px !important;
    }
}

/**************************************Style : section_responsive*********************************/
 @media only screen and (min-width: 1361px) and (max-width: 1600px){
    .section-width:not(.section-width-left) .col-margin {
        margin-left: -100px !important;
    }
    .section-width.section-width-left .col-margin {
        margin-right: -100px !important;
    }
}

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


/**************************************Style : section_valeurs*********************************/


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


/**************************************Style : section_Contact*********************************/
 .col-form-devis .radiu-input {
    display: flex;
	gap:10px;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 20px;
} 
.col-form-devis select.wpcf7-form-control {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 50px !important;
}
.col-form-devis .wpcf7-radio span.wpcf7-list-item.first {
    margin-left: 0;
}
/*--------------------------------------------------------------***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;}
@media only screen and (min-width: 601px){
	.menu-footer .coherence-core-nav-menu{
		display: flex;
		flex-wrap: wrap;
	}
	.menu-footer .coherence-core-nav-menu li{
		width:50%;
	}
}

/*------------------------------------------------------***End***------------------------------------------------------*/
/**** with transition *****/

.gallery-elem .gallery-icon {
    position: relative;
}

.gallery-elem .gallery-icon a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0%);
    transition:0.4s !important;
    cursor:pointer;
}
.gallery-elem .gallery-item:hover .gallery-icon a:after {
   
    background: rgb(0 0 0 / 45%);
}

/****/
.cmplz-document .pd-top-120 {
    padding: 40px 20px;
}
/*------------------------------------------------------***Begin Responsive Media query style***------------------------------------------------------*/

/*------------***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: 1360px){

    /*style header*/

    /*style main content*/
	
    /*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*/
	
    /*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*/

    /*style footer*/

}

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

    /*style main content*/

    /*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*/

    /*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*/

    /*style footer*/
    
    
}

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