.text-red {
  color: #ff0000;
}
.hr-red {
  color: #ff0000;
  height: 2px !important;
  opacity: 100%;
}

.panneau {
  background-image: url("../../assets/img/interdit.png");
  background-size: cover;
  width: 10vw;
  height: 10vw;
  position: absolute;
  z-index: 999;
  right: 4vw;
  top: 25vh;
}
.panneau_text {
  font-weight: bold;
  width: 7.5vw;
  height: 1.7vw;
  position: absolute;
  z-index: 999;
}

.img_fiche_1 {
  width: 30vw;
  height: auto;
}

.img_fiche_2 {
  width: 30vw;
  height: auto;
}

@media (max-width: 1200px) {
  .img_fiche_1 {
    display: none;
  }
  .img_fiche_2 {
    margin-top: 3vh;
    width: 80vw;
    height: auto;
  }
}

.ml2 {
  font-weight: 900 !important;
  font-size: 5em !important;
  color: #5a1969;
}

.ml2 .letter {
  display: inline-block;
  line-height: 1em;
}

@media (max-width: 768px) {
  .ml2 {
    font-weight: 500 !important;
    font-size: 2em !important;
  }
}

.reveal-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
}

/* Animation des cartes */
.hover-card {
  transition: all 0.3s ease-in-out;
}

.hover-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}

/* Style des icônes pour Bootstrap Icons */
.icon-box i {
  line-height: 0;
}

/* Boutons plus fins */
.btn-outline-primary {
  border-width: 2px;
  font-weight: 600;
}

/* Effet de survol plus discret pour les infos pratiques */
.hover-simple {
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.hover-simple:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
  background-color: #f8f9fa;
}

/* Style spécifique pour la carte contact sombre */
.bg-dark:hover {
  background-color: #343a40 !important;
  opacity: 0.9;
}
