/*
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 .soustitle-list {
    font-size: 14px;
    color: hsl(0deg 0% 21% / 70%);
}
a.phone-hdr {
    display: inline-block !important;
}
a.phone-hdr:hover {
   color:#f4d318 !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;}
}

[data-wpr-lazyrender]{ content-visibility:visible!important; }

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


/*------------------------------------------------------***Begin Pages internes Style***------------------------------------------------------*/
.h3-point-yellow h3 {
    position:relative;
    padding-left:20px;
}
.h3-point-yellow h3:before {
    content:"";
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width:8px;
    height:8px;
    background: #F4D318;
    
}

/*------------------------------------------------------***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*********************************/
@keyframes rotateInfinite {
    0% {
        transform: rotate(18deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.img-abs-rotation {
    animation: rotateInfinite 1s linear infinite alternate;
}

.title-point .separator-sup-title {
    position:relative;
    padding-left:20px;
}
.title-point .separator-sup-title:before {
    content:"";
    position:absolute;
    left:0 !important;
    top:50% !important;
    transform:translateY(-50%) !important;
    width:8px !important;
    height:8px !important;
    background: #F4D318 !important;
    
}


.title-point-h2 .separator-sup-title {
    position:relative;
    padding-left:20px;
}
.title-point-h2 .separator-sup-title:before {
    content:"";
    position:absolute;
    left:0 !important;
    top:50% !important;
    transform:translateY(-50%) !important;
    width:8px !important;
    height:8px !important;
    background: #F4D318 !important;
}
/**************************************Style : section_prestations*********************************/
.presta-elem .slick-slide section {
    border: 2px solid #24058b;
    padding: 9% !important;
}
.presta-elem section> p {
    display: none;
}

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

.presta-elem .item-content {
    bottom: 0 !important;
}

.presta-elem .presta-title h3 {
    color: #24058b !important;
    font-size: 30px;
    font-weight: 700;
    position:relative;
    padding-left:20px;
}
.presta-elem .presta-title h3:before {
    content:"";
    position:absolute;
    left:0;
	top:15px;
/*     top:50%;
    transform:translateY(-50%); */
    width:8px;
    height:8px;
    background: #24058b;
    
}

.presta-elem .presta-text {
    color: #363636 !important;
	font-family: "Barlow";
}

.presta-elem .presta-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 30px;
}

.presta-elem .presta-btn a {
    color: #24058b !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.presta-elem .presta-btn i {
    rotate:-45deg;
    transition:0.4s !important;
}
.presta-elem .presta-btn:hover i {
    rotate:0deg;
    color:#f4d318;
}
.presta-elem .presta-icon{
	width:103px;
	height:103px;
	background: #24058b;
	display:flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	 transition:0.4s !important;
}
.presta-elem  .presta-icon img{
	width:42px !important;
	 
}
.presta-elem .slick-slide section:hover {
	border-color: #f4d318;
}
.presta-elem .slick-slide section:hover .presta-icon{
	background: #f4d318;
}
/** arows **/
.arrow-res .slick-arrow.slick-next , .arrow-res .gallery-slick-next {
    top: 50% !important;
	transform:translatey(-50%) !important;
}
.arrow-res .slick-arrow.slick-prev , .arrow-res .gallery-slick-prev{
    top: 50% !important;
	transform:translatey(-50%) !important
}

@media only screen and (max-width: 1360px){
.arrow-res .slick-arrow.slick-next , .arrow-res .gallery-slick-next {
    bottom: -70px !important;
    top: unset !important;
    right: calc(50% - 45px) !important;
}
.arrow-res .slick-arrow.slick-prev , .arrow-res .gallery-slick-prev{
    bottom: -70px !important;
    top: unset !important;
    left: calc(50% - 45px) !important;
}
}

@media only screen and (max-width: 800px){
    .presta-elem .presta-bottom {
		align-items: flex-start;
        margin-top: 20px;
        flex-direction: column;
        gap: 20px;
    }
	.presta-elem .presta-title h3 {
	    font-size: 23px;
	}
	.presta-elem .slick-slide section {
    	padding: 20px !important;
	}
}
/**************************************Style : section_Actualites*********************************/
 

/**************************************Style : section_Realisations*********************************/
/*** Modula with zoom ****/
.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(36 5 139 / 11%);
}
.gallery-elem .modula-item-content:hover img {
    scale:1.1;
}

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


/**************************************Style : section_points_forts*********************************/
.point-fort-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    overflow:hidden;
}

