img {
  background: url(/Img/background.avif);
}

.gallerie-idx-link {
  text-align: center;
  margin: 30px;
}

.gallerie-idx-link a {
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
}

.gallerie-idx-link a:hover {
  background-color: #0056b3;
}

/* Styles pour les flèches de navigation de la galerie */
.ug-arrow-left.ug-skin-default,
.ug-arrow-right.ug-skin-default {
  width: 40px !important;
  height: 40px !important;
  background-size: contain !important;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.ug-arrow-left.ug-skin-default.ug-arrow-hover,
.ug-arrow-right.ug-skin-default.ug-arrow-hover {
  opacity: 1;
}

/* Styles pour les bullets sur petits écrans */
@media (max-width: 768px) {
  .ug-bullets.ug-skin-default .ug-bullet {
    width: 18px !important;
    height: 18px !important;
    margin: 4px !important;
  }
}