.hero-text{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;min-height:50vh;width:100%;padding:5rem 20px 3.5rem;text-align:center;z-index:25;background:none}.hero-title{font-size:24px;font-weight:800;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3);margin:0 0 1.2rem;line-height:1.15}.hero-subtitle{font-size:20px;font-weight:800;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3);margin:0;line-height:1.3}.hero-tagline{font-family:Lemon Tuesday,Pacifico,cursive;font-size:24px;font-weight:400;color:#fff;text-shadow:2px 2px 6px rgba(0,0,0,.4);margin-top:16px;letter-spacing:1px}@media (min-width: 768px){.hero-text{min-height:50vh;padding:5rem 40px 3rem}.hero-title,.hero-subtitle{font-size:40px}}@media (max-width: 767px){.hero-text{display:none!important}}@media (min-width: 1024px){.hero-text{min-height:60vh;padding:7rem 60px 4rem}.hero-title,.hero-subtitle{font-size:40px}}.hero-text{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;min-height:50vh;width:100%;padding:5rem 20px 3.5rem;text-align:center;z-index:25;background:none;max-width:var(--container-max);margin-left:auto;margin-right:auto;padding-left:var(--container-padding);padding-right:var(--container-padding)}.hero-title{font-family:Poppins,sans-serif!important;font-size:40px;font-weight:800;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3);margin:0;line-height:1.15}.hero-subtitle{font-family:Poppins,sans-serif!important;font-size:40px;font-weight:800;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3);margin:0;line-height:1.3}.hero-tagline{font-family:Lemon Tuesday,Pacifico,cursive;font-size:54px;font-weight:400;color:#fff;text-shadow:2px 2px 6px rgba(0,0,0,.4);margin-top:20px;letter-spacing:1px;opacity:.95}@media (min-width: 768px){.hero-text{min-height:50vh;padding:5rem 40px 3rem}}@media (min-width: 1024px){.hero-text{min-height:60vh;padding:7rem 60px 1rem 4rem}}.delivery-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:flex-start;justify-content:center;z-index:10000;padding:60px 20px 20px;overflow-y:auto;animation:delivery-fade-in .2s ease-out}@keyframes delivery-fade-in{0%{opacity:0}to{opacity:1}}.delivery-modal{background:#fff;border-radius:20px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:delivery-slide-up .3s ease-out}@keyframes delivery-slide-up{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.delivery-modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;border-bottom:2px solid #f3f4f6}.delivery-modal-title{display:flex;align-items:center;gap:12px}.delivery-modal-title h2{margin:0;font-size:1.75rem;font-weight:700;color:#111}.delivery-modal-close{background:transparent;border:none;cursor:pointer;padding:8px;border-radius:8px;transition:background .2s;display:flex;align-items:center;justify-content:center}.delivery-modal-close:hover{background:#f3f4f6}.delivery-modal-content{padding:32px}.delivery-modal-subtitle{font-size:1.1rem;color:#666;margin:0 0 24px}.delivery-type-selector{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}.delivery-type-btn{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px;background:#fff;border:2px solid #e5e7eb;border-radius:16px;cursor:pointer;transition:all .2s;font-size:1.1rem;font-weight:600;color:#666}.delivery-type-btn:hover{border-color:#e20614;background:#fef2f2;transform:translateY(-2px);box-shadow:0 4px 12px #c10f1926}.delivery-type-btn.active{border-color:#e20614;background:linear-gradient(135deg,#e20614,#8a0c14);color:#fff;transform:scale(1.02);box-shadow:0 6px 16px #c10f194d}.delivery-type-btn svg{transition:transform .2s}.delivery-type-btn.active svg,.delivery-type-btn:hover svg{transform:scale(1.1)}.delivery-section-title{font-size:1.2rem;font-weight:600;color:#111;margin:0 0 16px}.delivery-hotels-section{animation:delivery-fade-in .3s ease-out}.delivery-map-container{margin-bottom:20px;border-radius:16px;overflow:hidden;border:2px solid #e5e7eb;box-shadow:0 4px 12px #00000014}.delivery-map{width:100%;height:280px}.delivery-map-marker{cursor:pointer;transition:transform .2s ease}.delivery-map-marker:hover{transform:scale(1.15)}.delivery-map-marker.active{transform:scale(1.2);z-index:10}.delivery-map-popup{padding:8px 12px;font-size:13px;line-height:1.4}.delivery-map-popup strong{display:block;color:#111;font-size:14px;margin-bottom:4px}.delivery-map-popup span{color:#666}.mapboxgl-popup-content{border-radius:10px;padding:0;box-shadow:0 4px 16px #00000026}.mapboxgl-popup-close-button{font-size:18px;color:#666;padding:4px 8px}.delivery-hotels-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.delivery-hotel-card{position:relative;display:block;padding:20px;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s;background:#fff}.delivery-hotel-card:hover{border-color:#e20614;box-shadow:0 4px 12px #c10f191a;transform:translateY(-2px)}.delivery-hotel-card.selected{border-color:#e20614;background:#fef2f2;box-shadow:0 0 0 3px #c10f191a}.delivery-hotel-card input[type=radio]{position:absolute;top:16px;right:16px;width:20px;height:20px;cursor:pointer;accent-color:#e20614}.delivery-hotel-content{margin-right:32px}.delivery-hotel-name{margin:0 0 8px;font-size:1.1rem;font-weight:600;color:#111}.delivery-hotel-address{margin:0 0 4px;font-size:.95rem;color:#666;line-height:1.4}.delivery-hotel-city{margin:0 0 8px;font-size:.9rem;color:#888}.delivery-hotel-distance{margin:0;font-size:.9rem;color:#e20614;font-weight:600}.delivery-home-section{animation:delivery-fade-in .3s ease-out}.delivery-form{display:flex;flex-direction:column;gap:16px}.delivery-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.delivery-form-field{display:flex;flex-direction:column;gap:8px}.delivery-form-field label{font-size:.95rem;font-weight:600;color:#333}.delivery-form-field input{padding:12px 16px;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;transition:all .2s}.delivery-form-field input:focus{outline:none;border-color:#e20614;box-shadow:0 0 0 3px #c10f191a}.delivery-note{margin:16px 0 0;padding:12px 16px;background:#f0f9ff;border-left:4px solid #0ea5e9;border-radius:8px;font-size:.9rem;color:#0c4a6e;line-height:1.5}.delivery-loading,.delivery-empty{text-align:center;padding:40px 20px;color:#666;font-size:1rem}.delivery-error{margin:16px 0 0;padding:14px 18px;background:#fef2f2;border:2px solid #fca5a5;border-left:4px solid #dc2626;border-radius:8px;font-size:.95rem;color:#991b1b;line-height:1.5;font-weight:500}.delivery-autocomplete-container{position:relative}.delivery-suggestions{position:absolute;top:100%;left:0;right:0;background:#fff;border:2px solid #e5e7eb;border-top:none;border-radius:0 0 10px 10px;box-shadow:0 8px 24px #00000026;z-index:100;max-height:250px;overflow-y:auto}.delivery-suggestion-item{display:flex;align-items:center;gap:12px;padding:14px 16px;cursor:pointer;transition:all .2s;border-bottom:1px solid #f3f4f6}.delivery-suggestion-item:last-child{border-bottom:none}.delivery-suggestion-item:hover{background:#f8f9fa}.delivery-suggestion-item svg{color:#e20614;flex-shrink:0}.delivery-suggestion-item span{font-size:.95rem;color:#333;line-height:1.4}.delivery-selected-address{margin-top:10px;padding:10px 14px;background:#d1fae5;border:2px solid #10b981;border-radius:8px;font-size:.9rem;color:#065f46;font-weight:600}.delivery-modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:24px 32px;border-top:2px solid #f3f4f6}.delivery-btn{padding:12px 32px;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;border:none}.delivery-btn-secondary{background:#f3f4f6;color:#666}.delivery-btn-secondary:hover{background:#e5e7eb;color:#333}.delivery-btn-primary{background:linear-gradient(135deg,#e20614,#8a0c14);color:#fff;box-shadow:0 4px 12px #c10f194d}.delivery-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #c10f1966}@media (max-width: 768px){.delivery-modal{border-radius:20px 20px 0 0;max-height:95vh}.delivery-modal-header,.delivery-modal-content,.delivery-modal-footer{padding:20px}.delivery-modal-title h2{font-size:1.4rem}.delivery-type-selector,.delivery-hotels-grid,.delivery-form-row{grid-template-columns:1fr}.delivery-modal-footer{flex-direction:column-reverse}.delivery-btn{width:100%}}@media (max-width: 480px){.delivery-modal-overlay{padding:0;align-items:flex-end}.delivery-modal{max-height:90vh;border-radius:16px 16px 0 0}.delivery-modal-header,.delivery-modal-content,.delivery-modal-footer{padding:16px}.delivery-modal-title h2{font-size:1.2rem}.delivery-type-btn{padding:16px;font-size:1rem}}.delivery-modal-v2 .delivery-subtitle{margin:4px 0 0;font-size:.95rem;color:#666;font-weight:400}.delivery-notice{display:flex;align-items:flex-start;gap:12px;margin:0 32px;padding:16px 20px;background:linear-gradient(135deg,#fef3c7,#fef9e7);border:2px solid #f59e0b;border-radius:12px}.delivery-notice svg{color:#d97706;flex-shrink:0;margin-top:2px}.delivery-notice p{margin:0;font-size:.9rem;color:#92400e;line-height:1.5}.delivery-notice strong{color:#78350f}.delivery-pricing-card{margin-bottom:24px;padding:20px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px solid #e2e8f0;border-radius:16px}.pricing-header{display:flex;align-items:center;gap:10px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e2e8f0;color:#475569;font-size:.95rem}.pricing-header svg{color:#e20614}.pricing-details{display:flex;flex-direction:column;gap:8px}.pricing-label{font-size:1.15rem;font-weight:700;color:#111}.pricing-info{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.pricing-slot{display:inline-flex;align-items:center;padding:6px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:20px;font-size:.85rem;color:#64748b;font-weight:500}.pricing-price{display:flex;align-items:baseline;gap:12px;margin-top:8px}.pricing-price .price-ht{font-size:1.5rem;font-weight:800;color:#e20614}.pricing-price .price-ttc{font-size:.95rem;color:#64748b}.pricing-code{margin-top:8px;font-size:.8rem;color:#94a3b8;font-family:monospace}.delivery-orphelinat-warning{display:flex;gap:16px;margin-bottom:24px;padding:20px;background:linear-gradient(135deg,#fef2f2,#fff5f5);border:2px solid #fca5a5;border-left:5px solid #e20614;border-radius:12px}.delivery-orphelinat-warning>svg{color:#e20614;flex-shrink:0;margin-top:2px}.delivery-orphelinat-warning strong{display:block;margin-bottom:8px;font-size:1rem;color:#991b1b}.delivery-orphelinat-warning p{margin:0 0 16px;font-size:.9rem;color:#7f1d1d;line-height:1.5}.orphelinat-checkbox{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;background:#fff;border:2px solid #fca5a5;border-radius:10px;cursor:pointer;transition:all .2s}.orphelinat-checkbox:hover{border-color:#e20614;background:#fef9f9}.orphelinat-checkbox input[type=checkbox]{width:20px;height:20px;margin-top:2px;accent-color:#e20614;cursor:pointer;flex-shrink:0}.orphelinat-checkbox span{font-size:.95rem;color:#333;font-weight:600;line-height:1.4}.disabled-field{background:#f3f4f6!important;color:#6b7280!important;cursor:not-allowed!important;border-color:#e5e7eb!important}.delivery-selected-address{display:flex;align-items:center;gap:8px;margin-top:10px;padding:10px 14px;background:#d1fae5;border:2px solid #10b981;border-radius:8px;font-size:.9rem;color:#065f46;font-weight:600}.delivery-selected-address svg{color:#10b981}.delivery-error{display:flex;align-items:flex-start;gap:10px;margin:16px 0 0;padding:14px 18px;background:#fef2f2;border:2px solid #fca5a5;border-left:4px solid #dc2626;border-radius:8px;font-size:.95rem;color:#991b1b;line-height:1.5;font-weight:500}.delivery-error svg{color:#dc2626;flex-shrink:0;margin-top:2px}.delivery-section-title{display:flex;align-items:center;font-size:1.1rem;font-weight:600;color:#111;margin:0 0 16px}@media (max-width: 768px){.delivery-notice{margin:0 20px;flex-direction:column;gap:8px}.delivery-pricing-card{padding:16px}.pricing-price{flex-direction:column;gap:4px}.delivery-orphelinat-warning{flex-direction:column;gap:12px}.delivery-map{height:220px}.delivery-map-container{margin-bottom:16px}}@media (max-width: 480px){.delivery-map{height:180px}}.delivery-map-pricing-section{margin-bottom:24px}.delivery-map-container-inline{position:relative;border-radius:16px;overflow:hidden;border:2px solid #e5e7eb;box-shadow:0 4px 16px #00000014}.delivery-map-inline{width:100%;height:220px}.delivery-map-price-badge{position:absolute;top:16px;left:16px;background:#fff;border-radius:12px;padding:14px 18px;box-shadow:0 4px 16px #00000026;z-index:10;min-width:160px}.price-badge-header{display:flex;align-items:center;gap:8px;font-size:.8rem;color:#64748b;margin-bottom:6px}.price-badge-header svg{color:#e20614}.price-badge-amount{font-size:1.4rem;font-weight:800;color:#e20614;margin-bottom:4px}.price-badge-label{font-size:.75rem;color:#94a3b8;font-weight:500}@media (max-width: 768px){.delivery-map-inline{height:180px}.delivery-map-price-badge{padding:10px 14px;min-width:140px}.price-badge-amount{font-size:1.2rem}}@media (max-width: 480px){.delivery-map-inline{height:150px}.delivery-map-price-badge{top:10px;left:10px;padding:8px 12px;min-width:120px;border-radius:10px}.price-badge-header{font-size:.7rem;gap:6px}.price-badge-amount{font-size:1rem}.price-badge-label{font-size:.65rem}}.leasecar-overlay{position:fixed;inset:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;backdrop-filter:blur(8px)}.leasecar-modal{background:#fff;border-radius:24px;width:100%;max-width:520px;max-height:90vh;overflow:hidden;position:relative;box-shadow:0 30px 60px #00000059;animation:leasecarSlideUp .3s ease-out}@keyframes leasecarSlideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.leasecar-close{position:absolute;top:16px;right:16px;width:40px;height:40px;border:none;background:#f5f5f5;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;z-index:10;transition:all .2s}.leasecar-close:hover{background:#e5e5e5;transform:scale(1.1)}.leasecar-content{padding:40px 32px;text-align:center}.leasecar-logo-container{margin-bottom:28px}.leasecar-logo{max-width:280px;height:auto;display:block;margin:0 auto}.leasecar-logo-fallback{display:none;justify-content:center;align-items:center}.leasecar-text-logo{font-size:3rem;font-weight:800;letter-spacing:-2px}.leasecar-text-logo .lease{color:#2d3436}.leasecar-text-logo .car{color:#e20614}.leasecar-duration-badge{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #f59e0b;border-radius:30px;color:#92400e;font-weight:700;font-size:.95rem;margin-bottom:20px}.leasecar-info h2{font-size:1.8rem;font-weight:800;color:#111;margin:0 0 12px}.leasecar-subtitle{font-size:1.05rem;color:#666;margin:0 0 28px;line-height:1.6}.leasecar-subtitle strong{color:#e20614}.leasecar-benefits{list-style:none;padding:0;margin:0 0 32px;text-align:left}.leasecar-benefits li{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#f8f9fa;border-radius:12px;margin-bottom:10px;font-size:.95rem;font-weight:600;color:#333;transition:all .2s}.leasecar-benefits li:hover{background:#f3f4f6;transform:translate(4px)}.leasecar-benefits li svg{color:#10b981;flex-shrink:0}.leasecar-actions{display:flex;flex-direction:column;gap:12px}.leasecar-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:18px 24px;border-radius:14px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s;text-decoration:none;border:none}.leasecar-btn.primary{background:linear-gradient(135deg,#e20614,#b5050f);color:#fff}.leasecar-btn.primary:hover{background:linear-gradient(135deg,#c50512,#90040c);transform:translateY(-2px);box-shadow:0 8px 24px #e2061459}.leasecar-btn.secondary{background:#f5f5f5;color:#666}.leasecar-btn.secondary:hover{background:#e5e5e5;color:#333}@media (max-width: 580px){.leasecar-modal{max-width:95%;border-radius:20px}.leasecar-content{padding:32px 24px}.leasecar-logo{max-width:220px}.leasecar-text-logo{font-size:2.5rem}.leasecar-info h2{font-size:1.5rem}.leasecar-benefits li{padding:10px 14px;font-size:.9rem}.leasecar-btn{padding:16px 20px;font-size:.95rem}}.search-section{position:absolute;top:90px;left:50%;transform:translate(-50%);z-index:100;padding:0 var(--container-padding);width:100%;max-width:var(--container-max)}.search-container{background:#ffffffeb;border-radius:35px;padding:8px;width:100%;max-width:380px;box-shadow:0 8px 25px #00000026}.hero-text-mobile-under-search{display:none}@media (max-width: 767px){.hero-text-mobile-under-search{display:block;margin-top:24px;text-align:center;color:#fff;padding:0 16px}.hero-text-mobile-under-search .hero-title{font-size:20px;font-weight:800;line-height:1.2;margin-bottom:4px}.hero-text-mobile-under-search .hero-subtitle{font-size:20px;font-weight:800;opacity:.9}.hero-text-mobile-under-search .hero-tagline-mobile{font-family:Lemon Tuesday,Pacifico,cursive;font-size:28px;font-weight:400;color:#fff;text-shadow:2px 2px 6px rgba(0,0,0,.4);margin-top:8px;letter-spacing:1px}.search-container{margin:0 auto}.tabs,.tabs-separated{width:100%}.search-form{align-items:center;gap:10px}.mobile-form{width:100%;display:flex;flex-direction:column;gap:8px}.form-title{text-align:center;font-size:13px;margin-bottom:4px}.location-row{align-items:center}.location-input{width:100%;max-width:100%}.return-toggle-row{display:flex;justify-content:center;width:100%}.button-section{width:100%;display:flex;justify-content:center}.search-button{align-self:center;width:100%;max-width:100%;padding:14px 20px;font-size:14px}}.tabs{display:flex;margin-bottom:15px;background:#f5f5f5;border-radius:50px;padding:3px}.tabs-separated{display:flex;gap:15px;margin-bottom:15px;background:transparent;padding:0}.tab{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:12px 16px;border:none;background:transparent;border-radius:50px;cursor:pointer;transition:all .3s ease;font-size:14px;font-weight:500;color:#666}.tabs-separated .tab{flex:none;background:#f5f5f5;border:2px solid #e0e0e0;border-radius:50px;min-width:140px}.tabs-separated .tab:hover{border-color:#000;background:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.tab.active,.tabs-separated .tab.active{background:#000;color:#fff;border-color:#000}.tab-icon{width:20px;height:20px}.search-form{display:flex;flex-direction:column;gap:15px}.form-title{font-size:14px;text-align:left;margin-bottom:6px;font-weight:700;color:#000}.location-row{display:flex;flex-direction:column-reverse;gap:10px}.location-input{position:relative;display:flex;align-items:center;flex:1;max-width:380px;min-width:280px}.input-icon{position:absolute;left:15px;width:20px;height:20px;color:#333;z-index:1}.date-input .input-icon{position:static;width:22px;height:22px;color:#666;flex-shrink:0}.location-field{width:100%;padding:0 12px 0 40px;border:2px solid #e0e0e0;border-radius:50px;font-size:16px;outline:none;transition:border-color .3s ease;height:48px}@media (max-width: 767px){.location-field{height:44px;padding:0 12px 0 36px;font-size:14px;min-width:280px}.location-field::placeholder{font-size:13px}.input-icon{left:12px;width:18px;height:18px}}.location-field:focus{border-color:#e20614}.location-field::placeholder{color:#333}.return-toggle{display:flex;align-items:center;gap:8px;padding:0;border:none;background:transparent;cursor:pointer;font-size:12px;color:#333;transition:color .3s ease;white-space:nowrap;width:100%;justify-content:flex-start}.return-toggle:hover{color:#e20614}.plus-icon{width:18px;height:18px}.date-section{display:flex;flex-direction:column;gap:15px}.date-input{display:flex;align-items:center;padding:12px 15px;border:2px solid #e0e0e0;border-radius:50px;background:#fff;gap:15px;position:relative}.mobile-date{display:flex;align-items:center}.mobile-date .input-icon{margin-right:5px}.mobile-form{display:flex;flex-direction:column;gap:8px}.desktop-form{display:none}.desktop-row{display:flex;align-items:flex-start;gap:30px;flex-wrap:nowrap;min-height:160px}.location-section{flex:2.5;margin-top:19px;gap:15px}.date-section{display:flex;gap:15px;align-items:flex-end}.button-section{flex-shrink:0}.date-group{flex:1;display:flex;flex-direction:column;gap:8px}.date-label{font-size:12px;font-weight:600;color:#333}.date-input-small{display:flex;flex-direction:column;align-items:center;padding:12px;border:2px solid #e0e0e0;border-radius:18px;background:#fff;gap:2px}.date-input-small.clickable{cursor:pointer;transition:all .3s ease}.date-input-small.clickable:hover{border-color:#e20614;box-shadow:0 2px 8px #c41e3a26}.date-display-mobile{display:flex;align-items:center;gap:15px;width:100%;cursor:pointer;flex:1}.date-picker-wrapper{position:relative;display:flex;align-items:center;width:100%}.date-picker-hidden,.time-picker-hidden{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:1}.date-picker-hidden::-webkit-calendar-picker-indicator,.time-picker-hidden::-webkit-calendar-picker-indicator{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.date-info{display:flex;flex-direction:column;gap:2px}.date-info.clickable{cursor:pointer;transition:all .3s ease;padding:10px 12px;border-radius:12px;background:#fffc;border:1px solid #e0e0e0;min-width:80px;text-align:center}.date-info.clickable:hover{background-color:#c41e3a1a;border-color:#e20614;transform:translateY(-1px)}.date-text{font-size:13px;font-weight:700;color:#222;line-height:1.2}.time-text{font-size:11px;color:#666;font-weight:500}.date-separator{font-size:20px;color:#999;margin:0 5px;font-weight:300}.promo-section{display:none;text-align:center;margin:10px 0}.promo-link{background:none;border:none;color:#000;font-size:14px;font-weight:700;text-decoration:underline;cursor:pointer;transition:color .3s ease}.return-toggle-row{display:flex;align-items:center;justify-content:flex-start;gap:15px;margin-top:12px}.promo-link:hover{color:#e20614}.promo-code-container{margin-top:16px;margin-bottom:16px}.promo-code-input{width:100%;padding:14px 16px;border:2px solid rgba(0,0,0,.2);border-radius:10px;background:#00000080;color:#fff;font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:1px;transition:all .2s}.promo-code-input::placeholder{color:#fffc;text-transform:none;letter-spacing:normal}.promo-code-input:focus{outline:none;border-color:#e20614;background:#0009}.promo-button-section{display:flex;align-items:flex-end;gap:12px}.promo-code-container.desktop{margin:0;position:absolute;top:20px;right:35px;z-index:10}.promo-code-container.desktop .promo-code-input{width:180px;padding:12px 16px;background:#0009;border:2px solid rgba(255,255,255,.3);color:#fff}.promo-code-container.desktop .promo-code-input::placeholder{color:#fffc}.promo-code-container.desktop .promo-code-input:focus{background:#000000b3;border-color:#e20614}.search-button{background:#e20614;color:#fff;border:none;padding:12px 25px;border-radius:50px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:3px}.search-button:hover{background:#e20614;transform:translateY(-2px)}@media (min-width: 768px){.search-section{bottom:80px}.search-container{max-width:1420px;padding:25px 35px 0;position:relative}.tabs{max-width:280px;margin:0 0 10px}.form-title{font-size:14px;text-align:left;margin-bottom:12px}.mobile-form{display:none}.desktop-form{display:block}.location-section{flex:2.5}.location-row-desktop{display:flex;flex-direction:row;gap:30px;align-items:flex-start}.desktop-return-inline{display:flex;flex-direction:column;gap:0;flex:1;min-width:0}.location-row-desktop .location-input,.desktop-return-inline .location-input{max-width:none}.return-location-row{margin-top:10px}.location-row{flex-direction:row;align-items:center}.desktop-return-toggle{white-space:nowrap;font-size:15px;width:auto;justify-content:flex-start;display:flex;align-items:center;color:#000;font-weight:700}.date-section{flex:1;flex-direction:row;gap:15px}.button-section{flex-shrink:0}.promo-section{display:block;text-align:left;margin-top:5px}.search-button{min-width:200px;white-space:nowrap;padding:20px;font-size:15px;margin-top:45px}}@media (min-width: 1024px){.search-section{top:auto;padding:0 20px}}@media (max-width: 768px){.search-section{position:relative;top:auto;bottom:auto;left:auto;transform:none;padding:24px 16px 16px;width:100%;max-width:100%;display:flex;flex-direction:column;align-items:center}.search-container{padding:16px;border-radius:20px;width:100%;max-width:340px;overflow:visible}.tab{padding:8px 14px;font-size:13px}.tabs-separated{gap:8px;margin-bottom:12px}.tabs-separated .tab{min-width:auto;flex:1}.date-line-content{font-size:14px!important;gap:2px!important}.return-toggle{font-size:13px}.autocomplete-results{max-height:150px;position:absolute;z-index:9999}}.date-time-section-mobile,.date-time-section-desktop{display:flex;flex-direction:column;gap:10px}.date-time-card{border:1px solid #e0e0e0;border-radius:10px;padding:10px;background:#fff;display:flex;flex-direction:column;gap:8px}.date-time-label{font-size:12px;font-weight:600;color:#333;margin:0}.date-time-row{display:flex;gap:8px}.time-picker-wrapper,.date-picker-wrapper{position:relative;flex:1;display:flex;align-items:center}.time-picker-wrapper .input-icon,.date-picker-wrapper .input-icon{position:absolute;left:8px;width:14px;height:14px;color:#666;z-index:1}.time-picker,.date-picker{width:100%;padding:8px 8px 8px 28px;border:1px solid #e0e0e0;border-radius:6px;font-size:13px;outline:none;transition:border-color .3s ease;background:#fff}.time-picker:focus,.date-picker:focus{border-color:#e20614}@media (max-width: 767px){.date-time-row{flex-direction:column;gap:6px}.time-picker-wrapper,.date-picker-wrapper{flex:none}}@media (min-width: 768px){.date-time-section-desktop{min-width:250px}.date-time-row{flex-direction:row}}.date-pill-section-desktop{display:flex;flex-direction:row;gap:24px;justify-content:flex-start;align-items:center}.date-pill-group{display:flex;flex-direction:column;align-items:center;gap:6px;margin-top:20px}.date-pill-label{font-size:14px;font-weight:600;color:#000;margin:0 0 8px;padding:0;text-align:left;height:20px;line-height:20px;display:flex;align-items:center;user-select:none}.date-pill{display:flex;flex-direction:row;align-items:center;justify-content:center;background:#fff;border-radius:999px;border:1px solid #e0e0e0;min-width:170px;min-height:48px;box-shadow:0 1px 4px #00000008;overflow:hidden}.date-pill-half{flex:1;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:500;color:#181818;cursor:pointer;position:relative;height:100%;background:transparent;transition:background .2s;text-align:center}.date-pill-half:hover{background:#f5f5f5}.date-pill-divider{width:1px;background:#e0e0e0;margin:8px 0}.date-pill-input{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;cursor:pointer;border:none;background:transparent;z-index:2;pointer-events:none}@media (max-width: 767px){.date-pill-section-desktop{flex-direction:column;gap:12px;align-items:stretch}.date-pill{min-width:100%;min-height:44px}.date-pill-label{font-size:14px}.date-pill-half{font-size:15px}}.date-line-mobile{display:flex;align-items:center;gap:10px;margin:10px 0 18px}.date-line-icon{width:32px;height:32px;flex-shrink:0;color:#181818}.date-line-content{display:flex;align-items:center;gap:8px;font-size:20px;font-weight:400;color:#181818}.date-line-item{position:relative;cursor:pointer;padding:0 2px;border-radius:4px;transition:background .15s;min-width:56px;text-align:center}.date-line-item:hover{background:#f5f5f5}.date-line-sep{color:#181818;font-size:20px;font-weight:400;margin:0 2px;user-select:none}.date-line-input{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;cursor:pointer;border:none;background:transparent;z-index:2}@media (min-width: 768px){.date-line-mobile{display:none}}@media (max-width: 767px){.date-pill-section-desktop{display:none}}.date-pill-sep{color:#bdbdbd;font-size:18px;font-weight:500;display:flex;align-items:center;justify-content:center;padding:0 6px;user-select:none}@media (max-width: 768px){.autocomplete-results{font-size:14px}.autocomplete-item{padding:10px 14px}.agence-name{font-size:13px}.agence-details{font-size:11px}}.date-line-item-clickable,.date-pill-half-clickable{cursor:pointer;display:block;width:100%;height:100%;padding:.5rem}.tabs-slider{position:relative}.tab-slider-bg{position:absolute;top:0;left:0;width:50%;height:100%;background:#181818;border-radius:50px;transition:left .3s cubic-bezier(.4,1.3,.6,1);z-index:1}.tabs-slider .tab{position:relative;z-index:2;background:transparent;color:#666;transition:color .2s}.tabs-slider .tab.active{color:#fff}.promo-electrique-mobile-section{display:none}@media (max-width: 767px){.promo-electrique-mobile-section{display:block;position:absolute;top:380px;left:50%;transform:translate(-50%);width:100%;max-width:380px;padding:0 20px}.promo-bloc-mobile-search{background:linear-gradient(135deg,#e6a4b4,#c3d6e8,#a8d5ba);border-radius:20px;height:140px;position:relative;overflow:hidden;width:100%}.promo-content-mobile-search{height:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem}.promo-image-mobile-search{flex:1;display:flex;align-items:center;justify-content:flex-start}.tesla-image-mobile-search{max-height:100px;max-width:100%;object-fit:contain;display:flex;align-items:center;justify-content:center;color:#333;font-family:Poppins,sans-serif;font-size:.7rem;text-align:center;padding:10px}.promo-text-mobile-search{flex:1;text-align:right;color:#181818}.promo-reduction-mobile-search{font-size:1.5rem;font-weight:900;color:#181818;line-height:.9;margin-bottom:.1rem}.promo-details-mobile-search{font-size:.7rem;font-weight:500;color:#181818;margin-bottom:.3rem;line-height:1.1}.promo-vehicules-mobile-search{font-size:.8rem;font-weight:600;color:#181818;margin-bottom:.6rem;line-height:1}.promo-electriques-mobile-search{font-weight:900;font-size:.9rem;letter-spacing:.2px}.promo-btn-mobile-search{background:#e20614;color:#fff;font-weight:700;font-size:.65rem;padding:.4rem .8rem;border:none;border-radius:15px;cursor:pointer;transition:background .2s;white-space:nowrap;min-width:fit-content}.promo-btn-mobile-search:hover{background:#e20614}}.autocomplete-container{position:relative}.autocomplete-results{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 12px #00000026;max-height:200px;overflow-y:auto;z-index:1000;margin-top:4px}.autocomplete-item{padding:12px 16px;cursor:pointer;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease}.autocomplete-item:last-child{border-bottom:none}.autocomplete-item:hover{background-color:#f8f9fa}.agence-name{font-weight:600;color:#333;font-size:14px;margin-bottom:2px}.agence-details{font-size:12px;color:#666;line-height:1.3}.agence-details span{color:#888}.location-field:disabled{background-color:#f5f5f5;color:#999;cursor:not-allowed}@media (max-width: 768px){.autocomplete-container{position:relative}.autocomplete-results{font-size:14px;max-height:160px;z-index:9999;border-radius:12px;box-shadow:0 8px 24px #0003;-webkit-overflow-scrolling:touch}.autocomplete-item{padding:12px 14px}.agence-name{font-size:14px}.agence-details{font-size:11px}}@media (min-width: 769px){.desktop-form .autocomplete-results{max-height:250px;top:auto;bottom:100%;margin-top:0;margin-bottom:4px;box-shadow:0 -4px 12px #00000026}.desktop-form .autocomplete-item{padding:14px 18px}.desktop-form .agence-name{font-size:15px}.desktop-form .agence-details{font-size:13px}}.datetime-pickers-mobile{display:flex;flex-direction:column;gap:16px;margin:16px 0}.datetime-pickers-desktop{display:flex;gap:20px;align-items:flex-start;margin:20px 0}@media (max-width: 768px){.datetime-pickers-desktop{flex-direction:column;gap:16px}}.search-loader-overlay{position:fixed;inset:0;background:#000000d9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:99999;display:flex;align-items:center;justify-content:center;animation:fadeInLoader .3s ease-out}@keyframes fadeInLoader{0%{opacity:0}to{opacity:1}}.search-loader-content{text-align:center;padding:40px}.search-loader-logo{margin-bottom:32px;animation:pulseRotate 2s ease-in-out infinite}@keyframes pulseRotate{0%{transform:scale(1) rotate(0)}25%{transform:scale(1.05) rotate(5deg)}50%{transform:scale(1) rotate(0)}75%{transform:scale(1.05) rotate(-5deg)}to{transform:scale(1) rotate(0)}}.search-loader-img{width:100px;height:auto;filter:drop-shadow(0 4px 20px rgba(226,6,20,.5))}.search-loader-text{color:#fff;font-size:1.2rem;font-weight:500;margin:0 0 24px;letter-spacing:.5px}.search-loader-dots{display:flex;justify-content:center;gap:8px}.search-loader-dots span{width:10px;height:10px;background:#e20614;border-radius:50%;animation:bounce 1.4s ease-in-out infinite both}.search-loader-dots span:nth-child(1){animation-delay:0s}.search-loader-dots span:nth-child(2){animation-delay:.16s}.search-loader-dots span:nth-child(3){animation-delay:.32s}@keyframes bounce{0%,80%,to{transform:scale(.6);opacity:.5}40%{transform:scale(1);opacity:1}}@media (max-width: 768px){.search-loader-content{padding:24px}.search-loader-img{width:80px}.search-loader-text{font-size:1rem;padding:0 16px}}.autocomplete-item.highlighted{background-color:#e8f4fd!important;border-left:3px solid #e20614}.nos-agences-section-mobile{margin:3rem 0 0;padding:2rem 1rem 0;background:transparent}.nos-agences-title-mobile{font-size:26px;font-weight:900;margin-bottom:1.5rem;letter-spacing:1px;color:#000;text-align:center}.map-container-mobile{width:100%;height:280px;border-radius:20px;overflow:hidden;margin-bottom:1.5rem;box-shadow:0 4px 20px #0000001a}.mapbox-map-mobile{width:100%;height:100%}.mapbox-marker-mobile{cursor:pointer}.mapbox-marker-mobile:active{transform:scale(1.1)}.agences-list-mobile{display:flex;flex-direction:column;gap:10px}.agence-item-mobile{border:none}.agence-btn-header-mobile{width:100%;background:#fff;border:2px solid #e5e7eb;border-radius:16px;outline:none;display:flex;align-items:center;justify-content:space-between;font-size:1rem;font-weight:600;color:#181818;padding:1rem 1.2rem;cursor:pointer;transition:all .2s}.agence-btn-header-mobile:hover{border-color:#e20614}.agence-btn-header-mobile.active{border-color:#e20614;border-radius:16px 16px 0 0;background:linear-gradient(135deg,#fff5f5,#fff)}.plus-icone-mobile{color:#e20614;width:20px;height:20px;flex-shrink:0}.agence-card-mobile{background:#fff;border-radius:0 0 16px 16px;border:2px solid #e20614;border-top:1px solid #f0f0f0;margin-top:0;overflow:hidden;animation:slideDown .25s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.agence-card-content-mobile{padding:1.2rem}.agence-nom-mobile{color:#e20614;font-weight:700;font-size:1.1rem;margin-bottom:.8rem}.agence-info-row-mobile{display:flex;align-items:flex-start;gap:.8rem;font-size:.95rem;margin-bottom:.6rem;color:#333;line-height:1.4}.agence-icone-mobile{min-width:18px;min-height:18px;color:#e20614;margin-top:2px;flex-shrink:0}.agence-btn-mobile{display:flex;align-items:center;justify-content:center;width:100%;background:linear-gradient(135deg,#e20614,#b5050f);color:#fff;font-weight:600;font-size:.95rem;text-align:center;padding:1rem;border:none;text-decoration:none;transition:all .2s}.agence-btn-mobile:hover{background:linear-gradient(135deg,#b5050f,#8a0410)}.agence-btn-mobile:active{transform:scale(.98)}@media (min-width: 480px){.nos-agences-section-mobile{padding:2rem 1.5rem 0}.map-container-mobile{height:320px}.agence-btn-header-mobile{font-size:1.05rem;padding:1.1rem 1.4rem}}@media (min-width: 600px){.nos-agences-section-mobile{max-width:520px;margin-left:auto;margin-right:auto}.map-container-mobile{height:350px;border-radius:24px}}@media (min-width: 768px){.nos-agences-section-mobile{display:none}}.nos-agences-section{margin:0;padding:8rem 0 0;position:relative;width:100%;max-width:100%;padding-left:0;padding-right:0}@media (min-width: 769px){.nos-agences-section{width:100%;max-width:100%}}.nos-agences-header{text-align:center;max-width:var(--container-max);width:100%;margin:0 auto 32px;padding-left:var(--container-padding);padding-right:var(--container-padding)}.nos-agences-title{font-size:40px;font-weight:900;margin-bottom:12px;letter-spacing:2px;color:#000}.nos-agences-subtitle{margin:0;font-size:18px;color:#4b5563;font-weight:500}.agences-container{display:grid;grid-template-columns:minmax(440px,480px) 1fr;gap:3rem;align-items:start;max-width:var(--container-max);width:100%;margin-left:auto;margin-right:auto;padding-left:var(--container-padding);padding-right:var(--container-padding)}.agence-details{display:flex;flex-direction:column}.agence-details span{color:#000;font-weight:600}.agence-card{background:#fff;overflow:hidden;transition:all .3s ease;width:100%;min-height:420px;display:flex;flex-direction:column;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 4px 20px #00000014}.agence-card:hover{transform:translateY(-2px);box-shadow:0 12px 35px #00000026}.agence-card-content{padding:2.5rem 2.5rem 1.5rem;flex:1;display:flex;flex-direction:column}.agence-nom{font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:400;color:#333;margin-bottom:1.5rem;letter-spacing:0;line-height:1.3}.agence-info-row{display:flex;align-items:flex-start;gap:1rem;font-size:.95rem;margin-bottom:1rem;line-height:1.5}.agence-info-row span{flex:1;word-wrap:break-word;overflow-wrap:break-word}.agence-icone{min-width:22px;min-height:22px;width:22px;height:22px;color:#181818;margin-top:2px;flex-shrink:0}.agence-horaire{font-size:1.08rem}.agence-btn{display:block;width:100%;font-weight:700;font-size:1.05rem;text-align:center;padding:1.1rem .5rem;border:none;text-decoration:none;transition:background .2s;cursor:pointer;background:linear-gradient(135deg,#e20614,#b5050f);color:#fff;border-radius:0 0 16px 16px;margin-top:auto;flex-shrink:0}.agence-btn:hover{background:linear-gradient(135deg,#b5050f,#8a0410);color:#fff}.nc-map-container{display:flex;justify-content:center;align-items:center}.nc-map{position:relative;width:100%;aspect-ratio:1000 / 722;min-height:450px;display:flex;align-items:center;justify-content:center}.nc-map-svg{width:100%;height:100%;object-fit:contain}.map-marker{position:absolute;transform:translate(-50%,-50%);cursor:pointer;z-index:10;transition:all .3s ease}.map-marker:hover{transform:translate(-50%,-50%) scale(1.1)}.marker-pin{color:#e20614;fill:#e20614;stroke:#e20614;stroke-width:2;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));transition:all .3s ease}.marker-pin path:last-child{fill:#fff!important}.map-marker.active .marker-pin{color:#8b1825;fill:#8b1825;stroke:#8b1825;transform:scale(1.2)}.map-marker.active .marker-pin path:last-child{fill:#fff!important}.marker-label{position:absolute;top:30px;left:50%;transform:translate(-50%);background:#2c3e50;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;white-space:nowrap;opacity:0;transition:opacity .3s ease;pointer-events:none}.map-marker:hover .marker-label,.map-marker.active .marker-label{opacity:1}@media (max-width: 1024px){.agences-container{grid-template-columns:1fr;gap:2rem}.nc-map{height:300px}}@media (max-width: 768px){.nos-agences-section{padding:4.5rem 0 0}.agence-card-content{padding:2rem 1.5rem 1rem}.agence-nom{font-weight:800;font-size:1.6rem}.agence-card{margin:20px 0}.agence-btn-header{padding:.9rem 1.7rem}.nc-map{height:250px}}.mapbox-marker{display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 3px 6px rgba(0,0,0,.25))}.mapbox-marker svg{width:32px;height:40px}.mapboxgl-popup-content{border-radius:12px!important;box-shadow:0 4px 20px #00000026!important;padding:0!important;overflow:hidden}.mapboxgl-popup-tip{border-top-color:#fff!important}.nos-engagements-section-mobile{padding:2.5rem 16px 2rem}.nos-engagements-title-mobile{font-size:26px;font-weight:800;margin-bottom:2rem;letter-spacing:.5px;color:#181818;text-align:center}.engagements-container-mobile{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.engagement-item-mobile{display:flex;flex-direction:row;align-items:center;gap:16px;padding:16px 20px;background:#fafafa;border-radius:16px;border:1px solid #f0f0f0}.engagement-icone-mobile{color:#e20614;flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.engagement-texte-wrapper-mobile{display:flex;flex-direction:column;gap:2px}.engagement-titre-mobile{font-size:.95rem;font-weight:700;color:#181818;line-height:1.3}.engagement-sous-titre-mobile{font-size:.85rem;font-weight:500;color:#666;line-height:1.3}.engagement-button-container-mobile{display:flex;justify-content:center;margin-top:.5rem}.engagement-btn-mobile{background:#e20614;color:#fff;font-weight:700;font-size:.9rem;padding:14px 28px;border:none;border-radius:50px;cursor:pointer;transition:background .2s,transform .2s;width:fit-content;text-decoration:none}.engagement-btn-mobile:hover{background:#c10512}.engagement-btn-mobile:active{transform:scale(.98)}@media (min-width: 769px){.nos-engagements-section-mobile{display:none}}.nos-engagements-section{margin:6rem 0;padding:0 2rem;max-width:1200px;margin-left:auto;margin-right:auto;text-align:center}.nos-engagements-title{font-size:2.5rem;font-weight:900;margin-bottom:3rem;letter-spacing:2px;color:#181818}.engagements-container{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-bottom:3rem}.engagement-item{display:flex;flex-direction:column;align-items:center;text-align:center}.engagement-icone{color:#e20614;margin-bottom:1.5rem;stroke-width:2px;filter:drop-shadow(0 0 2px rgba(196,30,58,.3))}.engagement-titre{font-family:Poppins,sans-serif;font-size:1.2rem;font-weight:700;color:#181818;line-height:1.3}.engagement-sous-titre{font-family:Poppins,sans-serif;font-size:1.2rem;font-weight:700;color:#181818;margin:0;line-height:1.3}.engagement-button-container{display:flex;justify-content:center}.engagement-btn{background:#e20614;color:#fff;font-weight:700;font-size:1rem;padding:1.2rem 4rem;margin-top:1.5rem;border:none;border-radius:50px;cursor:pointer;transition:background .2s;text-decoration:none}.engagement-btn:hover{background:#e20614}@media (max-width: 1024px){.engagements-container{gap:2rem}}@media (max-width: 768px){.nos-engagements-title{font-size:2rem}.engagements-container{grid-template-columns:1fr;gap:2rem}}.promo-electrique-section{margin:5rem 0 0;padding:0 2rem;max-width:1420px;margin-left:auto;margin-right:auto}.promo-bloc{background:url(/assets-img/plante-fond-droit.png),linear-gradient(135deg,#e6a4b4,#c3d6e8,#a8d5ba);background-size:contain,cover;background-position:left center,center;background-repeat:no-repeat,no-repeat;border-radius:25px;height:450px;position:relative;overflow:hidden}.promo-content{height:100%;display:flex;align-items:center;justify-content:space-between;padding:3rem 3.5rem;position:relative}.promo-image{flex:1 1 80%;display:flex;align-items:center;justify-content:flex-start;padding-left:0rem}.tesla-image{height:100%;max-height:none;width:auto;max-width:none;object-fit:contain;display:block}.promo-text{flex:1 1 45%;text-align:left;color:#181818}.promo-encadre{border:3px solid #000000;border-radius:15px;padding:20px;margin-bottom:20px;background:transparent;display:flex;align-items:center;gap:15px;width:fit-content;margin-left:0}.promo-reduction{font-family:Poppins,sans-serif;font-size:4.5rem;font-weight:900;color:#181818;line-height:.9;margin-bottom:.3rem}.promo-details{font-family:Poppins,sans-serif;font-size:.9rem;font-weight:500;color:#181818;margin-bottom:.8rem;line-height:1.2;align-self:flex-end;text-align:left}.promo-details .reduction-strong{font-weight:800;font-size:1.2rem}.promo-details .reduction-sub{font-weight:500;font-size:.9rem}.promo-vehicules{font-family:Poppins,sans-serif;font-size:3rem;font-weight:600;color:#181818;margin-bottom:1.5rem;line-height:1.1;text-align:left;margin-left:0;width:100%;max-width:400px}.promo-electriques-subtitle{display:block;font-size:1.3rem;font-weight:500;margin-bottom:.4rem;letter-spacing:.02em}.promo-electriques{font-family:Poppins,sans-serif;font-weight:900;font-size:3.5rem;letter-spacing:.5px}.promo-btn{font-family:Poppins,sans-serif;background:#e20614;color:#fff;font-weight:700;font-size:.9rem;padding:.95rem 3rem;border:none;border-radius:25px;cursor:pointer;transition:background .2s;display:inline-block;width:350px}.promo-btn:hover{background:#e20614}@media (max-width: 1024px){.promo-bloc{height:320px}.promo-content{padding:2.25rem 2rem}.tesla-image{height:100%;max-height:250px}.promo-reduction{font-size:3rem}.promo-vehicules{font-size:1.3rem}.promo-electriques{font-size:1.5rem}.promo-electriques-subtitle{font-size:1rem}}.carrousel-categories-desktop{width:100%;min-height:82vh;background:#fff;position:relative;overflow:visible!important;display:flex;align-items:center;justify-content:center;max-width:var(--container-max);margin-left:auto;margin-right:auto;padding-left:var(--container-padding);padding-right:var(--container-padding)}.carrousel-container{width:100%;height:100%;padding:8rem 0 0;display:flex;flex-direction:column;justify-content:center}.carrousel-header{text-align:left;margin-bottom:50px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:20}.carrousel-title{font-size:40px;font-weight:900;color:#181818;margin-bottom:0;text-transform:uppercase;display:inline-block;margin-right:15px}.carrousel-subtitle{font-family:Poppins,sans-serif;font-size:40px;color:#181818;font-weight:900;display:inline-block;text-transform:uppercase}.carrousel-title-mobile{display:none}.carrousel-slider{position:relative;overflow:visible!important;padding:20px 0;width:100%}.carrousel-categories-desktop .carrousel-slider,.carrousel-categories-desktop .carrousel-track{overflow:visible!important}.carrousel-track{display:flex;flex-wrap:nowrap;transition:transform .5s ease-in-out;gap:30px;will-change:transform;max-width:100%;overflow:visible!important}.category-card{flex:0 0 var(--card-width, 420px);width:var(--card-width, 420px);height:490px;background:#fff;border-radius:25px;border:1px solid #d9d9d9;position:relative;overflow:hidden}.category-image-container{width:100%;height:300px;background:url(/assets-img/plante-fond-gauche.png),linear-gradient(135deg,#f5f5f5e6,#f0f0f0e6,#ebebebe6);background-size:contain,cover;background-position:right top,center;background-repeat:no-repeat,no-repeat;position:relative;display:flex;align-items:center;justify-content:center;border-bottom:none;z-index:1}.category-placeholder-image{margin-bottom:30px!important;max-width:90%!important;object-fit:contain;display:block;position:relative;z-index:2}.category-price{position:absolute;bottom:20px;left:20px;font-family:Poppins,sans-serif;font-size:1rem;font-weight:700;color:#000;z-index:5}.price-amount{font-weight:800;font-size:1.4rem;color:#000!important}.category-info-section{width:100%;height:auto;min-height:120px;background:#fff;position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:15px 35px;gap:10px}.category-name{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:800;color:#181818;margin:0;text-align:left}.category-transmission{display:inline-flex;align-items:center;gap:6px;font-family:Poppins,sans-serif;font-size:.85rem;font-weight:500;color:#666;background:#f5f5f5;padding:4px 12px;border-radius:20px}.category-transmission svg{color:#888}.category-description{font-weight:600;font-family:Poppins,sans-serif;font-size:1.1rem;color:#000;margin:0;text-align:left;line-height:1.4}.category-btn{font-family:Poppins,sans-serif;background:transparent;color:#000;border:2px solid #000000;padding:8px 30px;border-radius:20px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:none;letter-spacing:.5px}.category-btn:hover{background:#000;color:#fff}.carrousel-arrow{width:40px;height:40px;border-radius:50%;background:transparent;border:2px solid #000000;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#000;font-size:1.2rem;font-weight:700;position:relative;z-index:21}.carrousel-arrow:disabled{opacity:.5}.promo-electrique-section{display:block}@media (max-width: 1200px){.category-card{min-width:460px;height:490px}}@media (max-width: 768px){.carrousel-vehicules-mobile{display:block}.carrousel-vehicules-mobile .carrousel-header{margin-bottom:0;justify-content:center}.carrousel-vehicules-mobile .carrousel-title-mobile{display:block;color:#000;font-size:35px;font-weight:900;text-align:center}.carrousel-vehicules-mobile .carrousel-track{gap:0;overflow:visible!important}.carrousel-vehicules-mobile .vehicle-card{width:100%;min-width:100%;border-radius:25px;overflow:hidden}.carrousel-vehicules-mobile .vehicle-image-container{height:250px;background:url(/assets-img/plante-fond-gauche.png),linear-gradient(135deg,#f5f5f5e6,#f0f0f0e6,#ebebebe6);background-size:contain,cover;background-position:right top,center;background-repeat:no-repeat,no-repeat;position:relative;display:flex;align-items:center;justify-content:center}.carrousel-vehicules-mobile .vehicle-placeholder-image{max-width:90%;max-height:85%;object-fit:contain}.carrousel-vehicules-mobile .vehicle-price-display{position:absolute;bottom:20px;left:20px;font-family:Poppins,sans-serif;font-weight:700;font-size:14px;color:#000}.carrousel-vehicules-mobile .vehicle-price-amount{font-weight:800;font-size:28px}.carrousel-vehicules-mobile .carrousel-controls{justify-content:center;gap:16px}.carrousel-categories-desktop{display:block;padding-left:30px;padding-right:30px}.carrousel-container{padding:4.5rem 0 0}.carrousel-header{margin-bottom:0!important;justify-content:center!important;align-items:center!important;padding-bottom:1rem}.carrousel-title,.carrousel-subtitle{display:none!important}.carrousel-title-mobile{display:block;color:#000;font-size:35px;font-weight:900;text-align:center;width:100%}.carrousel-header .carrousel-controls{display:none}.carrousel-track{gap:0;overflow:visible!important}.category-card{width:100%;min-width:100%;height:430px;border-radius:25px;margin:0 auto}.category-image-container{height:250px;background-position:center,center;border-bottom:none;background-size:cover;align-items:flex-start;padding-top:30px}.category-price{left:20px;right:auto;font-size:14px;font-weight:700}.price-amount{font-size:28px;font-weight:800}.category-info-section{height:auto;align-items:flex-start;padding:20px 30px;gap:10px}.category-name{font-size:28px;font-weight:800}.category-transmission{font-size:.8rem;padding:3px 10px}.category-description{font-size:16px;margin-bottom:8px}.category-btn{display:block;width:100%;background:#e20614;border-color:#e20614;color:#fff;padding:12px 20px;font-size:.95rem;border-radius:30px}.carrousel-controls{justify-content:center;gap:16px}.carrousel-controls-bottom{display:flex}.carrousel-arrow{width:44px;height:44px}}@media (max-width: 768px){.promo-electrique-section{display:block;padding:4.5rem 0 0px;margin-top:0!important;width:100%;max-width:100%;margin-left:0;margin-right:0}.promo-bloc{max-width:100%;border-radius:0!important;border:none;overflow:hidden;background:linear-gradient(135deg,#e6a4b4,#c3d6e8,#a8d5ba);max-height:550px;height:100%}.promo-content{display:flex;flex-direction:column;gap:16px;padding:40px 20px;position:relative;background:url(/assets-img/plante-fond-droit.png),transparent;background-size:cover;background-position:left center,center;background-repeat:no-repeat,no-repeat;align-items:center}.promo-image{width:100%;display:flex;justify-content:center}.tesla-image{width:100%;max-width:520px;height:auto;object-fit:contain}.promo-text{color:#000;text-align:center;max-width:350px;width:100%;margin:0 auto}.promo-encadre{width:100%;margin-bottom:0;display:inline-flex;align-items:center;justify-content:center;gap:25px;padding:18px 20px;border:1px solid #1a1a1a;border-radius:30px;background:transparent}.promo-reduction{font-family:Poppins,sans-serif;font-size:35px;font-weight:800}.promo-details{text-align:left;line-height:1.1;margin-bottom:0}.promo-details .reduction-strong{font-weight:800;font-size:16px}.promo-details .reduction-sub{font-size:14px}.promo-vehicules{margin:16px 0 8px;font-size:20px;font-weight:700;text-align:center}.promo-electriques{font-size:32px;font-weight:900;letter-spacing:1px}.promo-btn{display:inline-block;width:100%;max-width:320px;margin:10px auto 0;padding:14px 22px;border-radius:999px;background:#e20614;color:#fff;font-weight:800;border:none}}.promo-kone-mobile{display:none}@media (max-width: 768px){.promo-kone-mobile{display:block;width:100%;max-width:100%;margin-left:0;margin-right:0;padding:24px 0 40px}.promo-kone-container{display:grid;grid-template-rows:auto auto;border-radius:0;overflow:hidden;background:linear-gradient(180deg,#e6f0f7,#fff);margin:0}.promo-kone-image img{width:100%;height:auto;display:block}.promo-kone-content{text-align:center;padding:24px 20px 0;color:#000}.promo-kone-title{font-size:35px!important;font-weight:900;margin:12px 0}.promo-kone-subtitle{font-size:16px;font-weight:600;margin:0}.promo-kone-location{font-size:22px;font-weight:800;margin:4px 0 0}.promo-kone-price-label{font-size:10px;color:#555;margin:12px 0 0}.promo-kone-price{font-size:24px;font-weight:900;margin:6px 0 0}.promo-kone-btn{display:inline-block;width:100%;max-width:320px;margin:16px auto 0;padding:14px 22px;border-radius:999px;background:#e20614;color:#fff;font-weight:800;text-align:center;text-decoration:none}}.category-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.category-modal-content{background:#fff;border-radius:20px;max-width:700px;width:100%;max-height:85vh;overflow-y:auto;overflow-x:visible;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:slideUp .3s ease-out;position:relative}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.category-modal-close{position:absolute;top:20px;right:20px;background:#f3f4f6;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;z-index:10}.category-modal-close:hover{background:#e5e7eb;transform:rotate(90deg)}.category-modal-header{background:linear-gradient(135deg,#e20614,#8a0b13);color:#fff;padding:40px 32px 32px;border-radius:20px 20px 0 0}.category-modal-title{font-size:2rem;font-weight:700;margin:0 0 8px}.category-modal-category{font-size:1.2rem;opacity:.95;margin:0 0 8px}.category-modal-gearbox{display:inline-flex;align-items:center;gap:6px;font-size:.85rem;font-weight:500;background:#fff3;backdrop-filter:blur(4px);padding:5px 12px;border-radius:20px;margin-top:4px}.category-modal-gearbox svg{opacity:.9}.category-modal-form{padding:32px}.category-form-group{margin-bottom:24px}.category-form-label{display:flex;align-items:center;gap:8px;font-weight:600;color:#374151;margin-bottom:8px;font-size:.95rem}.category-form-input,.category-form-select{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .2s;background:#fff}.category-form-input:focus,.category-form-select:focus{outline:none;border-color:#e20614;box-shadow:0 0 0 3px #c10f191a}.category-form-select{cursor:pointer}.category-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.category-modal-submit{width:100%;background:linear-gradient(135deg,#e20614,#8a0b13);color:#fff;border:none;border-radius:8px;padding:16px 32px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 4px 6px -1px #c10f194d;margin-top:12px}.category-modal-submit:hover{transform:translateY(-2px);box-shadow:0 6px 12px -1px #c10f1966}.category-modal-submit:active{transform:translateY(0)}.category-return-toggle{display:flex;align-items:center;gap:8px;background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;padding:12px 16px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s;margin:12px 0;font-family:inherit;color:#374151}.category-return-toggle:hover{background:#f3f4f6;border-color:#e20614}@media (max-width: 768px){.category-modal-content{max-width:100%;max-height:100vh;border-radius:0}.category-modal-header{padding:60px 24px 24px;border-radius:0}.category-modal-title{font-size:1.5rem}.category-modal-category{font-size:1rem}.category-modal-form{padding:24px}.category-form-row{grid-template-columns:1fr}.category-modal-close{top:16px;right:16px}}.carrousel-vehicules-desktop{width:100%;background:#fff;position:relative;overflow:hidden;max-width:var(--container-max);margin-left:auto;margin-right:auto;padding-left:var(--container-padding);padding-right:var(--container-padding)}.carrousel-header{text-align:left;margin-bottom:50px;display:flex;justify-content:space-between;align-items:center}.carrousel-title{font-weight:900;color:#181818;margin-bottom:0;text-transform:uppercase;letter-spacing:2px;display:inline-block;margin-right:15px}.carrousel-subtitle{color:#181818;font-weight:900;display:inline-block;text-transform:uppercase;letter-spacing:2px}.carrousel-slider{position:relative;overflow:hidden}.carrousel-track{display:flex;transition:transform .5s ease-in-out;gap:30px;max-width:100%;overflow:hidden}.vehicle-card{min-width:440px;background:#fff;border-radius:25px;position:relative;overflow:hidden}.vehicle-image-container{width:100%;min-height:300px;background:url(/assets-img/plante-fond-gauche.png),linear-gradient(135deg,#f5f5f5e6,#f0f0f0e6,#ebebebe6);background-size:contain,cover;background-position:right top,center;background-repeat:no-repeat,no-repeat;position:relative;display:flex;align-items:center;justify-content:center;border-radius:35px}.vehicle-placeholder-image{max-width:90%;max-height:85%;object-fit:contain}.vehicle-price-display{position:absolute;bottom:20px;right:20px;font-family:Poppins,sans-serif;font-size:1rem;font-weight:700;color:#000;z-index:5}.vehicle-price-amount{font-weight:900;font-size:22px;color:#000!important}.vehicle-info{padding:20px;height:200px;display:flex;flex-direction:column;justify-content:space-between}.vehicle-name{font-size:1.2rem;font-weight:600;color:#2c3e50;margin-bottom:8px}.vehicle-category{font-size:.9rem;color:#6c757d;margin-bottom:15px;text-transform:uppercase;letter-spacing:.5px}.vehicle-features{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:15px}.vehicle-feature{background:#fff;color:#181818;padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:500;border:1px solid #f0f0f0}.vehicle-price{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.price-period{font-size:.8rem;color:#6c757d;margin-left:5px}.reserve-button{background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff;border:none;padding:8px 16px;border-radius:20px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.reserve-button:hover{background:linear-gradient(135deg,#c0392b,#a93226);transform:scale(1.05)}.carrousel-controls{display:flex;gap:10px}.carrousel-arrow{width:40px;height:40px;border-radius:50%;background:transparent;border:2px solid #000000;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#000;font-size:1.2rem;font-weight:700}.carrousel-arrow:hover{background:#000;color:#fff}.carrousel-arrow:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.carrousel-vehicules-desktop{display:none}}.promo-kone-section{width:100%;padding:8rem 0 0;margin:0 auto;padding-left:var(--container-padding);padding-right:var(--container-padding);max-width:1420px!important}.promo-kone-container{display:flex;background:#fff;border-radius:25px;overflow:hidden}.promo-kone-image{flex:2;position:relative;overflow:hidden}.promo-kone-image img{width:100%;height:100%;object-fit:cover}.promo-kone-content{flex:1;padding:2rem 4rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;background:#f5f5f5;text-align:left}.promo-kone-title{font-family:Poppins,sans-serif;font-size:2.8rem;font-weight:900;color:#000;margin:0 0 1.2rem;text-transform:uppercase;letter-spacing:1px;text-align:left;width:100%}.promo-kone-subtitle{font-size:1.3rem;font-weight:400;color:#000;margin:0 0 .2rem;font-family:Poppins,sans-serif;text-align:left;width:100%}.promo-kone-location{font-size:2.4rem;font-weight:900;color:#000;margin:0 0 1rem;font-family:Poppins,sans-serif;text-align:left;width:100%}.promo-kone-price-container{margin:1rem 0;line-height:2rem}.promo-kone-price-label{font-size:1.3rem;color:#000;margin:0 0 .2rem;font-family:Poppins,sans-serif;font-weight:400}.promo-kone-price{font-size:2.4rem;font-weight:900;color:#000;margin:0 0 .2rem;font-family:Poppins,sans-serif}.promo-kone-btn{background:#e20614;color:#fff;min-width:300px;border:none;padding:.8rem 2rem;border-radius:25px;font-weight:600;text-transform:none;letter-spacing:.5px;cursor:pointer;transition:all .3s ease;text-decoration:none;text-align:center;display:inline-block;margin-top:1rem;font-family:Poppins,sans-serif}.promo-kone-btn:hover{background:#b5050f;transform:translateY(-2px);box-shadow:0 5px 15px #c10f194d}.promo-kone-location-container{line-height:2rem;margin-top:1rem}@media (max-width: 1024px){.promo-kone-content{padding:1rem}.promo-kone-title,.promo-kone-price{font-size:1.1rem}}@media (max-width: 768px){.promo-kone-section{width:100%;max-width:100%;margin-left:0;margin-right:0;padding-left:0!important;padding-right:0!important;padding-top:4rem}.promo-kone-container{flex-direction:column;border-radius:0}.promo-kone-image{height:250px}.promo-kone-content{padding:3rem 1.5rem;align-items:center;text-align:center}.promo-kone-title{font-size:1.8rem;letter-spacing:1px;text-align:center;width:100%}.promo-kone-location{font-size:1.9em;font-weight:800;text-align:center;width:100%}.promo-kone-price{font-size:1.8rem;text-align:center;width:100%}.promo-kone-subtitle,.promo-kone-price-label{text-align:center;width:100%}.promo-kone-btn{padding:.8rem 1.5rem;font-size:1rem;margin-left:auto;margin-right:auto;display:inline-block}}.decouverte-tourisme-desktop{width:100%;padding:80px 0;position:relative;min-height:700px}.decouverte-container{max-width:1200px;margin:0 auto;padding:0 20px;text-align:center}.decouverte-title{font-size:40px;font-weight:700;color:#fff;margin-bottom:40px;text-transform:uppercase;letter-spacing:2px;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.decouverte-description{font-size:1.1rem;font-weight:400;color:#fff;line-height:1.8;max-width:800px;margin:0 auto;text-align:center;text-shadow:1px 1px 3px rgba(0,0,0,.7)}.decouverte-cards-container{max-width:var(--container-max);width:100%;margin-left:auto;margin-right:auto;padding-left:var(--container-padding);padding-right:var(--container-padding);display:flex;gap:30px;align-items:flex-start;justify-content:center;height:100%;padding-top:20px}.decouverte-card-large{width:700px;height:450px;background:transparent;border-radius:35px;border:1px solid #707070;position:relative;overflow:hidden}.decouverte-cards-vertical{display:flex;flex-direction:row;gap:20px}.decouverte-card-small{width:250px;height:450px;background:transparent;border-radius:35px;border:1px solid #707070;position:relative;overflow:hidden}.card-image-section{height:66.67%;background:#000;border-bottom:1px solid #ffffff;display:flex;align-items:center;justify-content:center}.image-placeholder{color:#fff;font-size:.9rem;text-align:center}.card-description-section{height:33.33%;background:#fff;display:flex;align-items:center;justify-content:center;padding:20px}.description-content{width:100%;display:flex;flex-direction:column;align-items:flex-start}.description-category{color:#181818;font-size:1.1rem;font-weight:400;line-height:.8}.description-title{color:#181818;font-size:1.4rem;font-weight:800;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}.decouverte-card-large .description-title{-webkit-line-clamp:1;white-space:nowrap;display:block}.decouverte-card-small .description-title{-webkit-line-clamp:2;line-height:1.3}.description-btn{background:transparent;border:2px solid #181818;color:#181818;font-size:.8rem;padding:8px 16px;border-radius:20px;cursor:pointer;transition:all .3s ease;margin-top:1.5rem;font-weight:700}.description-btn:hover{background:#181818;color:#fff}@media (max-width: 768px){.decouverte-tourisme-desktop{display:none}}.decouverte-tourisme-text-desktop{width:100%;padding:8rem 0 0;background:#fff;position:relative}.decouverte-text-container{max-width:1200px;margin:0 auto;padding:0 20px;text-align:center}.decouverte-text-title{font-size:2.5rem;font-weight:900;color:#181818;margin-bottom:40px;text-transform:uppercase;letter-spacing:2px}.decouverte-text-description{font-size:1.1rem;font-weight:500;color:#000;line-height:1.3;max-width:800px;margin:0 auto;text-align:center}@media (max-width: 768px){.decouverte-tourisme-text-desktop{display:none}}.avis-clients-desktop{width:100%;min-height:500px;background-image:url(/home/avis-bg.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;padding:80px 0}.avis-clients-container-desktop{max-width:var(--container-max);width:100%;margin-left:auto;margin-right:auto;padding-left:var(--container-padding);padding-right:var(--container-padding);position:relative;z-index:2}.avis-overlay-desktop{background:#fffffff2;border-radius:20px;padding:60px 50px;box-shadow:0 10px 40px #0000001a;backdrop-filter:blur(10px);margin:0 auto;opacity:.9}.avis-title-desktop{text-align:center;font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:50px;letter-spacing:-.02em}.carousel-container-desktop{position:relative}.carousel-content-desktop{overflow:hidden}.avis-card-desktop{text-align:center;animation:fadeIn .5s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.avis-header-desktop{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:30px;text-align:left}.client-info-desktop{flex:1}.client-nom-desktop{font-size:1.4rem;font-weight:600;color:#1a1a1a;margin:0 0 8px}.client-ville-desktop{font-size:1rem;color:#666;margin:0;font-weight:400}.note-container-desktop{display:flex;align-items:center}.stars-container-desktop{display:flex;gap:2px}.star.filled{color:#dc2626;fill:#dc2626}.avis-commentaire-desktop{font-size:1.2rem;line-height:1.7;color:#2d2d2d;font-style:italic;margin:0 0 25px;text-align:center;font-weight:400}.vehicule-info-desktop{font-size:.95rem;color:#666;text-align:center;margin-top:20px}.vehicule-nom-desktop{color:#dc2626;font-weight:600}.indicators-container-desktop{display:flex;justify-content:center;gap:8px;margin-top:40px}.indicator-bar-desktop{width:40px;height:4px;background-color:#ddd;border-radius:2px;transition:all .3s ease;cursor:pointer}.indicator-bar-desktop.active{background-color:#dc2626;transform:scaleY(1.2)}.indicator-bar-desktop:hover{background-color:#b91c1c}@media (max-width: 1024px){.avis-overlay-desktop{padding:40px 30px;margin:0 20px}.avis-title-desktop{font-size:2.2rem;margin-bottom:40px}.avis-commentaire-desktop{font-size:1.1rem}}@media (max-width: 768px){.avis-clients-desktop{display:none}}.avis-title-mobile-outside{text-align:center;font-size:1.5rem;font-weight:800;color:#000;margin:0;padding:2.5rem 16px 1.5rem;letter-spacing:.5px}.avis-clients-mobile{width:100%;background:transparent;position:relative;padding:0 16px 2rem}.avis-clients-container-mobile{width:100%;max-width:400px;margin:0 auto;position:relative;z-index:2}.avis-overlay-mobile{background:#fff;border-radius:20px;padding:24px 20px;box-shadow:0 8px 30px #00000014;border:1px solid rgba(0,0,0,.05)}.avis-title-mobile{display:none}.carousel-container-mobile{position:relative}.carousel-content-mobile{overflow:hidden}.avis-card-mobile{text-align:center;animation:fadeInAvis .4s ease-out}@keyframes fadeInAvis{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.avis-header-mobile{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;text-align:left}.client-info-mobile{flex:1}.client-nom-mobile{font-family:Poppins,sans-serif;font-size:1rem;font-weight:700;color:#1a1a1a;margin:0}.client-ville-mobile{font-size:.8rem;color:#666;margin:2px 0 0;font-weight:400}.note-container-mobile{display:flex;align-items:center}.stars-container-mobile{display:flex;gap:2px}.star{color:#ddd;fill:#ddd}.star.filled{color:#e20614;fill:#e20614}.avis-commentaire-mobile{font-size:.95rem;line-height:1.5;color:#333;font-style:italic;margin:0;text-align:center;font-weight:400}.indicators-container-mobile{display:flex;justify-content:center;gap:6px;margin-top:20px}.indicator-bar-mobile{width:24px;height:3px;background-color:#e0e0e0;border-radius:2px;transition:all .3s ease;cursor:pointer}.indicator-bar-mobile.active{background-color:#e20614;width:32px}@media (min-width: 769px){.avis-clients-mobile,.avis-title-mobile-outside{display:none}}@media (max-width: 380px){.avis-title-mobile-outside{font-size:1.3rem;padding:2rem 12px 1.2rem}.avis-clients-mobile{padding:0 12px 1.5rem}.avis-overlay-mobile{padding:20px 16px;border-radius:16px}.avis-commentaire-mobile{font-size:.9rem}.client-nom-mobile{font-size:.95rem}.indicator-bar-mobile{width:20px}.indicator-bar-mobile.active{width:28px}}.carrousel-vehicules-mobile-section{padding:2rem 0;overflow:hidden}.carrousel-title-mobile{font-size:26px;font-weight:900;text-align:center;margin-bottom:1.5rem;color:#000;letter-spacing:.5px}.carrousel-wrapper-mobile{overflow:hidden;width:100%}.carrousel-track-mobile{display:flex;transition:transform .4s ease-out}.vehicle-card-mobile{flex:0 0 100%;min-width:100%;padding:0 16px;box-sizing:border-box}.vehicle-image-container-mobile{height:220px;background:url(/assets-img/plante-fond-gauche.png),linear-gradient(135deg,#f5f5f5f2,#f0f0f0e6,#ebebebe6);background-size:contain,cover;background-position:right top,center;background-repeat:no-repeat,no-repeat;border-radius:24px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.electric-badge-mobile{position:absolute;top:12px;left:12px;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;font-size:.75rem;font-weight:600;padding:6px 12px;border-radius:20px;display:flex;align-items:center;gap:4px;box-shadow:0 2px 8px #22c55e4d}.vehicle-image-mobile{max-width:85%;max-height:85%;object-fit:contain;transition:transform .3s ease}.vehicle-name-mobile{text-align:center;font-size:1rem;font-weight:700;color:#181818;margin-top:12px;padding:0 16px}.carrousel-controls-mobile{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:16px}.control-btn-mobile{width:44px;height:44px;border-radius:50%;background:#fff;border:2px solid #e5e7eb;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#181818}.control-btn-mobile:hover:not(:disabled){border-color:#e20614;color:#e20614}.control-btn-mobile:disabled{opacity:.3;cursor:not-allowed}.carrousel-dots-mobile{display:flex;gap:8px}.dot-mobile{width:8px;height:8px;border-radius:50%;background:#ddd;transition:all .3s ease;cursor:pointer}.dot-mobile.active{background:#e20614;width:24px;border-radius:4px}@media (min-width: 769px){.carrousel-vehicules-mobile-section{display:none}}.offres-speciales-mobile{padding:2rem 16px 0px}.offres-title-mobile{font-size:26px;font-weight:900;text-align:center;margin-bottom:1.5rem;color:#181818;letter-spacing:.5px}.offre-card-mobile{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border-radius:24px;overflow:hidden;color:#fff}.offre-image-mobile{width:100%;height:160px;overflow:hidden}.offre-image-mobile img{width:100%;height:100%;object-fit:cover}.offre-content-mobile{padding:20px;text-align:center}.offre-badge-mobile{display:inline-block;background:#e20614;color:#fff;font-size:1.8rem;font-weight:900;padding:8px 20px;border-radius:12px;margin-bottom:12px}.offre-name-mobile{font-size:1.2rem;font-weight:700;margin:0 0 8px}.offre-desc-mobile{font-size:.9rem;color:#fffc;margin:0 0 16px;line-height:1.4}.offre-btn-mobile{display:inline-block;background:#e20614;color:#fff;font-size:.9rem;font-weight:700;padding:12px 28px;border-radius:50px;text-decoration:none;transition:transform .2s,background .2s}.offre-btn-mobile:hover{background:#c10512;transform:scale(1.02)}@media (min-width: 769px){.offres-speciales-mobile{display:none}}.blog-section-mobile{padding:2rem 0;overflow:hidden}.blog-title-mobile{font-size:26px;font-weight:900;text-align:center;margin-bottom:1.5rem;color:#181818;letter-spacing:.5px}.blog-track-mobile{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:0 16px 16px;scrollbar-width:none;-ms-overflow-style:none}.blog-track-mobile::-webkit-scrollbar{display:none}.blog-card-mobile{flex:0 0 80%;scroll-snap-align:start;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 16px #00000014;text-decoration:none;color:inherit;transition:transform .2s}.blog-card-mobile:active{transform:scale(.98)}.blog-image-mobile{width:100%;height:140px;overflow:hidden}.blog-image-mobile img{width:100%;height:100%;object-fit:cover}.blog-content-mobile{padding:14px 16px 16px}.blog-post-title-mobile{font-size:.95rem;font-weight:700;color:#181818;margin:0 0 6px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-excerpt-mobile{font-size:.8rem;color:#666;margin:0 0 10px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-link-mobile{font-size:.8rem;color:#e20614;font-weight:600}.blog-dots-mobile{display:flex;justify-content:center;gap:8px;margin-top:12px}.blog-dots-mobile .dot-mobile{width:8px;height:8px;border-radius:50%;background:#ddd;transition:all .3s ease}.blog-dots-mobile .dot-mobile.active{background:#e20614;width:20px;border-radius:4px}.blog-cta-mobile{text-align:center;margin-top:20px}.blog-btn-mobile{display:inline-block;background:transparent;color:#e20614;font-size:.9rem;font-weight:600;padding:10px 24px;border:2px solid #e20614;border-radius:50px;text-decoration:none;transition:all .2s}.blog-btn-mobile:hover{background:#e20614;color:#fff}@media (min-width: 769px){.blog-section-mobile{display:none}}
