.panel-hop {
  box-shadow: 0 5px 15px 0 hsla(0, 0%, 0%, 0.5);
  color: #FFF;
}
.panel-hop-label {
  margin: 10px 0;
  font-size: 1.5em;
  text-transform: uppercase;
}
.panel-hop-picto.far {
  font-size: 2.5em;
  float: right;
  vertical-align: baseline;
  line-height: 2.1em;
}
.panel-hop-nombre {
  font-size: 3.5em;
  float: left;
  vertical-align: baseline;
  line-height: 1.5em;
}
.panel-hop-nombre span {
  margin-left: 10px;
  font-size: 0.75em;
}
.panel-hop-unite {
  font-size: 0.5em;
}
.panel-hop-pourcentage {
  float: left;
  margin-top: 40px;
}
a .panel-hop-label,
a .panel-hop-nombre {
  color: lightslategrey;
}
.taux-desabonne {
  background-color: hsl(28, 100%, 75%);
  color: hsl(28, 100%, 30%);
}
.taux-erreur {
  background-color: hsl(24, 2%, 55%);
  color: hsl(24, 2%, 10%);
}
.progress {
  background-color: hsl(185, 44%, 92%);
  border-color: hsl(185, 44%, 65%);
}
.texte-action,
.texte-action:focus {
  color: hsl(185, 44%, 65%);
}
.texte-action:hover {
  background-color: hsl(185, 44%, 65%);
  color: #FFF;
}
.statistiques .score-valeur {
  color: hsl(185, 44%, 65%);
}
/*# sourceMappingURL=panel.css.map */