/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./assets/src/css/main.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
body {
  --background-color: #fff;
  --text-color: #333;
  --accent-color: #7cd755;
  --blue: #0048ab;
  --blue-dark: #00347c;
  --grey: #a9a9a9;
  --grey-dark: #5e5e5e;
  --block-spacing: 80px;
}
@media (max-width: 992px) {
  body {
    --block-spacing: 40px;
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  -webkit-text-decoration: underline;
  text-decoration: underline; /* 2 */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Roboto";
  src: url(../../../9d43b86421e004e704b9.woff2) format("woff2"), url(../../../0944be1093c62cedb919.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hansief";
  src: url(../../../ec0155fc5db9d1f8ceef.woff2) format("woff2"), url(../../../18b06af997b0d025250d.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Expletus Sans";
  src: url(../../../fc451874d5d40ececfe1.woff2) format("woff2"), url(../../../bfff7e01744b61d692e3.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "Hansief", Arial, Helvetica, sans-serif;
}

h1::after,
.h1::after,
h2::after,
.h2::after,
h3::after,
.h3::after {
  display: block;
  margin: 5px 0;
  width: 40px;
  height: 3px;
  background: var(--blue);
  content: " ";
}

h1,
.h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 2.5rem;
}

h2,
.h2 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 30px;
  line-height: 1.875rem;
}

h3,
.h3 {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 24px;
  line-height: 1.5rem;
}

h4,
.h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--blue);
  text-transform: uppercase;
  color: #fff;
  padding: 10px 20px;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-family: "Hansief", Arial, Helvetica, sans-serif;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  overflow: hidden;
  -webkit-clip-path: polygon(0 10px, 10px 0, 100% 0, 100% 100%, 0% 100%, 0% 0%);
          clip-path: polygon(0 10px, 10px 0, 100% 0, 100% 100%, 0% 100%, 0% 0%);
}
.button svg {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.button:hover {
  background: var(--blue-dark);
  color: #fff;
}

.article-content {
  position: relative;
}

.article-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0;
  margin-bottom: 40px;
  color: #fff;
  padding: 20px;
  min-height: 160px;
  background: #000;
}
.article-title h1 {
  position: relative;
  margin: 0;
}
.article-title h1::after {
  display: none;
}
.article-title-subtitle {
  margin-top: 5px;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
}
.article-title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../.././assets/build/img/default-title-background.jpg) center;
  background-size: cover;
  opacity: 0.4;
  content: "";
}

.article-body {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 40px;
}
.article-body iframe {
  border: none;
  width: 100%;
  min-height: 500px;
}

.article-yearSelect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 20px 40px;
  margin-top: 20px;
}
.article-yearSelect-title {
  padding-right: 20px;
}
.article-yearSelect .h2::after {
  display: none;
}

