/* -- -- -- -- -- FRONT__BANNEER - SECTION -- -- -- -- -- */
.front__banneer {
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  gap: 5vw;
  justify-content: center;
  min-height: calc(100dvh - 7.25rem);
  padding: 0 9.5vw 7.25rem 9.5vw;
  position: relative;
}
.front__banneer .hashtag {
  display: none;
}
.front__background {
  display: block;
  height: 100%;
  margin-left: -9.5vw;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.front__banneer > .banneer__shadow {
  margin-left: -9.5vw;
  z-index: -1;
}
.front__banneer::after {
  background-image: url(../../img/background/background.svg);
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  display: block;
  height: 5vw;
  margin-left: -9.5vw;
  position: absolute;
  width: 100%;
}
.front__title {
  color: var(--white);
  font-family: var(--ffMXBoIt);
  font-size: 10vw;
  line-height: 12.5vw;
  text-transform: uppercase;
}
.front__banneer > .button {
  gap: 0.3125rem;
  margin-left: 0;
  margin-top: 6.5vw;
  padding: 0.5625rem 1.5rem;
}
.front__bandeau {
  bottom: 5vw;
  object-fit: cover;
  margin-left: -9.5vw;
  position: absolute;
  width: 100%;
}
.front__bandeau--desktop {
  display: none;
}

/* -- -- -- -- -- ACTUS SECTION -- -- -- -- -- */
.actus {
  background-position: top center;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  padding-block: 26vw 16vw;
}
.actus > .title {
  font-size: 1.5625rem;
}

/* -- -- -- -- -- RESULTS SECTION -- -- -- -- -- */
.results {
  background-image: url(../../img/background/backgroundGrey.svg);
  display: flex;
  flex-direction: column;
  gap: 7.5vw;
  padding-block: 12.5vw 10vw;
  position: relative;
}
.results::after {
  background-image: url(../../img/background/background.svg);
  background-repeat: no-repeat;
  background-size: 110%;
  bottom: 0;
  content: "";
  display: block;
  height: 3.5vw;
  margin-left: -9.5vw;
  position: absolute;
  width: 100%;
}
.results > .title {
  color: var(--sColor);
  font-size: 2.1875rem;
  line-height: 2.625rem;
}
.results__vignette {
  background-color: var(--white);
}
.results__vignette > .title {
  font-size: var(--fsCorps);
  line-height: 1.1875rem;
  padding-block: 3.25vw 2.5vw;
}
.results__row {
  display: flex;
  flex-direction: column;
  gap: 2.5vw;
  margin-block: 2.5vw 5vw;
  position: relative;
}
.results__score {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-inline: 5vw;
  position: relative;
}
.results__score::after {
  background-color: #b2b3b8;
  bottom: -1rem;
  content: "";
  display: block;
  height: 0.0625rem;
  left: 5%;
  position: absolute;
  width: 90%;
}
.results__date {
  background-color: var(--white);
  color: #b2b3b8;
  font-family: var(--ffMXBo);
  font-size: var(--fsCorpsLess);
  line-height: var(--fsCorps);
  margin: 0 auto;
  padding-inline: 5%;
  position: relative;
  text-align: center;
  width: fit-content;
  z-index: 1;
}
.results__row::after {
  background-color: #b2b3b8;
  top: calc(var(--fsCorpsLess) * 0.5);
  content: "";
  display: block;
  height: 0.0625rem;
  left: 5%;
  position: absolute;
  width: 90%;
  z-index: 0;
}
.results__logo {
  object-fit: contain;
  width: 10vw;
}
.results__team {
  font-family: var(--ffMMe);
  font-size: var(--fsCorpsLess);
  line-height: var(--fsCorps);
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
  width: 15vw;
  white-space: nowrap;
}
.results__result {
  font-family: var(--ffMMe);
}
.results__result--win {
  font-family: var(--ffMXBo);
}
.results__numbers {
  color: #b2b3b8;
  display: flex;
  gap: 0.5rem;
}
.results__result {
  color: var(--mColor);
}
.results__next {
  font-family: var(--ffMXBo);
  font-size: var(--fsCorpsLess);
  line-height: var(--fsCorps);
  margin-left: 5vw;
  margin-top: 2rem;
  text-transform: uppercase;
}
.results__hour {
  color: #b2b3b8;
  font-family: var(--ffMMe);
  font-size: var(--fsCorpsLess);
  line-height: var(--fsCorps);
}
.results__link {
  color: #08448b;
  display: block;
  font-family: var(--ffMXBo);
  font-size: var(--fsCorpsLess);
  line-height: var(--fsCorps);
  padding-block: 0.5rem 3.5vw;
  text-align: center;
  width: 100%;
}
.results__container {
  display: flex;
  flex-direction: column;
  gap: 6.5vw;
}
.results .button--second {
  margin: 6.5vw auto 3.75vw auto;
}

/* -- -- -- -- -- SHOP SECTION -- -- -- -- -- */
.shop {
  padding-block: 28.5vw;
}
.shop__caroussel {
  display: flex;
}
.shop__vignette {
  display: flex;
  flex-direction: column;
  gap: 2.5vw;
  margin-top: 15vw;
}
.shop__caroussel > .shop__image:not(:first-of-type) {
  display: none;
}
.shop__legend {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-inline: 0.5rem;
}
.shop__name {
  font-family: var(--ffMBoIt);
  font-size: var(--fsOtherMore);
  line-height: 1.5625rem;
  text-transform: uppercase;
}
.shop__price {
  font-family: var(--ffMMe);
  font-size: 1.5625rem;
  line-height: 1.5625rem;
  text-transform: uppercase;
}
.shop__view {
  align-items: center;
  background-color: var(--mColor);
  border-radius: 1.375rem;
  display: flex;
  height: 2.5rem;
  justify-content: center;
  padding: 0.5rem;
  width: 2.5rem;
}
.shop__icon {
  aspect-ratio: 21 / 21;
  height: auto;
  object-fit: contain;
  width: 1.375rem;
}
.shop__content {
  display: flex;
  flex-direction: column;
  gap: calc(var(--fsCorps) * 0.35);
}
.shop .button--fourth {
  margin-top: 16.5vw;
}

.shop__lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px;
  z-index: 5;
  overflow: auto;
}
.shop__lightbox img {
  max-width: 300px;
  max-height: 80vh;
  border-radius: 8px;
}
.shop__lightbox-close {
  position: fixed;
  top: 20px;
  right: 30px;
  font-size: 32px;
  color: white;
  cursor: pointer;
  z-index: 5;
}

