/*
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, .section-header .acceil-page{display: none;}
	.home header#site-header:not(.sticky-active) {
		position: absolute;
		width: 100%;
		top: 0;
	}
	.home header#site-header:not(.sticky-active) .section-header {
		background-image: linear-gradient(rgb(0 0 0 / 80%), rgb(0 0 0 / 0%)) !important;
		background-color:transparent !important;
	}
	.section-header a.coherence-core-menu-item:after{height:6px !important;}
}
@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;}
}

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

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

body .produit-card-buttons-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

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

.boat-animation {
  	animation: boat 8s ease-in-out infinite both;
}
@keyframes boat {
	0% {
		-webkit-transform: translateX(20%);
		transform: translateX(20%);
	}
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}
/*------------------------------------------------------***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*********************************/
.section-presta section > p{display:none !important;}
.section-presta .item-body{box-shadow: -1px 7px 15px rgba(211, 211, 211, 0.1);}
.section-presta .slick-slide{margin-bottom:20px !important;}
.container-presta {
	background-color: #ffffff;
	box-shadow: -1px 7px 15px rgba(211, 211, 211, 0.1);
	overflow: hidden;
	width: 100%;
}
.content-presta {
	position: relative;
	padding: 40px 42px;
}
.content-presta::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 6px;
	background-color: #ff0000;
	z-index: 1;
	transition: all 0.5s ease;
}
.title-presta {
	font-family: "Bruno Ace", sans-serif;
	color: #000;
	margin-bottom: 10px;
}
.text-presta {
	font-size: 16px;
	color: #000;
	line-height: 25px;
	margin-bottom: 0px !important;
}
.image-presta {
	width: 100%;
	overflow: hidden;
}
.image-presta img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.5s ease;
}
.btn-presta {
	height: 71px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 28px;
}
.btn-anim {
	width: 150px;
	overflow: hidden;
}
.btn-presta-link {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	color: #000;
	display: flex;
	align-items: center;
	gap: 6px;
	transform: translateX(-116px);
	transition: all 0.8s ease;
}
.btn-img {
	width:25px !important;
	height:25px !important;
	object-fit:contain !important;
	transition: all 0.5s ease;
}
/***************Hover Effect******************/
.container-presta:hover .content-presta::before {
	width: 100%;
}
.container-presta:hover .image-presta img {
	transform: scale(1.2);
}
.container-presta:hover .btn-anim .btn-presta-link {
	transform: translateX(0);
}
.btn-anim:hover .btn-presta-link {
	color: #ff0000;
}
.btn-anim:hover .btn-img {
	filter: brightness(0) saturate(100%) invert(9%) sepia(100%) saturate(6489%)
	hue-rotate(354deg) brightness(97%) contrast(95%);
}
/**************************************Style : section_Actualites*********************************/
 

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


/**************************************Style : section_fb*********************************/

.fb_frame .fb_iframe_widget iframe {border-radius: 40px;box-shadow:0 0 0 20px var(--e-global-color-color_3);}
.fb_frame span{z-index:5;} 
.fb_frame span:before{position:absolute;content:"";width: 185px !important;height: 20px !important;border-radius: 0px 0px 15px 15px;left: 0;right: 0;top: -5px;margin-inline: auto;background-color: var(--e-global-color-color_3);z-index: 1}
.fb_frame span:after{position:absolute;content:"";width: 10px !important;background-color: var(--e-global-color-color_3);height: 14% !important;border-radius: 0px 10px 10px 0px;right: -23px;z-index: 10;top: 130px;}
/**************************************Style : section_points_forts*********************************/


/**************************************Style : section_avis*********************************/


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



/*------------------------------------------------------***Begin footer style***------------------------------------------------------*/
.coherence-logo svg{width: 130px !important;height: auto !important;}
.coherence-logo svg * {fill: #fff !important;}
.menu-footer .sub-menu , .menu-footer .sub-arrow {display: none !important;}


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



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

/*------------***Large devices (desktops, more than 800px)***------------*/
@media only screen and (max-width: 1024px) and (min-width: 801px){
    
	.menu-footer ul.coherence-core-nav-menu{margin-inline: auto !important;}
    
}

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

}

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

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