.reviews-badge {
  font-family: 'Titillium Web', sans-serif;
  max-width: 1200px;
  width: 106px;
  margin: 0;
  margin-bottom: 30px;
  border: unset;
  background: #fff;
  aspect-ratio: 1 / 1;
  height: auto;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 4px 3px #dbdbdb;
}

#homepage-banner .reviews-badge {
  margin-top: -5px;
}

.footer-widget .reviews-badge {
  margin: auto;
}

.reviews-badge .reviews-header {
  text-align: center;
  padding: unset;
  margin-top: -6px;
  text-decoration: none;
}

.reviews-badge .logo-avis-verifies {
  max-width: 53px;
}

.reviews-badge .reviews-header .reviews-score {
  font-size: 23px;
  font-weight: bold;
  color: #0171bc;
  margin-bottom: -4px;
  text-decoration: none;
}

.reviews-badge .stars {
  color: #FFCC00;
  font-size: 18px;
  margin: 6px 0;
}

.reviews-badge .reviews-header .stars {
  margin-top: 0;
  margin-bottom: 0;
}

.reviews-badge .stars-lg {
  font-size: 14px;
}

.reviews-badge .reviews-header .reviews-count {
  font-size: 9.5px;
  color: #000;
  line-height: 10.5px;
}

.reviews-badge .reviews-header .reviews-count a {
  color: #000;
  text-decoration: underline;
}

.banner-content {
  margin-top: unset;
  padding-top: 15px;
}