.hidden {
  display: none;
}

@media print {
  .noprint {
    display: none;
  }
}

.rouge {
  color: #f00;
}

.leman {
  color: #00a79f; 
}

.perle {
  color: #cac7c7;
}

.soufre {
  color: #fbee66;
}

.blanc {
  color: white;
}

.bg-rouge {
  background-color: #f00;
}

.bg-leman {
  background-color: #00a79f; 
}

.bg-perle {
  background-color: #cac7c7;
}

.bg-soufre {
  background-color: #fbee66;
}

.table-epfl tr {
  background-color: #f4cccc;
}

.table-epfl tr:nth-child(even) {
  background-color: #fae7e7;
}

.table-epfl tr.rouge {
  color: white;
  background-color: #f00;
}

.table-epfl tr.blanc {
  background-color: white;
}

table img.level {
  float: left;
  width: 32px;
  padding-right: 4px;
}

ul.spaced li {
  margin-bottom: 0.5em;
}

pre.code {
  background-color: #f6f4f4;
  margin-left: 40px;
  padding: 12px;
}

.form-group label {
  color: #313131;
}

.custom-select {
  appearance: base-select;
}

.custom-select::picker(select) 
{
  appearance: base-select;
}