/* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
    }
/*Navbar background and border color*/
    .navbar-inverse {
    background-color: #000;
    border-color: #000000;
    }
    .navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
    }
    .nav-pills>li>a:focus, .nav-pills>li>a:hover{
      background-color: #101010;
      color: #fff;
    }
    
    /* Set height of the grid so .sidenav can be 100% (adjust as needed) */
    .row.content {height: 550px}
    
    /* Set gray background color and 100% height */
    .sidenav {
      padding-top: 20px;
      background-color: #101010;
      height: 1000px;
    }
    
    /* Set black background color, white text and some padding */
    footer {
      background-color: #000;
      color: white;
      padding: 15px;
    }
    
    /* On small screens, set height to 'auto' for sidenav and grid */
    @media screen and (max-width: 767px) {
      .sidenav {
        height: auto;
        padding: 15px;
      }
      .row.content {height:auto;} 
    }

    /*Loading icon*/
    .no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/loader-128x/Preloader_2.gif) center no-repeat #fff;
}

/*Panel box - header*/
.panel-default>.panel-heading {
    color: #fff;
    background-color: #101010;
    border-color: #101010;
}
/*.panel-default {
    border-color: #000;
}*/

table > thead > tr > th{
  background-color: #101010;
  color: #ffffff;
}

.circles {
  margin-bottom: -10px;
}

.circle {
  width: 100px;
  margin: 6px 6px 20px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
}

.circle canvas {
  vertical-align: top;
}

.circle strong {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 30px;
}

.circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}

.circle span {
  display: block;
  color: #aaa;
  margin-top: 12px;
}

/*STYLE for accueil page*/
.accChiffre{
  text-align: center;
  font-size: 3.75em;
  font-weight: bold;
  color: #337ab7;
}