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


/**Cursor customization
** should be an SVG or PNG file with a size of 32x32 pixels
** should have other cursor states (like pointer, text, etc.) for better user experience
****/

html,
body {
  /* keep default text cursor for typing/selecting */
  cursor: auto;
}

/* Default cursor for the entire site */
body,
body * {
  cursor: url('/wp-content/uploads/2025/12/curs-1.svg'), auto;
}

/* Cursor when clicking */
body:active,
body *:active {
  cursor: url('/wp-content/uploads/2025/12/hover-1.svg'), auto;
}

/* Cursor when hovering something clickable */
a,
button,
input[type="button"],
input[type="submit"],
[role="button"],
label {
  cursor: url('/wp-content/uploads/2025/12/hover-1.svg'), auto;
}

/* Keep text cursor for text inputs and editable areas */
/* Keep text cursor for text inputs and editable areas */
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
textarea,
[contenteditable="true"] {
  cursor: text;
}

/******* Slide home ******/
/*this style is for the height of the slide for all elemnent in the slide should be with the same height*/
#slide {
	height: var(--min-height);
	/* this var is for the images of the slides to had the same height of the slide parent */
	--img-height:var(--min-height);
	--slide-overlay-opacity: 0.4
}

div#slide-conteneur {
    display: block !important;
}

#slide .slide:before{
	z-index:6;
	opacity: var(--slide-overlay-opacity) !important
}

body .slide {
	height: var(--min-height)!important;
}

body #slide .slide img {
	height:var(--img-height) !important;
	width:100% !important
		
}


/**************/

#slide-conteneur .slick-dots {
    bottom: 15px;
	z-index: 7;
}

#slide-conteneur .slick-dots li{
	opacity: 1 !important;
}

#slide-conteneur .slick-dots li button:before{
	/*change the slide dots dimensions*/
	font-size: 20px;
	color: var(--e-global-color-color_white) !important;
}

/*-----------------------------------------***style header***----------------------------------*/

/*style for the open icon in the header*/
body .coherence-core-flyout-close svg {
	top: 15px;
    right: 15px;
}

body .section-header .coherence-core-nav-menu-icon svg rect {
    fill: currentColor;
	transition:all .3s ease-in-out;
}

body .section-header .coherence-core-nav-menu-icon:hover svg rect:nth-child(1) {
   transform:translatey(-2px)
}
/**/
/*style for the close icon in the header*/
body .coherence-core-flyout-container .coherence-core-flyout-close svg rect{
	transition:transform 0.9s ease-in-out;
	fill:var(--e-global-color-color_5);
	opacity:0.8
}

body .coherence-core-flyout-container .coherence-core-flyout-close:hover svg rect:nth-child(1){
	fill:var(--e-global-color-color_black);
	transition-duration:0.3s !important;
	opacity:1
}

body .coherence-core-flyout-container .coherence-core-flyout-close:hover svg rect:nth-child(2){
	fill:var(--e-global-color-color_black);
	transition-duration:0.8s !important;
	opacity:1
	
}

body .coherence-core-flyout-overlay[style^="display: none"] + .coherence-core-flyout-container .coherence-core-flyout-close svg rect{
	transform:rotate(0) !important;
}

/* .coherence-core-flyout-overlay[style^="display: block"] + .coherence-core-flyout-container .coherence-core-flyout-close svg rect{
	transform:inherit;
} */

body .section-header .coherence-core-nav-menu-icon:hover svg rect:nth-child(3) {
   transform:translatey(2px)
}

.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;
    }
}


a[href^="tel:"]:hover {
    text-decoration: underline !important;
    text-underline-offset: 4px !important;
	color: currentColor !important;
}

.sm-container a.elementor-button-link span {
    display: flex;
    align-items: center;
}

.sm-container a.elementor-button-link:hover svg.e-font-icon-svg path{
/*     fill: var(--e-global-color-color_white) !important; */
	fill: currentcolor !important;
}


body .site-main .pg-mp-titre-h1-bg {
	margin-top:160px !important
}
/*------------------------------------------------------***End***------------------------------------------------------*/

header#site-header {
    position: absolute;
    width: 100%;
}

header#site-header.sticky-active {
    background: unset;
    box-shadow: unset;
}

