

#mapv2 {
    position: fixed;
    width: 234px;
    height: 500px;
    display: block;
    z-index: 9;
    right: 30px;
    top: 50%;
    margin-top: -250px;
    width: 164px;
    height: 350px;
    margin-top: -175px;
}

#mapv2 .image_mapv2 {
    width: 100%;
    height: 100%;
    display: block;
    background: url(mapv2.png) no-repeat center;
    background-size: 100% auto;
}
.wrapper_mapv2_name_sud #mapv2 .image_mapv2, #mapv2[active-zone="sud"] .image_mapv2 {
    background-image: url(mapv2-sud.png);
}
.wrapper_mapv2_name_nord #mapv2 .image_mapv2, #mapv2[active-zone="nord"] .image_mapv2 {
    background-image: url(mapv2-nord.png);
}
.wrapper_mapv2_name_centre #mapv2 .image_mapv2, #mapv2[active-zone="centre"] .image_mapv2 {
    background-image: url(mapv2-centre.png);
}




a.item_path_map, a.item_path_map:link, a.item_path_map:active, a.item_path_map:visited {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    text-align: center;
    color: #FFF;
    width: 0;
    height: 0;
}
a.item_path_map:hover, a.item_path_map.active {
    z-index: 99;
}

.item_path_map span {
    display: block;
    clear: both;
    text-align: center;
    position: absolute;
    width: 100px;
    left: 0;
    top: -70px;
    font-size: 16px;
    font-family: 'montserrat_alternatesbold';
    margin-left: -50px;
    display: none;
}
a.item_path_map:hover span, a.item_path_map.active span {
    display: block;
}



.item_path_map i {
    clear: both;
    display: block;
    text-align: center;
    font-size: 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 50%;
    width: 50px;
    margin-left: -25px;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    -ms-transition: all .15s linear;
    transition: all .15s linear;
}
.item_path_map:hover i, .item_path_map.active i {
    color: #ee621f;
    font-size: 50px;
}







#mapv2[active-zone="centre"] .item_path_map:hover i, #mapv2[active-zone="centre"] .item_path_map.active i {
    color: #008ed2;
}


