.tableau-des-lots table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-family: "ITCFranklinGothicStd-Book", Sans-serif;
  font-size: 16px;
  text-align: left;
}

.tableau-des-lots th,
.tableau-des-lots td {
  padding: 10px 15px;
  border: 1px solid #ddd;
}

.tableau-des-lots th {
  background-color: #f0f1f4;
  font-weight: bold;
  color: #333;
}

.tableau-des-lots td {
  text-align: center;
  vertical-align: middle;
}

.tableau-des-lots td img {
  display: block;
  max-width: 65px;
  height: auto;
  border-radius: 4px;
  margin: auto;
}

.tableau-des-lots tr:nth-child(even) {
  background-color: #f0f1f4;
}

.tableau-des-lots tr:nth-child(odd) {
  background-color: #fff;
}

.tableau-des-lots tr:hover {
  background-color: #f1f1f1;
}

@media screen and (min-width: 768px) {
  .tableau-des-lots td img {
    max-width: 100px;
  }
}
