.avis {
  background: white;
  padding: 15px;
  border-radius: 5px;
}
.avis__google {
  width: 100px;
  height: 30px;
  background-image: url("../../images/google.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}
.avis__note {
  font-weight: bold;
  margin-bottom: 15px;
  display: flex;
  gap: 5px;
  color: black;
}
.avis__note__stars {
  display: flex;
  position: relative;
  white-space: nowrap;
  align-items: center;
}
.avis__note__stars .star {
  display: inline-block;
  width: 14px;
  height: 18px;
  background-color: #e9b63e;
  mask-image: url("../../images/star.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
}
.avis__note__stars .cover {
  background: #fff;
  height: 100%;
  overflow: hidden;
  mix-blend-mode: color;
  position: absolute;
  top: 0;
  right: 0;
}
.avis__link a {
  color: black !important;
  text-decoration: underline !important;
}
.avis__link a:hover {
  text-decoration: none !important;
}

/*# sourceMappingURL=block-avis-google.css.map */
