.palmares {
  display: flex;
  flex-direction: column;
  gap: 5vw;
  padding-bottom: 15vw;
}
.palmares__frise {
  display: flex;
  flex-direction: column;
  gap: 4vw;
}
.palmares__vignette {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.palmares__date {
  color: var(--mColor);
  font-family: var(--ffMXBo);
  font-size: var(--fsCorps);
}
.history {
  margin-block: 10vw 0;
}
.history .article__gallery {
  margin-block: 0 1.5vw;
}
.history .article__illustrationContainer {
  background-image: url(../../img/background/backgroundFull.svg);
  background-repeat: no-repeat;
  background-size: 110%;
  display: block;
  padding: 0.5rem;
  width: 100%;
}
.history .article__illustration {
  aspect-ratio: 739/394;
  border: 0.25rem solid #eaeaea;
  height: auto;
  width: 100%;
}
.history .article__content {
  display: flex;
  flex-direction: column;
  gap: 2.5vw;
}
.history .article .button {
  margin-left: 0;
  margin-top: 2.5vw;
}
.article__galleryContainer {
  display: flex;
  flex-direction: column;
  gap: 2.5vw;
}
.article__contentContainer {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (min-width: 575.98px) {
  .palmares {
    gap: 2.5vw;
  }
  .palmares__frise {
    gap: 2.5vw;
  }
}

@media (min-width: 767.98px) {
  .palmares__frise {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .article__contentContainer {
    gap: 0.75rem;
  }
}

@media (min-width: 991.98px) {
  .history .article .button {
    margin-top: 1.5vw;
  }
  .history .article {
    margin-bottom: 10vw;
  }
  .history .article__gallery {
    flex-direction: row;
  }
  .history .article__illustrationContainer {
    flex: 1 0 49%;
  }
}

@media (min-width: 1199.98px) {
  .history .article__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
  }
  .history .article__galleryContainer {
    grid-column: 1;
  }
  .history .article__contentContainer {
    grid-column: 2;
  }
  .history .article__gallery {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: start;
    position: absolute;
    width: 40vw;
  }
  .history .article__illustrationContainer {
    flex: unset;
  }
  .history .article .button {
    margin-top: 0;
  }
  .history .article {
    margin-bottom: 5vw;
  }
  .history .article:nth-child(2n) .article__contentContainer {
    grid-column: 1;
    grid-row: 1;
  }
  .history .article:nth-child(2n) .article__galleryContainer {
    grid-column: 2;
  }
  .history {
    margin-block: 5vw 0;
  }
  .palmares {
    padding-bottom: 7.5vw;
  }
  .article__contentContainer {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .article__galleryContainer {
    gap: 1vw;
  }
}

@media (min-width: 1399.98px) {
  .history .article__illustration {
    border: 0.4rem solid #eaeaea;
    height: 100%;
    object-fit: cover;
  }
  .history .article__illustrationContainer {
    background-size: 160%;
    padding: 0.75rem;
  }
  .history .article__gallery {
    width: 38.5vw;
  }
  .palmares__frise {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .history .article__content {
    gap: 1.5vw 3vw;
  }
  .history .article__contentContainer {
    gap: 1.5rem;
  }
}

@media (min-width: 1599.98px) {
  .palmares__frise {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media (min-width: 1799.98px) {
  .history .article__content {
    width: 100%;
  }
  .history .article__content {
    flex: unset;
  }
  .history .article__galleryContainer {
    flex: 0 0 50%;
  }
  .history .article__galleryContainer {
    gap: 1.5vw;
  }
}

@media (min-width: 1919.98px) {
  body > .history,
  body > .palmares {
    padding-inline: 12.5vw;
  }
  .history .article__content {
    gap: 1.5vw 5vw;
  }
  .history .article .article__content {
    grid-template-columns: 1.25fr 1fr;
  }
  .history .article:nth-child(2n) .article__content {
    grid-template-columns: 1fr 1.25fr;
  }
  .palmares__frise {
    gap: 1.5vw 2.5vw;
  }
}
