/*
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;}
}
.coherence-core-nav-menu .menu-item.current-menu-item a.coherence-core-menu-item:after {
    opacity: 1 !important;
    transform: scale(1);
}
body{overflow-X:hidden;}
/*------------------------------------------------------***End***------------------------------------------------------*/


/*------------------------------------------------------***Begin Pages internes Style***------------------------------------------------------*/
.tabs-reas .post-item-img a{position: unset !important;text-indent: unset !important}
.tabs-reas .post-item-title > a{pointer-events: none;}
/*------------------------------------------------------***End***------------------------------------------------------*/


/*------------------------------------------------------***Begin Home page Style***------------------------------------------------------*/
body .elementor-lightbox .elementor-swiper-button{position: absolute;top: 50%;transform: translateY(-50%);width:5% !important;z-index: 2;}
body .elementor-lightbox .elementor-swiper-button-prev{left: 5% !important;}
body .elementor-lightbox .elementor-swiper-button-next{right: 5% !important;}

/**************************************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*********************************/
.btn-underline:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #1B2431;
    width: 37px;
    height: 2px;
    transition: all 0.3s ease-in-out;
}
.btn-underline:hover:after{
	width:100%;
}

/**************************************Style : section_concepts*********************************/

.concepts-carousel section{align-items: center;}
 .btn-read-more{position:relative;min-width: 144px;}
 .btn-read-more:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 37px;
    height: 2px;
    transition: all 0.3s ease-in-out;
}
 .btn-read-more:hover:after{
	width:100%;
}
.btn-read-more img {
    width: 17px !important;
    display: inline !important;
	margin-left:19px !important;
}
.concepts-carousel .imgCarContenair{overflow:hidden;}
.concepts-carousel .imgCarContenair img{transition:transform 0.5s ease-in-out;}
.concepts-carousel .item:hover .imgCarContenair img{
	transform:scale(1.2);
}
/**************************************Style : section_points-forts*********************************/
 
.carousel-point-forts .item{
	background-color: white;
    padding: 62px 20px;
    border-radius: 16px;
	margin-inline: 12px !important;
	border:solid 1px rgba(27, 36, 49, 0.2);
}
.carousel-point-forts  .imgCarContenair img{transition:transform 0.3s ease-in-out;}
.carousel-point-forts .item:hover .imgCarContenair img{
	filter: brightness(0) saturate(100%) invert(72%) sepia(23%) saturate(433%) hue-rotate(164deg) brightness(95%) contrast(90%);
    transform:scale(1.05);  
}

/**************************************Style : section_services*********************************/

.carousel-services .item-body{	
    margin-bottom: -6px;
}
.presta-back p{color:white;margin-bottom: 0;font-family: 'Raleway';}
.presta-back .btn-read-more{
	font-family: 'Raleway';font-size:18px;
	padding: 12px 2px;
    color: white !important;
    border-bottom: solid 1px rgba(255, 255, 255, 0.44);
}
.carousel-services .imgCarContenair {
  position: relative;
  display: inline-block;
}
.carousel-services .imgCarContenair img{min-height: 326px;}
.carousel-services .imgCarContenair:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 35%, rgba(0, 0, 0, 0) 88%);
    opacity: 68%;
  pointer-events: none;
}


.carousel-services .item:hover .presta-back {
     opacity: 1;
/*     transform: translateY(0); */
    margin-bottom: 40px;
    pointer-events: auto;
}


/**************************************Style : section_avis*********************************/
.marque-title{
 -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.15);
    stroke: rgba(0, 0, 0, 0.15);
	opacity:0.24;
}
/**************************************Style : section_contact*********************************/
.section-contact a{color: white !important;}
.section-contact a:hover{color: #8CB6DC !important;}
/**************************************Style : section_avis*********************************/


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


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



/*------------------------------------------------------***Begin Responsive Media query style***------------------------------------------------------*/

/*------------***Large devices (desktops, more than 800px)***------------*/
@media only screen and (min-width:801px){
	.carousel-services .presta-back {
    opacity: 0;
    margin-bottom: -55px;
    transition: all 0.5s ease-in-out;
}
}
@media only screen and (min-width: 1025px){
    
    /*style header*/

    /*style main content*/
	.carousel-services .slick-track{
	display: flex !important;
    flex-wrap: wrap !important;
}

.carousel-services .slick-slide {
    width: 50% !important;
	flex: 0 0 50% !important;}
.presta-back {
	display: flex;
/*     flex-wrap: nowrap; */
    justify-content: space-between;
	align-items: center;
}
	.presta-back p{width: 410px;}

    /*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*/
/* 	.section-presentation .elementor-widget-counter {
    width: 50%;
} */

    /*style footer*/
}

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