/* ===================================
   STYLES SPÉCIFIQUES - PAGE CLUB
   =================================== */

/* Titre principal */
.club-main-title {
  text-align: center;
  color: var(--green);
}

/* Section - Mon Objectif */
.club-objectif {
  background: #e8f5e9;
  padding: 25px;
  margin: 30px 0;
  border-left: 5px solid var(--green);
  border-radius: 5px;
}

.club-objectif h2 {
  color: var(--green);
  margin-top: 0;
  text-align: center;
}

.club-objectif p {
  text-align: center;
}

/* Section - Cours particulier */
.club-cours-particulier {
  text-align: center;
  margin: 40px 0;
}

.club-cours-particulier p {
  font-size: 1.3em;
  color: var(--green);
  font-weight: bold;
  margin-bottom: 20px;
}

.club-cours-particulier img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

/* Section - Cotisation annuelle */
.club-cotisation {
  background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
  padding: 30px;
  margin: 40px auto;
  max-width: 600px;
  border-radius: 15px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
  text-align: center;
  color: white;
}

.club-cotisation h3 {
  color: white;
  margin-top: 0;
  font-size: 1.8em;
  margin-bottom: 15px;
}

.club-cotisation-price {
  background: rgba(255,255,255,0.2);
  padding: 20px;
  border-radius: 10px;
  backdrop-filter: blur(10px);
}

.club-cotisation-price p:first-child {
  font-size: 2.5em;
  font-weight: bold;
  margin: 0 !important;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.club-cotisation-price p:last-child {
  font-size: 1.2em;
  margin: 10px 0 0 0 !important;
  font-style: italic;
}

/* Section - Services proposés */
.club-services {
  background: #f8f9fa;
  padding: 25px;
  margin: 30px 0;
  border-left: 5px solid var(--green);
  border-radius: 5px;
}

.club-services p {
  text-align: center;
}

.club-services ul {
  max-width: 600px;
  margin: 20px auto;
  font-size: 1.1em;
}

.club-services p strong {
  color: var(--green);
}

/* Section - Citations motivantes */
.club-citations {
  background: linear-gradient(135deg, #fff3cd 0%, #ffe9a0 100%);
  padding: 25px;
  margin: 30px auto;
  max-width: 700px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.club-citations p {
  text-align: center;
  font-size: 1.1em;
  color: #856404;
  margin: 0.5em 0;
}

/* Citation résultats */
.club-results {
  text-align: center;
  font-size: 1.2em;
  margin: 2em 0;
}

.club-results strong {
  color: var(--green);
}

/* Section - Diplômes */
.club-diplomes {
  background: #f0f8ff;
  padding: 25px;
  margin: 30px 0;
  border-left: 5px solid #4a90e2;
  border-radius: 5px;
}

.club-diplomes h2 {
  color: #4a90e2;
  margin-top: 0;
  text-align: center;
}

.club-diplomes ul {
  max-width: 800px;
  margin: 20px auto;
  font-size: 1em;
  line-height: 2;
}

/* Section - Localisation */
.club-localisation {
  background: #e3f2fd;
  padding: 25px;
  margin: 30px 0;
  border-radius: 5px;
  text-align: center;
}

.club-localisation h2 {
  color: var(--green);
  margin-top: 0;
}

.club-localisation p {
  font-size: 1.1em;
}

.club-localisation-distances {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 1.5em;
}

.club-localisation-distance {
  background: #fff;
  padding: 15px 25px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.club-localisation-distance strong {
  color: var(--green);
  font-size: 1.2em;
}
