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

[data-wpr-lazyrender]{ content-visibility:visible!important; }

/*-----------------------------------------***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 li:nth-child(1) a.coherence-core-menu-item span { display: none; }
}
@media only screen and (max-width: 1024px){
	.section-header .menu-icon-home > a svg{display:none !important;}
	.section-header .coherence-core-dropdown .menu-center-logo,.section-header .coherence-core-dropdown .menu-icon-rs{display:none !important;}
	.section-header li:nth-child(1) .coherence-core-menu-item i.fas.fa-home { display: none !important; }
}





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


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


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


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

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


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

/* .color-border:hover { border-color: black !important; } */

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


/**************************************Style : section_prestations*********************************/

.item-body * { transition: all 0.5s ease-in-out; }
.prestation-btn a { background: var(--e-global-color-color_1); padding: 10px 30px; border: 2px solid var(--e-global-color-color_1); border-radius: 100px; color: white !important; font-family: 'Roboto'; font-weight: 400;  }

.prestation-txt {
    margin-bottom: 30px;
	color: white;
}
.item-content {
    max-width: 500px;
    margin-inline: auto !important;
    border-radius: 6px;
    transform: translate(92px ,-200px);
}
.item-content:before {
    content: "";
    height: 70%;
    width: 100%;
    background: #101010;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 6px;
	transition: all 0.5s ease-in-out;
}

.prestation-icon img {
    width: 100px !important;
	filter: brightness(0) saturate(100%) invert(58%) sepia(42%) saturate(2845%) hue-rotate(187deg) brightness(81%) contrast(79%);
}

.prestation-icon {
    width: 30%;
    transform: translateY(100px);
}

.prestation-content {
    width: 70%;
    margin-right: 0 !important;
    margin-left: auto;
	 height: 88px;
    overflow: hidden;
}

.item-body > img { filter: gray; -webkit-filter: grayscale(1); border-radius: 6px !important; }



.item-body * { transition: all 0.5s ease-in-out; }
.prestation-btn a:hover { background: var(--e-global-color-color_white); border: 2px solid var(--e-global-color-color_white); color: black !important; }

.item-body .item-content:hover .prestation-icon { width: 100%; transform: translateY(0px); margin-bottom: 20px; }
.item-body .item-content:hover .prestation-content { width: 100%; text-align: center; padding-inline: 20px; }
.item-body .item-content:hover:before { height: 100% !important; }
.item-body .item-content:hover { transform: translate(0px ,-200px); }
.item-body .item-content:hover .prestation-content { height: unset; overflow: visible; }

.item-body:hover > img { filter: none; -webkit-filter: none; }

/**************************************Style : section_Nos_partenaires*********************************/

@media only screen and (min-width: 801px){ 
body .partenaires:before {
    content: "";
    height: 100%;
    width: 45%;
    background: black;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
}

.partner .swiper-pagination {transform: translateY(30px);}


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

.realisations .elementor-swiper-button-next {
    right: calc(50% - 40px) !important;
    background: var(--e-global-color-color_black);
    font-size: 25px !important;
    border-radius: 6px;
    top: unset !important;
    bottom: -65px;
    padding: 3px;
}

.realisations .elementor-swiper-button-prev {
    left: calc(50% - 40px) !important;
    background: var(--e-global-color-color_black);
    font-size: 25px !important;
    border-radius: 6px;
    top: unset !important;
    bottom: -65px;
    padding: 3px;
}

.realisations .elementor-swiper-button-next:hover {
    background: var(--e-global-color-color_1);
}

.realisations .elementor-swiper-button-prev:hover {
    background: var(--e-global-color-color_1);
}

/**************************************Style : section_Actualites_facebook*********************************/

.ifram-fb iframe { border-radius: 30px !important; box-shadow: 0 0 0 15px var(--e-global-color-color_1); }

@media only screen and (min-width: 801px){ 
body .actualites-fb:before {
    content: "";
    height: 100%;
    width: 25%;
    background: black;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
	margin-block: auto !important;
}
}

/**************************************Style : section_Actualite*********************************/
.element-post .post-item .post-item-content {
    background: var(--e-global-color-color_black);
}

/**************************************Style : section_avis*********************************/
.ti-controls > div {
    display: block !important;
}

@media only screen and (min-width: 801px){ 
body .avis:before {
    content: "";
    height: 120%;
    width: 50%;
    background: var(--e-global-color-color_1);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
	margin-block: auto !important;
}
}

.ti-widget.ti-goog .ti-controls { max-width: 60px !important; top: unset !important; bottom: -10px !important; right: 0; left: 0; margin-inline: auto !important; }
.ti-widget.ti-goog .ti-controls :is(.ti-next ,  .ti-prev){ background: var(--e-global-color-color_white); padding: 22px !important; display: flex; border-radius: 6px; }
.ti-widget.ti-goog .ti-controls .ti-next:before  { top: 15px !important; right: 12px !important; background: black !important; }
.ti-widget.ti-goog .ti-controls .ti-next:after{ top: 25px !important; right: 12px !important; background: black !important; }
.ti-widget.ti-goog .ti-controls .ti-prev:before{ top: 25px !important; left: 12px !important; background: black !important; }
.ti-widget.ti-goog .ti-controls .ti-prev:after{ top: 15px !important; left: 12px !important; background: black !important; }
.ti-widget.ti-goog .ti-controls :is(.ti-prev:after , .ti-prev:before  , .ti-next:after , .ti-next:before){ background: black ; }
.ti-next { transform: translateX(30px); }
.ti-prev { transform: translateX(-30px); }
.ti-footer {  display: none; }

/*hover*/
.ti-widget.ti-goog .ti-controls .ti-next:hover { transform: translateX(30px) !important; background: var(--e-global-color-color_2); }
.ti-widget.ti-goog .ti-controls .ti-prev:hover { transform: translateX(-30px) !important; background: var(--e-global-color-color_2); }

@media only screen and (max-width: 1440px){
.ti-widget.ti-goog .ti-controls { max-width: 120px !important; top: unset !important; bottom: -10px !important; right: 0; left: 0; margin-inline: auto !important; }
}

/***************** style Page avis (mettre cette classe dans le contenour des avis : section-avis-pg) *****************/

.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: space-between !important;align-items: flex-start !important;width: 100% !important;margin: 0px !important;}
.section-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;}
.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;}

