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

appreciation-fournisseur .note, notation-etoile .note {
    width: 40px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: 600;
    margin-right: 10px;
    margin-top: 2px;
}

appreciation-fournisseur overlay .note {
    margin-left: 190px;
    text-align: left;
}

.etoilesFondBlanc, .etoilesFondGris {
    background-size: cover;
    width: 177px;
    height: 32px;
}

.etoilesFondGris {
    background-image: url("../../../images/commun/etoileFondGris.svg");
    position: absolute;
    right: 5px;
}

.etoilesFondBlanc {
    background-image: url("../../../images/commun/etoileFondBlanc.svg");
    position: absolute;
}

notation-etoile .etoilesFondBlanc {
    left: 60px;
}

.etoilesFondBlanc .etoile {
    position: relative;
    background-size: cover;
    width: 16px;
    height: 32px;
    float: left;
}

.etoilesFondBlanc .etoile.partieDroite {
    width: 20px;
}

overlay .etoilesFondBlanc .etoile.partieGauche, overlay .etoilesFondBlanc .etoile.partieDroite {
    cursor: pointer;
}

.couleurEtoile {
    max-width: 177px;
    position: absolute;
    left: 58px;
    height: 32px;
    background-color: #FFAD37;
}

#remplissageNoteEtoile.couleurEtoile {
    left: 26px;
}

notation-etoile .couleurEtoile {
    left: 60px;
}

.nombreEvaluation {
    margin: 10px 0;
    font-size: 10px;
    text-align: right;
}

appreciation-fournisseur bouton.plein {
    border-radius: 3px;
}

appreciation-fournisseur bouton.plein, appreciation-fournisseur bouton.plein button {
    width: 230px !important;
}

appreciation-fournisseur bouton.plein button {
    box-sizing: border-box;
}

appreciation-fournisseur overlay .cadre {
    width: 804px;
    position: fixed;
    top: 50px;
    left: 215px;
    z-index: -1;
    opacity: 0;
    transition: all 0.25s ease-in-out;
}

appreciation-fournisseur .validationAffichee p.valeurErronee {
    color: #F75D5B;
}

appreciation-fournisseur nombre texte .ellipsis, notation-etoile nombre texte .ellipsis {
    overflow: unset;
}