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

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

.categorieFournisseur .titre {
    padding-top: 0;
}

.pastilleFournisseur {
    width: 460px;
    height: 110px;
    padding: 10px;
    margin-left: 5px;
    margin-right: 25px;
    margin-bottom: 40px;
    float: left;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.pastilleFournisseurPriorisation {
    width: 310px;
    height: 60px;
    padding: 10px;
    margin-left: 5px;
    margin-right: 25px;
    margin-bottom: 40px;
    float: left;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.pastilleFournisseurPromotion {
    width: 200px;
    height: 100px;
    padding: 10px;
    margin-left: 5px;
    margin-right: 20px;
    margin-bottom: 40px;
    float: left;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid #CCCCCC;
}

.pastilleFournisseurPromotion:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.pastilleFournisseur.aPropos {
    width: 325px;
}

#fournisseursAgrees .pastilleFournisseur {
    height: 85px;
}

.pastilleFournisseur:not(.sansHover) {
    cursor: pointer;
}

.pastilleFournisseur:not(.sansHover):hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.35);
    transition: box-shadow 0.5s;
}

.pastilleFournisseur .nomEntreprise {
    font-weight: 600;
    font-size: 14px;
}

.pastilleFournisseur .nomCategorie {
    font-size: 10px;
    margin: -3px 0 10px;
}

.pastilleFournisseur .logoEntreprise {
    float: left;
    margin-right: 15px;
}

.pastilleFournisseur .logoEntreprise img, #fournisseursAgrees .pastilleFournisseur .logoEntreprise img {
    max-width: 200px;
    max-height: 100px;
}

.pastilleFournisseur.aPropos .logoEntreprise img {
    max-width: 150px !important;
    max-height: 75px !important;
}

.pastilleFournisseur .cadre {
    z-index: 20;
    background-color: #FFFFFF;
    float: left;
    width: 200px;
    height: 100px;
}

.pastilleFournisseur .cadre image-icone {
    width: 200px;
    vertical-align: middle;
    display: inline-flex;
}

.pastilleFournisseur .cadre image-icone img {
    margin: 0 auto;
}

.pastilleFournisseur telephone label {
    font-weight: normal;
}

.pastilleFournisseur .enLecture, .pastilleFournisseur .enLecture libelle {
    margin-bottom: 0;
}

.pastilleFournisseur bouton {
    position: absolute;
    left: 194px;
    bottom: -20px;
}

.pastilleFournisseur button {
    color: #FFFFFF;
}

#ficheFournisseur #pageDynamique {
    margin-top: -13px;
}

#ficheFournisseur .section:first-child:not(.BoiteOutils) .colonne:first-child {
    width: 750px !important;
}

#fournisseursAgrees .colonne {
    width: 725px !important;
}


.pastilleFournisseurPromotionBanniere {
    height: 25px;
    width: 115px;
    position: absolute;
    right: -10px;
    top: 15px;
    left: 140px;
    transform: rotate(42deg);
    color: white;
    text-align: center;
    padding-top: 2px;
}

#listePromotionsMesAchats .pastilleFournisseurPromotionBanniere {
    width: 130px;
    left: 255px;
}

.pastilleFournisseurPromotionBanniere span {
    padding-right: 8px;
    line-height: 22px;
}

.pastilleRapport {
    width: 400px;
    height: 150px;
    padding: 10px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 40px;
    float: left;
    text-align: center;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#w .pastilleRapport {
    width: 450px;
    height: 150px;
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 40px;
    float: left;
    text-align: center;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.pastilleRapport titre > div {
    padding-top: 10px !important;
}

.pastilleRapport bouton {
    position: absolute;
    left: 140px;
    bottom: -20px;
}

#w .pastilleRapport bouton {
    position: absolute;
    left: 162px;
    bottom: -20px;
    border-radius: 3px;
}