.header {
  position: relative;
  z-index: 10;
  padding: 20px;
  padding-bottom: 0;
  border-top: 6px solid var(--blue);
  background: #fff;
}
.header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-title {
  -webkit-text-decoration: none;
  text-decoration: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 27px;
}
.header-title::after {
  display: none;
}
.header-title-logo {
  width: auto;
  height: 70px;
  margin-right: 20px;
}
.header-title-date {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 1.5px;
  color: var(--accent-color);
  font-family: "Hansief", Arial, Helvetica, sans-serif;
}
.header-nav {
  position: sticky;
  top: 0;
  margin-top: 20px;
  font-family: "Expletus Sans", Arial, Helvetica, sans-serif;
  padding-bottom: 20px;
  background: #fff;
}
.header-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav a {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 15px;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: var(--text-color);
}
.header-nav a:hover {
  color: var(--blue);
}
.header-nav-social {
  margin-left: 10px;
  font-size: 0;
}
.header-nav-social a {
  padding: 0;
}
@media (max-width: 767px) {
  .header {
    padding: 15px;
  }
  .header-title-logo {
    height: 50px;
    margin-right: 15px;
  }
  .header-title-text {
    width: 200px;
    height: auto;
  }
  .header-title-date {
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 1.2px;
  }
  .header-top.wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header-nav {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0;
    padding: 10px 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    height: calc(100dvh - 106px);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
    pointer-events: none;
    border: 1px solid var(--grey);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  }
  [data-menu-open-value=true] .header-nav {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    pointer-events: initial;
  }
  .header-nav.wrapper {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .header-nav ul li {
    display: block;
    width: 100%;
  }
  .header-nav ul li a {
    display: block;
    width: 100%;
    padding: 10px 20px;
  }
  .header-nav-social {
    margin-left: 0;
  }
}

.footer {
  position: relative;
  background: #fff;
  padding: 20px 20px 23px;
}
.footer::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  width: 100%;
  height: 60px;
  background: url(../../.././assets/build/img/montagnes.png) center no-repeat;
  content: " ";
}
.footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-top-mpt {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.footer-top-sponsors {
  font-style: 0;
  padding-right: 40px;
}
.footer-top-sponsors img {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
.footer-top-sponsors img:not(:last-child) {
  margin-right: 10px;
}
.footer-top-contact {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.footer-colophon {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid var(--grey);
}

.parcoursList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  grid-template-rows: 1fr;
  list-style: none;
  margin: 0;
  padding: 0;
}
.parcoursList-item {
  margin: 0 auto;
  width: 210px;
  max-width: 100%;
  background: #fff;
  overflow: hidden;
  -webkit-clip-path: polygon(0 20px, 20px 0, 100% 0, 100% 100%, 0% 100%, 0% 0%);
          clip-path: polygon(0 20px, 20px 0, 100% 0, 100% 100%, 0% 100%, 0% 0%);
}
.parcoursList-item-image {
  width: 100%;
  position: relative;
  font-size: 0;
}
.parcoursList-item-image::before {
  display: block;
  width: 100%;
  padding-bottom: 0;
  padding-bottom: 100%;
  content: "";
}
.parcoursList-item-image > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.parcoursList-item-image::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), color-stop(50%, rgba(0, 0, 0, 0.12)), color-stop(65%, rgba(0, 0, 0, 0.06)), color-stop(75.5%, rgba(0, 0, 0, 0.03)), color-stop(82.85%, rgba(0, 0, 0, 0.0148)), color-stop(88%, rgba(0, 0, 0, 0.0076)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.12) 50%, rgba(0, 0, 0, 0.06) 65%, rgba(0, 0, 0, 0.03) 75.5%, rgba(0, 0, 0, 0.0148) 82.85%, rgba(0, 0, 0, 0.0076) 88%, rgba(0, 0, 0, 0) 100%);
  content: " ";
}
.parcoursList-item-nom {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 15px 20px 0;
}
.parcoursList-item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  color: var(--grey-dark);
  padding-bottom: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}
.parcoursList-item-meta svg {
  margin-right: 5px;
  width: 19px;
  height: 19px;
}
.parcoursList-item-meta > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 10px;
}
.parcoursList-item a {
  -webkit-text-decoration: none;
  text-decoration: none;
  display: block;
  color: var(--text-color);
}
.parcoursList-item a:hover {
  background: var(--blue);
  color: #fff;
}
@media (max-width: 992px) {
  .parcoursList {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .parcoursList-item {
    margin-left: auto;
    margin-right: 0;
  }
  .parcoursList-item:nth-child(even) {
    margin-left: 0;
    margin-right: auto;
  }
}

.challengeList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
  grid-template-rows: 1fr;
  list-style: none;
  margin: 0;
  padding: 0;
}
.challengeList-item a {
  display: block;
  color: var(--text-color);
  -webkit-text-decoration: none;
  text-decoration: none;
}
.challengeList-item a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.challengeList-item a:hover .challengeList-item-image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.challengeList-item-image {
  position: relative;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  font-size: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.challengeList-item-image::before {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  content: " ";
}
.challengeList-item-image img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  text-align: center;
  width: 100%;
  height: 100%;
}
.challengeList-item-nom {
  font-size: 20px;
  margin-top: 15px;
}

.c-mobileNavToggle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  display: none;
  background: transparent;
  border: none;
  font-size: 0;
  padding: 20px;
}
@media (max-width: 767px) {
  .c-mobileNavToggle {
    display: block;
  }
  .c-mobileNavToggle svg {
    width: 40px;
    height: 40px;
  }
  .c-mobileNavToggle .svg-close {
    display: none;
  }
  [data-menu-open-value=true] .c-mobileNavToggle .svg-menu {
    display: none;
  }
  [data-menu-open-value=true] .c-mobileNavToggle .svg-close {
    display: block;
  }
}

