@media screen and (max-width: 575px) {
  /*.container-fluid{
    margin:     0;
  }*/
/*
  .article a:link,
  .article a:visited{
    width :       300px;
  }
*/
  #description-links .left,
  #description-links .right{
    text-align :    center;
    margin-bottom : 3em;
  }
}

@media screen and (max-width: 768px){

  #footer *{
    text-align:     center;
  }
  #disclaimer{
    margin-top :    3em;
  }
}

@media screen and (max-width: 992px){
  #infos a.button.disabled{
    display :       none;
  }
}

@media screen and (max-width: 1200px){

}