:root{--orange-ibse:#F04F23;--gris-anthracite:#2C2C2C;--gris-moyen:#4A4A4A;--gris-clair:#EAEAEA;--fond-page:#f3f3f3;--blanc:#FFFFFF}.archive-projets{background:var(--fond-page);padding:2rem 0}.archive-header h1{text-align:center;font-size:2rem;font-weight:700;color:var(--gris-anthracite);margin-bottom:3rem}.filtres-section{margin-bottom:2rem;text-align:center}.filtres-section h3{font-size:1.1rem;color:var(--gris-anthracite);font-weight:700;margin-bottom:1rem}.filtres-projets ul{list-style:none!important;padding:0!important;margin:0!important;display:flex!important;flex-wrap:wrap;justify-content:center;gap:1.5rem}.filtres-projets li{cursor:pointer;font-size:1rem;color:var(--gris-anthracite);padding-bottom:.3rem;border-bottom:2px solid #fff0;transition:all 0.3s ease}.filtres-projets li:hover,.filtres-projets li.active{border-bottom:2px solid var(--orange-ibse)}.grille-projets{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:2rem 0}@media (min-width:1024px){.grille-projets{grid-template-columns:repeat(3,1fr)}}.projet-card{background:var(--blanc);padding:1rem;box-shadow:0 2px 8px rgb(0 0 0 / .05)}.projet-thumb{margin-bottom:1rem;overflow:hidden}.projet-thumb img{width:100%;height:auto;display:block;transition:transform 0.3s ease}.projet-thumb img:hover{transform:scale(1.05)}.projet-content h2{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;color:var(--gris-anthracite)}.projet-meta{margin-top:.8rem;padding-top:.8rem;border-top:1px solid var(--gris-clair)}.projet-meta p{margin:.3rem 0;font-size:.85rem;color:var(--gris-moyen);line-height:1.4}.projet-meta strong{color:var(--gris-anthracite);font-weight:600}.no-projects{grid-column:1 / -1;text-align:center;color:var(--gris-moyen);font-size:1rem;margin-top:2rem}.single-projet{background:var(--fond-page);padding:2rem 0}.single-projet .container{max-width:1000px;margin:0 auto;padding:2rem}.projet-header{text-align:center;margin-bottom:2rem}.projet-header h1{font-size:2rem;font-weight:700;color:var(--gris-anthracite);margin:0 0 .5rem 0}.projet-meta-header p{margin:.2rem 0;font-size:1rem;color:var(--gris-anthracite);font-style:normal}.retour-projets a{font-size:.9rem;text-decoration:none;color:var(--gris-moyen)}.retour-projets a:hover{border-bottom:1px solid var(--orange-ibse)}.fiche-technique{margin-bottom:2rem}.fiche-technique h2,.mission h2{font-size:1.2rem;font-weight:700;color:var(--gris-anthracite);margin-bottom:1rem}.fiche-content p{margin-bottom:.6rem;font-size:.95rem}.mission{margin-bottom:2rem}.projets-recents{padding:3rem 0;background:var(--fond-page)}.projets-recents h2{text-align:center;font-size:2rem;font-weight:700;color:var(--gris-anthracite);margin-bottom:3rem}.projets-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}@media (min-width:1024px){.projets-grid{grid-template-columns:repeat(3,1fr)}}.projets-recents .projet-card{background:var(--blanc);padding:1rem;box-shadow:0 2px 8px rgb(0 0 0 / .05);text-decoration:none;color:inherit;transition:transform 0.3s ease,box-shadow 0.3s ease}.projets-recents .projet-card:hover{transform:translateY(-5px);box-shadow:0 4px 15px rgb(0 0 0 / .1)}.projets-recents .projet-image{position:relative;margin-bottom:1rem;overflow:hidden}.projets-recents .projet-image img{width:100%;height:auto;display:block;transition:transform 0.3s ease}.projets-recents .projet-card:hover .projet-image img{transform:scale(1.05)}.projet-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgb(240 79 35 / .8);opacity:0;transition:opacity 0.3s ease;display:flex;align-items:center;justify-content:center}.projets-recents .projet-card:hover .projet-overlay{opacity:1}.projets-recents .projet-title{font-size:1.1rem;font-weight:700;color:var(--gris-anthracite);margin-bottom:.5rem}.projets-recents .projet-meta{margin:.8rem 0;padding-top:.8rem;border-top:1px solid var(--gris-clair)}.projets-recents .projet-meta p{margin:.3rem 0;font-size:.85rem;color:var(--gris-moyen);line-height:1.4}.projets-recents .projet-meta strong{color:var(--gris-anthracite);font-weight:600}.projets-cta{text-align:center}.btn-projets-all{display:inline-block;padding:1rem 2rem;background:var(--gris-anthracite);color:var(--blanc);text-decoration:none;font-weight:600;border-radius:3px;transition:background 0.3s ease}.btn-projets-all:hover{background:var(--orange-ibse)}.projet-galerie{margin-bottom:2rem}.projet-galerie h2{font-size:1.2rem;font-weight:700;color:var(--gris-anthracite);margin-bottom:1rem}.projet-galerie-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.projet-galerie-item{overflow:hidden;background:var(--blanc);box-shadow:0 2px 8px rgb(0 0 0 / .05)}.projet-galerie-item img{width:100%;height:auto;display:block;transition:transform 0.3s ease}.projet-galerie-item:hover img{transform:scale(1.03)}.ibse-lightbox{display:none;position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;background-color:rgb(0 0 0 / .9);align-items:center;justify-content:center}.ibse-lightbox-content{max-width:92%;max-height:92%;display:block}.ibse-lightbox-close{position:absolute;top:18px;right:30px;border:0;background:#fff0;color:var(--blanc);font-size:44px;font-weight:700;cursor:pointer;line-height:1}.ibse-lightbox-close:hover{color:var(--orange-ibse)}body.archive-projets,body.single-projet{--theme-palette-color-1:#ffffff;--header-background-color:#ffffff;--header-links-color:#2C2C2C;--header-links-hover-color:#F04F23;--header-sticky-background-color:#ffffff}body.archive-projets .ct-header,body.single-projet .ct-header,body.archive-projets header#masthead,body.single-projet header#masthead{background:#ffffff!important;background-color:#ffffff!important;box-shadow:0 2px 10px rgb(0 0 0 / .08)!important}body.archive-projets .ct-header *[style*="color"],body.single-projet .ct-header *[style*="color"]{color:#2C2C2C!important}body.archive-projets .ct-header a,body.archive-projets .ct-header nav a,body.single-projet .ct-header a,body.single-projet .ct-header nav a{color:#2C2C2C!important}body.archive-projets .ct-header a:hover,body.single-projet .ct-header a:hover{color:#F04F23!important}body.archive-projets [data-transparent-header],body.single-projet [data-transparent-header]{--header-background-color:#ffffff !important;background:#ffffff!important}body.post-type-archive-projets .ct-sticky-container [data-row][data-transparent-row="yes"],body.single-projets .ct-sticky-container [data-row][data-transparent-row="yes"]{background:#ffffff!important;background-color:#ffffff!important}body.post-type-archive-projets .ct-sticky-container [data-row][data-transparent-row="yes"] .ct-container,body.single-projets .ct-sticky-container [data-row][data-transparent-row="yes"] .ct-container{background:#ffffff!important;background-color:#ffffff!important}body.post-type-archive-projets .ct-sticky-container [data-row][data-transparent-row="yes"] a,body.single-projets .ct-sticky-container [data-row][data-transparent-row="yes"] a,body.post-type-archive-projets .ct-sticky-container [data-row][data-transparent-row="yes"] .ct-label,body.single-projets .ct-sticky-container [data-row][data-transparent-row="yes"] .ct-label{color:#2C2C2C!important}body.post-type-archive-projets .ct-sticky-container [data-row][data-transparent-row="yes"] .ct-header-trigger .ct-icon,body.single-projets .ct-sticky-container [data-row][data-transparent-row="yes"] .ct-header-trigger .ct-icon{fill:#2C2C2C!important}body.post-type-archive-projets .ct-sticky-container [data-row][data-transparent-row="yes"] .ct-header-trigger .ct-icon rect,body.single-projets .ct-sticky-container [data-row][data-transparent-row="yes"] .ct-header-trigger .ct-icon rect{fill:#2C2C2C!important}body.post-type-archive-projets .ct-sticky-container [data-row][data-transparent-row="yes"] a:hover,body.single-projets .ct-sticky-container [data-row][data-transparent-row="yes"] a:hover{color:#F04F23!important}body.post-type-archive-projets .ct-sticky-container [data-row][data-transparent-row="yes"],body.single-projets .ct-sticky-container [data-row][data-transparent-row="yes"]{box-shadow:0 2px 10px rgb(0 0 0 / .08)!important}