.app_shade_top {
    background: -webkit-linear-gradient(top, rgba(var(--noir), 0.6), rgba(var(--noir), 0));
    top: 0px;
}

.app_shade_bottom {
    background: -webkit-linear-gradient(bottom, rgba(var(--noir), 0.6), rgba(var(--noir), 0));
    bottom: -42px;
}

.app_fanart {
    background-color: #111111;
    opacity: 1;
}

.app_noback {
    background-color: rgba(var(--noir), 0);
}

.app_footer {
    color: rgba(var(--blanc), 0.85);
    text-align: right;
    float: right;
    line-height: 10px;
    height: 34px;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;}

.app_footer img {
    float: right;
    width: 24px;
    height: 24px;
    margin-left: 5px;
    margin-bottom: 2px;
    opacity: 0.85;
}

.app_footer_title a {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: rgba(var(--blanc), 0.85)
}

.app_footer_title a:hover {
    color: rgba(var(--blanc), 0.85)
}

.app_footer_title a::after {
    -webkit-filter: invert(100%);
    filter: invert(100%);
    content: url('/img/icons/light/open-in-new.svg');
    opacity: 0.85;
}

.app_footer_copy {
    font-weight: normal;
    font-size: 10px;
    margin-top: 2px;
    display: inline-block;}

.app_shade_top, .app_shade_bottom  {
    height: 120px;
}

a.app_link, .footer_menu a.app_bouton, .demi_thumb a.app_bouton {
    color: rgb(var(--blanc));
    opacity: 0.85;
}

.home_bookmarks {
    position: absolute;
    text-align: left;
    overflow-y: scroll;
    line-height: 0;
    /*transition: box-shadow .2s linear;
    -webkit-transition: box-shadow .2s linear;
    -moz-transition: box-shadow .2s linear;*/
    border-radius: 5px;
}

.home_bookmark {
    display: inline-block;
    width: 76px;
    height: 46px;
    white-space: wrap;
}

.home_bookmark .book_icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0;
    margin-bottom: 2px;
    padding: 5px;
    float: none;
    -moz-box-shadow: 0 0 5px rgba(var(--noir), 0.5);
    -webkit-box-shadow: 0 0 5px rgba(var(--noir), 0.5);
    box-shadow: 0 0 5px rgba(var(--noir), 0.5);
}

.home_bookmark .book_label {
    display: block;
    white-space: nowrap;
    line-height: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    font-size: 10px;
}

.group_bookmark {
    line-height: 22px;
    display: block;
    width: auto;
    height: 22px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
    font-weight: bold;
    /*vertical-align: text-bottom;*/
    text-align: left;
    border-radius: 5px;
}

.group_bookmark img {
    width: 24px;
    height: 24px;
}

a.app_bookmark {
    margin: 5px;
    padding: 5px;
}

a.app_bookmark, .group_bookmark {
    color: rgb(var(--blanc));
    text-shadow: 0 0 4px rgba(var(--noir), 1);
}

a.app_link:hover, a.app_bookmark:hover, a.app_sp:hover {
    color: rgb(var(--blanc));
    background: var(--app-hover);
    transition: background 0.2s linear;
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
}

.footer_menu a.app_bouton:hover, .demi_thumb a.app_bouton:hover {
    background: var(--app-hover);
}