

.small-box .icon {font-size: 18px !important;margin-top:15px;}
.small-box h3 {font-size: 25px !important;}
.small-box:hover {
  text-decoration: none !important;
  color: #f9f9f9 !important;
}
.small-box:hover .icon {
  font-size: 30px !important;

}
/*
.bg-blue {
    background: #2a343e;
}*/
@media (max-width: 767px) {
  .small-box {
    text-align: center !important;
  }
  .small-box .icon {
    display: none !important;
  }
  .small-box p {
    font-size: 12px !important;
  }

}

.small-box a{
  color:#fff !important;
}


.navbar-maitre{
  top:-10px;
}
.navbar-maitre-brand{
  top:-30px;
  left:0px;
  position:relative;
}

.nav-maitre{
    border:0px;
    background: rgba(60,141,188, 1);
    background: -moz-linear-gradient(-45deg, rgba(60,141,188, 1) 70%,rgba(255,255,255,0.1) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(1%,rgba(60,141,188, 0.29)), color-stop(49%,rgba(60,141,188,1)), color-stop(50%,rgba(60,141,188,1)), color-stop(100%,rgba(235,241,246,1)));
    background: -webkit-linear-gradient(-45deg, rgba(60,141,188, 1) 70%,rgba(255,255,255,0.1) 100%);
    background: -o-linear-gradient(-45deg, rgba(60,141,188, 1) 70%,rgba(255,255,255,0.1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(60,141,188, 1) 70%,rgba(255,255,255,0.1) 100%);
    background: linear-gradient(135deg, rgba(60,141,188, 1) 70%,rgba(255,255,255,0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3C8DBC', endColorstr='#ebf1f6',GradientType=1 );
}
.nav-maitre .limaitre{
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3C8DBC', endColorstr='#ebf1f6',GradientType=1 );
    -webkit-transform: skew(20deg) !important;
    -moz-transform: skew(20deg) !important;
    -o-transform: skew(20deg) !important;


}
.nav-maitre .limaitre a {
  color:#fff  !important;
}
.nav-maitre .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus
 {  color: #fff;
    background-color: rgba(150,193,219, 0.29);
    font-weight: bold;
}

.nav-maitre .navbar-header img{
  margin-top:25px;
  height:30px;
  width:120px;
  border-radius: 6px;
}