body {
  background-color: #8e1f1e;
  /* Figma-like mono grain overlay kept on the page background only. */
  background-image: var(--ssw-noise-image), var(--ssw-background-gradient);
  background-repeat: repeat, no-repeat;
  background-size: var(--ssw-noise-size), cover;
  background-position:
    left top,
    center top;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow-x: hidden;
  width: 100%;
  min-height: 100vh;
}

.container,
.container--desktop {
  width: var(--ssw-layout-width, 1920px);
  position: relative;
  top: calc(150px * var(--ssw-desktop-scale, 1));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: visible;
  transform: scale(var(--ssw-active-scale, var(--ssw-desktop-scale, 1)));
  transform-origin: top center;
}

html[data-ssw-layout="desktop"] [data-ssw-mobile-only] {
  display: none !important;
}

html[data-ssw-layout="mobile"] [data-ssw-desktop-only] {
  display: none !important;
}

html[data-ssw-layout="desktop"] {
  --ssw-layout-width: 1920px;
  --ssw-layout-top: 150px;
}

html[data-ssw-layout="mobile"] {
  --ssw-layout-width: 500px;
  --ssw-layout-top: 80px;
}

html[data-ssw-layout="mobile"] .container,
html[data-ssw-layout="mobile"] .container--desktop {
  top: var(--ssw-layout-top, 80px);
}

.section1 {
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.section1 .box1 {
  justify-content: space-between;
  width: 1750px;
}

.section1 .box1 h1 {
  font: var(--inter-title);
  text-align: left;
  font-size: 83px;
}

.section1 .box1 h1 span {
  font-size: 115px;
}

.section1 .box1 h2 {
  font-size: 53px;
  color: rgba(255, 255, 255, 0.4);
}

.section1 .box_event {
  background-color: white;
  width: 520px;
  height: 250px;
  border-radius: 30px;
  color: black;
  font-size: 48px;
  padding: 30px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;

  position: relative;
}

.section1 .box_event:hover,
.section1 .box_event:focus-visible {
  transform: scale(1.03);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}

.section1 .box_event img {
  width: 60px;
  margin-left: auto;
}

.section1 .box_event h3 {
  margin-left: 20px;
}

.section1 .box_event h3 span {
  position: relative;
  top: -10px;
  font-weight: 600;
}

.section1 .box2 {
  font-size: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 50px;

  position: relative;
  top: -230px;
  left: 15%;
}

.section1 .box2 .texte_suisse {
  font-style: normal;
  font-weight: 700;
}

.section1 .box2 h4 {
  position: relative;
  bottom: 0px;
  top: 10px;
}

/* ------------------- Section 2 ------------------- */

.section2 {
  flex-direction: column;
  gap: 150px;
  margin-top: 50px;
}

.section2 .section2_texte {
  font-size: 87px;
  font-weight: 700;
  text-align: center;

  display: flex;
  flex-direction: column;
  justify-content: center;

  gap: 60px;

  z-index: 3;
}

.section2 .section2_texte .mark {
  position: relative;
  left: 400px;
}

.section2 .section2_img_wrap {
  position: relative;
  line-height: 0;
}

.section2 .section2_img_wrap img {
  display: block;
  width: auto;
  height: 350px;
  will-change: transform;
}

.section2 .img1_wrap {
  left: 90px;
  top: 70px;
}

.section2 .img2_wrap {
  right: 100px;
  bottom: 130px;
}

.section2 .texte_bas_section2 {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.65);
  text-transform: uppercase;
  letter-spacing: 0%;
}

/* ------------------- Section 3 -------------------*/

.section3 {
  margin-top: 200px;
  flex-direction: column;
  gap: 50px;
}

.section3 .titre_section3 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.section3 .titre_section3 h2 {
  font-size: 87px;
  font-weight: 700;
  text-align: center;
}

.section3 .titre_section3 h2 span {
  font-size: 95px;
  font-weight: 400;
  margin-left: 20px;
}

.section3 .titre_section3 p {
  font-size: 37px;
  font-weight: 700;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
}

