/* ---- PASTILLES NOTES ---- */
.notes-bloc {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-family: 'merriweather_bold_italic';
    justify-content: center;
    text-align: center;
}

.topproductLlist .notes-bloc {
    display: none;
}

@media screen and (max-width: 844px) {
    .bouteille_liste .notes-bloc {
        display: none;
        flex-direction: row;
    }
    .bouteille_liste .infos .notes-bloc {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

#ficheProduit .notes-bloc {
    flex-direction: row;
    flex-wrap: wrap;
}

.notes-bloc-absolute-left {
    left: 85px;
    position: absolute;
    top: -15px;
}
.notes-bloc-absolute-right {
    position: absolute;
    top: 0;
}
.notes-bloc > section {
    align-items: center;
    background: #ffffff;
    color: #000000;
    border: 1px solid #a4845f;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 90px;
    justify-content: center;
    margin: 3px;
    overflow: hidden;
    padding: 15px 0;
    width: 90px;
}
.notes-bloc-home > section {
    background: transparent;
    color: #ffffff;
}
.notes-bloc .txt {
    font-size: 14px;
    padding: 0 5px;
    text-align: center;
    display: block;
    color: #a4845f;
    flex-basis: 100%;
}
.notes-bloc-home .txt {
    font-size: 13px;
}
.notes-bloc .smalltxt {
    font-size: 12px;
}
.notes-bloc-home .smalltxt {
    font-size: 10px;
}
.notes-bloc .total-notation {
    font-family: 'merriweather_light';
    font-size: 12px;
    font-weight: 100 !important;
}
.notes-bloc .note {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    font-family: 'merriweather_light';
}
.notes-bloc-home .note {
    font-size: 14px;
}
.notes-bloc .note-alone {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    line-height: 1;
    font-family: 'merriweather_light';
}
.notes-bloc-home .note-alone {
    line-height: inherit;
    margin-top: -10px;
    font-size: 20px;
}
.notes-bloc .etoiles {
    font-size: 18px;
    font-weight: bold;
}
.notes-bloc-home .etoiles {
    font-size: 15px;
    margin-top: 3px;
}
.notes-bloc .etoiles .desactive {
    color: #bfbfbf;
}
.notes-bloc .pictos-verres {
    height: 20px !important;
    margin-top: 5px;
}
.notes-bloc .pictos-verres svg{
    height: 20px;
    width: 11.2px;
}
.notes-bloc .verres-plein-svg > * {
    fill: #000000;
}
.notes-bloc .pictos-verres svg > *{
    transform: scale(0.8);
}
.notes-bloc-home .pictos-verres svg {
    height: 15px;
    width: 8.4px;
}
.notes-bloc-home .pictos-verres svg > *{
    transform: scale(0.6);
}
.notes-bloc-home .verres-plein-svg > * {
    fill: #ffffff;
}
.desactive.semi-etoiles:after {
    content: '\2605';
    color: #000000;
    position: absolute;
    margin-left: -16px;
    width: 9px;
    overflow: hidden;
}
.notes-bloc-home .desactive.semi-etoiles:after {
    color: #ffffff;
    margin-left: -13px;
    width: 7px;
}
@media only screen and (max-width: 640px) {
    .notes-bloc-absolute-left {
        top: -15px;
        left: 120px;
    }
}

/* ---- PASTILLES NOTES FIN ---- */