/* ===================================
   STYLES SPÉCIFIQUES - PAGE CONTACT
   =================================== */

/* Titre principal */
.contact-title {
  text-align: center;
}

/* Informations de contact */
.contact-info {
  text-align: center;
}

.contact-info a {
  color: var(--green);
}

/* Message important réservations */
.contact-warning {
  color: #d9534f;
  font-weight: bold;
}

/* Box téléphone */
.contact-phone-box {
  background: #f9f9f9;
  padding: 20px;
  margin: 30px auto;
  max-width: 700px;
  border-left: 4px solid var(--green);
  border-radius: 4px;
}

.contact-phone-box p {
  text-align: center;
  margin: 0.5em 0;
}

.contact-phone-box a {
  color: var(--green);
  font-size: 1.2em;
}

/* Message visite obligatoire */
.contact-visite {
  text-align: center;
  font-weight: bold;
}

/* Message fermeture */
.contact-fermeture {
  text-align: center;
  color: #d9534f;
  font-weight: bold;
}

/* Alerte changement tarif */
.contact-alert {
  text-align: center;
  background: #fff3cd;
  padding: 15px;
  border: 2px solid #ffc107;
  border-radius: 4px;
  max-width: 600px;
  margin: 20px auto;
}

.contact-alert strong {
  color: #856404;
}
