.bloc-GMB {
    background-color: var(--color0);
    background-image: none;
    padding: 6em 10% 6em 10%;
    text-align: center;
    position: relative;
    z-index: 8000;
    color: var(--color4);
    display: block;
}

.contain-GMB p {
    margin: 3vh 0;
}

.bloc-GMB .contain-GMB .etoiles-2 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: url(../images/etoiles-2.png) no-repeat center left;
}

.bloc-GMB .contain-GMB .zone-etoiles-note {
    position: relative;
    height: 60px;
    width: 264px;
    float: right;
    background: url(../images/etoiles-1.png) no-repeat center right;
    filter: drop-shadow(1px 1px 2px #eeee1f);
}

.note-avis {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 1rem;
}

.nbr-note {
    font-size: 40px;
    margin-right: 4rem;
}
