.vehicle-card-new{background:#fff;border-radius:0;box-shadow:0 2px 12px #00000014;overflow:hidden;transition:all .3s ease;border:1px solid #f5f5f5;display:flex;flex-direction:column;height:100%;position:relative;font-family:OpenCourant,sans-serif}.vehicle-card-new:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001f;border-color:#e8e8e8}.vehicle-card-unavailable{opacity:.6;filter:grayscale(.7);cursor:not-allowed!important}.vehicle-card-unavailable:hover{transform:none;box-shadow:0 2px 12px #00000014;border-color:#f5f5f5}.vehicle-card-top{position:relative;background:url(/grey.png) center / cover no-repeat;padding:0;overflow:hidden;height:240px;z-index:10;display:flex;align-items:center;justify-content:center}.vehicle-image-loading-text{color:#333;font-size:14px;font-weight:500;text-align:center;background:#ffffffe6;padding:12px 16px;border-radius:8px;backdrop-filter:blur(10px);box-shadow:0 2px 8px #0000001a;z-index:30;max-width:90%;line-height:1.4}.vehicle-image-placeholder{position:relative;height:154px;background:#e9ecef;border-radius:12px;margin-bottom:16px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;overflow:hidden}.vehicle-image-placeholder:before{content:""}.vehicle-card-new:hover .vehicle-image-placeholder{transform:scale(1.02)}.vehicle-info{position:absolute;top:20px;left:16px;text-align:left;z-index:25}.vehicle-name{font-size:20px;font-weight:700;color:#fff;margin:0 0 2px;line-height:1.2;font-family:OpenCourant,sans-serif}.vehicle-category{font-size:14px;color:#fff;margin:0;font-weight:500;text-transform:capitalize;font-family:OpenCourant,sans-serif;text-shadow:0 1px 3px rgba(0,0,0,.5)}.vehicle-top-image{width:100%;height:100%;object-fit:cover}.vehicle-features-section{padding:26px 12px;display:flex;justify-content:space-between;gap:16px}.feature-pill{display:flex;align-items:center;gap:4px;background:#e9ecef;backdrop-filter:none;color:#000;padding:6px 10px;border-radius:15px;font-size:11px;font-weight:500;border:1px solid #dfe3e6;transition:all .2s ease;flex:1;justify-content:center;box-shadow:0 2px 8px #0000001a}.feature-pill:hover{background:#dfe3e6;border-color:#cfd6db;transform:translateY(-1px) scale(1.02)}.feature-icon{width:12px;height:12px;color:#000;flex-shrink:0}.feature-label{font-size:11px;font-weight:700;color:#000;white-space:nowrap}.vehicle-card-bottom{padding:16px 35px 25px;border-top:1px solid rgba(255,255,255,.2)}.price-info{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.price-main{font-size:22px;font-weight:600;color:#1a1a1a;margin-bottom:2px;line-height:1.2}.price-total{font-size:16px;color:#000;font-weight:700;line-height:1.2;opacity:.34}.more-info-btn{background:transparent;color:#000;border:none;padding:0;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:underline;text-decoration-color:#000;text-underline-offset:2px;white-space:nowrap;align-self:flex-start}.more-info-btn:hover{color:#333;text-decoration-color:#999}.more-info-btn:active{transform:translateY(1px)}.voir-vehicule-btn{background:gold;color:#000;border:none;padding:10px 32px;border-radius:20px;font-size:15px;font-weight:800;cursor:pointer;transition:all .2s ease;text-transform:none;margin-top:30px;min-width:230px}.voir-vehicule-btn:hover{background:#ffc700;transform:translateY(-1px)}.voir-vehicule-btn:active{transform:translateY(0)}@media (max-width: 768px){.vehicle-card-new{border-radius:16px}.vehicle-card-top{padding:20px 16px 16px}.vehicle-image-placeholder{height:132px;margin-bottom:12px}.vehicle-name{font-size:16px}.vehicle-category{font-size:13px}.vehicle-features-section{padding:12px 16px;gap:6px}.feature-pill{padding:3px 6px;font-size:10px}.feature-icon{width:12px;height:12px}.feature-label{font-size:11px}.vehicle-card-bottom{padding:12px 16px 16px}.price-info{gap:3px}.price-main{font-size:14px}.price-total{font-size:10px}.more-info-btn{font-size:12px}}@media (max-width: 480px){.vehicle-card-new{margin-bottom:16px}.vehicle-card-top{padding:0;height:180px}.vehicle-top-image{width:100%;height:100%;object-fit:cover}.vehicle-info{position:absolute;top:12px;left:12px;z-index:25}.vehicle-image-placeholder{height:110px;margin-bottom:10px}.vehicle-name{font-size:16px;text-shadow:0 1px 4px rgba(0,0,0,.5)}.vehicle-category{font-size:11px;text-shadow:0 1px 4px rgba(0,0,0,.5)}.vehicle-features-section{padding:10px 14px;gap:4px}.feature-pill{padding:5px 6px;font-size:10px}.feature-icon{width:11px;height:11px}.feature-label{font-size:10px}.vehicle-card-bottom{padding:10px 14px 14px}.price-info{gap:2px}.price-main{font-size:18px}.price-total{font-size:13px}.more-info-btn{font-size:11px}}.vehicle-card-expanded{display:flex;background:#fff;border-radius:0;box-shadow:0 4px 20px #0000001a;margin-top:24px;margin-bottom:24px;overflow:hidden;min-height:460px;animation:expandCard .6s cubic-bezier(.25,.46,.45,.94) forwards;transform-origin:top center;font-family:OpenCourant,sans-serif}@keyframes expandCard{0%{opacity:0;transform:translateY(-20px) scaleY(.3);max-height:0}30%{opacity:.3;transform:translateY(-10px) scaleY(.6);max-height:100px}60%{opacity:.7;transform:translateY(-5px) scaleY(.9);max-height:250px}to{opacity:1;transform:translateY(0) scaleY(1);max-height:500px}}.mobile-back-btn{display:none}.expanded-vehicle-section{flex:1.3;position:relative;background:#e9ecef;display:flex;flex-direction:column;justify-content:space-between;padding:24px}.expanded-vehicle-image{position:absolute;inset:0;width:100%!important;height:auto!important;max-height:80%!important;object-fit:contain!important;z-index:5}.tesla-image{animation:fadeInImage .8s ease-out .4s both;z-index:50;display:flex;align-items:center;justify-content:center;color:#333;font-family:OpenCourant,sans-serif;font-size:.9rem;text-align:center;padding:20px}@keyframes fadeInImage{0%{opacity:0;transform:scale(.9)}to{opacity:.8;transform:scale(1)}}.tesla-image-small{background-size:100%;background-position:30%;background-repeat:no-repeat;position:relative;z-index:10;display:flex;align-items:center;justify-content:center;color:#333;font-family:OpenCourant,sans-serif;font-size:.8rem;text-align:center;padding:15px}.vehicle-overlay-content{position:relative;z-index:3;display:flex;flex-direction:column;height:100%;animation:slideInLeft .8s ease-out .2s both}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.vehicle-name-expanded{padding:15px 20px 0;letter-spacing:-1px;text-transform:uppercase;font-size:28px;font-weight:700;color:#fff;margin:0 0 4px;line-height:1.2;text-shadow:0 1px 4px rgba(0,0,0,.5)}.vehicle-category-expanded{padding-left:20px;font-size:16px;color:#fff;margin:0 0 auto;font-weight:700;text-shadow:0 1px 4px rgba(0,0,0,.5)}.vehicle-features-expanded{display:flex;gap:10px;flex-wrap:wrap;margin-top:0;justify-content:center;align-items:center;width:100%}.vehicle-features-mobile{display:none}.feature-pill-expanded{display:flex;align-items:center;gap:8px;background:#ffffffe6;color:#000;padding:8px 14px;border-radius:12px;font-size:13px;font-weight:600;border:1px solid rgba(255,255,255,.5);backdrop-filter:blur(10px);transition:all .2s ease;animation:fadeInUp .4s ease-out both}.feature-pill-expanded:nth-child(1){animation-delay:.4s}.feature-pill-expanded:nth-child(2){animation-delay:.5s}.feature-pill-expanded:nth-child(3){animation-delay:.6s}.feature-pill-expanded:nth-child(4){animation-delay:.7s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px) scale(.8)}to{opacity:1;transform:translateY(0) scale(1)}}.feature-pill-expanded:hover{background:#fff;transform:translateY(-1px) scale(1.05)}.feature-icon-expanded{width:14px;height:14px;color:#000}.feature-label-expanded{white-space:nowrap}.expanded-booking-section{flex:1.7;display:flex;flex-direction:column;gap:24px;padding:20px 50px;background:#f8f9fa;animation:slideInRight .8s ease-out .3s both}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.booking-info-card{background:#fff;border-radius:50px;padding:0 20px 10px;border:1px solid black;width:100%}.booking-location{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:none}.location-pin{width:18px;height:18px;color:#6c757d}.edit-btn{background:transparent;border:none;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.edit-icon{width:16px;height:16px;color:#000;transition:color .2s ease}.edit-btn:hover{background:#f8f9fa}.edit-btn:hover .edit-icon{color:#495057}.booking-dates{display:flex;align-items:center;gap:12px;justify-content:flex-start}.calendar-icon{width:18px;height:18px;color:#6c757d}.dates-text{font-size:12px;color:#000;font-weight:500}.pricing-details{display:flex;flex-direction:column;gap:8px}.pricing-row{display:flex;justify-content:space-between;align-items:center;padding:15px 12px;background:#e9ecef;border:1px solid #dfe3e6;border-radius:0}.pricing-label{font-size:.9em;color:#333;font-weight:600}.pricing-value{font-size:.9em;font-weight:600;color:#333}.pricing-total{display:flex;justify-content:space-between;align-items:center;background:#000;color:#fff;padding:12px 16px;border-radius:0;margin-top:4px}.total-label{font-size:16px;color:#fff;font-weight:700}.total-value{font-size:18px;color:#fff;font-weight:800}.validate-choice-btn{background:gold;color:#000;border:none;padding:10px 36px;border-radius:20px;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s ease;text-transform:none;margin-top:auto;align-self:flex-end;margin-left:auto;min-width:290px;animation:fadeInButton .5s ease-out .6s both}@keyframes fadeInButton{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.validate-choice-btn:hover{background:#ffc700;transform:translateY(-2px);box-shadow:0 6px 20px #0000001f}.vehicle-card-new{cursor:pointer;transition:all .2s ease}.vehicle-card-new:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000026}@media (max-width: 1024px){.vehicle-card-expanded{flex-direction:column;min-height:auto}.expanded-vehicle-section{flex:none;min-height:200px}.expanded-booking-section{flex:none}}@media (max-width: 768px){.vehicle-card-new{background:#fff;border-radius:12px;margin:0;border:none;box-shadow:0 2px 8px #00000014;overflow:hidden;display:flex;flex-direction:column}.vehicle-card-new:hover{transform:none;box-shadow:0 2px 8px #00000014}.vehicle-card-top{background:none;height:180px;position:relative;display:block;padding:0;border-radius:12px 12px 0 0;overflow:hidden}.vehicle-top-image{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:12px 12px 0 0}.vehicle-info{position:absolute!important;top:12px!important;left:12px!important;padding:0!important;background:transparent!important;z-index:10!important}.vehicle-name{font-size:16px!important;font-weight:700!important;color:#fff!important;text-shadow:0 1px 4px rgba(0,0,0,.6)!important;margin:0 0 2px!important}.vehicle-category{font-size:12px!important;color:#ffffffe6!important;text-shadow:0 1px 3px rgba(0,0,0,.5)!important;margin:0!important}.vehicle-features-section{position:relative!important;bottom:auto!important;left:auto!important;right:auto!important;padding:12px!important;gap:6px!important;background:#f5f5f5!important;z-index:auto!important;display:flex!important;flex-wrap:wrap!important}.feature-pill{background:#fff!important;border:1px solid #e0e0e0!important;border-radius:6px!important;padding:5px 10px!important;font-size:11px!important;color:#1a1a1a!important;font-weight:500!important}.vehicle-card-bottom{position:relative!important;bottom:auto!important;left:auto!important;right:auto!important;padding:12px!important;background:#f5f5f5!important;display:flex!important;justify-content:space-between!important;align-items:center!important;border-radius:0 0 12px 12px!important;border-top:1px solid #eee!important}.price-info{flex-direction:column!important;align-items:flex-start!important;gap:0!important}.price-main{font-size:18px!important;font-weight:700!important;color:#1a1a1a!important}.price-period{font-size:12px!important;color:#666!important;font-weight:400!important}.price-total{font-size:16px!important;color:#444!important}.more-info-btn{display:flex!important;background:gold!important;color:#1a1a1a!important;border:none!important;border-radius:8px!important;padding:10px 16px!important;font-size:13px!important;font-weight:600!important}.expanded-specs-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important;margin-bottom:20px!important}.spec-item{display:flex!important;align-items:center!important;gap:10px!important}.spec-item svg{width:20px!important;height:20px!important;color:#1a1a1a!important}.spec-item span{font-size:14px!important;color:#1a1a1a!important}.expanded-info-card{background:#f8f8f8!important;border:1px solid #e5e5e5!important;border-radius:8px!important;padding:16px!important;margin-bottom:12px!important}.expanded-info-card-title{font-size:15px!important;font-weight:700!important;color:#1a1a1a!important;margin:0 0 8px!important;display:flex!important;align-items:center!important;justify-content:space-between!important}.expanded-info-card-title svg{width:18px!important;height:18px!important;color:#888!important}.expanded-info-card-content{font-size:13px!important;color:#666!important;line-height:1.4!important}.expanded-info-card-included{font-size:13px!important;font-weight:600!important;color:#1a1a1a!important;margin-top:4px!important}.mileage-section-title{font-size:15px!important;font-weight:700!important;color:#1a1a1a!important;margin:16px 0 12px!important}.pricing-options-container{display:flex!important;flex-direction:column!important;gap:10px!important;margin-bottom:20px!important}.pricing-options-container>div{width:100%!important;padding:16px!important;box-sizing:border-box!important;border-radius:8px!important;border:1px solid #e5e5e5!important;background:#f8f8f8!important;cursor:pointer;transition:all .2s ease}.pricing-options-container>div.selected{border-color:#1a1a1a!important;background:#fff!important}.pricing-options-container>div>div:first-child{font-size:16px!important;font-weight:700!important;color:#1a1a1a!important;margin-bottom:4px!important}.pricing-options-container>div>div:nth-child(2){font-size:13px!important;color:#666!important}.pricing-options-container>div>div:last-child{font-size:14px!important;font-weight:600!important;color:#1a1a1a!important;margin-top:4px!important}.booking-info-card,.booking-duration,.pricing-total{display:none!important}.validate-choice-btn{position:fixed!important;bottom:0!important;left:0!important;right:0!important;width:100%!important;min-height:60px!important;background:gold!important;color:#1a1a1a!important;border:none!important;border-radius:0!important;font-size:16px!important;font-weight:700!important;cursor:pointer;z-index:1001!important;box-shadow:0 -4px 12px #0000001a!important}.booking-actions,.expanded-actions{display:flex!important;flex-direction:column;gap:10px;width:100%;padding-top:0}.expanded-booking-section .validate-choice-btn{flex-shrink:0!important}.pricing-details{padding:0!important}.pricing-row{display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important}.pricing-label,.pricing-value{flex-shrink:0}.pricing-options-container{display:flex!important;flex-direction:column!important;gap:8px!important;margin:12px 0!important}.pricing-option{flex:none;width:100%;padding:10px 12px;border-radius:12px;min-width:0}.pricing-option h4{font-size:13px;margin-bottom:4px}.pricing-detail{font-size:11px;margin-bottom:2px}.pricing-total{font-size:14px;font-weight:800;margin-top:4px}.total-section{background:gold;border-radius:12px;padding:14px;margin:8px 0}.total-label{font-size:14px}.total-value{font-size:18px;font-weight:800}.validate-choice-btn{display:block!important;visibility:visible!important;opacity:1!important;width:100%;padding:18px 24px;font-size:16px;font-weight:800;min-width:auto;border-radius:50px;background:gold!important;color:#000!important;border:none;margin-top:16px;margin-bottom:20px;touch-action:manipulation;-webkit-tap-highlight-color:rgba(0,0,0,.1);cursor:pointer;z-index:100;position:relative}.validate-choice-btn:active{transform:scale(.98);background:#e6c200!important}.booking-actions button,.expanded-actions button,button[class*=validate],button[class*=choice]{display:block!important;visibility:visible!important}.pricing-label,.pricing-value{font-size:14px}.vehicle-features-expanded{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;margin-top:10px!important;padding-bottom:10px!important}.feature-pill-expanded{padding:4px 10px;font-size:11px;border-radius:15px}.vehicle-card-new{touch-action:manipulation;-webkit-tap-highlight-color:transparent;cursor:pointer}.voir-vehicule-btn{touch-action:manipulation;-webkit-tap-highlight-color:rgba(255,215,0,.3);margin-top:10px!important}.expanded-vehicle-image{max-height:230px!important}}.booking-location,.booking-dates{display:flex;align-items:center;gap:8px}.location-text,.dates-text,.pricing-label,.pricing-value{font-size:.9em;color:#333;font-weight:600}.vehicle-card-expanded-mobile{position:fixed;inset:0;background:#fff;z-index:1000;display:flex;flex-direction:column;overflow-y:auto}.vehicle-card-expanded-mobile .mobile-back-btn{position:fixed;top:16px;left:16px;width:40px;height:40px;background:#00000080;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1100}.vehicle-card-expanded-mobile .mobile-back-btn svg{color:#fff;width:22px;height:22px}.expanded-image-section-mobile{position:relative;width:100%;height:220px;flex-shrink:0;overflow:hidden}.expanded-vehicle-image-mobile{width:100%;height:100%;object-fit:cover}.expanded-info-section-mobile{flex:1;padding:20px 16px 100px;background:#fff}.expanded-title-mobile{font-size:22px;font-weight:800;color:#1a1a1a;margin:0 0 4px;text-transform:uppercase}.expanded-subtitle-mobile{font-size:14px;color:#666;margin:0 0 16px}.expanded-specs-mobile{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px}.spec-item-mobile{display:flex;align-items:center;gap:10px;font-size:14px;color:#1a1a1a}.spec-item-mobile svg{color:#1a1a1a;flex-shrink:0}.flexibility-card-mobile{background:#f8f8f8;border:1px solid #e5e5e5;border-radius:10px;padding:14px;margin-bottom:20px}.flexibility-header-mobile{display:flex;justify-content:space-between;align-items:center;font-size:15px;font-weight:700;color:#1a1a1a;margin-bottom:6px}.flexibility-header-mobile svg{color:#888}.flexibility-text-mobile{font-size:13px;color:#666;margin:0 0 4px;line-height:1.4}.flexibility-included-mobile{font-size:13px;font-weight:600;color:#1a1a1a}.mileage-title-mobile{font-size:15px;font-weight:700;color:#1a1a1a;margin:0 0 12px}.tarif-options-mobile{display:flex;flex-direction:column;gap:10px}.tarif-option-mobile{background:#f8f8f8;border:2px solid #e5e5e5;border-radius:10px;padding:14px;cursor:pointer;transition:all .2s ease}.tarif-option-mobile.selected{border-color:gold;background:#fffef5}.tarif-name-mobile{font-size:15px;font-weight:700;color:#1a1a1a;margin-bottom:2px}.tarif-detail-mobile{font-size:12px;color:#888;margin-bottom:4px}.tarif-price-mobile{font-size:14px;font-weight:600;color:#1a1a1a}.reserve-btn-mobile{position:fixed;bottom:0;left:0;right:0;background:gold;color:#1a1a1a;border:none;padding:18px 20px;font-size:16px;font-weight:700;cursor:pointer;z-index:1001;box-shadow:0 -2px 10px #0000001a}.resultat-page{min-height:100vh;background:#fff;overflow-x:hidden}.resultat-main{padding:60px 0}.resultat-container{max-width:1420px;margin:0 auto;padding:0 20px}.resultat-header{margin-bottom:30px;text-align:left}.resultat-title{font-size:35px;font-weight:700;color:#000;margin:0 0 10px;display:inline-block}.resultat-title:after{content:"";display:block;width:100%;height:.5px;background:gold;margin-top:15px;margin-bottom:10px}.vehicules-count{font-size:18px;color:#000;margin:0 0 20px}.filtered-count{color:#aaa;font-size:14px}.error-message{background:#fff3cd;color:#856404;padding:12px 16px;border-radius:8px;border:1px solid #ffeaa7;margin:16px 0;font-size:14px}.filters-container{display:flex;gap:30px;flex-wrap:wrap;align-items:center;margin-top:20px;justify-content:flex-start;margin-bottom:50px}.filter-item{min-width:200px;flex-shrink:0}.filter-select{width:100%;padding:8px 32px 8px 12px;border:2px solid #FFD700;border-radius:30px;background:#fff;font-size:16px;font-weight:600;color:#000;cursor:pointer;transition:all .2s ease;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 8px center;background-repeat:no-repeat;background-size:16px}.filter-select:hover{border-color:#fdd204;background-color:#fffef5}.filter-select:focus{outline:none;border-color:#fdd204;box-shadow:0 0 0 3px #fdd2041a}.filter-select option{padding:8px;background:#fff;color:#000;font-weight:700}.vehicules-grid-container{margin-bottom:40px}.vehicules-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:60px;position:relative;z-index:1}.loading-container{text-align:center;padding:60px 20px}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #2c7be5;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.no-vehicles{text-align:center;padding:60px 20px;color:#666}.no-vehicles-icon{font-size:48px;margin-bottom:16px;opacity:.5}.reset-filters-btn{background:#2c7be5;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:16px}.reset-filters-btn:hover{background:#1e6bb8;transform:translateY(-1px)}@media (max-width: 1024px){.filters-container{flex-wrap:wrap;gap:8px}.filter-item{min-width:110px}}@media (max-width: 768px){.resultat-page-desktop{background:#f5f5f5}.resultat-main,.resultat-container{padding:0}.resultat-header{display:none}.mobile-search-header{display:flex!important;background:#1a1a1a;padding:16px;align-items:center;justify-content:space-between;gap:12px}.mobile-search-info{flex:1;color:#fff}.mobile-search-location{font-size:15px;font-weight:600;margin:0 0 4px;display:flex;align-items:center;gap:6px}.mobile-search-dates{font-size:13px;color:#ffffffb3;margin:0}.mobile-header-btn{width:44px;height:44px;border-radius:8px;background:#ffffff1a;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.mobile-header-btn:hover{background:#fff3}.mobile-header-btn svg{color:#fff;width:20px;height:20px}.mobile-active-filters{display:flex;gap:8px;padding:12px 16px;background:#fff;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.mobile-active-filters::-webkit-scrollbar{display:none}.filter-pill{display:flex;align-items:center;gap:6px;padding:10px 14px;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;font-size:13px;font-weight:500;color:#1a1a1a;white-space:nowrap;cursor:pointer;transition:all .2s}.filter-pill:hover{background:#eee}.filter-pill.active{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.filter-pill svg{width:14px;height:14px}.mobile-results-count{display:block!important;padding:12px 16px;background:#fff;border-bottom:1px solid #eee;font-size:14px;color:#666}.mobile-results-count strong{color:#1a1a1a;font-weight:700}.filters-container{display:none!important}.vehicules-grid{display:flex;flex-direction:column;gap:12px;padding:16px;background:#f5f5f5;margin-bottom:0!important}.vehicules-grid-container{background:#f5f5f5;margin-bottom:0!important}.filters-modal-overlay{position:fixed;inset:0;background:#fff;z-index:1000;display:flex;flex-direction:column;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.filters-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #eee}.filters-modal-header h2{font-size:18px;font-weight:700;margin:0}.filters-modal-close{background:none;border:none;font-size:14px;font-weight:600;color:#666;cursor:pointer}.filters-modal-back{background:none;border:none;padding:8px;cursor:pointer}.filters-modal-content{flex:1;overflow-y:auto;padding:20px 16px}.filter-section{margin-bottom:28px}.filter-section-title{font-size:15px;font-weight:700;color:#1a1a1a;margin:0 0 12px}.filter-options{display:flex;flex-wrap:wrap;gap:8px}.filter-option{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#f8f8f8;border:1px solid #e5e5e5;border-radius:8px;font-size:14px;font-weight:500;color:#1a1a1a;cursor:pointer;transition:all .2s}.filter-option:hover{background:#f0f0f0}.filter-option.selected{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.filter-option svg{width:18px;height:18px}.filters-modal-footer{padding:16px;border-top:1px solid #eee}.show-results-btn{width:100%;padding:16px;background:gold;border:none;border-radius:8px;font-size:16px;font-weight:700;color:#1a1a1a;cursor:pointer;transition:background .2s}.show-results-btn:hover{background:#e6c200}}@media (max-width: 480px){.mobile-search-location{font-size:14px}.mobile-search-dates{font-size:12px}.filter-pill{padding:8px 12px;font-size:12px}}.expanded-card-wrapper{width:100%;margin-bottom:30px}@media (max-width: 768px){.vehicules-grid-container{display:flex;flex-direction:column;gap:0}.expanded-card-wrapper{position:fixed;inset:0;width:100%;height:100%;margin:0;padding:0;z-index:1000;background:#fff;overflow-y:auto}.mobile-overlay-active{overflow:hidden}}
