body{
    overflow-x: hidden!important;
}
.default-container2-sticky,.default-container-sticky{
    position: fixed!important;
    left: 0!important;
    display: none!important;
}
.default-container2-sticky.active,.default-container-sticky.active{
    display: flex!important;
}
.initial-container-no-sticky.active{
    display: none!important;
}
.default-container-sticky{
    top: 0!important;
}
.default-container2-sticky{
    top: 70px!important;
}
.moving-truck-svg .remove{
    display: none!important;
}
@media (max-width: 575px){
    #moving-truck-svg{
        left: auto!important;
        right: 10px!important;
        width: 70px!important;
    }
    #moving-truck-svg img{
        max-width: 70px!important;
        width: 70px!important;
    }
}
@media (max-width:575px){
    .initial-container-no-sticky{
        position: fixed!important;
        top: 0!important;
        left: 0!important;
        width: 100vw!important;
        overflow: hidden!important;
    }
    .mapContainer{
        margin-left: 60px!important;
    }
}
.mada:not(.titre_zone) { background-color: #FF2F97;border-radius: 50%;}
.valais:not(.titre_zone):not(.elementor-element),.lausanne:not(.titre_zone):not(.elementor-element),.geneve:not(.titre_zone):not(.elementor-element),.jura:not(.titre_zone):not(.elementor-element),.neuchatel:not(.titre_zone):not(.elementor-element),.fribourg:not(.titre_zone):not(.elementor-element) { background-image: url('map_pin.svg'); background-position: center;background-size: contain; background-repeat: no-repeat; color: #06d6a0; border-radius: 50%;}
.southafrica:not(.titre_zone),.oceanindien:not(.titre_zone),.usa:not(.titre_zone),.sudeurope:not(.titre_zone) { background-image: url('map_pin.svg'); background-repeat: no-repeat; background-position: center;background-size: contain; color: #FFC331; border-radius: 50%;}
.titre_zone.mada{color: #FF2F97;}
.titre_zone.perou,.titre_zone.china,.titre_zone.inde,.titre_zone.italie,.titre_zone.ecosse,.titre_zone.maurice{color: #06d6a0;}
.titre_zone.southafrica,.titre_zone.oceanindien,.titre_zone.usa,.titre_zone.sudeurope{color: #FFC331;}
.leaflet-container{
    background: none!important;
}
.leaflet-control-legend {
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    font-size: 14px;
}
.titre_zone {
    padding-bottom: 1px;
}
.leaflet-control-legend .legend-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.leaflet-control-legend .legend-item .legend-color {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    display: inline-block;
}
.leaflet-top .leaflet-control {
    margin-top: 380px!important;
}
.leaflet-popup-tip-container {
    display: none !important;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background: #FB8602 !important;
    color: #ffffff !important;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 1) !important;
}
/*.pops_content_mobile{
    display: none;
    width: 100%;
    height: 80px;
}*/
.leaflet-popup-content p{
    display: block!important;
}
.leaflet-popup-content a{
    color: #fff!important;
    text-decoration: none!important;
}
.leaflet-popup-content-wrapper p{
    margin-top: 5px!important;
}
#scroll-up-icon,
#scroll-down-icon {
    position: absolute;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    border: none;
    padding: 10px 7px;
    font-size: 26px;
    cursor: pointer;
    display: none;
}

#scroll-up-icon {
    bottom: 160px;
    right: 7px;
}

#scroll-down-icon {
    bottom: 120px;
    right: 7px;
}
@media (max-width: 1440px) and (min-width: 1024px){
    #mapinteract{
        transform: scale(0.6);
    }
}
@media (max-width: 768px) {
    #scroll-up-icon,
    #scroll-down-icon {
        display: block;
    }
    #mapinteract {
        height: 50vh!important;
    }
    .leaflet-top .leaflet-control {
        margin-top: 75px !important;
        display: flex;
        width: 340px !important;
        height: 45px;
        align-items: center;
        bottom: 70px;
        margin-left: 10px;
    }
    .leaflet-control-legend{
      width: 75%!important;
      padding: 10px 5px!important;
    }
    /*.leaflet-popup {
        position: absolute !important;
        bottom: 0 !important;
        transform: translateY(100%) !important;
        width: 100% !important;
        max-width: none !important;
    }*/
    /*.leaflet-popup-content{
        width: 105px!important;
        background: #002e6b!important;
        margin-top: 0px!important;
        margin-left: 0px!important;
        margin-right: 0px!important;
        margin-bottom: 0px!important;
        padding: 10px!important;
        color: #ffffff!important;
    }*/
    .leaflet-container a.leaflet-popup-close-button{
        background: #002e6b!important;
        color: #ffffff!important;
    }
    .pops_content_mobile.active{
        display: block!important;
        width: 70%;
        height: 80px;
        padding: 10px 20px!important;
        margin-inline: auto;
        background: #002e6b !important;
        box-shadow: 0 3px 14px rgba(0, 0, 0, 1) !important;
        margin-block: 15px!important;
    }
    /*.leaflet-popup-content,.leaflet-popup{
        opacity: 0!important;
        display: none;
        z-index: -1!important;
    }
    .pops_content_mobile p{
        color: #ffffff!important;
    }*/
    .pops_content_mobile a{
        color: #fff!important;
        text-decoration: none!important;
    }
    /*.pops_content_mobile{
        display: none;
    }*/
}