/*
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;}
	/* Sticky header background */
.sticky-active .section-header {
    background-color: #1C1C1A !important;
}
	
.home .section-header {
	position:fixed;
	
}

.sticky-active .section-header {
	position:absolute !important;
    background-color: #1C1C1A !important;
	
}	
.home .section-header a:not(.sub-menu a):not(.sub-menu a *) {
    color: #ffffff !important;
}
	
	
/* All links white EXCEPT submenu links */
.sticky-active a:not(.sub-menu a):not(.sub-menu a *) {
    color: #ffffff !important;
}
	
}













@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***------------------------------------------------------*/
.tabs_reas .post-item-img img, .cstm_gallery .gallery-icon img {height: 100% !important;object-fit: cover;}
.tabs_reas .post-item-img, .cstm_gallery .gallery-icon {aspect-ratio: 4/3;width: 100%;height: auto;}
.cstm_gallery .gallery-icon > a{width: 100%;height: 100%;display: block;}

/*------------------------------------------------------***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;}
.home .depicter-section-background > picture {
  overflow: hidden;
}

.home .depicter-section-background > picture img {
  animation: zoomInOut 10s ease-in-out infinite;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/**************************************Style : section_presentation*********************************/
.box-number .elementor-counter-number{z-index:2;}
.box-number {
  position: relative;
  display: inline-block;
  transition:transform 1s ease-in-out;
  
}
.box-number::before {
  content: "";
  position: absolute;
  top: -89px;     
  left: -10px;    
  width: 145px;   
  height: 145px;
  border: 4px solid #A88513; 
  z-index: 0;  
}
.number-box-container:hover .box-number{
	transform: translateY(-250px);
}

.agrement-caroussel .item-title{text-align:center !important;}
.agrement-caroussel section{align-content: center;text-align:center;}


/**************************************Style : section_prestations*********************************/
.prestations-carousel section{align-content: center;}
.prestations-carousel  .item-desc {display: none;}
.prestations-carousel .imgCarContenair{overflow:hidden; border-radius:20px;}
.prestations-carousel .imgCarContenair img{  transition:transform 0.5s ease-in-out;}
.prestations-carousel .prest-contnt h3{ font-size:30px;font-weight:400;color:#2E2D2E;align-content: center; margin-bottom: 0;}

.prestations-carousel .prest-contnt{
	background-color:white;
	padding:20px 17px;
	padding-bottom: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 20px 20px;
	transition:all 0.8s ease-in-out;
}

.prestations-carousel .prest-contnt p{
	font-size:18px !important;
	min-height: 127px;
	color:#2E2D2E;
	font-family: "Lato" !important;
	margin-bottom: -15px;
    transition: margin 0.5s ease-in-out;
}

.prestations-carousel  .prestation-back {
	opacity:0;
	margin-bottom: -160px;
	border:solid 0px #ffffff;
  border-top-width:1px;
    transition: all 0.5s ease-in-out;
}

.prestations-carousel .prest-back-btn{
	display:inline-block;margin-top:25px;
}
.prestations-carousel .prest-back-btn a{
	font-family: "Lato" !important;
	color:#2E2D2E ;
	font-size:18px;
	font-weight:400;
	padding: 0px 23px 5px 0px;
}
.prest-back-btn .icomoon-next{margin-left:8px;}

.prestations-carousel .item-body:hover .prestation-back {
  opacity: 1;
  z-index: 3;
  border-color: #2E2D2E;
 
  transform: translateY(0px);
  margin-top: 14px;
  padding-top:14px;
  margin-bottom: 12px;
  pointer-events: auto;
}
.prestations-carousel .item-body:hover .prest-contnt {
   transform: translateY(0px);
}
.prestations-carousel .item-body:hover img{transform:scale(1.2);}

/**************************************Style : section_facebook*********************************/
.fb_iframe_widget iframe {border-radius:30px 30px 0 0 !important;}

/**************************************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: #2E2D2E !important;}
.menu-main-footer .hide-sub-mn .sub-menu , .menu-main-footer .hide-sub-mn .sub-arrow {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*/
	.prestations-carousel .item-body .prestation-back {
  opacity: 1;
  z-index: 3;
  border-color: #2E2D2E;
 margin-top: 14px;
  padding-top:14px;
  height:unset;
  transform: translateY(0px);
  pointer-events: auto;
	margin-bottom: 0px;
}
.prestations-carousel .item-body .prest-contnt {
   transform: translateY(0px);
}
    /*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*/
	.header-phone .elementor-button-text {display:none;}

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