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

.elementor-element .section-header .elementor-element li.current_page_item a.coherence-core-menu-item,  
.elementor-element .section-header .elementor-element li a.coherence-core-menu-item:hover{
     border-radius:0 !important;
}


@media only screen and (min-width: 1361px) and (max-width: 1390px){
     .section-header li.menu-item{
        margin-right:12px !important;
    }
   
}
@media only screen and (min-width: 1099px) and (max-width: 1195px){
    .section-header a.coherence-core-menu-item{
        font-size:14px !important;
    }
     .section-header li.menu-item{
        margin-right:9px !important;
    }
     .section-header img{
        width: 130px !important;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1098px){
    .section-header a.coherence-core-menu-item{
        font-size:13px !important;
    }
     .section-header li.menu-item{
        margin-right:7px !important;
    }
     .section-header img{
        width: 110px !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***------------------------------------------------------*/


/*------------------------------------------------------***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*********************************/
.h1-slide .item-body > img {
    border-radius: 32px !important;
    overflow: hidden;
}

.h1-slide .slick-list {
    border-radius: 32px !important;
    overflow: hidden;
}
/* text retation */
.style-text-circle {
   position:absolute !important;
    left:-70px !important;
    bottom:-40px !important;
    border-radius: 50% !important;
    transform-origin:center !important;
    animation: rotateCircle 9s linear infinite !important;
}
@keyframes rotateCircle {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}
@media only screen and (max-width: 1600px){
	.style-text-circle {
	    left:30px !important;
	    bottom:30px !important;
	}
}
@media only screen and (max-width: 600px){
	.style-text-circle {
	    left: 20px !important;
	    bottom: 20px !important;
	}
}
/* arrows */
.h1-slide .basic-carousel:before {
    content: "";
    position: absolute;
    bottom: 42px;
    right: -57px;
    background: #ffffff;
    width: 105px;
    height: 56px;
    box-shadow: 4px 4px 32px hsl(0deg 0% 0% / 20%);
    border-radius: 100px;
    z-index:1;
}
@media only screen and (max-width: 800px){
	.h1-slide .basic-carousel:before {
	    bottom: unset;
		top:-70px;
	    right: unset;
	    left: 0;
	}
}
/**************************************Style : section_prestations*********************************/
.presta-elem .item-body {border-radius:20px !important;overflow:hidden;}

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

.presta-elem .item-desc {
    display: none !important;!
}
.presta-elem section {
   background:#fff;
	border-radius:20px;
	padding:20px !important;
}
.presta-elem section > p {
    margin-bottom: 0!important;
}

.presta-elem .presta_txt {
    max-height: 0;
    transition: max-height 0.45s ease-out;
    overflow: hidden;
}

.presta-elem .item-body:hover .presta_txt {
    max-height: 500px;
    transition: max-height 0.45s ease-in;
}

.presta-title h3{
    font-size: 24px !important;
    color: #000000 !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0;
}

.presta-p{
    font-size: 16px;
    color: #404040;
    font-family: 'Open Sans';
    margin: 20px 0;
}
.presta-btn a{
    display:inline-block;
    font-family: 'Open Sans';
    font-size: 16px;
    color:#fff !important;
    font-weight:400;
    background: #5E5E5F;
    padding: 15px 30px;
    border-radius: 100px;
    text-align: center !important;
}
.presta-btn a:hover{
    color: #ffffff !important;
	background: #e41514;
}
.presta-elem .item-body {
	position:relative !important;
	overflow:hidden;
	transition:0.4s !important;
}


.presta-elem .item-body > img {transition:0.5s  !important;}
.presta-elem .item-body:hover > img {
	scale:1.09;
}

.presta-btn a {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

/* Arrows */
.arrow-center-bottom .slick-arrow.slick-next {right: calc(50% - 45px) !important}
.arrow-center-bottom  .slick-arrow.slick-prev {right:unset !important;left: calc(50% - 45px) !important;}

/*responsive */
@media only screen and (max-width: 1230px){
    .presta-elem .item-body > img {
        min-height: 530px;
    }
	.presta-title h3{
		font-size: 23px !important;
	}
}


@media only screen and (max-width: 800px){
    .presta-elem .item-body:after,
	.presta-elem .item-body:hover:after{
		/* opacity:0.5 !important; */
	}
	.presta-elem .item-body .presta_txt {
    	max-height: unset !important;
	}
	.presta-elem .item-body > img {
		filter:blur(0px) !important;
	}
	
	.presta-elem .item-body > img {
        max-height: 530px;
		scale:1 !important;
    }
	.presta-elem .item-body:after {
		/* background: linear-gradient(180deg, rgb(1 1 1 / 100%) 0%, rgb(0 0 0 / 100%) 100%) !important; */
	}	
}


/**************************************Style : section_contact*********************************/
 textarea.wpcf7-form-control.wpcf7-textarea {
    line-height: 25px !important;
}
.title-selects {
    font-weight: 600;
    margin-bottom: 15px;
}

.coherence-forms-container .wpcf7-form.invalid  input.wpcf7-not-valid {
    color: #000 !important;
}
/**************************************Style : section_Realisations*********************************/


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


/**************************************Style : section_points_forts*********************************/
.col-point-fort:hover svg path {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(196deg) brightness(110%) contrast(101%);
}
.col-point-fort:hover .elementor-coherence-core-content-box-title, .col-point-fort:hover .elementor-coherence-core-content-box-description{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(196deg) brightness(110%) contrast(101%);
}

/**************************************Style : section_avis*********************************/


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

.gallery-elem .gallery-icon {
    position: relative;
}

.gallery-elem .gallery-icon 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;
    border-radius:20px;
}
.gallery-elem .gallery-item:hover .gallery-icon a:after {
   
    background: rgb(0 0 0 / 45%);
}

/* Actus page*/
.plog-elem .post-item-img {
    border-radius: 20px !important;
	overflow:hidden !important;
}
/* single post */

.single-blog-inner .blog-meta{display:none !important}
.single-blog-inner .details{margin-top:25px !important}
.blog-area {
		padding-top: 50px;
		padding-bottom: 50px;
	}
@media only screen and (max-width: 800px){
	.blog-area {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
/* Politique */
body.privacy-policy .recaptcha_acc {
    margin-bottom: 15px;
}

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