/*
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;}
}
.section-header .current-menu-item.elementor-button-wrapper a{color:white !important;}

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


/*------------------------------------------------------***Begin Pages internes Style***------------------------------------------------------*/
.section-avis-pg .ti-widget.ti-goog .ti-reviews-container {max-height: unset !important ;overflow-y: initial !important;}
.section-avis-pg .ti-widget.ti-goog .ti-reviews-container-wrapper {display: flex !important;flex-direction: row !important;flex-wrap: wrap !important;justify-content: center;align-items: flex-start !important;width: 100% !important;margin: 0px !important;}
.section-avis-pg .ti-widget.ti-goog .ti-review-item {width: 32% !important;float: left !important;margin: 0.5%;margin-top:30px !important;margin-bottom:30px !important;position: relative !important;left: 0px !important;max-width: 32% !important;min-width: 32% !important;flex: 0 0 32% !important;padding: 0px !important;}
.section-avis-pg .ti-widget.ti-goog .ti-reviews-container {width: 100% !important;overflow: hidden;}
.section-avis-pg .ti-widget.ti-goog .ti-controls-dots, .section-avis-pg .ti-widget.ti-goog .ti-controls {display:none !important;}
.section-avis-pg .ti-footer.source-Google{display:none !important;}
.section-avis-pg .ti-widget.ti-goog .ti-widget-container:not(.ti-col-1) .ti-reviews-container {flex: 0 0 100% !important;max-width: 100% !important;}
@media only screen and (max-width: 1024px){
	.section-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){
	.section-avis-pg .ti-widget.ti-goog .ti-review-item {width: 98% !important;min-width: 98% !important;flex: 0 0 98% !important;}
}

.number-box:hover a{text-decoration:underline;}
/*------------------------------------------------------***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;}


/**************************************Style : section_presentation*********************************/


/**************************************Style : section_prestations*********************************/
.prestations-carousel  .item-desc {display: none;}
.prestations-carousel .image-container img{  height: 505px; border-radius: 20px;}
.prestations-carousel .prest-contnt h3{ font-size:30px;font-weight:600;color:white;}
.prestations-carousel .prest-contnt{
	padding:38px;
	padding-bottom: 40px;
	position: absolute;
	bottom: 0;
    transform: translateY(140px);
	transition:all 0.8s ease-in-out;
}

.prestations-carousel .prest-contnt h3::after {
  content: "";
  position: absolute;
  left: 35px;
  transform: translateY(43px);
  width: 180px;          
  height: 3px;      
  background-color: #E97C20;
	
}

.item-content section p:last-child {
  display: none;
}
.prestations-carousel .prest-contnt p{
	font-size:18px !important;
	color:#fff;
	font-family: "Roboto" !important;
	margin-top:25px;
	margin-bottom: 15px;
}

.prestations-carousel  .prestation-back {
	opacity:0;
/* 	position:absolute; */
	transition: opacity 0.5s ease-in-out;
}
.prestation-back .prest-back-btn{
	display:inline-block;
/* 	padding-top:10px; */
}
.prestation-back .prest-back-btn a{
	color:white;
	font-weight:400;
	padding: 0px 23px 5px 5px;
    border: solid 0px;
    border-bottom-width: 1px;
}
.prestation-back .prest-back-btn::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: -24px;
  margin-bottom: -6px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath d='M9 6C9 6 15 10.4189 15 12C15 13.5812 9 18 9 18' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  transition:all 0.5s ease-in-out;
}
.prestation-back .prest-back-btn:hover::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath d='M9 6C9 6 15 10.4189 15 12C15 13.5812 9 18 9 18' stroke='%23E97C20' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	  margin-left: -21px;
}


.prestation-back .prest-back-btn a:hover{
	color:var(--e-global-color-color_1) !important;
	padding-right:30px
}


.prestations-carousel .item-body:hover .prestation-back {
  opacity: 1;
  z-index: 3;
  pointer-events: auto;
}
.prestations-carousel .item-body:hover .prest-contnt {
   transform: translateY(0px);
}







/**************************************Style : section_Actualites*********************************/
.btn-icon{
	max-width:8px !important;
	max-height:12px !important;
	margin:6px;
	transition:margin 0.5s ease-in-out;
}
.container-posts-grid .post-item-img a{
	position: relative !important;
}
.post-item-read-more:hover .btn-icon{
	margin-left:10px;
	
}
.container-posts-grid .post-item:hover {border-color:var(--e-global-color-color_1) !important;}
.container-posts-grid .post-item-read-more::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: -3px;
  margin-bottom: -6px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath d='M9 6C9 6 15 10.4189 15 12C15 13.5812 9 18 9 18' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  transition:all 0.5s ease-in-out;
}
.container-posts-grid .post-item-read-more:hover::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath d='M9 6C9 6 15 10.4189 15 12C15 13.5812 9 18 9 18' stroke='%23E97C20' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	  margin-left: 0px;
}


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


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


/**************************************Style : section_facebook*********************************/


/**************************************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){
    
    /*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*/
	.prestations-carousel .prest-contnt h3 {
	font-size: 28px;}

	.prestations-carousel .prest-contnt {
		padding: 40px 20px;}
	.prestations-carousel .prest-contnt h3::after {left:24px;}
    /*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*/
	    .prestations-carousel .prest-contnt {
        padding: 60px 20px;
    }

    /*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;
  pointer-events: auto;
}
.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*/

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