.stars {
  position: relative;
  display: inline-block;
  color: #ccc; /* Vide */
  font-size: 2rem;
  overflow: hidden;
}

.stars .filled {
  color: var(--darkblue); /* Rempli */
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
}