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

.section-header .coherence-core-nav-menu  a.coherence-core-menu-item:after{
    width:5px !important;
    height:5px !important;
    left:50% !important;
    transform:translateX(-50%) !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;}
}


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


/*------------------------------------------------------***Begin Pages internes Style***------------------------------------------------------*/
body .gallery-icon img{width: 100% !important;}

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


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

/**************************************Style : btn icon*********************************/
.brtn-green a:hover svg{filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(358deg) brightness(101%) contrast(103%);}
.brtn-black a:not(:hover) svg{filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(358deg) brightness(101%) contrast(103%);}


.h2-elem .separator-sup-title::after {
    display: none;
}

/**************************************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 img{margin-left:10px;}
.btn-depicter-white img,.btn-depicter:hover img {filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(201deg) brightness(106%) contrast(106%);}

.depicter-right ,
.depicter-left,
.depicter-right .depicter-symbol-container,
.depicter-left .depicter-symbol-container{
 transition:0.4s !important;
}

.depicter-right:not(:hover) .depicter-symbol-container {
 transform:translateX(-13px);
}
.depicter-left:not(:hover) .depicter-symbol-container{
 transform:translateX(13px);
}
.depicter-right:hover {
 scale:1.05;
}
.depicter-left:hover{
 scale:1.05;
}

@media only screen and (max-width: 767px){

	.depicter-right:not(:hover) .depicter-symbol-container {
	 transform:translateX(-7px);
	}
	.depicter-left:not(:hover) .depicter-symbol-container{
	 transform:translateX(7px);
	}

}



/**************************************Style : section_presentation*********************************/
.h1-elem .separator-sup-title::before {
	margin-bottom: 3px !important;
}

.h1-elem .separator-sup-title::after {
    display: none !important;
}
.col-blur{
	background: rgba(0, 0, 0, 0.2) !important;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
  animation: floatUpDown 4s ease-in-out infinite; 
}

@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-35px); /* adjust height of movement */
  }
}


.sep-square::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  background: #0ff991;
  transform: translateY(-50%);
}


/**************************************Style : section_prestations*********************************/
.section-presta .basic-carousel .item-content {
    bottom: 0 !important;
}
.section-presta .item-body section {
    background: #fff;
    margin: 0 !important;
    width: 85% !important;
    padding:40px 60px !important;
	transition:0.4s;
}

.presta-front {
    display: flex;
    gap:40px;
    justify-content: space-between;
}
.presta-front h3{
    font-size:30px !important;
}
.presta-front p{
    font-family: 'Raleway';
    font-size:17px !important;
    color:#686767;
    margin-bottom:0;
	max-width:430px;
}
.presta-btn img {
    width: 20px !important;
	transition:0.6s;
}
.section-presta .item-body:hover section {
    background: #000;
    margin: 0 !important;
    width: 100% !important;
/*     padding:40px 60px !important; */
}
.section-presta .item-body:hover .presta-front h3, 
.section-presta .item-body:hover .presta-front p{
    color:#fff;
}
.section-presta .item-body:hover section img {
    rotate:-45deg;
	filter: brightness(0) saturate(100%) invert(85%) sepia(45%) saturate(1642%) hue-rotate(84deg) brightness(101%) contrast(94%);
}


.section-presta .basic-carousel .slick-slide.slick-active {position:relative !important;}
.section-presta .basic-carousel .slick-slide.slick-current::before {
  content: "";
  position: absolute;
  top: 0;
  right: -25px !important;
  left:unset !important;
  width: 1px;
  height: 100%;
  background: rgb(0 0 0 / 25%);
  z-index: 200; 
}
.section-presta .basic-carousel .slick-slide.slick-current::after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px !important;
  left:unset !important;
  width: 10px;
  height: 10px;
  background: rgb(15 249 145);
  z-index: 200; 
}

.section-presta .imgCarContenair {overflow:hidden;}
.section-presta  .imgCarContenair img {transition:0.4s;}
.section-presta .item-body:hover .imgCarContenair img {scale:1.1;}

/* animation */
 .section-presta .basic-carousel .slick-slide.slick-current::after {
      animation: upDown-animation 9s ease-in-out infinite;
    }

    @keyframes upDown-animation {
      0%, 100% {
         top:0%;
      }
      50% {
        top:98%;
      }
    }