/* -- -- -- -- -- GALLERY SECTION -- -- -- -- -- */
.front__gallery {
  display: flex;
  flex-direction: column;
  gap: 21.5vw;
  padding-block: 9vw 27vw;
}
.front__gallery > .title--sColor {
  color: var(--sColor);
  font-family: var(--ffMXBoIt);
  font-size: 2.625rem;
  line-height: 3.125rem;
  margin-bottom: -7vw;
}

/* -- -- -- -- -- PARTNERING SECTION -- -- -- -- -- */
.partnering {
  background-image: url(../../img/background/backgroundGrapes.svg);
  background-repeat: no-repeat;
  background-size: 220vh;
  padding-block: 27.5vw;
  position: relative;
}
.partnering .imgContainer:has(.partnering__illustration) {
  display: none;
}
.partnering__legend {
  display: flex;
  flex-direction: column;
  gap: 4vw;
}
.partnering__title {
  color: var(--sColor);
  font-family: var(--ffMBlIt);
  font-size: 2.5rem;
  line-height: 3rem;
  text-transform: uppercase;
}
.partnering__legend > .corps > p > strong {
  display: block;
  font-family: var(--ffMXBo);
  margin-top: 7vw;
}
.partnering__legend > .corps * {
  font-size: var(--fsCorps);
  line-height: 1.5625rem;
}
.partnering__offers {
  align-items: center;
  display: grid;
  gap: 3.5vw 5.5vw;
  grid-template-columns: 1fr 1fr;
  margin-top: 4vw;
}
.partnering__offers > .imgContainer {
  align-items: center;
  display: flex;
  justify-content: center;
}
.partnering__legend .button--second {
  margin-left: 0;
  margin-top: 3.5vw;
}
.front__gallery ~ .banneer .banneer__container > * {
  margin-left: 0;
}

