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

.cmplz-cookiebanner .cmplz-links .cmplz-link{color: var(--e-global-color-color_2)!important;}
.cmplz-cookiebanner .cmplz-links .cmplz-link:hover{color: var(--e-global-color-color_1)!important;}
.e-n-tab-icon{ display: none !important;}
.link_phone1:hover{text-decoration:underline !important;}
.dib{ display: inline-block !important;}
.btn-hdr .elementor-button-icon svg{ margin-top: -5px !important;}
/*-----------------------------------------***style header***----------------------------------*/
.elementor-social-icons-wrapper.elementor-grid {display: flex!important; align-items: center!important;justify-content: center!important;}
.section-header .elementor-social-icon-instagram { font-size: 36px !important; margin-top: 7px !important; border-width: 0px !important; }
.section-header .elementor-social-icon-linkedin-in { font-size: 20px !important; margin-top: 5px !important;}
.elementor-heading-title .separator-sup-title:before{display:none !important;}
.section-header span.elementor-grid-item:first-child {margin-top: 3px !important;}
.site-header{box-shadow: 0px 0px 15px 0px #cfcfcf !important;}
@media only screen and (min-width: 1025px){
	.section-header .menu-item a.coherence-core-menu-item.elementor-button, .section-header .current-menu-item a.coherence-core-menu-item.elementor-button{ color: #FFFFFF !important; background-color: var(--e-global-color-color_2)!important;}
	.section-header .menu-icon-home > a span{display: none;}
	.site-header .menu-home{display:none !important;}
	.icon-home{margin-top: -5px !important;}
	.section-header .menu-icon-home > a {text-indent: -999px;}
	header.section-header .logo_header_sticky {display: none; }
    header.section-header.coh-is-sticky .logo_header_sticky { display: unset; }
	.section-header li:nth-child(1) a.coherence-core-menu-item span { display: none; }	
	nav.coherence-core-nav-menu__layout-horizontal li .icon-home{filter:unset;}
	nav.coherence-core-nav-menu__layout-horizontal li.current-menu-item .icon-home, nav.coherence-core-nav-menu__layout-horizontal li:hover .icon-home{filter:brightness(90);}
}
@media only screen and (max-width: 1024px){
	.menu-item .menu-item-logo, .container-logo{ display: none !important; border: 0px !important;}
	img.icon-home { display: none !important;}
	.menu-item i.fas.fa-home{display:none !important;}
	.rs-abs { position: absolute !important; right: 60px; max-width: fit-content;}
	a.coherence-core-menu-item span { display: block; }
	.section-header .menu-icon-home .icon-home{display:none !important;}
	.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***------------------------------------------------------*/
.elementor-510 .elementor-element.elementor-element-4698703 .coherence-image-gallery .gallery .slick-dots {margin-inline: auto !important;padding: 0px !important;}
/*------------------------------------------------------***Begin Home page Style***------------------------------------------------------*/
.map_site iframe{border-radius:10px !important;}
.sep-footer .elementor-divider-separator{border-radius:50px !important;}
.color1{color: var(--e-global-color-color_1)!important;}
.color2{color: var(--e-global-color-color_2)!important;}
.gallery-item:hover img {filter: brightness(0.6) !important;}
body span.colr-2 {
	color : #47BBB2 !important;
}
body span.colr-3 {
    -webkit-text-stroke-color: #47BBB2;
    stroke: #47bbb23b;
    stroke-width: 1px;
}
.center-title .elementor-widget-container{
	display: flex !important;
	align-items: center !important;
}
/**************************************Style : Animation*********************************/
/**************************************Style : SLIDER DEPICTER*********************************/
/*************************************Style : section_presentations********************************/
/*************************************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_contact********************************/

/**************************************Style : section_projets*********************************/
/**************************************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)
}
/* .projects-a-z .item-body:hover img {
    scale : 1.2 !important;
} */
@media only screen and (min-width: 1025px) and (max-width: 1140px){
.projects-a-z .item-body img {
    height: 390px !important;
    object-fit: cover;
}
}
@media only screen and (min-width: 320px) and (max-width: 425px){
.projects-a-z .item-body img {
    height: 350px !important;
    object-fit: cover;
}
}
/*************************************Style : section_points-forts********************************/
.title-pf .elementor-widget-container{display: flex!important;align-items: center!important; justify-content: center!important; flex-direction: column!important;}
/*************************************Style : section_réalisations********************************/
/*************************************Style : section_actualité********************************/
.fb-page iframe { border-radius: 30px 30px 30px 30px !important; box-shadow: 0 0 0 13px var(--e-global-color-color_3);}
.FeedLayout__wrapper {padding: 0px !important;}
.FeedGridLayout__cell-content{ height: 200px!important; max-height: 100% !important;}
.FeedGridLayout__cell { height: 200px !important; padding: 10px !important;max-height: 100% !important;}
/*--------------------------------------------------------------***End***----------------------------------------------------------------------*/
/*------------------------------------------------------***Begin footer style***------------------------------------------------------*/
.coherence-logo svg{width: 130px !important;height: auto !important;}
.section-footer .menu-center-logo {display:none !important;}
.menu-main-footer .hide-sub-mn .sub-menu , .menu-main-footer .hide-sub-mn .sub-arrow {display: none !important;}
.coherence-core-nav-menu:before, .coherence-core-nav-menu:after, .section-footer .coherence-core-nav-menu .parent-has-child .sub-menu, .section-footer .coherence-core-nav-menu .parent-has-child .sub-arrow { display: none !important;}
.section-footer i.fas.fa-home {display: none !important;}
.sep-ftr span{ border-radius: 50px !important;}
.section-footer .icon-home { display: none !important;}
@media only screen and (max-width: 600px){
.section-footer ul.coherence-core-nav-menu {display: flex !important; flex-direction: column !important;justify-content: center !important;align-items: center !important;}
}
/**************************************** contact-form**********************************************/
/*------------------------------------------------------***End***------------------------------------------------------*/
/*------------------------------------------------------***Begin Responsive Media query style***------------------------------------------------------*/
/*------------***Large devices (desktops, more than 800px)***------------*/
/*------------***Large devices (desktops, less than 1801px)***------------*/
@media only screen and (max-width: 1590px){
    /*style header*/
    /*style main content*/
    /*style footer*/
}
@media only screen and (min-width: 1440px) and (max-width: 1500px){
    /*style header*/	
    /*style main content*/
    /*style footer*/
}
/*------------***Large devices (desktops, less than 1501px)***------------*/

@media only screen and (max-width: 1440px){
    /*style header*/
    /*style main content*/
    /*style footer*/
}
/*------------***Large devices (desktops, less than 1401px)***------------*/
@media only screen and (max-width: 1840px){
    /*style header*/
    /*style main content*/
	.col-hov-presta{width:70% !important;}
    /*style footer*/
}
@media only screen and (min-width: 1700px){
    .slick-dots{display:none !important;}
}
@media only screen and (max-width: 1700px){
    /*style header*/
    /*style main content*/
/* 	.slick-arrow{display:none !important;} */
    /*style footer*/
}
/*------------***Large devices (desktops, less than 1361px)***------------*/
@media only screen and (max-width: 1360px){
    /*style header*/
    /*style main content*/	
	.col-hov-presta{width:90% !important;}
	.col-presta:hover .col-hov-presta{height: 95% !important;}
    /*style footer*/
}
/*------------***Large devices (desktops, less than 1281px)***------------*/
@media only screen and (max-width: 1280px){
    /*style header*/
    /*style main content*/	
	.presta-sldr .item-body { height: 460px !important;}
    /*style footer*/
}
@media only screen and (max-width: 1100px){
	 /*style header*/
	/*style main content*/
}
@media only screen and (min-width: 1361px) and (max-width: 1440px){    
}
@media only screen and (min-width: 1024px) and (max-width: 1439px){    
}
/*------------***Medium devices (tablets, less than 1025px)***------------*/
@media only screen and (min-width: 1025px) and (max-width: 1124px){
}
@media only screen and (max-width: 1024px){
	/*style header*/
	/*style main content*/
    /*style footer*/
}
/*------------***Tablet Media query style***------------*/
@media only screen and (min-width: 498px) and (max-width: 800px){
}
@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*/
}
/*------------***Begin Big Mobile Media query style***------------*/
@media only screen and (max-width: 600px){
    /*style header*/
    /*style main content*/
	.col-hov-presta{width: 100% !important;}
    /*style footer*/  
}
/*------------***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*/
	.btn-hdr .elementor-button-icon{display: none !important;}
	.counter-col .elementor-counter-title { text-align: center !important;}
}
@media only screen and (max-width: 379px){
    /*style header*/
    /*style main content*/
    /*style footer*/  
}
@media only screen and (max-width: 320px){
    /*style header*/
    /*style main content*/
    /*style footer*/        
}
/*------------------------------------------------------***End Media query***------------------------------------------------------*/

.pds-hover a {pointer-events: initial !important;}