@font-face {
  font-family: Aramemono;
  src: url('../fonts/ArameMono.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Tuskergrotesk 4500";
  src: url('../fonts/TuskerGrotesk-4500Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aramemono;
  src: url('../fonts/ArameMono-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Tuskergrotesk 3700";
  src: url('../fonts/TuskerGrotesk-3700Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aramemono;
  src: url('../fonts/ArameMono-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Tuskergrotesk 4600";
  src: url('../fonts/TuskerGrotesk-4600Semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Golostext;
  src: url('../fonts/GolosText-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Golostext;
  src: url('../fonts/GolosText-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --color-1: #f05400;
  --color-2: #f8f6f2;
  --color-3\<deleted\|variable-b237791e-c3b4-b349-806d-0d3b330dc195\>: #4c917e;
  --white: white;
  --color-1_1: black;
  --font-family: Aramemono, Arial, sans-serif;
  --font-family-2: "Tuskergrotesk 3700", Arial, sans-serif;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.topbar {
  z-index: 9999;
  background-color: var(--black);
  color: var(--black);
  border-bottom: 2px solid #000;
  width: 100%;
  position: relative;
}

.container {
  flex: 1;
  max-width: 100%;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 0;
}

.container.container-404 {
  flex: 0 auto;
}

.topbar-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.button {
  border: 1px solid var(--color-1);
  background-color: var(--color-1);
  color: var(--black);
  text-align: center;
  letter-spacing: .2px;
  text-transform: uppercase;
  cursor: pointer;
  align-self: flex-start;
  min-width: 170px;
  padding: 15px 20px;
  font-family: Golostext, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  position: relative;
}

.button:hover {
  border-color: var(--color-1);
  background-color: var(--black);
  color: var(--color-1);
}

.button.outline {
  border-width: 1px;
  border-color: var(--color-1);
  color: var(--color-1);
  background-color: #0000;
}

.button.outline:hover {
  background-color: var(--color-1);
  color: var(--color-2);
}

.button.outline.small {
  flex: none;
}

.button.outline.small.sticky {
  align-self: center;
}

.button.outline.small.sticky:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--color-2);
}

.button.small {
  min-width: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button.outline-green {
  border-color: var(--black);
  background-color: var(--color-1);
  color: var(--black);
}

.button.outline-green.small:hover {
  background-color: var(--color-3\<deleted\|variable-b237791e-c3b4-b349-806d-0d3b330dc195\>);
  color: var(--color-2);
}

.button.outline-white {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.button.outline-white:hover {
  border-color: var(--black);
  background-color: var(--color-1_1);
  color: var(--black);
}

.button.inscription {
  color: var(--black);
  font-family: Aramemono, Arial, sans-serif;
}

.button.inscription:hover {
  border-color: var(--color-1);
  color: var(--color-1);
}

.button.inscription.show-tablet {
  display: none;
}

.button.inscription.hide-tablet {
  border-style: none none none solid;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.button.black {
  color: var(--color-1);
  background-color: #0000;
}

.button.black.small.sticky {
  align-self: stretch;
  font-size: 12px;
}

.button.black.small.sticky.show-tablet {
  display: none;
}

.button.submit {
  width: 100%;
}

.button.button-parcours {
  border-color: var(--black);
  background-color: var(--color-2);
  color: var(--black);
  border-radius: 0;
}

.button.button-parcours.active {
  background-color: var(--black);
  color: var(--color-2);
}

.button.b-n-vole-fixed {
  z-index: 999;
  border-color: var(--black);
  position: fixed;
  bottom: 10px;
  right: 25px;
}

.button.b-n-vole-fixed.show-tablet {
  display: none;
}

.button.b-n-vole-fixed.hide-tablet {
  display: block;
}

.button.color-boutique {
  color: var(--color-1);
  background-color: #0000;
}

.button.color-boutique:hover {
  background-color: var(--color-1);
  color: var(--color-2);
}

.button.color-boutique.small {
  flex: none;
}

.button.color-boutique.small.sticky {
  font-size: 12px;
}

.button.color-boutique.small.sticky.show-tablet {
  display: none;
}

.button.little {
  min-width: 0;
  padding-top: 9px;
  padding-bottom: 9px;
}

.button.little.active {
  border-color: var(--color-1);
  background-color: var(--black);
  color: var(--color-1);
}

.button.little.active.outline {
  border-color: var(--black);
  color: var(--color-2);
}

.button.little.outline:hover {
  border-color: var(--black);
  background-color: var(--black);
}

.button.outline-black {
  border-color: var(--black);
  color: var(--black);
  background-color: #0000;
}

.button.outline-black:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--color-2);
}

.button.outline-black.small {
  border-radius: 0;
}

.button.border {
  color: var(--color-1);
  background-color: #0000;
}

.button.border:hover {
  background-color: var(--color-1_1);
  color: var(--color-1);
}

.button.center {
  margin-left: auto;
  margin-right: auto;
}

.button.drop {
  border-width: 2px;
  border-color: var(--color-1_1);
  padding-left: 10px;
  font-size: 16px;
}

.button.drop:hover {
  border-color: var(--color-1);
}

.button.drop.w--open {
  border-color: var(--color-1);
  background-color: var(--color-1_1);
  color: var(--color-1);
}

.button.drop.sticky {
  padding-top: 10px;
  padding-bottom: 10px;
}

.button.black {
  border-width: 1px;
  border-color: var(--color-1);
  color: var(--color-1);
  background-color: #0000;
}

.button.black:hover {
  background-color: var(--color-1);
  color: var(--color-2);
}

.button.black.small {
  flex: none;
}

.button.black.small.w--current {
  background-color: var(--color-1);
  color: var(--black);
}

.button.black.small.sticky {
  align-self: center;
}

.button.black.small.sticky:hover {
  border-color: var(--color-1);
  background-color: var(--color-1);
  color: var(--color-1_1);
}

.navbar {
  z-index: 9999;
  color: var(--color-1);
  background-color: #0000;
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
  inset: auto 0%;
}

.navbar.other {
  background-color: var(--color-1_1);
}

.navbar.navbar-black {
  color: var(--color-1_1);
}

.logo {
  height: 80px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-link {
  text-transform: uppercase;
  color: inherit;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Golostext, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--color-1);
}

.nav-link.color-1 {
  line-height: 1.1em;
  text-decoration: none;
}

.nav-link.color-1:hover {
  color: var(--color-1_1);
}

.nav-link.color-1.w--current {
  color: var(--color-1);
}

.nav-link.hide {
  display: none;
}

.nav-link.drop {
  padding-right: 20px;
}

.nav-link.drop.w--open {
  color: var(--color-1);
}

.nav-link.nowrap {
  white-space: nowrap;
  padding-left: 0;
  padding-right: 0;
}

.nav-link.nav-link-footer {
  padding-left: 0;
  padding-right: 0;
}

.nav-link.nav-link-footer:hover {
  color: var(--color-1);
}

.body {
  color: #000;
  letter-spacing: 0;
  font-family: Golostext, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
}

.submenu {
  border: 2px solid var(--color-1);
  background-color: var(--color-1_1);
  color: var(--color-1);
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px 15px;
  font-family: Aramemono, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.submenu:hover {
  background-color: var(--color-1);
  color: var(--color-1_1);
}

.submenu.submenu1 {
  margin-left: 0;
}

.submenu.submenu1.w--current {
  background-color: var(--color-1_1);
  color: var(--color-1);
}

.submenu.submenu2.w--current {
  background-color: var(--color-1_1);
  color: var(--color-1);
  transform: rotate(-2deg);
}

.submenu.submenu3.w--current {
  background-color: var(--color-1_1);
  color: var(--color-1);
}

.submenu.submenu3.w--current:hover {
  color: var(--color-1);
}

.dropdown-list {
  background-color: #0000;
}

.dropdown-list.w--open {
  flex-flow: column;
  align-items: flex-start;
}

.dropdown-list.dropdown-list-footer {
  bottom: 48px;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.section-hero {
  width: 100vw;
  height: calc(100vh - 142px);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.section-presentation {
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section.section-parcours {
  z-index: 2;
  margin-top: -2px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.section-actus {
  background-color: var(--black);
  border-top: 2px solid #000;
}

.section.section-partenaires {
  background-color: var(--black);
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.section.section-partenaires.mod {
  z-index: 999;
  margin-bottom: -2px;
}

.section.section-devenirpartenaire {
  background-color: var(--white);
  text-align: center;
  overflow: hidden;
}

.section.saction-article {
  background-color: var(--color-2);
  border-top: 2px solid #000;
  padding-top: 180px;
}

.section.section-faq {
  background-color: var(--black);
  border-top: 2px solid #000;
  padding-top: 220px;
}

.section.section-hero-comming {
  width: 100vw;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.section-hero-other {
  width: 100vw;
  min-height: 400px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.section-hero-other.section-hero-ce {
  background-color: var(--black);
  color: var(--color-2);
}

.section.section-hero-other.section-hero-partenaire {
  background-image: url('../images/©DRD2_BACKYARDMSA_2025273.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.section.section-hero-other.section-hero-benevoles {
  background-color: var(--black);
}

.section.section-form {
  background-color: var(--color-2);
  color: var(--black);
}

.section.section-etapes {
  z-index: 2;
  background-color: var(--color-1_1);
  border: 2px solid #000;
  margin-top: -2px;
  margin-bottom: -2px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.section-dates {
  background-color: var(--color-1_1);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: visible;
}

.section.section-missions {
  background-color: var(--color-2);
  padding-bottom: 150px;
}

.section.section-hero-parcours {
  background-color: var(--black);
  color: var(--white);
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding-top: 120px;
  padding-bottom: 80px;
}

.section.section-hero-parcours._24km {
  background-color: #2f9c70;
}

.section.section-photos-parcours {
  background-color: var(--black);
  border-top: 2px solid #000;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.section-trace-parcours {
  background-color: var(--color-2);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: visible;
}

.section.section-404 {
  background-color: var(--color-2);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  min-height: 100vh;
  display: flex;
}

.section.section-dates {
  background-color: var(--color-2);
  border-top: 2px solid #000;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: relative;
  overflow: visible;
}

.section.section-prix {
  z-index: 2;
  margin-top: -2px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.section-edition {
  z-index: 2;
  background-image: url('../images/©DRD2_BACKYARDMSA_2025117-1.jpg');
  background-position: 0 0;
  background-size: auto;
  margin-top: -2px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.section-concept-banner.section-hero-partenaire, .section.section-concept-banner.section-hero-benevoles {
  background-color: var(--black);
}

.section.section-histoire {
  background-color: var(--black);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.section-concept {
  color: var(--white);
  background-image: url('../images/©DRD2_BACKYARDMSA_2025240.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  min-height: 400px;
  padding-top: 120px;
  padding-bottom: 0;
  position: relative;
}

.section.section-concept.section-hero-ce {
  background-color: var(--black);
  color: var(--color-2);
}

.section.section-concept.section-hero-partenaire, .section.section-concept.section-hero-benevoles {
  background-color: var(--black);
}

.section.section-concept-banner {
  color: var(--white);
  background-image: url('../images/©DRD2_BACKYARDMSA_2025240.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  min-height: 400px;
  padding-top: 120px;
  padding-bottom: 0;
  position: relative;
}

.section.section-concept-banner.section-hero-ce {
  background-color: var(--black);
  color: var(--color-2);
}

.section.section-concept-banner.section-hero-partenaire, .section.section-concept-banner.section-hero-benevoles {
  background-color: var(--black);
}

.section.section-inscris {
  background-color: var(--black);
  color: var(--white);
}

.section.section-backyards-list {
  background-color: var(--black);
  color: #fff;
  position: relative;
}

.section.section-presentation-backyard {
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.section-partenaires {
  background-color: var(--black);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: visible;
}

.section.section-partenaires-copy {
  background-color: var(--black);
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.section.section-partenaires-copy.mod {
  z-index: 999;
  margin-bottom: -2px;
}

.section.section-trace {
  background-color: var(--color-1_1);
}

.section.section-revue-de-presse {
  color: var(--white);
  background-image: url('../images/©DRD2_BACKYARDMSA_2025182.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  min-height: 400px;
  padding-top: 120px;
  padding-bottom: 0;
  position: relative;
}

.section.section-revue-de-presse.section-hero-ce {
  background-color: var(--black);
  color: var(--color-2);
}

.section.section-revue-de-presse.section-hero-partenaire, .section.section-revue-de-presse.section-hero-benevoles {
  background-color: var(--black);
}

.section.section-revues-list {
  background-color: var(--white);
  color: var(--color-1_1);
  position: relative;
}

.teaser-hero {
  width: auto;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.overlay {
  position: absolute;
  inset: 0%;
}

.overlay.overlay-hero {
  mix-blend-mode: normal;
  background-color: #0000004d;
}

.overlay.overlay-hero.none {
  display: none;
}

.overlay.overlay-hero.decr {
  z-index: 9;
  opacity: .15;
  pointer-events: none;
  mix-blend-mode: hard-light;
  background-color: #0000;
  background-image: url('../images/02.jpg');
  background-position: 50%;
  background-size: cover;
  right: -30%;
}

.overlay.overlay-hero.edition {
  opacity: .2;
  mix-blend-mode: hard-light;
  background-color: #0000;
  background-image: url('../images/01.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
}

.overlay.overlay-hero.edition-2 {
  opacity: .2;
  mix-blend-mode: hard-light;
  background-color: #0000;
  background-image: url('../images/02.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
}

.overlay.overlay-hero.part {
  z-index: 9;
  opacity: .1;
  pointer-events: none;
  mix-blend-mode: hard-light;
  background-color: #0000;
  background-image: url('../images/02.jpg');
  background-position: 50%;
  background-size: cover;
  right: -30%;
}

.overlay.overlay-hero.partenaire {
  z-index: 9;
  opacity: .1;
  pointer-events: none;
  mix-blend-mode: hard-light;
  background-color: #0000;
  background-image: url('../images/07.jpg');
  background-position: 50%;
  background-size: cover;
  right: -30%;
}

.overlay.overlay-hero.more {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #00000080;
}

.overlay.overlay-hero.plus {
  opacity: 1;
  pointer-events: none;
  mix-blend-mode: lighten;
  background-color: #0000;
  background-image: url('../images/06.jpg');
  background-position: 50%;
  background-size: cover;
}

.overlay.overlay-video {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0009;
}

.overlay.overlay-hero-pink {
  mix-blend-mode: darken;
  background-color: #e7249c80;
}

.overlay.overlay-backyard-single {
  mix-blend-mode: normal;
  background-color: #0000004d;
}

.overlay.overlay-backyard-single.none {
  display: none;
}

.overlay.overlay-backyard-single.decr {
  z-index: 9;
  opacity: .15;
  pointer-events: none;
  mix-blend-mode: hard-light;
  background-color: #0000;
  background-image: url('../images/02.jpg');
  background-position: 50%;
  background-size: cover;
  right: -30%;
}

.overlay.overlay-backyard-single.edition {
  opacity: .2;
  mix-blend-mode: hard-light;
  background-color: #0000;
  background-image: url('../images/01.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
}

.overlay.overlay-backyard-single.edition-2 {
  opacity: .2;
  mix-blend-mode: hard-light;
  background-color: #0000;
  background-image: url('../images/02.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
}

.overlay.overlay-backyard-single.part {
  z-index: 9;
  opacity: .1;
  pointer-events: none;
  mix-blend-mode: hard-light;
  background-color: #0000;
  background-image: url('../images/02.jpg');
  background-position: 50%;
  background-size: cover;
  right: -30%;
}

.overlay.overlay-backyard-single.partenaire {
  z-index: 9;
  opacity: .1;
  pointer-events: none;
  mix-blend-mode: hard-light;
  background-color: #0000;
  background-image: url('../images/07.jpg');
  background-position: 50%;
  background-size: cover;
  right: -30%;
}

.overlay.overlay-backyard-single.more {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #00000080;
}

.overlay.overlay-backyard-single.plus {
  opacity: .2;
  pointer-events: none;
  mix-blend-mode: lighten;
  background-color: #0000;
  background-image: url('../images/06.jpg');
  background-position: 50%;
  background-size: cover;
}

.overlay.overlay-infos-backyard {
  mix-blend-mode: normal;
  background-color: #0000004d;
}

.overlay.overlay-infos-backyard.none {
  display: none;
}

.overlay.overlay-infos-backyard.decr {
  z-index: 9;
  opacity: .15;
  pointer-events: none;
  mix-blend-mode: hard-light;
  background-color: #0000;
  background-image: url('../images/02.jpg');
  background-position: 50%;
  background-size: cover;
  right: -30%;
}

.overlay.overlay-infos-backyard.edition {
  opacity: .2;
  mix-blend-mode: hard-light;
  background-color: #0000;
  background-image: url('../images/01.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
}

.overlay.overlay-infos-backyard.edition-2 {
  opacity: .2;
  mix-blend-mode: hard-light;
  background-color: #0000;
  background-image: url('../images/02.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
}

.overlay.overlay-infos-backyard.part {
  z-index: 9;
  opacity: .1;
  pointer-events: none;
  mix-blend-mode: hard-light;
  background-color: #0000;
  background-image: url('../images/02.jpg');
  background-position: 50%;
  background-size: cover;
  right: -30%;
}

.overlay.overlay-infos-backyard.partenaire {
  z-index: 9;
  opacity: .1;
  pointer-events: none;
  mix-blend-mode: hard-light;
  background-color: #0000;
  background-image: url('../images/07.jpg');
  background-position: 50%;
  background-size: cover;
  right: -30%;
}

.overlay.overlay-infos-backyard.more {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #00000080;
}

.overlay.overlay-infos-backyard.plus {
  opacity: 1;
  pointer-events: none;
  mix-blend-mode: lighten;
  background-color: #0000;
  background-image: url('../images/06.jpg');
  background-position: 50%;
  background-size: cover;
}

.overlay.overlay-infos-backyard.plus-1 {
  opacity: 1;
  pointer-events: none;
  mix-blend-mode: lighten;
  background-color: #0000;
  background-image: url('../images/06.jpg');
  background-position: 0 0;
  background-size: cover;
}

.overlay.overlay-images-backyard-single-copy {
  mix-blend-mode: normal;
  background-color: #0000004d;
}

.overlay.overlay-images-backyard-single-copy.none {
  display: none;
}

.overlay.overlay-images-backyard-single-copy.decr {
  z-index: 9;
  opacity: .15;
  pointer-events: none;
  mix-blend-mode: hard-light;
  background-color: #0000;
  background-image: url('../images/02.jpg');
  background-position: 50%;
  background-size: cover;
  right: -30%;
}

.overlay.overlay-images-backyard-single-copy.edition {
  opacity: .2;
  mix-blend-mode: hard-light;
  background-color: #0000;
  background-image: url('../images/01.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
}

.overlay.overlay-images-backyard-single-copy.edition-2 {
  opacity: .2;
  mix-blend-mode: hard-light;
  background-color: #0000;
  background-image: url('../images/02.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
}

.overlay.overlay-images-backyard-single-copy.part {
  z-index: 9;
  opacity: .1;
  pointer-events: none;
  mix-blend-mode: hard-light;
  background-color: #0000;
  background-image: url('../images/02.jpg');
  background-position: 50%;
  background-size: cover;
  right: -30%;
}

.overlay.overlay-images-backyard-single-copy.partenaire {
  z-index: 9;
  opacity: .1;
  pointer-events: none;
  mix-blend-mode: hard-light;
  background-color: #0000;
  background-image: url('../images/07.jpg');
  background-position: 50%;
  background-size: cover;
  right: -30%;
}

.overlay.overlay-images-backyard-single-copy.more {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #00000080;
}

.overlay.overlay-images-backyard-single-copy.plus {
  opacity: .8;
  pointer-events: none;
  mix-blend-mode: lighten;
  background-color: #0000;
  background-image: url('../images/03.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.hero-wrapper.container {
  color: var(--color-1);
  flex-flow: column;
  padding-top: 180px;
  position: relative;
}

.hero-wrapper.container.other {
  color: var(--color-2);
  padding-bottom: 60px;
}

.title-h4 {
  letter-spacing: -.05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aramemono, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}

.title-h4.text-left {
  text-align: left;
}

.content-hero {
  text-align: center;
  width: 65%;
}

.title-h1 {
  color: var(--white);
  font-family: "Tuskergrotesk 4600", Arial, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.2em;
}

.title-h1.acc {
  color: var(--white);
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 6vw;
}

.text-bottom-hero {
  text-align: center;
  flex: none;
  margin-bottom: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-bottom-hero.other {
  margin-top: 40px;
  margin-bottom: 0;
  position: relative;
}

.subtitle {
  text-transform: uppercase;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 200;
  line-height: 1.2em;
}

.subtitle.normal-text {
  text-transform: none;
  font-family: Gabarito;
  font-size: 28px;
  font-weight: 500;
}

.subtitle.subtitle-404 {
  font-family: "Tuskergrotesk 3700", Arial, sans-serif;
}

.subtitle.nopadding {
  margin-bottom: -5px;
  line-height: 1em;
}

.subtitle.nopadding.made {
  font-family: Made Goodtime Grotesk;
}

.subtitle.subtitle-normal {
  font-weight: 400;
  position: relative;
}

.subtitle.subtitle-normal-bold {
  justify-content: center;
  align-items: center;
  font-family: Aramemono, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  display: flex;
}

.columns {
  display: flex;
}

.columns.columnspresentation {
  flex-flow: row;
  align-items: stretch;
  display: flex;
}

.columns.columns-parcours {
  margin-left: -2px;
  margin-right: -2px;
}

.columns.columns-footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
}

.columns.columns-bottom-footer {
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
}

.columns.columns-title-actu {
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 0;
}

.columns.columns-input {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.columns.columnspresentation-parcours {
  flex-flow: row;
  align-items: flex-start;
  display: flex;
}

.columns.columns-trace-parcours {
  flex-flow: row;
  align-items: stretch;
  display: flex;
}

.columns.columns-404 {
  justify-content: center;
  align-items: center;
}

.columns.columns-head-parcours {
  align-items: center;
}

.columns.columnsdates {
  flex-flow: row;
  align-items: stretch;
  display: flex;
}

.columns.columns-tarifs {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin-left: -2px;
  margin-right: -2px;
}

.columns.columns-edition {
  margin-left: -2px;
  margin-right: -2px;
}

.columns.columnspresentation-parcours-copy {
  flex-flow: row;
  align-items: flex-start;
  display: flex;
}

.col-1-presentation {
  background-image: url('../images/©DRD2_BACKYARDMSA_2025199.jpg');
  background-position: 50%;
  background-size: cover;
  border: 2px #000;
  flex: 0 40%;
  align-self: stretch;
  position: relative;
}

.shape-tut {
  mix-blend-mode: hard-light;
  max-width: none;
  min-height: 100%;
  position: relative;
  inset: auto auto -40px 0%;
}

.shape-tut-wrapper {
  justify-content: flex-end;
  width: 50vw;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.col-2-presentation {
  z-index: 99;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 60%;
  min-height: 0;
  padding: 120px 100px 160px 8%;
  display: flex;
  position: relative;
}

.title-h2 {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Tuskergrotesk 4600", Arial, sans-serif;
  font-size: 68px;
  font-weight: 400;
  line-height: 1.2em;
}

.title-h2.normal-text {
  text-transform: none;
}

.title-h2._14km {
  color: var(--color-1_1);
}

.title-h2._9km {
  text-align: center;
}

.title-h2._24km {
  color: var(--color-2);
  text-align: center;
}

.title-h2.color-white {
  font-family: "Tuskergrotesk 4600", Arial, sans-serif;
}

.pt40 {
  padding-top: 40px;
}

.div-block {
  z-index: 1;
}

.col-parcours {
  aspect-ratio: 2 / 3;
  background-color: var(--color-2);
  text-align: center;
  border: 2px solid #000;
  flex-flow: column;
  flex: 0 33.33%;
  justify-content: center;
  align-items: center;
  max-width: 33.33%;
  margin-top: -2px;
  margin-bottom: -2px;
  padding: 100px 40px 60px;
  display: flex;
  position: relative;
}

.col-parcours.col-parcours-middle {
  flex-basis: calc(33.33% + 4px);
  max-width: calc(33.33% + 4px);
  margin-left: -2px;
  margin-right: -2px;
}

.col-parcours.col-parcours-middle:hover {
  color: var(--color-1);
  background-image: url('../images/Lena-Perminova-in-sportive-80s-swimwear_.jpg');
  background-position: 50% 0;
  background-size: auto;
}

.col-parcours.col-parcours-middle.mod:hover {
  color: var(--black);
  background-image: none;
}

.col-parcours.col-parcours-first {
  border-style: none solid none none;
  position: relative;
}

.col-parcours.col-parcours-first:hover {
  color: var(--color-1);
  background-image: url('../images/05d301eb-9841-48d6-9f2d-eacb7f1c19cd.jpg');
  background-position: 0 0;
  background-size: cover;
}

.col-parcours.col-parcours-last:hover, .col-parcours.col-edition-last:hover {
  color: var(--color-1);
  background-image: url('../images/7f543e30-c338-4a74-b755-b5d2849bed86.jpg');
  background-position: 50% 0;
  background-size: auto;
}

.col-parcours.col-edition-middle {
  flex-basis: calc(33.33% + 4px);
  max-width: calc(33.33% + 4px);
  margin-left: -2px;
  margin-right: -2px;
}

.col-parcours.col-edition-middle:hover {
  color: var(--color-1);
  background-image: url('../images/Lena-Perminova-in-sportive-80s-swimwear_.jpg');
  background-position: 50% 0;
  background-size: auto;
}

.col-parcours.col-edition-middle.mod:hover {
  color: var(--black);
  background-image: none;
}

.title-h3 {
  z-index: 99;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Tuskergrotesk 4600", Arial, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2em;
  position: relative;
}

.title-h3.normal-text {
  text-transform: none;
}

.title-h3.color-black {
  color: var(--black);
}

.title-h3.number {
  font-weight: 100;
  line-height: 1em;
}

.title-h3.record {
  text-align: center;
}

.color-3 {
  color: var(--color-3\<deleted\|variable-b237791e-c3b4-b349-806d-0d3b330dc195\>);
}

.counter {
  color: var(--color-1);
  width: 33.33%;
  margin-bottom: 10px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.col-counter {
  flex: 1;
  padding: 10px 2px 0;
}

.col-counter.col-1-counter {
  text-align: center;
  border-right: 1px solid #ffffff4d;
}

.col-counter.col-1last-counter {
  text-align: center;
  border-right: 2px #000;
}

.number-counter {
  letter-spacing: -.05em;
  font-family: Aramemono, Arial, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: .8em;
}

.number-counter.hours.sticky, .number-counter.minutes.sticky, .number-counter.seconds.sticky, .number-counter.days.stycky {
  color: var(--color-1_1);
  font-size: 28px;
}

.color-1 {
  color: var(--color-1);
}

.actus-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 40px;
  overflow: hidden;
}

.actus-wrapper.main-carousel {
  cursor: none;
  display: block;
}

.item-actu {
  aspect-ratio: 2 / 3;
  border-radius: 10px;
  flex-flow: column;
  flex: 0 30vw;
  justify-content: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.item-actu.actu-rs {
  align-self: stretch;
  padding: 0;
  overflow: hidden;
}

.item-actu.actu-rs.carousel-cell {
  aspect-ratio: 2 / 3;
}

.item-actu.actu-rs.carousel-cell.hide {
  margin-left: 40px;
  margin-right: 40px;
  display: none;
}

.item-actu.mod {
  background-color: var(--color-2);
  color: var(--black);
  margin-top: -40px;
}

.item-actu.carousel-cell {
  min-width: 27vw;
  max-width: 27vw;
  margin-left: 2vw;
  margin-right: 2vw;
}

.image-actu-wrapper {
  aspect-ratio: 1;
  border: 2px solid #000;
  overflow: hidden;
}

.image-actu-wrapper.mod {
  border-style: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-actu {
  object-fit: cover;
  object-position: 50% 50%;
  min-width: 100%;
  min-height: 100%;
}

.content-actu {
  z-index: 3;
  color: #fff;
  background-image: linear-gradient(#0000, #0009 30%, #000c);
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: stretch;
  padding: 60px 20px 20px;
  display: flex;
  position: relative;
  transform: translate(0, 70px);
}

.title-item-actu {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aramemono, Arial, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2em;
}

.actus-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
}

.background-video {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
}

.title-partenaire-wrapper {
  color: var(--color-1);
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
  padding: 10px 40px 8px 100px;
}

.slider-partenaires {
  background-color: var(--white);
  border: 2px #000;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.slider-partenaires-wrapper {
  flex: 1;
  align-items: center;
  display: flex;
}

.slider-partenaires-wrapper.slider-partenaires-wrapper-1 {
  justify-content: center;
  align-self: center;
  align-items: stretch;
}

.item-partenaire {
  flex: 1;
  align-self: center;
  padding-left: 40px;
  padding-right: 40px;
}

.logo-partanaire {
  object-fit: contain;
  max-width: 190px;
  max-height: 90px;
}

.w66 {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center;
}

.footer {
  z-index: 99999999;
  background-color: var(--black);
  color: var(--color-1);
  border-top: 2px solid #000;
  padding-top: 80px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.col-footer {
  flex: 0 25%;
}

.logo-footer {
  height: 100px;
  margin-bottom: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pt20.flex {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.navbar-footer {
  z-index: 9;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: var(--white);
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.col-2-bottom-footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-uppercase.color-3.text-bold {
  font-family: Brinema;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
}

.text-uppercase.made {
  font-family: Made Goodtime Grotesk;
}

.counter-copy {
  color: var(--color-1);
  background-color: #fff;
  border: 2px solid #000;
  width: 33.33%;
  display: flex;
  position: absolute;
  bottom: -2px;
  right: 0;
}

.counter-fixed {
  z-index: 999;
  background-color: var(--color-2);
  opacity: 0;
  color: var(--black);
  border: 2px solid #000;
  width: 33.33%;
  display: flex;
  position: fixed;
  bottom: -2px;
  right: 0;
}

.counter-footer {
  background-color: var(--color-2);
  opacity: 0;
  color: var(--black);
  border: 2px solid #000;
  width: 33.33%;
  display: flex;
  position: absolute;
  bottom: -2px;
  right: 0;
}

.button-teaser {
  z-index: 99;
  border: 1px solid var(--black);
  background-color: var(--color-2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--black);
  cursor: pointer;
  max-width: 300px;
  font-size: 14px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.button-teaser:hover {
  background-color: #ffffff80;
}

.button-teaser.hide {
  display: none;
}

.vignette-video {
  border-right: 1px solid var(--black);
  align-self: stretch;
  padding: 10px;
  overflow: hidden;
}

.teaser-vignette {
  width: 71px;
  min-width: 100%;
  height: 71px;
  min-height: 100%;
  position: relative;
  inset: 0%;
}

.teaser-vignette.hide {
  display: none;
}

.content-button-teaser {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.intvideoteaser {
  border-bottom: 1px solid var(--black);
  flex: 0 auto;
  margin-bottom: 10px;
  padding: 7px 5px 6px 6px;
  font-weight: 400;
  line-height: 1em;
}

.button-teaser-wrapper {
  display: flex;
  position: relative;
}

.code-embed {
  align-self: flex-start;
  padding-top: 5px;
  padding-bottom: 0;
  padding-right: 6px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.popup-video {
  z-index: 9999;
  opacity: 0;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.icon-close {
  z-index: 99;
  color: #fff;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.popup-video-wrapper {
  z-index: 99;
  color: #fff;
  text-align: center;
  width: 100%;
  margin-left: 100px;
  margin-right: 100px;
  position: relative;
}

.youtube.none {
  display: none;
}

.text-align-center {
  text-align: center;
}

.container-2 {
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.module-close-target {
  z-index: -1;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.video {
  margin-top: 20px;
}

.module {
  z-index: 99;
  color: #fff;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.module.auto-stopper {
  display: none;
}

.module-close-button {
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 33.33%;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 25px 25px auto auto;
}

.module-close-button.auto-stop {
  display: none;
}

.block-controls-slider {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.block-controls-slider.right {
  justify-content: flex-end;
  margin-bottom: 20px;
  margin-left: auto;
}

.button--next {
  color: #f5a091;
  border: 2px solid #f5a091;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: -1px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.button--next.buttonpv {
  border-color: var(--black);
  color: var(--color-1);
  cursor: pointer;
  background-color: #f054001a;
  border-radius: 5px;
  width: 60px;
  margin-left: 0;
  padding: 16px;
}

.button--next.buttonpv:hover {
  background-color: var(--color-1);
  color: var(--color-1_1);
}

.button--next.buttonpv.inv {
  transform: rotate(180deg);
}

.button--next.buttonpv.mod {
  border-color: var(--black);
  background-color: var(--color-2);
  color: var(--black);
  width: 90px;
  height: 90px;
}

.button--previous {
  color: var(--color-1);
  border-color: #f5a091;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: -1px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.button--previous.buttonpv {
  border: 2px solid var(--black);
  color: var(--color-1);
  cursor: pointer;
  background-color: #f054001a;
  border-radius: 5px;
  width: 60px;
  padding: 16px;
}

.button--previous.buttonpv:hover {
  background-color: var(--color-1);
  color: var(--color-1_1);
}

.button--previous.buttonpv.inv {
  transform: rotate(180deg);
}

.button--previous.buttonpv.mod {
  border-color: var(--black);
  background-color: var(--color-2);
  color: var(--black);
  width: 90px;
  height: 90px;
}

.title-actu-wrapper {
  max-width: 80%;
}

.relative {
  position: relative;
}

.relative-navlink {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.nav-menu {
  color: var(--white);
  flex: none;
  align-items: center;
  display: flex;
}

.underline-lottie {
  width: 75px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 35px;
  left: 5px;
  right: 0%;
}

.jauge-wrapper {
  z-index: 2147483647;
  border: 1px solid var(--color-1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--color-1);
  background-color: #0006;
  border-radius: 10px;
  padding: 10px 20px 4px 10px;
  font-family: Aramemono, Arial, sans-serif;
  display: block;
  position: fixed;
  inset: 20px auto auto -234px;
  box-shadow: 0 2px 10px #0003;
}

.pt10 {
  padding-top: 10px;
}

.jauge {
  border: 1px solid var(--color-1);
  background-color: #fff;
  border-radius: 15px;
  width: 200px;
  height: 15px;
  position: relative;
  overflow: hidden;
}

.jauge-count {
  background-image: linear-gradient(90deg, var(--black), var(--color-1) 51%);
  justify-content: flex-end;
  width: 70%;
  height: 15px;
  display: flex;
}

.code-embed-2 {
  margin-top: -4px;
  margin-right: -4px;
}

.code-embed-3 {
  z-index: 99;
  margin-left: calc(70% - 2px);
  position: absolute;
  inset: 6px auto auto;
}

.jauge2 {
  width: 200px;
  height: 15px;
  position: absolute;
  inset: 0%;
}

.jauge-block {
  align-items: center;
  padding: 10px 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.jauge-block-copy {
  z-index: 9;
  border: 1px solid var(--black);
  background-color: var(--black);
  border-radius: 15px;
  width: 200px;
  height: 15px;
  position: relative;
  overflow: hidden;
}

.text-right {
  text-align: right;
}

.item-actu-wrapper {
  flex: 0 30vw;
  min-width: 30vw;
  max-width: 30vw;
}

.item-actu-wrapper.actu-rs {
  border-radius: 20px;
  align-self: stretch;
  margin-top: 20px;
  margin-bottom: -20px;
  padding: 0;
  overflow: hidden;
}

.item-actu-wrapper.actu-rs.carousel-cell {
  aspect-ratio: 2 / 3;
}

.item-actu-wrapper.mod {
  background-color: var(--color-1);
  color: var(--white);
  margin-top: -40px;
  transform: rotate(2deg);
}

.item-actu-wrapper.carousel-cell {
  min-width: 25vw;
  max-width: 20vw;
  margin-left: 20px;
  margin-right: 20px;
}

.block-controls-slider-mouse {
  z-index: 99999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 1;
  pointer-events: none;
  margin-top: -30px;
  margin-left: -95px;
  display: none;
  position: fixed;
}

.block-controls-slider-mouse.show {
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.sticky-navbar {
  z-index: 999;
  background-color: #0000;
  border-radius: 100px 10px 10px 100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  top: 0;
  transform: translate(0, -100%);
}

.navbar-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000000e6;
  border-radius: 80px;
  justify-content: space-between;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  font-size: 14px;
  display: flex;
  position: relative;
  overflow: visible;
}

.nav-menu-right-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  display: flex;
}

.container-sticky {
  max-width: 100%;
}

.menu-button {
  font-size: 28px;
  display: none;
}

.text-block {
  font-family: Aramemono, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.featured-image-single-article {
  width: 100%;
  height: auto;
}

.faq {
  width: 100%;
  margin-bottom: 20px;
}

.faq-head {
  color: var(--color-1);
  white-space: normal;
  background-color: #f054001a;
  border: 2px solid #000;
  border-radius: 10px;
  width: 100%;
  font-family: Aramemono, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  display: block;
}

.faq-head.w--open {
  border-width: 1px;
  border-color: var(--color-1);
}

.faq-content {
  color: var(--white);
  background-color: #0000;
  font-size: 14px;
}

.faq-content.w--open {
  background-color: #0000;
  padding: 20px;
  position: relative;
}

.underline-lottie-copy {
  width: 110px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 38px;
  left: 5px;
  right: 0%;
}

.div-block-2 {
  height: 100%;
}

.pt80 {
  padding-top: 80px;
}

.pt60 {
  padding-top: 60px;
}

.text-block-2 {
  flex: none;
  margin-top: auto;
  margin-bottom: auto;
}

.rs-wrapper {
  text-align: left;
}

.link-rs {
  color: var(--white);
  padding: 10px;
}

.link-rs:hover, .link-rs.color-1 {
  color: var(--color-1);
}

.link-rs.color-1:hover {
  color: var(--color-1_1);
}

.rs-wrapper-submenu-mobile.show-tablet {
  display: none;
}

.div-block-8 {
  flex: 1;
  align-self: center;
}

.block-content-etapes-parcours {
  flex: 1;
  padding-top: 0;
  padding-bottom: 80px;
}

.block-content-etapes-parcours.mod {
  padding-bottom: 40px;
}

.block-content-etapes-parcours.little {
  text-align: left;
  padding-bottom: 20px;
  position: relative;
}

.icon-etapes-histoire {
  border: 1px solid var(--color-1);
  background-color: var(--black);
  color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 82px;
  height: 82px;
  font-size: 38px;
  line-height: .8em;
  display: flex;
  position: relative;
}

.icon-etapes-histoire.mod {
  width: 150px;
  height: 150px;
}

.title-h2-copy {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 600;
  line-height: 1em;
}

.block-etape-parcours {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  display: flex;
}

.text-block-3 {
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: -8px;
  font-family: Aramemono, Arial, sans-serif;
  font-weight: 100;
  display: flex;
}

.block-icon-etapes-parcours {
  grid-row-gap: 0px;
  flex-direction: column;
  align-self: stretch;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.div-block-9 {
  background-color: var(--color-1);
  width: 2px;
  height: 100%;
}

.icon-etapes-parcours-shadow {
  border: 1px solid var(--black);
  background-color: var(--color-1);
  width: 82px;
  height: 82px;
  position: absolute;
  inset: 4px 0% 0% 4px;
}

.relative-2 {
  display: inline-block;
  position: relative;
}

.content-etapes-parcours {
  color: var(--white);
}

.col-2-questions {
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 60%;
  padding: 80px 100px 60px 4%;
  display: flex;
}

.col-1-questions {
  border: 2px solid #000;
  flex: 0 40%;
  align-self: stretch;
}

.shape-tut-copy {
  mix-blend-mode: hard-light;
  max-width: none;
  min-height: 100%;
  position: relative;
  inset: 0 auto -40px 0%;
}

.shape-tut-wrapper-copy {
  z-index: 9;
  justify-content: flex-end;
  width: 50vw;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.title-tarifs-wrapper {
  color: var(--color-1);
  background-color: #fff;
  border: 2px solid #000;
  width: 33.33%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  display: flex;
  position: absolute;
  bottom: -2px;
  right: 0;
}

.form-wrapper {
  text-align: center;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.text-field {
  background-color: var(--color-2);
  border: 2px solid #000;
  margin-bottom: 20px;
}

.text-field::placeholder {
  color: var(--black);
}

.div-block-10 {
  flex: 1;
}

.list-item {
  padding-bottom: 10px;
}

.slider-partenaires-2 {
  z-index: 9;
  background-color: var(--white);
  border: 2px solid #000;
  border-top-width: 4px;
  align-items: center;
  margin-top: -2px;
  margin-left: -2px;
  margin-right: -2px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.w75 {
  width: 75%;
}

.buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  flex: 0 80%;
  display: flex;
}

.title-etapes-wrapper {
  color: var(--black);
  background-color: #fff;
  border: 2px solid #000;
  width: calc(50% + 2px);
  padding: 10px 20px 10px 40px;
  position: absolute;
  bottom: -2px;
  right: 0;
}

.icon-etapes {
  border: 1px solid var(--color-1);
  color: var(--color-1);
  background-color: #f054001a;
  border-radius: 10px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 82px;
  height: 82px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-right: 5px;
  font-family: Aramemono, Arial, sans-serif;
  font-size: 38px;
  font-weight: 100;
  line-height: .8em;
  display: flex;
  position: relative;
}

.col-1-date-cles {
  color: var(--color-1);
  background-image: url('../images/0bb45625-b6dc-4956-b33c-23e94fb49cb5.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-right: 2px solid #000;
  flex: 0 40%;
  align-self: stretch;
  padding: 80px 100px;
}

.button-wrapper {
  border: 2px solid var(--color-1);
  background-color: var(--color-1);
  color: var(--color-2);
  text-align: center;
  letter-spacing: .2px;
  text-transform: uppercase;
  border-radius: 60px;
  min-width: 170px;
  padding: 20px;
  font-family: Gabarito;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
}

.button-wrapper:hover {
  border-color: var(--color-2);
  background-color: var(--black);
}

.button-wrapper.outline {
  color: var(--color-1);
  background-color: #0000;
}

.button-wrapper.outline:hover {
  background-color: var(--color-1);
  color: var(--color-2);
}

.button-wrapper.outline.small {
  flex: none;
}

.button-wrapper.outline.small.sticky {
  font-size: 12px;
}

.button-wrapper.small {
  min-width: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-wrapper.outline-green {
  border-color: var(--color-3\<deleted\|variable-b237791e-c3b4-b349-806d-0d3b330dc195\>);
  color: var(--color-3\<deleted\|variable-b237791e-c3b4-b349-806d-0d3b330dc195\>);
  background-color: #0000;
}

.button-wrapper.outline-white {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.button-wrapper.outline-white:hover {
  border-color: var(--black);
  background-color: var(--color-1_1);
  color: var(--black);
}

.button-wrapper.inscription.show-tablet {
  display: none;
}

.button-wrapper.inscription.hide-tablet {
  display: block;
}

.button-wrapper.black {
  color: var(--color-1);
  background-color: #0000;
}

.button-wrapper.black:hover {
  background-color: var(--color-1);
  color: var(--color-2);
}

.button-wrapper.black.small {
  flex: none;
}

.button-wrapper.black.small.sticky {
  font-size: 12px;
}

.button-wrapper.black.small.sticky.show-tablet {
  display: none;
}

.button-wrapper.submit {
  width: 100%;
}

.button-wrapper.button-parcours {
  border-color: var(--black);
  background-color: var(--white);
  color: var(--black);
  border-radius: 0;
}

.button-wrapper.button-parcours.active {
  background-color: var(--black);
  color: var(--color-1_1);
}

.button-wrapper.button-wrapper-white {
  border-top-color: var(--black);
  border-right-color: var(--black);
  border-bottom-color: var(--black);
  border-left-color: var(--black);
  background-color: var(--white);
  color: var(--black);
  border-radius: 0;
  width: -moz-fit-content;
  width: fit-content;
}

.button-wrapper.button-wrapper-white.active {
  background-color: var(--black);
  color: var(--color-1_1);
}

.date {
  border: 2px solid var(--color-1);
  background-color: var(--color-1);
  color: var(--color-2);
  text-align: center;
  letter-spacing: .2px;
  text-transform: uppercase;
  border-radius: 60px;
  min-width: 170px;
  padding: 20px;
  font-family: Gabarito;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
}

.date:hover {
  border-color: var(--color-2);
  background-color: var(--black);
}

.date.outline {
  color: var(--color-1);
  background-color: #0000;
}

.date.outline:hover {
  background-color: var(--color-1);
  color: var(--color-2);
}

.date.outline.small {
  flex: none;
}

.date.outline.small.sticky {
  font-size: 12px;
}

.date.small {
  min-width: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.date.outline-green {
  border-color: var(--color-3\<deleted\|variable-b237791e-c3b4-b349-806d-0d3b330dc195\>);
  color: var(--color-3\<deleted\|variable-b237791e-c3b4-b349-806d-0d3b330dc195\>);
  background-color: #0000;
}

.date.outline-white {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.date.outline-white:hover {
  border-color: var(--black);
  background-color: var(--color-1_1);
  color: var(--black);
}

.date.inscription.show-tablet {
  display: none;
}

.date.inscription.hide-tablet {
  display: block;
}

.date.black {
  color: var(--color-1);
  background-color: #0000;
}

.date.black:hover {
  background-color: var(--color-1);
  color: var(--color-2);
}

.date.black.small {
  flex: none;
}

.date.black.small.sticky {
  font-size: 12px;
}

.date.black.small.sticky.show-tablet {
  display: none;
}

.date.submit {
  width: 100%;
}

.date.button-parcours {
  border-color: var(--black);
  background-color: var(--white);
  color: var(--black);
  border-radius: 0;
}

.date.button-parcours.active {
  background-color: var(--black);
  color: var(--color-1_1);
}

.date.button-wrapper-white {
  border-top-color: var(--black);
  border-right-color: var(--black);
  border-bottom-color: var(--black);
  border-left-color: var(--black);
  background-color: var(--white);
  color: var(--black);
  border-radius: 0;
  width: -moz-fit-content;
  width: fit-content;
}

.date.button-wrapper-white.active {
  background-color: var(--black);
  color: var(--color-1_1);
}

.date.date-wrapper-white {
  border-top-color: var(--black);
  border-right-color: var(--black);
  border-bottom-color: var(--black);
  border-left-color: var(--black);
  background-color: var(--black);
  color: var(--color-2);
  border-radius: 0;
  width: -moz-fit-content;
  width: fit-content;
  font-family: Made Goodtime Grotesk;
}

.date.date-wrapper-white.active {
  background-color: var(--black);
  color: var(--color-1_1);
}

.date.date-wrapper-white.left {
  text-align: left;
}

.div-block-12 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  display: flex;
  position: relative;
}

.col-2-dates {
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 60%;
  padding: 80px 100px 120px 8%;
  display: flex;
}

.missions-parcours-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.missions-parcours-wrapper.main-carousel {
  cursor: none;
  display: block;
}

.missions-village-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.missions-village-wrapper.main-carousel {
  cursor: none;
  display: block;
}

.background-icon-missions {
  background-color: var(--color-2);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.title-item-mission {
  font-family: Made Goodtime Grotesk;
  font-size: 38px;
  font-weight: 400;
  line-height: 1em;
}

.image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.col-1-questions-benevole {
  background-image: url('../images/©DRD2_BACKYARDMSA_2025384.jpg');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #000;
  flex: 0 40%;
  align-self: stretch;
  height: 100vh;
  margin-bottom: -2px;
  position: sticky;
  top: 0;
}

.col-1-questions-partenaires {
  background-image: url('../images/©DRD2_BACKYARDMSA_2025343.jpg');
  background-position: 35%;
  background-size: cover;
  flex: 0 40%;
  align-self: stretch;
  position: sticky;
  top: 0;
}

.banner-text {
  font-family: Golostext, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.4em;
}

.banner-text.banner-text-14km {
  color: var(--color-1_1);
}

.banner-text.banner-text-9km {
  color: var(--color-3\<deleted\|variable-b237791e-c3b4-b349-806d-0d3b330dc195\>);
  text-align: center;
}

.banner-text.banner-text-24km {
  color: var(--color-2);
  text-align: center;
}

.heading-point {
  margin-top: 0;
}

.col-1-details-parcours {
  flex: 0 40%;
  align-self: flex-start;
  margin-bottom: -2px;
  padding: 40px;
  position: sticky;
  top: 25px;
}

.detail-parcours-wrapper {
  z-index: 1;
  color: #fff;
  border: 2px solid #000;
  border-top-left-radius: 10px;
  padding: 20px;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}

.small-text {
  font-size: 14px;
  line-height: 1.2em;
}

.shadow {
  background-color: var(--black);
  position: absolute;
  inset: 8px -6px -6px 8px;
  overflow: visible;
}

.shadow.shadow-2 {
  border-radius: 20px;
}

.shadow.backyard {
  background-color: var(--color-1);
}

.separator {
  border: 2px dashed var(--white);
  width: 100%;
  height: 2px;
  position: relative;
  transform: rotate(-3deg);
}

.col-1-trace-parcours {
  aspect-ratio: 3 / 3.75;
  flex: 1;
  align-self: flex-start;
  position: sticky;
  top: 0;
}

.col-2-trace-parcours {
  background-color: var(--black);
  border-right: 2px solid #000;
  flex-flow: column;
  flex: 0 40%;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  padding: 40px 20px 0 40px;
  display: flex;
}

.div-block-3 {
  z-index: 1;
  background-color: var(--white);
  border: 2px solid #000;
  border-radius: 20px;
  padding: 10px 20px;
  position: relative;
}

.slider-photo {
  overflow: hidden;
}

.slider-photos-wrapper {
  display: block;
}

.slider-photo-line {
  flex: none;
  align-items: flex-start;
  display: flex;
}

.slider-photo-line.slider-photo-line-1.main-carousel {
  cursor: grab;
  display: block;
}

.div-block-13 {
  border: 2px solid #000;
  border-radius: 10px;
  justify-content: center;
  width: 25%;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}

.image-2 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  align-self: flex-start;
}

.image-3 {
  z-index: 1;
  height: 60px;
  position: absolute;
  top: -30px;
  transform: rotate(2deg);
}

.col-2-details-parcours {
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  width: 60%;
  padding: 80px 100px 150px 60px;
  display: flex;
}

.icon {
  margin-right: 0;
}

.brand-2 {
  align-self: center;
}

.brand-2.w--current {
  object-fit: contain;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.col-1-404, .col-2-404 {
  flex: 0 50%;
}

.title-h1-404 {
  font-family: Brinema;
  font-size: 120px;
  font-weight: 400;
  line-height: 1em;
}

.title-h1-404.acc {
  font-size: 10vw;
}

.deniv-parcours {
  min-width: 100%;
}

.nav-parcours {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.nav-parcours._9km {
  color: var(--color-3\<deleted\|variable-b237791e-c3b4-b349-806d-0d3b330dc195\>);
  flex-flow: column;
  align-items: stretch;
  position: static;
  right: 0;
}

.nav-parcours._14km {
  color: var(--color-1_1);
}

.nav-parcours._24km {
  color: var(--color-2);
}

.prev-parcours {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--color-1);
  color: var(--color-1);
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 20px;
  align-items: center;
  padding: 10px 30px 7px;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}

.prev-parcours:hover {
  border-color: var(--color-1);
  background-color: var(--color-1);
  color: var(--white);
}

.prev-parcours._24km {
  color: var(--color-2);
  text-decoration: none;
}

.prev-parcours._24km:hover {
  border-color: var(--color-2);
  background-color: var(--color-2);
  color: var(--color-3\<deleted\|variable-b237791e-c3b4-b349-806d-0d3b330dc195\>);
}

.prev-parcours._14km {
  color: var(--color-1_1);
  text-decoration: none;
}

.prev-parcours._14km:hover {
  border-color: var(--color-1_1);
  background-color: var(--color-1_1);
  color: var(--color-1);
}

.prev-parcours._9km {
  color: var(--color-3\<deleted\|variable-b237791e-c3b4-b349-806d-0d3b330dc195\>);
  text-decoration: none;
}

.prev-parcours._9km:hover {
  border-color: var(--color-3\<deleted\|variable-b237791e-c3b4-b349-806d-0d3b330dc195\>);
  background-color: var(--color-3\<deleted\|variable-b237791e-c3b4-b349-806d-0d3b330dc195\>);
  color: var(--color-2);
}

.code-embed-4 {
  width: 30px;
  height: auto;
}

.code-embed-4.rot {
  margin-left: -20px;
  margin-right: 0;
  transform: rotate(180deg);
}

.next-parcours {
  color: var(--black);
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  text-decoration: none;
  display: flex;
}

.next-parcours:hover {
  background-color: var(--color-1);
}

.next-parcours._24km {
  color: var(--color-2);
  border-radius: 15px;
  text-decoration: none;
}

.next-parcours._24km:hover {
  border-color: var(--color-2);
  background-color: var(--color-2);
  color: var(--color-3\<deleted\|variable-b237791e-c3b4-b349-806d-0d3b330dc195\>);
}

.next-parcours._9km {
  color: var(--color-3\<deleted\|variable-b237791e-c3b4-b349-806d-0d3b330dc195\>);
  text-decoration: none;
}

.next-parcours._9km:hover {
  border-color: var(--color-3\<deleted\|variable-b237791e-c3b4-b349-806d-0d3b330dc195\>);
  background-color: var(--color-3\<deleted\|variable-b237791e-c3b4-b349-806d-0d3b330dc195\>);
  color: var(--color-2);
}

.next-parcours._14km:hover {
  border-color: var(--color-1_1);
  background-color: var(--color-1_1);
  color: var(--color-1);
}

.trace-wrapper {
  position: absolute;
}

.trace-gpx-wrapper {
  display: none;
  position: absolute;
  inset: 0%;
}

.code-embed-5 {
  height: 100%;
}

.head-plan {
  z-index: 99;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--color-2);
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 10px 25px;
  display: flex;
  position: absolute;
}

.image-hero {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.text-block-4 {
  flex: 0 auto;
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 8px;
}

.section-title-parcours {
  z-index: 9;
  background-color: var(--black);
  color: var(--color-1);
  text-align: center;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin-top: -2px;
  margin-bottom: -2px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.info-parcours {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 20px;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-14 {
  flex: 1;
  align-self: center;
}

.title-h2-2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 68px;
  font-weight: 400;
  line-height: .9em;
}

.div-block-15 {
  z-index: 1;
  align-self: flex-start;
}

.date-2 {
  color: #d3f970;
  text-align: center;
  letter-spacing: .2px;
  text-transform: uppercase;
  background-color: #e7249c;
  border: 1px solid #e7249c;
  border-radius: 60px;
  min-width: 170px;
  padding: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
}

.date-2:hover {
  background-color: #000;
  border-color: #d3f970;
}

.date-2.date-wrapper-white {
  border-top-color: var(--color-1);
  border-right-color: var(--color-1);
  border-bottom-color: var(--color-1);
  border-left-color: var(--color-1);
  color: var(--color-1);
  background-color: #0000;
  border-radius: 0;
  width: -moz-fit-content;
  width: fit-content;
}

.div-block-16 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block-17 {
  background-color: var(--black);
  width: 2px;
  height: 100%;
}

.icon-etapes-parcours-shadow-2 {
  border: 1px solid var(--color-1_1);
  background-color: var(--black);
  width: 25px;
  height: 25px;
  position: absolute;
  inset: 4px 0% 0% 4px;
}

.icon-etapes-parcours-2 {
  border: 2px solid var(--black);
  background-color: var(--color-2);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-size: 20px;
  line-height: .8em;
  display: flex;
  position: relative;
}

.div-block-18 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.relative-3 {
  display: inline-block;
  position: relative;
}

.text-block-5 {
  align-self: flex-start;
}

.fixe-infos-pratiques {
  position: sticky;
  top: 25px;
}

.leader-text {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Tuskergrotesk 4500", Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2em;
}

.leader-text.color-1 {
  z-index: 99;
  background-color: var(--color-1);
  color: var(--white);
  border-radius: 2px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 10px 2px;
  display: block;
  position: relative;
  transform: rotate(-1deg);
}

.leader-text.color-1.center {
  margin-left: auto;
  margin-right: auto;
}

.bottom-footer {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.legal-footer {
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.heading {
  margin-top: 0;
}

.brand-sticky {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.brand-sticky.w--current {
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.col-1-head-parcours {
  border-right: 2px solid #000;
  flex: 1;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 80px;
}

.col-2-head-parcours {
  flex: 0 auto;
}

.pl20 {
  color: var(--color-1_1);
  padding-left: 20px;
  line-height: 1.4em;
}

.image-4 {
  object-fit: cover;
  border: 2px solid #000;
  height: 100%;
}

.etapes-wrapper {
  flex-flow: column;
  align-items: center;
  height: 300px;
  display: flex;
  position: relative;
}

.col-etapes {
  aspect-ratio: auto;
  background-color: var(--color-2);
  text-align: center;
  border: 2px solid #000;
  flex-flow: column;
  flex: 0 33.33%;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  max-width: 33.33%;
  margin-top: -2px;
  margin-bottom: -2px;
  padding: 100px 40px 60px;
  display: flex;
  position: relative;
}

.col-etapes.col-parcours-middle {
  flex-basis: calc(33.33% + 4px);
  max-width: calc(33.33% + 4px);
  margin-left: -2px;
  margin-right: -2px;
}

.col-etapes.col-parcours-middle:hover {
  color: var(--color-1);
  background-image: url('../images/Lena-Perminova-in-sportive-80s-swimwear_.jpg');
  background-position: 50% 0;
  background-size: auto;
}

.col-etapes.col-parcours-middle.mod:hover {
  color: var(--black);
  background-image: none;
}

.col-etapes.col-parcours-first {
  position: relative;
}

.col-etapes.col-parcours-first:hover {
  color: var(--color-1);
  background-image: url('../images/05d301eb-9841-48d6-9f2d-eacb7f1c19cd.jpg');
  background-position: 0 0;
  background-size: cover;
}

.col-etapes.col-parcours-last:hover {
  color: var(--color-1);
  background-image: url('../images/7f543e30-c338-4a74-b755-b5d2849bed86.jpg');
  background-position: 50% 0;
  background-size: auto;
}

.text-left {
  text-align: left;
  position: relative;
}

.text-left.small-text {
  font-size: 18px;
}

.div-block-19 {
  text-align: right;
  width: -moz-fit-content;
  width: fit-content;
}

.bg-parcours-mobile {
  pointer-events: none;
  display: none;
  position: absolute;
  inset: 0%;
}

.bg-parcours-mobile.bg-parcours-1 {
  background-image: url('../images/05d301eb-9841-48d6-9f2d-eacb7f1c19cd.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.bg-parcours-mobile.bg-parcours-2 {
  background-image: url('../images/Lena-Perminova-in-sportive-80s-swimwear_.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.bg-parcours-mobile.bg-parcours-3 {
  background-image: url('../images/7f543e30-c338-4a74-b755-b5d2849bed86.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.text-block-6 {
  position: relative;
}

.button-special {
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 225px;
  height: 58px;
  margin-left: auto;
  margin-right: auto;
  font-family: Aramemono, Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-special:hover {
  color: var(--color-1);
}

.text-block-7 {
  align-self: center;
  position: relative;
}

.code-embed-6 {
  position: absolute;
  inset: 0%;
}

.text-block-8 {
  z-index: 1;
  position: relative;
}

.col-edition {
  color: var(--color-1);
  text-align: center;
  flex: 0 33.33%;
  max-width: 33.33%;
  padding: 100px 40px 60px;
  position: relative;
}

.col-edition.col-parcours-middle {
  flex-basis: calc(33.33% + 4px);
  max-width: calc(33.33% + 4px);
  margin-left: -2px;
  margin-right: -2px;
}

.col-edition.col-parcours-middle:hover {
  color: var(--color-1);
  background-image: url('../images/Lena-Perminova-in-sportive-80s-swimwear_.jpg');
  background-position: 50% 0;
  background-size: auto;
}

.col-edition.col-parcours-middle.mod:hover {
  color: var(--black);
  background-image: none;
}

.col-edition.col-parcours-first {
  border-style: none solid none none;
  position: relative;
}

.col-edition.col-parcours-first:hover {
  color: var(--color-1);
  background-image: url('../images/05d301eb-9841-48d6-9f2d-eacb7f1c19cd.jpg');
  background-position: 0 0;
  background-size: cover;
}

.col-edition.col-parcours-last:hover {
  color: var(--color-1);
  background-image: url('../images/7f543e30-c338-4a74-b755-b5d2849bed86.jpg');
  background-position: 50% 0;
  background-size: auto;
}

.col-edition.col-edition-first {
  flex-basis: 20%;
  max-width: 30%;
  position: relative;
}

.col-edition.col-edition-last {
  background-image: url('../images/©DRD2_BACKYARDMSA_2025240.jpg');
  background-position: 0 0;
  background-size: auto;
  flex-basis: 20%;
  max-width: 20%;
}

.col-edition.col-edition-middle {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-image: linear-gradient(#000000bf 90%, #000);
  flex-basis: 100%;
  max-width: 100%;
  padding-bottom: 140px;
  overflow: hidden;
}

.slider-proed {
  transform-origin: 50%;
  background-color: #0c0c0c;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% + 90px);
  margin-left: -45px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  top: 225px;
  right: -52.6vw;
  overflow: hidden;
  transform: rotate(30deg);
  box-shadow: inset 0 0 20px #292929;
}

.slider-proed.none {
  display: none;
}

.slider-proed-line {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.block-name-slider-proed {
  mix-blend-mode: normal;
  flex: none;
  padding-left: 50px;
  padding-right: 50px;
}

.name-proed {
  color: #fff;
  font-family: Aramemono, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2em;
}

.overflow-slider {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 5%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.overlay-slider {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-image: linear-gradient(90deg, gray, #80808000);
  width: 5%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.overlay-col-1-presentation {
  background-image: linear-gradient(270deg, #fff, #fff0);
  width: 20%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.overlay-col-edition {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-image: linear-gradient(270deg, #000000e6, #0000);
  width: 15%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.main-carousel {
  cursor: grab;
  position: relative;
}

.overflow-actu {
  z-index: 9;
  background-image: linear-gradient(90deg, #000, #000000f2 50%, #0000);
  width: 60px;
  position: absolute;
  top: 0;
  bottom: 0;
}

.overflow-actu.right {
  background-image: linear-gradient(270deg, #000, #000000f2 50%, #0000);
  right: 0;
}

.wrapper-proedition {
  border-radius: 5px;
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  display: flex;
  position: relative;
}

.bg-blur {
  filter: blur(8px);
  background-color: #000000b3;
  position: absolute;
  inset: 0%;
}

.col-1-wrapper-proedition {
  flex-flow: column;
  flex: 0 60%;
  padding: 20px 40px 40px 80px;
  display: flex;
}

.icon-edition-shadow {
  background-color: var(--color-1);
  border: 1px solid #000;
  width: 25px;
  height: 25px;
  position: absolute;
  inset: 4px 0% 0% 4px;
}

.icon-edition {
  border: 2px solid var(--color-1);
  background-color: var(--black);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-size: 20px;
  line-height: .8em;
  display: flex;
  position: relative;
}

.div-block-27 {
  background-color: var(--color-1);
  align-self: center;
  width: 1px;
  height: 100%;
  position: relative;
}

.col-2-wrapper-proedition {
  background-image: url('../images/Village-Agde6.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  flex: 0 40%;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 15px;
  position: relative;
}

.color-white {
  color: var(--white);
}

.color-white.text-left {
  text-align: left;
  position: relative;
}

.title-partenaire-wrapper-2 {
  background-image: linear-gradient(270deg, var(--color-1) 28%, #cf4800 38%, var(--black) 60%);
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
  height: 62px;
  padding: 10px 40px 8px 100px;
}

.divider {
  filter: blur(1px);
  color: var(--white);
  background-color: #ffffffbf;
  width: 100%;
  height: 1px;
}

.blur {
  background-color: var(--color-1);
  opacity: .2;
  filter: blur(10vw);
  border-radius: 50%;
  width: 50vw;
  height: 50vw;
  position: absolute;
  top: 0;
  left: auto;
  right: -25vw;
}

.divider-section {
  background-image: linear-gradient(90deg, var(--color-1) 28%, var(--color-1) 38%, var(--black) 60%);
  width: 100%;
  height: 10px;
}

.divider-section.invers {
  background-image: linear-gradient(270deg, var(--color-1) 28%, var(--color-1) 38%, var(--black) 60%);
}

.divider-section.invers.banner {
  position: absolute;
  inset: auto 0% 0%;
}

.divider-section.other {
  background-image: linear-gradient(90deg, var(--color-1) 8%, var(--color-1) 15%, transparent 86%);
  height: 2px;
}

.logo-sticky {
  height: 80px;
}

.text-block-9 {
  font-weight: 500;
}

.icon-etapes-histoire-shadow {
  border: 1px solid var(--black);
  background-color: var(--color-1);
  border-radius: 10px;
  width: 82px;
  height: 82px;
  position: absolute;
  inset: 4px 0% 0% 4px;
}

.title-records-wrapper {
  color: var(--color-1);
  background-color: #fff;
  border: 2px solid #000;
  padding: 10px 40px;
  display: flex;
  position: absolute;
  bottom: -2px;
  right: 0;
}

.title-records-wrapper.mod {
  flex-flow: column;
  align-items: flex-end;
}

.col-record {
  aspect-ratio: 2 / 2;
  background-color: var(--color-2);
  color: #fff;
  text-align: center;
  background-image: url('../images/©DRD2_BACKYARDMSA_2025376.jpg');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #fff;
  flex-flow: column;
  flex: 0 33.33%;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  max-width: 33.33%;
  min-height: 450px;
  margin-top: -2px;
  margin-bottom: -2px;
  padding: 100px 40px 60px;
  font-size: 16px;
  display: flex;
  position: relative;
}

.col-record.col-parcours-middle {
  flex-basis: calc(33.33% + 4px);
  max-width: calc(33.33% + 4px);
  margin-left: -2px;
  margin-right: -2px;
}

.col-record.col-parcours-middle:hover {
  color: var(--color-1);
  background-image: url('../images/Lena-Perminova-in-sportive-80s-swimwear_.jpg');
  background-position: 50% 0;
  background-size: auto;
}

.col-record.col-parcours-middle.mod:hover {
  color: var(--black);
  background-image: none;
}

.col-record.col-parcours-first {
  position: relative;
}

.col-record.col-parcours-first:hover {
  color: var(--color-1);
  background-image: url('../images/05d301eb-9841-48d6-9f2d-eacb7f1c19cd.jpg');
  background-position: 0 0;
  background-size: cover;
}

.col-record.col-parcours-last:hover {
  color: var(--color-1);
  background-image: url('../images/7f543e30-c338-4a74-b755-b5d2849bed86.jpg');
  background-position: 50% 0;
  background-size: auto;
}

.col-record.etapes {
  border-top-style: none;
}

.record-header {
  z-index: 2;
  text-align: center;
  padding-top: 20px;
  position: absolute;
  top: 20px;
  bottom: auto;
}

.bottom-record {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.col-2-bottom-record {
  text-align: right;
  flex: 1;
}

.col-2-bottom-record.text-left {
  text-align: left;
}

.col-1-bottom-record {
  text-align: left;
  flex: 1;
}

.col-1-concept {
  border: 2px solid #000;
  flex: 0 50%;
  position: relative;
  overflow: visible;
}

.image-concept {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.wrapper-filter {
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.button-select {
  border: 2px solid var(--color-1);
  background-color: var(--color-1);
  color: var(--black);
  text-align: center;
  letter-spacing: .2px;
  text-transform: uppercase;
  cursor: pointer;
  align-self: flex-start;
  min-width: 170px;
  margin-bottom: 0;
  font-family: Aramemono, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  position: relative;
}

.button-select:hover {
  border-color: var(--color-1);
  background-color: var(--black);
  color: var(--color-1);
}

.button-select.outline {
  border-width: 1px;
  border-color: var(--color-1);
  color: var(--color-1);
  background-color: #0000;
}

.button-select.outline:hover {
  background-color: var(--color-1);
  color: var(--color-2);
}

.button-select.outline.small {
  flex: none;
}

.button-select.outline.small.w--current {
  background-color: var(--color-1);
  color: var(--black);
}

.button-select.outline.small.sticky {
  align-self: center;
  font-size: 12px;
}

.button-select.outline.small.sticky:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--color-2);
}

.button-select.small {
  min-width: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-select.outline-green {
  border-color: var(--black);
  background-color: var(--color-1);
  color: var(--black);
}

.button-select.outline-green.small:hover {
  background-color: var(--color-3\<deleted\|variable-b237791e-c3b4-b349-806d-0d3b330dc195\>);
  color: var(--color-2);
}

.button-select.outline-white {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.button-select.outline-white:hover {
  border-color: var(--black);
  background-color: var(--color-1_1);
  color: var(--black);
}

.button-select.inscription {
  color: var(--black);
  font-family: Aramemono, Arial, sans-serif;
}

.button-select.inscription:hover {
  border-color: var(--color-1);
  color: var(--color-1);
}

.button-select.inscription.show-tablet {
  display: none;
}

.button-select.inscription.hide-tablet {
  border-style: none none none solid;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.button-select.black {
  color: var(--color-1);
  background-color: #0000;
}

.button-select.black:hover {
  background-color: var(--color-1);
  color: var(--color-2);
}

.button-select.black.small {
  flex: none;
}

.button-select.black.small.sticky {
  font-size: 12px;
}

.button-select.black.small.sticky.show-tablet {
  display: none;
}

.button-select.submit {
  width: 100%;
}

.button-select.button-parcours {
  border-color: var(--black);
  background-color: var(--color-2);
  color: var(--black);
  border-radius: 0;
}

.button-select.button-parcours.active {
  background-color: var(--black);
  color: var(--color-2);
}

.button-select.b-n-vole-fixed {
  z-index: 999;
  border-color: var(--black);
  position: fixed;
  bottom: 25px;
  right: 25px;
}

.button-select.b-n-vole-fixed.show-tablet {
  display: none;
}

.button-select.b-n-vole-fixed.hide-tablet {
  display: block;
}

.button-select.color-boutique {
  color: var(--color-1);
  background-color: #0000;
}

.button-select.color-boutique:hover {
  background-color: var(--color-1);
  color: var(--color-2);
}

.button-select.color-boutique.small {
  flex: none;
}

.button-select.color-boutique.small.sticky {
  font-size: 12px;
}

.button-select.color-boutique.small.sticky.show-tablet {
  display: none;
}

.button-select.little {
  min-width: 0;
  padding-top: 9px;
  padding-bottom: 9px;
}

.button-select.little.active {
  border-color: var(--color-1);
  background-color: var(--black);
  color: var(--color-1);
}

.button-select.little.active.outline {
  border-color: var(--black);
  color: var(--color-2);
}

.button-select.little.outline:hover {
  border-color: var(--black);
  background-color: var(--black);
}

.button-select.outline-black {
  border-color: var(--black);
  color: var(--black);
  background-color: #0000;
}

.button-select.outline-black:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--color-2);
}

.button-select.outline-black.small {
  border-radius: 0;
}

.button-select.border-white {
  border-width: 1px;
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.wrapper-btn-filter {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.collection-list-backyards {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  display: flex;
}

.item-backyard {
  color: var(--white);
  flex-basis: calc(33.33% - 26.66px);
  text-decoration: none;
}

.wrapper-img-grille-backyard {
  aspect-ratio: 2 / 2.2;
  object-fit: cover;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.img-grille-backyard {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.content-item-backyard {
  color: var(--color-1_1);
}

.bottom-item-backyard {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.bottom-item-backyard.small-text {
  margin-bottom: 20px;
}

.annee-date {
  margin-left: 5px;
}

.next-parcours-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--color-1);
  background-color: var(--white);
  color: var(--color-1);
  text-transform: uppercase;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}

.next-parcours-1:hover {
  border-color: var(--color-1);
  background-color: var(--color-1);
  color: var(--white);
}

.next-parcours-1._24km {
  color: var(--color-2);
  text-decoration: none;
}

.next-parcours-1._24km:hover {
  border-color: var(--color-2);
  background-color: var(--color-2);
  color: var(--color-3\<deleted\|variable-b237791e-c3b4-b349-806d-0d3b330dc195\>);
}

.next-parcours-1._14km {
  color: var(--color-1_1);
  text-decoration: none;
}

.next-parcours-1._14km:hover {
  border-color: var(--color-1_1);
  background-color: var(--color-1_1);
  color: var(--color-1);
}

.next-parcours-1._9km {
  color: var(--color-3\<deleted\|variable-b237791e-c3b4-b349-806d-0d3b330dc195\>);
  text-decoration: none;
}

.next-parcours-1._9km:hover {
  border-color: var(--color-3\<deleted\|variable-b237791e-c3b4-b349-806d-0d3b330dc195\>);
  background-color: var(--color-3\<deleted\|variable-b237791e-c3b4-b349-806d-0d3b330dc195\>);
  color: var(--color-2);
}

.next-parcours-1.mod {
  background-color: var(--color-1);
  color: var(--color-1_1);
  justify-content: space-between;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}

.next-parcours-1.mod:hover {
  background-color: var(--color-1_1);
  color: var(--color-1);
}

.block-infos-single-backyard {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  display: flex;
}

.icon-info-backyard {
  border: 2px solid var(--color-1);
  background-color: var(--black);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-size: 20px;
  line-height: .8em;
  display: flex;
  position: relative;
}

.list {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  padding-left: 20px;
  display: flex;
}

.img-presentation-backyard-single {
  aspect-ratio: 2.39;
  object-fit: cover;
  width: 100%;
}

.wrapper-record-backyard-single {
  justify-content: space-between;
  display: flex;
}

.liste-presse {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

.link-presse {
  color: var(--color-1);
  background-color: #f054001a;
  border-radius: 20px;
  padding: 7px 15px;
  line-height: 1em;
  text-decoration: none;
}

.title-h5 {
  letter-spacing: -.05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aramemono, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}

.title-h5.text-left {
  text-align: left;
}

.color-black {
  color: var(--black);
}

.video-2 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.icon-fb {
  width: 14px;
}

.icon-3 {
  margin-right: 10px;
}

.text-span {
  border-bottom: 1px solid #fff;
  padding: 10px 6px 6px 0;
  font-size: 50px;
  line-height: 1em;
  display: block;
}

.text-block-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2px;
  margin-bottom: 10px;
  font-size: 12px;
  display: flex;
}

.text-block-11.invers {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: flex-end;
}

.list-2 {
  padding-left: 20px;
}

.code-embed-8 {
  width: 27px;
  height: 27px;
}

.code-embed-9 {
  color: inherit;
  height: 25px;
}

.wrapper-photos {
  flex-flow: wrap;
  display: flex;
}

.image-6 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 33.33%;
  padding: 10px;
}

.button--previous-2 {
  color: #f5a091;
  border: 2px solid #f5a091;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.button--previous-2.buttonpv {
  color: #e7249c;
  cursor: pointer;
  border-color: #e7249c;
}

.button--previous-2.buttonpv:hover {
  color: #fef6fb;
  background-color: #e7249c;
}

.button--previous-2.buttonpv.mod {
  border-color: var(--color-1);
  background-color: var(--color-1_1);
  color: var(--color-1);
  border-radius: 0;
  width: 90px;
  height: 90px;
}

.button--next-2 {
  color: #f5a091;
  border: 2px solid #f5a091;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.button--next-2.buttonpv {
  color: #e7249c;
  cursor: pointer;
  border-color: #e7249c;
}

.button--next-2.buttonpv:hover {
  color: #fef6fb;
  background-color: #e7249c;
}

.button--next-2.buttonpv.mod {
  border-color: var(--color-1);
  background-color: var(--color-1_1);
  color: var(--color-1);
  border-radius: 0;
  width: 90px;
  height: 90px;
}

.img-grille-backyard-copy {
  box-sizing: border-box;
  aspect-ratio: 2 / 2.2;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.col-2-wrapper-proedition-copy {
  background-image: url('../images/Village-Agde8.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  flex: 0 40%;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 15px;
  position: relative;
}

.block-etape-parcours-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  display: flex;
}

.col-1-questions-benevole-copy {
  background-image: url('../images/Benevoles---Sourire.jpg');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #000;
  flex: 0 40%;
  align-self: stretch;
  height: 100vh;
  margin-bottom: -2px;
  position: sticky;
  top: 0;
}

.title-h6 {
  letter-spacing: -.05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aramemono, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}

.title-h6.text-left {
  text-align: left;
}

.counter-sticky {
  z-index: 99;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--color-1);
  background-color: #ffffff80;
  border-radius: 20px;
  width: 350px;
  margin-bottom: 10px;
  margin-left: 20px;
  display: flex;
  position: fixed;
  bottom: 0;
  overflow: hidden;
}

@media screen and (min-width: 1280px) {
  .button.inscription.show-tablet, .button.b-n-vole-fixed.show-tablet {
    display: none;
  }

  .button.b-n-vole-fixed.hide-tablet {
    display: block;
  }

  .nav-link.nowrap {
    white-space: nowrap;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link.nav-link-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .columns.columns-footer {
    align-items: flex-start;
  }

  .columns.columns-bottom-footer {
    align-items: center;
    margin-top: 0;
  }

  .col-1-presentation {
    aspect-ratio: 2 / 3;
  }

  .logo-partanaire.mod {
    max-width: 240px;
  }

  .col-2-bottom-footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .text-uppercase {
    text-transform: uppercase;
  }

  .button-teaser.hide {
    display: none;
  }

  .underline-lottie-copy {
    width: 110px;
    top: 38px;
  }

  .block-content-etapes-parcours.last {
    padding-bottom: 0;
  }

  .button-wrapper.inscription.show-tablet {
    display: none;
  }

  .button-wrapper.inscription.hide-tablet {
    display: block;
  }

  .date.inscription.show-tablet {
    display: none;
  }

  .date.inscription.hide-tablet {
    display: block;
  }

  .background-icon-missions {
    background-color: var(--color-2);
  }

  .image {
    max-width: 275px;
    max-height: 275px;
  }

  .col-1-trace-parcours {
    flex-basis: 60%;
  }

  .col-2-trace-parcours {
    flex-basis: 50%;
    padding-right: 80px;
  }

  .col-edition.col-edition-middle {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-proedition {
    margin-left: 15%;
    margin-right: 15%;
  }

  .col-record {
    font-size: 18px;
  }

  .button-select.inscription.show-tablet, .button-select.b-n-vole-fixed.show-tablet {
    display: none;
  }

  .button-select.b-n-vole-fixed.hide-tablet {
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .col-1-presentation {
    aspect-ratio: 2 / 3;
  }

  .col-2-presentation {
    padding-right: 8vw;
  }

  .w66.text-center {
    width: 60%;
  }

  .underline-lottie-copy {
    width: 110px;
    top: 38px;
  }

  .col-2-questions, .col-2-dates {
    padding-right: 8vw;
  }

  .col-1-trace-parcours {
    flex-basis: 50%;
  }

  .col-2-trace-parcours {
    flex-basis: 50%;
    padding-right: 80px;
  }

  .col-2-details-parcours {
    padding-right: 8vw;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    margin-left: 8vw;
    margin-right: 8vw;
  }

  .button {
    font-size: 18px;
  }

  .button.outline.small, .button.black.small, .button.color-boutique.small, .button.black.small {
    font-size: 16px;
  }

  .logo {
    height: 85px;
  }

  .navbar-wrapper {
    align-items: center;
  }

  .nav-link {
    font-size: 20px;
  }

  .body {
    font-size: 18px;
    line-height: 1.2em;
  }

  .title-h4 {
    font-size: 48px;
  }

  .subtitle {
    font-size: 38px;
  }

  .subtitle.color-3 {
    font-size: 44px;
  }

  .columns {
    align-items: center;
  }

  .col-1-presentation {
    aspect-ratio: 2 / 3;
  }

  .title-h2 {
    font-size: 82px;
  }

  .pt40.blog {
    flex: 1;
  }

  .col-parcours {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .title-h3 {
    font-size: 52px;
  }

  .item-actu {
    height: 850px;
  }

  .title-item-actu {
    font-size: 32px;
  }

  .logo-partanaire {
    max-width: 230px;
    max-height: 110px;
  }

  .logo-partanaire.mod {
    max-width: 300px;
  }

  .logo-footer {
    height: 100px;
  }

  .button-teaser {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .underline-lottie {
    width: 90px;
  }

  .underline-lottie-copy {
    width: 140px;
    top: 40px;
  }

  .icon-etapes-histoire.mod {
    width: 200px;
  }

  .button-wrapper {
    font-size: 18px;
  }

  .button-wrapper.outline.small, .button-wrapper.black.small {
    font-size: 16px;
  }

  .date {
    font-size: 18px;
  }

  .date.outline.small, .date.black.small {
    font-size: 16px;
  }

  .title-item-mission {
    font-size: 32px;
  }

  .image {
    max-width: 275px;
    max-height: 275px;
  }

  .col-2-details-parcours {
    display: flex;
  }

  .title-h1-404.color-1 {
    font-size: 16vw;
  }

  .deniv-parcours {
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-parcours {
    min-height: 100%;
  }

  .prev-parcours._24km:hover {
    border-color: var(--color-2);
    background-color: var(--color-2);
    color: var(--color-3\<deleted\|variable-b237791e-c3b4-b349-806d-0d3b330dc195\>);
  }

  .prev-parcours._14km:hover {
    border-color: var(--color-1_1);
    background-color: var(--color-1_1);
    color: var(--color-1);
  }

  .prev-parcours._9km:hover {
    border-color: var(--color-3\<deleted\|variable-b237791e-c3b4-b349-806d-0d3b330dc195\>);
    background-color: var(--color-3\<deleted\|variable-b237791e-c3b4-b349-806d-0d3b330dc195\>);
    color: var(--color-2);
  }

  .next-parcours {
    flex: 0 50%;
    align-items: center;
    display: flex;
  }

  .next-parcours._24km:hover {
    border-color: var(--color-2);
    background-color: var(--color-2);
    color: var(--color-3\<deleted\|variable-b237791e-c3b4-b349-806d-0d3b330dc195\>);
  }

  .next-parcours._9km:hover {
    border-color: var(--color-3\<deleted\|variable-b237791e-c3b4-b349-806d-0d3b330dc195\>);
    background-color: var(--color-3\<deleted\|variable-b237791e-c3b4-b349-806d-0d3b330dc195\>);
    color: var(--color-2);
  }

  .next-parcours._14km:hover {
    border-color: var(--color-1_1);
    background-color: var(--color-1_1);
    color: var(--color-1);
  }

  .title-h2-2 {
    font-size: 82px;
  }

  .date-2 {
    font-size: 18px;
  }

  .brand-sticky {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .col-2-head-parcours {
    align-self: stretch;
  }

  .col-etapes {
    align-self: stretch;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .col-edition {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .logo-sticky {
    height: 85px;
  }

  .col-record {
    align-self: stretch;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .button-select {
    font-size: 18px;
  }

  .button-select.outline.small, .button-select.black.small, .button-select.color-boutique.small {
    font-size: 16px;
  }

  .next-parcours-1._24km:hover {
    border-color: var(--color-2);
    background-color: var(--color-2);
    color: var(--color-3\<deleted\|variable-b237791e-c3b4-b349-806d-0d3b330dc195\>);
  }

  .next-parcours-1._14km:hover {
    border-color: var(--color-1_1);
    background-color: var(--color-1_1);
    color: var(--color-1);
  }

  .next-parcours-1._9km:hover {
    border-color: var(--color-3\<deleted\|variable-b237791e-c3b4-b349-806d-0d3b330dc195\>);
    background-color: var(--color-3\<deleted\|variable-b237791e-c3b4-b349-806d-0d3b330dc195\>);
    color: var(--color-2);
  }

  .title-h5 {
    font-size: 48px;
  }

  .counter-sticky {
    z-index: 9999;
    position: fixed;
    bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .topbar {
    display: none;
  }

  .container {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .button.outline.small.sticky {
    background-color: var(--color-2);
    color: var(--black);
    align-self: stretch;
  }

  .button.inscription.show-tablet {
    align-self: center;
    display: block;
  }

  .button.inscription.show-tablet.drop {
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 40px;
  }

  .button.inscription.hide-tablet {
    display: none;
  }

  .button.black.small.sticky {
    border-color: var(--black);
    background-color: var(--black);
    color: var(--color-1_1);
  }

  .button.black.small.sticky.show-tablet {
    align-self: stretch;
    display: block;
  }

  .button.b-n-vole-fixed.show-tablet {
    display: block;
  }

  .button.b-n-vole-fixed.hide-tablet {
    display: none;
  }

  .button.color-boutique.small.sticky {
    border-color: var(--black);
    background-color: var(--black);
    color: var(--color-1_1);
  }

  .button.color-boutique.small.sticky.show-tablet {
    border-color: var(--black);
    background-color: var(--color-1);
    color: var(--black);
    align-self: stretch;
    display: block;
  }

  .button.drop.sticky {
    width: 100%;
  }

  .button.black {
    border-color: var(--color-1);
    background-color: var(--color-1_1);
    color: var(--color-1);
  }

  .button.black.small.sticky {
    border-color: var(--color-1);
    background-color: var(--color-1_1);
    color: var(--color-1);
    align-self: stretch;
    font-size: 14px;
  }

  .navbar {
    display: none;
  }

  .dropdown-list.sticky {
    position: relative;
  }

  .dropdown-list.sticky.mobile {
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
  }

  .dropdown-list.sticky.mobile.w--open {
    display: block;
  }

  .main.parcours {
    background-color: var(--color-2);
  }

  .section.section-hero {
    height: 75px;
    min-height: 75vh;
    padding-top: 0;
  }

  .section.section-presentation {
    max-height: none;
  }

  .section.saction-article, .section.section-faq {
    padding-top: 120px;
  }

  .section.section-hero-comming, .section.section-hero-other {
    padding-top: 40px;
  }

  .section.section-hero-other.section-hero-ce {
    padding-top: 0;
  }

  .section.section-hero-other.section-hero-partenaire {
    min-height: 75vh;
    padding-top: 0;
  }

  .section.section-hero-other.section-hero-benevoles {
    padding-top: 0;
  }

  .section.section-dates {
    max-height: none;
  }

  .section.section-missions {
    padding-bottom: 215px;
  }

  .section.section-hero-parcours {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .section.section-hero-parcours._9km {
    padding-bottom: 0;
  }

  .section.section-trace-parcours, .section.section-dates {
    max-height: none;
  }

  .section.section-prix {
    z-index: 2;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
  }

  .section.section-histoire {
    max-height: none;
  }

  .section.section-concept {
    padding-top: 40px;
  }

  .section.section-concept.section-hero-ce {
    padding-top: 0;
  }

  .section.section-concept.section-hero-partenaire {
    min-height: 75vh;
    padding-top: 0;
  }

  .section.section-concept.section-hero-benevoles {
    padding-top: 0;
  }

  .section.section-concept-banner {
    padding-top: 40px;
  }

  .section.section-concept-banner.section-hero-ce {
    padding-top: 0;
  }

  .section.section-concept-banner.section-hero-partenaire {
    min-height: 75vh;
    padding-top: 0;
  }

  .section.section-concept-banner.section-hero-benevoles {
    padding-top: 0;
  }

  .section.section-backyards-list, .section.section-presentation-backyard, .section.section-partenaires {
    max-height: none;
  }

  .section.section-revue-de-presse {
    padding-top: 40px;
  }

  .section.section-revue-de-presse.section-hero-ce {
    padding-top: 0;
  }

  .section.section-revue-de-presse.section-hero-partenaire {
    min-height: 75vh;
    padding-top: 0;
  }

  .section.section-revue-de-presse.section-hero-benevoles {
    padding-top: 0;
  }

  .section.section-revues-list {
    max-height: none;
  }

  .hero-wrapper.container {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-top: 120px;
    padding-bottom: 0;
  }

  .title-h4.mod {
    font-size: 32px;
  }

  .content-hero {
    align-self: center;
    width: 80%;
  }

  .title-h1 {
    font-size: 80px;
  }

  .title-h1.acc {
    font-size: 8vw;
  }

  .title-h1.text-uppercase.text-center {
    font-size: 55px;
  }

  .text-bottom-hero {
    flex: 0 100%;
    align-self: flex-end;
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
  }

  .text-bottom-hero.other {
    padding-top: 0;
  }

  .subtitle {
    font-size: 28px;
  }

  .subtitle.nopadding.made {
    text-align: center;
    flex: 0 auto;
  }

  .columns.columns-footer {
    flex-flow: wrap;
  }

  .columns.columns-bottom-footer {
    grid-row-gap: 20px;
    flex-flow: wrap-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .columns.columns-head-parcours {
    padding-bottom: 30px;
    padding-left: 0;
  }

  .col-2-presentation {
    min-height: 0;
    padding-left: 4%;
    padding-right: 40px;
  }

  .title-h2 {
    font-size: 62px;
  }

  .title-h2.mod {
    font-size: 42px;
  }

  .col-parcours {
    padding: 40px 20px;
  }

  .col-parcours.col-parcours-middle, .col-parcours.col-parcours-first {
    padding-top: 120px;
  }

  .col-parcours.col-parcours-last, .col-parcours.col-edition-last {
    justify-content: center;
    align-items: center;
    padding-top: 120px;
  }

  .col-parcours.col-edition-middle {
    padding-top: 120px;
  }

  .title-h3 {
    font-size: 40px;
  }

  .title-h3.record {
    font-size: 32px;
  }

  .counter {
    width: 50%;
  }

  .item-actu.actu-rs.carousel-cell {
    min-width: 45vw;
    max-width: 45vw;
  }

  .col-footer.col-footer-logo {
    flex-flow: column;
    flex-basis: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .col-2-bottom-footer {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    flex-flow: row;
  }

  .text-uppercase.color-1.underline {
    text-decoration: underline;
  }

  .counter-fixed, .counter-footer {
    width: 50%;
  }

  .button-teaser {
    display: none;
  }

  .item-actu-wrapper.carousel-cell {
    min-width: 45vw;
    max-width: 45vw;
  }

  .sticky-navbar {
    z-index: 999999999;
    transform: translate(0);
  }

  .navbar-wrapper-2 {
    justify-content: space-between;
    width: 100%;
    padding-right: 0;
  }

  .nav-menu-right-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    align-items: flex-end;
    display: none;
    position: absolute;
    top: 90px;
    right: 20px;
  }

  .container-sticky {
    padding-left: 40px;
    padding-right: 40px;
  }

  .menu-button {
    border: 2px solid var(--color-1);
    color: var(--color-1);
    border-radius: 80px;
    justify-content: center;
    align-items: center;
    width: 70px;
    min-width: 70px;
    height: 70px;
    margin-right: 10px;
    padding: 10px;
    font-size: 28px;
    display: flex;
  }

  ._w-nav-overlay {
    pointer-events: none;
    display: none;
  }

  .link-rs.color-black {
    color: var(--black);
    margin-left: auto;
  }

  .link-rs.color-1 {
    border: 1px solid var(--color-1);
    background-color: var(--color-1_1);
    color: var(--color-1);
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 5px;
    display: flex;
  }

  .link-rs.color-1:hover {
    background-color: var(--color-1);
    color: var(--color-1_1);
  }

  .rs-wrapper-submenu-mobile {
    border: 2px solid var(--color-1);
    background-color: var(--color-1_1);
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    display: flex;
  }

  .rs-wrapper-submenu-mobile.show-tablet {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: var(--color-1);
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
  }

  .icon-etapes-histoire.mod {
    width: 100px;
    height: 100px;
  }

  .col-2-questions {
    padding-left: 4%;
    padding-right: 40px;
  }

  .title-tarifs-wrapper, .title-etapes-wrapper {
    width: 50%;
  }

  .button-wrapper.outline.small.sticky {
    background-color: var(--color-1_1);
    color: var(--black);
  }

  .button-wrapper.inscription.show-tablet {
    display: block;
  }

  .button-wrapper.inscription.hide-tablet {
    display: none;
  }

  .button-wrapper.black.small.sticky {
    border-color: var(--black);
    background-color: var(--black);
    color: var(--color-1_1);
  }

  .button-wrapper.black.small.sticky.show-tablet {
    display: block;
  }

  .date.outline.small.sticky {
    background-color: var(--color-1_1);
    color: var(--black);
  }

  .date.inscription.show-tablet {
    display: block;
  }

  .date.inscription.hide-tablet {
    display: none;
  }

  .date.black.small.sticky {
    border-color: var(--black);
    background-color: var(--black);
    color: var(--color-1_1);
  }

  .date.black.small.sticky.show-tablet {
    display: block;
  }

  .col-2-dates {
    padding-left: 4%;
    padding-right: 40px;
  }

  .title-item-mission {
    font-size: 28px;
  }

  .col-1-details-parcours {
    padding-right: 20px;
  }

  .detail-parcours-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .small-text._2 {
    font-size: 12px;
  }

  .col-1-trace-parcours {
    aspect-ratio: 3 / 4.2;
    background-color: var(--color-2);
  }

  .col-2-trace-parcours {
    padding-left: 20px;
  }

  .col-2-details-parcours {
    padding-left: 4%;
    padding-right: 40px;
  }

  .title-h1-404 {
    font-size: 80px;
  }

  .prev-parcours {
    min-width: 100px;
    padding-left: 5px;
    padding-right: 20px;
  }

  .code-embed-4 {
    width: 30px;
    height: 30px;
  }

  .code-embed-4.rot {
    margin-left: -10px;
  }

  .next-parcours {
    min-width: 100px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .next-parcours._9km {
    min-width: 100px;
    padding-left: 15px;
  }

  .trace-wrapper {
    padding-top: 50px;
  }

  .title-h2-2 {
    font-size: 62px;
  }

  .icon-2 {
    font-size: 40px;
  }

  .col-etapes {
    padding: 40px 20px;
  }

  .text-left {
    text-align: left;
  }

  .text-left.small-text {
    font-size: 14px;
  }

  .col-edition {
    padding: 40px 20px;
  }

  .col-edition.col-parcours-middle, .col-edition.col-parcours-first {
    padding-top: 120px;
  }

  .col-edition.col-parcours-last {
    justify-content: center;
    align-items: center;
    padding-top: 120px;
  }

  .col-edition.col-edition-first {
    padding-top: 120px;
  }

  .wrapper-proedition.carousel-cell {
    width: calc(100% - 80px);
    margin-left: 40px;
    margin-right: 40px;
  }

  .logo-sticky {
    width: 70px;
    min-width: 70px;
    height: 70px;
  }

  .title-records-wrapper {
    width: 50%;
  }

  .title-records-wrapper.mod {
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
    margin-bottom: 2px;
  }

  .col-record {
    padding: 40px 20px;
    font-size: 12px;
    line-height: 1.2em;
  }

  .bottom-record {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .col-1-bottom-record {
    flex-flow: column;
    align-self: stretch;
    display: flex;
  }

  .button-select.outline.small.sticky {
    background-color: var(--color-2);
    color: var(--black);
    align-self: stretch;
  }

  .button-select.inscription.show-tablet {
    display: block;
  }

  .button-select.inscription.hide-tablet {
    display: none;
  }

  .button-select.black.small.sticky {
    border-color: var(--black);
    background-color: var(--black);
    color: var(--color-1_1);
  }

  .button-select.black.small.sticky.show-tablet {
    color: var(--color-2);
    align-self: stretch;
    display: block;
  }

  .button-select.b-n-vole-fixed.show-tablet {
    display: block;
  }

  .button-select.b-n-vole-fixed.hide-tablet {
    display: none;
  }

  .button-select.color-boutique.small.sticky {
    border-color: var(--black);
    background-color: var(--black);
    color: var(--color-1_1);
  }

  .button-select.color-boutique.small.sticky.show-tablet {
    border-color: var(--black);
    background-color: var(--color-1);
    color: var(--black);
    align-self: stretch;
    display: block;
  }

  .next-parcours-1 {
    min-width: 100px;
    padding-left: 20px;
    padding-right: 5px;
  }

  .text-span {
    line-height: .6em;
  }

  .text-block-11 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex: 1;
  }

  .text-block-11.invers {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .drop-sticky {
    width: 100%;
  }

  .drop-sticky.mob {
    width: auto;
  }

  .code-embed-7 {
    width: 12px;
  }

  .image-5 {
    min-width: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .counter-sticky {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.inscription.show-tablet {
    min-width: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button.inscription.show-tablet.drop {
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 30px;
  }

  .button.inscription.hide-tablet {
    min-width: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    display: none;
  }

  .button.b-n-vole-fixed.show-tablet {
    min-width: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button.b-n-vole-fixed.hide-tablet {
    min-width: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    display: none;
  }

  .button.drop.sticky.w--open {
    background-color: var(--color-1);
    color: var(--color-1_1);
  }

  .dropdown-list.dropdown-list-footer {
    position: relative;
    bottom: auto;
  }

  .section.section-presentation {
    height: auto;
  }

  .section.section-actus {
    overflow: hidden;
  }

  .section.section-faq {
    padding-top: 120px;
  }

  .section.section-dates {
    height: auto;
  }

  .section.section-missions {
    padding-bottom: 0;
    overflow: hidden;
  }

  .section.section-trace-parcours, .section.section-dates, .section.section-histoire, .section.section-backyards-list, .section.section-presentation-backyard, .section.section-partenaires, .section.section-revues-list {
    height: auto;
  }

  .hero-wrapper.container {
    margin-left: 0;
    margin-right: 0;
  }

  .title-h4 {
    font-size: 28px;
  }

  .content-hero {
    width: 100%;
  }

  .title-h1 {
    margin-top: 0;
    font-size: 60px;
  }

  .title-h1.acc, .title-h1.text-uppercase.text-center {
    font-size: 40px;
  }

  .text-bottom-hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subtitle {
    font-size: 24px;
  }

  .subtitle.color-1 {
    font-size: 18px;
  }

  .subtitle.subtitle-404 {
    text-align: center;
  }

  .columns.columnspresentation {
    flex-flow: wrap-reverse;
  }

  .columns.columns-parcours {
    flex-flow: wrap;
  }

  .columns.columns-footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .columns.columns-input {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .columns.columnspresentation-parcours {
    flex-flow: column;
  }

  .columns.columns-trace-parcours {
    flex-flow: column-reverse;
  }

  .columns.columns-404 {
    flex-flow: column;
  }

  .columns.columns-head-parcours {
    flex-flow: wrap;
    padding-bottom: 106px;
    padding-left: 0;
  }

  .columns.columnsdates {
    flex-flow: column;
  }

  .columns.columns-tarifs, .columns.columns-edition {
    flex-flow: wrap;
  }

  .columns.columnspresentation-parcours-copy {
    flex-flow: wrap-reverse;
  }

  .col-1-presentation {
    aspect-ratio: 2 / 3;
    flex-basis: 100%;
  }

  .shape-tut {
    height: 50%;
    min-height: 50%;
  }

  .shape-tut-wrapper {
    width: 100vw;
    height: auto;
    top: auto;
  }

  .col-2-presentation {
    flex: 0 100%;
    padding-bottom: 20px;
  }

  .title-h2 {
    font-size: 48px;
  }

  .col-parcours {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-parcours.col-parcours-middle {
    flex: 0 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .col-parcours.col-parcours-middle:hover, .col-parcours.col-parcours-first:hover, .col-parcours.col-parcours-last:hover, .col-parcours.col-edition-last:hover {
    background-image: none;
  }

  .col-parcours.col-edition-middle {
    flex: 0 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .col-parcours.col-edition-middle:hover {
    background-image: none;
  }

  .title-h3 {
    font-size: 34px;
  }

  .number-counter, .number-counter.days {
    font-size: 30px;
  }

  .item-actu {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .item-actu.actu-rs.carousel-cell {
    aspect-ratio: 2 / 3.5;
    min-width: 70vw;
    max-width: 70vw;
  }

  .image-actu {
    height: 100%;
    max-height: 100%;
  }

  .title-partenaire-wrapper {
    min-width: 50%;
    padding-left: 20px;
  }

  .w66.text-center {
    width: auto;
  }

  .col-footer {
    flex: 1;
  }

  .col-2-bottom-footer {
    flex-flow: wrap;
  }

  .block-controls-slider {
    margin-top: 40px;
  }

  .button--next.buttonpv, .button--previous.buttonpv {
    width: 50px;
    height: 50px;
  }

  .item-actu-wrapper.carousel-cell {
    min-width: 70vw;
    max-width: 70vw;
  }

  .block-controls-slider-mouse {
    margin-top: 40px;
  }

  .nav-menu-right-2 {
    display: none;
    top: 90px;
  }

  .menu-button {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }

  .text-block {
    font-size: 12px;
  }

  .faq {
    margin-bottom: 10px;
  }

  .faq-head {
    font-size: 14px;
  }

  .rs-wrapper-submenu-mobile.show-tablet {
    border-radius: 0;
  }

  .icon-etapes-histoire {
    width: 45px;
    height: 45px;
  }

  .block-etape-parcours {
    grid-column-gap: 20px;
  }

  .text-block-3 {
    margin-bottom: 0;
    font-size: 20px;
  }

  .icon-etapes-parcours-shadow {
    width: 45px;
    height: 45px;
  }

  .col-2-questions {
    flex: 0 100%;
    min-height: 0;
    padding-bottom: 60px;
    padding-left: 40px;
  }

  .col-1-questions {
    aspect-ratio: 2 / 3;
    flex-basis: 100%;
    height: auto;
    position: static;
  }

  .shape-tut-copy {
    height: 50%;
    min-height: 50%;
  }

  .shape-tut-wrapper-copy {
    width: 100vw;
    height: auto;
    top: auto;
  }

  .form-wrapper {
    width: auto;
  }

  .text-field {
    width: 100%;
  }

  .div-block-10 {
    flex: 0 100%;
  }

  .title-etapes-wrapper {
    width: 80%;
    margin-left: auto;
    position: relative;
  }

  .icon-etapes {
    width: 45px;
    height: 45px;
  }

  .col-1-date-cles {
    flex-basis: 100%;
  }

  .button-wrapper.inscription.show-tablet {
    min-width: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button-wrapper.inscription.hide-tablet {
    min-width: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    display: none;
  }

  .date.inscription.show-tablet {
    min-width: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .date.inscription.hide-tablet {
    min-width: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    display: none;
  }

  .col-2-dates {
    flex: 0 100%;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .col-1-questions-benevole {
    aspect-ratio: 2 / 3;
    flex-basis: 100%;
  }

  .col-1-questions-partenaires {
    aspect-ratio: 2 / 3;
    flex-basis: 100%;
    min-width: 100%;
    height: auto;
  }

  .col-1-details-parcours {
    flex-basis: 100%;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .col-1-trace-parcours {
    flex-basis: 100%;
    width: 100%;
    position: relative;
  }

  .col-2-trace-parcours {
    padding-top: 40px;
  }

  .div-block-13 {
    width: 60vw;
    min-width: 0;
    height: auto;
  }

  .col-2-details-parcours {
    flex: 0 100%;
    width: 100%;
    padding: 40px 20px 0;
  }

  .col-2-404 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .title-h1-404, .title-h1-404.acc {
    font-size: 60px;
  }

  .title-h1-404.color-1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
  }

  .nav-parcours {
    flex-flow: row;
  }

  .prev-parcours {
    text-align: left;
    border-bottom-style: none;
    border-left: 2px #000;
    border-right: 2px solid #000;
    border-radius: 10px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    padding-right: 20px;
  }

  .prev-parcours:hover {
    border-style: solid;
    border-width: 1px;
  }

  .code-embed-4 {
    width: 20px;
    height: 20px;
  }

  .next-parcours {
    border-right: 2px #000;
    align-self: flex-end;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
  }

  .title-h2-2 {
    font-size: 48px;
  }

  .icon-etapes-parcours-shadow-2, .icon-etapes-parcours-2 {
    width: 45px;
    height: 45px;
  }

  .col-1-head-parcours {
    border-bottom: 2px solid #000;
    border-right-style: none;
    padding: 60px 0 20px;
  }

  .col-2-head-parcours {
    flex: 0 100%;
  }

  .icon-2 {
    font-size: 28px;
  }

  .col-etapes {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-etapes.col-parcours-middle {
    flex: 0 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .col-edition {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-edition.col-parcours-middle {
    flex: 0 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .col-edition.col-parcours-middle:hover, .col-edition.col-parcours-first:hover, .col-edition.col-parcours-last:hover, .col-edition.col-edition-first:hover {
    background-image: none;
  }

  .overlay-col-1-presentation {
    display: none;
  }

  .wrapper-proedition.carousel-cell {
    flex-flow: column-reverse;
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }

  .col-1-wrapper-proedition {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-edition-shadow, .icon-edition {
    width: 25px;
    height: 25px;
  }

  .col-2-wrapper-proedition {
    aspect-ratio: 16 / 9;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .title-partenaire-wrapper-2 {
    min-width: 50%;
    padding-left: 20px;
  }

  .logo-sticky {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }

  .icon-etapes-histoire-shadow {
    width: 45px;
    height: 45px;
  }

  .col-record {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-record.col-parcours-middle {
    flex: 0 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .col-1-concept {
    aspect-ratio: 2 / 3;
    flex-basis: 100%;
    height: auto;
    position: static;
  }

  .button-select.inscription.show-tablet {
    min-width: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button-select.inscription.hide-tablet {
    min-width: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    display: none;
  }

  .button-select.b-n-vole-fixed.show-tablet {
    min-width: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button-select.b-n-vole-fixed.hide-tablet {
    min-width: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    display: none;
  }

  .item-backyard {
    flex-basis: auto;
    width: 100%;
  }

  .next-parcours-1 {
    text-align: left;
    border-bottom-style: none;
    border-left: 2px #000;
    border-right: 2px solid #000;
    border-radius: 10px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 5px;
    padding-right: 20px;
  }

  .next-parcours-1:hover {
    border-style: solid;
    border-width: 1px;
  }

  .block-infos-single-backyard {
    grid-column-gap: 20px;
  }

  .icon-info-backyard {
    width: 45px;
    height: 45px;
  }

  .title-h5 {
    font-size: 28px;
  }

  .button--previous-2.buttonpv, .button--next-2.buttonpv {
    width: 50px;
    height: 50px;
  }

  .col-2-wrapper-proedition-copy {
    aspect-ratio: 16 / 9;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .block-etape-parcours-copy {
    grid-column-gap: 20px;
  }

  .col-1-questions-benevole-copy {
    aspect-ratio: 2 / 3;
    flex-basis: 100%;
  }

  .title-h6 {
    font-size: 22px;
  }

  .counter-sticky {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .button.inscription.show-tablet {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button.button-parcours, .button.button-parcours.active {
    flex: 1;
  }

  .logo {
    height: 30px;
  }

  .body {
    font-size: 16px;
  }

  .main.parcours {
    padding-top: 0;
  }

  .section.section-partenaires {
    margin-top: -2px;
  }

  .section.section-devenirpartenaire {
    padding-bottom: 120px;
  }

  .section.saction-article, .section.section-faq {
    padding-top: 120px;
  }

  .section.section-hero-other.section-hero-partenaire {
    width: auto;
    min-width: 100vw;
    height: auto;
  }

  .section.section-hero-other.section-hero-benevoles {
    height: auto;
  }

  .section.section-hero-parcours {
    padding-top: 80px;
  }

  .section.section-concept.section-hero-partenaire {
    width: auto;
    min-width: 100vw;
    height: auto;
  }

  .section.section-concept.section-hero-benevoles {
    height: auto;
  }

  .section.section-concept-banner.section-hero-partenaire {
    width: auto;
    min-width: 100vw;
    height: auto;
  }

  .section.section-concept-banner.section-hero-benevoles {
    height: auto;
  }

  .section.section-partenaires-copy {
    margin-top: -2px;
  }

  .section.section-revue-de-presse.section-hero-partenaire {
    width: auto;
    min-width: 100vw;
    height: auto;
  }

  .section.section-revue-de-presse.section-hero-benevoles {
    height: auto;
  }

  .text-bottom-hero {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .columns.columnspresentation {
    flex-flow: wrap-reverse;
  }

  .columns.columns-parcours {
    margin-left: -2px;
    margin-right: -2px;
  }

  .columns.columns-title-actu {
    flex-flow: wrap;
    padding-bottom: 20px;
  }

  .columns.columns-head-parcours {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .columns.columnsdates {
    flex-flow: column;
  }

  .columns.columns-tarifs, .columns.columns-edition {
    margin-left: -2px;
    margin-right: -2px;
  }

  .col-2-presentation {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pt40.blog {
    flex: 1;
  }

  .counter {
    width: auto;
  }

  .col-counter {
    padding-left: 10px;
    padding-right: 10px;
  }

  .actus-wrapper.main-carousel {
    padding-top: 0;
  }

  .item-actu {
    height: 425px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 1.2em;
  }

  .image-actu-wrapper {
    aspect-ratio: auto;
    height: 100px;
  }

  .image-actu-wrapper.mod {
    aspect-ratio: 1;
    height: auto;
  }

  .title-item-actu {
    font-size: 18px;
  }

  .col-footer {
    flex-basis: 100%;
  }

  .counter-fixed {
    width: auto;
  }

  .counter-footer {
    opacity: 0;
    width: auto;
  }

  .title-actu-wrapper {
    flex: 0 65%;
  }

  .item-actu-wrapper.carousel-cell {
    margin-left: 20px;
    margin-right: 20px;
  }

  .navbar-wrapper-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .container-sticky {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-button {
    cursor: pointer;
  }

  .faq-head {
    white-space: normal;
  }

  .icon-etapes-histoire {
    font-size: 22px;
  }

  .icon-etapes-histoire.mod {
    width: 100px;
    height: 100px;
  }

  .title-h2-copy {
    font-size: 22px;
  }

  .block-etape-parcours {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .col-1-questions {
    overflow: hidden;
  }

  .title-tarifs-wrapper {
    width: auto;
    padding-right: 20px;
  }

  .buttons-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .title-etapes-wrapper {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-etapes {
    font-size: 22px;
  }

  .col-1-date-cles {
    padding-left: 20px;
    padding-right: 20px;
  }

  .col-2-dates {
    padding-bottom: 140px;
  }

  .missions-parcours-wrapper.main-carousel {
    padding-top: 0;
  }

  .background-icon-missions {
    background-color: var(--color-2);
    padding: 10px 60px;
  }

  .col-1-questions-benevole {
    aspect-ratio: 2 / 3;
    min-width: 100%;
    height: auto;
  }

  .col-1-questions-partenaires {
    overflow: hidden;
  }

  .col-1-details-parcours {
    aspect-ratio: auto;
  }

  .col-1-trace-parcours {
    aspect-ratio: 3 / 4.3;
    background-color: var(--color-1);
  }

  .slider-photo {
    overflow: hidden;
  }

  .div-block-13 {
    aspect-ratio: 2 / 3;
  }

  .image-2 {
    height: 100%;
  }

  .nav-parcours {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
  }

  .nav-parcours._9km {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .prev-parcours {
    flex: 1;
  }

  .code-embed-4 {
    width: 20px;
    height: 20px;
    margin-right: -5px;
  }

  .code-embed-4.rot {
    margin-left: -5px;
  }

  .next-parcours {
    border-radius: 5px;
    flex: 0 50%;
  }

  .next-parcours._24km {
    border-radius: 5px;
  }

  .trace-wrapper {
    background-color: var(--color-1);
    padding-top: 50px;
  }

  .icon-etapes-parcours-2 {
    font-size: 22px;
  }

  .image-4 {
    object-fit: cover;
    height: 100%;
  }

  .wrapper-proedition.carousel-cell {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }

  .col-1-wrapper-proedition {
    padding-left: 25px;
    padding-right: 25px;
  }

  .icon-edition-shadow {
    width: 25px;
    height: 25px;
  }

  .icon-edition {
    font-size: 22px;
  }

  .title-records-wrapper {
    width: auto;
    padding-right: 20px;
  }

  .title-records-wrapper.mod {
    z-index: 9;
    border-left-style: none;
    border-right-style: none;
    width: 100%;
    margin-bottom: -2px;
    padding-left: 20px;
  }

  .col-1-concept {
    overflow: hidden;
  }

  .button-select.inscription.show-tablet {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-select.button-parcours, .button-select.button-parcours.active {
    flex: 1;
  }

  .next-parcours-1 {
    flex: 1;
    padding-left: 20px;
    padding-right: 10px;
  }

  .block-infos-single-backyard {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .icon-info-backyard {
    width: 30px;
    height: 30px;
    font-size: 22px;
  }

  .div-block-28 {
    width: calc(100% + 40px);
    margin-left: -20px;
  }

  .block-etape-parcours-copy {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .col-1-questions-benevole-copy {
    aspect-ratio: 2 / 3;
    min-width: 100%;
    height: auto;
  }

  .counter-sticky {
    width: auto;
    display: none;
  }
}


@font-face {
  font-family: 'Aramemono';
  src: url('../fonts/ArameMono.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tuskergrotesk 4500';
  src: url('../fonts/TuskerGrotesk-4500Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aramemono';
  src: url('../fonts/ArameMono-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tuskergrotesk 3700';
  src: url('../fonts/TuskerGrotesk-3700Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aramemono';
  src: url('../fonts/ArameMono-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tuskergrotesk 4600';
  src: url('../fonts/TuskerGrotesk-4600Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Golostext';
  src: url('../fonts/GolosText-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Golostext';
  src: url('../fonts/GolosText-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}