@charset "utf-8";
/* CSS Document */

/* NPS AVIS */
#NPS {
    margin: 10px 0;
    border: 1px solid black;
    padding: 20px 5px 20px;
    text-align: center;
}
#NPS div {
    margin: 5px 0;
}
#NPS .radioNPS{
    margin-bottom: 15px;
}

#NPS .question{
    margin-bottom: 20px;
}

#NPS .errorNps{
    color:red;
}

#NPS #validNPS {
  font-size: 14px;
  background: url("../images/fleche-bouton-validation.png") no-repeat scroll 96% 50% #000000;
  width: 230px;
  color:white;
  text-align: center;
  height: 25px;
  padding-top: 7px;
  cursor:pointer;
  margin:auto;
}
