.table-bieres{
  margin-left: auto;
  margin-right: auto;
 
}

.table-bieres th,
.table-bieres td {
  padding: 0.8rem;
  text-align: left;
  position: relative;
  border-left: 2px solid transparent;
}





/* Supprimer l'effet de texte coloré et la ligne sous les noms */
.table-bieres td:first-child,
.table-bieres th:first-child {
  color: #b7b7b7;
  background: none;
}

/* Lignes verticales néon continues */
.table-bieres td:not(:first-child),
.table-bieres th:not(:first-child) {
  border-left: 2px solid;
  border-image: linear-gradient(to bottom, #00f0ff, #ff00ff) 1;
  box-shadow: 0 0 5px #00f0ff, 0 0 5px #ff00ff;
}

.cl {
  background-color: white;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 6px;
  color: black;
}
