body {
  font-family: "Raleway", Arial, sans-serif;
  background: #f9f9f9;
  color: #333;
  margin: 0;
  padding: 2rem;
}

h1 {
  text-align: center;
  color: #00599d;
  margin-bottom: 1rem;
}

.ingredients {
  max-width: 600px;
  margin: 0 auto 2rem auto;
  padding: 1rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.ingredients h2 {
  color: #00599d;
  margin-bottom: 0.5rem;
  text-align: center;
}

.ingredients ul {
  list-style: none;
  padding: 0;
}

.ingredients li {
  padding: 0.3rem 0;
  border-bottom: 1px solid #eee;
}

table {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  border-collapse: collapse;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

table th {
  background: #00599d;
  color: #fff;
  padding: 1rem;
  text-align: center;
  font-size: 1.1rem;
}

table td {
  padding: 0.8rem;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

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

.recyclage {
  max-width: 600px;
  margin: 2rem auto;
  padding: 1rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  text-align: center;
}

.recyclage h2 {
  color: #00599d;
  margin-bottom: 1rem;
}

.recyclage .logos {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 1rem 0;
}

.recyclage img {
  height: 80px; /* réduction des icônes */
  width: auto;
}

.footer {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.9rem;
  color: #666;
}
