.list-addressxx {
  display: flex;
  flex-direction: row;
  width: 100%;
  overflow-x: auto;         /* Changer de hidden à auto */
  white-space: nowrap;        /* Empêcher retour à la ligne */
  padding-top: 0.5em;
  scrollbar-width:auto;
  scrollbar-color: #4B2991 #eee;
}

#text-select-address {
    font-size: 1.2em;
    font-weight: bold;
    color: blueviolet;
    text-align: center;
}