/*
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;}
.header-wrapper span.home_text  , .coherence-footer-builder .htm{
    display: none;
}

@media screen and (max-width:1024px){
    .header-wrapper span.home_text{
        display:block;
    }
    .htm{
        display:none !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;}
}

 .ifon_slide img{
     animation: example 9s linear infinite;
}



@keyframes example {
    0% {
        transform: rotate(0deg) ;
    }
    50% {
        transform: rotate(180deg) ;
    }
    100% {
        transform: rotate(0deg) ;
    }
}

:is(div.btn_effect , div.btn_effect3):before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background-color: #fff;
    z-index: -1;
    transform: translateX(-100%);
    transition:0.5s all;
}
div.btn_effect3:before{
    transform: translateX(0%);
}
div.btn_effect3:hover:before{
     transform: translateX(-100%);
}
div.btn_effect , div.btn_effect3{
    overflow: hidden !important;
    position: relative;
}

div.btn_effect:hover:before{
      width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background-color: #fff;
    z-index: -1;
    transform: translateX(00%);
}
.single-blog-inner .blog-meta {
    display: none !important;
}

.single-blog-inner h1{
    text-transform:lowercase !important;
}
:is(.single-post , .cmplz-document)  .blog-area {
    padding-block:25px !important;
}
/*------------------------------------------------------***End***------------------------------------------------------*/


/*------------------------------------------------------***Begin Pages internes Style***------------------------------------------------------*/
.single-post ul.blog-meta {
    display: none !important;
}

.single-post .blog-area {
    padding-block: 20px !important;
}
.after_before_home {
    position: unset !important;
}
a.link_color {
    word-wrap: break-word!important;
    text-wrap: nowrap !important;
}
.after_before_home:after , .after_before_home:before{
	 content: "";
    width: 37%;
    height: 2px;
    position: absolute;
	 top:20px;bottom:0;margin-block:auto 20px;
}
.after_before_home:after {
   
    right: 0px !important;
    background-color: #fff !important;
}

.after_before_home:before {
    
    left: 0px !important;
    background-color: #fff !important;
}
.after_before_home_2:after , .after_before_home_2:before{
	 width: 25% !important;
}
a.link_color {
    color: var(--e-global-color-color_1) !important;
}

a.link_color:hover {
    color: var(--e-global-color-color_3) !important;
}


figure.wpmf-gallery-item {
    min-height: 415px !important;
}

figure.wpmf-gallery-item img  , .wpmf-gallery-icon{
    height: 100% !important;
}


.gallery_default {
    gap: 10px !important;
    display: flex !important;
    flex-wrap: wrap !important;
}

.gallery_default .wpmf-gallery-item {
    flex: 1 1 calc((100% / 4) - 25px);
}

@media screen and (max-width:1025px){
    .gallery_default .wpmf-gallery-item {
    flex: 1 1 calc((100% / 3) - 25px);
}
}

@media screen and (max-width:800px){
    .gallery_default .wpmf-gallery-item {
        flex: 1 1 calc((100% / 2) - 25px);
    }
}


@media screen and (max-width:500px){
    figure.wpmf-gallery-item {
        min-height: 245px !important;
    }
}
.nav_link {
    pointer-events: none !important;
}
/*------------------------------------------------------***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*********************************/


/**************************************Style : section_prestations*********************************/
.presta_bloc .col_titre{
    font-size:clamp(20px , 5vw , 28px) !important;
}
.presta_bloc .item-content  *{
    color:#fff !important;
}
.presta_bloc .item-content {
    height: 100% !important;
    position: absolute;
    top: 0;
    min-height: 100% !important;
   
   
}

.presta_bloc .item-content section {
    height: 100% !important;
    display: flex !important;
    align-content: center;
    align-items: center;
    text-align: center;
}

.presta_col {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.presta_hover {
    opacity: 1;
    transform:translateY(500%);
    transition:0.5s all;
}

.prest_int {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    left: 0;
    right: 0;
    bottom: 26px;
    transition:0.5s all;
}
.presta_bloc .item-content:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute !important;
    bottom:0;
 
    background: linear-gradient(5deg, rgba(34,193,195,0) 0%, rgba(0,0,0,0.9864320728291317) 97%);
    z-index: -1;
    opacity:0;
    transform:translateY(100%);
    transition:0.5s all;
}