.section3 .rectangles {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.section3 .rectangles .boxs_duo {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.section3 .rectangles .box {
  background-color: white;
  color: black;
  border-radius: 10px;
  padding: 40px;
  width: 765px;
  height: 235px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section3 .rectangles .box h3 {
  font-size: 37px;
  font-weight: 700;
}

.section3 .rectangles .box h3 span {
  font-size: 45px;
  font-weight: 600;
}

.section3 .rectangles .box .haut_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.section3 .rectangles .box p {
  font-size: 21px;
}

/* ------------------- Section 4 -------------------*/

.section4 {
  margin-top: 200px;
  flex-direction: column;
  gap: 50px;
}

.section4 .titre_section4 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.section4 .titre_section4 h2 {
  font-size: 87px;
  font-weight: 700;
  text-align: center;
}

.section4 .titre_section4 h2 span {
  font-size: 95px;
  font-weight: 400;
  margin-left: 20px;
}

.section4 .titre_section4 p {
  font-size: 37px;
  font-weight: 700;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
}

.section4 .rectangles {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.section4 .rectangles .box {
  background-color: white;
  color: black;
  border-radius: 10px;
  padding: 40px;
  width: 980px;
  height: 190px;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.section4 .rectangles .box .leftbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.section4 .rectangles .box .leftbox .smallbox {
  width: 150px;
  height: 135px;
  background-color: #d9d9d9;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.section4 .rectangles .box .leftbox .smallbox .jour {
  font-size: 17px;
  font-weight: 700;
  color: #98201f;
}

.section4 .rectangles .box .leftbox .smallbox .date {
  font-size: 37px;
  font-weight: 700;
}

.section4 .rectangles .box .leftbox .texte_box {
  margin-bottom: 20px;
}

.section4 .rectangles .box .leftbox .texte_box h3 {
  font-size: 37px;
}

.section4 .rectangles .box .leftbox .texte_box p {
  font-size: 18px;
  margin-top: 5px;
  opacity: 0.6;
}

.section4 .rectangles .box .rightbox {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.section4 .rectangles .box .rightbox .event-more-link {
  height: 40px;
  width: 135px;
  background-color: #aeaeae;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: black;
  text-decoration: none;
  font-weight: 700;
}

.button_basique {
  background-color: #f3f3f3;
  border-radius: 50px;

  text-align: center;
  align-items: center;
  justify-content: center;
  color: black !important;
  font-size: 21px;
  letter-spacing: -3%;
  font-weight: 700;
}

.section4 .voir_tout {
  height: 60px;
  width: 205px;
}

/* ------------------- Section 5 -------------------*/

.section5 {
  margin-top: 200px;
  display: flex;
  flex-direction: column;
  width: 1775px;
  overflow: hidden;
}

.section5[data-gsap-slider-init] {
  --slider-status: on;
  --slider-spv: 3;
  --slider-gap: 30px;
}

.section5 .titre_section5 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
  align-items: space-between;
}

.section5 .titre_section5 h2 {
  font-size: 87px;
  font-weight: 700;
}

.section5 .titre_section5 h2 span {
  font-size: 95px;
  font-weight: 400;
  margin-left: 20px;
}

.section5 .titre_section5 h3 {
  font-size: 37px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
}

.section5 .voir_tout {
  height: 60px;
  width: 205px;
}

.section5 .section5_slider_collection {
  width: 100%;
  margin-top: 50px;
}

.section5 .boxs {
  user-select: none;
  will-change: transform;
  touch-action: pan-y;
  backface-visibility: hidden;
  flex-direction: row;
  gap: 0;
  flex-wrap: nowrap;
  overflow: visible;
  margin-top: 0;
}

.section5 .boxs[data-gsap-slider-list-status="grab"] {
  cursor: grab;
}

.section5 .boxs[data-gsap-slider-list-status="grabbing"] {
  cursor: grabbing;
}

.section5 .box {
  width: calc(
    ((100% - 1px) - (var(--slider-spv) - 1) * var(--slider-gap)) /
      var(--slider-spv)
  );
  margin-right: var(--slider-gap);
  flex: none;
  height: 615px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  background-color: white;
  color: black;
  padding: 30px;
  border-radius: 25px;
  transition:
    background-color 0.3s ease,
    opacity 0.3s ease;
}

.section5 .box:last-child {
  margin-right: 0;
}

.section5 .box[data-gsap-slider-item-status="not-active"] {
  opacity: 0.35;
}

.section5 .box img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 15px;
}

.section5 .box p:nth-child(2) {
  font-size: 23px;
  letter-spacing: -3%;
  font-weight: 700;
  opacity: 0.6;
  margin-top: 0;
}

.section5 .box p:nth-child(3) {
  font-size: 37px;
  letter-spacing: -3%;
  font-weight: 700;
  margin-top: 0;
}

.section5 .gsap-slider__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  margin-top: 30px;
}

.section5 .gsap-slider__control {
  color: black;
  background-color: white;
  border: 1px solid white;
  border-radius: 0.25em;
  padding: 0.75em 1.5em;
  font-size: 1em;
  transition: opacity 0.3s ease;
}

.section5[data-gsap-slider-status="not-active"] [data-gsap-slider-controls] {
  display: none;
}

.section5 [data-gsap-slider-control-status="not-active"] {
  opacity: 0.2;
  pointer-events: none;
}

/* ------------------- Section 6 -------------------*/

.section6 {
  margin-top: 200px;
  flex-direction: column;
  width: 100%;
  gap: 50px;
}

.section6 .titre_section6 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.section6 .titre_section6 h2 {
  font-size: 87px;
  font-weight: 700;
}

.section6 .titre_section6 p {
  font-size: 37px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
}

.section6 .sponsors {
  display: flex;
  justify-content: center;
  width: 100%;
}

.section6 .logo-wall__collection {
  width: 100%;
}

.section6 .logo-wall__list {
  display: flex;
  flex-flow: nowrap;
  justify-content: center;
  gap: 30px;
}

.section6 .logo-wall__item {
  flex: 0 0 420px;
  width: 420px;
  height: 190px;
  position: relative;
}

.section6 .logo-wall__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 25px;
  width: 420px;
  height: 190px;
  position: relative;
  overflow: hidden;
}

.section6 .logo-wall__logo-before {
  display: none;
}

.section6 .logo-wall__logo-target {
  justify-content: center;
  align-items: center;
  inset: 0;
  width: 70%;
  height: 70%;
  margin: auto;
  display: flex;
  position: absolute;
}

.section6 .logo-wall__logo-img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
}

.section6 .voir_tout {
  height: 60px;
  width: 205px;
}

.section6 .boxs {
  flex-direction: row;
  gap: 30px;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin-top: 50px;
}

.section6 .box {
  flex: 0 0 350px;
  height: 615px;
  flex-direction: column;
  gap: 30px;
  background-color: white;
  color: black;
  padding: 30px;
  border-radius: 25px;
}

/* ------------------- Section Footer -------------------*/

.footer {
  margin-top: 250px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 50px;
}

.footer .titre_footer {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.footer .titre_footer h2,
.footer .bas_footer h2 {
  font-size: 87px;
  font-weight: 700;
}

.footer .titre_footer h2 span,
.footer .bas_footer h2 span {
  font-size: 95px;
  font-weight: 400;
  margin-left: 20px;
}

.footer .titre_footer h2 .mini_h2,
.footer .bas_footer h2 .mini_h2 {
  font-size: 67px;
  font-weight: 700;
  font-family: var(--inter);
}

.footer .titre_footer p,
.footer .bas_footer p {
  font-size: 37px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
}

.footer .bas_footer {
  width: 1800px;
  height: 630px;
  background-color: white;
  background-image: url("../img/background_bas_footer.webp");
  border-radius: 20px;
  padding: 90px 90px;

  color: black;
}

.footer .bas_footer p {
  color: black;
  text-align: left;
  opacity: 0.6;
  font-weight: 300;
  font-size: 50px;
}

.footer .bas_footer .box_inscription {
  flex-direction: row;

  width: 1190px;
  height: 130px;
  margin-top: 160px;

  background-color: #d9d9d9;
  border-radius: 25px;
}

.footer .bas_footer .box_inscription input {
  width: 590px;
  height: 130px;
  background-color: #d9d9d9;
  border-radius: 25px;
  border: none;
  padding: 0 50px;
  font-size: 33px;
  font-family: var(--newsreader);
  font-style: italic;
}

.footer .bas_footer .box_inscription button {
  width: 420px;
  height: 100px;
  background: var(--ssw-background-gradient);

  color: white;
  font-weight: 500;
  border-radius: 20px;
  border: none;
  font-size: 33px;
  font-family: var(--newsreader);
  font-style: italic;

  margin-right: 20px;
}

.footer .deco_footer {
  justify-content: space-between;
  width: 1790px;
  margin-bottom: 50px;
}

/* ---------------------------------------------- MOBILE --------------------------------------- */
/* ---------------------------------------------- MOBILE --------------------------------------- */
/* ---------------------------------------------- MOBILE --------------------------------------- */

@media screen and (max-width: 500px) {
  body {
    align-items: center;
  }

  .container,
  .container--desktop {
    position: absolute;
    width: 500px;
    left: 50%;
    top: 80px;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    transform: translateX(-50%) scale(var(--ssw-active-scale, 1));
  }

  .section1 {
    position: relative;
    display: block;
    width: 500px;
    height: 993px;
    flex: none;
  }

  .section1 .box1 {
    position: absolute;
    top: 55px;
    left: 18px;
    z-index: 2;
    display: block;
    width: 464px;
  }

  .section1 .box1 h1 {
    width: 464px;
    font-size: 53px;
    line-height: 1.13;
    letter-spacing: 0;
  }

  .section1 .box1 h1 span {
    display: block;
    font-size: 73px;
    line-height: 0.9;
    font-weight: 400;
    margin-top: 15px;
  }

  /* texte suisse transparent pour mobile (plus de clarté) */
  .section1 .box1 h1 .h1_low {
    display: block;
    width: 464px;
    font-size: 53px;
    letter-spacing: 0;
    font-weight: 700;
    opacity: 40%;
    margin-top: 0px;
  }

  .section1 .box1 h2,
  .section1 > img {
    display: none;
  }

  .section1_mobile_gallery {
    position: absolute;
    top: 360px;
    left: -320px;
    display: flex !important;
    gap: 38px;
    width: 1144px;
    height: 534px;
  }

  .section1_mobile_gallery img {
    width: 356px;
    height: 534px;
    border-radius: 13px;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 18px 40px rgba(55, 0, 0, 0.22);
  }

  /* partie bas landing mobile */

  .section1 .box2 {
    position: static;
    display: block;
    font-size: 18px;
  }

  .section1 .box2 h4 {
    position: absolute;
    top: 964px;
    left: 66px;
    width: 371px;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    z-index: 3;
  }

  .section1 .box_event {
    position: absolute;
    top: 782px;
    left: 172px;
    z-index: 4;
    width: 303px;
    height: 154px;
    padding: 17px 21px 14px;
    border-radius: 10px;
    font-size: 34px;
    box-shadow: 0 16px 34px rgba(80, 0, 0, 0.18);
  }

  .section1 .box_event img {
    width: 44px;
    height: 44px;
    margin-left: auto;
    border-radius: 50%;
    background-color: #efefef;
    padding: 12px;
  }

  .section1 .box_event h3 {
    margin-left: 0;
    line-height: 0.86;
  }

  .section1 .box_event h3 span {
    top: 0;
    font-size: 34px;
  }

  /* ---------------------------- Section 2 */

  .section2 {
    position: relative;
    width: 500px;
    height: 756px;
    flex: none;
    display: block;
    margin-top: 174px;
    gap: 0;
  }

  .section2 .images_texte_section2 {
    position: relative;
    display: block;
    width: 500px;
    height: 655px;
  }

  .section2 .section2_img_wrap {
    position: absolute;
    overflow: hidden;
    border-radius: 0;
  }

  .section2 .section2_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .section2 .img1_wrap {
    top: 380px;
    left: -62px;
    width: 240px;
    height: 280px;
  }

  .section2 .img2_wrap {
    top: 0;
    right: auto;
    bottom: auto;
    left: 374px;
    width: 231px;
    height: 270px;
  }

  .section2 .section2_texte {
    position: absolute;
    top: 153px;
    left: 33px;
    width: 448px;
    gap: 24px;
    font-size: 54px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
  }

  .section2 .section2_texte .mark {
    left: 121px;
    width: 327px;
    font-size: 48px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
  }

  .section2 .texte_bas_section2 {
    position: absolute;
    top: 655px;
    left: 83px;
    width: 395px;
    font-size: 16px;
    line-height: 1.4;
    margin-left: -25px;
    color: rgba(255, 255, 255, 0.68);
  }

  .section6 {
    display: none;
  }

  /* ----------------------------- Section 3 Mobile */

  .section3 {
    position: relative;
    width: 500px;
    height: 1048px;
    flex: none;
    display: block;
    margin-top: 200px;
    gap: 0;
  }

  .section3 .titre_section3 {
    position: absolute;
    top: 0;
    left: 30px;
    width: 440px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
  }

  .section3 .titre_section3 h2 {
    font-size: 39px;
    line-height: 1.1;
  }

  .section3 .titre_section3 h2 span {
    margin-left: 4px;
    font-size: 45px;
    font-weight: 400;
  }

  .section3 .titre_section3 p {
    width: 490px;
    font-size: 18px;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.4);
  }

  .section3 .rectangles {
    position: absolute;
    top: 136px;
    left: 27px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 446px;
    margin-top: 0;
  }

  .section3 .rectangles .boxs_duo {
    flex-direction: column;
    gap: 14px;
  }

  .section3 .rectangles .box {
    width: 446px;
    height: 175px;
    min-height: 100px;
    padding: 18px 18px 20px;
    border-radius: 6px;
    box-shadow: 0 9px 18px rgba(60, 0, 0, 0.16);
  }

  .section3 .rectangles .box .haut_box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
  }

  .section3 .rectangles .box .haut_box img {
    width: 28px;
    height: 28px;
    flex: none;
  }

  .section3 .rectangles .box h3 {
    font-size: 30px;
    line-height: 1.05;
    font-weight: 700;
  }

  .section3 .rectangles .box h3 span {
    font-size: 35px;
    font-weight: 500;
  }

  .section3 .rectangles .box p {
    font-size: 15px;
    line-height: 1.45;
    color: rgba(0, 0, 0, 0.72);
  }

  /* ----------------------------- Section 4 Mobile */

  .section4 {
    position: relative;
    width: 500px;
    height: 696px;
    flex: none;
    display: block;
    margin-top: 10px;
    gap: 0;
  }

  .section4 .titre_section4 {
    position: absolute;
    top: 0;
    left: -20px;
    width: 551px;
    gap: 10px;
  }

  .section4 .titre_section4 h2 {
    font-size: 39px;
    line-height: 1.1;
  }

  .section4 .titre_section4 h2 span {
    margin-left: 4px;
    font-size: 39px;
    font-weight: 400;
  }

  .section4 .titre_section4 p {
    width: 363px;
    font-size: 14px;
    line-height: 1.5;
  }

  .section4 .rectangles {
    position: absolute;
    top: 133px;
    left: 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 447px;
  }

  .section4 .rectangles .box {
    width: 447px;
    height: 87px;
    padding: 13px;
    border-radius: 3px;
    box-shadow: 0 9px 18px rgba(60, 0, 0, 0.16);
  }

  .section4 .rectangles .box .leftbox {
    gap: 12px;
  }

  .section4 .rectangles .box .leftbox .smallbox {
    width: 67px;
    height: 61px;
    border-radius: 3px;
  }

  .section4 .rectangles .box .leftbox .smallbox .jour {
    font-size: 8px;
  }

  .section4 .rectangles .box .leftbox .smallbox .date {
    font-size: 21px;
  }

  .section4 .rectangles .box .leftbox .texte_box {
    margin-bottom: 0;
  }

  .section4 .rectangles .box .leftbox .texte_box h3 {
    width: 286px;
    font-size: 15px;
    line-height: 1.1;
  }

  .section4 .rectangles .box .leftbox .texte_box p {
    width: 170px;
    margin-top: 3px;
    font-size: 8px;
  }

  .section4 .rectangles .box .rightbox {
    display: none;
  }

  .section4 .button-023--events-view-all {
    position: absolute;
    top: 645px;
    left: 169px;
    width: 174px;
    height: 51px;
    min-height: 51px;
    border-radius: 999px;
    font-size: 13px;
  }

  /* ----------------------------- Section 5 Mobile */

  .section5 {
    position: relative;
    width: 500px;
    height: 487px;
    flex: none;
    margin-top: 100px;
    overflow: visible;
  }

  .section5 > .flex {
    display: block;
  }

  .section5 .titre_section5 {
    position: absolute;
    top: 0;
    left: 32px;
    gap: 0;
  }

  .section5 .titre_section5 h3 {
    font-size: 14px;
    line-height: 1.4;
  }

  .section5 .titre_section5 h2 {
    font-size: 39px;
    line-height: 1.1;
  }

  .section5 .titre_section5 h2 span {
    margin-left: 5px;
    font-size: 39px;
    font-weight: 400;
  }

  .section5 .voir_tout_news,
  .section5 .gsap-slider__controls {
    display: none;
  }

  .section5[data-gsap-slider-init] {
    --slider-spv: 1;
    --slider-gap: 18px;
    --slider-end-gap: 32px;
  }

  .section5 .section5_slider_collection {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    margin-top: 0;
    overflow: hidden;
  }

  .section5 .boxs {
    display: flex;
    gap: 0;
    margin-top: 0;
  }

  .section5 .box {
    flex: 0 0 356px;
    width: 356px;
    height: 371px;
    margin-right: 18px;
    padding: 16px;
    gap: 15px;
    border-radius: 6px;
  }

  .section5 .box:first-child {
    margin-left: 32px;
  }

  .section5 .box img {
    height: 206px;
    border-radius: 15px;
  }

  .section5 .box p:nth-child(2) {
    font-size: 11px;
    line-height: 1.35;
  }

  .section5 .box p:nth-child(3) {
    font-size: 18px;
    line-height: 1.18;
  }

  .section5 .box:last-child {
    margin-right: 0;
  }

  /* ----------------------------- Section 6 Mobile */

  .section6 {
    position: relative;
    width: 500px;
    height: 490px;
    flex: none;
    display: block;
    margin-top: 100px;
    gap: 0;
  }

  .section6 .titre_section6 {
    position: absolute;
    top: 0;
    left: 33px;
    width: 434px;
    gap: 10px;
    align-items: center;
    text-align: center;
  }

  .section6 .titre_section6 h2 {
    font-size: 39px;
    line-height: 1.1;
  }

  .section6 .titre_section6 p {
    width: 360px;
    font-size: 14px;
    line-height: 1.5;
  }

  .section6 .sponsors {
    position: absolute;
    top: 128px;
    left: 27px;
    width: 446px;
    justify-content: flex-start;
  }

  .section6 .logo-wall__collection {
    width: 446px;
  }

  .section6 .logo-wall__list {
    display: grid;
    grid-template-columns: repeat(2, 214px);
    gap: 18px;
    justify-content: start;
  }

  .section6 .logo-wall__item {
    flex: none;
    width: 214px;
    height: 112px;
  }

  .section6 .logo-wall__logo {
    width: 214px;
    height: 112px;
    border-radius: 8px;
  }

  .section6 .logo-wall__logo-target {
    width: 68%;
    height: 68%;
  }

  /* ----------------------------- Section 7 (footer) Mobile */

  .footer {
    position: relative;
    width: 500px;
    height: 426px;
    min-height: 546px;
    flex: none;
    display: block;
    margin-top: 0px;
  }

  .footer .titre_footer {
    position: absolute;
    top: 0;
    left: 45px;
    width: 433px;
    gap: 10px;
  }

  .footer .titre_footer h2 {
    font-size: 38px;
    line-height: 1.1;
    white-space: nowrap;
  }

  .footer .titre_footer h2 span {
    margin-left: 6px;
    font-size: 38px;
    font-weight: 400;
  }

  .footer .titre_footer h2 .mini_h2 {
    margin-left: 5px;
    font-size: 24px;
  }

  .footer .titre_footer p {
    width: 352px;
    font-size: 16px;
    line-height: 1.5;
  }

  .footer .bas_footer {
    position: absolute;
    top: 76px;
    left: 50px;
    width: 414px;
    height: 284px;
    padding: 25px 32px;
    border-radius: 7px;
    background-size: cover;
  }

  .footer .bas_footer h2 {
    width: 325px;
    font-size: 38px;
    line-height: 1.08;
  }

  .footer .bas_footer h2 span {
    margin-left: 6px;
    font-size: 41px;
    font-weight: 400;
  }

  .footer .bas_footer p {
    width: 336px;
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.2;
  }

  .footer .bas_footer .box_inscription {
    width: 351px;
    height: 46px;
    margin-top: 42px;
    border-radius: 4px;
    flex-wrap: nowrap;
  }

  .footer .bas_footer .box_inscription input {
    width: 200%;
    height: 46px;
    padding: 0 18px;
    border-radius: 4px;
    font-size: 18px;
    text-align: left;
  }

  .footer .bas_footer .box_inscription button {
    position: absolute;
    bottom: 20px;

    width: 85% !important;
    height: 35px;
    margin-right: 8px;
    border-radius: 4px;
    font-size: 11px;
  }

  .footer .deco_footer {
    position: absolute;
    top: 385px;
    left: 50px;
    width: 414px;
    margin-bottom: 0px;
  }

  .footer .deco_footer img:first-child {
    width: 136px;
    height: auto;
  }

  .footer .deco_footer img:last-child {
    width: 169px;
    height: auto;
  }
}
