.map-list-content {
    height: 75vh;
    min-height: 450px;
    filter: grayscale(.4);
    -webkit-filter: grayscale(.4);
}

.list-content {
    width: 360px;
    height: 100%;
    position: relative;
    padding-bottom: 15px;
    background: #fff;
    z-index: 9;
}

.map-content {
    width: calc(100% - 360px);
    height: 100%;
    border-left: 1px solid #eee;
}

.search-list {
    padding: 15px;
}

.search-list input {
    margin-bottom: 0;
}

.profil-list {
    padding: 0 15px;
    overflow: scroll;
    height: calc(100% - 75px);
}

.profil-list .profil {
    padding: 10px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.profil-list .profil:hover{
    background: #f8f8f8;
}

.profil-list .profil > div {
    line-height: 1;
}

.profil-list .profil h5 {
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.profil-list .profil strong {
    display: block;
    font-weight: 600;
    padding-bottom: 2px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.profil-list .profil p {
    font-size: 14px;
    line-height: 1.1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 2px;
}

.profil-list .profil img.img-profil {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-left: 10px;
}

.profil-content {
    display: none;
}

.profil-details {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    z-index: 99;
    background: #fff;
    transition: .3s;
    padding: 15px;
    overflow: scroll;
}

.profil-details.active {
    left: 0;
    transition: .3s;
}

.bt-back-list {
    padding-bottom: 20px;
    line-height: 1;
}

.bt-back-list span {
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    cursor: pointer;
}

.bt-back-list span:hover {
    color: #888;
}

.profil-details .img-profil {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 50%;
    margin: auto;
}

.profil-details .details strong {
    display: block;
    font-weight: 700;
    padding: 10px 0;
}

.profil-details .details p {
    font-size: 14px;
}

.profil-details .details a.btn {
    margin: 15px 5px;
    background: #f47920;
}

.profil-details .details a.btn::before {
    background: #f47920;
}

.profil-details .details .txt {
    border-top: 1px solid #eee;
    padding-top: 15px;
    text-align: justify;
}

.bt-list-content {
    display: none;
    width: 50px;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.bt-list-content i {
    padding: 15px 5px;
    font-size: 40px;
    color: #f47920;
}

.bt-close-list-content {
    display: none;
    position: absolute;
    font-size: 40px;
    padding: 5px 5px;
    top: 15px;
    right: -50px;
    background: #fff;
    color: #f47920;
    line-height: 1;
    cursor: pointer;
}

@media only screen and (max-width: 992px) { /* lg ---------------------- */
/* start */

.map-list-content {
    height: 65vh;
}

.bt-close-list-content {
    display: block;
}

.bt-list-content {
    display: flex;
}

.list-content {
    width: 315px;
    position: absolute;
    left: calc(-100% - 60px);
    transition: .3s;
}

.list-content.open-slide {
    left: 0;
    transition: .3s;
}

.profil-list .profil img.img-profil {
    width: 50px;
    height: 50px;
}

.map-content {
    width: calc(100% - 50px);
}


/* end 992 */ }

@media only screen and (max-width: 480px) { 
/* start */

#yce header a.logo-content {
    min-width: 65px;
    max-width: 80px;
}

.bt-close-list-content {
    fon