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



/*************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;}
/*------------------------------------------------------***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*********************************/
.h1-bloc-left:before {
  position: absolute !important;
  content: "" !important;
  left: auto !important;
  right: 150px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 334px !important;
  height: 200% !important;
  background: var(--e-global-color-color_1) !important;
}
@media only screen and (max-width: 1024px){
	.h1-bloc-left:before{
		right:100px !important;
		width:40% !important;
	}
}
@media only screen and (max-width: 800px){
	.h1-bloc-left:before{
		display:none !important;
	}
}
/**************************************Style : section_prestations*********************************/
.prestation-blc section > p:empty{display:none !important;margin:0 !important;}
.container-presta {
  width: 100% !important;
  height: 452px !important;
  position: relative !important;
  overflow: hidden !important;
}
.presta-bg {
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  z-index: -1 !important;
}

.container-presta .icon-back img {
  width: 68px !important;
  height: 68px !important;
}
.title-presta {
  position: relative !important;
}
.btn-presta,
.txt-presta {
  font-family: "Raleway", serif !important;
}
.txt-presta {
  max-width: 50ch !important;
  font-size: 20px !important;
  line-height: 1.3 !important;
  margin-bottom: 8px !important;
	color: #000 !important;
}

.presta-content {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  align-items: flex-start !important;
  padding: 34px 36px !important;
  gap: 11px !important;
}
.presta-content::before {
  position: absolute !important;
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  background-color: hsla(67, 74%, 45%, 0.85) !important;
  z-index: -1 !important;
}
.title-presta::before {
  position: absolute !important;
  content: "" !important;
  background-color: white !important;
  height: 7px !important;
  width: 56px !important;
  left: 0 !important;
  bottom: -15px !important;
}
.btn-presta {
  display: inline-block !important;
  padding: 15px 50px !important;
  color: white !important;
  background-color: var(--e-global-color-color_2) !important;
}
.btn-presta:hover {
  color: var(--e-global-color-color_1) !important;
  background-color: white !important;
}
.icon-title {
  width: 100% !important;
  min-height: 205px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-end !important;
  flex-direction: row-reverse !important;
  padding-bottom: 9px !important;
}
.container-presta .icon-back {
  display: inline-block !important;
  background-color: white !important;
  padding: 34px !important;
  border-radius: 90px !important;
  align-self: flex-start !important;
}
/*HOVER*/
  .presta-content {
    top: calc(100% - 255px) !important;
    transition: all 0.4s ease-in-out !important;
  }
  .presta-content::before {
    top: 0px !important;
    transition: all 0.2s ease-in-out !important;
  }
  .btn-presta,
  .txt-presta {
    opacity: 0 !important;
    transition: all 0.2s ease-in-out !important;
  }
  .container-presta:hover .btn-presta,
  .container-presta:hover .txt-presta {
    opacity: 1 !important;
  }
  .container-presta:hover .presta-content::before {
    top: 0 !important;
  }
  .container-presta:hover .presta-content {
    top: 0 !important;
  }


@media only screen and (max-width: 1280px){
	.container-presta .icon-back img {
	  width: 55px !important;
	  height: 55px !important;
	}
	.container-presta .icon-back {padding: 25px !important;}
}
@media only screen and (max-width: 1024px){
	.icon-title {min-height: 145px !important;}
	.container-presta .icon-back img {
	  width: 48px !important;
	  height: 48px !important;
	}
	.presta-content {
		top: calc(100% - 175px) !important;
	  }
	.container-presta .icon-back {padding: 20px !important;}
}
@media only screen and (max-width: 800px){
  .presta-content {
    top: 0 !important;
    transition: all 0.4s ease-in-out !important;
  }
  .presta-content::before {
    top: 0px !important;
    transition: all 0.2s ease-in-out !important;
  }
  .container-presta .btn-presta,
  .container-presta .txt-presta {
    opacity: 1 !important;
  }
}
@media only screen and (max-width: 425px){
	.container-presta {height: 480px !important;}
	.btn-presta {padding: 13px 30px !important;}
	.icon-title {
	  align-items: flex-start !important;
	  flex-direction: column !important;
	  padding-bottom: 9px !important;
	}
	.container-presta .icon-back {
		padding: 15px !important;
		align-self: flex-end !important;
	}
	.txt-presta{font-size: 17px !important;}
	.presta-content{padding: 20px !important;}
}
@media only screen and (max-width: 350px){
	.container-presta {height: 510px !important;}
}
/**************************************Style : section_FB*********************************/
 .mo-fb-avis .fb_iframe_widget iframe {border-radius: 20px;box-shadow:0 0 0 15px var(--e-global-color-color_2);}