.c-countdown {
  width: 100%;
  background: var(--blue-dark);
  color: white;
  text-align: center;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-countdown .numbers {
  margin: 0;
  font-family: "Hansief", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
}
.c-countdown .strings {
  margin: 0;
}
.c-countdown .cd-box {
  width: 110px;
  margin: 0 5px 0 0;
}

.b-homeHero {
  position: relative;
  width: 100%;
  padding: var(--block-spacing) 20px;
  background: #000;
  overflow: hidden;
}
.b-homeHero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.b-homeHero-background img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.b-homeHero-background::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6010737058)), color-stop(35%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6010737058) 0%, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0) 100%);
  content: " ";
}
.b-homeHero > .wrapper {
  display: grid;
  min-height: 300px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-homeHero-content {
  position: relative;
  width: 50%;
  color: #fff;
}
.b-homeHero-content > *:first-child {
  margin-top: 0;
}
.b-homeHero-content > *:last-child {
  margin-bottom: 0;
}
.b-homeHero-content h2 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 46px;
  line-height: 2.875rem;
  margin-bottom: 20px;
}
.b-homeHero-content p {
  margin: 10px 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.b-homeHero-content-buttons {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .b-homeHero {
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .b-homeHero-background::before {
    background: rgba(0, 0, 0, 0.6);
  }
  .b-homeHero-content {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
  }
  .b-homeHero-content h2::after {
    margin-left: auto;
    margin-right: auto;
  }
}

.b-parcours {
  margin: var(--block-spacing) auto;
  text-align: center;
}
.b-parcours-title {
  margin-top: 0;
}
.b-parcours-title::after {
  margin-left: auto;
  margin-right: auto;
}
.b-parcours .parcoursList {
  margin-top: 30px;
  margin-bottom: 30px;
}

.b-cause {
  margin: var(--block-spacing) auto;
}

.b-challenge {
  margin: var(--block-spacing) auto;
  text-align: center;
}
.b-challenge-title::after {
  margin-left: auto;
  margin-right: auto;
}
.b-challenge .challengeList {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .b-challenge {
    text-align: left;
  }
  .b-challenge-title::after {
    margin-left: 0;
    margin-right: 0;
  }
}

.b-textImage .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-textImage-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 40px);
          flex: 1 1 calc(50% - 40px);
  padding-right: 40px;
}
.b-textImage-image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  text-align: right;
  font-size: 0;
  position: relative;
  font-size: 0;
}
.b-textImage-image::before {
  display: block;
  width: 100%;
  padding-bottom: 0;
  padding-bottom: 88.8888888889%;
  content: "";
}
.b-textImage-image > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .b-textImage .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .b-textImage-text {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0;
  }
  .b-textImage-image {
    text-align: center;
    width: 450px;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  gap: 10px;
  font-size: 0;
  margin: 20px 0;
}
.gallery a {
  display: block;
  position: relative;
  font-size: 0;
  background: var(--blue);
}
.gallery a::before {
  display: block;
  width: 100%;
  padding-bottom: 0;
  padding-bottom: 56.25%;
  content: "";
}
.gallery a > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery a img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.gallery a:hover img {
  opacity: 0.6;
}

.b-parcoursDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.b-parcoursDetail-left {
  padding-right: 40px;
}
.b-parcoursDetail-right {
  min-width: 340px;
}
.b-parcoursDetail-nom {
  margin: 0 0 10px;
}
.b-parcoursDetail-meta {
  white-space: nowrap;
  color: var(--grey-dark);
  font-size: 14px;
  font-size: 0.875rem;
}
.b-parcoursDetail-meta-distance {
  margin-bottom: 5px;
}
.b-parcoursDetail-meta svg {
  margin-right: 5px;
  width: 19px;
  height: 19px;
}
.b-parcoursDetail-meta > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.b-parcoursDetail-texte {
  margin: 25px 0;
}
.b-parcoursDetail-liens a, .b-parcoursDetail-fichiers a {
  margin-bottom: 5px;
}
.b-parcoursDetail-fichiers {
  margin-top: 25px;
}
.b-parcoursDetail-fichiers h4 {
  margin: 0 0 10px;
}
.b-parcoursDetail + .b-parcoursDetail {
  margin-top: 25px;
  border-top: 1px solid var(--grey);
  padding-top: 25px;
}
@media (max-width: 992px) {
  .b-parcoursDetail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .b-parcoursDetail-left {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .b-parcoursDetail-right {
    min-width: 0;
  }
  .b-parcoursDetail + .b-parcoursDetail {
    margin-top: 15px;
    padding-top: 15px;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 16px;
}

a {
  color: var(--blue);
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
a:hover {
  color: var(--blue);
}

img {
  max-width: 100%;
  height: auto;
}

.hspace {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .hspace {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.wrapper {
  width: 900px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.u-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 25px;
  line-height: 1.5625rem;
}

#content {
  overflow: hidden;
  background: url(../../../ea7e39aa17621196fdab.webp) bottom no-repeat #ececec;
}

.content-wrapper > *:last-child {
  margin-bottom: 120px;
}

select {
  border: 1px solid var(--grey-dark);
  outline: none;
  background: white;
  padding: 5px 10px;
  width: 220px;
  max-width: 100%;
}
select:focus {
  border-color: var(--blue);
}
