main h2[id],
main h3[id],
.elementor-widget-theme-post-content h2[id],
.elementor-widget-theme-post-content h3[id],
.entry-content h2[id],
.entry-content h3[id] {
    scroll-margin-top: 110px;
}

.aae-titre-cible {
    animation: aae-mise-en-evidence 2.2s ease-out;
    border-radius: 4px;
}

@keyframes aae-mise-en-evidence {
    0% {
        background-color: rgba(255, 223, 93, 0.85);
        box-shadow: 0 0 0 8px rgba(255, 223, 93, 0.30);
    }
    45% {
        background-color: rgba(255, 223, 93, 0.50);
        box-shadow: 0 0 0 5px rgba(255, 223, 93, 0.18);
    }
    100% {
        background-color: transparent;
        box-shadow: 0 0 0 0 transparent;
    }
}

@media (prefers-reduced-motion: reduce) {
    .aae-titre-cible {
        animation: none;
        outline: 2px solid currentColor;
        outline-offset: 5px;
    }
}

.elementor-toc__header {
    cursor: pointer;
}
