/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 27 2024 | 09:18:33 */
/* fond ornage boutons inactifs dans groupe pour Zoom (Pro) */ 

.bb-template-v2 .bp-single-vert-nav .subnav li a, .bb-template-v2 .subnav li a, .bb-template-v2.groups .bp-single-vert-nav #item-body #subnav .subnav li a, .bb-template-v2.groups .bp-single-vert-nav .subnav li a, .bb-template-v2.groups.group-admin .bp-single-vert-nav .bp-navs.group-subnav li a {
    padding: 0 15px;
    line-height: 29px;
    border-radius: 6px;
    border: 1px solid transparent;
    color: var(--bb-body-body-text-color);
    background-color: #eef0f3;
    margin: 0;
}

/* Taille police de caractères titres des groupes */ 
nav#object-nav a {
    color: var(--bb-body-text-color);
    display: block;
    padding: 11px 0;
	font-weight: 600;
    text-decoration: none;
	text-align: center;
    font-size: 16px;
    line-height: 2;
}

/* Couleurs popup */
.bb-onscreen-notification-enable .bb-onscreen-notification .notification-list .read-item.recent-item:before {
    content: " ";
    left: -1px;
    top: 0;
    height: 100%;
    width: 5px;
    background: #fcb900;
    position: absolute;
    border-radius: 5px 0 0 5px;
}

/* Fond nombres en blanc */
.bb-template-v2 .bp-navs ul li .count, .bb-template-v2 .bp-navs ul li.selected .count, .bb-template-v2 .buddypress-wrap .bp-navs li.current a .count, .bb-template-v2 .buddypress-wrap .bp-navs li.dynamic a .count, .bb-template-v2 .buddypress-wrap .bp-navs li.dynamic.current a .count, .bb-template-v2 .buddypress-wrap .bp-navs li.dynamic.selected a .count, .bb-template-v2 .buddypress-wrap .bp-navs li.selected a .count, .bb-template-v2 .buddypress_object_nav .bp-navs li.current a .count, .bb-template-v2 .buddypress_object_nav .bp-navs li.selected a .count, .bb-template-v2 .lifter-topic-sidebar-wrapper .llms-count, .bb-template-v2.woocommerce #content div.product .woocommerce-tabs ul.tabs li#tab-title-reviews a span {
    background-color: white;
    color: var(--bb-body-text-color);
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 6px;
    min-width: 23px;
}


/* Couleur grise des sous-liens menu des groupes */
.widget.widget_display_forums .bb-sidebar-forums li .bb-sidebar-forums li .bbp-forum-link {
    color: #a2a2a2;
    font-weight: 400 !important;
}