* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "space-grotesk-variable";
  font-size: 18px;
  line-height: 1.4;
  color: white;
  background: url(../assets/images/backgroundtest2-transformed.jpeg), no-repeat;
  background-size: cover;
  margin: 0;
  overflow-x: hidden;
}

.page {
  font-size: 20px;
}

.logo {
  display: flex;
  width: 160px;
  margin-left: 20px;
  margin-top: 20px;
}

.lph1 {
  font-family: "utopia-std-subhead";
  font-weight: 900;
  font-size: 56px;
  line-height: 1;
  margin: 0;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.lph2 {
  font-family: "utopia-std-subhead";
  font-style: italic;
  font-weight: 400;
  font-size: 62px;
  line-height: 1;
  margin: 0;
  color: #feffa2;
}

.pgh2 {
  font-family: "utopia-std-subhead";
  font-style: italic;
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
  margin: 0;
  color: #E1154C;
}

.paragrande {
  font-size: 22px;
  line-height: 31px;
  margin: 20px 20px 40px 20px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.lpp {
  font-size: 18px;
  line-height: 25px;
}

.uppercase {
  text-transform: uppercase;
}

img {
  max-width: 100%;
}

.img-tel {
  max-width: 45%;
}

.img-ph02 {
  max-width: 53%;
}

figcaption {
  font-family: "space-grotesk-variable";
  font-size: 10px;
  margin-top: 10px;
}

.burgerm span {
  background-color: white;
  width: 25px;
  height: 2px;
  margin: 3px;
  transition: all 0.3s ease;
  display: inline-block;
}

.list {
  font-size: 16px;
}

.ulist {
  list-style: decimal;
  padding: 0px;
}

.ulist li {
  margin: 30px;
}

.btnshape {
  background: linear-gradient(to bottom, #E1154C 0%, #141414 100%);
  box-shadow: inset 2px 2px 2px 0px rgba(40, 38, 38, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 10px;
  bottom: 20px;
}

.flagEmoji {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60%;
}

@media (min-width: 500px) {
  img {
    width: 600px;
  }
  .imgapp {
    width: 203px;
  }
  .logo {
    width: 360px;
    display: flex;
  }
  .shooting {
    left: 30%;
  }
  .nav {
    top: 100px;
    right: 300px;
  }
  .butto {
    padding: 10px 10px;
  }
}
@media (min-width: 992px) {
  .lph1 {
    font-size: 93px;
  }
  .lph2 {
    font-size: 100px;
  }
  .pgh2 {
    font-size: 50px;
  }
  .lpp {
    font-size: 22px;
    line-height: 31px;
  }
  .paragrande {
    font-size: 40px;
    line-height: 56px;
  }
  figcaption {
    font-size: 15px;
  }
  figure {
    display: flex;
    flex-direction: column;
  }
  .imglp {
    width: 100%;
  }
  .logo {
    margin-left: 200px;
    margin-top: 100px;
  }
}
@media (min-width: 1200px) {
  img {
    max-width: 500px;
  }
}
@media (min-width: 1400px) {
  body:after, body:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #680a24;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    transform: scale(0);
    z-index: 10;
    pointer-events: none;
    -webkit-animation: curtain 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation: curtain 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  }
  body:after {
    transform-origin: center left;
  }
  body:before {
    transform-origin: center right;
  }
  @-webkit-keyframes curtain {
    from {
      transform: scaleX(50);
    }
    to {
      transform: scaleX(0);
    }
  }
  @keyframes curtain {
    from {
      transform: scaleX(50);
    }
    to {
      transform: scaleX(0);
    }
  }
  @-webkit-keyframes pageAnimation {
    to {
      transform: scaleY(50);
    }
  }
  @keyframes pageAnimation {
    to {
      transform: scaleY(50);
    }
  }
  .page-animation:after {
    -webkit-animation: pageAnimation 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation: pageAnimation 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  }
  .page-animation:before {
    -webkit-animation: pageAnimation 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation: pageAnimation 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  }
  figure .img-cont {
    width: 500px;
    height: 320px;
    overflow: hidden;
    cursor: pointer;
  }
  figure .img-cont.img-cont--hless {
    height: 280px;
  }
  figure .img-cont.img-cont--hlesser {
    height: 250px;
  }
  figure .img-cont.img-cont--tiny {
    width: 203px;
    height: 203px;
  }
  figure .img-cont.img-cont--wless {
    width: 350px;
    height: 230px;
  }
  img {
    width: 100%;
    transition: all 0.2s ease;
  }
  img:hover {
    transform: scale(1.2);
  }
  img.no-scale {
    transition: none;
  }
  img.no-scale:hover {
    transform: none;
  }
}
@media (min-width: 1600px) {
  .lpp {
    font-size: 24px;
    line-height: 34px;
  }
}
.fixed {
  position: relative;
  margin-top: 100px;
  z-index: -10;
}

nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  min-height: 10vh;
  font-family: "space-grotesk-variable";
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 10;
}

.nav-links {
  position: absolute;
  transform: translate(-5%, -5%);
  text-decoration: none;
  font-weight: 200;
  font-size: 16px;
  color: #ffffff;
  display: block;
  position: relative;
  display: flex;
  padding: 0 0 0 0;
  list-style: none;
}

.nav-links .text__active {
  text-decoration: none;
  border-bottom: 1px solid #e0144c;
}

a {
  font-size: 35px;
  font-weight: bold;
  font-family: sans-serif;
  text-decoration: none;
  color: transparent;
  background: url(../assets/images/wave.svg) repeat-x #fff;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 200% 100%;
  background-position-x: 0;
  background-position-y: 2em;
  -webkit-transition: background-position-y 0.6s ease;
  transition: background-position-y 0.6s ease;
  -webkit-animation: waveAnimation 4s infinite linear;
  animation: waveAnimation 4s infinite linear;
  animation-play-state: running;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

a:hover {
  background-position-x: 0;
  background-position-y: 0;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

@keyframes waveAnimation {
  from {
    background-position-x: 0%;
  }
  to {
    background-position-x: 200%;
  }
}
.scroll {
  overflow-y: hidden;
}

.burgerm {
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  font-size: 0;
  background-color: transparent;
  border: none;
  max-width: 35px;
  z-index: 23;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #0E1014;
}

.sticky nav {
  min-height: 8vh;
}

@media all and (max-width: 991px) {
  .nav-links {
    position: fixed;
    right: 0;
    height: 100vh;
    top: 0px;
    background-color: #2E3441;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding-top: 80px;
    width: 100%;
    transform: translateX(100%);
    transition: all 0.3s cubic-bezier(0.05, 0.69, 0.14, 1);
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 21;
  }
  .nav-links li {
    opacity: 0;
  }
  .nav-active {
    transform: translateX(0%);
  }
  @-webkit-keyframes navLinkFade {
    from {
      opacity: 0;
      transform: translateX(50px);
    }
    to {
      opacity: 1;
      transform: translateX(0px);
    }
  }
  @keyframes navLinkFade {
    from {
      opacity: 0;
      transform: translateX(50px);
    }
    to {
      opacity: 1;
      transform: translateX(0px);
    }
  }
  .toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 5px);
  }
  .toggle .line2 {
    opacity: 0;
  }
  .toggle .line3 {
    transform: rotate(45deg) translate(-6px, -6px);
  }
}
@media (min-width: 992px) {
  a.linkws {
    font-size: 24px;
  }
  .burgerm {
    display: none;
  }
  .nav-links .text {
    padding: 10px 15px;
  }
}
@media (min-width: 1400px) {
  .nav-links {
    padding: 0 0 0 0;
    font-size: 18px;
    letter-spacing: 2px;
  }
}
@media (min-width: 1500px) {
  .nav-links {
    letter-spacing: 3px;
  }
  .nav-links .text {
    padding: 15px 20px;
  }
  .logo a {
    font-size: 18px;
  }
}
@media (min-width: 2000px) {
  .logo a {
    font-size: 20px;
  }
}
.gridv {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
}

.space {
  margin-bottom: 100px;
}

.gridv > * {
  grid-column: 1/-1;
}

.mgrid-start01 {
  grid-column-start: 1;
  grid-column-end: 4;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 25px;
  column-gap: 25px;
  row-gap: 40px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 40px;
}

.grid.grid--bg {
  padding-top: 40px;
  padding-bottom: 40px;
}

.grid.grid--bg.grid--bg .lph2 {
  color: white;
}

.grid > * {
  grid-column: 1/-1;
}

@media (min-width: 500px) {
  .grid {
    padding: 100px;
  }
  .grid--page {
    padding: 100px;
  }
}
@media (min-width: 992px) {
  .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 50px;
    margin: 0 auto;
    margin-top: 100px;
    padding: 0px;
  }
  .grid.grid--bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .grid > * {
    grid-column: 1/-1;
  }
  .dgrid-startpojec {
    grid-column-start: 3;
    grid-column-end: 6;
  }
  .dgrid-startdaltorow {
    grid-column-start: 4;
    grid-column-end: 7;
  }
  .dgrid-startint {
    grid-column-start: 2;
    grid-column-end: 7;
  }
  .dgrid-starthypo01 {
    grid-column-start: 2;
    grid-column-end: 8;
    grid-row-start: 1;
  }
  .dgrid-starthyporow {
    grid-column-start: 2;
    grid-column-end: 5;
  }
  .dgrid-starthypo02 {
    grid-row-start: 2;
  }
  .dgrid-starthypo03 {
    grid-row-start: 3;
  }
  .dgrid-starthypo04 {
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 4;
  }
  .dgrid-startconcl00 {
    grid-column-start: 2;
    grid-column-end: 5;
    grid-row-start: 2;
  }
  .dgrid-startquote {
    grid-column-start: 3;
    grid-column-end: 7;
    grid-row-start: 2;
  }
  .dgrid-startconcl03 {
    grid-column-start: 2;
    grid-column-end: 7;
    grid-row-start: 3;
  }
  .dgrid-startconclrow {
    grid-column-start: 5;
    grid-column-end: 8;
  }
  .dgrid-startconcl04 {
    grid-row-start: 2;
  }
  .dgrid-startconcl05 {
    grid-row-start: 3;
  }
  .dgrid-startconcl01 {
    grid-column-start: 2;
    grid-column-end: 6;
    grid-row-start: 1;
  }
  .dgrid-button {
    grid-column-start: 5;
  }
  .dgrid-startintrorow01 {
    grid-column-start: 3;
    grid-column-end: 7;
  }
  .dgrid-startintrorow02 {
    grid-column-start: 4;
    grid-column-end: 8;
  }
  .dgrid-startintro03 {
    grid-row-start: 3;
  }
  .dgrid-startintro05 {
    grid-row-start: 4;
  }
  .dgrid-startcred01 {
    grid-column-start: 2;
  }
  .dgrid-startcred02 {
    grid-column-start: 3;
    grid-column-end: 7;
  }
  .grid--page {
    width: 90%;
    margin-top: 200px;
    margin-bottom: 200px;
    padding: 0px;
  }
  .grid--gap {
    row-gap: 100px;
  }
}
@media (min-width: 1400px) {
  .grid {
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
  .dgrid-startpojec {
    grid-column-start: 2;
    grid-column-end: 7;
  }
  .dgrid-startmod01 {
    grid-column-start: 2;
    grid-column-end: 7;
    grid-row-start: 1;
  }
}
@media (min-width: 1500px) {
  .dgrid-startquote {
    grid-column-end: 7;
  }
  .dgrid-starthypothrow {
    grid-column-start: 4;
  }
}
@media (min-width: 1600px) {
  .dgrid-startpojec {
    grid-column-start: 2;
    grid-column-end: 7;
  }
  .dgrid-startdalto02 {
    grid-column-start: 4;
    grid-column-end: 7;
  }
  .dgrid-startdalto03 {
    grid-column-start: 4;
    grid-column-end: 6;
  }
  .dgrid-startconcl01 {
    grid-column-end: 5;
  }
  .dgrid-startinter02 {
    grid-column-start: 4;
    grid-column-end: 7;
  }
  .dgrid-startinter03 {
    grid-column-start: 4;
    grid-column-end: 7;
  }
}
@media (min-width: 2300px) {
  .dgrid-startsew06 {
    grid-column-start: 2;
  }
  .dgrid-startquote {
    grid-column-end: 6;
  }
  .dgrid-startintrorow01 {
    grid-column-end: 6;
  }
}
footer {
  position: relative;
  width: 100%;
  background: #680a24;
  min-height: 25px;
  padding: 20px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: -50px;
}

.footer__small {
  margin-top: 200px;
}

footer .media_logo, footer .extra, footer p {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .media_logo li, footer .extra li {
  list-style: none;
}

footer .media_logo li a {
  font-size: 2rem;
  color: white;
  margin: 0 20px;
  display: inline-block;
  transition: 0.5s;
}

footer .media_logo li a:hover {
  transform: translateY(-10px);
}

footer .extra li a {
  font-size: 1rem;
  color: white;
  margin: 0 20px;
  display: inline-block;
  transition: 0.5s;
  text-decoration: none;
}

footer .extra li a:hover {
  opacity: 1;
  color: #FFFF99;
}

footer p {
  color: white;
  text-align: center;
  font-size: 0.8em;
  padding-top: 10px;
}

.imgdwt {
  width: 50px;
  height: 30px;
  fill: white;
}

.footerpui {
  font-size: 16px;
}

footer .wave {
  position: absolute;
  top: -90px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url(../styles/image/waveRd.png);
  background-size: 1000px 100px;
}

footer .wave#wave1 {
  z-index: 5;
  opacity: 1;
  bottom: 0;
  animation: animateWave 4s linear infinite;
}

footer .wave#wave2 {
  z-index: 4;
  opacity: 0.5;
  bottom: 10px;
  animation: animateWave_02 4s linear infinite;
}

footer .wave#wave3 {
  z-index: 5;
  opacity: 0.2;
  bottom: 15px;
  animation: animateWave_02 3s linear infinite;
}