.presta_bloc .item-content:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute !important;
    bottom: 0;
    background: linear-gradient(5deg, rgba(0,0,0,0.9864320728291317) 0%, rgba(34,193,195,0) 100%);
    z-index: -1;
    
}
.presta_bloc .item-content:hover .presta_hover {
    opacity: 1;
    transform:translateY(0%);
}
.presta_bloc .item-content:hover {
/*     background: linear-gradient(5deg, rgba(34,193,195,0) 0%, rgba(0,0,0,0.9864320728291317) 97%); */

}
.presta_bloc .item-content:hover  .prest_int{
    transform:translateY(500%);
}
.presta_bloc .item-content:hover::before {
    opacity:0;
}
.presta_bloc .item-content:hover::after {
    opacity:1;
    transform:translateY(0%);
}



.btn_prsta {
    display: block;
}

a.presta_lien {color: #fff !important;border: 1px solid #fff;padding: 10px 25px;display: block;width: max-content;margin-inline: auto;}

a.presta_lien:hover {
    background: #fff;
    border-color: #fff;
    color: #000 !important;
}
.h2_home_1:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    top:0;
    bottom:0;
    margin-block:auto 32px;
}
.presta_bloc .item.slick-slide .item-body:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -11px;
    transition:bottom 0.2s ;
}
.presta_bloc .item.slick-slide .item-body:hover::after  {
    bottom: 0px;
}

.presta_bloc .item.slick-slide .item-content{
    overflow:hidden;
}



@media screen and ( max-width:1444px){
	.presta_bloc .basic-carousel .slick-arrow.slick-prev {
		top: 0% !important;
		bottom: 0 !important;
		margin-block: auto -63px !important;
		left: 45% !important;
	}

	.presta_bloc .basic-carousel .slick-arrow.slick-next {
		top: 0% !important;
		bottom: 0% !important;
		right: 45% !important;
		margin-block: auto -63px;
	} 
}

@media screen and ( max-width:1024px){
    .presta_bloc .basic-carousel .slick-arrow.slick-prev {
      
        left: 43% !important;
    }
    .presta_bloc .basic-carousel .slick-arrow.slick-next {
      
        right: 43% !important;
    }
}

@media screen and ( max-width:774px)
{
     .presta_bloc .basic-carousel .slick-arrow.slick-prev {
      
        left: 40% !important;
    }

   .presta_bloc  .basic-carousel .slick-arrow.slick-next {
      
        right: 40% !important;
    }
}


@media screen and ( max-width:500px)
{
     .presta_bloc .basic-carousel .slick-arrow.slick-prev {
      
        left: 35% !important;
    }

    .presta_bloc .basic-carousel .slick-arrow.slick-next {
      
        right: 35% !important;
    }
}
.presta_bloc span.slick-arrow:is(.slick-next,.slick-prev) svg {
    transform: translatex(0px);
    transition:0.5s all;
}
.presta_bloc span.slick-arrow.slick-next:hover svg {
    transform: translatex(10px);
}


.presta_bloc span.slick-arrow.slick-prev:hover svg {
    transform: translatex(-10px);
}

.presta_bloc .slick-track {
    padding-bottom: 15px;
}
/**************************************Style : section_Actualites*********************************/
 

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


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


/**************************************Style : section_points_forts*********************************/


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


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



