#s-rall-bn, #c-s-bn {
    background: initial;
    text-decoration-line: underline;
    font-weight: normal;
    color: grey;
    font-size: 0.8em;
}

.background-light-statshelf {
    background-image: url('../images/back_g_l_header.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.icon-square {
    width: 3rem;
    height: 3rem;
    border-radius: .75rem;
}

#stats-ligne .badge {
    font-size:inherit;
}

#stats-grille .badge {
    font-size:inherit;
}

table#grille td {
    padding: 0.5rem 0.2rem;
}

.btn-outline-danger:hover:not(:checked) {
    background-color: unset;
    color: unset;
    --bs-btn-hover-color: unset;
    --bs-btn-hover-bg: unset;
}

.btn-outline-danger:not(:checked) {
    --bs-btn-hover-color: unset;
    --bs-btn-hover-bg: unset;
}

button.btn-primary.anim-expand:not(.collapsed) {
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    transform: rotate(90deg);
}

button.btn-primary.anim-expand.collapsed {
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}
