div#resultats {
  background-color: #f0f0f0;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin: 20px 0;
  width: -moz-fit-content;
  width: fit-content;
}
div#resultats table:first-of-type {
  margin-top: 20px;
  border-collapse: collapse;
}
div#resultats table:first-of-type caption {
  font-size: 1.2em;
  margin-bottom: 20px;
}
div#resultats table:first-of-type th, div#resultats table:first-of-type td {
  padding: 10px;
  text-align: left;
  border: 1px solid #ddd;
}
div#resultats table:first-of-type th {
  background-color: #f2f2f2;
}/*# sourceMappingURL=style.css.map */