@media (min-width: 575.98px) {
  .front__bandeau {
    bottom: 3.5vw;
  }
  .front__banneer::after {
    height: 3.5vw;
  }
  .actus {
    padding-block: 20vw 15vw;
  }
  .results__logo {
    width: 8vw;
  }
  .results .button--second {
    margin: 3.5vw auto 1.5vw auto;
  }
  .shop {
    padding-block: 25vw;
  }
  .front__gallery {
    gap: 17.5vw;
    padding-bottom: 20vw;
  }
  .partnering {
    padding-block: 20vw;
  }
  .partnering__legend {
    gap: 2vw;
  }
  .partnering__legend > .corps > p > strong {
    margin-top: 5vw;
  }
}
@media (min-width: 767.98px) {
  .front__banneer::after {
    height: 2.5vw;
  }
  .front__bandeau {
    bottom: 2.5vw;
  }
  .results::after {
    background-size: 180%;
    height: 2.5vw;
  }
  .shop {
    padding-block: 20vw 12.5vw;
  }
  .shop__vignette {
    margin-top: 10vw;
  }
  .shop .button--fourth {
    margin-top: 12.5vw;
  }
  .front__gallery {
    gap: 12.5vw;
    padding-bottom: 15vw;
  }
  .partnering {
    padding-block: 15vw;
  }
}