header#site-header .section-header:before{
    transition: opacity 0.3s ease-in-out !important;
}

header#site-header.sticky-active .section-header:before{
    background-image: linear-gradient(180deg, var( --e-global-color-color_black ) 100%, #00000000 0%);
    opacity: 1 !important;
}

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



/******* Section intraction style ***********/

body .first-section-cont,
body .sec-conteneur,
body .third-conteneur {
    --ext-gap-column: calc(var(--column-gap, 0) / 2)
}

body .counters-conteneur {
    --ext-gap-column: calc(var(--column-gap, 0))
}

/**************************************/

body .slick-next:focus{
    color: var(--e-global-color-color_white) !important;
    background: var(--e-global-color-color_black);
}

body .slick-next:focus:before{
    color: var(--e-global-color-color_white) !important;
}

/*********** main btn style *************/

.coherence-slideup-content .elementor-coherence-core-content-box-icon{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.main-btn-style .elementor-button-link:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: var(--e-global-color-color_1);
    transition: all 0.3s ease-in-out;
}

.main-btn-style.left-btn .elementor-button-link:before {
    left: 0 !important;
}

.main-btn-style.center-btn .elementor-button-link:before {
    left: 50% !important;
    transform: translatex(-50%)
}

.main-btn-style:hover .elementor-button-link:before {
    width: 130%;
}

.main-btn-style.center-btn:hover .elementor-button-link:before {
    width: 150%;
}


/***********************/

/************Project single pages  ***************/

.project-single {
    padding-bottom: 50px;
}

.project-hero {
    position: relative;
    width: 100%;
    height: 720px;
    margin-bottom: 10px;
    overflow: hidden;
}

.project-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-title-overlay {
    position: absolute;
    bottom: 40px;
    left: 50%;
    color: white;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 1);
    width: min(100%, 1400px) !important;
    margin-inline: auto !important;
    transform: translateX(-50%);
}

.project-single .project-title-overlay>h1 {
    color: var(--e-global-color-color_white) !important;
    font-family: "Anybody", Sans-serif !important;
    font-weight: 900;
    padding: clamp(10px, 3%, 20px);
    font-size: clamp(35px, 3vw, 50px);
}

/* Gallery Slider*/
.project-gallery-slider {
    margin-bottom: 60px;
    position: relative;
}

.project-gallery-slider .slick-slide {
    padding: 0 5px;
}

.project-gallery-slider .slick-slide img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

.project-gallery-slider .slick-prev,
.project-gallery-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 50px;
    height: 50px;
    background: white;
    border: none;
    cursor: pointer;
    font-size: 0;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
}

.project-gallery-slider .slick-prev:hover,
.project-gallery-slider .slick-next:hover {
    background: #333;
}

.project-gallery-slider .slick-prev:before,
.project-gallery-slider .slick-next:before {
    font-size: 24px;
    color: #333;
}

.project-gallery-slider .slick-prev:hover:before,
.project-gallery-slider .slick-next:hover:before {
    color: white;
}

.project-gallery-slider .slick-prev {
    left: 20px;
}

.project-gallery-slider .slick-next {
    right: 20px;
}

/* Project Info Section*/
.project-info-section {
    margin-bottom: 30px;
    max-width: min(100%, 1400px);
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: clamp(10px, 3%, 20px);
}

.project-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    max-width: 100%;
}


.project-info-label {
    font-size: 20px;
    color: #434549;
    margin-bottom: 8px;
    text-transform: normal;
    letter-spacing: 1px;
}

.project-info-value {
    font-size: 20px;
    font-weight: 700;
    color: var(--e-global-color-color_black);
}

.project-pdf-link {
    margin-top: 40px;
}

.project-pdf-link a {
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    gap: 10px;
    padding: 12px 22px;
    background: var(--e-global-color-color_1);
    color: var(--e-global-color-color_white) !important;
    text-decoration: none;
    font-weight: 400;
    transition: all 0.3s;
}

.project-pdf-link a:hover {
    background: var(--e-global-color-color_2);
}

/* Navigation */
.project-navigation {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 60px;
    padding: 20px 4%;
    border-top: 1px solid #ddd;
    /* border-bottom: 1px solid #ddd; */
    max-width: min(100%, 1400px);
    margin-inline: auto;
    gap: 40px;
}

