@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table, tbody, tfoot, tr, th, td, sup {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
  margin-top: 0 !important;
}

body {
  color: #797979;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5em;
}

body, button, input, select, label, textarea {
  font-family: "PT Sans", sans-serif;
}

.container {
  width: 1635px;
  margin: 0 auto;
}
@media screen and (max-width: calc(1635px / 90 * 100)) {
  .container {
    width: 90%;
    margin: 0 5%;
  }
}
.container .small {
  margin: 0 auto;
  width: 70%;
}
@media screen and (max-width: 999px) {
  .container .small {
    width: 100%;
  }
}

main {
  text-align: left;
}

main {
  margin-top: 76px;
}
@media screen and (max-width: 999px) {
  main {
    margin-top: 140px;
  }
}
@media screen and (max-width: 750px) {
  main {
    margin-top: 0;
  }
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "PT Sans", sans-serif;
  margin-bottom: 1rem;
}

ul, ol {
  margin: 0.5em 0 1em 2em;
}

a {
  color: #1C39BB;
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
a:hover {
  color: #E5332A;
  text-decoration: none;
}

html, body {
  height: 100%;
  scroll-behavior: smooth; /* défilement fluide */
  scroll-snap-type: y mandatory; /* active le snapping vertical */
  overflow-y: scroll;
}

html {
  margin-top: 0 !important;
}

body {
  animation: bkgdZoom 6s forwards;
  background: url("../img/graphic/iceberg.jpg") no-repeat center center;
  background-size: auto 200vh;
  background-attachment: fixed;
}

@keyframes bkgdZoom {
  0% {
    background-size: auto 200vh;
  }
  100% {
    background-size: auto 140vh;
  }
}
.welcome {
  left: 0;
  position: relative;
  top: 0;
  z-index: 1;
  scroll-snap-align: start; /* aligne le début de chaque section */
}
.welcome .filter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(28, 57, 187, 0.95);
  height: 100vh;
  justify-content: center;
  text-align: center;
  width: 100vw;
}
.welcome h1 {
  animation: titleSnow 3s forwards;
  animation-delay: 0.5s;
  color: white;
  font-weight: 700;
  opacity: 0;
}
.welcome h1 span {
  font-weight: 400;
  opacity: 0.6;
}
.welcome h2 {
  animation: titleSnow 2s forwards;
  animation-delay: 1.5s;
  color: white;
  font-weight: 400;
  opacity: 0;
  text-transform: uppercase;
}

@keyframes titleSnow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mission, .stay-tuned {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: white;
  justify-content: center;
  position: relative;
  min-height: 100vh;
  text-align: center;
  width: 100vw;
  z-index: 2;
  scroll-snap-align: start; /* aligne le début de chaque section */
}
.mission .content, .stay-tuned .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  margin: 50px;
  max-width: 1000px;
}
.mission h2, .stay-tuned h2 {
  color: #1C39BB;
  font-weight: 700;
}
.mission h3, .stay-tuned h3 {
  color: #1C39BB;
  font-weight: 400;
}
.mission div.box, .stay-tuned div.box {
  margin-top: 0;
  padding-bottom: calc(15px * 2);
  position: relative;
}
.mission div.box:before, .mission div.box:after, .stay-tuned div.box:before, .stay-tuned div.box:after {
  background: #1C39BB;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  content: "";
  display: block;
  height: 0.3vw;
  left: 0;
  position: absolute;
  width: 15%;
}
.mission div.box:before, .stay-tuned div.box:before {
  top: 0;
  display: none;
}
.mission div.box:after, .stay-tuned div.box:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  left: 50%;
}
@media (height <= 890px), screen and (orientation: portrait) {
  .mission, .stay-tuned {
    align-items: flex-start;
  }
  .mission .content, .stay-tuned .content {
    padding-bottom: 200px;
  }
}

.stay-tuned {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: #1C39BB;
  color: white;
  min-height: 100vh;
  justify-content: center;
  margin-top: 0;
  left: 0;
  position: relative;
  text-align: center;
  width: 100vw;
  z-index: 4;
}
.stay-tuned .content {
  display: block;
}
.stay-tuned h2 {
  color: white;
  width: 100%;
}
.stay-tuned p {
  width: 100%;
}

