/* URBA 2026 — surcouche légère Bootstrap */
:root {
  --card-radius: 1rem;
}

body { background: var(--bs-body-bg); }
.navbar-brand .logo { font-weight: 800; letter-spacing: .3px; }

.card { border-radius: var(--card-radius); }
.btn { border-radius: .8rem; }
.form-control, .form-select { border-radius: .8rem; }

.form-text { opacity: .85; }

/* thumbs */
.thumb-grid { display:flex; flex-wrap:wrap; gap:.5rem }
.thumb-grid img{ width:76px; height:76px; object-fit:cover; border-radius:.75rem }

/* table */
.table td, .table th { vertical-align: middle; }
.truncate-2{ display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }

/* map */
.mapbox { height: 320px; border-radius: 1rem; overflow: hidden; }

/* badges */
.badge { border-radius: .75rem; }
