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

@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***------------------------------------------------------*/
body .ti-widget.ti-goog .ti-reviews-container-wrapper{
   margin: 0 !important;
}

.bg-animation {
  animation: updown 3s cubic-bezier(0.42, 0, 0.58, 1) infinite;
}

.bg-animation-top{
	animation: updown-top 3s cubic-bezier(0.42, 0, 0.58, 1) infinite;
}

@keyframes updown {
  0% {
    top: 48%;
  }

  50% {
    top: 52%;
  }

  100% {
    top: 48%;
  }
}

@keyframes updown-top {
  0% {
    transform: translatey(-8px);
  }

  50% {
    transform: translatey(8px);
  }

  100% {
    transform: translatey(-8px);
  }
}



#sb_instagram #sbi_load {
    display: none !important;
}

.menu-footer.menu-main-footer.two{
    column-count: 2;
}

/*------------------------------------------------------***Begin Pages internes Style***------------------------------------------------------*/


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

a.dib.link_phone1:hover, a.dib.link_phone2:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

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


/**************************************Style : section_Actualites*********************************/
 

/**************************************Style : section_Realisations*********************************/
.section-realisation .elementor-widget-image-gallery.gallery-type-show-on-hover .gallery-item figcaption { display: flex; align-items: flex-end; justify-content: center!important; position: absolute; left: 0; width: calc(100% - 20px)!important; min-height: 70%; transition: all .3s ease-in-out; }
.section-realisation .elementor-widget-image-gallery.gallery-type-show-on-hover .gallery-item:hover figcaption { bottom: 20px; }

.img-scale .gallery-icon { overflow: hidden;}
.img-scale figure.gallery-item img { transition: all .5s ease-in-out; }
.img-scale figure.gallery-item:hover img { transform: scale(1.1) }
.img-scale figure.gallery-item { padding: 10px; transition: all .5s ease-in-out }

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


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


/**************************************Style : section_instagram*********************************/
.section-instagram .FeedGridLayout__cell { padding: unset !important; height: 320px !important; width: 100% !important; }
.section-instagram .FeedLayout__col-footer.layout__flex-column { margin-top: 0px!important; }
.section-instagram .MediaThumbnail__root { border: 1px solid white; }
/*--------------------------------------------------------------***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;}

body .coherence-slideup-content-bottom{width:auto!important;height:auto!important;}
body [data-wpr-lazyrender]{content-visibility:visible!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***------------------------------------------------------*/

.elementor-11 .elementor-element.elementor-element-fb4ea8b .basic-carousel .item-content section{
	height:340px;
}




/********************************* ************************/
/* File upload styling */
.input-label input[type="file"] {
    display: none;
}

.custom-file-upload {
    display: inline-block;
    padding: 12px 20px;
    background: #f8f9fa;
    border: 2px dashed #ddd;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    width: 100%;
    position: relative;
}

.custom-file-upload:hover {
    border-color: #007cba;
    background: #f0f8ff;
}

.custom-file-upload i {
    font-size: 24px;
    color: #666;
    margin-bottom: 8px;
    display: block;
}

.file-upload-text {
    color: #666;
    font-size: 14px;
}

.file-selected {
    background: #e8f5e8;
    border-color: #28a745;
}

.file-selected .file-upload-text {
    color: #28a745;
    font-weight: 500;
}

.file-info {
    display: block;
    color: #888;
    font-size: 12px;
    margin-top: 5px;
    font-style: italic;
}

.file-error {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
    display: none;
}

/* File preview */
.file-preview {
    margin-top: 10px;
    padding: 8px;
    background: #f8f9fa;
    border-radius: 4px;
    display: none;
}

.file-preview-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.file-name {
    font-size: 13px;
    color: #333;
}

.file-size {
    font-size: 11px;
    color: #888;
}

.remove-file {
    color: #dc3545;
    cursor: pointer;
    font-size: 18px;
    margin-left: 10px;
}

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



img {
  aspect-ratio: attr(width) / attr(height);
}

/* Reserve space for lazy images */
img[loading="lazy"] {
  background-color: #f0f0f0;
}


.file-upload-wrapper { margin: 15px 0; }

.file-upload-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border: 2px dashed #000;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.file-upload-label:hover {
    border-color: #000;
    background: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(52,152,219,0.2);
}

.file-upload-label i {
    font-size: 35px;
    color: #000;
    transition: all 0.3s ease;
}

.file-upload-label:hover i {
    transform: scale(1.1);
}

.file-text {
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 5px;
}

.file-info {
    font-size: 12px;
    color: #7f8c8d;
}

.file-input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; left: 0;
    opacity: 0;
    cursor: pointer;
}

.file-name {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #7f8c8d;
    font-style: italic;
    text-align: center;
}

[data-name="file-upload"] {
    position: absolute !important;
}

.plrd-intro2-section .plrd-intro-right p, .plrd-title-avis-right p{
	color: #fff !important;
}
.plrd-title-avis-left h2{
	color: #e96c1b !important;
}
.plrd-cta-phones{
	margin-top: 25px !important;
}
.plrd-title-avis-left {
    flex: 1 !important;
}
.plrd-title-avis-right {
    flex: 2 !important;
}
.plrd-content1-content .plrd-content1-btn, .plrd-content2-content .plrd-content1-btn{
	border: 2px solid #0b618c !important;
}

/* Desktop */
@media only screen and (min-width: 1101px) {
    #menu-item-35:hover > .sub-menu,
    #menu-item-35:focus-within > .sub-menu {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }
}

@media only screen and (max-width: 1100px) {
    #menu-item-35 .sub-menu {
        display: none;
    }

    #menu-item-35.open > .sub-menu {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}



@media (max-width:600px){

    nav.coherence-core-dropdown.menu-is-active {
        position: fixed !important;
        top: 132px !important;
        left: 0 !important;
        z-index: 999999 !important;
        overflow-y: auto !important;
        width: 50% !important;
		        max-width: unset !important;
    }

    nav.coherence-core-dropdown.menu-is-active ul.coherence-core-nav-menu{
        width: 100% !important;
        display: block !important;
    }

    nav.coherence-core-dropdown.menu-is-active li{
        display: block !important;
        width: 100% !important;
    }

    nav.coherence-core-dropdown.menu-is-active a{
        display: block !important;
        width: 100% !important;
        white-space: normal !important;
    }
	
	    nav.coherence-core-dropdown.menu-is-active ul {
        max-width: 100% !important;
    }
	.coherence-core-nav-menu .sub-arrow {
    display: flex;
    margin-top: -30px !important;
    margin-bottom: -10px;
    justify-content: flex-end !important;
    align-content: flex-start !important;
}
body header#site-header .coherence-core-dropdown {
    min-width: 290px;
    right: 0;
    left: 128px !important;
}	
	
}

@media (max-width: 400px) {
    body header#site-header .coherence-core-dropdown {
        min-width: 290px;
        right: 0;
        left: 70px !important;
    }
}


@media (max-width: 320px) {
    body header#site-header .coherence-core-dropdown {
        min-width: 240px !important;
        right: 0;
        left: 50px !important;
    }
}