/*
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; }
 
picture.pulse  {
  animation: pulseAnimation 1.5s infinite;
}

@keyframes pulseAnimation {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1); 
  }
}


/*-----------------------------------------***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 .menu-icon-home > a {text-indent: -999px;}
}
@media only screen and (max-width: 1024px){
	.section-header .menu-icon-home > a svg{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;}
}
/*Header Sticky*/
header.is-sticky .logocentral { width: 120px; }
.is-sticky { position: fixed !important; left: 0; width: 100%; background: white !important; z-index: 9 !important; translate: 0.5s all ease-in-out !important }
header .home-icon a.coherence-core-menu-item img { display: none; }
header.is-sticky , body:not(.home) header{ box-shadow: 10px 10px 10px #a9a9a938; }
.is-sticky .coherence-core-nav-menu > li > a { font-size: 15px !important; }
.logo img{ translate: 0.5s all !important; }
.is-sticky .logo img{ transform: scale(1)!important; }
.is-sticky .e-con-inner { padding-bottom: 5px !important; }
/*------------------------------------------------------***End***------------------------------------------------------*/

.blr-endi {background-image: linear-gradient(180deg, #CBE1EC 0%, #CBE1EC00 7%, #CBE1EC00 93%, #CBE1ECEC 100%) !important;}
/*------------------------------------------------------***Begin Pages internes Style***------------------------------------------------------*/
.h3-politique h3{color:black !important;}
/* .cntct-frm .wpcf7-acceptance a u, .cntct-frm .recaptcha_acc a u{color:#fff !important;text-decoration:none !important;font-weight:600 !important;}
.cntct-frm .wpcf7-acceptance a:hover u, .cntct-frm .recaptcha_acc a:hover u{;text-decoration:underline !important;} */
/*------------------------------------------------------***End***------------------------------------------------------*/


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

h1, h2, h3, h4, h5, h6{
    margin-top: 0px !important;margin-bottom:0px !important;
}

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


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


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


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


.presta-title-icon-front img {
    height: 80px !important;
    max-width: 80px !important;
    object-fit: contain !important;
    object-position: center !important;
}
.presta-parent h3{color:#fff !important;}
.presta-title-front h3, .presta-title h3{color:#fff !important;}
.slick-slide * { transition: all 0.5s ease-in-out; }
.slick-slide { position: relative; display: flex; align-items: center; border-radius:10px !important;}
.presta-parent { display: flex; flex-direction: column; align-items: center; padding-inline: 20px; }
.presta-back {display: flex;flex-direction: column;align-items: center;text-align: center;opacity: 0%;}
.presta-title-icon-front {text-align: center;position: absolute;bottom: 10px;background: rgb(0,0,0);background: linear-gradient(180deg, rgba(0,0,0,0.08727240896358546) 17%, rgba(0,0,0,0.6811099439775911) 57%, rgba(0,0,0,0.8687850140056023) 87%);height: 40%;}
.presta-content p{margin-bottom: 0px !important;}
.presta-content {margin-bottom: 15px !important;}
:has(.presta-content) p {
	color:unset !important
}
body .presta-content p { color: white !important;}
.presta-btn a {
	display:inline-block !important;
	transition:all 0.2s ease-in-out !important;
    color: black  !important;
    background: white !important;
    padding: 10px 25px !important;
    border-radius: 30px;
}
.presta-btn a:hover {
	transition:0s !important;
    color: white !important;
    background: var(--e-global-color-color_2) !important;
}
.slick-slide:before { content: ""; background:black; height: 25% ; width: 100% ; position: absolute ;bottom: 0; left: 0; right: 0; margin-inline: auto; transition: all 0.5s ease-in-out;}


/*BG*/
.section-prestation { position: relative; }
/*hover*/
.slick-slide:hover .presta-back {
    opacity: 100%;
}
.slick-slide:hover:before { background: #000000c9;height: 100%;transition:0.6s; }
.slick-slide:hover:after{display:none !important;}



/**/
.presta-title-icon-front {
    width: 100%;
    bottom: 0;
    padding-top: 30px;
}
.slick-slide:hover .presta-title-icon-front {opacity: 0%;  z-index: -1;}
.slick-slide:hover .item-content  {
    background: rgb(0 0 0 / 80%);
}
.slick-slide .item-content {
    bottom: 0% !important;
	display: flex;
    flex-direction: column;
    justify-content: center;
	height:100%;
}


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

.item-content section {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}
.item-content section>p{display:none !important}
ul.slick-dots li {
    background-color: white !important;
    margin-inline: 10px !important;
	margin-top: 10px !important;
}

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

.col-iframe-fb iframe { border: 6px solid var(--e-global-color-color_2) !important; border-radius: 20px; }

/**************************************Style : section_Realisations*********************************/
figure.gallery-item .gallery-icon{overflow: hidden !important;}
figure.gallery-item img{ transition:all 0.3s ease-in-out;}
figure.gallery-item:hover img{ opacity:0.8;}

.galer-width .e-n-tab-title {min-width: 150px !important;}
/**************************************Style : section_valeurs*********************************/


/**************************************Style : section_points_forts*********************************/


/**************************************Style : section_avis*********************************/
.ti-inner, .ti-name, .ti-date {
    color: white !important;
}
.ti-footer {
    display: none !important;
}
.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: flex-start !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;}

.ti-name , .ti-date , .ti-review-content {
    color:black !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;}
}

/**************************************Style : section_partenaires*********************************/


/**************************************Style : section_contact*********************************/
.horaires_site {display: flex !important;gap:15px !important;justify-content: space-between !important;}

/**************************************Style : section_map*********************************/


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



/*------------------------------------------------------***Begin footer style***------------------------------------------------------*/
.coherence-logo svg{width: 130px !important;height: auto !important;}
.coherence-logo svg * {fill: #000 !important;}
.section-footer .menu-center-logo {display:none !important;}

/*style menu*/
@media only screen and (min-width: 498px){ .menu-main-footer ul.coherence-core-nav-menu {column-count: 2;}}
.menu-main-footer .hide-sub-mn .sub-menu , .menu-main-footer .hide-sub-mn .sub-arrow {display: none !important;}
@media only screen and (min-width: 601px){.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*/

	
    /*style footer*/

}

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

    /*style header*/

    /*style main content*/
	.elementor-1162 .elementor-element.elementor-element-f4546e6.elementor-element {align-self: normal !important;}

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

	.presta-title-icon-front {padding-top: 10px;height: 50%;}
	.info-pg-contact {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*/
	.item-content{position:relative !important;}
.presta-icone-front img {
    position: relative !important;
}

.item-body > img {
    position: absolute !important;
}
.presta-parent {
    padding-block: 60px;
	padding-inline: 40px;
}	
	p.item-desc {
    display: none  !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*/
	.is-sticky {top:0 !important;}
    /*style main content*/

.slick-slide .presta-back {
    opacity: 100%;
}
.slick-slide:before { background: #000000c9; height: 100% !important;transition:0.6s; }
.slick-slide:after{display:none !important;}
	.slick-slide .presta-title-icon-front {opacity: 0%;}
.slick-slide .item-content  {
    background: rgb(0 0 0 / 80%);
}
    /*style footer*/
    .menu-footer a.coherence-core-menu-item {justify-content: center !important;}
}

/*------------***Between Mobile and Tablet Media query style***------------*/
@media only screen and (min-width: 498px) and (max-width: 800px){
    
    /*style header*/

    /*style main content*/
.item-body {
    max-height: 500px;
    height: 100% !important;
}

	.item.slick-slide{
    margin-bottom: -20px !important;
	}

    /*style footer*/
    
}

/*------------***Mobile Media query style***------------*/
@media only screen and (max-width: 497px){

    /*style header*/

    /*style main content*/
.presta-title-icon-front img {max-width: 59px !important;}
	.presta-content-btn{margin-top:10px !important;}
	.presta-parent {padding-block: 30px;padding-inline: 25px;}
	.horaires_site {flex-direction:column !important;}
    /*style footer*/
    
    
}

/*------------------------------------------------------***End Media query***------------------------------------------------------*/
.fb_iframe_widget iframe {
    border: 10px solid #e5061e !important;
    border-radius: 30px;
}