/* Ce fichier a été copié depuis le projet Commun. */
/* Ne pas éditer ce fichier directement; l'éditer depuis le projet Commun. */

case-cocher {
    display: block;
}

case-cocher .enLecture {
    margin-bottom: 5px;
}

table case-cocher .enLecture {
    margin-bottom: 0;
}

groupe-cases-cocher case-cocher .enLecture {
    margin-bottom: 0;
}

table case-cocher {
    margin-bottom: 0;
}

case-cocher texte .valeur {
    margin-bottom: 0;
    white-space: inherit;
}

case-cocher input {
    display: none;
}

case-cocher > div > libelle label {
    padding-left: 22px;
    font-weight: normal;
    color: #333333;
    cursor: pointer;
}

case-cocher input + .carreExterieur {
    width: 10px;
    height: 10px;
    margin-top: 3px;
    margin-left: 5px;
    border: 1px solid #333333;
    background-color: #FFFFFF;
    position: absolute;
    left: 0;
    cursor: pointer;
}

case-cocher input + span + libelle {
    margin-bottom: 10px;
    margin-left: 5px;
    display: block;
}

table case-cocher input + span + libelle {
    margin-bottom: 0;
}

case-cocher input:checked + .carreExterieur .carreInterieur {
    width: 6px;
    height: 6px;
    margin: 2px 0 0 2px;
    transition: background-color 0.4s;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.25);
    position: absolute;
    left: 0;
}

case-cocher input:disabled + .carreExterieur {
    border-color: #AAAAAA;
    cursor: default;
}

case-cocher input:checked:disabled + .carreExterieur .carreInterieur {
    background-color: #AAAAAA;
}

case-cocher input:disabled ~ libelle label {
    color: #AAAAAA;
    cursor: default;
}

case-cocher texte .enLecture libelle {
    margin-bottom: 0;
}