.nps .detail-profil {
  border: solid 1px #999999;
}
.nps .detail-profil .titre {
  color: #FFF;
  text-align: center;
  /*padding: 7px;*/
  text-transform: uppercase;
  font-size: 20px;
}
.nps .detail-profil .valeur {
  text-align: center;
  padding-bottom: 5px;
  font-size: 80px;
}
.nps .detail-profil .valeur span {
  font-size: 56px;
}
.nps .effectif {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  border-radius: 5px;
}
.nps .note {
  text-align: center;
  font-size: 16px;
}
.nps .detail-profil.default {
  border-color: hsl(24, 2%, 40%);
  background-color: hsl(24, 2%, 95%);
}
.nps .detail-profil.default .titre,
.nps .note.default {
  background-color: hsl(24, 2%, 40%);
}
.nps .detail-profil.default .valeur {
  color: hsl(24, 2%, 40%);
}
.nps .detail-profil.danger {
  border-color: hsl(10, 100%, 60%);
  background-color: hsl(10, 100%, 95%);
}
.nps .detail-profil.danger .titre,
.nps .barre.danger,
.nps .note.danger {
  background-color: hsl(10, 100%, 60%);
  border-bottom: solid 1px hsl(10, 100%, 60%);
}
.nps .detail-profil.danger .valeur {
  color: hsl(10, 100%, 60%);
}
.nps .detail-profil.yellow {
  border-color: hsl(42, 100%, 65%);
  background-color: hsl(42, 100%, 95%);
}
.nps .detail-profil.yellow .titre,
.nps .barre.yellow,
.nps .note.yellow {
  background-color: hsl(42, 100%, 65%);
  border-bottom: solid 1px hsl(42, 100%, 65%);
}
.nps .detail-profil.yellow .valeur {
  color: hsl(42, 100%, 65%);
}
.nps .detail-profil.success {
  border-color: hsl(67, 100%, 38%);
  background-color: hsl(67, 100%, 90%);
}
.nps .detail-profil.success .titre,
.nps .barre.success,
.nps .note.success {
  background-color: hsl(67, 100%, 38%);
  border-bottom: solid 1px hsl(67, 100%, 38%);
}
.nps .detail-profil.success .valeur {
  color: hsl(67, 100%, 38%);
}
.nps .detail-note {
  height: 300px;
}
.nps .effectif {
  color: hsl(24, 2%, 40%);
  font-size: 16px;
}
.nps .note {
  /*
    width: 50px;
    height: 50px;*/
  padding: 8px 0 10px 0;
  margin: 5px 20px;
  border-radius: 50px;
  color: #FFF;
  line-height: 1em;
}
/*# sourceMappingURL=modules.css.map */