@charset "UTF-8";
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  list-style-type: none;
}

button, input[type=submit], input[type=reset] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

img {
  display: block;
}

*:focus {
  border: none;
}

@font-face {
  font-family: "bagoss";
  font-weight: normal;
  src: url("fonts/Bagoss_Thin.ttf") format("opentype");
  -webkit-font-smoothing: antialiased;
}
h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 4rem;
  line-height: 1.1em;
}

h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 3rem;
  line-height: 1.1em;
  letter-spacing: -1px;
}

h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 2rem;
  font-size: 2rem;
}

h4 {
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1.5em;
}

h5 {
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.7em;
}

p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 0.9em;
}

a {
  text-decoration: none;
}

.hide {
  display: none !important;
}

.hidden {
  visibility: hidden !important;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #fff0c9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.overflow {
  overflow: hidden;
}

.colums-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.colums-2 > * {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.colums-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.colums-3 > * {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33%;
          flex: 1 1 33%;
}

.width-100 {
  position: relative;
  width: 100%;
}

.constrain-width {
  width: 100%;
  max-width: 90%;
}

.left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.center-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.center-h {
  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;
}

.content {
  background: white;
  padding: 4em;
}

.bg-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.img-cover {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.text-white {
  color: white;
}

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

.text-shadow {
  text-shadow: #000 1px 0 10px;
}

.filter-grey {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.6;
}

.background {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.background img {
  position: relative;
  width: 100%;
}

#bg-1 {
  top: 0;
}

#bg-2 {
  bottom: 0;
}

.main-page {
  position: relative;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 30%;
  margin-top: 4em;
  margin-bottom: 4em;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20%;
  min-width: 260px;
  height: auto;
  aspect-ratio: 9/16;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: overlay;
  border-radius: 15px 15px 0 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}
.card-container {
  position: relative;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4em;
}
.card-text {
  margin: 1em;
}

.card-active {
  cursor: pointer;
  -webkit-transform: translateY(15px);
          transform: translateY(15px); /* Position de départ */
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; /* Animation fluide */
}

.card-active:hover {
  -webkit-transform: translateY(0px);
          transform: translateY(0px); /* Monte quand la souris est dessus */
}

.point {
  position: absolute;
  width: 20px;
  height: 20px;
  background: black;
}

/* ----- buttons ------ */
.button {
  position: relative;
  border-radius: 0.3em 0.3em 0em 0em;
  background: white;
  text-align: center;
  padding: 2em 3em 2em 3em;
  margin: 0em;
  text-wrap: nowrap;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  color: black;
  text-align: center;
}
.button-container {
  z-index: 1100;
  position: sticky;
  top: 0px;
  margin-top: 0em;
  padding-bottom: 4em;
}

.button-primary {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 20px 30px;
  border-radius: 10px;
  outline: 1px solid white;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.button-primary div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.button-primary h4 {
  color: white;
  margin: 0;
  font-size: 1rem;
  font-weight: 400 !important;
}

/* Small devices (phones, 481px and up) */
@media only screen and (max-width: 600px) {
  .main-page {
    height: auto;
  }
  .card-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .card {
    width: 80%;
    height: auto;
    aspect-ratio: 9/16;
    border-radius: 30px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .main-title {
    margin-top: 4em;
    margin-bottom: 4em;
  }
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.rotating {
  -webkit-animation: rotating 1s linear infinite;
          animation: rotating 1s linear infinite;
}/*# sourceMappingURL=style.css.map */