.hero-icon,.service-icon{color:var(--accent-color)}.gallery h2,.hero-text{text-align:center}.gallery-item,.hero-image{position:relative;overflow:hidden}.gallery-item img,.hero-image img{width:100%;height:100%;object-fit:cover}:root{--link-color:#c08304;--primary-color:#F1E2C3;--text-color:#000;--bg-color:#fff;--gray-100:#f3f4f6;--gray-400:#9ca3af;--gray-600:#4b5563;--gray-800:#1f2937;--gray-900:#111827;--bg-dark:#111827;--text-light:#4B5563;--accent-color:#c08304}.hero{padding:4rem 0 2rem;background:var(--primary-color)}.service-card,.services{background:var(--bg-color)}.hero-content{display:flex;flex-direction:column-reverse;gap:2rem;max-width:1200px;margin:3rem auto 0;padding:0 1rem}.hero-image{flex:1;width:100%}.hero-image img{border-radius:.5rem;box-shadow:0 4px 6px rgba(0,0,0,.1);position:absolute;top:0;left:0}.hero-image::before{content:"";display:block;padding-top:67%}.hero-text{flex:1}.hero-icon{width:4rem;height:4rem;margin-bottom:2rem}.service-icon,.warning-icon{width:2.5rem;height:2.5rem}.hero h1{font-size:2.5rem;margin-bottom:1.5rem}.hero p{font-size:1.125rem;color:var(--text-light)}.services{padding:4rem 0}.services-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:0 auto;padding:0 1rem}.service-card{padding:2rem;border-radius:.5rem;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:transform .3s,box-shadow .3s}.gallery-item,.service-card:hover{box-shadow:0 4px 6px rgba(0,0,0,.1)}.service-card:hover{transform:translateY(-4px)}.service-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.service-card h2{font-size:1.5rem;color:var(--text-color)}.service-card p{color:var(--text-light);margin-bottom:1.5rem}.service-list{list-style:none}.depannage{background:var(--bg-dark);color:var(--bg-color);padding:4rem 0}.bullet,.warning-icon{color:var(--primary-color)}.depannage-content{max-width:1200px;margin:0 auto;padding:0 1rem}.section-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.depannage h2{font-size:2rem}.depannage p{color:#9ca3af;margin-bottom:2rem}.depannage-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.hero-content{flex-direction:row;align-items:center}.hero-text{text-align:left}.depannage-grid,.services-grid{grid-template-columns:repeat(2,1fr)}}.depannage-item,.service-list li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.bullet{font-size:1.25rem}.check-icon{width:1.25rem;height:1.25rem;color:var(--accent-color);flex-shrink:0;margin-top:.25rem}@media (max-width:768px){.cta-buttons{flex-direction:column}.btn{width:100%;justify-content:center}}.gallery{margin:4rem 0}.grid-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.gallery-item{border-radius:1rem;aspect-ratio:5/3;cursor:pointer;transition:transform .3s}.gallery-item:active{transform:scale(.98)}.gallery-item img{transition:transform .5s}.grid-gallery:has(> :only-child),.grid-gallery:only-child{max-width:600px;margin-left:auto;margin-right:auto}.caption{position:absolute;bottom:0;left:0;right:0;color:#fff;padding:2rem 1rem 1rem;text-shadow:1px 1px 2px rgba(0,0,0,.2);background:linear-gradient(to top,rgba(0,0,0,.95),rgba(0,0,0,.7) 60%,rgba(0,0,0,0))}.caption h3{margin-bottom:.5rem}.caption p{font-size:.9rem;margin:0;opacity:.9}.gallery-item:hover img{transform:scale(1.05)}