/* Règles css pour les listes draggable */
.ui-sortable{
    list-style: none;
    padding: 0;
}

.ui-sortable-handle {
    display: inline-block;
    border: 0.2em solid #6e6e6e;
    background-color: #ffffff;
    cursor: crosshair;
    margin: 0 0.5em;
    padding: 0.1em 0.2em;
}

.picto-product{
    height: 59px;
    width: 85px;
}