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


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


/*------------------------------------------------------***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 : 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: #fff !important;}
.menu-main-footer .hide-sub-mn .sub-menu , .menu-main-footer .hide-sub-mn .sub-arrow {display: none !important;}
.fancybox__container{z-index: 99999!important;}

.fancybox__nav {
    visibility: visible !important;
    opacity: 1 !important;
    display: flex !important;
}
.project-title {
    font-size: 48px;
    margin: 40px 0;
	color : #a4a4a4;
    text-align: center;
    text-transform: uppercase;
}

.project-item { width: 100%; }
.headerr{background-image: url(https://www.virginie-laurens.fr/refonte/wp-content/uploads/2025/04/laurens-virginie-architecte-d-interieur-a-saint-malo-title-bar.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;}


/*Home page grid*/
.projects-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 48px; padding: 0px; }
.project-header h3 { color: #a4a4a4 !important; -webkit-line-clamp: 2; -webkit-box-orient: vertical; display: -webkit-box; overflow: hidden; margin: 0; text-overflow: ellipsis; white-space: normal; font-family: 'Urbanist' , Sans-serif; font-size: 22px; font-weight: 600 !important; text-align: left; display: flex; justify-content: space-between; gap: 10px; }
.project-header h3:hover { color: black !important; }
span.arrow { height: 18px; width: 40px; font-size: 35px; display: flex ; align-items: center; }
.project-header { margin-top: 10px; }
.project-header a { display: flex; justify-content: space-between; align-items: center; text-decoration: none; color: inherit; }
.project-img { overflow: hidden; }



.project-item img { width: 450px; height: 480px !important; object-fit: cover; margin-bottom: 0px; }

/* end*/


 .project-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 20px 0px;
    max-width: 1920px;
    margin: 0 auto;
}

.gallery-item {
    width: 100%;
}

.gallery-item img {
    width: 100%;
    height: 480px !important;
    object-fit: cover;
}


/* Ajoutez ceci à votre fichier CSS */
.gallery-item {
    overflow: hidden;
    border-radius: 0px;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.gallery-item img {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: center center;
    will-change: transform;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

/* Pour un effet plus dynamique */
.gallery-item:hover {
    transform: translateZ(0);
    z-index: 1;
}
.project-item img:hover{cursor:pointer; transform: scale(1.05);transition: transform .5s;}
/* Conserver le header au-dessus de l'image zoomée */
.project-header {
    position: relative;
    z-index: 2;
    padding: 25px 10px 5px 0px;
    padding-left: 0px;
    margin-top: 0px; /* Compensation visuelle */
}

.bg-banner {
  background-image: url(https://www.virginie-laurens.fr/refonte/wp-content/uploads/2025/04/laurens-virginie-architecte-d-interieur-a-saint-malo-title-bar.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

.bg-banner:before {
  background-color: transparent;
  --background-overlay: '';
background-image: linear-gradient(180deg,black 34%, white 100%);
}


/*------------------------------------------------------***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*/
	.project-header h3{font-size: 18px !important;}
    .projects-grid { display: grid ; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 0px; }
    .project-gallery {grid-template-columns: repeat(3, 1fr);}


    /*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*/
	.projects-grid {grid-template-columns: repeat(3, 1fr);}
    .project-gallery {grid-template-columns: repeat(3, 1fr);}

	.project-header h3{font-size: 18px !important;}
    .project-item img { width: 100%; height: 380px !important; object-fit: cover; margin-bottom: 0px; }
    /*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*/
	.projects-grid {grid-template-columns: repeat(2, 1fr);}

    .pagination-link { padding: 4px; height: 36px; width: 36px; }

    /*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*/
    .project-gallery {grid-template-columns: repeat(2, 1fr);}
    .gallery-item img { width: 100%; height: 400px !important; object-fit: cover; }
    /*style footer*/

}

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

    /*style header*/
    .projects-grid {grid-template-columns: repeat(2, 1fr);}
	.project-gallery {grid-template-columns: repeat(2, 1fr);}
    .gallery-item img { width: 100%; height: 360px !important; object-fit: cover; }
    /*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*/
	.projects-grid {grid-template-columns: repeat(1, 1fr);}
	.project-gallery {grid-template-columns: repeat(2, 1fr);}

    .gallery-item img { width: 100%; height: 360px !important; object-fit: cover; }
    
    .project-detail .title-section{flex-direction: column;}

    /*style footer*/
}
@media only screen and (max-width: 425px){

    /*style header*/

    /*style main content*/
	.projects-grid {grid-template-columns: repeat(1, 1fr);}

    /*style footer*/
}

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

/* Loading state */
.projects-grid {
    transition: opacity 0.3s ease;
}

/* Pagination improvements */
.pagination {
    display: flex;
    justify-content: center;
    gap: 5px;
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.pagination-link {
    display: block;
    padding: 8px 12px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #333;
    transition: all 0.3s;
}

.pagination-link:hover,
.pagination-link.active {
    background: #000;
    color: #fff;
    border-color: #000;
}

/* Responsive grid */
@media (max-width: 768px) {
    .projects-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
    
    .pagination-link {
        padding: 6px 10px;
    }
}