#logo-main {
  width: 2.5rem;
  margin-right: 1rem;
}

td:not(:first-child) {
  text-align: right;
}

thead {
  position: sticky;
  top: 0;
  /* box-shadow est utilisé pour la ligne noire sous le table header, border ne fonctionne pas (dans ce cas précis) avec Bootstrap */
  box-shadow: 0 2px 1px #000;
}

tfoot {
  position: sticky;
  bottom: 0;
  /* box-shadow est utilisé pour la ligne noire sous le table header, border ne fonctionne pas (dans ce cas précis) avec Bootstrap */
  box-shadow: 0 -2px 1px #000;
}

#button-add-new-record {
  position: sticky;
  top: 0;
}
