/* Box sizing and font smoothing */
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Remove default margins and paddings */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* Remove list styles */
ol, ul {
  list-style: none;
}

/* Remove quotes from blockquotes and q */
blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

/* Set base line-height and font */
body {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  background-color: #fff;
  color: #111;
}

/* Anchor styling */
a {
  text-decoration: none;
  color: inherit;
}

/* Image and media defaults */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Form elements inherit font */
input, button, textarea, select {
  font: inherit;
  border: none;
  background: none;
}

/* Remove outline on focused elements, handle manually if needed */
:focus {
  outline: none;
}

@font-face {
  font-family: "Comfortaa";
  src: url("./fonts/Comfortaa-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Comfortaa";
  src: url("./fonts/Comfortaa-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Comfortaa";
  src: url("./fonts/Comfortaa-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Comfortaa";
  src: url("./fonts/Comfortaa-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Comfortaa";
  src: url("./fonts/Comfortaa-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  font-family: "Comfortaa";
}

h1 {
  font-size: 5vw;
  font-weight: 700;
}
@media (min-width: 75em) {
  h1 {
    font-size: 2vw;
  }
}

h2 {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (min-width: 75em) {
  h2 {
    font-size: 2vw;
  }
}

h3 {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (min-width: 75em) {
  h3 {
    font-size: 1.75vw;
  }
}

h4 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-transform: uppercase;
  padding-bottom: 0.75rem;
  padding-top: 1rem;
}

p {
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

body {
  font-family: sans-serif;
}

.c-section-intro {
  height: 100vh;
  padding: 1.5rem;
  box-sizing: border-box;
}
@media (min-width: 60em) {
  .c-section-intro {
    padding: 2rem;
  }
}
.c-section-intro .c-section-intro__background {
  z-index: -1;
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  background-image: url("images/background.png");
  background-position: bottom center;
  background-size: cover;
}
@media (min-width: 60em) {
  .c-section-intro .c-section-intro__background {
    left: 2rem;
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
  }
}
.c-section-intro .c-section-intro__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 80%;
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 75em) {
  .c-section-intro .c-section-intro__wrapper {
    max-width: 80rem;
    margin: 0 auto;
  }
}
.c-section-intro .c-section-intro__wrapper img {
  height: auto;
  width: 25rem;
  max-width: 80%;
  margin-bottom: 3rem;
}
.c-section-intro .c-section-intro__wrapper h1 {
  color: #ffffff;
  text-align: center;
}
.c-section-intro .c-section-intro__wrapper h1 .is-hidden {
  display: none;
}
.c-section-intro .c-section-intro__wrapper p {
  color: #ffffff;
  font-size: 3.5vw;
  font-weight: 600;
}
@media (min-width: 60em) {
  .c-section-intro .c-section-intro__wrapper p {
    font-size: 1.25vw;
  }
}
.c-section-intro .c-section-intro__wrapper button {
  margin-top: 2rem;
  padding: 0.875rem 2rem;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  background-color: #ffffff;
  color: #000000;
}

.c-section-program {
  text-align: center;
  padding: 0 1.5rem 1.5rem 1.5rem;
  box-sizing: border-box;
}
@media (min-width: 60em) {
  .c-section-program {
    padding: 1rem 2rem 2rem 2rem;
  }
}
.c-section-program .c-section-program__header {
  margin-bottom: 1.5rem;
}
@media (min-width: 60em) {
  .c-section-program .c-section-program__header {
    margin-bottom: 2rem;
  }
}
.c-section-program .c-section-program__columns {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 60em) {
  .c-section-program .c-section-program__columns {
    display: flex;
    flex-direction: row;
    gap: 2rem;
  }
}
.c-section-program .c-section-program__column {
  background-color: rgba(31, 108, 221, 0.1);
  padding: 1.5rem;
}
@media (min-width: 60em) {
  .c-section-program .c-section-program__column {
    padding: 3rem;
    width: 0;
    flex: 1;
  }
}
.c-section-program .c-section-program__column p {
  max-width: 30rem;
  margin: 0 auto 1.5rem auto;
}
.c-section-program .c-section-program__column a {
  padding: 0.875rem 2rem;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  background-color: #ffffff;
  color: #000000;
}

.c-section-parcours {
  text-align: center;
  padding: 0 1.5rem 1.5rem 1.5rem;
  box-sizing: border-box;
}
@media (min-width: 60em) {
  .c-section-parcours {
    padding: 1rem 2rem 2rem 2rem;
  }
}
.c-section-parcours .c-section-parcours__header {
  margin-bottom: 1.5rem;
}
@media (min-width: 60em) {
  .c-section-parcours .c-section-parcours__header {
    margin-bottom: 2rem;
  }
}
.c-section-parcours .c-section-parcours__image {
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.2);
}
@media (max-width: 60em) {
  .c-section-parcours .c-section-parcours__image img {
    width: 100%;
    height: 80vw;
    object-fit: cover;
    object-position: center;
  }
}

.c-section-sponsors {
  text-align: center;
  padding: 0 1.5rem 1.5rem 1.5rem;
  box-sizing: border-box;
}
@media (min-width: 60em) {
  .c-section-sponsors {
    padding: 1rem 2rem 2rem 2rem;
  }
}
.c-section-sponsors .c-section-sponsors__header {
  margin-bottom: 1.5rem;
}
@media (min-width: 60em) {
  .c-section-sponsors .c-section-sponsors__header {
    margin-bottom: 2rem;
  }
}
.c-section-sponsors .c-section-sponsors__list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
@media (min-width: 60em) {
  .c-section-sponsors .c-section-sponsors__list {
    gap: 2rem;
  }
}
.c-section-sponsors .c-section-sponsors__item {
  position: relative;
  display: block;
  width: 100%;
  height: 60vw;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.2);
}
@media (min-width: 37.5em) {
  .c-section-sponsors .c-section-sponsors__item {
    width: calc(50% - 0.75rem);
    height: 30vw;
  }
}
@media (min-width: 60em) {
  .c-section-sponsors .c-section-sponsors__item {
    width: calc(25% - 1.5rem);
    height: 15vw;
  }
}
.c-section-sponsors .c-section-sponsors__item img {
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  object-position: center;
  object-fit: contain;
}

/*# sourceMappingURL=style.css.map */
