.pol-horaires {
  margin-top: 2rem;
  padding: 2rem;
  border-radius: 14px;
  background: rgba(232, 243, 235, 0.95);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.pol-horaires-intro {
  margin-bottom: 1.2rem;
}

.pol-kicker {
  margin: 0 0 0.5rem 0;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #2f5f45;
}

.pol-calendar-btn {
  display: inline-block;
  padding: 0.7rem 1rem;
  border-radius: 8px;
  background: #4f7f63;
  color: white !important;
  text-decoration: none;
}

.pol-calendar-btn:hover {
  background: #3f6b52;
}

.pol-creneau {
  padding: 0.8rem 0;
  border-top: 1px solid rgba(47, 95, 69, 0.18);
}

.pol-creneau-top strong {
  font-size: 1.15rem;
  color: #1f2d24;
}

.pol-creneau-top span {
  font-size: 1rem;
  font-weight: 600;
  color: #4f7f63;
}

.pol-tarifs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pol-tarif-card {
  padding: 2rem;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.pol-tarif-card h2 {
  margin: 0 0 1.5rem 0;
  font-size: 1.8rem;
}

.pol-tarif-loisir {
  background: #eef6f0;
  color: #1f2d24;
}

.pol-tarif-loisir h2 {
  color: #2f5f45;
}

.pol-tarif-competition {
  background: #315f46;
  color: white;
}

.pol-tarif-competition h2 {
  color: white;
}

.pol-tarif-ligne {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(80, 100, 90, 0.18);
}

.pol-tarif-competition .pol-tarif-ligne {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.pol-tarif-ligne:last-child {
  border-bottom: none;
}

.pol-tarif-ligne strong {
  color: #4f7f63;
  white-space: nowrap;
}

.pol-tarif-competition .pol-tarif-ligne strong {
  color: #dcebdc;
}

@media (max-width: 800px) {
  .pol-tarifs {
    grid-template-columns: 1fr;
  }

  .pol-tarif-card {
    padding: 1.5rem;
  }

  .pol-tarif-ligne {
    align-items: flex-start;
  }
}

.pol-acces {
  margin-top: 1.5rem;
  padding: 1.5rem 2rem;
  border-radius: 14px;
  background: rgba(232, 243, 235, 0.95);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.pol-acces-intro {
  margin-bottom: 1rem;
}

.pol-acces-intro h2 {
  margin-bottom: 0.4rem;
  color: #2f5f45;
}

.pol-acces-map {
  overflow: hidden;
  border-radius: 12px;
}

.pol-acces-map iframe {
  display: block;
  width: 100%;
  border: 0;
}

.pol-acces-actions {
  margin-top: 1rem;
  margin-bottom: 0;
}

.pol-presentation-intro,
.pol-bureau {
  padding: 1.6rem 2rem;
  margin-bottom: 1.5rem;
  border-radius: 14px;
  background: rgba(232, 243, 235, 0.95);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.pol-presentation-intro h2,
.pol-bureau h2 {
  margin-top: 0;
  color: #2f5f45;
}

.pol-chiffres {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.2rem;
}

.pol-chiffres span {
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  background: #dcebdc;
  color: #2f5f45;
  font-weight: 600;
}

.pol-bureau-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1rem;
}

.pol-membre {
  padding: 1.2rem;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.pol-membre h3 {
  margin: 0 0 0.4rem 0;
  color: #2f5f45;
}

.pol-membre p {
  margin: 0;
  font-weight: 600;
}

.pol-membre small {
  display: block;
  margin-top: 0.4rem;
  line-height: 1.4;
}

@media (max-width: 900px) {
  .pol-bureau-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .pol-bureau-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================
   PAGE PRESENTATION DU CLUB
   ========================= */

.pol-presentation-intro,
.pol-bureau {
  padding: 1.6rem 2rem;
  margin-bottom: 1.5rem;
  border-radius: 14px;
  background: rgba(232, 243, 235, 0.95);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

/* Les 3 informations clés */
.pol-chiffres {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.2rem;
}

.pol-chiffres span {
  display: inline-block;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: #dcebdc;
  color: #2f5f45;
  font-weight: 600;
}

/* Bureau */
.pol-bureau-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1rem;
}

.pol-membre {
  padding: 1.2rem;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.pol-membre h3 {
  margin: 0 0 0.4rem 0;
  color: #2f5f45;
  font-size: 1.25rem;
}

.pol-membre p {
  margin: 0;
  font-weight: 600;
}

.pol-membre small {
  display: block;
  margin-top: 0.45rem;
  line-height: 1.4;
  color: #4d5c53;
}

@media (max-width: 900px) {
  .pol-membre {
    flex-basis: calc(50% - 0.5rem);
  }
}

@media (max-width: 600px) {
  .pol-membre {
    flex-basis: 100%;
  }

  .pol-presentation-intro,
  .pol-bureau {
    padding: 1.3rem;
  }
}


.pol-bureau-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}

.pol-membre {
  flex: 0 1 calc(33.333% - 0.7rem);
  box-sizing: border-box;
}