/** arows **/
.section-presta .slick-arrow.slick-next {
    bottom: -60px !important;
    top: unset !important;
    right: calc(50% - 48px) !important;
}
.section-presta .slick-arrow.slick-prev{
    bottom: -60px !important;
    top: unset !important;
    left: calc(50% - 48px) !important;
}

@media only screen and (max-width: 1150px){
	.section-presta .imgCarContenair > img {
		height: 500px !important;
	}
	.section-presta .item-body section {
		padding: 30px !important;
	}
}
@media only screen and (max-width: 1000px){
	.section-presta .item-body section {
		width: 100% !important;
	}
}
@media only screen and (max-width: 800px){
	.section-presta .item-body section {
		background: #000000db;
		margin: 0 !important;
		width: 100% !important;
	}
	.section-presta .item-body .presta-front h3, 
	.section-presta .item-body .presta-front p{
		color:#fff;
	}

.section-presta .basic-carousel .slick-slide.slick-current::before ,
	.section-presta .basic-carousel .slick-slide.slick-current::after {
 display:none !important;
}
	.section-presta .item-body section {
		padding: 20px !important;
	}
	.section-presta .item-body section img {
    rotate:-45deg;
	filter: brightness(0) saturate(100%) invert(85%) sepia(45%) saturate(1642%) hue-rotate(84deg) brightness(101%) contrast(94%) !important;
}
}
@media only screen and (max-width: 500px){
	.presta-front {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
}
/**************************************Style : section_equipe*********************************/

.section-equipe .slick-slide .item-content section .item-title,
.section-equipe .slick-slide .item-content section .item-desc{
     transition:0.4s !important;
}

.section-equipe .slick-slide:not(:hover) .item-content section .item-title,
.section-equipe .slick-slide:not(:hover) .item-content section .item-desc{
    transform:translateY(200%);
}




.section-equipe  .imgCarContenair {overflow:hidden;}
.section-equipe  .imgCarContenair img {transition:0.4s;}
.section-equipe  .item-body:hover .imgCarContenair img {scale:1.1;}
/** arows **/
.section-equipe .slick-arrow.slick-next ,
.section-equipe .slick-arrow.slick-prev,
.section-equipe .slick-arrow.slick-next i,
.section-equipe .slick-arrow.slick-prev i{
 transition:0.4s !important;
}

.section-equipe .slick-arrow.slick-next:not(:hover) i {
 transform:translateX(-13px);
}
.section-equipe .slick-arrow.slick-prev:not(:hover) i{
 transform:translateX(13px);
}
.section-equipe .slick-arrow.slick-next:hover {
 scale:1.05;
}
.section-equipe .slick-arrow.slick-prev:hover{
 scale:1.05;
}


@media only screen and (max-width: 500px){
	.section-equipe .slick-arrow.slick-next:not(:hover) i {
	 transform:translateX(-5px);
	}
	.section-equipe .slick-arrow.slick-prev:not(:hover) i{
	 transform:translateX(5px);
	}
	.section-equipe  .imgCarContenair img {height:350px;}
	.section-equipe .item-content section {padding:20px !important;}
}
/**************************************Style : section_actus*********************************/
.actus-elem .container-posts-grid .post-item-img {position:relative !important;}


.actus-elem .post-item-content-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px; 
}

.actus-elem .post-item-content-btn a::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url('/wp-content/uploads/2025/11/tlb-maconnerie-entreprise-du-batiment-a-limoges-right-arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
background-position:center;
  filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(7490%) hue-rotate(303deg) brightness(106%) contrast(99%);
}
.actus-elem .post-item-content-btn:hover a {
  gap: 15px; 
}


/**************************************Style : section_valeurs*********************************/


/**************************************Style : section_realisation*********************************/
/*** Modula with zoom ****/
.gallery-elem .modula-item-content {
    position: relative;
    opacity:1 !important;
}
.gallery-elem .modula-item-content img {
    transition:0.8s !important;
    opacity:1 !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%);
    opacity:1 !important;
}
.gallery-elem .modula-item-content:hover img {
    scale:1.1;
}

/**************************************Style : section_facebook*********************************/
 .fb-page iframe {border-radius: 45px 45px 0 0  !important;box-shadow: 0 0 0 17px #000;}

/************************************** contact ************************************************/
.coherence-forms-container .wpcf7-form.invalid input.wpcf7-not-valid {
    color: #000 !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;}


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

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