/*
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 img{display:none !important;}
.section-header .menu-icon-home > a{padding:0 !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 span.mn-hm-txt{display: none;}
}
@media only screen and (max-width: 1024px){
	.section-header .menu-icon-home > a{padding:12px !important;}
	.section-header .menu-icon-home > a img{display:none !important;}
	.section-header .coherence-core-dropdown .menu-center-logo,.section-header .coherence-core-dropdown .menu-icon-rs{display:none !important;}
}
.menu-item.current-menu-item a.coherence-core-menu-item::after {
    content: "";
    background-color: var(--e-global-color-color_3) !important;
    width: 30px;
    height: 4px;
    position: absolute;
    bottom: 5px;
    left: 25px;
    z-index: 999;
    opacity: 1 !important;
    transform: inherit;
}
@media only screen and (max-width: 1360px){
	.menu-item.current-menu-item a.coherence-core-menu-item::after{
		left: 12px;
	}
}
li#menu-item-523 a.coherence-core-menu-item::after{
	display: none;
}
.section-footer a.coherence-core-menu-item::after{
	display: none !important;
}
.menu-item.current-menu-item.elementor-button-wrapper a.coherence-core-menu-item{
	color: var(--e-global-color-color_1) !important;
}
.menu-item.current-menu-item.elementor-button-wrapper a.coherence-core-menu-item::after{
	display: none !important;
}
.section-footer .coherence-core-nav-menu__layout-horizontal .coherence-core-nav-menu .menu-item:nth-child(2),
.section-footer .coherence-core-nav-menu__layout-horizontal .coherence-core-nav-menu .menu-item:nth-child(4){
    grid-row-start: 2;
}

@media only screen and (max-width: 600px){
	.section-footer .coherence-core-nav-menu__layout-horizontal {
		justify-content: center;
	}
	.section-footer .coherence-core-nav-menu__layout-horizontal .coherence-core-nav-menu{
		justify-items: center;
		margin: 0;
	}
	h3{ font-size:22px !important}
}
/*------------------------------------------------------***End***------------------------------------------------------*/


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

/*SlideIn*/
.phone-contact .elementor-coherence-core-content-box-content a {
    color: white;
}
.phone-contact .elementor-coherence-core-content-box-content a:hover {
    color: var(--e-global-color-color_2);
}



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


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

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


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


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


/**************************************Style : section_prestations*********************************/
.section-prestations .basic-carousel .item-content {
    transform: translateY(70%);
	background-color: white;
	transition : all 0.6s ease-in-out !important;
}
.section-prestations .basic-carousel .item-body:hover .item-content{
	transform: translateY(0%);
	background-color: transparent;
    bottom: 5% !important;
}
.section-prestations .wrapper-presta .top-content {
    display: flex;
	align-items: center;
	gap: 30px;
    margin: 20px 30px 50px 30px;
}
.section-prestations .wrapper-presta .top-content .icon {
    width: 50px !important;
	height: 100%;
	margin: 0 !important;
}
@keyframes slide-in-bl {
  0% {
    transform: translateY(1000px) translateX(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0) translateX(0);
    opacity: 1;
  }
}
.section-prestations .basic-carousel .item-body:hover .icon{
	animation: slide-in-bl 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	width: 60px !important;
}
.section-prestations .basic-carousel .item-body:hover .top-content {
    flex-direction: row-reverse;
    justify-content: space-between;
	margin: 30px 30px 10px 30px;
}
.section-prestations .wrapper-presta .top-content h3 {
    color: var(--e-global-color-color_1);
    font-size: 22px;
    font-weight: 600;
    
	margin: 0 !important;
}
.section-prestations .wrapper-presta .bottom-content {
    margin: 0 30px 15px 30px;
}
.section-prestations .wrapper-presta .bottom-content .ligne {
    border: 2px solid var(--e-global-color-color_3);
    width: 70px;
}
.section-prestations .wrapper-presta .bottom-content .text {
    margin-top: 15px;
	color: var(--e-global-color-color_1);
	font-size: 18px;
    font-weight: 500;
}
.section-prestations .wrapper-presta .bottom-content .button {
    background-color: var(--e-global-color-color_3);
    color: white;
    padding: 10px 20px;
    font-size: 20px;
}
.section-prestations .wrapper-presta .bottom-content .button:hover{
	background-color: var(--e-global-color-color_1);
}


