body {
  padding-top: 10px;
}

[class*="col-"], footer {
  background-color: lightgreen;
  border: 2px solid black;
  border-radius: 6px;
  line-height: 40px;
  text-align: center;
}

.col-lg-offset-2 {
  margin-left: 25%;
}

#tout_le_site {
width:100%;
margin:auto;
height:100%;
}

.conteneur{
  width: 100%;
  height: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}