/*
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 li:nth-child(1) a.coherence-core-menu-item span{display: none;}
}
@media only screen and (max-width: 1024px){
	.section-header li:nth-child(1) .coherence-core-menu-item i.fas.fa-home {display: none !important;}
	.section-header .coherence-core-dropdown .menu-icon-rs{display:none !important;}
}
body .e-n-tabs-dictionary-top .e-n-tabs-heading{margin-bottom:20px;display:flex;gap:10px;justify-content:center;}
body .e-n-tabs-dictionary-top .e-n-tabs-content>div:not(.e-active){display:none!important;}
body .e-n-tabs-dictionary-top .e-n-tabs-heading button{position:relative;}
body .gallery{display: flex;justify-content: space-between;flex-wrap: wrap;}
body .gallery.gallery-columns-4 .gallery-item{max-width:25%!important;flex:0 0 25%!important;}
body .gallery.gallery-columns-3 .gallery-item{max-width:33%!important;flex:0 0 33%!important;}
body .gallery.gallery-columns-2 .gallery-item{max-width:50%!important;flex:0 50%!important;}
body .gallery.gallery-columns-1 .gallery-item{max-width:100%!important;flex:0 100%!important;}
body button.e-n-tab-title[aria-selected="true"],button.e-n-tab-title:hover{background: var(--e-global-color-color_1);color:#fff;}
@media only screen and (max-width: 800px){
	body .e-n-tabs-dictionary-top .e-n-tabs-heading{flex-direction:column!important;}
}

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


/*------------------------------------------------------***Begin Animation***------------------------------------------------------*/
@keyframes rotate-360 {0% {transform: rotate(-10deg);}100% {transform: rotate(5deg);}}
.rotate-360 img{animation: rotate-360 3s linear 0s infinite alternate forwards;}
.deco-title{animation: rotate-360 3s linear 0s infinite alternate forwards;}
.deco-title.white img{filter: brightness(0) invert(1);}
body a.tel_hover:hover{text-decoration:underline!important;}
/*------------------------------------------------------***End***------------------------------------------------------*/


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

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


/**************************************Style : SLIDER HOME*********************************/

