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

/*****************************fixed header css*****************************/
.section-header,.section-header *{transition:all 0.5s ease-in-out !important;}
.coh-is-sticky {position: fixed !important;left: 0;width: 100%;z-index: 999999 !important; top:0px !important;)
}
.section-header.coh-is-sticky{box-shadow: 0px 5px 10px #00000021 !important;}
.section-header .img-logo-site img{transition:all 0.5s ease-in-out !important;}
.section-header.coh-is-sticky .img-logo-site img{max-height:50px !important;width:auto !important;}


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


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


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


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

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


/**************************************Style : SLIDER REVOLUTION*********************************/


/**************************************Style : section_presentation*********************************/
span.h1_title {
    font-size: 30px;
    font-family: 'Poppins';
    font-weight: 600;
    color: white;
    line-height: 1;
    display: block;
}

.marg p{margin-bottom: 0px !important;}
/**************************************Style : section_prestations*********************************/

/*general group*/
.carousel_presta {
    display: flex;
    flex-direction: column;
    align-items: center;
	transform: translateY(140%);
    transition: all 0.5s ease-in-out;
}

/*Before*/
.item-body:before {
    content: "";
    position: absolute;
    background: #d15b16;
    width: 100%;
    height: 16%;
    bottom: 0;
	transition: all 0.5s ease-in-out;
}
/* .item-body:hover:before {
    content: "";
    position: absolute;
    background: #d15b16;
    width: 100%;
    height: 15%;
    bottom: 98%;
    z-index: 99999;
} */
.item-body:before {
    content: "";
    position: absolute;
    background: #d15b16;
    width: 100%;
    height: 15%;
    bottom: 98%;
    z-index: 99999;
}

/*After*/
.item-body:after {
    content: "";
    position: absolute;
    background: #2b303373;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
/* .item-body:hover:after {
	opacity:1;
} */
.item-body:after {
	opacity:1;
}


/*title*/
.title_presta h3 {
    font-size: 20px !important;
    font-family: 'Exo';
    color: white;
    font-weight: 800;
	color:white !important;
	transition: all 0.5s ease-in-out;
}

/*Desc*/
.desc_presta p {
    text-align: center;
    font-size: 14px !important;
    font-family: 'Poppins';
    color: white;
    font-weight: 400;
	height: 120px;
	opacity:0;
	transition: all 0.5s ease-in-out;
}

/*Btn*/
.btn_presta a {
    background: #dd6d2b;
    padding: 15px 22px;
    font-size: 16px;
    font-family: 'Exo';
    color: black !important;
    border-radius: 5px;
	opacity:0;
	transition: all 0.5s ease-in-out;
}
.btn_presta a:hover {
    background: white;
    color: #dd6d2b !important;
}


/*hover*/
/* .item-body:hover .carousel_presta {transform: translateY(0%);}
.item-body:hover .desc_presta p {opacity:1;}
.item-body:hover .btn_presta a {opacity:1;} */

.item-body .carousel_presta {transform: translateY(0%);}
.item-body .desc_presta p {opacity:1;}
.item-body .btn_presta a {opacity:1;}


/*Mobile*/
@media only screen and (max-width: 1360px){
	.desc_presta p { font-size: 14px !important; }
	.title_presta h3 { font-size: 18px !important;}
}

@media only screen and (max-width: 800px){
	.item-body:before {
		content: "";
		position: absolute;
		background: #d15b16;
		width: 100%;
		height: 15%;
		bottom: 98%;
		z-index: 99999;
	}
	.item-body:after {
		content: "";
		position: absolute;
		background: #2b303373;
		width: 100%;
		height: 100%;
		top:0;
		opacity:1;
		transition: all 0.5s ease-in-out;
	}
	.carousel_presta {transform: translateY(0%);}
	.desc_presta p {opacity:1;}
	.btn_presta a {opacity:1;}
	
	span.slick-arrow.slick-next {display: none !important;}
	span.slick-arrow.slick-prev { display: none !important;}
}

@media only screen and (max-width: 320px){
	.title_presta h3 { font-size: 16px !important;}
}
/**************************************Style : section_Actualites*********************************/
 

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


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


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


/**************************************Style : section_avis*********************************/


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



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

.section-footer .col-fot-2 ul.coherence-core-nav-menu {columns: 2 !important;}

/*------------- center menu footer 800 -----------------*/ 
@media only screen and (max-width: 497px){ 
	.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 .hide-in-footer,.section-footer .iconehome i { 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*/
    
    
}

@media only screen and (max-width: 320px){
	span.h1_title { font-size: 15px !important; }	
}



/*------------------------------------------------------***End Media query***------------------------------------------------------*/
.nospfort i.fas.fa-angle-double-right {
    margin-bottom: 10px !important;
}

.stylenav {
pointer-events: none !important;
}


.up-down {animation:ani-up-down 3s infinite ease-in-out !important}
.down-up {animation:ani-down-up 3s infinite ease-in-out !important}

@keyframes ani-up-down {
  0% {transform: translateY(20px)}
  50% {transform: translateY(-20px)}
  100% {transform: translateY(20px)}
}

@keyframes ani-down-up {
  0% {transform: translateY(-20px)}
  50% {transform: translateY(20px)}
  100% {transform: translateY(-20px)}
}



@media only screen and (min-width: 800px){
.title_presta h3 {
    transform: translateY(50px);
	transition: all 0.5s ease-in-out;
}
.desc_presta, .btn_presta {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.5s ease-in-out;
}

.item-body:hover .desc_presta, .item-body:hover .btn_presta, .item-body:hover h3 {
    opacity: 1;
    transform: translateY(0px);
}
}
.page-id-2381 .post-item-read-more:hover{color:#000 !important;}

.bloc-blog h2.post-item-title {
    min-height: 100px;
}

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

/** Google ToolBars scroll mode**/
.avis-google .ti-widget.ti-goog {
    height: 500px !important;
    overflow-y:scroll !important;
    padding-right:20px;
}
/* width */
.avis-google .ti-widget.ti-goog::-webkit-scrollbar {width: 10px;}

/* Track */
.avis-google .ti-widget.ti-goog::-webkit-scrollbar-track {background: #ffffff;border-radius:50px;}
/* Handle */
.avis-google .ti-widget.ti-goog::-webkit-scrollbar-thumb {background: #d4d4d4a9;border-radius:50px;}