/* Page /donnees/ — baromètre du sous-sol parisien */
.arr-nom { font-weight: 400; color: var(--arr-muted); font-size: .85em; display: block; }
.arr-table tfoot th, .arr-table tfoot td { background: var(--arr-surface-2); font-weight: 700; }
.arr-table td .badge { white-space: nowrap; }
.attribution {
  font-size: .82rem;
  color: var(--arr-muted);
  line-height: 1.6;
  border-left: 3px solid var(--arr-line);
  padding-left: .9rem;
  margin: 1rem 0 1.75rem;
}
@media (max-width: 620px) {
  .arr-table tfoot, .arr-table tfoot tr, .arr-table tfoot th, .arr-table tfoot td { display: block; width: auto; }
  .arr-table tfoot tr { border: 1px solid var(--arr-line); }
  .arr-table td[data-label]::before {
    content: attr(data-label) " : ";
    color: var(--arr-muted);
    font-size: .85em;
  }
}
