/*
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;}
	.menu-header-nav a.coherence-core-menu-item:not(.elementor-button):hover, .menu-header-nav .current_page_item a.coherence-core-menu-item:not(.elementor-button){text-decoration: underline solid 2px !important;text-underline-offset: 5px !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;}
}
@media (max-width: 1645px) and (min-width: 1361px){
.menu-header-nav li.menu-item {margin-right: 20px !important;}
.menu-header-nav li.menu-item a{font-size:1vw !important;}
}
.home header.sticky-active{background:transparent !important;box-shadow: 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;}

/*------------------------------------------------------***Style Button***------------------------------------------------------*/
.btn-prestation a.elementor-button {
  background: rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}
.btn-prestation a.elementor-button:hover{
  background:var(--e-global-color-color_2) !important;
}

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

.btn-iconic .elementor-button span.elementor-button-icon svg {width: 31px;height: 31px;}
.btn-iconic a.elementor-button span.elementor-button-content-wrapper {display:flex !important;align-items: center !important;justify-content:center !important;gap:10px !important;}
/*------------------------------------------------------***Begin Home page Style***------------------------------------------------------*/

/**************************************Style : PRE-HOME*********************************/
.img-scle img {
  animation: pulseScale 10s ease-in-out infinite;
  display: block;
  transform-origin: center center;
}

@keyframes pulseScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

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

div#altEmail_container {display:none !important}
[data-wpr-lazyrender]{ content-visibility:visible!important; }
/*************************** post css ****************************/
figure.post-item-img {
  position: relative !important;
}
/**************************************Style : section_presentation*********************************/
.presta-bloc:hover img {scale: 1.2 !important;}

/**************************************Style : section_prestations*********************************/
.marquee {
    white-space: nowrap!important;
    overflow: hidden!important;
    display: inline-block!important
}

.marquee p {
    display: inline-block!important;
    animation: marquee 30s linear infinite!important;
    color: transparent; /* or any text color */
  -webkit-text-stroke: 1px #D5D5D5; /* stroke width and color */
  text-stroke: 1px #D5D5D5;
    text-transform:uppercase !important;
}

@keyframes marquee {
    0% {
        transform: translateX(20%)
    }

    50% {
        transform: translateX(-80%)
    }

    100% {
        transform: translateX(20%)
    }
}
/*Button Sticky SlideIn*/
.btn-sticky .elementor-button-content-wrapper{
    display: flex;
    justify-content: center;
/*     flex-direction: row-reverse !important; */
    gap: 5px;
	width: max-content !important;
}
.btn-sticky { right: -195px !important; transition: 0.5s all ease-in-out; }
.btn-sticky:hover { right: 0px !important; }
.btn-sticky span.elementor-button-icon svg {width: 30px !important;}
.btn-sticky span.elementor-button-content-wrapper {align-items: center !important;gap: 32px !important;}
.btn-sticky span.elementor-button-icon {position:relative !important;}
.btn-sticky span.elementor-button-icon:before {
    position:absolute !important;
    content: "" !important;
    width: 1px;
    height: 100% !important;
    background:rgb(255 255 255 / 16%);
    right:-16px;
}
@media only screen and (max-width: 800px) {
	.btn-sticky { right: -180px !important; }
}
@media only screen and (max-width: 600px) {
	.btn-sticky span.elementor-button-icon svg {width: 22px !important;}
	.btn-sticky span.elementor-button-content-wrapper {gap: 20px !important;}
	.btn-sticky span.elementor-button-icon:before {right: -10px}
}
/**************************************Style : section_Realisations*********************************/
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;}
.section-bef-after .coherence-core-image-ba-image-container, .section-bef-after .coherence-core-image-ba-image-1 {height: 400px !important;}

/**************************************Style : section_facebook*********************************/
.img-animte {
  animation: slideRightLeft 3s ease-in-out infinite;
  display: inline-block;
  position: relative;
}

@keyframes slideRightLeft {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
}
.fb-page iframe {border-radius: 30px 30px 0px 0px !important;}
/**************************************Style : instagram*********************************/
div#sb_instagram, div#sbi_images {padding: 0px !important;}
div#sb_instagram .sbi_photo_wrap img {border-radius: 15px !important;}

/**************************************Style : section_avis*********************************/
.txt-strke{
	color: transparent !important;
  -webkit-text-stroke: 1px #D5D5D5 !important;
  text-stroke: 1px #D5D5D5 !important;
}
/*************************** arrows google respo ***********************/
/* .ti-widget.ti-goog .ti-controls{display:block !important;}
body .ti-widget.ti-goog .ti-controls .ti-next:before, body .ti-widget.ti-goog .ti-controls .ti-prev:before, body .ti-widget.ti-goog .ti-controls .ti-next:after, body .ti-widget.ti-goog .ti-controls .ti-prev:after {background:#fff !important;} */
@media (max-width: 1023px) {
    body .ti-widget.ti-goog .ti-reviews-container-wrapper {margin:0 20px !important}
	.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***----------------------------------------------------------------------*/
.pf-card:hover span.elementor-icon {rotate: 10deg !important;}


/*------------------------------------------------------***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*/
}
.elementor-element.elementor-element-7deddd5.e-con-full.e-flex.coherence-container-background-zoom-no.coherence-sticky-section-no.e-con.e-child {
    flex-wrap: nowrap !important;
}
/*------------------------------------------------------***End Media query***------------------------------------------------------*/

.pds-hover a {pointer-events: initial !important;}
.e-n-tabs-heading span.e-n-tab-icon {display: none;}