table {
  width: 70%;
  margin: 20px auto;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  background-color: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

caption {
  caption-side: top;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 12px;
  color: #333;
}

th, td {
  padding: 12px 15px;
  text-align: center;
}

th {
  background-color: #2c3e50;
  color: white;
  text-transform: uppercase;
  font-size: 0.9em;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

tr:hover {
  background-color: #e8f4ff;
}

/* Différencier alcool / sans alcool */
td:first-child {
  font-weight: bold;
}

td:first-child:contains("Alcool") {
  color: #c0392b;
}

td:first-child:contains("Sans alcool") {
  color: #27ae60;
}

body {
  text-align: center;
}


body {
  font-family: Playfair Display, sans-serif;
}




