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


.elementor-icon-box-title{
	margin-bottom:10px !important;
}
/*-----------------------------------------***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;}
}

/* full width header style */
header#site-header:is(.sticky-active) {
  box-shadow: 0px 0px 6px 3px #00000020;
}

@media screen and (min-width: 1025px) {
  .home header#site-header:not(.sticky-active) {
    position: absolute;
    width: 100%;
    top: 0;
  }

  .home header#site-header:not(.sticky-active) .elementor-element {
    background-color: transparent;
  }

  .home header#site-header:not(.sticky-active) a {
    color: white !important;
  }
  .home header#site-header:not(.sticky-active) .sub-menu a {
    color: var(--e-global-color-color_1) !important;
  }

/*   .home header#site-header:not(.sticky-active) a:hover {
    border-radius: 10px !important;
  } */

/*   .home header#site-header:not(.sticky-active) .current_page_item a {
    border-radius: 10px !important;
  } */
}

.sticky-active {
	background:var(--e-global-color-color_2) !important
}

/* header#site-header a,
header#site-header .current_page_item a {
  border-radius: 10px !important;
} */

a.dib.link_phone1:hover,
a.dib.link_phone2:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.notrechaf-title-titre {
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 600;
text-transform: uppercase;
}

.notrechaf-subtitle{
	font-size: 20px;
    font-family: 'Montserrat';
}

section p:empty {
    display: none !important;
}

/*------------------------------------------------------***End***------------------------------------------------------*/
.coherence-flip-box-btn{
	position:relative
}

.btn-style a.elementor-button:before ,.btn-style .coherence-flip-box-btn:before , .btn-style:before{
    content: "";
    position: absolute;
    height: 3px;
    width: 20%;
    background: currentcolor;
    bottom: -1px;
    left: 0;
    transition: all 0.4s ease-in-out;
}

.btn-style a.elementor-button:hover:before , .btn-style .coherence-flip-box-btn:hover:before, .btn-style:hover:before {
    width: 100%;
}

/* .btn-style i {
	transform:translatex(0px);
	transition: all 0.4s ease-in-out;
}

.btn-style:hover i {
	transform:translatex(4px)
} */


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

.gal-style .gallery-icon a {
    position: relative;
	height:100% !important;
	width:100% !important;
	display:flex;
}

.gal-style .gallery-icon a:before {
    position: absolute !important;
    content: "\f00e";
    font-family: 'Font Awesome 5 Free';
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: 99;
    color: white;
    font-weight: 900;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 2px dotted white;
    outline-offset: -20px;
    background: rgb(0 0 0 / 50%);
    opacity: 0;
    scale: 0;
    transition: all .5s ease-in-out;
}

.gal-style .gallery-icon a:hover:before{
	opacity: 1;
    scale: 1;
}

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


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

/**************************************Style : Contact*********************************/
.cstm-border {
    border: 1px solid var(--e-global-color-color_2) !important;
    display: flex;
    align-items: center;
    margin: 10px 0 20px 0;
    padding: 2% 0;
    align-content: space-between;
	border-radius: 10px !important;
}
input[type="checkbox"], .presta-chck .wpcf7-checkbox .wpcf7-list-item-label {cursor: pointer !important;}
.presta-chck .wpcf7-checkbox {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    grid-gap:6px;
    margin-bottom: 0px !important;
}
@media only screen and (max-width: 1280px){
	.presta-chck .wpcf7-checkbox {grid-template-columns: repeat(2, 1fr);}
}
@media only screen and (max-width: 497px){
	.presta-chck .wpcf7-checkbox {grid-template-columns: repeat(1, 1fr);}
}
/**************************************Style : SLIDER HOME*********************************/

.tictac-animation {
	animation: swing ease-in-out 2s infinite !important;
    transform-origin: top center !important;  /* The pendulum rotates around its top */
}
@keyframes swing {
	0% { transform: rotate(0deg); }
    50% { transform: rotate(5deg); }
    100% { transform: rotate(0deg); }
}


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


/**************************************Style : section_prestations*********************************/
.container-prestation {
  position: relative;
  width: 100%;
  height: 420px;
  transform-style: preserve-3d;
  transform: perspective(2000px);
  display: flex;
  flex-direction: row-reverse;
  overflow: hidden !important;
}
.front-prestation-card {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border: 1px solid white;
}
.back-prestation-card {
  width: 100%;
  height: 100%;
  position: absolute;
  left: -102%;
  background-color: var(--e-global-color-color_1);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding: 20px;
  transition: all 0.5s ease-in-out !important;
}
.txt-front {
  color: white;
  text-align: center;
  font-size: 15px !important;
  margin-bottom: 0px !important;
  line-height: 1.4 !important;
}
.title-front {
  font-size: 23px !important;
  margin-bottom: 12px !important;
  text-align:center !important;
  color: var(--e-global-color-color_2) !important;
}
.img-front {
  width: 50px !important;
  height: 50px !important;
  margin-bottom: 20px !important;
}
.content-prestation-back {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.btn-prestation-back {
  position: relative;
  border-bottom-style: solid;
  border-bottom-color: white;
  border-bottom-width: 1px;
}
.btn-prestation-back a {
  color: white !important;
  display: inline-block;
  padding: 20px 0px;
  transition: all 0.4s ease-in-out;
}
.btn-prestation-back i {
  color: white;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.btn-prestation-back::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 20%;
  background: white;
  bottom: -1px;
  left: 0;
  transition: all 0.4s ease-in-out;
}

.btn-prestation-back:hover::before {
  width: 100%;
  background-color: var(--e-global-color-color_2);
}
.btn-prestation-back:hover:hover a,
.btn-prestation-back:hover i {
  color: var(--e-global-color-color_2) !important;
}
.container-prestation:hover .back-prestation-card {
  left: 0;
}
@media only screen and (max-width: 800px) {
  .container-prestation .back-prestation-card {
    left: 0;
    }  
}

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

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


/**************************************Style : section_valeurs*********************************/


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

    /*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*/
	body .coherence-flip-box .coherence-flip-box-item.coherence-flip-box-back.coherence-anim-timing-ease-default{
		right:0% !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;}

}

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