/* OBUG — remplacement visuel des compteurs .obug-step */

html.obug-themed-icons-ready .obug-step::before {
  content: none !important;
  display: none !important;
  counter-increment: none !important;
  background: transparent !important;
  border: 0 !important;
}

.obug-step > .obug-step-icon {
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 38px !important;
  width: 38px !important;
  height: 38px !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 50% !important;
  line-height: 0 !important;
}

.obug-step > .obug-step-icon img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: contain !important;
}

.obug-step > .obug-step-icon.obug-step-icon--mascot {
  flex-basis: 46px !important;
  width: 46px !important;
  height: 46px !important;
  padding: 3px !important;
  background: #eef0fb !important;
}

@media (max-width: 640px) {
  .obug-step > .obug-step-icon {
    flex-basis: 36px !important;
    width: 36px !important;
    height: 36px !important;
  }

  .obug-step > .obug-step-icon.obug-step-icon--mascot {
    flex-basis: 42px !important;
    width: 42px !important;
    height: 42px !important;
  }
}
