.title-faqs {
    border-top: 3px solid #007bff !important;
}

/* Initial rotation de l'icône */
.fa-chevron-down {
    transition: transform 0.3s ease;
}

/* Rotation quand aria-expanded="true" pour l'élément parent */
[aria-expanded="true"] .fa-chevron-down {
    transform: rotate(180deg);
}

.sticky-sidebar {
    position: sticky;
    top: 50px !important;
}

.sticky-sidebar a.active {
    border-left: 3px solid #007bff !important;
    font-weight: bolder;
}