/*
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;}
	
header#site-header:is(.sticky-active) {
    box-shadow: 0 0 6px 3px #00000020
}
.home header#site-header:not(.sticky-active) {
    position: absolute;
    width: 100%;
    top: 0
}
.home header#site-header:not(.sticky-active) .section-header {
    background-color: transparent;
    background: #0000003b;
    backdrop-filter: blur(10px);
}
.home header#site-header:not(.sticky-active) a {
    color: white!important
}
.home header#site-header:not(.sticky-active) a:hover {
    color: var(--e-global-color-color_white)!important
}
.sticky-active {
    background: var(--e-global-color-color_2)!important;
}
}
@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;}
}
.lc-voir-boutiques-header h2 {
	font-size: 1.6rem !important;
}
/* PG Boutiques */
.pg-nclick { pointer-events: none; cursor: default; }

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

* :is(a[href^="tel:"]):hover { text-decoration: underline !important; text-underline-offset: 4px !important; color: unset !important; }

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

.btn-circle-move .elementor-button{ position: relative; overflow: hidden; background: transparent !important; padding: 30px 40px; border: none; }
.btn-circle-move .elementor-button-content-wrapper{ position: relative; z-index: 2; display: flex; align-items: center; gap: 20px; }
/* Circle */
.btn-circle-move .elementor-button::before{ content: ""; position: absolute; width: 70px; height: 70px; border: 1px solid #DDDDDD; border-radius: 50%; top: 50%; left: 0; transform: translateY(-50%); transition: all 0.8s cubic-bezier(.65,.05,.36,1); }
.btn-circle-move .elementor-button:hover::before{ left: calc(100% - 70px); }
/* Arrow animation */
.btn-circle-move .elementor-button-icon{ transition: transform .8s ease; }
.btn-circle-move .elementor-button:hover .elementor-button-icon{ transform: translateX(6px); }

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

.slide-ctn .coherence-marquee-slider{transform: rotate(0deg) translateY(0px);}
.slide-ctn .slick-track { display: flex; align-items: center; }
.slide-ctn:after { position: absolute; content:""; background: linear-gradient(90deg, rgba(255, 255, 255, 1) 7%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 95%); width: 100%; height:100%; }

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

.section-h1 #svg-circle text {font-family: 'Syne';font-size: 25px;fill: black;letter-spacing: 42%;animation: rotation var(--rotation-time) linear infinite !important;transform-origin: center center;}
.section-h1 #svg-circle svg { width: 190px; height: 190px; }
.section-h1 #svg-circle .circle { fill: none; stroke: white; stroke-width: 1; }
.section-h1 #svg-circle .dot { fill: white; }

.img-rotate{animation: rotation 10s linear infinite !important;}
@keyframes rotation {
  0% { transform: rotate(360deg); }
  100% { transform: rotate(0deg); }
}
/**************************************Style : section_prestations*********************************/
.section-prestations .item-body section {display: flex;flex-direction: column;align-items: center;transform: translateY(30px);transition:all 0.5s ease-in-out;}
.section-prestations .btn-read-more{ position: relative; display: inline-flex; align-items: center; }
.section-prestations .btn-presta{ position: relative; z-index: 2; display: flex; align-items: center; gap: clamp(10px,1vw,16px); color: #fff; }
.section-prestations .btn-read-more::before{ content:""; position:absolute; width: clamp(40px,6vw,70px); height: clamp(40px,6vw,70px); border:1px solid rgba(255,255,255,.2); border-radius:50%; left:0; top:50%; transform:translateY(-50%); transition:all .8s cubic-bezier(.65,.05,.36,1); }
.section-prestations .btn-read-more:hover::before{ left: calc(100% - clamp(40px,7vw,55px)); }
.section-prestations .btn-presta svg{ transition:transform .35s ease; flex-shrink:0; }
.section-prestations .btn-read-more:hover .btn-presta svg{ transform:translateX(5px); }

.section-prestations .item-body h3.item-title { position: relative; }
.section-prestations .item-body h3.item-title:before { content: ''; height: 70px; width: 1px; position: absolute; top: -90px; left: 47%; background-color: #ffffff4d; }
.section-prestations .item-body .imgCarContenair { position: relative; }

.section-prestations .item-body .imgCarContenair:before{content:'';background-color:hsl(0deg 0% 0% / 50%);width:100%;height:100%;position:absolute;opacity:0;transition:all 0.5s ease-in-out;}

/****Hover****/
.section-prestations .item-body:hover section {transform: translateY(0px)}
.section-prestations .item-body:hover .imgCarContenair:before{opacity:1;}

/*NAV*/
.prestations-element .slick-arrow * { transition: all 0.5s ease-in-out; }
.prestations-element .slick-prev i { transform: translateX(10px) }
.prestations-element .slick-next i { transform: translateX(-10px) }

/*Hover*/
.prestations-element .slick-prev:hover i, .prestations-element .slick-next:hover i { transform: translateX(0px); }
.prestations-element .slick-arrow:hover { transform: scale(1.1); }
/*END*/

/* Rotation infinie */
.rotating-element {animation: rotateInfinite 10s linear infinite;}

@keyframes rotateInfinite {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}
/**************************************Style : section_Actualites*********************************/
.post-item-img {position: relative !important;}
.post-item-read-more .btn-article {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    transition: all 0.5s ease-in-out;
}
.post-item-read-more:hover .btn-article { gap: 20px; }

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

/* .menu-footer ul.coherence-core-nav-menu .current_page_item a, .menu-footer ul.coherence-core-nav-menu li a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
} */

/*------------------------------------------------------***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*/
	.lc-description h2 {
		font-size: 1.9rem !important;
	}
	.lc-voir-boutiques-header h2 {
    	font-size: 1.4rem !important;
	}
	.lc-boutique-card {
        flex: 0 0 calc(100% - -5px) !important;
        height: 280px;
    }
    /*style footer*/
}

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

.elementor-4237 .elementor-element.elementor-element-52b15d01 .wpcf7-form select.wpcf7-form-control {
    padding: unset !important; 
    height: 61px !important;
}

/**/
.site-header .coherence-core-nav-menu-icon:before {
    content: "MENU";
    display: inline-block;
    margin: 5px;
    line-height: normal !important;
}
svg.e-font-icon-svg.e-fas-align-justify {
    display: none;
}