@media (min-width: 991.98px) {
  .front__title {
    font-size: 4vw;
    line-height: 4.6875vw;
    width: 65%;
  }
  .front__banneer {
    gap: 2vw;
    justify-content: start;
    min-height: 100dvh;
    padding: 10vw 9.5vw 15vw 9.5vw;
  }
  .front__banneer > .pastille {
    margin-top: 5vw;
  }
  .front__banneer > .button {
    margin-left: unset;
    margin-top: 1vw;
  }
  .front__banneer > .pastille,
  .front__banneer > .front__title,
  .front__banneer > .button {
    margin-left: 5.5vw;
  }
  .front__banneer .hashtag--second {
    display: block;
    font-size: 1.5rem;
    left: -5.8rem;
    padding: 0.3rem 0.75rem 0.15rem 0.75rem;
    position: absolute;
    rotate: -90deg;
    top: 50%;
  }
  .front__bandeau--mobile {
    display: none;
  }
  .front__bandeau--desktop {
    display: block;
  }
  .front__banneer::after {
    background-size: 150%;
    height: 2vw;
  }
  .front__bandeau {
    bottom: 2vw;
    margin: 0 13vw;
    width: 55vw;
  }
  .front__background,
  .front__banneer > .banneer__shadow {
    margin-top: -10vw;
  }
  .actus {
    gap: 3vw;
    padding-block: 7vw 6vw;
  }
  .actus > .title {
    font-size: 2.1875rem;
  }
  .results {
    gap: 4vw;
    padding-block: 5vw;
  }
  .results > .title {
    font-size: 50px;
    line-height: 60px;
  }
  .results__container {
    flex-direction: row;
    gap: 1.5vw;
  }
  .results__container > .results__vignette {
    height: fit-content;
  }
  .results::after {
    background-size: 100%;
    height: 0.75vw;
  }
  .results__container > .results__vignette > iframe {
    height: 100%;
  }
  .results__vignette > .title {
    font-size: 33px;
    line-height: 40px;
    padding-block: 2vw 1.5vw;
  }
  .results__vignette {
    flex: 0 0 50%;
  }
  .results__team {
    width: 15%;
  }
  .results__logo {
    width: 12.5%;
  }
  .results__score {
    padding-inline: 10%;
  }
  .results__link {
    padding-block: 1.5vw;
  }
  .results__row {
    margin-block: 2.5vw 1.5vw;
  }
  .results__vignette:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .results__next {
    margin-left: 5%;
    margin-top: 2.75rem;
  }
  .results .button--second {
    margin: 0.5vw auto 1.5vw auto;
  }
  .shop {
    padding-block: 5vw;
  }
  .shop .title--BlIt {
    font-size: 3.125rem;
    line-height: 3.75rem;
    margin-bottom: 4vw;
  }
  .shop__vignette {
    margin-top: 0;
    width: 17.5vw;
  }
  .shop__vignette:hover .shop__image:has(+ .shop__image):first-of-type {
    display: none;
  }
  .shop__vignette:hover .shop__image:nth-of-type(2) {
    display: block;
  }
  .shop__swiper {
    margin-left: -4.25vw;
    overflow: visible;
    width: 90vw;
  }
  .shop__container {
    display: flex;
    gap: 3.5vw;
    justify-content: center;
    width: 90vw;
  }
  .shop__content {
    width: 12.5vw;
  }
  .shop__view {
    transition: all 0.25s ease;
  }
  .shop__view:hover {
    background-color: var(--sColor);
    transition: all 0.25s ease;
  }
  .shop .button--fourth {
    margin-top: 5vw;
  }
  .shop__lightbox {
    flex-direction: row;
    gap: 2.5vw;
  }
  .front__gallery {
    gap: 5vw;
    padding-bottom: 12.5vw;
  }
  .front__gallery > .title--sColor {
    font-size: 4.6875rem;
    line-height: 5.625rem;
    margin-bottom: 0;
  }
  body > .front__gallery + .banneer {
    min-height: 75dvh;
  }
  body > .front__gallery + .banneer .banneer__container {
    align-items: center;
    bottom: -1.25vw;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  body > .front__gallery + .banneer .bTitle,
  body > .front__gallery + .banneer .bSubtitle {
    padding-inline: unset;
    width: fit-content;
    margin-left: unset;
  }
  body > .front__gallery + .banneer .bTitle {
    font-size: 5.88vw;
    line-height: 7.08vw;
  }
  body > .front__gallery + .banneer .bSubtitle {
    font-size: 4.11vw;
    line-height: 5.125vw;
    margin-bottom: -2vw;
  }
  .partnering {
    display: flex;
    gap: 2.5vw;
    padding-block: 7.5vw 10vw;
  }
  .partnering .imgContainer:has(.partnering__illustration) {
    display: block;
  }
  .partnering__legend > .corps > p > strong {
    margin-top: 0;
  }
  .partnering__offers {
    gap: 1.5vw;
    grid-template-columns: 18.75vw 18.75vw;
    margin-top: 0;
  }
  .partnering__legend {
    flex: 0 0 50%;
  }
  .partnering__legend .button--second {
    margin-top: 1vw;
  }
  .partnering__illustration {
    height: 100%;
  }
}
@media (min-width: 1199.98px) {
  .shop__content {
    width: 18vw;
  }
  .actus .vignette__link {
    margin-top: 2vw;
  }
  .front__banneer {
    padding-block: 7vw;
  }
  .front__gallery {
    padding-block: 7.5vw 10vw;
  }
  .front__gallery .miniature__illustration {
    width: 60%;
  }
  .front__gallery .miniature__legend {
    justify-content: center;
  }
  .partnering__offers {
    grid-template-columns: 15vw 15vw;
  }
  .partnering__legend {
    flex: 0 0 40%;
  }
  .partnering {
    gap: 5vw;
  }
}

@media (min-width: 1399.98px) {
  .front__background,
  .front__banneer > .banneer__shadow {
    height: 100%;
    margin-top: -8vw;
    margin-left: -10vw;
  }
  .front__banneer {
    padding-top: 8vw;
  }
  .front__banneer::after {
    height: 1rem;
    margin-left: -10vw;
  }
  .front__bandeau {
    bottom: 1rem;
    margin: 0 14vw;
    width: 53vw;
  }
  .front__banneer .actus {
    gap: 2.5vw;
    padding-block: 5vw;
  }
  .results::after {
    margin-left: -10vw;
  }
  .front__banneer ~ .shop .title--BlIt {
    margin-bottom: 3vw;
  }
  .front__banneer ~ .shop .button--fourth {
    margin-top: 3.5vw;
  }
  .front__gallery {
    gap: 3.5vw;
    padding-block: 3.5vw 7.5vw;
  }
  .front__gallery .miniature__illustration {
    width: 56%;
  }
  .front__gallery .miniature__legend .corps img {
    width: 60%;
  }
  .partnering .imgContainer:has(.partnering__illustration) {
    flex: 0 0 60%;
  }
  .partnering__legend {
    flex: 0 0 30%;
    gap: 1vw;
  }
  .partnering__offers {
    gap: 1.5vw;
    grid-template-columns: 11.25vw 11.25vw;
  }
}

@media (min-width: 1599.98px) {
  .front__banneer + .actus {
    gap: 2vw;
    padding-block: 6vw 5vw;
  }
  .front__banneer + .actus .vignette__inside {
    gap: 0.75vw;
  }
  .front__banneer + .actus .vignette__container {
    padding: 1.25vw 2vw;
  }
  .front__gallery .miniature {
    padding-inline: 2vw;
  }
  .front__gallery .miniature__legend .corps img {
    width: 55%;
  }
  body > .front__gallery + .banneer {
    min-height: 70dvh;
  }
  .partnering__offers {
    grid-template-columns: 9.75vw 9.75vw;
    gap: 0.75vw;
  }
  .partnering {
    padding-block: 7.5vw;
  }
}

@media (min-width: 1799.98px) {
  .front__banneer {
    gap: 0.75vw;
  }
  .front__banneer .hashtag--second {
    font-size: 2rem;
    left: -7.5rem;
    padding: 0.5rem 1rem 0.35rem 1rem;
  }
  .front__banneer ~ * .title--background {
    display: block;
    padding-block: 1vw 1.5vw;
    position: relative;
    width: 100%;
  }
  .front__banneer ~ * .title--background::after {
    height: 0.5vw;
    background-image: url(../../img/background/backgroundFull.svg);
    background-size: 50%;
    background-repeat: repeat-x;
  }
  .shop__vignette {
    width: 15vw;
  }
  .shop__content {
    width: 15vw;
  }
  .front__gallery {
    padding-top: 1.5vw;
  }
  .front__gallery .miniature {
    justify-content: center;
  }
  .front__gallery .miniature__illustration {
    width: 55%;
  }
  .front__gallery .miniature__legend {
    width: 25.5vw;
  }
}

@media (min-width: 1919.98px) {
  .front__banneer .hashtag--second {
    padding: 0.5rem 1rem 0.35rem 1rem;
  }
  .front__background,
  .front__banneer > .banneer__shadow,
  .front__banneer::after,
  .results::after {
    margin-left: -17.5vw;
  }
  .front__bandeau {
    margin: 0 7.5vw;
    width: 50vw;
  }
  .front__title {
    width: 82.5%;
  }
  .front__banneer + .actus {
    gap: 1.5vw;
    padding-bottom: 7.5vw;
  }
  .front__banneer + .actus .vignette__inside {
    gap: 0.5vw;
  }
  .results::after {
    height: 0.5vw;
  }
  .shop__container {
    width: 75vw;
  }
  .front__gallery .miniature {
    padding-inline: 0;
  }
  body > .partnering {
    padding-inline: 10vw;
  }
  .front__banneer > .pastille {
    margin-top: 8vw;
  }
  .partnering__illustration {
    width: 100%;
  }
  .shop__content {
    width: 11vw;
  }
}
