/* Style personnalisé pour le titre du modal sur ep24vente.html */
#infoModal .modal-title {
  font-family: "Georgia", "Times New Roman", serif; /* police élégante */
  font-size: 18px; /* légèrement plus petit */
  font-weight: 600;
  color: #366150;   /* couleur harmonisée avec ton footer */
  letter-spacing: 0.5px;
}

/* Ajustement du titre sur mobile */
@media (max-width: 767px) {
  h2.page-title {
    margin-top: 10px !important;   /* force la marge réduite */
    padding-top: 0 !important;
  }
}





