/*
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;}
.btn-phone span.elementor-button-icon {font-size: 30px;}
.btn-phone .elementor-button-content-wrapper {display: flex;align-items: center;}

@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;}
}


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


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


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


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

/**************************************Style : HOME*********************************/
.txt-bold b {
    font-weight: 600 !important;
}

/**************************************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-depicter {
    position: relative !important;
    background: transparent !important;
    z-index: 1;
}

.btn-depicter:before {
    content: "" !important;
    position: absolute !important;
    top: 6px !important;
    left: 7px !important;
    width: 100% !important;
    height: 100% !important;
    background: hsl(0deg 0% 100% / 25%) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    z-index: -1 !important;
    transition: 0.4s;
    border-radius: inherit;
}

.btn-depicter:hover:before {
    top: 0px !important;
    left: 0 !important;
}
/**************************************Style : section_presentation*********************************/
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.marquee{display: flex;align-items: center;justify-content: flex-start;overflow: hidden;}
.marquee span{ will-change: transform;transform: translateX(0); white-space: nowrap; animation: marquee 30s linear infinite; font-size: clamp(70px,13vw, 250px ); font-weight:300;color: #fff; line-height:0.8;margin-bottom: -14px;}
@media only screen and (max-width: 800px) {
	.marquee span{margin-bottom: -5px;}
}

/* title style */
.title-h1 span.separator-sup-title,
.title-h2 span.separator-sup-title {position:relative;width:fit-content;padding:0px 15px !important;}
.title-h1 span.separator-sup-title:after,
.title-h2 span.separator-sup-title:after{
	display:none;
}
.title-h2.pg-center span.separator-sup-title {margin-inline:auto !important;}
.title-h1 span.separator-sup-title:before,
.title-h2 span.separator-sup-title:before{
    content:"" !important;
    position:absolute !important;
    bottom: 2px !important;
    left:0 !important;
    width:100% !important;
    height:21px !important;
    background:#f59e19 !important;
    z-index:-1 !important;
}
@media only screen and (max-width: 800px) {
	.title-h2 span.separator-sup-title {margin-inline:auto !important;}
}

/* button style */
.btn-style a{position:relative !important;background:transparent !important;}
.btn-style a:before{
    content:"" !important;
    position:absolute !important;
    top: 6px !important;
    left:7px !important;
    width:100% !important;
    height:100% !important;
    background:#f59e19 !important;
    z-index:-1 !important;
    transition:0.4s;
}
.btn-style a:hover:before{
    top: 0px !important;
    left:0 !important;
}


/* text retation*/
.text-circle {
  display: inline-block;
  animation: rotateTextCircle 10s linear infinite;
  transform-origin: center center;
}

@keyframes rotateTextCircle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
/**************************************Style : section_prestations*********************************/

.presta-btn img {
    width: 50px !important;
}

.presta-elem p.item-desc {
    display: none;
}

.presta-elem .item-content section > p {
    margin-bottom: 0;
}

.presta-elem .item-body {
    display: flex;
    flex-direction: column-reverse;
}

.presta-content {
    display: flex;
	flex-direction: column;
	gap: 10px;
}
.presta-title {
    display: flex;
    justify-content: space-between;
	align-items: center;
}


.presta-btn a {
    width: 49px;
    height: 49px;
    border: 1px solid hsl(0deg 0% 0% / 20%);
    display: flex;
    justify-content: center;
    align-items: center;
	transition:0.4s !important;
}
.presta-btn a img {
   width:13px !important;
}
.presta-elem h3 {
    font-size: 23px !important;
    color: #01387E !important;
    font-weight:600 !important;
}

.presta-p {
    font-family: 'Plus Jakarta Sans';
    font-size: 17px;
    color: #4A4A4A;
}
.presta-elem .imgCarContenair {
	overflow:hidden;
	margin-bottom: -100px;
	
}
.presta-elem .imgCarContenair img{
   transition:0.4s !important;
}
.presta-elem .item-body  {
    padding:30px;
    padding-bottom:0px !important;
    border:1px solid hsl(0deg 0% 0% / 10%);
    border-radius:0px;
	transition:0.4s;
}


.presta-elem .item-body:hover {
    background: #01387E;
}
.presta-elem .item-body:hover h3 {
    color:#fff !important;
}

.presta-elem .item-body:hover .presta-p {
    color: #fff;
}

.presta-elem .item-body:hover  .presta-btn a {
	background:#F59E19;
}
.presta-elem .item-body:hover  .presta-btn a:hover {
	border-color:#000;
}
.presta-elem .item-body:hover  .presta-btn a img{
    rotate:-45deg;
}
.presta-elem .item-body:hover  .imgCarContenair img{
   scale:1.1;
}
@media only screen and (max-width: 600px) {
	.presta-elem .item-body  {
	    padding:20px;
	    padding-bottom:0px !important;
	}
		.presta-elem .presta-btn {
	    width: 20%;
	}
	.presta-title {width: 80%;}
}

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

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

.gallery-elem .modula-item-content {
    position: relative
}

.gallery-elem .modula-item-content img {
    transition: 0.8s!important
}

.gallery-elem .modula-item-content a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0%);
    transition: 0.4s!important;
    cursor: pointer
}

.gallery-elem .modula-item-content:hover a:after {
    background: rgb(0 0 0 / 0%)
}

.gallery-elem .modula-item-content:hover img {
    scale: 1.1
}

body .gallery-elem .modula-item:hover {
    opacity: 1!important
}
/**************************************Style : section_valeurs*********************************/


/**************************************Style : section_Nos certifications*********************************/
.parte-elem.elementor-element .swiper .elementor-swiper-button {
    background: #f000;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 !important;
    border: 1px solid hsl(0deg 0% 0% / 10%)
}

.parte-elem.elementor-element .swiper .elementor-swiper-button:hover {
    background: #094799
}

.parte-elem.elementor-element .swiper .elementor-swiper-button:hover svg path {
    fill: #fff!important;
    color: #fff!important
}

.parte-elem.elementor-element .elementor-swiper-button.elementor-swiper-button-prev {
    left: -40px!important
}

.parte-elem.elementor-element .elementor-swiper-button.elementor-swiper-button-next {
    right: -40px!important
}

@media only screen and (max-width: 800px) {
    .parte-elem.elementor-element .swiper .elementor-swiper-button {
        width:35px;
        height: 35px
    }

    .parte-elem.elementor-element .elementor-swiper-button.elementor-swiper-button-prev {
        left: -15px!important
    }

    .parte-elem.elementor-element .elementor-swiper-button.elementor-swiper-button-next {
        right: -15px!important
    }
}

/**************************************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;}
.rs-footer .elementor-social-icon svg {fill:transparent;}
.rs-footer .elementor-social-icon svg path {fill:#ffffff;}

/*------------------------------------------------------***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;
	}
	.menu-main-footer .coherence-core-nav-menu li {
		margin-right:0 !important;
	}

}

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