.miniature {
  display: flex;
  flex-direction: column;
  gap: 10vw;
}
.miniature__illustration {
  aspect-ratio: 322/195;
  height: auto;
  width: 100%;
}
.miniature__title {
  color: var(--sColor);
  font-family: var(--ffMBlIt);
  font-size: 1.875rem;
  line-height: 2.25rem;
  text-transform: uppercase;
}
.miniature__legend {
  display: flex;
  flex-direction: column;
  gap: 5.5vw;
  margin-top: 2vw;
}
.miniature__legend .corps * {
  line-height: var(--fsTitleH3);
}
.miniature__legend .corps p strong {
  display: block;
  font-family: "geom-graphic", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.9375rem;
  margin-block: 8vw 1vw;
  text-transform: uppercase;
}
.miniature__legend .button {
  margin: 0;
}

@media (min-width: 575.98px) {
  .miniature {
    gap: 5vw;
  }
  .miniature__legend {
    gap: 3.5vw;
  }
  .miniature__legend .corps p strong {
    margin-top: 6vw;
  }
}

@media (min-width: 767.98px) {
  .miniature__legend {
    gap: 2.5vw;
    margin-top: 0;
  }
}

@media (min-width: 991.98px) {
  .front__gallery .miniature {
    flex-direction: row-reverse;
  }
  .front__gallery .miniature:nth-child(2n) {
    flex-direction: row;
  }
  .front__gallery .miniature__illustration {
    width: 50%;
  }
  .front__gallery .miniature__legend {
    gap: 1vw;
  }
  .front__gallery .miniature__legend .corps p strong {
    margin-top: 1.5vw;
  }
  .front__gallery .miniature__legend .corps img {
    width: 70%;
  }
}
