.reference {
  margin-bottom: 40px;
}
.reference .picto {
  margin-bottom: 10px;
}
.reference .referenceInfos p {
  margin: 0;
}
.reference .uk-button.uk-button-text {
  margin-top: 1rem;
}
.reference figure.referenceImage {
  position: relative;
  overflow: hidden;
  height: 180px;
}
.reference figure.referenceImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-width: none;
}
.pictos {
  display: inline-block;
  width: 100%;
}
.uk-button i {
  vertical-align: middle;
}