@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;}
}


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

.col-widget-footer.menu ul.coherence-core-nav-menu { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 10px; }
.coherence-core-nav-menu:before, .coherence-core-nav-menu:after { 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*/
/*presttaions*/
.item-content { transform: translate(70px ,-200px); }
	
    /*style footer*/

}

/*------------***Large devices (desktops, less than 1281px)***------------*/
@media only screen and (max-width: 1280px){

    /*style header*/

    /*style main content*/
/*presttaions*/
.item-content { transform: translate(40px ,-200px); }

    /*style footer*/

}


@media only screen and (max-width: 1200px){

    /*style header*/

    /*style main content*/
/*presttaions*/
.item-content { transform: translate(0px ,-200px); }
	
    /*style footer*/

}


/*------------***Medium devices (tablets, less than 1025px)***------------*/
@media only screen and (max-width: 1024px){
	
	/*style header*/

    /*style main content*/
/*presttaions*/
.item-content { transform: translate(0px ,-200px); }
	
    /*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*/
/*presentation*/
.col-title-absolute { position: relative !important; top: 0 !important; left: 0px !important; }
.item-body .prestation-icon { width: 100%; transform: translateY(0px); margin-bottom: 20px; }

.item-body .prestation-content {
    height: unset;
    overflow: visible;
}
	
.item-body  .prestation-content {
    width: 100%;
    text-align: center;
    padding-inline: 20px;
}

.item-body .item-content:before {
    height: 100% !important;
}

    /*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*/
/*prestation*/
.item-content { transform: translate(0px ,-5px); }
.item-body:hover .item-content { transform: translate(0px ,-5px); }

/*Realisations*/

    /*style footer*/
	.col-widget-footer.menu ul.coherence-core-nav-menu { display: flex; flex-direction: column; align-items: center; }
    
    
}

/*------------------------------------------------------***End Media query***------------------------------------------------------*/
/* .d-lg-inline{
	position:absolute;
}
img.attachment-full.size-full.wp-image-921 {
    width: 562px !important;
} */
.icon_boxes_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    justify-items: stretch;
	padding-bottom:10px;
}

.icon_boxes_wrapper .two{
	grid-column: 1 / 4;
	 gap: 10px;
}

.icon_boxes_wrapper .two{
	display:grid;
	grid-template-columns: 1fr 1fr;
}

.icon_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #C5C5C5;
    padding: 20px;
	font-family: "Open Sans";
	font-size:16px;
	gap:8px;
	
}

.icon_box.active
{
    background-color: var(--e-global-color-color_1);
    color: #fff;
    outline: 2px solid;
}

.icon_box.active .box_icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(100%) hue-rotate(190deg) brightness(100%) contrast(88%);
}

.box_title{
    text-align: center;
    color: #000;
    font-weight: 700;
}

.icon_box.active .box_title{
    color: #fff;
}

@media only screen and (max-width: 1200px){
.icon_boxes_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    justify-items: stretch;
    padding-bottom: 10px;
}

}


@media only screen and (max-width: 600px){
.icon_boxes_wrapper {
    display: grid;
    grid-template-columns: auto;
    gap: 10px;
    justify-items: stretch;
    padding-bottom: 10px;
}

}