[draggable=true]{
    -moz-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    user-select:none;
    cursor: move;
}

[draggable=false]{
    cursor: no-drop;
}

div[draggable]{
    vertical-align: middle;
    height: 40px;
    border: 2px solid #bbb;
    
    padding: 10px;
    margin: 10px;
    color: black;
    min-width: 55px;
}

#drop{
    height: 40px;
   
    vertical-align: middle;
    border: 2px dashed #bbb;
    padding: 10px;
    margin: 10px;
    min-width: 55px;
}

#drop:hover{
    background: #e0e6e9;
}


#drop2{
    height: 40px;
    
    vertical-align: middle;
    border: 2px dashed #bbb;
    padding: 10px;
    margin: 10px;
    min-width: 55px;
}

#drop2:hover{
    background: #e0e6e9;
}

#drop3{
        height: 40px;
   
    vertical-align: middle;
    border: 2px dashed #bbb;
    padding: 10px;
    margin: 10px;
    min-width: 55px;
}

#drop3:hover{
    background: #e0e6e9;
}
.deposezmoi{
    background: #e0e6e9;
    border: 2px dashed #e0e6e9;
}