.kd-home-rating{display:flex;align-items:center;gap:.5rem;font-size:16px;padding-bottom: 1.563rem;}
.kd-stars{position:relative;display:inline-block;line-height:1;font-size:20px}
.kd-stars-bg, .kd-stars-fill{font-family:Arial, sans-serif;letter-spacing:3px}
.kd-stars-bg{color:#ddd}
.kd-stars-fill{
  color:#f5a623;             /* couleur des étoiles pleines */
  position:absolute;left:0;top:0;white-space:nowrap;overflow:hidden
}
.kd-note{font-weight:600;margin-left:.35rem}
.kd-count{color:#666;margin-left:.25rem}
.kd-empty{color:#888}
