.custom-card {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}
.custom-card label {
    cursor: pointer;
}
.custom-card:hover, .custom-card:active, .custom-card.checked {
    background-color: hsl(21.58deg 84.94% 53.14%);
    color: white;
    border: black solid 1px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.custom-card:hover .card-title, .custom-card:hover .card-text, .custom-card:active .card-title, .custom-card:active .card-text, .custom-card.checked .card-title, .custom-card.checked .card-text {
    color: white;
}
.custom-card .form-check-input:checked {
    background-color: black;
    border-color: #f65a03;
}

#form-morale a.link-white:hover {
    color: white !important;
}

@media (max-width: 768px) {
    #form-morale, #form-morale a.link-white {
        font-size: 13px;
    }
    #form-physique .space-label {
        margin-top: 20px !important;
    }
}
