.searchListe {
    width: 300px;
    border: 1px solid #ccc;
    max-height: 150px;
    overflow-y: auto;
    display: none;
    position: absolute;
    background: #fff;
    z-index: 1000;
}

.searchListe div {
    padding: 8px;
    cursor: pointer;
}

.searchListe div:hover {
    background-color: #f0f0f0;
}

