/* Correctifs complémentaires – à charger après style.css */

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 9999;
  padding: .75rem 1rem;
  background: #fff;
  color: #111;
  border: 2px solid currentColor;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

.season-notice,
.important-note,
.legal-warning {
  max-width: 960px;
  margin: 1.25rem auto 2rem;
  padding: 1rem 1.25rem;
  border-left: 5px solid #045d4c;
  border-radius: 6px;
  background: #eef7f4;
  line-height: 1.55;
}

.important-note,
.legal-warning {
  border-left-color: #b7791f;
  background: #fff8e5;
}

.site-footer {
  text-align: center;
}

.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: .45rem;
}

.footer-links a {
  color: inherit;
}

.honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.privacy-short,
.small-note {
  font-size: .9rem;
  line-height: 1.5;
  color: #555;
}

.optional {
  font-weight: normal;
}

.centered-action {
  text-align: center;
}

.contact-form button:disabled {
  opacity: .65;
  cursor: wait;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  box-sizing: border-box;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus,
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #f3b61f;
  outline-offset: 3px;
}

.secondary-link {
  display: inline-block;
}

.legal-content section {
  margin-bottom: 2rem;
}

.teacher-intro {
  display: flow-root;
}

.schedule-list li {
  margin-bottom: .65rem;
}

@media (max-width: 768px) {
  .main-header h1 {
    font-size: 1.55rem;
    line-height: 1.2;
  }

  .main-header nav ul {
    gap: .45rem;
  }

  .season-notice,
  .important-note,
  .legal-warning {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-links {
    gap: .4rem;
  }
}
