/* 
 * Fichier à supprimer si il n'y a pas de CSS personnalisée pour le site
 */

/* MOBILE MENU */
/* ICON SUB MENU */
.uk-nav-parent-icon>.uk-parent>a::after {
    transform: rotate(180deg);
}
.uk-nav-parent-icon>.uk-parent.uk-open>a::after {
    transform: none;
}
.alert i {
    position: relative;
}
.alert:not(.no-alert) i:after {
    content: '';
    display: block;
    position: absolute;
    font-size: 12px;
    background: url(/wp-content/plugins/af-screen-alert/images/alert.svg);
    width: 10px;
    height: 10px;
    text-align: center;
    top: 50%;
    left: calc(50% + 3px);
    opacity: 1;
}
.uk-offcanvas-bar .alert:not(.no-alert) i:after {
    top: 50%;
    left: 12px;
    width: 10px;
    height: 10px;
}
.tm-header-mobile div.uk-navbar-toggle-icon > svg {
    height: 30px;
    width: 30px;
}

/* ALERTES */
#ScreenAlertModal img {
    max-height: 50vh;
}