.point-fort-title h3{margin-bottom:0 !important;font-size:22px !important;}
.point-fort-title {
    margin: 20px 0;
}

.point-fort-text {
    opacity: 0;
    transform: translateY(200%);
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.6s, transform 0.6s, max-height 0.6s ease-out;
}


.point-fort-wrapper:hover .point-fort-text {
    opacity: 1;
    transform: translateY(0%);
    max-height: 500px; 
    overflow: visible;
}

.point-fort-img {
    position: relative;
    height: 110px; 
    width: 100%; 
    overflow: hidden; 
    transition: height 0.4s ease-out !important;
}

.point-fort-img img {
    height: 100px;
    width: 110px; 
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: height 0.4s ease-out !important;
}

.point-fort-wrapper:hover .point-fort-img {
    height: 0; 
}


.col-pf {
    border-right: 1px solid #3636364d;
    display: flex;
    align-items: center;
    padding-top: 50px !important;
    height: 280px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
	
}

.col-pf:after {
    content:"";
    position:absolute;
    right:-4px !important;
    width:9px !important;
    height:9px !important;
    background: #F4D318 !important;
	animation: moveUpDownd 2s infinite ease-in-out alternate !important;
	
}

.col-pf:nth-child(even):after {
	animation-delay: 2s !important; 
}
.col-pf-last {
    border-right: 0px solid;
}
.col-pf-last:after {
	display:none !important;
}

   
@keyframes moveUpDownd {
    0% {
        top: 0% ;
    }
    100% {
        top: 100% ;
    }
}
@media only screen and (max-width: 1360px){
.col-pf-last {
     border-right: 1px solid #3636364d;
}
.col-pf-last:after {
	display:block !important;
}
}
@media only screen and (max-width: 800px){
	.point-fort-text {
	    opacity: 1;
	    transform: translateY(0%);
	    max-height: unset;
		max-width:500px;
	   
	}
	.point-fort-wrapper:hover .point-fort-img {
	    height: 110px; 
	}

	.col-pf {border:unset !important;}
	.col-pf:after {
		display:none !important;
	}
	.col-pf {
	    padding-top: 20px !important;
	    height: auto !important;
	}
}
/**************************************Style : section_facebook*********************************/
 .fb-page iframe {border-radius: 15px !important;box-shadow: 0 0 0 15px #272727;}

/**************************************Style : section_Contact*********************************/
.input-label.focused .sp-label {
    color: #000 !important;
}

.contact-white a u {
    color: #ffffff;
}
.contact-white a:hover u {
    color: #f4d318;
}
.coherence-forms-container .wpcf7-form.invalid  input.wpcf7-not-valid {
    color: #000 !important;
}

.icon-animation {
    position: relative; /* Required for 'top' animation */
    animation: moveUpDownicon 1s infinite ease-in-out alternate;
}

@keyframes moveUpDownicon {
    0% {
        top: -40px;
    }
    70% {
        top: -5px; /* Quick shake up */
    }
    90% {
        top: 0px;  /* Stabilize */
    }
    100% {
        top: 10px;
    }
}
/*--------------------------------------------------------------***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;}
@media only screen and (min-width: 601px){
	.coherence-footer-builder .menu-footer .coherence-core-nav-menu{
		display: flex;
		flex-wrap: wrap;
	}
	.coherence-footer-builder .menu-footer .coherence-core-nav-menu li{
	   width:50%;
	}
	
}
div#gt_float_wrapper{
    bottom: 80px !important;
    z-index: 1 !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***------------------------------------------------------*/
.cmplz-document .blog-area.pd-top-120.pd-bottom-120 {
    padding: 50px 20px;
}