footer .wave#wave4 {
  z-index: 4;
  opacity: 0.7;
  bottom: 20px;
  animation: animateWave_02 3s linear infinite;
}

@keyframes animateWave {
  0% {
    background-position-x: 1000px;
  }
  100% {
    background-position-x: 0px;
  }
}
@keyframes animateWave_02 {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: 1000px;
  }
}
@media (min-width: 992px) {
  footer .media_logo, footer .extra, footer p {
    margin: 2px 2px;
  }
}
.moon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #ffffdd;
  box-shadow: inset -11px -8px 0px 4px #feffa2, 0px 0px 10px 0px #feffa2, 0px 0px 50px 0px #feffa2, 0px 0px 500px 0px #feffa2;
  display: inline-block;
  position: relative;
  top: 10%;
  left: 10%;
  animation: 3s moonglow ease-in-out infinite alternate;
}

.crater {
  position: absolute;
  background: rgb(255, 244, 118);
  border-radius: 50%;
  box-shadow: inset 1px 1px 0px 1px #ecec79;
}

.crater:nth-child(1) {
  width: 25px;
  height: 25px;
  top: 57%;
  left: 30%;
}

.crater:nth-child(2) {
  width: 16px;
  height: 16px;
  top: 30%;
  left: 23%;
}

.crater:nth-child(3) {
  width: 12px;
  height: 12px;
  top: 50%;
  left: 14%;
}

