/*
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 i{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 span{display: none;}
}
@media only screen and (max-width: 1024px){
	.section-header .menu-icon-home > a i{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;}
}


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

.depicter-bullet-active:before {border: 1px solid var(--e-global-color-color_1) !important;}
span.depicter-bullet-item{position:relative !important;}
span.depicter-bullet-item:before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    border-radius: 50px;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%)
}
/*------------------------------------------------------***Begin Pages internes Style***------------------------------------------------------*/

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


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

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


/*************Image ful hight *****************/
.img-hight-full, .img-hight-full .elementor-widget-container, .img-hight-full img {min-height: 100% !important;height: 100% !important;}
h3.elementor-coherence-core-content-box-title {margin-bottom: 16px !important;}

/**************************************Style : section_presentation*********************************/
body .wpcf7-list-item {margin: 0 0 0 0em !important;}

/**************************************Style : section_prestations*********************************/
.presta-caross .item-body {
  background: #fff !important;
  border-radius: 5px !important;
  padding-top: 40px !important;
  min-height: 478px !important;
}
.presta-caross section {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

/**************************************Style : section_Actualites*********************************/
 .presta-section .item.slick-slide section>p{display: none !important;}
.presta-container {
  position: relative;
  width: 100%;
  height: 370px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 20px 18px 26px 18px;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  isolation: isolate;
  overflow: hidden !important;
	border-radius:5px !important;
}

.presta-container::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(102, 102, 102, 0) 0%, rgb(0, 116, 181, 1) 100%);
  left: 0;
  bottom: -30%;
  z-index: -1;
  transition: all 0.3s ease-in;
}
.presta-container .presta-card {
  display: flex;
  width: 100%;
	min-height:233px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
  z-index: 1;
  position: relative;
  bottom: -140px;
  transition: all 0.5s ease-in-out;
}
.presta-container .presta-card .presta-title-container {
  display: flex;
  min-height:77px;
  flex-direction: column;
  align-items: center;
  justify-content:flex-end;
  gap: 16px;
}

.presta-container .presta-card .presta-title-container .presta-title {
  font-size:22px !important;
  text-align: left;
  color: #fff;
  margin-bottom: 0px !important;
}
.presta-container .presta-card .presta-text {
  color: #fff;
  text-align: left;
  transition: all 0.8s ease-in-out;
  opacity: 0;
  margin-bottom:0px !important;
}
.presta-container .presta-card .presta-btn {
  font-family: "Inter", serif !important;
  font-size: 18px !important;
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--e-global-color-color_2);
  text-align: center;
  transition: opacity 0.8s ease-in-out;
  opacity: 0;
}
.presta-container .presta-card .presta-btn i{
  transform: rotateY(90deg);
  transition: all 0.1s ease-in-out !important;
}
.presta-container .presta-card .presta-btn:hover i{
  transform: rotateY(0deg);
}
.presta-container .presta-card .presta-btn:hover img {
  filter: brightness(0) saturate(100%) invert(92%) sepia(70%) saturate(6627%) hue-rotate(316deg) brightness(98%) contrast(85%);
}

.presta-container:hover::before {
  transform: translate(-50%, -50%) scale(1);
}
.presta-container:hover::after {
  bottom:0;
}
.presta-container:hover .presta-card {
  bottom: 0;
}
.presta-container:hover .presta-card .presta-text, .presta-container:hover .presta-card .presta-btn {
  opacity: 1;
}
@media only screen and (max-width: 1550px){
	.presta-container .presta-card{min-height:250px;bottom: -170px;}
}
@media only screen and (max-width: 1360px){
	.presta-container .presta-card{min-height:235px;bottom: -170px;}
}

@media only screen and (max-width: 800px) {
	.presta-container{padding: 20px 60px 20px 50px;}
  .presta-container::after {
    bottom:0 !important;
  }
  .presta-container .presta-card {
    bottom: 0;
  }
  .presta-container .presta-card .presta-text, .presta-container .presta-card .presta-btn {
    opacity: 1;
  }
}
 
@media only screen and (max-width: 375px) {
	.presta-container{
		height: 350px;
		padding: 20px 25px 25px 25px;
	}
}

/**************************************Style : section_Fb*********************************/
.mo-fb-avis .fb_iframe_widget iframe {border-radius: 30px 30px 0px 0px;}
.mo-fb-avis span{z-index:5;} 
.mo-fb-avis span:before{position:absolute;content:"";width: 110% !important;height: 104% !important;border-radius: 40px 40px 0px 0px;left: 50%;bottom: 0px;transform:translatex(-50%);background-image: linear-gradient(180deg, rgb(24, 119, 242) 0%, rgb(9, 29, 56, 1) 100%);z-index: -1}
.fb-btn .elementor-button-icon svg {width: 25px !important;height: 25px !important;}
.fb-btn .elementor-button-content-wrapper {align-items: center !important;}
/**************************************Style : section_valeurs*********************************/


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


/**************************************Style : section_contact*********************************/
.cntct-frm .wpcf7-form .sp-label {
  left:35px !important;
  top:23px !important;
}
.cntct-frm .wpcf7-form .focused .sp-label {
  font-size:.8em !important;
  top:7px !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;}


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



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

/*------------***Large devices (desktops, more than 800px)***------------*/
@media only screen and (min-width: 1361px) and (max-width: 1500px){ 
    
    .prestations-section {padding-left: 40px !important;}
	.presta-caross .item-body {min-height: 525px !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*/
	.presta-caross .item-body {min-height: 500px !important;}
    /*style footer*/

}

/*------------***Medium devices (tablets, Bootstrap less than 993px)***------------*/
@media only screen and (max-width: 850px){

    /*style header*/

    /*style main content*/
.presta-caross .item-body {min-height: 550px !important;}
    /*style footer*/

}

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

    /*style main content*/
.presta-caross .item-body {min-height: 470px !important;}
    /*style footer*/

}

/*------------***Tablet Mini Media query style***------------*/
@media only screen and (max-width: 767px){
    
    /*style header*/

    /*style main content*/
.presta-caross .item-body {min-height: 492px !important;}
    /*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*/
.presta-caross .item-body {min-height: 400px !important;}
.cntct-frm .wpcf7-form .sp-label {
  left:25px !important;
  top:13px !important;
}
.cntct-frm .wpcf7-form .focused .sp-label {
  font-size:.5em !important;
  top:3px !important;
}
    /*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: 350px){

    /*style header*/

    /*style main content*/
.presta-caross .item-body {min-height: 492px !important;}
    /*style footer*/
    
    
}

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