.hotspot-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.hotspot-content p {
  margin-top: 0;
  margin-bottom: auto;
}

.btn-hotspot {
  display: inline-block;
  align-self: center;
  margin-top: 1.5em; /* ← ici tu règles l’espace entre le texte et le bouton */
  padding: 10px 20px;
  background: #ff6600;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
}

.hotspot-content {
  min-height: 150px;
}