.sr-only {
  position: absolute;
  top: -30em;
}

NOT_FOR_GESMAT_table.sortable td,
NOT_FOR_GESMAT_table.sortable th {
  padding: 0.125em 0.25em;
  width: 8em;
}

NOT_FOR_GESMAT_table.sortable th {
  font-weight: bold;
  border-bottom: thin solid #888;
  position: relative;
}

NOT_FOR_GESMAT_table.sortable th.no-sort {
  padding-top: 0.35em;
}

NOT_FOR_GESMAT_table.sortable th:nth-child(5) {
  width: 10em;
}

table.sortable th button {
/* NOT_FOR_GESMAT  padding: 4px; */
/* NOT_FOR_GESMAT  margin: 1px; */
  margin-bottom : -4px;	/* Bidouille pour se recaler sur le texte des autres case Header */
  font-size: 100%;
  color: #5a5c69;
  font-weight: bold;
  background: transparent;
  border: none;
  display: inline;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
/* NOT_FOR_GESMAT  text-align: left; */
  outline: none;
  cursor: pointer;
}

table.sortable th button span {
  position: absolute;
  right: 4px;
}

table.sortable th[aria-sort="descending"] span::after {
  content: "\2193";	/* v */
  color: currentcolor;
  font-size: 100%;
  top: 0;
}

table.sortable th[aria-sort="ascending"] span::after {
  content: "\2191";	/* ^ */
  color: currentcolor;
  font-size: 100%;
  top: 0;
}

table.show-unsorted-icon th:not([aria-sort]) button span::after {
  content: "";
  color: currentcolor;
  font-size: 100%;
  position: relative;
  top: -3px;
  left: -4px;
}

NOT_FOR_GESMAT_table.sortable td.num {
  text-align: right;
}

NOT_FOR_GESMAT_table.sortable tbody tr:nth-child(odd) {
  background-color: #ddd;
}

/* Focus and hover styling */

NOT_FOR_GESMAT_table.sortable th button:focus,
NOT_FOR_GESMAT_table.sortable th button:hover {
  padding: 2px;
  border: 2px solid currentcolor;
  background-color: #e5f4ff;
}

NOT_FOR_GESMAT_table.sortable th button:focus span,
NOT_FOR_GESMAT_table.sortable th button:hover span {
  right: 2px;
}

NOT_FOR_GESMAT_table.sortable th:not([aria-sort]) button:focus span::after,
NOT_FOR_GESMAT_table.sortable th:not([aria-sort]) button:hover span::after {
  content: "?";
  color: currentcolor;
  font-size: 100%;
  top: 0;
}
