.numerickeyboard-input {
    position:relative;
}

.numerickeyboard-box {
    border:1px solid black;
    cursor:text;
    font-size:2em;
    height:60px;
    overflow:hidden;
    padding-right:9px;
    padding-top:10px;
    text-align:center;
    width:30%;
    float:left;
}

.numerickeyboard-box > span {
    float:right;
    height:50px
}

.numerickeyboard-keypad {
    width:150px;
    height:200px;
    border:solid 10px black;
    display:none;
    position:absolute;
    margin-left:0;
}

.numerickeyboard-key {
      border: solid 1px black;
    background-color: #E0E0E0;
    text-align: center;
    font-weight: bold;
    color: black;
    cursor: pointer;
    min-width: 12vmin;
    height: 12vmin;
	font-size: 4vmin;
	
} 
.numerickeyboard-key:hover{
    background-color:LightBlue;
}
.numerickeyboard-key:active{
    background-color:white;
}

.numerickeyboard-btn {
    border:solid 1px black;
    text-align:center;
    font-weight:bold;
    color:black;
    cursor:pointer;
    background-color:#E0E0E0;
    height:50px;
}
.numerickeyboard-btn:hover{
    background-color:DarkGray;
}
.numerickeyboard-btn:active{
    background-color:LightGray;
}

.numerickeyboard-euro {
    float: left;
    font-size: 5vh;
    margin-top: -10px;
    margin-left: 10px;
    margin-right:10px;
}

#keypadUniteBarre, #keypadPastilleLcl, #keypadUnitePrix {
    top: 415px;
    left: -20vw;  
}

#keypadDecimalBarre, #keypadDecimalPrix {
    top: 155px;
    left: -20vw;
}