/* Le hero reprend exactement le conteneur extérieur des grandes cartes suivantes. */
.agd-youth-page--v2 {
  display: grid;
  width: 100%;
  max-width: 1120px;
  box-sizing: border-box;
}

.agd-youth-page--v2 > .agd-youth-hero {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  justify-self: stretch;
  box-sizing: border-box;
}

@media (max-width: 700px) {
  .agd-youth-page--v2 {
    width: 100%;
    max-width: 100%;
  }
}
