/* Styles pour la description du produit */
h5 .desc_prod {
    font-weight: 300;
    color: #777;
    height: 100px;
    text-align: justify;
}

/* Styles pour les images */
.img_title,
.img_prod {
    margin: 1px auto;
    display: table-cell;
    float: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.img_title {
    /*width: 100px;*/
    height: 50px;
}

.img_prod {
    width: 310px;
    height: 200px;
}


.NoDrop {
    cursor: no-drop;
    background-color: rgb(161, 144, 144);
}