.project-navigation a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.project-navigation a:hover {
    color: #d32f2f;
}

.nav-arrow {
    font-weight: bold;
}

.project-navigation>div>a {
    font-size: 22px !important;
    font-weight: 400 !important;
}

/* Related Projects */
.related-projects {
    margin-top: 60px;
    overflow: hidden;
}

.related-projects h2 {
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.related-project-card.slick-slide {
    position: relative;
    overflow: hidden;
    height: 360px;
    cursor: pointer;
    transition: transform 0.3s;
    margin-inline: 5px;
}

.related-project-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.related-project-card:hover img {
    transform: scale(1.1);
}

.related-project-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    padding: 30px 20px 20px;
    color: white;
}

.related-project-title {
    font-family: "open sans", sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.related-project-location {
    font-size: 14px;
    opacity: 0.9;
}

body .slick-prev:before {
    content: '\f053' !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: var(--e-global-color-color_black) !important;
    font-size: 22px !important;
}

body .slick-next:before {
    content: '\f054' !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: var(--e-global-color-color_black) !important;
    font-size: 22px !important;
}

body .slick-prev:hover:before {
    color: var(--e-global-color-color_white) !important;
}

body .slick-next:hover:before {
    color: var(--e-global-color-color_white) !important;
}

@media (max-width: 768px) {

    .project-hero {
        height: 560px;
    }

    .project-gallery-slider {
        margin-bottom: 25px;
    }

    .project-gallery-slider .slick-slide img {
        height: 100% !important
    }

    .slick-initialized .slick-slide {
        height: 260px;
    }

    .project-navigation {
        justify-content: center;
    }

    .project-navigation>div>a {
        font-size: 18px !important
    }
}


@media (max-width: 600px) {
    body .third-conteneur .e-con-inner {
        --display: flex !important;
        --flex-wrap: wrap !important;
        flex-direction: column;
    }
}

@media (max-width: 479px) {
    .project-hero {
        height: 420px;
    }

    .project-title-overlay {
        bottom: 0px;
        left: 50%;
        color: white;
    }

    .project-info-section * {
        text-align: center
    }
}

@media (max-width: 425px) {
    .project-hero {
        height: 380px;
    }
}

/*****************************/
/********************* Short code grid style ***********************/
.project-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    gap: 5px
}

.project-card {
    position: relative;
    overflow: hidden;
}

.project-card img {
    width: 100%;
    height: 100% !important;
    display: block;
    transition: transform 0.3s;
}

.project-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    padding: 10px;
    transform: translateY(100%);
    transition: transform 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 6%;
    background-image: linear-gradient(0deg, var(--e-global-color-color_black), transparent);
}

.project-card:hover .project-overlay {
    transform: translateY(0);
}

.project-title {
    margin: 0;
    font-size: 1.2em;
}

.project-title>h3 {
    margin-bottom: 0;
    color: var(--e-global-color-color_white) !important;
    font-weight: 900 !important;
    text-transform: uppercase;
}

.project-location {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

@media (max-width: 820px) {
    .project-card .project-overlay {
        transform: translateY(0) !important;
    }

    .project-card:hover img {
        transform: scale(1.1);
    }

    .project-grid {
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    }
}

@media (max-width: 620px){
	.project-card {
       height: 340px;
    }
}

@media (max-width: 375px){
	.project-card {
       height: 260px;
    }
}

/******************************************************/

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


/**************************************Style : page_Actualites*********************************/
.post-item-content-btn {
    display: none;
}

.pg .post-item:hover {
	margin-bottom:5px
}

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


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


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


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


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

/**************************************Style : page_a_propos*********************************/

.apropos-section .elementor-widget-image-carousel .swiper-slide {
	height: 280px;
}

.apropos-section figure.swiper-slide-inner , img.swiper-slide-image {
    height: 100% !important;
}



body .eqp {
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

/*------------------------------------------------------***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*/
	body .eqp-container {
		filter: grayscale(1);
		transition: all 0.4s ease-in-out;
	}

	body .eqp-txt {
		opacity: 0;
		transition: all 0.4s ease-in-out;
	}

	body .eqp-container:hover {
		filter: grayscale(0);
	}

	body .eqp-container:hover .eqp-txt {
		opacity: 1;
	}

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