.hide {
  display: none !important;
}

.filtres-choix {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
.filtres-choix .filtre-choix {
  width: 100%;
}
.filtres-choix .filtre-choix select {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #b9bec3;
}

/*# sourceMappingURL=altwc.css.map */
