html, body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px
}

#map-canvas {
    height: 100%;
    width: 100%;
}

.controlDiv{
    padding-top: 10px;
    padding-left: 10px;
}

.controlUI_left{
     position:relative;  
}

.menu{
    position: relative;
    left: -23px;
    padding: 5px; 
    padding-bottom: 0px;
    background-color: white;
    border-color: RGB(182,28,46);
    border-style: solid;
    border-width: 2px;
    border-radius: 15px;
    text-align: center;
}

#collapse{
    position: relative;
    float: right;
    left: -1px;
    top:-82px;
    z-index: 1;
    background-color: white;
    border-color: RGB(182,28,46);  
    border-style: solid;
    border-width: 2px;
    border-left-width: 0px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;         
}

ul{
    text-align: right;
    margin-top:0px;
    margin-bottom: 0px;
    top: -15px;
    position: relative;
}

.icone li{
    width: 22px;
    height: 22px;
    display: inline-block;
    background-image: url("../images/icones_sprite.png");
    background-repeat: no-repeat;
    cursor: pointer;
}

.icone .icone-1 { background-position: left top; }
.icone .icone-2 { background-position: -22px top; }
.icone .icone-3 { background-position: -44px top; }

#localisation{
    background-color: white;
    display:none;
    position:absolute;
    border-color: RGB(182,28,46);  
    border-style: solid;
    border-width: 2px;
    border-radius: 15px;
    padding: 5px;
    padding-left: 15px;
    left: -15px !important;    
}

#locdiv{
    
}

#loader{
    display:none;
    position:absolute;
    width: 30px;
    height:30px;
    top: 50%;
    left: 50%;
    z-index:10;
} 

.iconeLegende{
    margin: 5px;
    margin-bottom: 0px;
}

.inputLegende{
    position: relative;
    height: 30px;
    margin-right: 5px;
    font-size: 16px;
}

.inputContainer{
    margin-left: 5px;    
}

.banniere{
    background-color: white;
    border-color: RGB(182,28,46);  
    border-style: solid;
    border-width: 2px;
    border-radius: 15px;
    padding-left: 15px;
    left: -15px !important;

}

#logo,#logobike{
    padding: 5px;
}

#inversePosition{
    position: relative;
    top: 20px;
}

.resetInput{
    position: relative;
    top: -6px;
    left: -5px;
}

@media only screen and (max-width: 767px) {
    /* phones */
    
    .controlUI_left{
        left: -200px;  
    }
    
    #localisation{
        top: 207px; /* iphone */
    }
    
    .inputLegende{
        top: -13px;
        width: 130px;
    }
    
    #logo, #logobike{
        height: 26px;
    }           
}

@media only screen and (min-width: 768px) {   
   
    .controlUI_left{
         left: -370px;
    }
    
    #localisation{
        top: 222px;
    }
    
    .inputLegende{
        top: -13px;
        width: 300px;
    }
    
    #logo, #logobike{
        height: 46px;
    }


@media only screen and (max-width: 767px) and (orientation: portrait) {
    /* portrait phones */
}