/*
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;}
	.section-header .coherence-core-nav-menu>li a.coherence-core-menu-item:hover::after, .section-header .current-menu-item> a.coherence-core-menu-item::after,
	.section-header .current-menu-item> .coherence-core-has-submenu-container a.coherence-core-menu-item:after{
			width:100% !important;
			height:2px !important;
			top:!important;
			opacity:1 !important;
			transform:scaleX(1) !important;
            background:var(--e-global-color-color_2) !important;
			z-index:-1
		}
	
	.home .section-header{background:transparent !important}
	.home .sticky-active .section-header{background:#000 !important}
	
}
@media only screen and (max-width: 1024px){
	.section-header .menu-icon-home > a i{display:none !important;}
	.section-header .coherence-core-dropdown .menu-center-logo,.section-header .coherence-core-dropdown .menu-icon-rs{display:none !important;}
}


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


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


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


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

/**************************************Style : PRE-HOME*********************************/
.sc-background::after {
    content: "" !important;
    background-image: url("/wp-content/uploads/2023/11/a-la-bonne-viande-boucherie-charcuterie-plaintel-Groupe-39474.svg");
    width: 100% !important;
    height: 106% !important;
    position: absolute;
    background-repeat:no-repeat;
    background-size: 100%;
    top: 0;
    left: 0;
}

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

.btn-slider:hover{border-color:#828284 !important;}
/**************************************Style : section_presentation*********************************/


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

@media only screen and (min-width: 1025px){.presta-home .item:nth-child(even) {margin-top:60px}}

.container-presta {
  position: relative;
  width: auto;
  height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  overflow:hidden;
  border-radius:8px;
}

.container-presta::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgb(23 23 23 / 100%) , rgb(23 23 23 / 69%)  , rgb(23 23 23 / 0%));
  top: 0%;
  left: 0%;
  z-index: -1;
  transition:  .4s !important;
}
.presta-content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  background: #00000075;
  bottom: 0%;
  left: 0%;
  z-index:-5 ;
  transition:  .5s;
}

.container-presta .presta-content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 25px;
  color: #fff;
  align-content: center;
  justify-content: center;
   padding: 20px 30px; 
}

.presta-front {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 30px;
    position:absolute;
    top: 82%;
    left:50%;
    transform:translate(-50%,0%);
    transition: top .4s !important;
     padding: 0px 30px; 
	text-align:left;
}

