/* rgba(13, 15, 16, 0.55); */
/* tableau */
h1 {
  /* valeur_min, valeur_min_max, valeur_max */
  font-size: clamp(35px, 5vw, 46px);
}

section {
  max-width: 36rem;
  padding: 1rem;
  margin: 2rem auto 2rem;
  background-color: rgba(13, 15, 16, 0.55);
  border-radius: 15px;
}
section table {
  color: #333333;
  width: 100%;
  border: solid #ebab3a 2px;
  border-collapse: collapse;
}
section table th {
  font-size: 12px;
  background-color: #f08d15;
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #ebab3a;
  text-align: left;
}
section table tr {
  background-color: #f0c169;
}
section table tr:hover {
  background-color: #ebab3a;
  height: 50px;
}
section table td {
  font-size: 12px;
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #ebab3a;
  font-weight: bold;
}

/*# sourceMappingURL=documentations.css.map */
