/* Fixe pour le fond de la modale avis */
.avis-modal-bg-fix {
  display: none;
  position: fixed;
  z-index: 3000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(24,20,44,0.92);
  align-items: center;
  justify-content: center;
  animation: avis-fadein 0.3s;
}
/* Styles extraits de index.html pour remplacer les styles inline de la div moyenne */
.moyenne-hidden {
  display: none;
}
