
ul.cp_ville {
    list-style: none;
    margin: 0;
    /*padding-top: 35px;*/
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
    background-color: #fff;
    color: #333;
    display: block;
    border-radius: 0.1875rem;
    box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 10%);
}

.cp_ville li {
    border-bottom: 1px solid #e9e9e9;
    padding: 0.5rem 1rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all ease-in-out .15s;
}

.cp_ville li:hover {
    background-color: #f5f5f5;
    color: #333;
}
