/* Ce fichier a été copié depuis le projet Commun. */
/* Ne pas éditer ce fichier directement; l'éditer depuis le projet Commun. */

.promotionFournisseur {
    width: 750px;
    overflow: auto;
    clear: both;
}

.pastillePromotion {
    margin: 10px;
    padding: 0px;
    float: left;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    cursor: pointer;
    overflow: hidden;
}

#listePromotionsMesAchats .pastillePromotion img {
    width: 345px;
    height: 250px;
}

overlay.listePromotionsMesAchatsOverlay .cadre {
    display: flex !important;
}

promotions-fournisseur .pastillePromotion img {
    width: 345px;
    height: 250px;
}

.datePromotion {
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding-top: 6px;
    height: 25px;
}