/* TITRES */
#events h3 {
  color: #007199; /* Bleu clair comme sur ton site */
  font-size: 24px;
  font-family: 'Segoe UI', 'Poppins', sans-serif;
  font-weight: 600;
}

/* DESCRIPTION */
#events p.description, #events div.description {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}

/* BOUTONS */
.sb-button, .book-button {
  background-color: #0E5D72; /* Bleu canard */
  color: #fff !important;
  border-radius: 8px;
  font-weight: bold;
  padding: 10px 20px;
  text-transform: uppercase;
  transition: background 0.3s ease;
}

.sb-button:hover, .book-button:hover {
  background-color: #007199;
}

/* FOND DE PAGE */
body, .main-page {
  background-color: #F5F6F7;
}

/* CONTOURS DE BLOCS */
.event, .service-card {
  border: 1px solid #0E5D72;
  border-radius: 10px;
  padding: 15px;
}
