/*
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-header .menu-with-logo .coherence-core-nav-menu {align-items: center !important;}
.section-footer .menu-icon-home > a svg{display:none !important;}
.section-header .menu-center-logo > a:hover{background:unset !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 {text-indent: -999px;}
}
@media only screen and (max-width: 1024px){
	.section-header .menu-icon-home > a i{display:none !important;}
	.section-header .coherence-core-dropdown {min-width: 290px !important;right: 0px !important;left: auto !important;}
	.section-header .coherence-core-dropdown .menu-center-logo,.section-header .coherence-core-dropdown .menu-icon-rs{display:none !important;}
}


/*--------------------icon Menu----------------------------*/
.section-header .menu-with-logo .coherence-core-nav-menu {align-items: center !important;}
.section-footer .iconehome  i {display:none}

@media only screen and (min-width: 1025px){
   .menu_header .iconehome  span {display:none}
}
@media only screen and (max-width: 1024px){
   .section-header .coherence-core-dropdown .menu-center-logo,.section-header .coherence-core-dropdown .menu-icon-rs{display:none !important;}
   .iconehome  i {display:none}
 .menu_header nav.coherence-core-dropdown {min-width: 300px !important;right: 0px !important;left: unset !important;}
}


/*--------------------icon Menu----------------------------*/
.section-header .menu-with-logo .coherence-core-nav-menu {align-items: center !important;}
.section-footer .iconehome  svg {display:none}

