.bloc-GMB{
  background: #212121;
  padding: 5em 10%;
  text-align: center;
  position: relative;
  color: #fff;
  display: block;
  z-index: 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;}
.bloc-GMB.bg-optionnel:after{content:'';position:absolute;left:0;top:0;width:100%;height:100%; background: url(../images/bg-optionel-gris.svg) repeat top center;background-size:60px auto;opacity:0.3;z-index:-1;}
.bloc-GMB .h1{
	color: #FFF;
  text-align: center;
  position: relative;
  margin: 0 0 10px 0;
  display: block;
}
.bloc-GMB .h1:after {
  content: '';
  position: relative;
  width: 63px;
  height: 8px;
  margin: 20px auto 0 auto;
  background-image: url('../images/icones/sep.svg');
  background-repeat: no-repeat;
  background-position: 50% 0;
  display: block;
  line-height: 0;
  font-size: 0;
}

.bloc-GMB a{font-size: 16px;font-weight: 100;}

.note-avis{position:relative;display:flex;justify-content:center;align-items:center;margin:0 0 2rem;}
.nbr-note{font-size:40px;margin-right:4rem;}

.btn-partage-1 .btn-gmb, .btn-partage-2 .btn-gmb{text-align: center; position: relative; display: inline-block;}
.btn-partage-1 .icones, .btn-partage-2 .icones{
  width: 17px;
  margin: 0;
  height: 17px;
  padding: 0;
  position: relative;
  fill: #2ecc71;
  top: 7px;
}
.btn-partage-1 a:hover .icones, .btn-partage-2 a:hover .icones{  fill: #2ecc71; opacity: 0.9;}

.badge-optionnel {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/badge-optionnel.png) no-repeat top right;
  width: 139px;
  height: 139px;
}