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


.section-menu-rs, .section-main-menu, .menu_header, .section-header {
    position: unset !important;
}


/* .megamenu-produits a.coherence-core-menu-item {
    background-color: #fff !important;
    color: #000 !important;
}

.megamenu-produits a.coherence-core-menu-item:hover {
    background-color: var(--e-global-color-color_1 ) !important;
    color: #fff !important;
}

.megamenu-produits a.coherence-core-menu-item:active {
    background-color: var(--e-global-color-color_1 ) !important;
    color: #fff !important;
} */
@media only screen and (min-width: 1025px){
	.section-header .menu-icon-home > a {text-indent: -999px;}
}
@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;}
}


/*--------------------icon Menu----------------------------*/
.section-header .menu-with-logo .coherence-core-nav-menu {align-items: center !important;}
.section-footer .iconehome  i {display:none}

@media only screen and (min-width: 1025px){
   .menu_header .iconehome  span {display:none}
}
@media only screen and (max-width: 1024px){
   .section-header .coherence-core-dropdown .menu-center-logo,.section-header .coherence-core-dropdown .menu-icon-rs{display:none !important;}
   .iconehome  i {display:none}
 .menu_header nav.coherence-core-dropdown {min-width: 300px !important;right: 0px !important;left: unset !important;}
}

/*------------- center menu footer 800 -----------------*/ 
@media only screen and (max-width: 600px){ 
   .section-footer a.coherence-core-menu-item {justify-content: center !important;}
   .section-footer .elementor-widget-container {text-align: center !important;}
   .section-footer .elementor-widget-divider .elementor-divider { display: flex; justify-content: center;}
}

/*Logo menu*/
.logo_menu a {
    background: transparent !important;
    width:80%;
}
.logo_menu{
     display: flex;
    justify-content: center;
}
.logo_menu a.coherence-core-menu-item {
    padding: 0px !important;
}
@media only screen and (max-width: 1024px){
	.logo_menu{display:none !important;}
}


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


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


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


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

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


/**************************************Style : SLIDER REVOLUTION*********************************/


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



/**************************************Style : section_prestations*********************************/
/*Produits1----------------------------------------------------------*/
/*Before*/
.carsl1 .item-body:before {
    content: "";
/*     background: #30373ed4; */
	background: linear-gradient(360deg, rgba(0,0,0,0.5214460784313726) 39%, rgba(233,61,61,0) 100%);
    position: absolute;
    width: 100%;
    height: 0%;
	transition:all 0.5s ease-in-out;
	bottom:0px !important;
}

/*Box*/
/* .item-content section {
    position: fixed;
    bottom: 0px;
}
.item-body {
    position: relative !important;
} */
.presta_carousel {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/*--box title---*/
.presta_img_and_title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
	transition:all 0.5s ease-in-out;
	transform: translateY(150%);
}

/*Icon*/

/*Tite*/
.presta_title h3 { color: #e9ecef !important;
			font-family: "Russo One", Sans-serif;
			font-size: 22px;
			font-weight: normal;
}

/*Desc*/
.presta_desc p {
	color: #fff !important;
    font-family: 'Plus Jakarta Sans';
	font-size: 17px;
	opacity:0;
	padding: 0px 0px 30px 0px;
	transition:all 0.5s ease-in-out;
}
/*Btn*/
.presta_btn a {
	color: #000 !important;
    background: var(--e-global-color-color_2);
    font-size: 15px;
	font-weight:500;
    font-family: 'Plus Jakarta Sans';
	width: 100%;
    padding: 20px 50px;
    position: absolute;
    bottom: 0;
    left: 0;
	opacity:0; 
	transition:all 0.5s ease-in-out;
}
/* .presta_btn {
    width: 100%;
    padding: 20px 0px;
    	background: #8c662c; 
    position: absolute;
    bottom: -25%;
    left: 0;
	opacity:0; 
	transition:all 0.5s ease-in-out;
} */

