.stl_section--hero,
p[data-ae] {
  opacity: 0;
  animation: .4s ease-in .3s forwards animAe;
}

@keyframes animAe {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.stl_box:not(#sobotDialogId *):not(#inaWidgetContainer *) {
  background-color: #f4f5f6;
  border-radius: 5px;
  padding: 1rem;
}

.stl_box:not(#sobotDialogId *):not(#inaWidgetContainer *) > * {
  text-align: center;
}

.stl_box:not(#sobotDialogId *):not(#inaWidgetContainer *) .stl_title {
  padding-bottom: 0.5rem;
}

.stl_box:not(#sobotDialogId *):not(#inaWidgetContainer *) img {
  margin: 0 auto 1rem;
}

.stl_box:not(#sobotDialogId *):not(#inaWidgetContainer *) p {
  margin-bottom: 0;
}

.offre-croisee-wrapper {
  margin-inline: auto;
  width: 100%;
  max-width: 968px;
}

.offre-croisee {
  border-radius: 0.25rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  align-items: center;
  background-color: #f4f5f6;
}

.offre-croisee-wrapper+.stl_btn-group {
  margin-top: 1.5rem;
}

.offre-croisee-content {
  text-align: center;
  flex-direction: column;
}

.offre-croisee-content .stl_title {
  margin-bottom: 0.5rem;
}

.offre-croisee-content p:last-of-type {
  margin-bottom: 0;
}

.offre-croisee-plus {
  background-color: #010035;
  border-radius: 100vmax;
  width: 40px;
  aspect-ratio: 1 / 1;
  text-align: center;
  margin: 1rem auto;
}

@media screen and (min-width:48rem) {
  .offre-croisee {
    padding: 1.5rem;
    flex-direction: row;
    column-gap: 1.5rem;
  }

  .offre-croisee-plus {
    margin: 1.5rem auto;
  }

  .offre-croisee-content {
    text-align: left;
  }
}

.ae {
    position: relative;
    background-color: #ffff00b5;
}
.ae::before {
    content: attr(data-ae);
    display: block;
    position: absolute;
    color: #ff8c00;
    font-size: small;
    font-weight: 700;
    top: -1rem;
    z-index: 1;
    right: 0
}

.ae-option {
    display: none;
}