/*
 * Header
 */

#logo-aprona {
  display: inline-block;
  background: url('../images/logo-aprona.png') center left / contain no-repeat;
  width: 140px;
  height: 50px;
}
@media (min-width: 992px) {
  #logo-aprona {
    background: url('../images/logo-aprona.png') center left / contain no-repeat;
    width: 277px;
    height: 100px;
  }
}

#logo-ems {
  display: inline-block;
  background: url('../images/logo-ems.png') top left no-repeat;
  width: 350px;
  height: 100px;
}
#logo-ermes {
  display: inline-block;
  background: url('../images/logo-ermes.png') center no-repeat;
  width: 100px;
  height: 100px;
}
#logo-feder {
  display: inline-block;
  background: url('../images/logo-feder.png') center no-repeat;
  background-size: contain;
  width: 54px;
  height: 38px;
}
#logo-feder-drapeau {
  display: inline-block;
  background: url('../images/feder-drapeau.png') center no-repeat;
  height: 34px;
  width: 240px;
}

/*
 * Icons
 */

.icon-30 {
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.icon-aprona {
  background-image: url('../images/icon_APRONA.png');
}
.icon-ems {
  background-image: url('../images/icon_EMS.png');
}
.icon-ermes {
  background-image: url('../images/icon_ERMES.png');
}