.icon-presta {width:61px !important;}
.icon-presta img{width:100% !important;}
.title-presta h3{color: #fff !important;margin-bottom:0px !important;transition: .4s;text-transform:capitalize !important;}

.txt-presta p{
	color: #FFF;
	text-align: center;
	font-family: Poppins;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 29px; 
	margin-bottom:0px;
}

.btn-presta button{
	border:2px solid #fff;
	border-radius: 8px;
	background: transparent;
	color: var(--e-global-color-primary);
	font-family: Poppins;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-size: 18px;
	padding: 20px 35px;
	transition:.3s ;
    color:#fff;
}
.btn-presta button:hover{background: var(--e-global-color-primary);border-color:var(--e-global-color-primary); }
.txt-presta ,.btn-presta {opacity:0;transition:.3s;}

/* Hover */ 


@media only screen and (min-width: 801px){
	.container-presta:hover:before{background: linear-gradient(to top, rgb(23 23 23 / 100%) , rgb(23 23 23 / 81%) , rgb(23 23 23 / 52%) );}
	.container-presta:hover .presta-front{position:relative;top:0%;left:0%;transform:translate(0%,0%);}
    .container-presta:hover .presta-content::before{     height: 100%;}
	.container-presta:hover .txt-presta ,.container-presta:hover .btn-presta { opacity:1; }
}
@media only screen and (max-width: 801px){
	.container-presta:before{background: linear-gradient(to top, rgb(23 23 23 / 100%) , rgb(23 23 23 / 81%) , rgb(23 23 23 / 52%) );}
	.container-presta .presta-front{position:relative;top:0%;left:0%;transform:translate(0%,0%);}
    .container-presta .presta-content::before{     height: 100%;}
	.container-presta .txt-presta ,.container-presta .btn-presta { opacity:1; }
}

@media only screen and (max-width: 426px){
    	.container-presta{padding:10px 15px;}
		.title-presta h3{font-size:22px !important;}
		.txt-presta p{font-size: 14px;}
		.btn-presta button{font-size: 16px;padding: 10px 25px;}
        .presta-front {flex-direction: column !important;gap: 10px !important;}
}

@media only screen and (min-width: 1100px) and (max-width: 1300px){.presta-front{gap:30px}.title-presta h3{font-size:22px !important;}}

@media only screen and  (max-width: 370px){
	.title-presta h3{font-size:20px !important;}
	.txt-presta p{font-size:13px !important;}
	.presta-content{width:100% !important;padding:10px 15px !important;gap:10px !important}
	
}
/**************************************Style : section_Actualites*********************************/
 

/**************************************Style : section_Realisations*********************************/
.home-tabs .e-n-tabs-heading {border-bottom:1px solid var(--e-global-color-color_3);justify-content: space-between !important;}
   .home-tabs .e-n-tabs-heading button.e-n-tab-title[aria-selected=true]::after{
        width: 100% !important;
        height: 5px !important;
        background:var(--e-global-color-color_1) ;
        border: none !important;
        }

 .home-tabs .e-n-tab-title{background:none !important;}
 .home-tabs .e-n-tab-title:hover{background:none !important;color:var(--e-global-color-color_1)  !important;}
 .home-tabs .e-n-tab-title:hover{background:none !important;color:var(--e-global-color-color_1)  !important;}
 .home-tabs .e-n-tab-title::after{
        content:"";
        position:absolute;
        bottom: 0px !important;
        left: 0px;
        right: 0px;
        margin: 0 auto;
        z-index: 1;
        width: 100% !important;
        height: 0px !important;
        background:var(--e-global-color-color_1) ;
        border: none !important;
 }
 .home-tabs .e-n-tab-title:hover:after{height: 5px !important;}

/**************************************Style : section_valeurs*********************************/
.nv-image-bg{padding:10px;}
.nv-col-style:hover .nv-image-bg::after{  background:rgb(132, 130, 130 ,100%);}
.nv-image-bg::after {
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: -10px;
    left: -15px;
    background:rgb(132, 130, 130 ,22%);
    z-index:-1;
    clip-path:path("M65,11c35.9,0,53,28.1,53,64s-17.1,35-53,35-51-9.1-51-45S29.1,11,65,11Z");
    transition:.4s !important;
}


.nv-col-style:hover .nv-image-bg-4::after{  background:rgb(132, 130, 130 ,100%);}
.nv-image-bg-4::after {
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: -8px;
    left: -6px;
    background:rgb(132, 130, 130 ,22%);
    z-index:-1;
    clip-path:path("M65,11c35.9,0,53,28.1,53,64s-17.1,35-53,35-51-9.1-51-45S29.1,11,65,11Z");
    transition:.4s !important;
}


/**************************************Style : section_points_forts*********************************/
.pf-col-1::after {
    content: "" !important;
    background-image: url("/wp-content/uploads/2023/11/a-la-bonne-viande-boucherie-charcuterie-plaintel-Groupe-39474.png");
    width:100% !important;
    height: 100% !important;
    position: absolute;
    background-repeat:no-repeat;
    background-size: contain;
    top: -5%;
    left: -12%;
}
@media only screen and (max-width: 1600px){.pf-col-1::after {  top: 0%;left: -5%;}}
@media only screen and (max-width: 1024px){.pf-col-1::after {  top: 5%;left: -5%;}}
@media only screen and (max-width: 480px){.pf-col-1::after { display:none}}


@media only screen and (min-width: 1025px){
	.nv-image-bg-2,.nv-image-bg-3{padding:0px 10px;z-index:5;}
	.nv-image-bg-2::after {
    content: "" !important;
    width: 100% !important;
    height: 200% !important;
    position: absolute;
    top: 0%;
    left: 20%;
    background:#cecececf;
    z-index:-1;
     clip-path:path("M65,11c35.9,0,53,28.1,53,64s-17.1,35-53,35-51-9.1-51-45S29.1,11,65,11Z");
    transition:.4s !important;
 	transform:translateY(-50%)
}

	.nv-image-bg-3::after {
	    content: "" !important;
	    width: 100% !important;
	    height: 200% !important;
	    position: absolute;
	    top: 0%;
	    left: 28%;
	    background:#CECECE;
	    z-index:-1;
	     clip-path:path("M65,11c35.9,0,53,28.1,53,64s-17.1,35-53,35-51-9.1-51-45S29.1,11,65,11Z");
	    transition:.4s !important;
	 	transform:translateY(-50%)
}
}

.pf-col-style:hover{transform:translateY(-5%)}
.pf-col-style:hover .nv-image-bg-2::after { background:#828284;}
.pf-col-style:hover .nv-image-bg-2::after { background:#828284;}


/**************************************Style : section_avis*********************************/
.avis-google-home .ti-widget.ti-goog .ti-footer ,.avis-google-home .ti-widget.ti-goog  .ti-footer-filter-text{display:none !important;}
.avis-google-home .ti-widget.ti-goog .ti-review-item>.ti-inner{border-radius:8px !important;padding:30px 25px !important;background: var(--e-global-color-color_1) !important;}
.avis-google-home .ti-widget.ti-goog .ti-controls .ti-prev,.avis-google-home .ti-widget.ti-goog .ti-controls .ti-next{display:block !important;}

.avis-google-home .ti-widget.ti-goog .ti-controls-line {display: none !important;border-radius: 0px !important;background: #fff !important;}
.avis-google-home .ti-widget.ti-goog .ti-controls-line .dot {width: 35px !important;border-radius: 0px !important;background: var(--e-global-color-primary) !important;}

.avis-google-home .ti-name ,.avis-google-home .ti-date , .avis-google-home .ti-review-content , .avis-google-home .ti-read-more span{color:#fff !important}


/* Fleches  */ 
.avis-google-home .ti-widget.ti-goog .ti-controls .ti-prev,.avis-google-home .ti-widget.ti-goog .ti-controls .ti-next{
          background:var(--e-global-color-color_1);
          padding:23px;
          border-radius:8px;
          border:2px solid var(--e-global-color-color_1);
}
.avis-google-home .ti-widget.ti-goog .ti-controls .ti-prev{left:-30px;}
.avis-google-home .ti-widget.ti-goog .ti-controls .ti-next{ right:-30px;}
.avis-google-home .ti-widget.ti-goog .ti-controls .ti-prev:hover,.avis-google-home .ti-widget.ti-goog .ti-controls .ti-next:hover{ background:transparent; border-color:var(--e-global-color-color_1);transform:none}
.avis-google-home .ti-widget.ti-goog .ti-controls .ti-prev:hover:after,
.avis-google-home .ti-widget.ti-goog .ti-controls .ti-prev:hover:before,
.avis-google-home .ti-widget.ti-goog .ti-controls .ti-next:hover:after,
.avis-google-home .ti-widget.ti-goog .ti-controls .ti-next:hover:before
{ background:var(--e-global-color-color_1); }


.avis-google-home .ti-widget.ti-goog .ti-controls .ti-prev:before{background: #fff;left:10px;top:55%;}
.avis-google-home .ti-widget.ti-goog .ti-controls .ti-prev:after{background: #fff;left:10px;top:33%;}
.avis-google-home .ti-widget.ti-goog .ti-controls .ti-next:after{background: #fff;right:10px;top:55%;}
.avis-google-home .ti-widget.ti-goog .ti-controls .ti-next:before{background: #fff;right:10px;top:33%;}


@media only screen and (max-width: 800px){
 .avis-google-home .ti-widget.ti-goog .ti-controls .ti-prev{left:calc(45% - 40px);top: 170px !important;}
 .avis-google-home .ti-widget.ti-goog .ti-controls .ti-next{ right:calc(45% - 40px);top: 170px !important;}
}

@media only screen and (max-width: 400px){
 .avis-google-home .ti-widget.ti-goog .ti-reviews-container-wrapper {margin:0px !important;}
 .avis-google-home .ti-widget.ti-goog .ti-review-item>.ti-inner{padding:20px 15px !important;}
}


/**************************************Style : section_facebook*********************************/

.fb-page {
          border-radius: 50px 50px 0px 0px; 
          border: 14px solid #000 !important;
          border-bottom-width: 0px  !important;
          overflow:hidden;
}

.fb_iframe_widget {margin-bottom: -5px;}
/*--------------------------------------------------------------***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;}

.menu-main-footer a.coherence-core-menu-item {width: fit-content;}

/***** Diviser Menu Footer Par Column  ****/
.menu-main-footer .coherence-core-nav-menu {columns: 2 !important;}
/*----------------***Query***-------------------------*/
@media only screen and (max-width: 600px){
    .menu-main-footer .coherence-core-nav-menu {
		columns: 1 !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
	}
	
	  .menu-main-footer .menu-item{text-align:center !important}

}


.phone-hover a{transition:.4s !important;padding: 0 0 5px 0 !important;border-bottom:2px solid transparent !important;}
.phone-hover a:hover{border-bottom:2px solid #fff !important;color:#fff !important}

.phone-hover-home a{transition:.4s !important;padding: 0 0 5px 0 !important;border-bottom:2px solid transparent !important;}
.phone-hover-home  a:hover{border-bottom:2px solid var(--e-global-color-color_1) !important; !important}

@media only screen and (min-width: 1024px){
	.menu-main-footer ul li:nth-child(1):after{
	content:"" !important;
	position:absolute !important;
	background:rgba(255 , 255, 255, 30%) !important;
	width:2px !important;
	height:16px !important;
	z-index:15 !important;
	top:8% !important;
	left:40% !important;
}

.menu-main-footer ul li:nth-child(2):after{
	content:"" !important;
	position:absolute !important;
	background:rgba(255 , 255, 255, 30%)  !important;
	width:2px !important;
	height:16px !important;
	z-index:15 !important;
	top:35% !important;
	left:40% !important;
}

    .menu-main-footer ul li:nth-child(3):after{
    	content:"" !important;
    	position:absolute !important;
    	background:rgba(255 , 255, 255, 30%)  !important;
    	width:2px !important;
    	height:16px !important;
    	z-index:15 !important;
    	top:68% !important;
    	left:40% !important;
}

    .menu-main-footer ul li:nth-child(3){width:60% !important;}
}
/*------------------------------------------------------***End***------------------------------------------------------*/



/*------------------------------------------------------***page avis style***------------------------------------------------------*/

.col-widget-avis.col-avis-pg .ti-widget.ti-goog .ti-reviews-container {max-height: unset !important ;overflow-y: initial !important;}
.col-widget-avis.col-avis-pg .ti-widget.ti-goog .ti-reviews-container-wrapper {display: flex !important;flex-direction: row !important;flex-wrap: wrap !important;justify-content: space-between !important;align-items: flex-start !important;width: 100% !important;margin: 0px !important;}
.col-widget-avis.col-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;}
.col-widget-avis.col-avis-pg .ti-widget.ti-goog .ti-reviews-container {width: 100% !important;overflow: hidden;}
.col-widget-avis.col-avis-pg .ti-widget.ti-goog .ti-controls-dots, .col-widget-avis.col-avis-pg .ti-widget.ti-goog .ti-controls {display:none !important;}

@media only screen and (max-width: 1024px){
   .col-widget-avis.col-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){
   .col-widget-avis.col-avis-pg .ti-widget.ti-goog .ti-review-item {width: 98% !important;min-width: 98% !important;flex: 0 0 98% !important;}
}

/*------------------------------------------------------***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: 1600px){

    /*style header*/

    /*style main content*/
	.image-abs-presta{display:none !important}
    /*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*/
    
}

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

/** images Abs  **/
@media only screen and (max-width: 1600px){.img-abs-boucheri-pg{display:none !important}}


@media only screen and (max-width: 1025px){#facebook ._2p3a{width:320px !important}}

@media (min-width: 497px) {
  .section-header-right .item-contact-header {
    display: none !important;
  }
}


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


.swing {
    animation: swing ease-in-out 1s infinite alternate;
min-height:150px; min-width:150px;
} 
@keyframes swing {
    0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); }
}
