/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 10px;
  padding-bottom: 0px;
}

/* couleur du menu haut */
.navbar-default {
  background-color:#EEEEEE;
  border-color: #939393;
}

.GO_block_admin{
  min-height :190px;
  min-width  :200px;
  border : 1px solid lightgray;
  margin : 5px;
}

.block_categories{
  display: inline-block;
  height: 40px;
  line-height: 40px;
  min-width:150px;
  border: 1px solid gray;
  background-color: #F0ECEC;
  margin: 5px;
  text-align:center;
  border-radius: 5px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: white;
}



.GO_Block_stats{
  min-height :150px;
}

.stat_number{
  font-size:48px;
  text-align: center;
}

.Input_rech_jeux {

    margin-left: 15px; 
    
}

.compteur{
  font-size: large;
  font-weight: bold;
}

.img_menu{
  margin-top:-5px;
}

.img_liste_th{
  max-width: 150px;
}

/* bloc new jeux */
.GO_block_news{
  min-height :240px;
  min-width  :200px;
  border : 1px solid lightgray;
  margin : 7px;
  align-content: center;
}