
/**************************************************************************************************
   MAP
**************************************************************************************************/
.frontend #map-wrapper{
    overflow: hidden;
}

.frontend #map-wrapper #map-loader{
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 20px;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    z-index: 1;
    background-color: rgba(0,0,0,0.65);
}
.frontend #map-wrapper #map-no-result{
    position: absolute;
    z-index: 1;
    background-color: rgba(0,0,0,0.65);
    position: absolute;
    width: 100%;
    color:#fff;
    bottom: -65px;
    opacity: 0;
    font-size: 18px;
    text-align: center;
    padding: 20px 10px;
    z-index: 1;
}
.frontend #map-wrapper #map-bottom .bouton.open{
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    top: -50px;
    right: 0;
    cursor: pointer;
    opacity: 0;
}
.frontend #map-wrapper #map-bottom .bouton.close{
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 1!important;
    z-index: 1;
    font-size: 16px;
}
.frontend #map-wrapper #map-bottom .bouton.open i{
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 11px;
}
.frontend #map-wrapper #map-bottom{
    width: 80%;
    left: 10%;
    position: absolute;
    height: 160px;
    background-color: rgba(255,255,255,1);
    z-index: 1;
    bottom: -160px;
}
.frontend #map-wrapper #map-bottom .content{
    height: 100%;
    overflow: hidden;
    height: 100%;
    position: relative;
}
.frontend #map-wrapper #map-bottom .content .pictures{
    margin: 10px 35px;
    overflow: hidden;
}
.frontend #map-wrapper #map-bottom .content .fa-angle-left,
.frontend #map-wrapper #map-bottom .content .fa-angle-right{
    position: absolute;
    font-size: 44px;
    top: 50%;
}
.frontend #map-wrapper #map-bottom .content .fa-angle-left{
    left: 10px;
}
.frontend #map-wrapper #map-bottom .content .fa-angle-right{
    right: 10px;
}
.frontend #map-wrapper #map-bottom .content .title{
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin: 0 11px;
    border-bottom: 1px solid #d0d0d0;
}
.frontend #map-wrapper #map-bottom ul{
    margin: 0;
    height: 100px;
    overflow: hidden;
    position: relative;
    padding: 0;
    left: 0;
}
.frontend #map-wrapper #map-bottom ul li{
    list-style-type: none;
    padding: 0;
    width: 100px;
    height: 100px;
    overflow: hidden;
    display: inline-block;
    opacity: 0;
    background-color: #fff;
    margin: 0px 10px 0px 0px;
    display: inline-block;
}
.frontend #map-wrapper #map-bottom ul li .general{
    height: 100px;
    display: block;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.frontend #map-wrapper #map-bottom ul li .general .info{
    left: 0;
    right: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    opacity: 0;
    text-align: center;
}
.frontend #map-wrapper #map-bottom ul li .general .info .date{
    display: inline-block;
    color:#fff;
    font-size: 11px;
}
.frontend #map-wrapper #map-bottom ul li .general .info .reseau{
    text-align: center;
    color: #fff;
    margin: 5px auto;
    padding: 2px 0px;
    display: inline-block;
}

.frontend #map-wrapper{
    background-color: #ffffff;
    position: fixed;
    z-index: 2;
    left: 0;
    right: 0;
    top:-100%;
    height: 100%;
    display: none;
}


.frontend #map-panel-wrapper{
    position: relative;
}
.frontend #map-wrapper #map-panel-wrapper #map{
    height:100%;
    width :100%;
}

.frontend #map-wrapper #map-panel-wrapper #map-banner{
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    text-align: center;
    opacity: 0;
    position:absolute;
    left:50%;
}
.frontend #map-wrapper #map-panel-wrapper #map-banner .img-responsive{
    margin: auto;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.75);
    box-shadow : 0px 4px 8px 0px rgba(0,0,0,0.75);
}