.mo-fb-avis span{z-index:5;} 

/**************************************Style : section_Realisations*********************************/
.galerie-home .slick-arrow.gallery-slick-prev, .galerie-home .slick-arrow.gallery-slick-next {border: 2px solid var(--e-global-color-color_2) !important;}
.galerie-home .slick-arrow.gallery-slick-prev:hover, .galerie-home .slick-arrow.gallery-slick-next:hover {border: 2px solid var(--e-global-color-color_1) !important;}
span.slick-arrow.gallery-slick-prev:hover svg, span.slick-arrow.gallery-slick-next:hover svg {
    filter: brightness(0) saturate(100%) invert(100%) sepia(95%) saturate(21%) hue-rotate(216deg) brightness(103%) contrast(100%);
}
/*******************galerie-hover**********************/
figure.gallery-item .gallery-icon{overflow: hidden !important;}
figure.gallery-item img{ opacity: 1; transition:all 0.3s ease-in-out;}
figure.gallery-item:hover img{ opacity: 0.8;}
/**************************************Style : section_valeurs*********************************/


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

.partners-img .gallery-icon.landscape {box-shadow: 0 4px 8px #99999942;}

/**************************************Style : section_contact*********************************/
.elementor-widget-coherence-contact-form.cntct-hme .wpcf7-form .sp-label {
  left:27px !important;
  top:18px !important;
}
.elementor-widget-coherence-contact-form.cntct-hme .wpcf7-form .focused .sp-label {
  top:5px !important;
}
.checklistcord span.icon-wrapper.circle-yes {
    border-radius: 10px !important;
    font-size: 19px !important;
    padding: 9px !important;
    height: 40px;
    width: 40px;
}

.checklistcord li.fusion-li-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.checklistcord .fusion-li-item-content {
    margin-left: 0px !important;
}

.checklistcord a {color:#fff}
.checklistcord a:hover {opacity:0.8;color:#fff}

/* form */

.choose-prestation input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

span.wpcf7-form-control.choose-prestation {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: stretch !important;
    flex-wrap: wrap !important;
	gap:10px;
}
.choose-prestation span.wpcf7-list-item label {display: flex;height: 100%;}
.choose-prestation span.wpcf7-list-item {flex-grow: 5 !important;margin:0px;width:25% !important;}
.choose-prestation span.wpcf7-list-item-label {
    margin: 0px !important;
    background: #F5F5F5;
    text-align:center;
    padding: 25px 10px;
    border-radius:0px;
    transition:all 0.4s;
    cursor:pointer;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
	font-size: 22px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
}
.choose-prestation input[type="checkbox"]:checked + span.wpcf7-list-item-label,.choose-prestation  span.wpcf7-list-item-label:hover{
    background: var(--e-global-color-color_1);
}
/* icone contact prestation */

	.choose-prestation span.wpcf7-list-item span.wpcf7-list-item-label:before {
		content:"" !important;
		margin-bottom:5px !important;
		width: 60px !important;
		height: 60px !important;
	}
	.choose-prestation span.wpcf7-list-item:nth-child(1) span.wpcf7-list-item-label:before{
		background:url(https://www.hoguin-menuiserie.fr/wp-content/uploads/2025/04/hoguin-menuiserie-travaux-de-menuiserie-a-rennes-en-ille-et-vilaine-35-Menuiserie.svg) !important;
		background-size:contain !important;
		background-position: center center !important;
		background-repeat:no-repeat !important;
	}
/*  	 icone prestation 2  */
	.choose-prestation span.wpcf7-list-item:nth-child(2) span.wpcf7-list-item-label:before {
		background:url(https://www.hoguin-menuiserie.fr/wp-content/uploads/2025/04/hoguin-menuiserie-travaux-de-menuiserie-a-rennes-en-ille-et-vilaine-35-Portails-Clotures.svg) !important;
		background-size:contain !important;
		background-position: center center !important;
		background-repeat:no-repeat !important;
	}
/* 	icone prestation 3 */
	.choose-prestation span.wpcf7-list-item:nth-child(3) span.wpcf7-list-item-label:before {
		background:url(https://www.hoguin-menuiserie.fr/wp-content/uploads/2025/10/hoguin-menuiserie-travaux-de-menuiserie-a-rennes-en-ille-et-vilaine-35-Pergola.svg) !important;
		background-size:contain !important;
		background-position: center center !important;
		background-repeat:no-repeat !important;
	}
/* 	icone prestation 4 */
	.choose-prestation span.wpcf7-list-item:nth-child(4) span.wpcf7-list-item-label:before {
		background:url(https://www.hoguin-menuiserie.fr/wp-content/uploads/2025/10/hoguin-menuiserie-travaux-de-menuiserie-a-rennes-en-ille-et-vilaine-35-Terrasse.svg) !important;
		background-size:contain !important;
		background-position: center center !important;
		background-repeat:no-repeat !important;
	}
/* 	icone prestation 5 */
	.choose-prestation span.wpcf7-list-item:nth-child(5) span.wpcf7-list-item-label:before {
		background:url(https://www.hoguin-menuiserie.fr/wp-content/uploads/2025/04/hoguin-menuiserie-travaux-de-menuiserie-a-rennes-en-ille-et-vilaine-35-Protection-solaire.svg) !important;
		background-size:contain !important;
		background-position: center center !important;
		background-repeat:no-repeat !important;
	}
/* 	icone prestation 6 */
	.choose-prestation span.wpcf7-list-item:nth-child(6) span.wpcf7-list-item-label:before {
		background:url(https://www.hoguin-menuiserie.fr/wp-content/uploads/2025/10/hoguin-menuiserie-travaux-de-menuiserie-a-rennes-en-ille-et-vilaine-35-Garde-corps.svg) !important;
		background-size:contain !important;
		background-position: center center !important;
		background-repeat:no-repeat !important;
	}
/*.choose-prestation input[type="checkbox"]:checked + span.wpcf7-list-item-label:before,.choose-prestation span.wpcf7-list-item-label:hover:before {
   filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(102deg) brightness(100%) contrast(104%);
}*/
/*respo*/
@media only screen and (max-width: 1024px){
	span.wpcf7-form-control.choose-prestation {flex-wrap: wrap;}
	
	.choose-prestation span.wpcf7-list-item-label {padding: 15px 10px;}
}
@media only screen and (max-width: 497px){
	.choose-prestation span.wpcf7-list-item-label {font-size: 18px !important;}
	.choose-prestation span.wpcf7-list-item span.wpcf7-list-item-label:before {width: 40px !important;height: 40px !important;}
	.choose-prestation span.wpcf7-list-item {width: 48% !important;}
}
@media only screen and (max-width: 380px){
	.choose-prestation span.wpcf7-list-item {width: 100%;}
	.choose-prestation span.wpcf7-list-item-label {padding: 15px 10px;}
}

/**************************************Style : section_avis*********************************/
body .ti-widget.ti-goog .ti-review-item>.ti-inner {
    border-radius: 0px !important;
    padding: 30px 40px !important;
}
body .ti-widget.ti-goog .ti-reviews-container-wrapper {margin:0px !important}
.ti-widget.ti-goog .ti-controls {top: 115% !important;}
.ti-widget.ti-goog .ti-controls .ti-next, .ti-widget.ti-goog .ti-controls .ti-prev {
    display:block !important;
    /* background: var(--e-global-color-color_1) !important; */
    padding: 25px 25px !important;
    width:60px !important;
    height: 60px !important;
    border: 2px solid var(--e-global-color-color_2) !important;
    border-radius: 0px !important;
}
.ti-widget.ti-goog .ti-controls .ti-next{left: 85px !important;}
.ti-widget.ti-goog .ti-controls .ti-prev{left: 8px !important;}
.ti-widget.ti-goog .ti-controls .ti-prev:before, .ti-widget.ti-goog .ti-controls .ti-next:before{
    font-style: normal !important;
    font-variant: normal !important;
    text-rendering: auto !important;
    background:none !important;
    font-size: 22px !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    transform:rotate(0deg) !important;
    top:30% !important;
    color: var(--e-global-color-color_2) !important;
}
.ti-widget.ti-goog .ti-controls .ti-prev:hover, .ti-widget.ti-goog .ti-controls .ti-next:hover{
	background: var(--e-global-color-color_1) !important;
	border-color: var(--e-global-color-color_1) !important;
    transform: scale(1) !important;
}
.ti-widget.ti-goog .ti-controls .ti-prev:hover:before, .ti-widget.ti-goog .ti-controls .ti-next:hover:before{
	color: #fff !important;
}
.ti-widget.ti-goog .ti-controls .ti-prev:before{
    content: "\f053" !important;
	    left:35% !important;
}
.ti-widget.ti-goog .ti-controls .ti-next:before{
    content: "\f054" !important;
	left:38% !important;
}

.ti-widget.ti-goog .ti-controls .ti-next:after, .ti-widget.ti-goog .ti-controls .ti-prev:after {
    display:none !important;
}

.ti-footer{display:none !important;}
/*************************** arrows google respo ***********************/
@media (max-width: 1024px){
	.ti-widget.ti-goog .ti-controls .ti-next{left: auto !important;right: calc(50% - 50px) !important;}
	.ti-widget.ti-goog .ti-controls .ti-prev{left: calc(50% - 50px) !important;}
	.ti-widget.ti-goog .ti-controls .ti-next, .ti-widget.ti-goog .ti-controls .ti-prev {
    display:block !important;
    padding: 15px 15px !important;
    width:45px !important;
		height: 45px !important;}
}
@media (max-width: 1023px) {
    
	.ti-widget.ti-goog .ti-controls{display:block !important;}
}
@media (max-width: 479px) {
    body .ti-widget.ti-goog .ti-controls-line {display:none !important}
}
}
/*--------------------------------------------------------------***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*/

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

/*SAV AVRIL 25*/
.phone-header a{
	padding: 3px;
	transition:.3s;
	display:flex;
	justify-content:center;
	align-items:center;
	gap:8px;
	border-bottom: 2px solid transparent;
}
.phone-header a:before{
	left:0px;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: "\f879";
}
.phone-header a:hover{
	border-bottom-color:var(--e-global-color-color_1) ;
	color:var(--e-global-color-color_1) !important;
}

.phone-header-mobile a{
	font-size:0px !important;
}
.phone-header-mobile a:before{
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: "\f879";
	font-size:22px !important;
}
.phone-header-mobile a:hover{
	color:var(--e-global-color-color_1) !important;
	opacity:.6
}
.phone-header-mobile a:focus {
	outline: none !important;
}

@keyframes aspiration {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.9;
  }
}

 .slide-in-btn .coherence-slideup-trigger svg  {
  animation: aspiration 2s ease-in-out infinite;
  transform-origin: center;
}


  .slide-in-btn .coherence-slideup-trigger svg path {
   fill:red !important;
 }