@media only screen and (min-width: 801px) and (max-width: 1024px){
   .section-prestations  .item-body > img {
		height: 430px !important;
	}

}
/**************************************Style : section_Actualites*********************************/
/*  .fb-page iframe {
    border-radius: 30px;
}
.fb-page::after {
    content: "";
    border: 20px solid var(--e-global-color-color_3);
    height: 106%;
    width: 111%;
    position: absolute;
    top: -3%;
    left: -6%;
    border-radius: 50px;
    z-index: -1;
} */

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

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

.gradient-image .gallery-item .gallery-icon a{
	position: relative;
    display: block;
}
/* .gradient-image .gallery-item .gallery-icon a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s;
    z-index: 1;
    background-image: linear-gradient(200deg, rgba(255, 255, 255, 0) 0, #000 100%);
} */

/**************************************Style : section_valeurs*********************************/
.col-img-valeur .elementor-widget-coherence-core-image-before-after, .col-img-valeur .coherence-core-ba-container, .col-img-valeur .coherence-core-image-ba-image-1{height:100% !important;}

/**************************************Style : section_points_forts*********************************/
.points-forts .elementor-coherence-core-content-box-content {
    border: 3px solid var(--e-global-color-color_2 );
    background-color: var(--e-global-color-color_2 );
    Padding: 25px 20px 26px 20px;
}
.points-forts .elementor-coherence-core-content-box-img{
	text-align: end;
}
.points-forts .elementor-coherence-core-content-box-img img{
	width: 100px !important;
    margin-bottom: -50px;
    right: 0;
    z-index: 2;
    position: relative;
}
.points-forts .elementor-coherence-core-content-box-content:hover{
	background-color: white !important;
}
.points-forts-hover-top .points-forts .elementor-coherence-core-content-box-content{
	transition : all 0.4s ease-in-out;
}
.points-forts-hover-top .points-forts .elementor-coherence-core-content-box-content:hover{
	transform: translateY(-30px);
}

/**************************************Style : section_avis*********************************/
.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;}
}
.section-avis-pg .ti-widget.ti-goog .ti-review-item>.ti-inner{
	background-color: #F4F4F4 !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;}
.section-footer .coherence-core-nav-menu:before, .section-footer .coherence-core-nav-menu:after{
	display: none !important;
}
.section-footer .coherence-core-nav-menu__layout-horizontal .coherence-core-nav-menu {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}
/* .section-footer .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*/
	
    /*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*/
/*Points forts*/
.points-forts .elementor-coherence-core-content-box-img img {
    margin-bottom: -25px;
}

    /*style footer*/

}


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

    /*style main content*/
	
    /*style footer*/
	.section-footer .coherence-core-nav-menu__layout-horizontal .coherence-core-nav-menu .menu-item:nth-child(2), 
	.section-footer .coherence-core-nav-menu__layout-horizontal .coherence-core-nav-menu .menu-item:nth-child(4) {
		grid-row-start: auto;
	}
	.section-footer .coherence-core-nav-menu__layout-horizontal .coherence-core-nav-menu {
		grid-template-columns: repeat(1, 1fr);
	}

}

/*------------***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*/
	.section-prestations .wrapper-presta .top-content {
		margin: 30px 0 10px 0 !important;
		flex-direction: row-reverse;
    	justify-content: space-between;
	}
	.section-prestations .wrapper-presta .bottom-content {
		margin: 0 0 15px 0;
	}
	.section-prestations .basic-carousel .item-content {
		transform: translateY(0);    
		bottom: 5% !important;
	}
	.section-prestations .basic-carousel .item-body:hover .icon{
		width: 50px !important;
	}
	.section-prestations .basic-carousel .item-body .icon {
		animation: none !important;
		width: 50px !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*/

    /*style footer*/
    
    
}

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

    /*style header*/

    /*style main content*/
/*Prestations*/
.item-body > img { height: 450px !important; }

    /*style footer*/
    
    
}

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