/* Bouton Actualites du menu principal AJCM. */
html body #page ul.dropdown-menu > li.ajcm-menu-news-button {
    display: flex !important;
    align-items: center !important;
    padding: 0.28rem 0.42rem !important;
    overflow: visible !important;
}

html body #page ul.dropdown-menu > li.ajcm-menu-news-button > a,
html body #offcanvas-wrapper .offcanvas_menu li.ajcm-menu-news-button > a {
    box-sizing: border-box !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 9px 17px !important;
    color: #071a2c !important;
    background: linear-gradient(135deg, #ffe169 0%, #f3c53c 100%) !important;
    border: 1px solid #deb021 !important;
    border-radius: 999px !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
    letter-spacing: 0.035em !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    box-shadow: 0 8px 21px rgba(111, 81, 0, 0.24) !important;
    transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease !important;
}

html body #page ul.dropdown-menu > li.ajcm-menu-news-button > a::before,
html body #offcanvas-wrapper .offcanvas_menu li.ajcm-menu-news-button > a::before {
    content: "✦" !important;
    color: #775800 !important;
    font-size: 12px !important;
    line-height: 1 !important;
}

html body #page ul.dropdown-menu > li.ajcm-menu-news-button > a::after,
html body #offcanvas-wrapper .offcanvas_menu li.ajcm-menu-news-button > a::after {
    content: none !important;
    display: none !important;
}

html body #page ul.dropdown-menu > li.ajcm-menu-news-button > a:hover,
html body #page ul.dropdown-menu > li.ajcm-menu-news-button > a:focus-visible,
html body #offcanvas-wrapper .offcanvas_menu li.ajcm-menu-news-button > a:hover,
html body #offcanvas-wrapper .offcanvas_menu li.ajcm-menu-news-button > a:focus-visible {
    color: #071a2c !important;
    background: linear-gradient(135deg, #ffea8d 0%, #ffd449 100%) !important;
    outline: 3px solid rgba(243, 197, 60, 0.34) !important;
    outline-offset: 3px !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 11px 27px rgba(111, 81, 0, 0.3) !important;
}

html body #offcanvas-wrapper .offcanvas_menu li.ajcm-menu-news-button {
    padding: 10px 14px !important;
    overflow: visible !important;
}

html body #offcanvas-wrapper .offcanvas_menu li.ajcm-menu-news-button > a {
    width: 100% !important;
    min-height: 46px !important;
    padding: 11px 16px !important;
}

@media (max-width: 1100px) and (min-width: 768px) {
    html body #page ul.dropdown-menu > li.ajcm-menu-news-button > a {
        min-height: 38px !important;
        padding: 8px 12px !important;
        font-size: 11px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    html body #page ul.dropdown-menu > li.ajcm-menu-news-button > a,
    html body #offcanvas-wrapper .offcanvas_menu li.ajcm-menu-news-button > a {
        transition: none !important;
    }
}
