#selection .form-control:focus,
#selection .form-check-input:focus {
    box-shadow: 0 0 0 .25rem rgba(112, 45, 139, .2);
}

#selection .category-container[hidden],
#selection .d-none {
    display: none !important;
}

.candidatures-closed {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

@media (min-width: 992px) {
    .candidatures-closed {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
}

@media (max-width: 767.98px) {
    #selection .btn_submit,
    #selection #btn_submit {
        width: 100%;
    }
}