@media only screen and (min-width: 1025px){
	.menu_header .iconehome  span {display:none}
}
@media only screen and (max-width: 1024px){
	.section-header .coherence-core-dropdown .menu-center-logo,.section-header .coherence-core-dropdown .menu-icon-rs{display:none !important;}
	.iconehome  svg {display:none}
 .menu_header nav.coherence-core-dropdown {min-width: 300px !important;right: 0px !important;left: unset !important;}
}
.section-header.coh-is-sticky{box-shadow: 0px 5px 10px #00000021 !important; background: #232124 !important;}
.section-header.coh-is-sticky .img-logo-site img{max-height:50px !important;width:auto !important;}

@media only screen and (min-width: 1025px){ 
	.section-header .hide-in-header {display:none !important;}
}
.col2_menu { position: absolute !important; right:50px !important;} 


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


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


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


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

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


/**************************************Style : Depicter*********************************/
/*--Btn Rouge--*/
/* .btn_rouge:before {
    content: "";
    background: var(--e-global-color-color_1 );
    height: 100%;
    width: 6%;
    position: absolute;
    transition : all 0.3s ease-in-out;
    z-index:-1;
}
.btn_rouge:hover:before {width: 100%;} */

/**************************************Style : section_presentation*********************************/
/*--Btn noir--*/
.btn_noir:before {
    content: "";
    background: var(--e-global-color-color_2 );
    height: 100%;
    width: 6%;
    position: absolute;
    transition : all 0.3s ease-in-out;
    z-index:-1;
}
.btn_noir:hover:before {width: 100%;}

/*--Btn blanc--*/
.btn_blanc:before {
    content: "";
    background: var(--e-global-color-color_white );
    height: 100%;
    width: 6%;
    position: absolute;
    transition : all 0.3s ease-in-out;
    z-index:-1;
}
.btn_blanc:hover:before {width: 100%;}

/**************************************Style : section_prestations*********************************/
/*Before*/
.item-body:before {
    content: "";
    background: #0000005e;
    position: absolute;
    width: 100%;
    height: 100%;
	transition : all 0.5s ease-in-out;
}
.item-body:hover:before {
	content: "";
    background: linear-gradient(18deg, rgba(0,0,0,0.6643032212885154) 60%, rgb(162 128 99 / 88%) 100%) !important;
    position: absolute;
    width: 100%;
    height: 100%;
}


/*Carousel div*/
.presta_carousel {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/*Title et icon group*/
.presta_title_group {
    transform: translateY(180px);
    margin-left: auto;
    margin-right: auto;
	transition : all 0.1s ease-in-out;
}

/*Icon*/
img.presta_icon {
    max-width: 60px !important;
/*     margin: 0 !important; */
}

/*title*/
h3.presta_title {
    font-family: 'Outfit' !important;
    color: #fff !important;
    font-size: 28px !important;
    font-weight: 700;
}

/*Desc*/
p.presta_desc {
    font-family: 'karla' !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #fff !important;
	opacity:0;
	transition : all 0.5s ease-in-out;
}

/*Btn*/
a.presta_btn {
    font-family: 'Poppins' !important;
    font-size: 13px !important;
    font-weight: 700;
    color: #fff !important;
	background: transparent !important;
    border: solid 2px #fff !important;
    padding: 8px 25px;
	opacity:0;
	transition : all 0.5s ease-in-out;
}
a.presta_btn:hover {
	color: #000 !important;
	background: #fff !important;
}	

/*hover*/
.item-body:hover .presta_title_group {transform: translateY(0%); margin: 0;}
.item-body:hover img.presta_icon { margin: 0 !important;}
.item-body:hover a.presta_btn {opacity:1;}
.item-body:hover p.presta_desc {opacity:1;}


/*Arrows*/
@media only screen and (max-width: 1400px){
	.section_prestation span.slick-arrow.slick-next { display: none !important;}
	.section_prestation span.slick-arrow.slick-prev { display: none !important;}
}


/*Mobile*/
@media only screen and (max-width: 1670px){
	.section_prestation:before {display: none !important;}
}
@media only screen and (max-width: 1360px){
	.presta_title_group {transform: translateY(235px);}
}
@media only screen and (max-width: 800px){
	.presta_title_group {transform: translateY(0%); margin: 0;}
	img.presta_icon { margin: 0 !important;}
	a.presta_btn {opacity:1;}
	p.presta_desc {opacity:1;}
	.item-body:before {
		content: "";
		background: linear-gradient(18deg, rgba(0,0,0,0.6643032212885154) 60%, rgb(162 128 99 / 88%) 100%) !important;
		position: absolute;
		width: 100%;
		height: 100%;
	}
}
@media only screen and (max-width: 375px){
	p.presta_desc{margin-bottom: 10px;}
}
@media only screen and (max-width: 320px){
	h3.presta_title{font-size: 18px !important;}
	p.presta_desc{font-size: 13px !important;}
	a.presta_btn{font-size: 10px !important;}
}


/**************************************Style : section_Actualites*********************************/
.ifram_face iframe { border-radius: 40px;}

@media only screen and (max-width: 600px){
	.section_actualite span.slick-arrow.post-grid-nav-icon-prev { display: none !important;}
	.section_actualite span.slick-arrow.post-grid-nav-slick-next { display: none !important;}
	
}


/**************************************Style : section_Realisations*********************************/
.gallery_hover figure.gallery-item {  overflow: hidden;  }
.gallery_hover img.attachment-full.size-full { scale: 1; transition:all 0.3s ease-in-out;}
.gallery_hover figure.gallery-item:hover  img.attachment-full.size-full{ scale:0.9;  }

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


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


/**************************************Style : section_avis*********************************/
/***------------ style Page avis (mettre cette classe dans le contenour des avis : section-avis-pg)-----------******/
.col-widget-avis.col-avis-pg .ti-widget.ti-goog .ti-reviews-container {max-height: unset !important ;overflow-y: initial !important;}
.col-widget-avis.col-avis-pg .ti-widget.ti-goog .ti-reviews-container-wrapper {display: flex !important;flex-direction: row !important;flex-wrap: wrap !important;justify-content: space-between !important;align-items: flex-start !important;width: 100% !important;margin: 0px !important;}
.col-widget-avis.col-avis-pg .ti-widget.ti-goog .ti-review-item {width: 31% !important;float: left !important;margin: 1%;position: relative !important;left: 0px !important;max-width: 31% !important;min-width: 31% !important;flex: 0 0 31% !important;padding: 0px !important;}
.col-widget-avis.col-avis-pg .ti-widget.ti-goog .ti-reviews-container {width: 100% !important;overflow: hidden;}
.col-widget-avis.col-avis-pg .ti-widget.ti-goog .ti-controls-dots, .col-widget-avis.col-avis-pg .ti-widget.ti-goog .ti-controls {display:none !important;}

@media only screen and (max-width: 1024px){
   .col-widget-avis.col-avis-pg .ti-widget.ti-goog .ti-review-item {width: 48% !important;min-width: 48% !important;flex: 0 0 48% !important;}
}
@media only screen and (max-width: 600px){
   .col-widget-avis.col-avis-pg .ti-widget.ti-goog .ti-review-item {width: 98% !important;min-width: 98% !important;flex: 0 0 98% !important;}
}

.ti-footer { display: none !important;}

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



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

.section-footer nav.coherence-core-nav-menu__layout-vertical {column-count: 3;}

/*------------- center menu footer 600 -----------------*/ 
@media only screen and (max-width: 600px){ 
   .section-footer a.coherence-core-menu-item {justify-content: center !important;}
   .section-footer .elementor-widget-container {text-align: center !important;}
   .section-footer .elementor-widget-divider .elementor-divider { display: flex; justify-content: center;}
	.section-footer nav.coherence-core-nav-menu__layout-vertical {column-count: 1;}
}

.section-footer .hide-in-footer{display:none !important;}
.section-footer span.coherence-core-menu-toggle.sub-arrow.coherence-core-menu-child-0{display:none !important;}

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



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

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

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

@media screen and (min-width: 1510px) {
    .lp_content_img img {
        max-height: 600px !important;
        margin-top: -20px;
    }
}














