/* Fond réservé à la page d’accueil Olympiades. */
body.olympiades-home #body {
  min-height: 100vh;
  background-image: linear-gradient(rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.9)),
                    url("/images/Fond_intro_olympiade_physique.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@media (max-width: 59.938em) {
  body.olympiades-home #body {
    background-attachment: scroll;
  }
}

body.olympiades-home .page-content {
  padding: 1rem 1.5rem;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 0.35rem;
}

.page-attachments {
  margin-top: 2rem;
  padding: 1rem 1.5rem;
  background: rgba(255, 255, 255, 0.94);
  border-left: 4px solid #1694CA;
}

.page-attachments h2 {
  margin-top: 0;
  font-size: 1.35rem;
}

.page-attachments ul {
  margin-bottom: 0;
}

.teacher-admin-link {
  margin-top: 1rem;
  padding: 0.8rem 1rem;
  background: rgba(255, 255, 255, 0.94);
  border-left: 4px solid #1694CA;
}
