/*****************************************************************
* Custom CSS Stylesheet. You can add any custom CSS selectors here after the comment line 
* They will be given the highest priority on any elements on the forum
* Customize your forum color scheme in one click: www.sitesplat.com/phpBB3/ 
* **************************************************************
*
* FLATBOOTS @SiteSplat.com - Custom CSS STYLESHEET - 
* 
* **************************************************************
*****************************************************************/
/* ===[ CSS HOOK TOP ]=== */
 


/* ===[ CSS HOOK BOTTOM ]=== */
.navbar-inverse {
  border-color: #1b2e3b;
  background-color: #1b2e3b;
}

.top-flat, .panel-forum > .panel-heading { background-color: #6e050e }
.blog-meta { background-color: 0 0 #6e050e }
a.forumtitle, a.topictitle { color: #6e050e }
.top-flat { border-radius: 50px }

@media (min-width: 768px) {
  .col-sm-6 {
    color: black;
  }
}

/* animated online statut */
@keyframes change-background {
      0% {
        background: LightGreen;
      }
      50% {
        background: green;
      }
      100% {
        background: LawnGreen ;
      }
    }
.avatar-over>.status::before{animation: change-background 4s linear infinite alternate;border:4px solid #fff;border-radius:50%;bottom:0;content:"";display:inline-block;height:18px;position:absolute;right:20px;width:18px}

