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

.nomProvince {
    font-size: 14px;
    font-weight: 600;
    line-height: 27px;
    cursor: pointer;
}

.nomProvince.enLecture {
    cursor: default;
}

.regions {
    margin-left: 17px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.25s ease-in-out;
}

.afficherRegions {
    max-height: 470px;
    margin-bottom: 15px;
}

.case {
    width: 10px;
    height: 10px;
    margin-top: 8px;
    margin-right: 5px;
    border: 1px solid #333333;
    background-color: #FFFFFF;
    cursor: pointer;
    float: left;
}

.case .plein {
    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);
    background-color: #486FA9;
}