.hlr-form{max-width:920px;margin:2rem auto;padding:clamp(1.25rem,3vw,2.5rem);border:1px solid #dbe4ee;border-radius:18px;background:#fff;box-shadow:0 18px 45px rgba(15,23,42,.08);color:#172033}.hlr-form h3{margin-top:0;font-size:clamp(1.35rem,2vw,1.8rem)}.hlr-step-lead,.hlr-help{color:#536174}.hlr-progress{display:grid;grid-template-columns:repeat(5,1fr);gap:0;list-style:none;padding:0;margin:0 0 2rem;counter-reset:hlr-step}.hlr-progress li{position:relative;z-index:0;text-align:center;color:#64748b;font-size:.86rem}.hlr-progress li:not(:last-child):after{content:"";position:absolute;z-index:-1;top:18px;left:50%;width:100%;height:3px;background:#cbd5e1}.hlr-progress-number{display:flex;align-items:center;justify-content:center;width:36px;height:36px;margin:0 auto .55rem;border:2px solid #cbd5e1;border-radius:50%;background:#fff;font-weight:700}.hlr-progress li.is-active{color:#0f766e}.hlr-progress li.is-active .hlr-progress-number{border-color:#0f766e;background:#0f766e;color:#fff}.hlr-progress li.is-active:not(:last-child):after{background:#0f766e}.hlr-progress li.is-current .hlr-progress-number{box-shadow:0 0 0 4px #ccfbf1}.hlr-vehicle-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.hlr-vehicle-option{display:flex;flex-direction:column;border:2px solid #dbe4ee;border-radius:14px;background:#fff;overflow:hidden;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.hlr-vehicle-option:hover{transform:translateY(-2px);border-color:#0f766e}.hlr-vehicle-option.is-selected{border-color:#0f766e;background:#f0fdfa;box-shadow:0 0 0 3px #ccfbf1}.hlr-vehicle-card{display:block;cursor:pointer;color:inherit;text-decoration:none}.hlr-vehicle-image{display:flex;align-items:center;justify-content:center;min-height:145px;background:#f8fafc}.hlr-vehicle-image img{display:block;max-width:100%;height:auto;max-height:240px;object-fit:contain}.hlr-vehicle-card-content{display:flex;flex-direction:column;gap:.45rem;padding:1rem}.hlr-vehicle-card-content strong{font-size:1.08rem}.hlr-vehicle-card-price{color:#0f766e;font-size:.91rem;font-weight:700}.hlr-vehicle-radio-label{display:flex;align-items:center;gap:.45rem;padding:.75rem 1rem;background:#f8fafc;border-top:1px solid #dbe4ee;font-weight:600;cursor:pointer}.hlr-vehicle-error{min-height:1.3em;color:#b91c1c;font-weight:600}.hlr-calendar{width:100%;max-width:680px;margin:1rem auto;border:1px solid #dbe4ee;border-radius:14px;padding:1rem;background:#fff}.hlr-calendar-navigation{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:.5rem;margin-bottom:.75rem}.hlr-calendar-navigation h4{text-align:center;margin:0;text-transform:capitalize}.hlr-calendar-nav{width:40px;height:40px;padding:0;border:1px solid #cbd5e1;border-radius:9px;background:#fff;font-size:1.6rem;line-height:1}.hlr-calendar-nav:disabled{opacity:.45}.hlr-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.35rem}.hlr-calendar-grid button,.hlr-calendar-grid span{aspect-ratio:1;display:flex;align-items:center;justify-content:center;min-width:0}.hlr-weekday{font-size:.78rem;font-weight:700;color:#64748b}.hlr-calendar-grid button{border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#172033;font-weight:700}.hlr-calendar-grid button.is-available{border-color:#1d4ed8!important;background:#1d4ed8!important;color:#fff!important}.hlr-calendar-grid button.is-available:hover,.hlr-calendar-grid button.is-available:focus{border-color:#1e40af!important;background:#1e40af!important;color:#fff!important}.hlr-calendar-grid button.is-unavailable{border-color:#cbd5e1!important;background:#e2e8f0!important;color:#475569!important;text-decoration:line-through;cursor:not-allowed}.hlr-calendar-grid button.is-selected{border-color:#15803d!important;background:#15803d!important;color:#fff!important;box-shadow:inset 0 0 0 2px #fff,0 0 0 2px #15803d!important}.hlr-weekend-return{display:grid;gap:.7rem;margin:1rem 0;padding:1rem;border:1px solid #99f6e4;border-radius:10px;background:#f0fdfa}.hlr-weekend-return label,.hlr-consents label,.hlr-driver-confirm{display:flex;align-items:flex-start;gap:.55rem}.hlr-consents{display:grid;gap:.9rem;margin:1rem 0}.hlr-consents input{margin-top:.2rem}.hlr-drivers{margin:1.5rem 0;padding:1rem;border:1px solid #dbe4ee;border-radius:12px;background:#f8fafc}.hlr-driver{position:relative;margin:1rem 0;padding:1rem;border:1px solid #cbd5e1;border-radius:10px;background:#fff}.hlr-remove-driver{position:absolute;top:.5rem;right:.5rem;min-width:32px;padding:.15rem .4rem;border:0;background:0 0;color:#b91c1c;font-size:1.35rem}.hlr-form .hlr-quote{margin:1.2rem 0;padding:1rem 1.15rem;border-left:4px solid #0f766e;border-radius:7px;background:#f0fdfa}.hlr-form .hlr-quote.is-error{border-left-color:#b91c1c;background:#fef2f2;color:#991b1b}.hlr-summary{padding:1rem 1.25rem;border:1px solid #dbe4ee;border-radius:12px;background:#f8fafc}.hlr-form input:focus,.hlr-form select:focus,.hlr-form textarea:focus,.hlr-form button:focus{outline:3px solid #99f6e4;outline-offset:2px}@media(max-width:640px){.hlr-form{padding:1rem;border-radius:12px}.hlr-progress{gap:.1rem}.hlr-progress-label{font-size:.69rem;line-height:1.15}.hlr-progress li:not(:last-child):after{top:15px}.hlr-progress-number{width:30px;height:30px;margin-bottom:.3rem}.hlr-calendar{padding:.65rem}.hlr-calendar-grid{gap:.2rem}.hlr-calendar-grid button{font-size:.85rem}.hlr-grid{grid-template-columns:1fr!important}}.hlr-vehicle-option{position:relative;cursor:pointer;box-shadow:0 8px 22px rgba(15,23,42,.05)}.hlr-vehicle-option:focus{outline:3px solid #99f6e4;outline-offset:3px}.hlr-vehicle-option:focus:not(:focus-visible){outline:none}.hlr-vehicle-option:after{content:"✓";position:absolute;top:12px;right:12px;display:grid;place-items:center;width:30px;height:30px;border-radius:999px;background:#0f766e;color:#fff;font-weight:800;opacity:0;transform:scale(.7);transition:opacity .16s ease,transform .16s ease}.hlr-vehicle-option.is-selected:after{opacity:1;transform:scale(1)}.hlr-vehicle-option.is-selected .hlr-vehicle-radio-label{background:#ccfbf1;color:#115e59}.hlr-vehicle-card-content strong{color:#0f172a}.hlr-vehicle-card-price{display:inline-flex;align-items:center;gap:.35rem}.hlr-submit{font-weight:800}.hlr-form{font-size:.9rem}.hlr-form h3,.hlr-step h3{font-size:clamp(1.08rem,1.8vw,1.35rem);line-height:1.25;margin-bottom:1rem}.hlr-step-lead,.hlr-help,.hlr-legend{font-size:.84rem;line-height:1.45}.hlr-form label{font-size:.88rem}.hlr-form input,.hlr-form select,.hlr-form textarea{font-size:.88rem;padding:.62rem .68rem}.hlr-form button{font-size:.86rem;padding:.6rem .9rem;border-radius:7px}.hlr-progress li{font-size:.75rem}.hlr-progress-label{font-size:.72rem;line-height:1.15}.hlr-vehicle-card-content{gap:.35rem;padding:.85rem}.hlr-vehicle-card-content strong{font-size:.96rem;line-height:1.3}.hlr-vehicle-card-content span,.hlr-vehicle-card-price{font-size:.81rem;line-height:1.38}.hlr-vehicle-radio-label{font-size:.84rem;padding:.62rem .85rem}.hlr-calendar-navigation h4{font-size:.95rem}.hlr-calendar-status{margin:.35rem 0 .8rem;padding:.55rem .65rem;border-radius:7px;background:#f8fafc;color:#475569;font-size:.8rem;line-height:1.4;text-align:center}.hlr-calendar-status.is-error{background:#fef2f2;color:#991b1b}.hlr-calendar-grid button,.hlr-calendar-grid span{font-size:.82rem}@media(max-width:700px){.hlr-form{width:100%;max-width:100%;margin:.75rem 0;padding:.85rem;border-radius:10px}.hlr-vehicle-cards{grid-template-columns:minmax(0,1fr)!important;gap:.8rem}.hlr-vehicle-option{width:100%;max-width:100%;min-width:0}.hlr-vehicle-image{min-height:118px}.hlr-vehicle-image img{width:100%;max-width:100%;max-height:190px;object-fit:contain}.hlr-vehicle-card-content{padding:.75rem .8rem}.hlr-vehicle-radio-label{padding:.58rem .8rem}.hlr-progress{grid-template-columns:repeat(5,minmax(0,1fr));overflow:visible;margin-bottom:1.35rem}.hlr-progress li{min-width:0;font-size:.68rem}.hlr-progress-number{width:28px;height:28px;font-size:.76rem}.hlr-progress li:not(:last-child):after{top:14px}.hlr-progress-label{font-size:.64rem;overflow-wrap:anywhere}.hlr-calendar{width:100%;max-width:none;margin:.8rem 0;padding:.55rem}.hlr-calendar-navigation{grid-template-columns:34px minmax(0,1fr) 34px}.hlr-calendar-nav{width:34px;height:34px;font-size:1.35rem}.hlr-calendar-grid{gap:.18rem}.hlr-calendar-grid button,.hlr-calendar-grid span{font-size:.76rem;min-height:0}.hlr-form button{font-size:.82rem}}@media(max-width:420px){.hlr-form{font-size:.84rem;padding:.7rem}.hlr-form h3,.hlr-step h3{font-size:1.05rem}.hlr-step-lead,.hlr-help,.hlr-legend{font-size:.78rem}.hlr-form label,.hlr-form input,.hlr-form select,.hlr-form textarea{font-size:.82rem}.hlr-vehicle-card-content strong{font-size:.9rem}.hlr-vehicle-card-content span,.hlr-vehicle-card-price{font-size:.76rem}.hlr-legend{gap:.55rem .75rem}}.hlr-form .hlr-vehicle-cards{display:flex!important;flex-wrap:wrap!important;align-items:stretch!important;gap:.75rem!important}.hlr-form .hlr-vehicle-option{flex:1 1 280px!important;width:auto!important;max-width:100%!important;min-width:0!important}.hlr-form{font-size:.86rem}.hlr-form h3,.hlr-step h3{font-size:1.05rem;line-height:1.25;margin-bottom:.9rem}.hlr-step-lead,.hlr-help,.hlr-legend{font-size:.78rem;line-height:1.4}.hlr-form label{font-size:.81rem}.hlr-form input,.hlr-form select,.hlr-form textarea{font-size:.82rem;padding:.56rem .62rem}.hlr-form button{font-size:.8rem;padding:.54rem .78rem}.hlr-progress li,.hlr-progress-label{font-size:.64rem}.hlr-vehicle-card-content{padding:.72rem .78rem;gap:.3rem}.hlr-vehicle-card-content strong{font-size:.9rem}.hlr-vehicle-card-content span,.hlr-vehicle-card-price{font-size:.75rem;line-height:1.35}.hlr-vehicle-radio-label{font-size:.78rem;padding:.55rem .78rem}.hlr-calendar-navigation h4{font-size:.88rem}.hlr-calendar-grid button,.hlr-calendar-grid span{font-size:.75rem}.hlr-calendar-status{font-size:.76rem}@media(max-width:520px){.hlr-form .hlr-vehicle-option{flex-basis:100%!important}.hlr-form{padding:.68rem}.hlr-progress-number{width:26px;height:26px;font-size:.7rem}.hlr-progress li:not(:last-child):after{top:13px}.hlr-progress-label{font-size:.6rem}}.hlr-vehicle-cards{gap:1.15rem}.hlr-vehicle-option{position:relative;border:1px solid #d7e0ea;border-radius:16px;box-shadow:0 4px 14px rgba(15,23,42,.06);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,background-color .18s ease}.hlr-vehicle-option:hover{transform:translateY(-3px);border-color:#0f766e;box-shadow:0 10px 24px rgba(15,118,110,.14)}.hlr-vehicle-option:focus-within{border-color:#0f766e;box-shadow:0 0 0 3px rgba(15,118,110,.16),0 8px 20px rgba(15,23,42,.08)}.hlr-vehicle-option.is-selected{border-color:#0f766e;background:#f0fdfa;box-shadow:0 0 0 3px rgba(15,118,110,.14),0 10px 24px rgba(15,118,110,.12)}.hlr-vehicle-option.is-selected:after{content:"✓";position:absolute;top:.65rem;right:.65rem;z-index:2;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:#0f766e;color:#fff;font-size:.88rem;font-weight:800;box-shadow:0 2px 8px rgba(15,23,42,.18)}.hlr-vehicle-card{display:block;height:100%;cursor:pointer}.hlr-vehicle-image{min-height:150px;background:#f8fafc;overflow:hidden}.hlr-vehicle-image img{width:100%;aspect-ratio:16/10;max-height:230px;object-fit:cover;transition:transform .22s ease}.hlr-vehicle-option:hover .hlr-vehicle-image img{transform:scale(1.025)}.hlr-vehicle-card-content{display:flex;flex-direction:column;gap:.7rem;padding:.9rem 1rem .85rem}.hlr-vehicle-title{display:block;padding-right:2rem;font-size:1rem!important;line-height:1.3;color:#0f172a}.hlr-vehicle-details{display:flex;flex-direction:column;border-top:1px solid #e8edf3}.hlr-vehicle-detail{display:grid;grid-template-columns:minmax(105px,.8fr) minmax(0,1.35fr);gap:.65rem;align-items:start;padding:.58rem 0;border-bottom:1px solid #edf2f7;font-size:.82rem;line-height:1.42;color:#334155}.hlr-vehicle-detail:last-child{border-bottom:0;padding-bottom:.15rem}.hlr-detail-label{font-weight:700;color:#0f172a}.hlr-vehicle-radio-label{display:flex;align-items:center;justify-content:center;gap:.55rem;margin:.2rem .9rem .9rem;padding:.7rem .85rem;border:1px solid #0f766e;border-radius:10px;background:#0f766e;color:#fff;font-size:.82rem;font-weight:700;line-height:1.2;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,transform .16s ease,box-shadow .16s ease}.hlr-vehicle-radio-label:hover{background:#115e59;border-color:#115e59;box-shadow:0 5px 12px rgba(15,118,110,.18)}.hlr-vehicle-radio-label:active{transform:translateY(1px)}.hlr-vehicle-radio{width:16px;height:16px;margin:0;accent-color:#0f766e;background:#fff}.hlr-vehicle-option.is-selected .hlr-vehicle-radio-label{background:#0f172a;border-color:#0f172a}.hlr-vehicle-option.is-selected .hlr-vehicle-radio-text:before{content:"Sélectionné · "}@media (max-width:520px){.hlr-vehicle-detail{grid-template-columns:1fr;gap:.18rem;padding:.52rem 0}.hlr-vehicle-image{min-height:125px}.hlr-vehicle-card-content{padding:.8rem .85rem}.hlr-vehicle-radio-label{margin:.15rem .8rem .8rem}}