.bloc-GMB{
	background-color:var(--color2);
	background-image: none;
	padding: 5em 8%;
	text-align: center;
	position: relative;
	z-index:8000;
	color: var(--color0);
	display:block;
}

.avis-flex {}
.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;}

.bloc-GMB .h1{
	color: var(--color0);
	text-align: center;
}
.note-avis{position:relative;display:flex;justify-content:center;align-items:center;margin: 0 0 0rem;flex-direction: column;width: 40%;text-align: center;gap: 10px;}

.note-avis h3 {
    color: white;
}
.note-avis h3 svg {
    fill: white;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    filter: brightness(20.5);
}
.nbr-note{font-size:40px;margin-right:4rem;}