#block-autressitefooter {
  padding: 10px;
}

#block-autressitefooter .body ul {
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
}

#block-autressitefooter .body li {
  height: 76px;
  padding: 5px;
}

/*#block-autressitefooter .body li:not(:last-child) {
    margin-right: 22px;
}*/

#block-autressitefooter .body img {
  width: auto;
  max-height: 100%;
}
