/*
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;}
a.coherence-core-menu-item:after {
    height: 1px !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;}
}
@media only screen and (min-width: 1361px) and (max-width: 1540px){
    .section-header .menu-item a.coherence-core-menu-item{
        font-size:22px !important;
    }
	.section-header .coherence-core-nav-menu > li.menu-item:not(:last-child){
        margin-right:20px !important;
    }
}

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


/*------------------------------------------------------***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*********************************/
.col-ext-rotate .elementor-widget-text-path {
  display: inline-block;
  animation: rotateSmooth 12s linear infinite;
}

@keyframes rotateSmooth {
  from {transform: rotate(0deg);}
  to {transform: rotate(-360deg);}
}
@media only screen and (max-width: 1780px){
	.col-ext-rotate {
		top: 25px !important;
		right:25px !important;
		max-width:150px !important;
	}
}
@media only screen and (max-width: 1700px){
    .h1-img-abs img{
        max-width:130px !important;
    }
     .h1-img-abs {
        right:30px !important;
        bottom:10px !important;
    }
}

/**************************************Style : section_prestations*********************************/
.persta-elem h3 {
    font-size: 30px !important;
    text-transform: uppercase;
    color: #E2987F !important;
}

.persta-elem .presta-p {
	font-family: 'Outfit';
    font-size: 18px;
    color: #808080;
    max-width:500px;
}

.persta-elem .presta-btn img {
    width: 74px !important;
    transform: translateX(-20px);
    transition:0.4s;
}

.persta-elem .presta-content {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.persta-elem .item-content section{
    border-top: 1px solid #E0E0E0;
    margin-top: 30px;
    padding:40px 23px !important;
    padding-bottom:0px !important;
}

.persta-elem p.item-desc {
   display:none !important;
}
.persta-elem .item-body .imgCarContenair  {
    overflow:hidden;
}
.persta-elem .item-body .imgCarContenair > img {
    transition:0.4s;
}
.persta-elem .item-body:hover .presta-btn img {
    transform: translateX(-10px);
}
.persta-elem .item-body:hover .imgCarContenair > img {
    scale: 1.1;
}
@media only screen and (max-width: 800px){
	.persta-elem h3 {
	    font-size: 27px !important;
	}
}
@media only screen and (max-width: 600px){
	.persta-elem .presta-content {
	    flex-direction: column;
		    align-items: flex-start;
	}
	.persta-elem .item-content section{
	    border-top: 1px solid #E0E0E0;
	    margin-top: 20px;
	    padding:20px 0px !important;
	    padding-bottom:0px !important;
	}
	.persta-elem .presta-btn img {
	    transform: translateX(0px);
	}
	.persta-elem .item-body:hover .presta-btn img {
		transform: translateX(10px);
	}
}

/**************************************Style : section_*********************************/
@media only screen and (min-width: 801px){
	 .img-up-down {
	  animation: imgUpDown 3s ease-in-out infinite;
	}
	@keyframes imgUpDown {
	  0% {transform: translateY(0px);}
	  50% {transform: translateY(-15px);}
	  100% {transform: translateY(0px);}
	}
}

/**************************************Style : section_Realisations*********************************/


/**************************************Style : section_valeurs*********************************/
@media only screen and (min-width: 1780px){
.mes-val-sep .elementor-divider-separator{
  position: relative !important;

}
.mes-val-sep .elementor-divider-separator::after {
  content: "";
  position:absolute;
  bottom:0px;
  right:-170px;
  width: 170px;          
  height: 1px;          
  background-color: #000000; 
  opacity:0.1;
}
}
@media only screen and (max-width: 1580px){
	.mes-val-sep {
	  opacity: 0 !important;
	}
}
/**************************************Style : section_luxo*********************************/

@media only screen and (max-width: 1750px){
    .luxo-abs-img img{
        max-width:130px !important;
    }

}
/**************************************Style : section_avis*********************************/
.avis-elem .ti-widget.ti-goog .ti-review-item>.ti-inner {
    border-color: #7F7F7F !important;
    border-radius: 0px !important;
}
.avis-elem .ti-widget.ti-goog .ti-controls .ti-next,.avis-elem  .ti-widget.ti-goog .ti-controls .ti-prev{
    display:block !important;
}
@media only screen and (max-width: 1024px){
	body .ti-widget.ti-goog  {
		margin-bottom:60px;
	}
	body .ti-widget.ti-goog .ti-controls {
		max-width: 70px !important;
		left: 50%;
		transform: translateX(-50%);
		
	}
    .ti-widget.ti-goog .ti-controls {
        max-width: 150px !important;
        top: unset !important;
        bottom: -20px !important;
        left: 50% 
        transform: translateX(-50%);
    }
}
@media (max-width: 479px) {
  .avis-elem  .ti-widget.ti-goog .ti-controls-line {
        display: none !important;
    }
}




/**************************************Style : section_instagram*********************************/
.ti-widget[data-wkey="feed-instagram"] footer.ti-widget-footer { display: none !important;}
article.ti-widget-card {border-radius:0 !important;}
@media only screen and (max-width: 600px){.ti-widget[data-wkey="feed-instagram"] .ti-layout-item {flex: 0 0 calc(100% / 2) !important;width: calc(100% / 2) !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;}
.menu-main-footer .sub-arrow , .menu-main-footer .sub-menu {
    display: none !important;
}
.col-sticky-rs {
  position: fixed !important;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

.coherence-footer-builder {
    z-index: 9;
    position: relative;
}

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


@media only screen and (min-width: 1361px) and (max-width: 1630px){
    .menu-main-footer .menu-item a.coherence-core-menu-item{
        font-size:18px !important;
    }
	.menu-main-footer .coherence-core-nav-menu > li.menu-item:not(:last-child){
		margin-right:20px !important;
	}
}
@media only screen and (min-width: 1041px) and (max-width: 1190px){
    .menu-main-footer .menu-item a.coherence-core-menu-item{
        font-size:15px !important;
    }
    .menu-main-footer .coherence-core-nav-menu > li.menu-item:not(:last-child){
        margin-right:9px !important;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1040px){
	 .menu-main-footer .menu-item a.coherence-core-menu-item{
        font-size:15px !important;
    }
    .menu-main-footer .coherence-core-nav-menu > li.menu-item:not(:last-child){
        margin-right:5px !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*/


	 .menu-main-footer .coherence-core-nav-menu {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}
}

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