/*
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{display: none;}
}
@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;}
}


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


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


/*------------------------------------------------------***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*********************************/
:root {
  --normal-time-transition: 0.3s;
  --animation-time-transition: 2s;
  --presta-border-radius: 50px;
}

/* Masque les paragraphes vides */
.prestations-caroussel .item-content section p:empty {
  display: none !important;
}

/* Style de l'icône dans prestation-back */
.prestations-caroussel .presta_icon {
  position: absolute;
  background: var(--e-global-color-color_1);
  width: 20%;
  height: 16%;
  border: 3px solid white;
  right: -100%;
  top: -100%;
  z-index: 10;
  border-radius: 50%;
  opacity: 0;
  transition: all var(--normal-time-transition) ease-in-out;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}

/* Section avant de la prestation */
.prestations-caroussel .prestation-front {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 20px 40px;
  transition: all var(--normal-time-transition) ease-in-out;
}

.prestations-caroussel .prestation-front h3 {
  color: white !important;
	font-size:28px;
}

/* Conteneur pour tout le contenu de l'élément */
.prestations-caroussel .item-content {
  width: 100%;
  height: 100%;
}

/* Padding pour la piste slick */
.prestations-caroussel .slick-track {
  padding-top: 30px;
  cursor: grab;
}

/* Arrière-plan et alignement de la section */
.prestations-caroussel section {
  height: 100%;
/*   background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 64%, rgba(0, 0, 0, 1) 84%); */
  border-radius: var(--presta-border-radius);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Style de l'image à l'intérieur du corps de l'élément */
.prestations-caroussel .item-body img {
  border-radius: var(--presta-border-radius) !important;
  overflow: hidden;
}

/* Section arrière de la prestation */
.prestations-caroussel .prestation-back {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  gap: 20px;
}
.prestations-caroussel .prestation-back h3 {
	font-size:28px;
}
/* Style du conteneur de bouton */
.prestations-caroussel .btn-presta {
  display: flex;
  align-items: center;
}

/* Style du lien à l'intérieur du conteneur de bouton */
.prestations-caroussel .btn-presta a {
  padding: 15px 60px;
  font-family:'kanit';
  font-size:18px;
  color:white;
  background-color: var(--e-global-color-color_1);
  border-radius: 60px;
  transition: background-color var(--normal-time-transition) ease-in-out;
}
.prestations-caroussel .btn-presta a:hover {
	background-color:#18191B;
	color:white;
}
/* Effets de transition et de transformation pour la section arrière */
.prestations-caroussel .prestation-back > div:is(.title-presta, .txt-presta, .btn-presta) {
  transform: translateY(1000px) !important;
  transition-timing-function: ease-in-out !important;
}

.prestations-caroussel .prestation-back .title-presta {
  transition: all calc(var(--animation-time-transition) / 4);
}

.prestations-caroussel .prestation-back .txt-presta {
  transition: all calc(var(--animation-time-transition) / 3);
}

.prestations-caroussel .prestation-back .btn-presta {
  transition: all calc(var(--animation-time-transition) / 2.5);
}

.prestations-caroussel .prestation-front .title-presta {
  display: flex;
  align-items: flex-start;
  min-height: 55px;
}

.prestations-caroussel .item-body::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all var(--normal-time-transition) ease-in-out;
  border-radius: var(--presta-border-radius);
  background-color: #f3f3f3;
  opacity: 0;
}

/* Effets de survol pour le corps de l'élément */
.prestations-caroussel .item-body:hover::before {
  opacity: 1;
}

.prestations-caroussel .btn-presta a:hover {
  background-color: var(--e-global-color-color_2);
  color: white !important;
}

.prestations-caroussel .item-body:hover
  .prestation-back
  > div:is(.title-presta, .txt-presta, .btn-presta) {
  transform: translateY(0px) !important;
}

.prestations-caroussel .item-body:hover section {
  background-image: unset;
}
.prestations-caroussel .presta_icon{
	 color:white !important;
  font-family:'Libre Baskerville';
}
.prestations-caroussel .item-body:hover .presta_icon {
  right: -17px;
  top: -25px;
  opacity: 1;
}
.prestations-caroussel .circle {
    padding: 8px;
    border: solid 1px;
    border-radius: 600px;
    width: 67px;
    height: 67px;
}
.prestations-caroussel .item-body:hover .prestation-front {
  opacity: 0;
}

/****/
@media only screen and (max-width: 800px) {
  .prestations-caroussel
    .item-body
    .prestation-back
    > div:is(.title-presta, .txt-presta, .btn-presta) {
    transform: translateY(0px) !important;
  }

  .prestations-caroussel .item-body section {
    background-image: unset;
  }
	.prestations-caroussel .item-body img {
		opacity:0;
	}
  .prestations-caroussel .item-body .presta_icon {
    right: 0px;
    top: -25px;
    opacity: 1;
  }

  .prestations-caroussel .item-body .prestation-front {
    opacity: 0;
  }
  .prestations-caroussel .item-body::before {
    opacity: 1;
  }
}

@media screen and (max-width: 1280px) and (min-width: 1099px) {
  
  .prestations-caroussel .item-body,
  .prestations-caroussel .item-body > img {
    height: 520px !important;
  }

  /* Ajuste la taille de .presta_icon */
  .prestations-caroussel .presta_icon {
    width: 80px;
    height: 80px;
  }
}

@media only screen and (max-width: 497px) {
 
  .prestations-caroussel .item-body > img {
    height: 540px !important;
  } */



}


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

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


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


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


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

/**************************************Style : section_contact*********************************/
.contact-home a{
	color:#A0A0A0 !important;
}
.contact-home a:hover{
	color:var(--e-global-color-color_1) !important;
}

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



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


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



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

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

    /*style main content*/
	.partenaires .gallery-slick-prev {
    left: -18% !important;
}
	.partenaires .gallery-slick-next {
    right: -16% !important;
}

    /*style footer*/
    
}

/*------------***Large devices (desktops, less than 1501px)***------------*/
@media only screen and (min-width: 1361px){

    /*style header*/

    /*style main content*/
	.partenaires .slick-arrow.gallery-slick-prev svg{margin-right: -70px;}
.partenaires .slick-arrow.gallery-slick-next svg{margin-left: -70px;}

    /*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*/
	.prestations-caroussel .item-body,.prestations-caroussel .item-body > img {
    height:500px !important;
  }
.prestations-caroussel .btn-presta a {
	padding: 15px 20px;}
  .prestations-caroussel .presta_icon {
    width: 80px;
    height: 80px;
  }
	.home-gallerie .modula-item{border-radius:20px !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*/
    .menu-main-footer .coherence-core-nav-menu a {justify-content: center !important;}
	.menu-main-footer li{
		text-align: center !important;
    width: 100%;
	}

}

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