.recherche-page{padding-top:16px;padding-bottom:48px}.recherche-search-bar-wrapper{border-bottom:1px solid var(--border);justify-content:center;margin-bottom:24px;padding:12px 0 24px;display:flex}.recherche-layout{grid-template-columns:1fr 1fr;align-items:start;gap:24px;display:grid}.recherche-results{min-width:0}.recherche-results-count{color:var(--text-primary);margin-bottom:20px;font-weight:700}.recherche-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.recherche-card-active{outline:3px solid var(--blue-500);outline-offset:2px;border-radius:18px;scroll-margin:100px}.recherche-map-panel{height:calc(100vh - 120px);position:sticky;top:88px}.recherche-empty{text-align:center;color:var(--text-secondary);padding:60px 20px}@media (max-width:991px){.recherche-layout{grid-template-columns:1fr}.recherche-map-panel{height:360px;position:static}.recherche-grid{grid-template-columns:1fr}}