/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 9 Oct 2025, 3:57 pm
*/

/* === STYLE DES FILTRES DE FOOGALLERY EN STYLE "MENU" === */
.fg-filtering {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.fg-filtering a,
.fg-filtering .fg-filter {
  color: #ffffff !important;
  background: none !important;
  border: none !important;
  font-size: 1rem !important;
  padding: 0.5rem 1rem !important;
  text-transform: none !important;
  transition: color 0.3s, border-bottom 0.3s !important;
  border-bottom: 2px solid transparent !important;
}

.fg-filtering a:hover,
.fg-filtering .fg-filter:hover,
.fg-filtering a.fg-active,
.fg-filtering .fg-filter.fg-active,
.fg-filtering a.active,
.fg-filtering .fg-filter.active {
  color: #0077ff !important;
  border-bottom-color: #0077ff !important;
}
