/* Header Logos AMP / RTM */
.webform--header-logos__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  min-height: 80px;
  margin-bottom: 32px;
}

.webform--header-logos__logo-metropole img {
  height: 40px;
  width: auto;
  display: block;
  min-width: 0;
  min-height: 0;
}

.webform--header-logos__logo-rtm img {
  height: 32px;
  width: auto;
  display: block;
  min-width: 0;
  min-height: 0;
}

@media (max-width: 600px) {
  .webform--header-logos__logo-metropole img {
    height: 32px;
  }
  .webform--header-logos__logo-rtm img {
    height: 24px;
  }
}

@media (max-width: 360px) {
  .webform--header-logos__container {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 12px 8px;
  }
  .webform--header-logos__logo-metropole,
  .webform--header-logos__logo-rtm {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