body .sa_owl_theme .owl-dots .owl-dot span{background:#fff!important;}
body .sa_owl_theme .owl-dots .owl-dot.active span,body .sa_owl_theme .owl-dots .owl-dot span:hover{background:var(--e-global-color-color_1)!important;}

/**************************************Style : section_presentation*********************************/
body .depicter-layers-wrapper .rotate-360{overflow:visible!important;}
body .items_prsts img{margin-bottom:20px!important;}
.presentation-side-img img{z-index: -1 !important;animation: slide-top 4s linear 0s infinite alternate forwards;}

.presentation-bottom-img img{animation: slide-left 3s linear 0s infinite alternate forwards;max-width: 415px !important;}

@keyframes slide-left {
	0% {transform: translateX(0);}
	100% {transform: translateX(-20px);}
}
@keyframes slide-top {
	0% {transform: translateY(0);}
	100% {transform: translateY(-20px);}
}
body .deco-title.blnc img {filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(51deg) brightness(103%) contrast(101%);}

.fb-page.fb_iframe_widget{display:block!important;}
.fb-page.fb_iframe_widget iframe{border-radius:40px!important;border:20px solid var(--e-global-color-color_1)!important;}
/**************************************Style : section_prestations*********************************/


.prestations-slider .sa_hover_container{
	position: relative;
    border-radius: 32px 32px 32px 32px / 32px 32px 32px 32px;
    border: 20px solid var(--e-global-color-color_1);
	overflow: hidden;
	transition:.5s all ease-in-out;
}
.prestation-content {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
	background:rgb(68 164 215 / 75%);
	padding: 0 5%;
}
.prestation-title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    background-image: url('/elementor/wp-content/uploads/2024/02/chr_demo_3-wheat1-37.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 98px;
    justify-content: center;
}

h3.prestation-title {
    font-size: 35px !important;
    text-align: center;
    color: #fff !important;
    margin: 0 !important;
}
.prestation-txt-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
	margin: 3% 0 5% 0 !important;
}
.prestation-btn a {
    color:#000000!important;
    font-size: 18px;
}
.prestation-btn a{
	background: var(--e-global-color-color_1);
    display: inline-block;
    padding: 16px 42px;
    border-radius: 10px;
    border: 2px solid var(--e-global-color-color_1);
}
.prestation-btn a:hover{background: transparent;color:#fff!important;border-color:#fff!important;}
.prestation-txt {
    color: #fff;
    text-align: center;
    font-size: 18px;
	margin-bottom: 40px;
	max-width: 360px;
}
.prestation-content img.side-deco-left,img.side-deco-right {
    position: absolute;
    max-width: 78px !important;
    width: 100%;
    height: 100%;
	opacity:0;
	transition: 0.9s all ease-in-out;
}
.prestations-slider .sa_hover_container .prestation-content img.side-deco-left {
    left: -50%;
    top: 0;
}
.prestations-slider .sa_hover_container .prestation-content img.side-deco-right {
    right: -50%;
    bottom: 0;
    transform:scale(-1);
}
.prestations-slider .sa_hover_container:hover .prestation-content img.side-deco-left {
    left: 0;
}
.prestations-slider .sa_hover_container:hover .prestation-content img.side-deco-right {
    right: 0;
}
.prestations-slider .sa_hover_container:hover .prestation-content img.side-deco-left,img.side-deco-right{
	opacity:1;
}
body.page-id-513 a{word-break:break-all;}

/*** Hover **/
.prestations-slider .sa_hover_container:hover .prestation-txt-wrapper {
    visibility: visible;
    opacity: 1;
	transform: translateY(0);
}

/**************************************Style : section_Actualites*********************************/
 

/**************************************Style : section_Realisations*********************************/
.modula-gallery .modula-item > a, #jtg-815.modula-gallery .modula-item {border-radius: 20px !important;}
body .wpcf7-not-valid-tip{background:red!important;}
/**************************************Style : section_valeurs*********************************/
body .rlsts .wpmf-gallery-item img{border-radius:20px!important;object-fit:cover!important;min-height:380px;}
body .rlsts .wpmf-gallery-item .wpmf-gallery-icon{margin:10px!important;}
/**************************************Style :pages Prestations*********************************/
.presta_bloc_anim .elementor-image-box-content {padding: 20px !important;}
figure.elementor-image-box-img {margin-bottom: 0px !important;}
/*.prest_hover .elementor-element .elementor-widget-container:hover {background-color: #5e3023 !important;}*/
body .presta_bloc_anim  figure.elementor-image-box-img{width: 100% !important;}
body .presta_bloc_anim  figure.elementor-image-box-img img{width: 100% !important;max-height:500px;object-fit:cover;}
body .presta_bloc_anim .elementor-image-box-title{display:flex;align-items:center;}
body .slide_imgs img.swiper-slide-image:hover{opacity:0.8!important;}
/**************************************Style : section_avis*********************************/
/* .avis-widget .ti-reviews-container-wrapper {max-height: 594px;overflow: hidden;overflow-y: scroll;}
.avis-widget .ti-widget.ti-goog .ti-review-item {margin-right: 20px;}
.ti-widget.ti-goog .ti-reviews-container-wrapper{border: unset !important;}
.avis-widget .ti-reviews-container-wrapper::-webkit-scrollbar-track { border-radius: 10px;}
.avis-widget .ti-reviews-container-wrapper::-webkit-scrollbar {width: 25px !important;background: #F2F7FC !important;border-radius: 20px !important;}
.avis-widget .ti-reviews-container-wrapper::-webkit-scrollbar-thumb {background: #C6DCF4 !important;border-radius: 20px !important;width: 30px !important;}
.avis-widget .ti-widget.ti-goog .ti-header .ti-profile-img img {border-radius: 100% !important;}
.avis-widget .ti-widget.ti-goog .ti-review-item>.ti-inner {background-color: #FCFCFC !important;} */

/* .avis-widget .ti-widget.ti-goog .ti-review-item>[class$=inner] {background: #FCFCFC !important;border-radius: 14px !important;} */
/* .avis-widget .ti-reviews-container{background: #fff;padding: 9% 6%;border-radius: 40px;} */
/* .avis-widget .pg_avis  .ti-reviews-container {padding:0px!important;} */
/*--------------------------------------------------------------***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;}

a.link_phone1 {color: #fcbf34 !important;font-weight: 600 !important;}
a.link_phone1:hover {text-decoration: underline !important}
.adresse_postal_site {color: #fff !important;font-weight: 600 !important;}
.horaires_site{color: #fff !important;font-weight: 600 !important;}
.col-widget-footer .coherence-core-nav-menu .coherence-core-menu-item i {display: none !important;}



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



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

@media only screen and (min-width: 979px){
	body .sa_owl_theme .owl-dots{display:none!important;}
}
@media only screen and (min-width: 498px){
	.prestations-slider .sa_hover_container:not(:hover) .prestation-content {
		background: #fff;
		bottom: 0;
		max-height: 120px;
	}
	.prestation-txt-wrapper {
		visibility: hidden;
		opacity: 0;
		transform: translateY(150%);
		transition: 0.7s all ease-in-out;
	}
	.prestations-slider .sa_hover_container:not(:hover) .prestation-title-wrapper {
		position: absolute;
	}
	.prestations-slider .sa_hover_container:not(:hover) h3.prestation-title {
		color: var(--awb-color4) !important;
		margin: 0 !important;
		text-align: center;
	}
	.prestations-slider .sa_hover_container:not(:hover){
		border-color: #fff;
	}
}


/*------------***Large devices (desktops, more than 800px)***------------*/
@media only screen and (min-width: 801px){ 
    
    /*style header*/

    /*style main content*/

    /*style footer*/
    /* Animations */
    .animate_01 {animation: mymove ease-in-out 1.618s infinite alternate !important;}
    .animate_02 {animation: mymove2 ease-in-out 1.618s infinite alternate !important;}
    .animate_03 {animation: mymove3 ease-in-out 1.618s infinite alternate !important;}
    .animate_04 {animation: mymove4 ease-in-out 1.618s infinite alternate !important;}
    .animate_05 {animation: mymove5 ease-in-out 1.618s infinite!important;}
    @keyframes mymove {from {transform: translatey(-5px);} to {transform: translatey(5px);}}
    @keyframes mymove2 {from {transform: translatey(5px);}to {transform: translatey(-5px);}}
    @keyframes mymove4 {from {transform: scale(1);} to {transform: scale(1.2);}}
    @keyframes mymove3 {from {transform: translatex(-5px);} to {transform: translatex(5px);}}
    @keyframes mymove5{0%{transform:translate(0,0)}50%{transform:translate(0,10px)}100%{transform:translate(0,0)}}
    
}

/*------------***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*/
	.img_opacity img {opacity: 0.28;}
	.presentation-bottom-img {position:relative !important;inset:0 !important;}
    /*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*/
	body .rlsts .wpmf-gallery-item img{min-height:190px!important;}
	body .prsts_items_pg .elementor-image-box-img img{width:100%!important;}
    /*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*/
	h3.prestation-title{font-size:25px!important;}
	body .rlsts .wpmf-gallery-item img{min-height:220px!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*/
	body .rlsts .wpmf-gallery-item img{min-height:180px!important;}

    /*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*/
	.prestation-btn a {padding: 12px 25px;}
	body .rlsts .wpmf-gallery-item img{min-height:160px!important;}

	.avis-widget .ti-reviews-container-wrapper::-webkit-scrollbar,.avis-widget .ti-reviews-container-wrapper::-webkit-scrollbar-thumb{width:10px !important;}
    /*style footer*/
    
    
}

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