/*Hover*/
.carsl1 .item-body:hover:before {
    content: "";
/*     background: #30373ed4; */
	background: linear-gradient(360deg, rgba(0,0,0,0.5214460784313726) 39%, rgba(233,61,61,0) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
}
.item-body:hover .presta_img_and_title {transform: translateY(0%);}
.item-body:hover .presta_desc p{opacity:1 !important;}
.item-body:hover .presta_btn a{opacity:1 !important;}
.presta_btn a:hover {color: #fff !important; background: #5F5F5F;}

/*Mobile*/
@media only screen and (max-width: 800px){
	.carsl1.item-body:before {
		content: "";
		background: #30373ed4;
		position: absolute;
		width: 100%;
		height: 100%;
	}
	.presta_img_and_title {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		transform: translateY(0%);
	}
	.presta_desc p{opacity:1 !important;}
	.presta_btn a{opacity:1 !important;}
}
@media only screen and (max-width: 320px){
	.presta_title h3 { font-size: 20px !important;}
	.presta_desc p { font-size: 12px;}
}
/*Produits1---------------------------------------------------------------*/

/*Produits2---------------------------------------------------------------*/

.produit_car2_btn .item.slick-slide {
    background:  #FFF !important;
   	box-shadow: 0 0 32px -10px #c7c7c7a6;
    margin-inline: 5px !important;
	margin-bottom: 20px !important;
	padding: 50px 0px;
}
.produit_car2_btn h3.item-title { height: 50px;}
.produit_car2_btn p.item-desc { height: 110px;}
/* .produit_car2_btn .item.slick-slide { height: 450px !important;} */
.produit_car2_btn a.btn-read-more {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*Mobile*/
@media only screen and (min-width: 1360px) and (max-width: 1400px){
	.produit_car2_btn p.item-desc { height: 135px;}
}
@media only screen and (max-width: 375px){
	.produit_car2_btn p.item-desc {
		height: 150px !important;
		margin-top: 20px !important;
	}
}
@media only screen and (max-width: 320px){ 
	.produit_car2_btn p.item-desc {font-size: 14px !important;}
}

/*Produits2---------------------------------------------------------------*/

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

/**************************************Style : section_Realisations*********************************/
.galeri_realisation a.tile-inner.modula-item-link:hover { background: #e1001936 !important;}
.pi_galeri_realisation .gallery-icon.landscape{position:relative;}
.pi_galeri_realisation a:has(img.attachment-full):hover:before {
    content: "";
    position: absolute !important;
    background: #e1001936 !important;
    height: 100% !important;
    width: 100% !important;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
}
/**************************************Style : section_valeurs*********************************/


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


/**************************************Style : section_avis*********************************/
.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: flex-start !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;}
}

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

.section-footer .hide-in-footer {display:none !important;}


.section-footer span.coherence-core-menu-toggle.sub-arrow.coherence-core-menu-child-0 { display: none;}

.ti-footer { 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*/
    
}

/*------------***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 Majeur september***------------------------------------------------------*/
@media only screen and (min-width: 1025px){
	
	/*style header*/

    /*style main content*/
	
	.hover-img-rond img {
    transform: rotateX(45deg) rotateZ(45deg);
    transform-style: preserve-3d;
    border-radius: 30px !important;
    box-shadow: 1px 1px 0 1px #f9f9fb, 15px 20px 20px 1px rgb(0 0 0 / 65%), 28px 28px 28px 0 rgb(255 255 255 / 65%) !important;
    transition: .4s ease-in-out !important;
}
	
    /*style footer*/

}


.hover-img-rond img:hover {
    transform: scale(1.1);
    transition: all 0.5s !important;
}

.section-header .menu-with-logo .coherence-core-nav-menu {
    justify-content: flex-start !important;
}

#menu-1-8b3ab9c li{width:100% !important;}
#menu-1-8b3ab9c a{justify-content: flex-start !important;}



/* ================== *
 * SAV 11-2023
 * ================== */

/*Header*/
.header-spec .elementor-widget-icon-list { width: 15%; }
.header-spec .elementor-widget-social-icons { width: 7%; }
.section-menu-rs .elementor-widget-social-icons { width: 20%; }

.grid_menu .coherence-core-nav-menu { display: grid !important; justify-items: start; }

@media only screen and (max-width: 1360px){
header.coherence-header-builder.sticky-active .hide-in-sticky { display: none !important; }
 
.mega-menu-respo-norm .coherence-core-nav-menu { display: grid !important; }
.mega-menu-respo-norm .coherence-core-nav-menu:before, .mega-menu-respo-norm .coherence-core-nav-menu:after { display: none !important; }
}
@media only screen and (max-width: 1024px){
	#hideitnotst{display:none !important;}
.section-menu-rs .elementor-widget-icon-list { width: 5%; }
}
@media only screen and (max-width: 600px){
.section-menu-rs .elementor-widget-icon-list { width: 10%; }
}
@media only screen and (max-width: 497px){
.section-menu-rs .elementor-widget-social-icons { width: 45%; }
.section-menu-rs .elementor-widget-icon-list { width: 15%; }
}

/*Slider Revolution Nav*/
@media only screen and (max-width: 1050px){
rs-arrow.tp-leftarrow.tparrows.persephone { transform: translate(-140px, -45px) !important; }
rs-arrow.tp-rightarrow.tparrows.persephone { transform: translate(-70px, -45px) !important; }
}
@media only screen and (max-width: 800px){
rs-arrow.tp-leftarrow.tparrows.persephone { transform: translate(-125px, -45px) !important; }
rs-arrow.tp-rightarrow.tparrows.persephone { transform: translate(-65px, -45px) !important; }
}
@media only screen and (max-width: 600px){
rs-arrow.tp-leftarrow.tparrows.persephone { transform: translate(-75px, -45px) !important; }
rs-arrow.tp-rightarrow.tparrows.persephone { transform: translate(25px, -45px) !important; }
}
@media only screen and (max-width: 497px){
rs-arrow.tp-leftarrow.tparrows.persephone { transform: translate(-60px, -35px) !important; }
rs-arrow.tp-rightarrow.tparrows.persephone { transform: translate(15px, -35px) !important; }
.persephone.tparrows { width: 35px !important; height: 35px !important; }
.persephone.tparrows:before { line-height: 35px !important; }
}
 
.section-header:not(.header-is-sticky) #hideitnotst{display:none !important;}



/*----------------------- Google ToolBars scroll mode ------------------------------*/

.avismod .fusion-column-wrapper{
    background: #fff !important;
border-radius: 30px !important;
padding: 30px !important;
}
.avismod .ti-widget.ti-goog {
height: 500px !important;
overflow-y:scroll !important;
padding-right:20px;
}

/* width */
.avismod .ti-widget.ti-goog::-webkit-scrollbar {
width: 15px;
}

/* Track */
.avismod .ti-widget.ti-goog::-webkit-scrollbar-track {
background: #dedede4a;
border-radius:50px;

}

/* Handle */
.avismod .ti-widget.ti-goog::-webkit-scrollbar-thumb {background: #dedede;border-radius:50px;}
.fusion-text.fusion-text-6.txt_av {max-width: 500px;}
.fusion-logo a {text-align: center;}
span.e-n-tab-icon {display: none !important;}
a.link-white {color: #fff !important;}
a.link-white:hover {color: #e10019 !important;}*



.home .site-logo-header {
    display: none !important;
}
.home .sticky-active .site-logo-header {
    display: block !important;
}

@media (max-width:800px){
    .elementor-widget-n-tabs .e-n-tabs-heading button.e-n-tab-title[aria-selected="true"]::after {
    display: none;
}
}