.bloc-campagne {
  background: linear-gradient(90deg, #0e918a, #1c4fd9);
  color: white;
  text-align: center;
  padding: 60px 20px;
  border-radius: 6px;
  font-family: 'Segoe UI', sans-serif;
}

.bloc-campagne h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.bloc-campagne p {
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto 30px;
}

.bloc-campagne .buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.bloc-campagne a {
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-contact {
  background-color: white;
  color: #0e918a;
  border: 2px solid white;
}

.btn-contact:hover {
  background-color: #0e918a;
  color: white;
}

.btn-evenement {
  background-color: transparent;
  border: 2px solid white;
  color: white;
}

.btn-evenement:hover {
  background-color: white;
  color: #1c4fd9;
}
