/* La couleur des bandes */
html, body {
    background-color: #F8F8F8;
}

h3 {
  font-size: 12px;
}

.shortText {
}

/* Le bandeau en haut avec le logo */
#bandeauTop {
    background-color: #f7a023;
    background-image: url('/Appearance/Widget/logos/chc.png');
    height: 50px;
    background-size: auto 50px;
}

/* Le titre du Widget */
.titreBandeau {
    /*display: none;*/
}

/* Le nom du prestataire */
.nomPresta {
    display: none;
}

/* La note des commentaires */
.notationSpan {
    color: #808080;
    font-weight: bold;
}

/* Le logo Qualitelis en bas */
#qualitelisFooter {
    /*display: none;*/
}

.label-success {
  display: none;
}
