#map{
    width: auto;
    height: 100vh;
    z-index: 0;
}
.etape__image > .map{
    width: 100%;
    height: 100%;
}
.etape__image .map .leaflet-marker-icon{
    width: 32px !important;
    height: 32px !important;
    margin-top: -16px !important;
}
@media screen and (max-width:1024px) {
    .etape__image > .map{
        height: 400px;
    }
}
.pop-up{
    display: flex;
    flex-direction: column;
    margin: 0;
    min-width: 320px;
    padding-right: 16px;
    color: black;
}
.pop-categorie{
    display: flex;
    align-items: center;
    color: #ACB7AA;
    gap: 5px;
    margin-block: -12px;
}
.pop-categorie img{
    width: 19px;
    height: auto;
}
.pop-categorie p{
    font-size: 16px;
    letter-spacing: -0.05rem;
}
.markName{
    font-size: 18px;
    white-space: pre-wrap;
}
.markImage{
    width: 100%;
    height: 100px;
    object-fit: cover;
    margin-block: 6px;
}
.markImage img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.popUp-contain{
    width: 100%;
    margin-block: 6px;
}
.pop-up a{
    color: black;
}
.markLink{
    margin-top: 6px;
    font-size: 20px;
    text-decoration: none;
    color: black;
    text-transform: uppercase;
}
.span-black{
    color: black;
}
.span-orange{
    color: var(--orange);
}
.green{
    color: var(--green);
}
.red{
    color: var(--red);
}
.blue{
    color: var(--blue);
}
.yellow{
    color: var(--orange);
}
.leaflet-container a.leaflet-popup-close-button span{
    width: 18px;
    height: auto;
    font-weight: bold;
    font-size: 30px;
    color: #ACB7AA;
}