/* Selection d'autre année */

.select-annee {
  font-size: 0.9rem;
  background-color: #1a2b3b;
  color: ghostwhite;
}

option {
  background-color: #1a2b3b;
}

/* Titres et dates des pages de classement */

.class-titre {
  background-color: #902728;
}

h3 {
  font-size: 1.25rem;
  color: ghostwhite;
  opacity: 1;
}

.class-date {
  height: 1.5rem;
  background-color: #f0d3a7;
}

h4 {
  text-align: right;
  font-weight: normal;
  font-size: 1rem;
  color: black;
}

/* Image à gauche des classements */

#symboleclassement {
  top: 11rem;
}

/* ================== Classements (tables) ==================== */

.classement,
.chViallon {
  font-size: 90%;
  margin-top: 1rem;
}

table.classement {
  border: 0;
  border-collapse: collapse;
  width: 100%;
}

/* Format des colonnes de la table */

.classement td {
  vertical-align: baseline;
  padding: 0.3rem;
  border-style: none;
  text-align: left;
}

.classement td:first-child {
  width: 12%;
}

.classement tr > td:nth-child(2) {
  width: 74%;
  font-weight: bold;
}

.classement td:last-of-type {
  width: 14%;
  text-align: right;
}


/* Mise en forme pour le challenge Viallon 
   Mise en forme de base identique à classement -- voir plus haut */

table.chViallon {
  margin-top: 1.5rem;
  border: 0;
  max-width: 50rem;
}

/* Format des colonnes de la table */

.chViallon th {
  vertical-align: bottom;
  padding: 0.3rem;
}

.chViallon td {
  vertical-align: middle;
  border-style: none;
  padding: 0.3rem;
}

.chViallon tr > th:first-child,
.chViallon tr > td:first-child {
  width: 7%;
  text-align: left;
  padding-right: 0.15rem;
}

.chViallon tr > th:nth-child(2),
.chViallon tr > td:nth-child(2) {
  width: 57%;
  text-align: left;
}

.chViallon tr > th:nth-child(2) {
  text-align: center;
}

.chViallon tr > td:nth-child(2) {
  font-weight: bold;
}

.chViallon tr > th:nth-of-type(n+3),
.chViallon tr > td:nth-of-type(n+3) {
  width: 18%;
  text-align: right;
}

/* Autres classements (liste des vainqueurs) */

table.autresclassements {
  margin-top: 1rem;
}

.autresclassements td {
  vertical-align: baseline;
  border: none;
}

.autresclassements td:first-child {
  text-align: left;
  padding: 0.3rem;
  padding-right: 1rem;
}

.autresclassements td:nth-child(2) {
  font-weight: bold;
}
