.hover-zoom:hover {
  transform: scale(1.05);
  transition: 0.3s ease-in-out;
}
.hover-zoom {
  transition: 0.3s ease-in-out;
}

.card-modern {
  background-color: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease-in-out;
}
.card-modern:hover {
  transform: translateY(-3px);
}
.icon-3d {
  text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.card {
  border: none;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.indicateur-bloc i {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