#iceberg {
  display: block;
  height: 0;
  margin: 0 auto calc(15px * 3);
  overflow: hidden;
  padding-top: 31.65%;
  position: relative;
  width: 50%;
}
@media screen and (max-width: 550px) {
  #iceberg {
    padding-top: 63%;
    width: 100%;
  }
}
#iceberg img {
  bottom: 0;
  position: absolute;
}
#iceberg .ice-ground {
  display: block;
  height: 100%;
  width: 100%;
  z-index: calc(2 + 5);
}
#iceberg .ice-mountains {
  bottom: 0;
  display: block;
  height: 100%;
  width: 100%;
  z-index: calc(2 + 3);
}
#iceberg .ice-cloud-big {
  height: auto;
  left: 0;
  top: 5%;
  width: 35%;
  z-index: calc(2 + 4);
}
#iceberg .ice-cloud-small {
  height: auto;
  left: 30%;
  top: 15%;
  width: 20%;
  z-index: calc(2 + 2);
}
#iceberg .ice-sun {
  bottom: 0;
  display: block;
  height: 35%;
  left: 30%;
  width: 35%;
  z-index: calc(2 + 1);
}
#iceberg.visible .ice-mountains {
  animation: mountains 4s ease-in-out forwards;
  animation-delay: 3s;
}
#iceberg.visible .ice-cloud-big {
  animation: cloudBig 5s ease-in-out forwards;
}
#iceberg.visible .ice-cloud-small {
  animation: cloudSmall 5s ease-in-out forwards;
}
#iceberg.visible .ice-sun {
  animation: sun 3s ease-out forwards;
  animation-delay: 1s;
}

@keyframes mountains {
  0% {
    bottom: 0;
  }
  100% {
    bottom: -20%;
  }
}
@keyframes sun {
  0% {
    bottom: 0;
    left: 30%;
  }
  100% {
    bottom: 65%;
    left: 10%;
  }
}
@keyframes cloudBig {
  0% {
    left: 0%;
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  100% {
    left: 65%;
    opacity: 0;
  }
}
@keyframes cloudSmall {
  0% {
    left: 30%;
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    left: 55%;
    opacity: 0;
  }
}
.footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  bottom: 0;
  color: #1C39BB;
  column-gap: 15px;
  flex-wrap: wrap;
  grid-column-gap: 15px;
  justify-content: space-between;
  left: 0;
  margin: calc(15px * 2);
  position: absolute;
  width: calc(100% - 15px * 4);
}
.footer a {
  width: 100px;
}
.footer img {
  height: auto;
  width: 100%;
}
.footer.white {
  color: white;
}
@media screen and (max-width: 550px) {
  .footer {
    justify-content: center;
  }
}

html {
  font-size: 62.5%;
}

body, p {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5em;
}

.welcome h1 {
  font-size: 12rem;
  line-height: 1em;
}
.welcome h2 {
  font-size: 1.75rem;
  letter-spacing: 0.5rem;
}

.mission h2, .stay-tuned h2 {
  font-size: 6.5rem;
  line-height: 1em;
}
.mission h3, .stay-tuned h3 {
  font-weight: 400;
  font-size: 2.4rem;
}

@media screen and (max-width: 1000px) {
  body, p {
    font-size: 1.6rem;
  }
  .mission h2, .stay-tuned h2 {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 550px) {
  .welcome h1 {
    font-size: 28vw;
  }
  .welcome h2 {
    font-size: 5vw;
    letter-spacing: 0.5vw;
  }
}
/* Conteneur du scroll indicator */
.scroll-indicator {
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

/* La souris */
.mouse {
  width: 28px;
  height: 50px;
  border: 2px solid white;
  border-radius: 20px;
  position: relative;
  box-sizing: border-box;
}

/* La molette animée */
.wheel {
  width: 4px;
  height: 8px;
  background: white;
  border-radius: 2px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  animation: wheelMove 1.5s infinite;
  opacity: 0;
}

/* Animation de descente de la molette */
@keyframes wheelMove {
  0% {
    opacity: 0;
    transform: translate(-50%, 0);
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
    transform: translate(-50%, 12px);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 20px);
  }
}
/* Texte sous la souris */
.scroll-text {
  color: white;
  font-size: 0.9rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.8;
}

.blue .mouse {
  border-color: #1C39BB;
}
.blue .wheel {
  background: #1C39BB;
}
.blue .scroll-text {
  color: #1C39BB;
}
