@font-face{font-family:'Bree Serif';font-style:normal;font-weight:400;font-display:swap;src:url('../fonts/bree-serif-latin-400.woff2') format('woff2')}@font-face{font-family:'Arsenal SC';font-style:normal;font-weight:400;font-display:swap;src:url('../fonts/arsenal-sc-latin-400.woff2') format('woff2')}@font-face{font-family:'Arsenal SC';font-style:normal;font-weight:700;font-display:swap;src:url('../fonts/arsenal-sc-latin-700.woff2') format('woff2')}@font-face{font-family:'Barlow Condensed';font-style:normal;font-weight:400;font-display:swap;src:url('../fonts/barlow-condensed-latin-400.woff2') format('woff2')}@font-face{font-family:'Barlow Condensed';font-style:normal;font-weight:500;font-display:swap;src:url('../fonts/barlow-condensed-latin-500.woff2') format('woff2')}@font-face{font-family:'Barlow Condensed';font-style:normal;font-weight:600;font-display:swap;src:url('../fonts/barlow-condensed-latin-600.woff2') format('woff2')}:root{--bleu-planforet:#008ED2;--bleu-action:#008ED2;--gris-planforet:#64696D;--blanc:#FFFFFF;--noir-doux:#1A1A1A;--gris-clair:#F5F5F5;--gris-fonce:#2C2C2C;--font-titre:'Bree Serif',serif;--font-sous-titre:'Arsenal SC',sans-serif;--font-texte:'Barlow Condensed',sans-serif;--section-padding:80px 0;--container-max-width:1200px;--transition-standard:all 0.3s ease}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-texte);font-weight:400;line-height:1.6;color:var(--noir-doux);background-color:var(--blanc);overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit;transition:var(--transition-standard)}ul{list-style:none}h1,h2,h3{font-family:var(--font-titre);line-height:1.2;margin-bottom:20px;color:var(--noir-doux)}h1{font-size:3rem;font-weight:400}h2{font-size:2.5rem;font-weight:400}h3{font-size:1.8rem;font-weight:400}p{font-size:1.1rem;line-height:1.8;margin-bottom:15px}.container{max-width:var(--container-max-width);margin:0 auto;padding:0 20px}.section{padding:var(--section-padding)}.header{position:fixed;top:0;left:0;width:100%;background-color:var(--blanc);box-shadow:0 2px 10px rgba(0,0,0,0.1);z-index:1000;transition:var(--transition-standard)}.header-container{display:flex;justify-content:space-between;align-items:center;padding:6px 20px;max-width:var(--container-max-width);margin:0 auto}.logo{height:60px;width:auto;object-fit:contain}.nav-menu{display:flex;align-items:center;gap:30px}.nav-menu a{font-family:var(--font-sous-titre);font-size:1rem;font-weight:400;color:var(--gris-planforet);position:relative}.nav-menu a::after{content:'';position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:var(--bleu-planforet);transition:width 0.3s ease}.nav-menu a:hover::after,.nav-menu a.active::after{width:100%}.nav-menu a:hover,.nav-menu a.active{color:var(--bleu-action)}.btn-header-cta{background-color:var(--bleu-action);color:var(--blanc) !important;padding:12px 25px;border-radius:5px;font-family:var(--font-sous-titre);font-weight:700;font-size:0.95rem;transition:var(--transition-standard);border:2px solid var(--bleu-action);position:relative}.btn-header-cta::after{display:none !important}.btn-header-cta:hover{background-color:var(--blanc);color:var(--bleu-action) !important;border-color:var(--blanc);transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,142,210,0.3)}.menu-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;z-index:1001;background:none;border:none;padding:0}.menu-toggle span{width:30px;height:3px;background-color:var(--bleu-planforet);transition:var(--transition-standard);border-radius:2px}.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}.btn{display:inline-block;padding:15px 35px;border-radius:5px;font-family:var(--font-sous-titre);font-weight:700;font-size:1rem;cursor:pointer;transition:var(--transition-standard);border:2px solid transparent;text-align:center}.btn-primary{background-color:var(--bleu-action);color:var(--blanc);border-color:var(--bleu-action)}.btn-primary:hover{background-color:var(--blanc);color:var(--bleu-action);border-color:var(--blanc);transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,142,210,0.3)}.btn-secondary{background-color:transparent;color:var(--blanc);border-color:var(--blanc)}.btn-secondary:hover{background-color:var(--blanc);color:var(--bleu-action);transform:translateY(-3px)}.btn-white{background-color:var(--blanc);color:var(--bleu-action);border-color:var(--blanc)}.btn-white:hover{background-color:transparent;color:var(--blanc);border-color:var(--blanc);transform:translateY(-3px)}.hero-section{position:relative;height:100vh;height:100dvh;min-height:600px;display:flex;align-items:center;justify-content:center;margin-top:72px;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:120%;object-fit:cover;z-index:-2;will-change:transform;transition:transform 0.1s ease-out}.hero-video{height:100%;will-change:auto;transition:none}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,rgba(0,0,0,0.4),rgba(0,0,0,0.6));z-index:-1}.hero-content{text-align:center;color:var(--blanc);max-width:900px;padding:0 20px;animation:fadeInUp 1s ease-out}.hero-content h1{color:var(--blanc);font-size:3.5rem;margin-bottom:25px;text-shadow:2px 2px 10px rgba(0,0,0,0.5)}.hero-content p{font-size:1.3rem;margin-bottom:40px;line-height:1.7;text-shadow:1px 1px 5px rgba(0,0,0,0.5)}.hero-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.atelier-hero-section{height:70vh;min-height:500px;margin-top:0}.atelier-hero-section .hero-content h2{color:var(--blanc);font-size:2.8rem;margin-bottom:25px;text-shadow:2px 2px 10px rgba(0,0,0,0.5)}.atelier-hero-section .hero-content p{font-size:1.2rem;margin-bottom:30px;max-width:800px;margin-left:auto;margin-right:auto;text-align:justify}.cta-hero-section{height:60vh;min-height:450px;margin-top:0}.cta-hero-section .hero-background{height:100%;object-position:center 70%;transform:none !important}.cta-hero-section .hero-content h2{color:var(--blanc);font-size:2.5rem;margin-bottom:20px;text-shadow:2px 2px 10px rgba(0,0,0,0.5)}.cta-hero-section .hero-content p{font-size:1.2rem;margin-bottom:35px;max-width:700px;margin-left:auto;margin-right:auto}.reassurance-section{background-color:var(--gris-clair);padding:50px 0}.reassurance-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;max-width:var(--container-max-width);margin:0 auto;padding:0 20px}.reassurance-item{text-align:center}.reassurance-icon{font-size:3rem;color:var(--bleu-planforet);margin-bottom:15px;display:flex;justify-content:center;align-items:center}.reassurance-icon svg{width:48px;height:48px;stroke-width:1.5;color:var(--bleu-planforet)}.reassurance-item p{font-family:var(--font-sous-titre);font-weight:700;font-size:1rem;color:var(--noir-doux);margin:0;line-height:1.4}.savoir-faire-section{background-color:var(--blanc)}.savoir-faire-section h2{text-align:center;color:var(--bleu-planforet);margin-bottom:50px}.savoir-faire-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.savoir-faire-card{position:relative;overflow:hidden;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,0.1);cursor:pointer;transition:var(--transition-standard);border-top:4px solid transparent}.savoir-faire-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--bleu-planforet) 0%,rgba(0,142,210,0.7) 100%);transform:scaleX(0);transform-origin:left;transition:transform 0.4s ease;z-index:10}.savoir-faire-card:hover{transform:translateY(-10px);box-shadow:0 8px 25px rgba(0,142,210,0.2);border-top-color:var(--bleu-planforet)}.savoir-faire-card:hover::before{transform:scaleX(1)}.savoir-faire-card img{width:100%;height:300px;object-fit:cover;transition:var(--transition-standard)}.savoir-faire-card:hover img{transform:scale(1.05)}.savoir-faire-content{padding:25px;background-color:var(--blanc)}.savoir-faire-content h3{color:var(--bleu-planforet);margin-bottom:10px;font-size:1.5rem}.savoir-faire-content p{color:var(--gris-planforet);font-size:1rem;margin-bottom:15px}.savoir-faire-link{color:var(--bleu-action);font-family:var(--font-sous-titre);font-weight:700;font-size:0.95rem;display:inline-flex;align-items:center;gap:5px}.savoir-faire-link svg{width:16px;height:16px;stroke:var(--bleu-action);flex-shrink:0}.savoir-faire-link:hover{gap:10px}.atelier-section{background:linear-gradient(135deg,rgba(0,142,210,0.03) 0%,rgba(0,142,210,0.08) 100%)}.atelier-content{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.atelier-image img{width:100%;height:100%;object-fit:cover;border-radius:10px;box-shadow:0 6px 20px rgba(0,0,0,0.15)}.atelier-text h2{color:var(--bleu-planforet);margin-bottom:25px}.atelier-text p{color:var(--gris-planforet);margin-bottom:30px;text-align:justify}.chiffres-section{background-color:var(--gris-clair);text-align:center;padding:80px 0;position:relative}.chiffres-section h2{color:var(--bleu-planforet);margin-bottom:60px;font-size:2.5rem}.chiffres-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;max-width:1200px;margin:0 auto}.chiffre-item{padding:40px 20px;background:var(--blanc);border-radius:15px;box-shadow:0 5px 20px rgba(0,0,0,0.08);transition:all 0.4s ease;position:relative;overflow:hidden}.chiffre-item::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--bleu-planforet),rgba(0,142,210,0.5));transform:scaleX(0);transform-origin:left;transition:transform 0.6s ease}.chiffre-item:hover{transform:translateY(-8px);box-shadow:0 10px 30px rgba(0,142,210,0.2)}.chiffre-item:hover::before{transform:scaleX(1)}.chiffre-number{font-family:var(--font-titre);font-size:3.5rem;font-weight:700;color:var(--bleu-planforet);margin-bottom:20px;line-height:1;position:relative}.chiffre-percent,.chiffre-plus{font-size:2rem;margin-left:5px;vertical-align:super;color:var(--bleu-planforet)}.chiffre-label{font-family:var(--font-sous-titre);font-size:1.2rem;font-weight:600;color:var(--noir-fonce);margin:0;text-transform:uppercase;letter-spacing:1px}.chiffre-sublabel{font-family:var(--font-texte);font-size:0.95rem;color:var(--gris-planforet);font-style:italic;display:none}.section-divider{width:100%;height:40px;position:relative;margin:0;display:flex;align-items:center;justify-content:center;z-index:10}.section-divider::before{content:'';position:absolute;top:50%;left:0;right:0;height:1px;background-color:#E0E0E0;transform:translateY(-50%)}.section-divider::after{content:'';position:relative;width:12px;height:12px;background-color:var(--bleu-planforet);border-radius:50%;box-shadow:0 0 0 6px var(--blanc),0 0 0 7px #E0E0E0;transition:all 0.3s ease;z-index:2}.section-divider:hover::after{width:16px;height:16px;box-shadow:0 0 0 8px var(--blanc),0 0 0 9px var(--bleu-planforet)}.references-section{background-color:var(--gris-clair);text-align:center}.references-section{background-color:var(--gris-fonce)}.references-intro{font-family:var(--font-sous-titre);font-size:2.5rem;font-weight:700;color:var(--blanc);margin-bottom:50px;font-style:normal}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-bottom:50px;max-width:1400px;margin-left:auto;margin-right:auto}.testimonial-card{background-color:var(--blanc);border-radius:15px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,0.08);transition:all 0.4s ease;text-align:left}.testimonial-card:hover{transform:translateY(-8px);box-shadow:0 8px 30px rgba(0,142,210,0.15)}.testimonial-image{width:100%;height:280px;overflow:hidden;position:relative}.testimonial-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.testimonial-card:hover .testimonial-image img{transform:scale(1.05)}.testimonial-content{padding:30px 25px}.testimonial-quote{position:relative;margin-bottom:20px;padding:15px;background:linear-gradient(135deg,rgba(0,142,210,0.03) 0%,rgba(0,142,210,0.08) 100%);border-left:4px solid var(--bleu-planforet);border-radius:8px;min-height:120px}.testimonial-quote i,.testimonial-quote svg{color:var(--bleu-planforet);stroke:var(--bleu-planforet);width:24px;height:24px;margin-bottom:10px;opacity:0.6}.testimonial-quote p{font-family:var(--font-texte);font-size:0.95rem;line-height:1.6;color:var(--noir-doux);margin:0;font-style:italic}.testimonial-project h3{font-family:var(--font-sous-titre);font-size:1.3rem;color:var(--bleu-planforet);margin-bottom:8px;font-weight:700}.project-location{font-family:var(--font-sous-titre);font-size:0.9rem;color:var(--gris-planforet);margin-bottom:12px;font-weight:600}.project-description{font-family:var(--font-texte);font-size:0.9rem;color:var(--gris-planforet);margin-bottom:12px;line-height:1.6}.project-details{display:flex;flex-wrap:wrap;gap:15px;align-items:center;padding-top:15px;border-top:1px solid #E0E0E0}.project-amount{font-family:var(--font-sous-titre);font-size:1.1rem;font-weight:700;color:var(--bleu-planforet);padding:5px 12px;background-color:rgba(0,142,210,0.08);border-radius:6px}.project-architect{font-family:var(--font-texte);font-size:0.9rem;color:var(--gris-planforet);font-style:italic}.references-tagline{font-family:var(--font-sous-titre);font-size:1.2rem;font-weight:400;color:var(--blanc);margin-top:30px}.realisations-section{background-color:var(--blanc);text-align:center}.realisations-section h2{color:var(--bleu-planforet);margin-bottom:50px}.realisations-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:40px}.realisation-item{position:relative;overflow:hidden;border-radius:10px;height:300px;cursor:pointer;display:block;text-decoration:none;color:inherit}.realisation-item img{width:100%;height:100%;object-fit:cover;transition:var(--transition-standard)}.realisation-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,142,210,0.85);display:flex;align-items:center;justify-content:center;opacity:0;transition:var(--transition-standard)}.realisation-item:hover .realisation-overlay{opacity:1}.realisation-item:hover img{transform:scale(1.1)}.realisation-overlay h3{color:var(--blanc);font-size:1.5rem;padding:0 20px;text-align:center}.pourquoi-section{background-color:var(--gris-clair)}.pourquoi-section h2{text-align:center;color:var(--bleu-planforet);margin-bottom:50px}.pourquoi-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}.pourquoi-card{text-align:center;padding:30px;background-color:var(--gris-clair);border-radius:10px;transition:var(--transition-standard)}.pourquoi-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px rgba(0,0,0,0.1)}.pourquoi-icon{font-size:3.5rem;color:var(--bleu-planforet);margin-bottom:20px;display:flex;justify-content:center;align-items:center}.pourquoi-icon svg{width:56px;height:56px;stroke-width:1.5;color:var(--bleu-planforet)}.pourquoi-card h3{color:var(--bleu-planforet);font-size:1.5rem;margin-bottom:15px}.pourquoi-card p{color:var(--gris-planforet);font-size:1rem;margin:0}.cta-final-section{background-color:var(--bleu-action);color:var(--blanc);text-align:center;padding:80px 20px}.cta-final-section h2{color:var(--blanc);margin-bottom:20px}.cta-final-section p{font-size:1.2rem;margin-bottom:40px;max-width:700px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.scroll-to-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background:linear-gradient(135deg,var(--bleu-planforet) 0%,rgba(0,142,210,0.8) 100%);color:var(--blanc);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.5rem;box-shadow:0 4px 15px rgba(0,142,210,0.3);opacity:0;visibility:hidden;transform:translateY(20px);transition:all 0.3s ease;z-index:1000}.scroll-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-to-top:hover{background:linear-gradient(135deg,rgba(0,142,210,0.9) 0%,var(--bleu-planforet) 100%);box-shadow:0 6px 25px rgba(0,142,210,0.5);transform:translateY(-5px)}.scroll-to-top:active{transform:translateY(-2px);box-shadow:0 3px 15px rgba(0,142,210,0.4)}.scroll-to-top svg{width:20px;height:20px;stroke:var(--blanc)}.footer{background-color:var(--noir-doux);color:var(--blanc);padding:40px 0 20px}.footer-content{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;max-width:var(--container-max-width);margin:0 auto 30px;padding:0 20px}.footer-column h3{font-family:var(--font-sous-titre);font-size:1.1rem;font-weight:700;margin-bottom:15px;color:var(--bleu-planforet);text-transform:uppercase;letter-spacing:0.5px}.footer-column p,.footer-column a{font-size:0.95rem;line-height:1.8;color:rgba(255,255,255,0.85);margin-bottom:8px}.footer-column p svg{width:14px;height:14px;stroke:rgba(255,255,255,0.85);vertical-align:middle;margin-right:5px;flex-shrink:0}.footer-column a{transition:var(--transition-standard)}.footer-column a:hover{color:var(--bleu-planforet)}.footer-column i{margin-right:8px;color:var(--bleu-planforet);font-size:1rem}.footer-links{display:flex;flex-direction:column;gap:8px}.footer-bottom{text-align:center;padding-top:25px;border-top:1px solid rgba(255,255,255,0.1);color:rgba(255,255,255,0.6);font-size:0.85rem;max-width:var(--container-max-width);margin:0 auto;padding-left:20px;padding-right:20px}.footer-bottom p{margin-bottom:8px}.footer-certifications-text{font-size:0.8rem;color:rgba(255,255,255,0.5);line-height:1.6}.page-hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;margin-top:72px}.page-hero-background{position:absolute;width:100%;height:120%;object-fit:cover;z-index:-2;transition:transform 0.5s ease-out}.page-hero-content{position:relative;z-index:2;max-width:900px;padding:0 20px;color:var(--blanc)}.page-hero h1{font-size:3.5rem;color:var(--blanc);margin-bottom:20px;text-shadow:2px 2px 10px rgba(0,0,0,0.5)}.page-hero-subtitle{font-size:1.5rem;font-family:var(--font-sous-titre);color:rgba(255,255,255,0.95);margin-bottom:0}.breadcrumb{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:20px;font-size:0.95rem;font-family:var(--font-texte)}.breadcrumb a{color:rgba(255,255,255,0.8);text-decoration:none;transition:color 0.3s ease}.breadcrumb a:hover{color:var(--blanc)}.breadcrumb-separator{color:rgba(255,255,255,0.5)}.breadcrumb span:last-child{color:var(--blanc);font-weight:600}.expertise-section{padding:80px 0;background-color:var(--blanc)}.expertise-section-alt{background-color:var(--gris-clair)}.expertise-section-dark{background-color:var(--gris-fonce)}.expertise-section-dark .expertise-text h2{color:var(--blanc)}.expertise-section-dark .expertise-accroche{color:rgba(255,255,255,0.9)}.expertise-section-dark .expertise-text p{color:rgba(255,255,255,0.85)}.expertise-section-dark .expertise-text h3{color:var(--blanc)}.expertise-section-dark .highlight-item p{color:rgba(255,255,255,0.85)}.expertise-section-dark .highlight-item i{color:var(--bleu-planforet)}.expertise-grid{display:flex;flex-direction:column;gap:0;align-items:stretch;max-width:var(--container-max-width);margin:0 auto;padding:0 20px}.expertise-grid-reverse{}.expertise-image{width:100%;height:450px;overflow:hidden;position:relative;box-shadow:0 10px 30px rgba(0,0,0,0.1);border-radius:12px;margin-bottom:50px}.expertise-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.expertise-image:hover img{transform:scale(1.03)}.expertise-text{max-width:1000px;margin:0 auto;padding:0 20px 0;text-align:left}.expertise-text h2{font-family:var(--font-titre);font-size:2.5rem;color:var(--bleu-planforet);margin-bottom:20px}.expertise-accroche{font-family:var(--font-sous-titre);font-size:1.3rem;font-weight:700;color:var(--gris-planforet);margin-bottom:25px}.expertise-text p{font-family:var(--font-texte);font-size:1.1rem;line-height:1.8;color:var(--noir-doux);margin-bottom:25px;text-align:justify}.expertise-text h3{font-family:var(--font-sous-titre);font-size:1.5rem;color:var(--bleu-planforet);margin-top:35px;margin-bottom:20px}.expertise-text h4{font-family:var(--font-sous-titre);font-size:1.2rem;color:var(--gris-planforet);margin-bottom:10px}.expertise-list-columns{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:30px}.expertise-list-columns ul{list-style:none;padding:0;margin:0}.expertise-list-columns li{font-family:var(--font-texte);font-size:1rem;line-height:1.7;color:var(--noir-doux);padding-left:25px;margin-bottom:12px;position:relative}.expertise-list-columns li::before{content:'▸';position:absolute;left:0;color:var(--bleu-planforet);font-weight:bold}.expertise-finitions{background:linear-gradient(135deg,rgba(0,142,210,0.05) 0%,rgba(0,142,210,0.02) 100%);padding:20px 25px;border-radius:8px;border-left:4px solid var(--bleu-planforet);margin-bottom:30px}.expertise-finitions p{margin-bottom:0;font-size:1rem;color:var(--gris-planforet)}.expertise-highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;margin-bottom:30px}.highlight-item{display:flex;align-items:flex-start;gap:15px}.highlight-item i{flex-shrink:0;width:40px;height:40px;stroke-width:1.5;color:var(--bleu-planforet)}.highlight-item p{margin:0;font-size:1rem;line-height:1.6}.expertise-references{font-family:var(--font-texte);font-size:1rem;color:var(--gris-planforet);line-height:1.8;padding:20px;background:linear-gradient(135deg,rgba(0,142,210,0.05) 0%,rgba(0,142,210,0.02) 100%);border-radius:8px;margin-bottom:30px}.expertise-buttons{display:flex;gap:15px;flex-wrap:wrap}.featured-projects-section{padding:80px 0;background-color:var(--blanc)}.featured-projects-section h2{text-align:center;color:var(--bleu-planforet);margin-bottom:20px}.featured-projects-section .section-intro{text-align:center;font-family:var(--font-texte);font-size:1.2rem;color:var(--gris-planforet);margin-bottom:50px}.featured-projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;max-width:var(--container-max-width);margin:0 auto}.featured-project-card{background:var(--blanc);border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,0.08);transition:transform 0.3s ease,box-shadow 0.3s ease}.featured-project-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,142,210,0.15)}.featured-project-image{width:100%;height:300px;overflow:hidden}.featured-project-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.featured-project-card:hover .featured-project-image img{transform:scale(1.05)}.featured-project-content{padding:25px}.featured-project-content h3{font-family:var(--font-titre);font-size:1.8rem;color:var(--bleu-planforet);margin-bottom:10px}.featured-project-content .project-location{font-family:var(--font-sous-titre);font-size:1rem;color:var(--gris-planforet);margin-bottom:15px;font-weight:600}.featured-project-content .project-description{font-family:var(--font-texte);font-size:1rem;line-height:1.7;color:var(--noir-doux);margin-bottom:15px}.featured-project-content .project-moe{font-family:var(--font-texte);font-size:0.9rem;color:var(--gris-planforet);font-style:italic;margin:0}.featured-project-content .project-moe i{color:var(--bleu-planforet);margin-right:5px}.gallery-section{padding:80px 0;background-color:var(--gris-clair)}.gallery-section h2{text-align:center;color:var(--bleu-planforet);margin-bottom:20px}.realisations-seo-section h2{text-align:center;color:var(--bleu-planforet);margin-bottom:20px}.gallery-section .section-intro{text-align:center;font-family:var(--font-texte);font-size:1.2rem;color:var(--gris-planforet);margin-bottom:40px}.gallery-filters{display:flex;flex-wrap:wrap;justify-content:center;gap:15px;margin-bottom:50px}.filter-btn{font-family:var(--font-sous-titre);font-size:1rem;font-weight:600;padding:12px 25px;border:2px solid var(--gris-planforet);background:var(--blanc);color:var(--gris-planforet);border-radius:50px;cursor:pointer;transition:all 0.3s ease}.filter-btn:hover{border-color:var(--bleu-action);color:var(--bleu-action);transform:translateY(-2px)}.filter-btn.active{background:var(--bleu-action);color:var(--blanc);border-color:var(--bleu-action)}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.gallery-item{position:relative;overflow:hidden;border-radius:10px;cursor:pointer;aspect-ratio:1 / 1;opacity:1;transform:scale(1);transition:opacity 0.3s ease,transform 0.3s ease}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.gallery-item:hover img{transform:scale(1.1)}.gallery-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.7);display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;transition:opacity 0.3s ease;padding:20px;text-align:center}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-overlay h3,.gallery-overlay h3{font-family:var(--font-titre);font-size:1.5rem;color:var(--blanc);margin-bottom:10px}.gallery-overlay p{font-family:var(--font-texte);font-size:1rem;color:rgba(255,255,255,0.9);margin:0}.lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.95);z-index:10000;display:none;align-items:center;justify-content:center}.lightbox.active{display:flex}.lightbox-content{max-width:90%;max-height:90%;display:flex;flex-direction:column;align-items:center}.lightbox-content img{max-width:100%;max-height:80vh;object-fit:contain;border-radius:8px}.lightbox-caption{margin-top:20px;text-align:center;color:var(--blanc);font-family:var(--font-texte);font-size:1.1rem;line-height:1.6}.lightbox-caption strong{font-family:var(--font-titre);font-size:1.3rem;display:block;margin-bottom:5px}.lightbox-close,.lightbox-prev,.lightbox-next{position:absolute;background:rgba(255,255,255,0.1);border:2px solid var(--blanc);color:var(--blanc);font-size:1.5rem;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.3s ease;backdrop-filter:blur(10px)}.lightbox-close svg,.lightbox-prev svg,.lightbox-next svg{width:20px;height:20px;stroke:var(--blanc)}.lightbox-close:hover,.lightbox-prev:hover,.lightbox-next:hover{background:var(--bleu-planforet);border-color:var(--bleu-planforet);transform:scale(1.1)}.lightbox-close{top:30px;right:30px}.lightbox-prev{left:30px;top:50%;transform:translateY(-50%)}.lightbox-next{right:30px;top:50%;transform:translateY(-50%)}.lightbox-prev:hover,.lightbox-next:hover{transform:translateY(-50%) scale(1.1)}.entreprise-histoire-section{padding:80px 0;background-color:var(--blanc)}.entreprise-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.entreprise-text h2{font-family:var(--font-titre);font-size:2.5rem;color:var(--bleu-planforet);margin-bottom:20px;line-height:1.2}.entreprise-accroche{font-family:var(--font-sous-titre);font-size:1.3rem;color:var(--gris-planforet);font-weight:600;margin-bottom:25px}.entreprise-text p{font-family:var(--font-texte);font-size:1.05rem;line-height:1.8;color:var(--noir-doux);margin-bottom:20px;text-align:justify}.entreprise-image{width:100%;height:650px;overflow:hidden;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.1)}.entreprise-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.entreprise-image:hover img{transform:scale(1.05)}.entreprise-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-top:40px;max-width:900px}.entreprise-stat-item{position:relative;text-align:center;padding:30px 20px;background:var(--blanc);border-top:4px solid transparent;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,0.1);transition:transform 0.3s ease,box-shadow 0.3s ease,border-top-color 0.3s ease;overflow:hidden}.entreprise-stat-item::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--bleu-planforet) 0%,rgba(0,142,210,0.7) 100%);transform:scaleX(0);transform-origin:left;transition:transform 0.4s ease;z-index:10}.entreprise-stat-item:hover{transform:translateY(-10px);box-shadow:0 8px 25px rgba(0,142,210,0.2);border-top-color:var(--bleu-planforet)}.entreprise-stat-item:hover::before{transform:scaleX(1)}.entreprise-stat-item i{width:40px;height:40px;color:var(--bleu-planforet);margin-bottom:15px;position:relative;z-index:1}.stat-number{font-family:var(--font-titre);font-size:2.2rem;color:var(--bleu-planforet);font-weight:bold;margin-bottom:8px;line-height:1;position:relative;z-index:1}.stat-label{font-family:var(--font-texte);font-size:0.9rem;color:var(--gris-planforet);line-height:1.3;font-weight:500;position:relative;z-index:1}.entreprise-moyens-humains-section{padding:80px 0;background-color:var(--gris-clair)}.entreprise-moyens-humains-section h2{text-align:center;color:var(--bleu-planforet);margin-bottom:20px}.entreprise-moyens-humains-section .section-intro{text-align:justify;font-family:var(--font-texte);font-size:1.1rem;color:var(--gris-planforet);max-width:900px;margin:0 auto 50px;line-height:1.8}.moyens-humains-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;max-width:1000px;margin:0 auto}.moyen-humain-card{background:var(--blanc);padding:35px 30px;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,0.08);text-align:center;transition:transform 0.3s ease,box-shadow 0.3s ease}.moyen-humain-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,142,210,0.15)}.moyen-humain-card i{width:60px;height:60px;color:var(--bleu-planforet);margin-bottom:20px}.moyen-humain-card h3{font-family:var(--font-sous-titre);font-size:1.4rem;color:var(--noir-doux);margin-bottom:15px}.moyen-humain-card p{font-family:var(--font-texte);font-size:1rem;line-height:1.6;color:var(--gris-planforet);margin:0}.entreprise-moyens-techniques-section{padding:80px 0;background-color:var(--blanc)}.entreprise-moyens-techniques-section .entreprise-grid{grid-template-columns:1fr 1fr}.entreprise-moyens-techniques-section .entreprise-image{order:-1}.entreprise-moyens-techniques-section .entreprise-text{order:1}.equipements-list{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-top:30px}.equipements-column ul{list-style:none;padding:0;margin:0}.equipements-column ul li{font-family:var(--font-texte);font-size:1rem;line-height:1.8;color:var(--noir-doux);padding:12px 0;border-bottom:1px solid var(--gris-clair);display:flex;align-items:flex-start;gap:12px}.equipements-column ul li:last-child{border-bottom:none}.equipements-column ul li i{width:20px !important;height:20px !important;min-width:20px;min-height:20px;color:var(--bleu-planforet);flex-shrink:0;margin-top:3px;display:inline-flex;align-items:center;justify-content:center}.equipements-column ul li i svg{width:20px !important;height:20px !important;min-width:20px;min-height:20px;display:block}.entreprise-certifications-section{padding:80px 0;background-color:var(--gris-clair)}.entreprise-certifications-section h2{text-align:center;color:var(--bleu-planforet);margin-bottom:30px}.certifications-content{display:flex;align-items:center;gap:40px;margin-bottom:50px;max-width:1000px;margin-left:auto;margin-right:auto}.certifications-text{flex:1}.certifications-text p{font-family:var(--font-texte);font-size:1.05rem;line-height:1.8;color:var(--noir-doux);text-align:justify}.certifications-image{flex:0 0 450px;text-align:center}.certifications-image img{width:100%;height:auto;border-radius:8px}.certifications-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}.certification-badge{background:var(--blanc);padding:30px 20px;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,0.08);text-align:center;transition:transform 0.3s ease,box-shadow 0.3s ease}.certification-badge:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,142,210,0.15)}.certification-icon{margin-bottom:20px}.certification-icon i{width:50px;height:50px;color:var(--bleu-planforet)}.certification-badge h3{font-family:var(--font-sous-titre);font-size:1.3rem;color:var(--bleu-planforet);margin-bottom:10px;font-weight:700}.certification-type{font-family:var(--font-texte);font-size:0.95rem;color:var(--noir-doux);margin-bottom:8px}.certification-label{font-family:var(--font-texte);font-size:0.85rem;color:var(--blanc);background:var(--bleu-action);padding:5px 15px;border-radius:20px;display:inline-block;margin-top:10px;font-weight:600}.entreprise-references-section{padding:80px 0;background-color:var(--gris-fonce)}.entreprise-references-section h2{text-align:center;color:var(--blanc);margin-bottom:20px}.entreprise-references-section .section-intro{text-align:center;font-family:var(--font-texte);font-size:1.1rem;color:rgba(255,255,255,0.85);max-width:900px;margin:0 auto 50px;line-height:1.8}.references-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.reference-category{background:var(--blanc);padding:30px 25px;border-radius:12px;border-left:4px solid var(--bleu-planforet);transition:transform 0.3s ease,box-shadow 0.3s ease}.reference-category:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,142,210,0.3)}.reference-category h3{font-family:var(--font-sous-titre);font-size:1.2rem;color:var(--bleu-planforet);margin-bottom:20px;display:flex;align-items:center;gap:10px;font-weight:700}.reference-category h3 i{width:24px;height:24px;color:var(--bleu-planforet)}.reference-category ul{list-style:none;padding:0;margin:0}.reference-category ul li{font-family:var(--font-texte);font-size:0.95rem;line-height:1.6;color:var(--noir-doux);padding:8px 0;padding-left:20px;position:relative}.reference-category ul li::before{content:"•";position:absolute;left:0;color:var(--bleu-planforet);font-weight:bold;font-size:1.2rem}.reference-category-autres{background:var(--gris-clair)}.entreprise-rse-section{padding:80px 0;background-color:var(--gris-clair)}.entreprise-rse-section h2{text-align:center;color:var(--bleu-planforet);margin-bottom:20px}.entreprise-rse-section .section-intro{text-align:center;font-family:var(--font-texte);font-size:1.1rem;color:var(--gris-planforet);max-width:900px;margin:0 auto 50px;line-height:1.8}.rse-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.rse-pilier{background:var(--blanc);padding:40px 30px;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,0.08);text-align:center;transition:transform 0.3s ease,box-shadow 0.3s ease}.rse-pilier:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,142,210,0.15)}.rse-icon{margin-bottom:25px}.rse-icon i{width:60px;height:60px;color:var(--bleu-planforet)}.rse-pilier h3{font-family:var(--font-sous-titre);font-size:1.5rem;color:var(--noir-doux);margin-bottom:20px;font-weight:700}.rse-pilier p{font-family:var(--font-texte);font-size:1rem;line-height:1.7;color:var(--gris-planforet);text-align:justify;margin:0}.entreprise-cta-section{padding:80px 0;background:linear-gradient(135deg,var(--bleu-planforet),#00a8e8);text-align:center}.entreprise-cta-section h2{font-family:var(--font-titre);font-size:2.5rem;color:var(--blanc);margin-bottom:20px}.entreprise-cta-section p{font-family:var(--font-texte);font-size:1.2rem;color:rgba(255,255,255,0.95);margin-bottom:40px;max-width:800px;margin-left:auto;margin-right:auto}.entreprise-cta-section .cta-buttons{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.btn-primary-inverse{background:var(--blanc);color:var(--bleu-action);border:2px solid var(--blanc)}.btn-primary-inverse:hover{background:transparent;color:var(--blanc);border-color:var(--blanc)}.btn-secondary-inverse{background:transparent;color:var(--blanc);border:2px solid var(--blanc)}.btn-secondary-inverse:hover{background:var(--blanc);color:var(--bleu-action)}@media (max-width:1200px){.testimonials-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:1024px){h1{font-size:2.5rem}h2{font-size:2rem}.hero-content h1{font-size:2.8rem}.page-hero h1{font-size:2.8rem}.expertise-image{height:380px;margin-bottom:40px}.expertise-text{padding:0 20px 0}.expertise-list-columns{grid-template-columns:1fr}.expertise-highlights{grid-template-columns:1fr}.reassurance-grid{grid-template-columns:repeat(2,1fr);gap:30px}.savoir-faire-grid,.pourquoi-grid{grid-template-columns:1fr}.realisations-grid{grid-template-columns:repeat(2,1fr)}.chiffres-grid{grid-template-columns:repeat(2,1fr);gap:30px}.chiffre-number{font-size:3rem}.testimonials-grid{grid-template-columns:repeat(2,1fr);gap:20px}.footer-content{grid-template-columns:1fr;gap:40px}.featured-projects-grid{grid-template-columns:1fr;gap:25px}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:15px}.entreprise-grid{grid-template-columns:1fr;gap:40px}.entreprise-image{height:400px}.entreprise-moyens-techniques-section .entreprise-image{order:0}.entreprise-moyens-techniques-section .entreprise-text{order:0}.entreprise-stats{grid-template-columns:1fr;gap:20px}.moyens-humains-grid{grid-template-columns:1fr;gap:25px}.equipements-list{grid-template-columns:1fr;gap:20px}.certifications-content{flex-direction:column;gap:30px}.certifications-image{flex:1}.certifications-grid{grid-template-columns:repeat(2,1fr);gap:20px}.references-grid{grid-template-columns:repeat(2,1fr);gap:25px}.rse-grid{grid-template-columns:1fr;gap:25px}}@media (max-width:768px){.menu-toggle{display:flex}.nav-menu{position:fixed;top:90px;left:-100%;width:100%;height:calc(100vh - 90px);height:calc(100dvh - 90px);background-color:var(--blanc);flex-direction:column;align-items:center;justify-content:flex-start;padding:40px 20px;box-shadow:0 4px 10px rgba(0,0,0,0.1);transition:left 0.3s ease}.nav-menu.active{left:0}.nav-menu a{font-size:1.3rem;padding:15px 0}.btn-header-cta{margin-top:20px}.hero-section{height:80vh;height:80dvh;min-height:500px}.atelier-hero-section{height:auto;min-height:55vh;min-height:55dvh;padding-top:60px;padding-bottom:60px}.atelier-hero-section .hero-content p{text-align:left}.hero-content h1{font-size:2rem}.hero-content p{font-size:1.1rem}.page-hero{min-height:40vh}.page-hero h1{font-size:2rem}.page-hero-subtitle{font-size:1.1rem}.expertise-image{height:280px;margin-bottom:30px;border-radius:8px}.expertise-text{padding:0 15px 0}.expertise-text h2{font-size:2rem}.expertise-accroche{font-size:1.1rem}.expertise-buttons{flex-direction:column;align-items:center}.expertise-buttons .btn{width:100%;max-width:300px}.hero-buttons{flex-direction:column}.btn{width:100%;max-width:300px}.section{padding:60px 0}.reassurance-grid{grid-template-columns:1fr;gap:30px}.atelier-content{grid-template-columns:1fr;gap:30px}.atelier-image{order:2}.atelier-text{order:1}.realisations-grid{grid-template-columns:1fr}.chiffres-section{padding:60px 0}.chiffres-section h2{font-size:2rem;margin-bottom:40px}.chiffres-grid{grid-template-columns:1fr;gap:25px}.chiffre-number{font-size:2.8rem}.chiffre-label{font-size:1.1rem}.chiffre-sublabel{font-size:0.9rem}.testimonials-grid{grid-template-columns:1fr;gap:25px}.testimonial-image{height:250px}.testimonial-content{padding:20px}.testimonial-quote{padding:15px}.testimonial-quote p{font-size:0.95rem}.testimonial-project h3{font-size:1.3rem}.project-details{flex-direction:column;align-items:flex-start;gap:10px}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn{width:100%;max-width:300px}.scroll-to-top{bottom:20px;right:20px;width:45px;height:45px;font-size:1.3rem}h1{font-size:2rem}h2{font-size:1.8rem}h3{font-size:1.4rem}p{font-size:1rem}.featured-projects-section{padding:60px 0}.featured-projects-section .section-intro{font-size:1.1rem;margin-bottom:40px}.featured-project-image{height:250px}.featured-project-content{padding:20px}.featured-project-content h3{font-size:1.5rem}.gallery-section{padding:60px 0}.gallery-filters{gap:10px;margin-bottom:40px}.filter-btn{font-size:0.9rem;padding:10px 20px}.gallery-grid{grid-template-columns:1fr;gap:15px}.lightbox-close{top:20px;right:20px;width:40px;height:40px;font-size:1.2rem}.lightbox-prev,.lightbox-next{width:40px;height:40px;font-size:1.2rem}.lightbox-prev{left:15px}.lightbox-next{right:15px}.lightbox-content{max-width:95%;max-height:85%}.lightbox-caption{font-size:0.95rem;margin-top:15px;padding:0 15px}.lightbox-caption strong{font-size:1.1rem}.entreprise-histoire-section,.entreprise-moyens-humains-section,.entreprise-moyens-techniques-section,.entreprise-certifications-section,.entreprise-references-section,.entreprise-rse-section{padding:60px 0}.entreprise-text h2{font-size:2rem}.entreprise-accroche{font-size:1.1rem}.entreprise-image{height:300px;margin-bottom:30px}.entreprise-grid{display:flex;flex-direction:column}.entreprise-text{order:2}.entreprise-image{order:1}.entreprise-moyens-techniques-section .entreprise-image{order:1;margin-bottom:30px}.entreprise-moyens-techniques-section .entreprise-text{order:2}.entreprise-stats{grid-template-columns:1fr;gap:15px}.entreprise-stat-item{padding:25px 20px}.entreprise-stat-item:hover{transform:translateY(-8px)}.entreprise-stat-item i{width:35px;height:35px;margin-bottom:12px}.stat-number{font-size:1.8rem}.stat-label{font-size:0.85rem}.moyens-humains-grid{grid-template-columns:1fr;gap:20px}.moyen-humain-card{padding:30px 20px}.moyen-humain-card i{width:50px;height:50px}.moyen-humain-card h3{font-size:1.2rem}.equipements-list{grid-template-columns:1fr;gap:15px}.equipements-column ul li{font-size:0.95rem}.certifications-content{flex-direction:column;gap:25px}.certifications-image{flex:1}.certifications-grid{grid-template-columns:1fr;gap:20px}.certification-badge{padding:25px 20px}.references-grid{grid-template-columns:1fr;gap:20px}.reference-category{padding:25px 20px}.reference-category h3{font-size:1.1rem}.rse-grid{grid-template-columns:1fr;gap:20px}.rse-pilier{padding:30px 20px}.rse-icon i{width:50px;height:50px}.rse-pilier h3{font-size:1.3rem}.entreprise-cta-section{padding:60px 0}.entreprise-cta-section h2{font-size:1.8rem}.entreprise-cta-section p{font-size:1.1rem;margin-bottom:30px}.entreprise-cta-section .cta-buttons{flex-direction:column;align-items:center}.entreprise-cta-section .btn{width:100%;max-width:300px}}@media (max-width:480px){.logo{height:45px}.hero-section{margin-top:57px}.page-hero{margin-top:57px}.hero-content h1{font-size:1.6rem}.hero-content p{font-size:1rem}h1{font-size:1.6rem}h2{font-size:1.5rem}.references-grid{grid-template-columns:1fr}}.mentions-legales-content{max-width:800px}.mentions-legales-content h2{font-size:1.4rem;color:var(--bleu-planforet);margin-top:40px;margin-bottom:12px}.mentions-legales-content p{color:var(--gris-planforet);margin-bottom:12px}.mentions-legales-content a{color:var(--bleu-action);text-decoration:underline}.mentions-date{margin-top:50px;font-size:0.9rem;color:var(--gris-planforet)}.contact-section{background-color:var(--blanc)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.contact-form-wrapper h2,.contact-info h2{color:var(--bleu-planforet);margin-bottom:32px}.contact-intro{color:var(--gris-planforet);margin-bottom:30px}.contact-seo-text{color:var(--gris-planforet);margin-top:32px;line-height:1.6;text-align:justify}.contact-seo-text a{color:var(--bleu-action);text-decoration:underline;text-underline-offset:2px}.fillout-form-container{background-color:var(--gris-clair);border-radius:8px;overflow:hidden;min-height:600px}.contact-info-block{display:flex;gap:16px;align-items:flex-start;margin-bottom:28px}.contact-info-icon{flex-shrink:0;width:44px;height:44px;background-color:var(--bleu-planforet);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--blanc)}.contact-info-icon svg{width:20px;height:20px;stroke:var(--blanc)}.contact-info-block h3{font-size:1rem;font-family:var(--font-sous-titre);text-transform:uppercase;letter-spacing:0.05em;color:var(--gris-planforet);margin-bottom:4px}.contact-info-block p,.contact-info-block a{font-size:1rem;color:var(--noir-doux);margin-bottom:0}.contact-info-block a:hover{color:var(--bleu-action)}.contact-map{margin-top:44px;border-radius:8px;overflow:hidden}@media (max-width:900px){.contact-grid{grid-template-columns:1fr;gap:40px}}.skip-link{position:absolute;top:-100%;left:0;background:var(--bleu-planforet);color:var(--blanc);padding:8px 16px;z-index:9999;font-size:0.875rem;text-decoration:none;border-radius:0 0 4px 0;font-weight:600}.skip-link:focus{top:0}.map-facade{min-height:250px;height:auto;padding:30px 20px;background:#edf2f7;border-radius:8px;display:flex;align-items:center;justify-content:center}.map-facade-inner{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;color:var(--gris-planforet)}.map-facade-inner svg{width:32px;height:32px;stroke:var(--bleu-planforet)}.map-facade-btn{font-size:0.875rem;padding:10px 20px}.map-facade-notice{font-size:0.8rem;color:var(--gris-planforet);max-width:90%;line-height:1.4}.map-facade-notice a{color:var(--bleu-action);text-decoration:underline}a:focus-visible,button:focus-visible,[tabindex]:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--bleu-action);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important;scroll-behavior:auto !important}}