body {
  background-color: #121212;
}

/* Barre de navigation toujours visible en haut */
.navbar {
  position: sticky;
  top: 0;
  z-index: 1030;
}

.table-dark.table-hover tbody tr.table-active {
  background-color: #1f3b57;
  outline: 2px solid #64b5f6;
}

.table-dark.table-hover tbody tr {
  cursor: pointer;
}

/* Zone de tableau scrollable avec en-tête collant */
.card .table-responsive {
  max-height: 70vh;
  overflow-y: auto;
}

#submissions-table thead th {
  position: sticky;
  top: 0;
  z-index: 3;
  background-color: #212529;
}

.card.bg-dark-subtle {
  background-color: #1e1e1e !important;
}

#loading-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 1.5rem;
  border-radius: 0.75rem;
}

#submissions-table input.col-heures {
  width: 4.25rem;
  min-width: 4.25rem;
}

#submissions-table input.col-minutes {
  width: 4.25rem;
  min-width: 4.25rem;
}

#submissions-table input.col-chantier {
  width: 14rem;
  min-width: 12rem;
}
