.stade-page {
  max-width: 900px;
  margin: auto;
  padding: 20px;
}

.stade-titre {
  text-align: center;
  margin-bottom: 20px;
}

.stade-photo img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}

.stade-infos p {
  margin: 5px 0;
}

.stade-description {
  margin-top: 15px;
  line-height: 1.6;
}

.stade-matchs {
  list-style: none;
  padding: 0;
}

.stade-matchs li {
  padding: 8px;
  border-bottom: 1px solid #eee;
}