#module-119{
  margin-top: -60px;
  width: 290px;
}

#map-plug {display:none;}

.google-reviews {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.image_avis {
  height: 60px;
}

@media ( max-width:1200px) {
  .review-item { flex: 1 1 40%; }
}

@media ( max-width:450px) {
  .review-item { flex: 1 1 90%; }
}

.review-item { height: 25px; }
.review-author { text-transform: capitalize; font-weight:bold; }
.review-date {opacity:.6; display:block;}
.review-text {  line-height:1.55; text-align:left; max-width:32em; margin:auto;}
.reviews-link {  text-align:center; margin:auto;}
 

.review-stars ul {
  display: inline-block;
  list-style: none !important;
  margin:0; padding:0;
}

.review-stars ul li {
  float: left;
  list-style: none !important;
  margin-right: 1px;
  line-height:1;
}

.review-stars ul li i {
  color: #E4B248;
  font-size: 1.6em;
  font-style:normal;
}
.review-stars ul li i.inactive { color: #c6c6c6;}
.star:after { content: "\2605"; }