.crater:nth-child(4) {
  width: 30px;
  height: 30px;
  top: 20%;
  left: 30%;
  box-shadow: none;
  background: rgba(255, 244, 118, 0.3);
}

.star {
  position: absolute;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  animation-iteration-count: infinite;
}

.shooting {
  position: relative;
  top: 30%;
  width: 300px;
  height: 5px;
  border-radius: 5px;
  display: inline-block;
  transform: rotateZ(-30deg);
  z-index: -10;
}

.shooting .rock {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffff84;
  box-shadow: 0px 0px 3px 1px rgba(255, 245, 131, 0.5), 0px 0px 10px 5px rgba(255, 245, 131, 0.2);
  animation: 6s linear infinite rock;
}

.shooting .tail {
  display: inline-block;
  position: absolute;
  content: "";
  width: 100px;
  height: 5px;
  border-radius: 50% 0 0 50%;
  background: linear-gradient(to right, rgba(255, 245, 174, 0.7), rgba(255, 245, 174, 0.2) 50%, transparent);
  top: -1px;
  left: 0;
  animation: 6s linear infinite tail;
}

@keyframes glow {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes moonglow {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.02);
  }
}
@keyframes rock {
  0% {
    left: 100%;
    opacity: 1;
  }
  5% {
    left: 60%;
    opacity: 0.8;
  }
  10% {
    left: 0;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 0;
  }
}
@keyframes tail {
  0% {
    left: 100%;
    opacity: 1;
    width: 0;
  }
  5% {
    left: 65%;
    opacity: 0.5;
    width: 150px;
  }
  10% {
    left: 0;
    opacity: 0;
    width: 150px;
  }
  100% {
    left: 0;
    opacity: 0;
    width: 150px;
  }
}
.butto {
  width: 200px;
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
  text-align: center;
  z-index: 2;
}
.butto:hover .waving {
  top: -120px;
}
.butto span {
  position: relative;
  z-index: 1;
  color: white;
  font-size: 15px;
  letter-spacing: 7px;
}
.butto .waving {
  width: 200px;
  height: 200px;
  background-color: #E1154C;
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: -80px;
  transition: 0.4s;
}
.butto .waving::before, .butto .waving::after {
  width: 200%;
  height: 200%;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -75%);
}
.butto .waving::before {
  border-radius: 45%;
  background-color: rgb(20, 20, 20);
  animation: waving 5s linear infinite;
}
.butto .waving::after {
  border-radius: 40%;
  background-color: rgba(20, 20, 20, 0.5);
  animation: waving 10s linear infinite;
}

@keyframes waving {
  0% {
    transform: translate(-50%, -75%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -75%) rotate(360deg);
  }
}
.cheat {
  padding-top: 50px;
}

@media (min-width: 1000px) {
  .cheat {
    padding-top: 100px;
  }
  .btnshape {
    width: 60px;
    height: 60px;
    right: 30px;
    bottom: 20px;
  }
  .flagEmoji {
    width: 100%;
  }
}
.language-toggle .french {
  display: none;
}

.language-toggle.show-french .french {
  display: block;
}

.language-toggle.show-french .english {
  display: none;
}/*# sourceMappingURL=app.css.map */