.saga-container {
	margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
  text-align: center;
  justify-content: center; /* ✅ Centre horizontalement les éléments */
}

.tome-card {
  width: 220px;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}

.tome-card:hover {
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.tome-cover img {
  width: 100%;
  height: auto;
  display: block;
}

.img-thumb-maxi
{
	border-radius: 0px;
}

.tome-info {
  padding: 10px;
}

.tome-order {
  font-weight: bold;
}

.tome-complement {
  font-size: 14px;
}

.recompense-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
}

.laureat-card {
  width: 220px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}

.laureat-card:hover {
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.laureat-cover img {
  width: 100%;
  height: auto;
  display: block;
}

.laureat-info {
  padding: 10px;
}

.laureat-order {
  font-weight: bold;
  color: #555;
}

.laureat-complement {
  font-size: 14px;
  color: #777;
  margin-top: 4px;
}

.palmares-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.palmares-edition h2 {
  font-size: 22px;
  margin-bottom: 10px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 5px;
}

.laureat-card {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.laureat-cover img {
  width: 80px;
  height: auto;
  border-radius: 4px;
}

.laureat-info h3 {
  margin: 0;
  font-size: 18px;
}

.laureat-rank {
  font-size: 14px;
  color: #555;
}

.jeuxvideo-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
}

.jeu-card {
  width: 220px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}

.jeu-card:hover {
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.jeu-cover img {
  width: 100%;
  height: auto;
  display: block;
}

.jeu-info {
  padding: 10px;
}

.jeu-order {
  font-weight: bold;
  color: #555;
}

.jeu-complement {
  font-size: 14px;
  color: #777;
  margin-top: 4px;
}

.competition-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
}

.match-card {
  width: 220px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}

.match-card:hover {
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.match-cover img {
  width: 100%;
  height: auto;
  display: block;
}

.match-info {
  padding: 10px;
}

.match-order {
  font-weight: bold;
  color: #555;
}

.match-complement {
  font-size: 14px;
  color: #777;
  margin-top: 4px;
}

.championnat-table {
  margin: 20px auto;
  max-width: 800px;
}

.classement-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.classement-table th,
.classement-table td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: center;
}

.classement-table th {
  background-color: #f5f5f5;
  font-weight: bold;
}

.classement-logo {
  width: 40px;
  height: auto;
  border-radius: 4px;
}

.produits-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
}

.produit-card {
  width: 220px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}

.produit-card:hover {
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.produit-cover img {
  width: 100%;
  height: auto;
  display: block;
}

.produit-info {
  padding: 10px;
}

.produit-order {
  font-weight: bold;
  color: #555;
}

.produit-complement {
  font-size: 14px;
  color: #777;
  margin-top: 4px;
}

.tourisme-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
}

.lieu-card {
  width: 220px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}

.lieu-card:hover {
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.lieu-cover img {
  width: 100%;
  height: auto;
  display: block;
}

.lieu-info {
  padding: 10px;
}

.lieu-order {
  font-weight: bold;
  color: #555;
}

.lieu-complement {
  font-size: 14px;
  color: #777;
  margin-top: 4px;
}
