.apidae-handicap-labels-wrapper::before {
  content: '';
  display: inline-block;
  height: 50px;
  width: 50px;
  background: #014596;
  border: 1px solid #014596;
  vertical-align: top;
  background-image: url(/modules/custom/ws_apidae/ws_apidae_handicap_labels/pictos/tourisme-handicap-logo.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.apidae-handicap-labels-wrapper {
  font-size: 0px;
  position: relative;
  width: fit-content;
  margin-bottom: 30px;
  margin-top: 10px;
}

.apidae-handicap-labels-wrapper .field--items,
.apidae-handicap-labels-wrapper .field--item {
  display: inline-block;
}

.apidae-handicap-label {
  display: inline-block;
  font-size: 0;
  padding: 0;
  height: 50px;
  width: 50px;
  vertical-align: top;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border: 1px solid #014596;
}

.handicap-label-auditive {
  background-image: url(/modules/custom/ws_apidae/ws_apidae_handicap_labels/pictos/auditif.jpg);
}

.handicap-label-mentale {
  background-image: url(/modules/custom/ws_apidae/ws_apidae_handicap_labels/pictos/mental.jpg);
}

.handicap-label-motrice {
  background-image: url(/modules/custom/ws_apidae/ws_apidae_handicap_labels/pictos/moteur.jpg);
}

.handicap-label-visuelle {
  background-image: url(/modules/custom/ws_apidae/ws_apidae_handicap_labels/pictos/visuel.jpg);
}

.after-labels-handicap {
  display: block;
  height: 17px;
  width: 100%;
  position: absolute;
  left: 0;
  font-size: 12px;
  color: #fff;
  padding: 1px 6px;
  font-weight: 900;
  background: #014596;
  bottom: -17px;
  min-width: max-content;

}