#rappel_produit_view {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

.rappelproduit_items {

}

.rappelproduit_items2 {
    background-color: #fbeee6;
    min-height: 200px;
    margin-top: -5px;
    position: relative;
    padding: 10px;
}

#rappel_produit_photo {
    max-width: 300px;
}

#rappelproduit_prod {
    position: absolute;
    left: 10px;
    top: 10px;
}