/*
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; }
 
/*assets*/
.light-pink{filter: brightness(0) saturate(100%) invert(19%) sepia(94%) saturate(5161%) hue-rotate(293deg) brightness(108%) contrast(115%) !important;}
.red-bld{filter: brightness(0) saturate(100%) invert(34%) sepia(83%) saturate(7479%) hue-rotate(358deg) brightness(103%) contrast(108%) !important;}
.yellow-1{filter: brightness(0) saturate(100%) invert(70%) sepia(60%) saturate(663%) hue-rotate(50deg) brightness(96%) contrast(115%) !important;}
.pink-hot{filter: brightness(0) saturate(100%) invert(15%) sepia(65%) saturate(6229%) hue-rotate(336deg) brightness(95%) contrast(105%) !important;}
.partn-carosel ul.slick-dots{padding-left: 0px !important;}

/*-----------------------------------------***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 li.menu-item.current_page_item:last-child a, header li.menu-item.current-menu-item:last-child a {color: #fff !important;}
	.section-header .menu-icon-home > a span{display:none !important;}
	.section-header .menu-icon-home > a img {transition: unset !important;}
	.section-header .menu-icon-home > a:hover img {filter: invert(56%) sepia(13%) saturate(1001%) hue-rotate(162deg) brightness(94%) contrast(87%) !important;}
/* 	.section-header .menu-icon-home > a:hover img, .section-header .menu-icon-home.current-menu-item > a img, .section-header .menu-icon-home.current_page_item > a img{filter: brightness(0) saturate(100%) invert(62%) sepia(53%) saturate(803%) hue-rotate(57deg) brightness(107%) contrast(109%) !important;} */
}
@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 {min-width: 290px !important;right: 0px !important;left: auto !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***------------------------------------------------------*/


/*------------------------------------------------------***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_2);
}
.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 {
	display: inline-block !important;
    background-color: var(--e-global-color-color_2);
    color: white;
    padding: 10px 20px;
    font-size: 20px;
}
.section-prestations .wrapper-presta .bottom-content .button:hover{
	background-color: var(--e-global-color-color_1);
}

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

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

figure.gallery-item .gallery-icon{overflow: hidden !important;}
figure.gallery-item img{ scale: 1; transition:all 0.3s ease-in-out;}
figure.gallery-item:hover img{ scale:1.1;}
/**************************************Style : section_valeurs*********************************/


/**************************************Style : section_points_forts*********************************/
.points-forts .elementor-coherence-core-content-box-content, .points-forts-presta .elementor-coherence-core-content-box-content, .points-forts-presta2 .elementor-coherence-core-content-box-content {Padding: 25px 20px 26px 20px;border: 3px solid;}
.points-forts .elementor-coherence-core-content-box-content {border-color: var(--e-global-color-color_6 );background-color: var(--e-global-color-color_6 );}
.points-forts:nth-child(2) .elementor-coherence-core-content-box-content {border-color: var(--e-global-color-color_2 );background-color: var(--e-global-color-color_2 );}
.points-forts:nth-child(3) .elementor-coherence-core-content-box-content {border-color: var(--e-global-color-color_4 );background-color: var(--e-global-color-color_4 );}

.points-forts-presta .elementor-coherence-core-content-box-content {border-color: var(--e-global-color-color_4 );background-color: var(--e-global-color-color_4 );}
.points-forts-presta .elementor-coherence-core-content-box-content *{color: #fff !important;}
.points-forts-presta:nth-child(1):hover .elementor-coherence-core-content-box-content *{color: var(--e-global-color-color_4 ) !important;}

.points-forts-presta:nth-child(2) .elementor-coherence-core-content-box-content {border-color: var(--e-global-color-color_7 );background-color: var(--e-global-color-color_7 );}
.points-forts-presta:nth-child(2) .elementor-coherence-core-content-box-content *{color: #000 !important;}

.points-forts-presta:nth-child(3) .elementor-coherence-core-content-box-content {border-color: var(--e-global-color-color_6 );background-color: var(--e-global-color-color_6);}
.points-forts-presta:nth-child(3):hover .elementor-coherence-core-content-box-content *{color: var(--e-global-color-color_6 ) !important;}
.points-forts-presta:nth-child(3):hover .elementor-coherence-core-content-box-content *{color: var(--e-global-color-color_6 ) !important;}

.points-forts-presta2 .elementor-coherence-core-content-box-content {border-color: var(--e-global-color-color_5 );background-color: var(--e-global-color-color_5 );}
.points-forts-presta2 .elementor-coherence-core-content-box-content *{color: #fff !important;}
.points-forts-presta2:nth-child(1):hover .elementor-coherence-core-content-box-content *{color: var(--e-global-color-color_5 ) !important;}

.points-forts-presta2:nth-child(2) .elementor-coherence-core-content-box-content {border-color: var(--e-global-color-color_3 );background-color: var(--e-global-color-color_3 );}
.points-forts-presta2:nth-child(2) .elementor-coherence-core-content-box-content *{color: #000 !important;}

.points-forts-presta2:nth-child(3) .elementor-coherence-core-content-box-content {border-color: var(--e-global-color-color_2 );background-color: var(--e-global-color-color_2 );}
.points-forts-presta2:nth-child(3):hover .elementor-coherence-core-content-box-content *{color: var(--e-global-color-color_2 ) !important;}

.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: transparent!important;}
.points-forts-presta .elementor-coherence-core-content-box-content:hover{background-color: transparent !important;}
.points-forts-presta2 .elementor-coherence-core-content-box-content:hover{background-color: transparent !important;}
.points-forts-hover-top .points-forts .elementor-coherence-core-content-box-content, .points-forts-hover-top .points-forts-presta2 .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, .points-forts-hover-top .points-forts-presta2 .elementor-coherence-core-content-box-content:hover{transform: translateY(-30px);}
.points-forts:hover h3.elementor-coherence-core-content-box-title {color: var(--e-global-color-color_6) !important;}
.points-forts:nth-child(2):hover h3.elementor-coherence-core-content-box-title {color: var(--e-global-color-color_2) !important;}
.points-forts:nth-child(3):hover h3.elementor-coherence-core-content-box-title {color: var(--e-global-color-color_4) !important;}
.points-forts:hover p.elementor-coherence-core-content-box-description {color: var(--e-global-color-color_1) !important;}
/**************************************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 img {filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7483%) hue-rotate(138deg) brightness(90%) contrast(89%) !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: max-content;
}

/*------------------------------------------------------***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*/
	.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: 0% !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: 375px){

    /*style header*/

    /*style main content*/
	.points-forts .elementor-coherence-core-content-box-img img{width: 70px !important;}
    /*style footer*/
    
    
}

/*------------------------------------------------------***End Media query***------------------------------------------------------*/
.pds-hover a {pointer-events: initial !important;}

.btn-slide{position:relative;}

.btn-slide:after {
    content: "";
    position: absolute;
    width: 30%;
    height: 3px;
    bottom: -1px;
    left: 0;
    background: #ffffff;
	transition: width 0.6s ease;
}
.btn-slide:hover:after {
    width: 100%;
}
.btn-slide .elementor-button-content-wrapper {
	transition: gap 0.6s ease;
}
.btn-slide:hover .elementor-button-content-wrapper {
    gap: 15px !important;
}

.img-updown{
	 animation: upDown 3s ease-in-out infinite;
}

@keyframes upDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.img-rotate{
    animation: rotate360 10s linear infinite;
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}