.choix-carte-categories
{
  text-align: center;
}

.choix-carte-categorie
{
  display: inline-block;
  vertical-align: top;

  padding: 10px;
  margin: 0px 10px 0px 10px;

  color: #000000;
  border-radius: 5px;

  cursor: pointer;
}

.choix-carte-categorie.active
{
    background-color: rgba(0, 0, 0, 0.2);
}

.choix-carte-panel
{
    display: none;
    color: #000000;

    text-align: center;
    white-space: nowrap;

    overflow-x: auto;
}

.choix-carte-panel.active
{
    display: block;
}

.choix-carte-colonne
{
  display: inline-block;
  vertical-align: top;

  padding: 10px;
  margin: 10px;
}

.choix-carte-sous-categorie-title
{
  margin-bottom: 5px;

  text-align: center;
  font-weight:bold;
}

.choix-carte-liste-items
{
  overflow-y: auto;
}

.choix-carte-item
{
  padding: 10px;
  border-radius: 5px;

  margin-bottom: 2px;

  cursor: pointer;
}

.choix-carte-item.active
{
    background-color: rgba(0, 0, 0, 0.2);
}

.choix-carte-panel::-webkit-scrollbar {
    height: 5px;
}

.choix-carte-panel::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.1);
}
.choix-carte-panel::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    max-height: 30px;
}
.choix-carte-panel::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.3);
}
