:root{--bg-primary:#0a0a0a;--bg-secondary:#1a1a1a;--bg-tertiary:#141414;--accent-red:#e63946;--dark-red:#c1121f;--text-white:#fff;--text-gray:#888;--border-color:#2a2a2a}.landing-page{font-family:"Inter", var(--font-inter), sans-serif;background-color:var(--bg-primary);color:var(--text-white);line-height:1.6;overflow-x:hidden}.landing-page *,.landing-page :before,.landing-page :after{box-sizing:border-box}.landing-page nav{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);background:#0a0a0af2;padding:1rem 2rem;position:fixed;top:0;left:0;right:0}.landing-page .nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.landing-page .nav-logo{font-family:"Pacifico", var(--font-pacifico), cursive;color:var(--accent-red);align-items:center;gap:.5rem;font-size:1.5rem;text-decoration:none;display:flex}.landing-page .nav-logo img{filter:drop-shadow(0 0 8px #e6394633);width:auto;height:38px}.landing-page .nav-links{align-items:center;gap:2rem;margin:0;padding:0;list-style:none;display:flex}.landing-page .nav-links a{color:var(--text-white);font-size:.95rem;text-decoration:none;transition:color .3s}.landing-page .nav-links a:hover{color:var(--accent-red)}.landing-page .nav-cta{background-color:var(--accent-red);border-radius:4px;padding:.6rem 1.5rem;font-weight:600;text-decoration:none;transition:background-color .3s;color:#fff!important}.landing-page .nav-cta:hover{background-color:var(--dark-red)}.landing-page .hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:6px;padding:0;display:none}.landing-page .hamburger span{background-color:var(--text-white);border-radius:2px;width:25px;height:3px;transition:all .3s}.landing-page .hero{text-align:center;background:linear-gradient(135deg,#141414e6 0%,#0a0a0af2 100%);flex-direction:column;justify-content:center;align-items:center;height:100vh;display:flex;position:relative;overflow:hidden}.landing-page .hero:before{content:"";pointer-events:none;background-image:repeating-linear-gradient(0deg,#ffffff05 0 1px,#0000 1px 2px),repeating-linear-gradient(90deg,#ffffff05 0 1px,#0000 1px 2px);background-size:50px 50px;position:absolute;inset:0}.landing-page .hero-content{z-index:2;max-width:800px;margin-top:60px;padding:2rem;position:relative}.landing-page .hero-logo-block{flex-direction:column;align-items:center;margin-bottom:2rem;display:flex}.landing-page .hero-logo-block img{filter:drop-shadow(0 0 30px #e639464d)drop-shadow(0 4px 15px #00000080);width:100%;max-width:340px;height:auto;margin-bottom:.3rem}.landing-page .hero-logo-block .garage-text{font-family:"Oswald", var(--font-oswald), sans-serif;letter-spacing:12px;text-transform:uppercase;color:var(--accent-red);font-size:1.8rem;font-weight:700}.landing-page .hero-separator{background:var(--accent-red);width:80px;height:2px;margin:1.5rem auto}.landing-page .hero-description{color:var(--text-gray);max-width:550px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.8}.landing-page .hero-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.landing-page .btn{cursor:pointer;border:none;border-radius:4px;padding:.9rem 2.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.landing-page .btn-primary{background-color:var(--accent-red);color:#fff}.landing-page .btn-primary:hover{background-color:var(--dark-red)}.landing-page .btn-outline{border:2px solid var(--accent-red);color:var(--accent-red);background-color:#0000}.landing-page .btn-outline:hover{background-color:var(--accent-red);color:#fff}.landing-page .scroll-indicator{z-index:10;animation:2s infinite bounce;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}@keyframes bounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(10px)}}.landing-page .scroll-indicator svg{width:24px;height:24px;stroke:var(--text-gray)}.landing-page section{padding:5rem 2rem}.landing-page .section-container{max-width:1200px;margin:0 auto}.landing-page .section-title{font-family:"Oswald", var(--font-oswald), sans-serif;text-transform:uppercase;letter-spacing:2px;text-align:center;margin-bottom:3rem;font-size:2.5rem;font-weight:700}.landing-page #services{background-color:var(--bg-tertiary)}.landing-page .services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.landing-page .service-card{background-color:var(--bg-secondary);border-top:3px solid #0000;border-radius:4px;padding:2rem;transition:all .3s}.landing-page .service-card:hover{border-top-color:var(--accent-red);transform:translateY(-5px)}.landing-page .service-icon{background-color:var(--bg-tertiary);border-radius:2px;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:1.5rem;display:flex}.landing-page .service-icon svg{width:40px;height:40px;stroke:var(--accent-red);fill:none;stroke-width:2px}.landing-page .service-title{font-family:"Oswald", var(--font-oswald), sans-serif;text-transform:uppercase;margin-bottom:.8rem;font-size:1.3rem;font-weight:700}.landing-page .service-description{color:var(--text-gray);font-size:.95rem}.landing-page #depot-vente{background-color:var(--bg-primary)}.landing-page .depot-content{display:block}.landing-page .car-card{background-color:var(--bg-secondary);border-radius:4px;transition:all .3s;overflow:hidden}.landing-page .car-card:hover{transform:translateY(-5px)}.landing-page .car-image{width:100%;height:250px;color:var(--text-gray);background:linear-gradient(135deg,#2a2a2a 0%,#1a1a1a 100%);justify-content:center;align-items:center;font-size:.9rem;display:flex;position:relative}.landing-page .car-badge{background-color:var(--accent-red);color:#fff;border-radius:2px;padding:.4rem .8rem;font-size:.85rem;font-weight:600;position:absolute;top:1rem;right:1rem}.landing-page .car-specs{padding:1.5rem}.landing-page .car-specs p{color:var(--text-gray);margin-bottom:.5rem;font-size:.95rem}.landing-page .car-price{font-family:"Oswald", var(--font-oswald), sans-serif;color:var(--accent-red);margin-top:1rem;font-size:1.5rem;font-weight:700}.landing-page .empty-state{border:2px dashed var(--border-color);text-align:center;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;padding:3rem;display:flex}.landing-page .empty-state svg{width:50px;height:50px;stroke:var(--text-gray);fill:none;margin-bottom:1rem}.landing-page .empty-state p{color:var(--text-gray);font-size:1.1rem}.landing-page .depot-cta{text-align:center;margin-top:3rem}.landing-page #apropos{background-color:var(--bg-tertiary)}.landing-page .apropos-grid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.landing-page .apropos-image{width:100%;height:400px;color:var(--text-gray);border:2px solid var(--border-color);background:linear-gradient(135deg,#2a2a2a 0%,#1a1a1a 100%);border-radius:4px;justify-content:center;align-items:center;animation:20s linear infinite border-pulse;display:flex;position:relative;overflow:hidden}.landing-page .apropos-image.has-photos{border-color:var(--border-color);animation:none}.landing-page .garage-slideshow{position:absolute;inset:0}.landing-page .garage-slideshow img{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .8s;position:absolute;inset:0}.landing-page .garage-slideshow img.active{opacity:1}.landing-page .slideshow-nav{z-index:5;gap:.5rem;display:flex;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.landing-page .slideshow-dot{cursor:pointer;background:#fff6;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:background .3s}.landing-page .slideshow-dot.active{background:var(--accent-red)}.landing-page .slideshow-arrow{color:#fff;cursor:pointer;z-index:5;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:0;font-size:1.2rem;transition:background .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.landing-page .slideshow-arrow:hover{background:var(--accent-red)}.landing-page .slideshow-arrow.prev{left:.8rem}.landing-page .slideshow-arrow.next{right:.8rem}@keyframes border-pulse{0%{border-color:var(--border-color)}50%{border-color:var(--accent-red)}to{border-color:var(--border-color)}}.landing-page .apropos-text h3{font-family:"Oswald", var(--font-oswald), sans-serif;margin-bottom:1.5rem;font-size:1.8rem}.landing-page .apropos-text p{color:var(--text-gray);margin-bottom:1.5rem;line-height:1.8}.landing-page .apropos-features{margin:2rem 0;padding:0;list-style:none}.landing-page .apropos-features li{align-items:center;gap:.8rem;margin-bottom:1rem;display:flex}.landing-page .apropos-features li:before{content:"✓";color:var(--accent-red);font-size:1.2rem;font-weight:700}.landing-page .stats{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:2rem 0;display:grid}.landing-page .stat-box{background-color:var(--bg-secondary);text-align:center;border:1px solid var(--border-color);border-radius:4px;padding:2rem}.landing-page .stat-number{font-family:"Oswald", var(--font-oswald), sans-serif;color:var(--accent-red);font-size:2.5rem;font-weight:700}.landing-page .stat-label{color:var(--text-gray);margin-top:.5rem;font-size:.9rem}.landing-page #horaires{background-color:var(--bg-primary)}.landing-page .horaires-header{background-color:var(--accent-red);color:#fff;margin:-5rem -2rem 2rem;padding:1rem 2rem}.landing-page .horaires-header h2{font-family:"Oswald", var(--font-oswald), sans-serif;text-transform:uppercase;letter-spacing:2px}.landing-page .horaires-table{max-width:600px;margin:0 auto}.landing-page .horaires-row{border-bottom:1px solid var(--border-color);grid-template-columns:1fr 1fr;padding:1.5rem 0;transition:background-color .3s;display:grid}.landing-page .horaires-row.today{border-left:3px solid var(--accent-red);background-color:#e639461a;padding-left:1rem}.landing-page .horaires-day{font-family:"Oswald", var(--font-oswald), sans-serif;text-transform:uppercase;letter-spacing:1px;font-weight:700}.landing-page .horaires-time{color:var(--text-gray)}.landing-page .horaires-time.closed{color:#fff6;font-style:italic}.landing-page #contact{background-color:var(--bg-tertiary)}.landing-page .contact-grid{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.landing-page .contact-info{flex-direction:column;gap:2rem;display:flex}.landing-page .contact-item{flex-direction:column;gap:.5rem;display:flex}.landing-page .contact-label{font-family:"Oswald", var(--font-oswald), sans-serif;text-transform:uppercase;letter-spacing:1px;color:var(--accent-red);font-size:.9rem;font-weight:700}.landing-page .contact-item a{color:var(--text-white);font-size:1.1rem;text-decoration:none;transition:color .3s}.landing-page .contact-item a:hover{color:var(--accent-red)}.landing-page .map-container{border-radius:4px;width:100%;height:500px;position:relative;overflow:hidden}.landing-page .map-container iframe{border:none;width:100%;height:100%}.landing-page .map-overlay{z-index:10;position:absolute;bottom:1rem;right:1rem}.landing-page .btn-direction{background-color:var(--accent-red);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:.8rem 1.5rem;font-weight:600;text-decoration:none;transition:background-color .3s}.landing-page .btn-direction:hover{background-color:var(--dark-red)}.landing-page footer{border-top:1px solid var(--border-color);background-color:#050505;padding:3rem 2rem 2rem}.landing-page .footer-content{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;max-width:1200px;margin:0 auto;display:grid}.landing-page .footer-left{flex-direction:column;gap:1.5rem;display:flex}.landing-page .footer-logo{object-fit:contain;width:180px;height:auto;max-height:60px}.landing-page .footer-copyright{color:var(--text-gray);font-size:.9rem;line-height:1.6}.landing-page .footer-links{flex-wrap:wrap;gap:1.5rem;display:flex}.landing-page .footer-links a{color:var(--text-gray);font-size:.9rem;text-decoration:none;transition:color .3s}.landing-page .footer-links a:hover{color:var(--accent-red)}.landing-page .footer-right{text-align:right}.landing-page .social-icons{justify-content:flex-end;gap:1rem;display:flex}.landing-page .social-icons a{border:1px solid var(--border-color);width:40px;height:40px;color:var(--text-gray);border-radius:4px;justify-content:center;align-items:center;text-decoration:none;transition:all .3s;display:flex}.landing-page .social-icons a:hover{color:var(--accent-red);border-color:var(--accent-red)}.landing-page .social-icons svg{fill:currentColor;width:20px;height:20px}.landing-page .reveal{opacity:0;transform:translateY(20px)}.landing-page .reveal.visible{opacity:1;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(0)}@media (max-width:1024px){.landing-page .services-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.landing-page .depot-content,.landing-page .stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.landing-page .nav-links{border-bottom:1px solid var(--border-color);background-color:#0a0a0afa;flex-direction:column;gap:1rem;padding:2rem;display:none;position:absolute;top:60px;left:0;right:0}.landing-page .nav-links.active,.landing-page .hamburger{display:flex}.landing-page .hero-logo-block img{max-width:240px}.landing-page .hero-logo-block .garage-text{letter-spacing:8px;font-size:1.3rem}.landing-page .hero-description{font-size:1rem}.landing-page .hero-buttons{gap:.8rem}.landing-page .btn{padding:.8rem 1.5rem;font-size:.9rem}.landing-page .section-title{margin-bottom:2rem;font-size:2rem}.landing-page .services-grid,.landing-page .depot-content,.landing-page .apropos-grid{grid-template-columns:1fr}.landing-page .apropos-image{height:250px}.landing-page .stats{grid-template-columns:1fr 1fr}.landing-page .contact-grid{grid-template-columns:1fr}.landing-page .map-container{height:300px}.landing-page .footer-content{grid-template-columns:1fr}.landing-page .footer-right{text-align:left}.landing-page .social-icons{justify-content:flex-start}.landing-page nav{padding:1rem}.landing-page .nav-container{padding:0}.landing-page section{padding:3rem 1rem}.landing-page .horaires-row{padding:1rem 0}.landing-page .horaires-day{font-size:.9rem}.landing-page .horaires-time{text-align:right;font-size:.85rem}.landing-page .contact-item svg{width:18px;height:18px}}@media (max-width:400px){.landing-page .hero-logo-block img{max-width:180px}.landing-page .hero-logo-block .garage-text{letter-spacing:5px;font-size:1rem}.landing-page .section-title{font-size:1.6rem}.landing-page .stats{grid-template-columns:1fr}.landing-page .hero-buttons{flex-direction:column;align-items:center}.landing-page .btn{text-align:center;width:100%}}.landing-page .logo-fallback{font-family:"Pacifico", var(--font-pacifico), cursive;color:var(--accent-red);font-size:2rem}
