#forum .forums {
    background:var(--gradient-2-reverted);
    background-size:500%;
    color:var(--text-color-1);
    border-radius: 15px !important;
}
#forum .forums-parent-title {
    font-size:var(--mini-title-text-size);
    margin-bottom:0;
    border-radius: 15px !important;
    font-weight:bold;
}
#forum .forums-parent {
    background:var(--gradient-1-vertical);
    border-radius: 15px !important;
    color:var(--text-color-4);
    padding:var(--button-padding);

}
#forum .forums-parent-description {
    display:inline-block;
    margin-bottom:0;
    font-weight:bold;
    opacity:0.85;
}
#forum .forum-wrapper {
    background:var(--gradient-2-reverted);
    border-radius: 15px !important;
    background-size:500%;
}
#forum .forum-item {
    display:flex;
    padding:10px 20px;
}
#forum .forum-item-icon {
    color:var(--text-color-1);
    transition: all ease 0.15s;
}
#forum .forum-item-title a {
    display:inline-block;
    font-weight:bold;
    color:var(--text-color-1);
    text-decoration:none;
    font-size:var(--mini-title-text-size);
    transition: all ease 0.15s;
}
#forum .forum-item-title a:not(.name) {
    max-width:100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#forum .forum-item-du {
    max-width:100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
#forum  .forum-item:hover .forum-item-title a:not(.name) {
    color:var(--text-color-2);
    transition: all ease 0.15s;
}
#forum .forums .forum-item:hover .forum-item-icon {
    color:var(--text-color-2);
}
#forum .forum-item-description {
    font-size:var(--paragraphe-text-size);
    font-weight:normal;
    opacity:0.75;
}
#forum .forum-info-number {
    font-size:var(--title-text-size);
}
#forum .forum-info-text {
    font-size:var(--paragraphe-text-size);
    opacity:0.75;
}
#forum .forum-lastest-profile {
    position: relative;
    text-decoration: none;
    display:flex;
    align-items: center;
}

#forum .forum-lastest-profile.online::after {
    content:'';
    position:absolute;
    bottom:5px;
    right:6px;
    width:18px;
    height:18px;
    background:rgb(69, 241, 69);
    border:4px solid var(--color-4);
    border-radius: 50%;
    z-index:11;
}
#forum .forum-lastest-profile.offline::after {
    display:none;
}

#forum .forum-lastest-profile img {
    border:2px solid var(--text-color-1);
    width:40px;border-radius:40px;height:40px;margin:10px;
}
#forum .forum-lastest-profile-no {
    border:2px solid var(--text-color-1);
    width:40px;border-radius:40px;height:40px;margin:10px;
}
#forum .forum-lastest-text1,#forum .forum-lastest-text2 {
    font-size:var(--paragraphe-text-size);
    color:var(--text-color-1);
    text-decoration: none;
    width:150px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight:bold;
    transition: all ease 0.15s;
}
#forum .forum-lastest-text1:hover {
    color:var(--text-color-2);
    transition: all ease 0.15s;
}
#forum .forum-lastest-text2 {
    width:150px;
}
#forum .forum-lastest-text2 span {
    font-size:var(--paragraphe-text-size);
    font-weight: normal;
    opacity:0.75;
}
#forum .forum-lastest-text2 a {
    font-size:var(--paragraphe-text-size);
    color:var(--text-color-1);
    text-decoration: none;
}

#forum .forum-lastest-text2 a:hover {
    color:var(--text-color-2);
    transition: all ease 0.15s;
}

#forum .stats-text {
    opacity:0.75;
}
#forum .nav-link {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
#forum .forum-lastest-comments {
    border-top-left-radius: 0 !important;
}
#forum .forum-lastest-comments .forum-lastest-text1 {
    width:100%;
}
#forum .forum-lastest-comments .forum-lastest-text2 {
    width:100%;
}
#forum .online-user {
    text-decoration: none;
}
#forum .online-user {
    position:relative;
    display:inline-block;
    width:25px;
    height:40px;
}
#forum .online-user img {
    position:absolute;
    top:0;
    left:0;
    border:2px solid var(--text-color-1);
    width:40px;
    border-radius:40px;
    height:40px;
}
#forum .forum-nav .forum-nav-item {
    color:var(--text-color-1);
    opacity:0.75;
    text-decoration: none;
    transition: all ease 0.15s;
}
#forum .forum-nav .forum-nav-item.active,#forum .forum-nav .forum-nav-item:hover {
    opacity:1;
    transition: all ease 0.15s;
}
#forum  .forum-item .forum-item-title a.name {
}
#forum  .forum-item .forum-item-title a.name:hover {
    color:var(--text-color-2);
    transition: all ease 0.15s;
}
#forum .forum-post-profile {
    position: relative;
    text-decoration: none;
    display:flex;
    justify-content: center;
    align-items: center;
}

#forum .forum-post-profile.online::after {
    content:'';
    position:absolute;
    bottom:10px;
    right:30px;
    width:25px;
    height:25px;
    background:rgb(69, 241, 69);
    border:4px solid var(--color-4);
    border-radius: 50%;
    z-index:11;
}
#forum .forum-post-profile.offline::after {
    display:none;
}

#forum .forum-post-profile img {
    border:4px solid var(--text-color-1);
    width:80px;
    border-radius:40px;
    height:80px;
    margin:10px;
}
#forum .forum-post-name a {
    font-weight:bold;
    color:var(--text-color-1);
    text-decoration: none;
    transition: all ease 0.15s;
}
#forum .forum-post-name a:hover {
    color:var(--text-color-2);
    transition: all ease 0.15s;
}
