/**
 * style.css utilisé pour le site (surtout pour JQuery et le sticky footer)
 * 
 * Natier Guillaume, 21.02.2020
 */
html, body {
  height: 100%;
}
.page-wrap {
  min-height: 100%;
  /* egal à la hauteur du footer */
  margin-bottom: -50px; 
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer, .page-wrap:after {
  height: 50px; 
}
.site-footer {
  width: 100%;
  position: fixed;        
  background: #333;
  color: #fff;
  left: 0;
  bottom: 0;
  text-align: center;
}
.exo2{
  padding: 15px;
  background: #F0E68C;
}