/*------------------------------------------------------***Begin footer style***------------------------------------------------------*/
.coherence-logo svg{width: 130px !important;height: auto !important;}
.coherence-logo svg * {fill: #36383C !important;}
.menu-main-footer .hide-sub-mn .sub-menu , .menu-main-footer .hide-sub-mn .sub-arrow {display: none !important;}

.menu-footer.menu-prest-footer .coherence-core-nav-menu {
    columns: 2  !important;
}
.wpcf7-response-output {
    padding-block: 20px !important;
    color: #fff !important;
    font-size: 28px !important;
    border: 0 !important;
}

.sent .wpcf7-response-output {
    background-color: green !important;
   
}

.invalid .wpcf7-response-output {
    background-color: red!important;
}
.coherence-footer-builder span.coherence-core-menu-toggle.sub-arrow.coherence-core-menu-child-0 {
    display: none !important;
}
.coherence-footer-builder .col-logo-copyright:nth-child(4) .elementor-widget-coherence-core-content-box .elementor-coherence-core-content-box-title {
    pointer-events: none !important;
}
/*------------------------------------------------------***End***------------------------------------------------------*/



/*------------------------------------------------------***Begin Responsive Media query style***------------------------------------------------------*/

/*------------***Large devices (desktops, more than 800px)***------------*/
.icons_resaux_footer svg {
    width: 34px !important;
    height: 37px !important;
}
@media screen and (max-width:1280px){
 .after_before_home:before , .after_before_home:after {
        width: 20% !important;
    } 
    
}

@media screen and (max-width:800px){
    .after_before_home:before , .after_before_home:after {
        display:none !important;
    }   
}
@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*/
	.insta_bloc {
		display: flex !important;
		width: 100% !important;
	}
	.insta_bloc .elementor-widget-container {
		width: calc(100% - 20px);
	}
	
    /*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*/
.menu-footer
a.coherence-core-menu-item {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}
	
	
	.presta_bloc .item.slick-slide .item-body::after  {
		bottom: 0px;
	}
	.presta_bloc .item-content .presta_hover {
		opacity: 1;
		transform:translateY(0%);
	}
	.presta_bloc .item-content  .prest_int{
		transform:translateY(500%);
	}
	.presta_bloc .item-content::before {
		opacity:0;
	}
	.presta_bloc .item-content::after {
		opacity:1;
		transform:translateY(0%);
	}
    /*style footer*/
    .menu-main-footer .coherence-core-nav-menu a {justify-content: center !important;}
    .menu-footer.menu-prest-footer .coherence-core-nav-menu {
    columns: 1 !important;
}
}

/*------------***Between Mobile and Tablet Media query style***------------*/
@media only screen and (min-width: 508px) and (max-width: 600px){
    
    /*style header*/

    /*style main content*/

    /*style footer*/
    
}

/*------------***Mobile Media query style***------------*/
@media only screen and (max-width: 400px){

    /*style header*/

    /*style main content*/
.home h2 {
    font-size: 25px !important;
}
	figure.wpmf-gallery-item {
		min-height: 184px !important;
		aspect-ratio: 2 / 2 !important;
	}
    /*style footer*/
    
    
}

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


.btn_effect a.elementor-button-link , .presta_lien{
    position: relative;
    overflow: hidden;
    transition: all 1000ms;
    border: 2px solid #000000 ;
}
.btn_effect a.elementor-button-link:before  , .presta_lien:before{
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #000000;
    z-index: -1;
    transition: width 1000ms;
}
.presta_lien:before , .btn_effect2 a.elementor-button-link:before{
	background-color: #fff;
}
.btn_effect a.elementor-button-link:hover , .presta_lien:hover{
    color: #ffffff;
    transform: scale(1);
    background-color:transparent !important;
    border-color:#0d0d0d;
    outline: 0px solid #000000;
}
.btn_effect a.elementor-button-link:hover::before  , .presta_lien:hover::before{
    width: 250%;
}
.btn_effect2 a.elementor-button-link:hover::before , .presta_lien:hover::before{
	 background-color: #fff;
}
.wpmf_gallery_default.wpmf-gutterwidth-5 .wpmf-gallery-item:hover img {
    transform: scale(1.1);
}

.wpmf_gallery_default.wpmf-gutterwidth-5 .wpmf-gallery-item {
    overflow: hidden !important;
   
}

.wpmf_gallery_default.wpmf-gutterwidth-5 .wpmf-gallery-item img {
     transition: 0.8s all;
}



