html {
    -webkit-text-size-adjust: 100%;
}

body {
    background: #ffffff;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, p, strong, a, div, button {
    color: rgb(31, 31, 31);

}

label {
    margin-right: 8px !important;
    margin-left: 8px !important;
}

/* Texte d'aide sous les champs de formulaire (option Symfony Form "help"),
   jusqu'ici jamais stylé nulle part dans l'app : rendu en texte brut noir
   collé à l'input. */
.help-text {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.55);
}