:is(#list-tab,#map-tab)::before{
    content: '';
    background-image:  url("../Images/Pictos/liste.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 1rem;
    width: 3rem;
    height: 3rem;
    background-position: center;
}

#map-tab::before{
    background-image:  url("../Images/Pictos/pin.svg");
}

.tx-tourinsoft #map {
    height: 60vh;
    width: 100%;
    position: relative;
}
.tx-tourinsoft .custom-marker {
    display: block;
    pointer-events: auto;
}
