.popup-favoris {
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    z-index: 9999;
    border-radius: 20px;
	
}
.popup-favoris a{
    color:#0F2B38;
    text-decoration: none;
}

.close-popup {
    float: right;
    cursor: pointer;
}

#favorites-list {
    margin: 20px 0;
}