#listeDestination {
    position: absolute;
    width: 800px;
    height: auto;
    top: 50px;
    display: none;
    z-index: 999999 !important;
}

#listeDestination .dropdown-menu {
    position: relative;
    display: block;
}

#listeDestination .dropdown-menu li.base {
    cursor: pointer;
    padding: 2px 12px;
}

#listeDestination .dropdown-menu li.pays {
    pointer-events: none;
}

#listeDestination .dropdown-menu li.base:hover {
    background-color: rgb(226, 226, 226);
}

#listeDestination .text-port,
#listeDestinationMobile .text-port {
    color: #868e96;
    font-weight: 600;
    cursor: pointer;
    font-size: 12px;
}

#listeDestination .text-port:hover,
#listeDestinationMobile .text-port:hover {
    color: #bc2834;
}

#listeDestination .titre-pays,
#listeDestinationMobile .titre-pays {
    color: #505050;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 14px;
}