@import "tiles.css";

a .expanded_icon {
    display: inherit;
}

a.collapsed .expanded_icon {
    display: none;
}

a .collapsed_icon {
    display: none;
}

a.collapsed .collapsed_icon {
    display: inherit;
}


.list-group-item.sash:first-child::after {
    content: "";
    width: 80px;
    height: 80px;
    position: absolute;
    top: -3px;
    right: -3px;
    background: url("/faq/assets/img/root/banderole_list_group.png");

}

.list-group-item span.banderole-text {
    font-size: 14px !important;
    line-height: 14px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 19px;
    right: -24px;
    z-index: 2;
    width: 98px;
}

.list-group-item:hover{
    background-color: var( --secondary1 );
}

.list-group {
    --bs-list-group-color: #555;
}

.banners .card-header  {
    min-height: 4rem;
}

.banners .card-body {
    color: var( --secondary );
}

.card-header {
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
}
.card {
    border-radius: var(--border-radius);
}

.card .card-img img {
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
}

#disturbance .card-body {
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

#disturbance .card-header {
    border-radius: var( --border-radius );
    border-bottom: 0!important;
}