/*  Animation slide*/
.img_slide {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  display: inline-block;
  position: relative;
  transform: translateZ(0px);
  vertical-align: middle;
    border-radius:50%;
  cursor:pointer
}
.img_slide {
/*   background: #1a1a1a; */
  width:max-content;
  transition-duration: 0.8s !important;
  clip-path:   polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0% 50%);
}
/* from top_left */
.mtop_left.img_slide {
    clip-path:  polygon(60% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0% 60%);
    transition-duration: 0.6s !important;
}
.img_slide:before {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    content: "";
    height: 0;
    left: 0;
    right:0px;
    margin-inline:auto;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition-duration: 0.8s;  
    transition-property: width, height;
    width: 0;
    z-index: 1000;
    border-radius: 0% 3% 75% 5%;
    opacity:0;
}
.mtop_left.img_slide:before {
    background: rgba(0, 0, 0, 0) linear-gradient(135deg, #ffffff00 45%, #383736 50%, #1a1a1a 56%, #1a1a1a 80%) repeat scroll 0 0;
    height: 60%;
    width: 60%;
    right:unset;
    opacity:1
}

/* from top_right */

.mtop_right.img_slide:before {
    background: rgba(0, 0, 0, 0) linear-gradient(225deg, #ffffff00 45%, #383736 50%, #1a1a1a 56%, #1a1a1a 80%) repeat scroll 0 0;  /*display smooth transitions between two or more specified colors */
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
    height: 60%;
    width: 60%;
    left:unset;
    border-radius: 0% 5% 5% 75%;
    opacity:1;
}

.mtop_right.img_slide {
    clip-path: polygon(0 0, 40% 0, 100% 60%, 100% 100%, 0 100%, 0% 50%);
    transition-duration: 0.8s !important;
}


/* from bottom_left */

.img_slide:after {
    bottom: 0;
    box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
    content: "";
    height: 0;
    left: 0;
    right:0;
    margin:auto;
    pointer-events: none;
    position: absolute;
    transition-duration: 0.8s;
    transition-property: width, height;
    width: 0;
    border-radius: 0% 70% 5% 75%;
    opacity:0
}
.mbottom_left.img_slide {
/*   background: #1a1a1a; */
  width:max-content;
  transition-duration: 0.8s !important;
  clip-path:polygon(0 0, 100% 0, 100% 50%, 100% 100%, 75% 100%, 0% 25%);

}
.mbottom_left.img_slide:after {
    height: 70%;
    width: 70%;
    right:unset;
    background: rgba(0, 0, 0, 0) linear-gradient(45deg, #ffffff00 45%, #383736 50%, #1a1a1a 56%, #1a1a1a 80%) repeat scroll 0 0; 
    opacity:1
}



/* from bottom_right */

.mbottom_right.img_slide:after {
    background: rgba(0, 0, 0, 0) linear-gradient(315deg, #ffffff00 15%, #383736 50%, #1a1a1a 56%, #1a1a1a 80%) repeat scroll 0 0; 
    box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
    left:unset;
    transition-duration: 0.8s;
    transition-property: width, height;
    border-radius: 70% 3% 5% 5%;
    height: 70%;
    width: 70%;
    opacity:1;
}

.mbottom_right.img_slide {
    clip-path: polygon(0 0, 100% 0, 100% 32%, 32% 100%, 0 100%, 0% 50%);
    transition-duration: 0.8s !important;
}


.colimganim {
    position: absolute !important;
    right: 30px !important;
    top: -460px !important;
    max-width: 280px;
}

@media only screen and (max-width: 1500px){	
.colimganim {
    right: 20px !important;
    top: -396px !important;
    max-width: 270px;
} 
.img_slide img{
    width: 250px;
}
}

@media only screen and (max-width: 900px){    
.colimganim {
    right: 20px !important;
    top: -396px !important;
    max-width: 270px;
} 
.img_slide img{
    width: 250px;
}
}

@media only screen and (max-width:768px){
	.colimganim {
    right: 20px !important;
    top: -396px !important;
    max-width: 270px;
} 
.img_slide img{
    width: 200px;
}	
}

@media only screen and (max-width:600px){
	
.colimganim {
	display:none !important;
}

}


@media screen and ( max-width:340px)
{
     .presta_bloc .basic-carousel .slick-arrow.slick-prev {
      
        left: 28% !important;
    }

    .presta_bloc .basic-carousel .slick-arrow.slick-next {
      right: 28% !important;
    }
}