/*
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 .elementor-social-icon-instagram {
    font-size: 36px !important;
    margin-top: 3px !important;
    border-width: 0px !important;
}
.section-header .elementor-social-icons-wrapper.elementor-grid {
    display: flex;
    align-items: center;
    align-content: center;
}


@media only screen and (min-width: 1025px){
	.section-header .menu-icon-home > a span{display: none;}
	.section-header .menu-icon-home > a span{display: none;}
	.site-header .menu-home{display:none !important;}
	.section-header .icon-home{margin-top: -5px !important;}
	.section-header li .icon-home{filter:unset;}
	.section-header .coherence-core-nav-menu li .icon-home { filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%) hue-rotate(21deg) brightness(97%) contrast(103%); }
	.section-header .coherence-core-nav-menu li.current-menu-item .icon-home, .section-header .coherence-core-nav-menu li:hover .icon-home { filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(0%) hue-rotate(186deg) brightness(103%) contrast(105%); }
}
@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;}
	.section-header .icon-home { display: none !important;}
}


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


/*------------------------------------------------------***Begin Pages internes Style***------------------------------------------------------*/
body .pg-politique { margin-bottom: 15px !important; margin-top: 0 !important; }

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


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

/**************************************Style : PRE-HOME*********************************/
@media only screen and (max-width: 1500px){
.img-op { opacity: 0.2 !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;}


/**************************************Style : section_presentation*********************************/


/**************************************Style : section_prestations*********************************/
.txt-presta, .btn-presta, .sep-presta{display:none;}
.col-hov-presta{transition:all 0.3s ease-in-out !important;}
.col-presta:hover .col-hov-presta{max-height: 100% !important;height: 86% !important;animation: slideUp 0.8s;display: flex !important; justify-content: center !important;}
.col-presta:hover .txt-presta, .col-presta:hover .btn-presta, .col-presta:hover .sep-presta{display:block;} 
.col-presta:hover .col-presta { display: flex !important; justify-content: center!important;}
.col-presta:hover .col-hov-presta .e-con-inner {display: flex!important;justify-content: end !important;}
@keyframes slideUp {
    0%{
      transform: translateY(100%);
      opacity: 1;
    } 
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }

/**************************************Style : section_Actualites*********************************/
.col-iframe iframe { border-radius: 30px !important; box-shadow: 0 0 0 15px var(--e-global-color-color_2); }

.col-iframe span:before {
    position: absolute;
    content: "";
    width: 145px !important;
    height: 15px !important;
    border-radius: 0px 0px 8px 8px;
    left: 0;
    right: 0;
    top: -2px;
    margin-inline: auto;
    background-color: var(--e-global-color-color_2);
    z-index: 1;
}
.col-iframe span:after {
    position: absolute;
    content: "";
    width: 10px !important;
    background-color: var(--e-global-color-color_2);
    height: 100px !important;
    border-radius: 0px 10px 10px 0px;
    right: -23px;
    z-index: 10;
    top: 130px;
}


/*Instagram*/
.FeedLayout__wrapper {
    padding: 0 !important;
}

/**************************************Style : section_Realisations*********************************/
.img-gallery .gallery-icon * {
    transition: all 0.2s ease-in-out;
}
/* body .img-gallery .gallery-icon {
    overflow: hidden !important;
} */
.img-gallery .gallery-icon:hover img {
    transform: scale(1.05)
}

.img-gallery .gallery-icon {
	position: relative;
}
body .img-gallery .gallery-icon {
    overflow: hidden !important;
/* 	border-radius: 10px !important; */
}
.img-gallery .gallery-icon::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.img-gallery .gallery-icon:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

/**/
/*Instagram*/
@media (max-width: 767px){
.nos-valeurs-instagram {
    display: flex !important;
    width: 100% !important;
}
.nos-valeurs-instagram .elementor-widget-container {
    width: 100%;
}
}

/**************************************Style : section_projets*********************************/
.projects-a-z .item-content * {
    transition: all 0.3s ease-in-out;
}
.projects-a-z .item-content section p.item-desc {
    position:absolute;
    visibility: hidden;
    transform: translateY(50px)
}
.projects-a-z .item-body:hover .item-content section p.item-desc {
    position:relative;
    visibility: visible;
    transform: translateY(0px)
}

body .projects-a-z .basic-carousel .item-body:hover .item-content section {
    background-image: linear-gradient(180deg, #00000000 0%, #0000008C 56%) !important;
}

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


/**************************************Style : section_avis*********************************/
.ti-footer {
    display: none;
}

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

.section-footer .elementor-social-icon-instagram {
    font-size: 39px !important;
    margin-top: 5px !important;
    border-width: 0px !important;
}
.section-footer .elementor-social-icons-wrapper.elementor-grid {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/*------------------------------------------------------***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*/
	.col-hov-presta{ height: 100% !important; }
    .col-presta .txt-presta, .col-presta .btn-presta, .col-presta .sep-presta{ display:block; } 
    .col-presta { display: flex !important; justify-content: center!important; }

    /*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;}
	.section-footer ul.coherence-core-nav-menu { display: flex; flex-direction: column; align-items: center; }
    
}

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