@font-face {
  font-family: "regular";
  src: url("../fonts/Bonvoyage.otf");
}

@font-face {
  font-family: "Bonvoyage";
  src: url("../fonts/Bonvoyage.otf") format("opentype");
  font-weight: 500;
}

::-webkit-scrollbar {
  display: none;
}

body {
  pointer-events: none;
  background-color: black;
  z-index: -2;
  font-family: Bonvoyage;
  overflow-x: hidden !important;
}

#gif-player {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  pointer-events: none;
  background-color: transparent;
  position: relative;
  margin-top: -12vh;
  text-align: center;
  width: 99%;
  z-index: 2;
  border: dotted 8px rgb(196, 229, 240);
  border-radius: 40px;
  /* box-shadow: inset 0 0 1em rgb(252, 231, 5), 0 0 3em rgb(212, 107, 203); */

  padding-top: 3vh;
  padding-bottom: 2vh;
}
.contenuSlot {
  align-items: center;
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
}

.contenuButtonSlot {
  display: flex;
  justify-content: center;
}

.imgcarte {
  pointer-events: fill;
  height: 100%;
  width: 100%;
}

#gif {
  -webkit-user-drag: none;
  align-items: center;
  display: flex;
  position: relative;
  justify-content: center !important;
  margin-left: 0%;
  /* width: 90vw; */
  width: 90%;
  object-fit: contain;
  /* will make the image fit inside the div, preserving the aspect ratio */
}

#play-button {
  pointer-events: fill;
  margin-top: 5vh;
  justify-content: center;
  font-family: "regular";
  font-size: 200%;
  color: rgb(196, 229, 240);
  /* -webkit-transform: scale(1, 1.5); */
  background-color: rgb(255, 0, 238);
  border: 0mm;
  width: fit-content;
  height: fit-content;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 5vw;
  padding-right: 5vw;
  border-radius: 2em;
  border: 8px dotted rgb(252, 231, 5);
  box-shadow: inset 0 0 1em rgb(252, 231, 5), 0 0 3em rgb(212, 107, 203);
}

#play-button:hover {
  border: 8px dotted rgb(188, 142, 231);
  box-shadow: inset 0 0 1em rgb(252, 231, 5), 0 0 3em rgb(212, 107, 203);
  background-color: rgb(144, 0, 255);
}

#image {
  -webkit-user-drag: none;
  align-items: center;
  display: flex;
  position: relative;
  justify-content: center !important;
  margin-left: 0%;
  /* width: 90vw; */
  width: 90%;
  object-fit: contain;
  /* will make the image fit inside the div, preserving the aspect ratio */
}

/* .sticky{
	margin-top: 20vh;
 width: 100%;
 height: 30%;
 background-color: rgb(47, 5, 41);
  } */

#wrapper {
  pointer-events: all;
  position: fixed;
  top: 0;
  opacity: 100%;
  margin-top: 0% !important;
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
  z-index: -1;
}

#d {
  position: relative;
  margin-top: 0% !important;
  margin-right: 0%;
  margin-left: 0%;
  width: 100%;
  height: 100%;
  display: block;
}

.cardbox {
  background-color: transparent;
  margin-left: 7.5vw;
  margin-right: 2.5vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

/* /////////////////////sticky //////////////*/

/* .container {
    overflow: hidden;
    position: absolute;
    height: 10vh;
    left: 0;
    width: 100%;
    -webkit-mask-image: -webkit-linear-gradient(top, rgb(0, 247, 255) 0%, rgb(0, 234, 255) 100%);
  }
  
  .container_solid {
    background: rgb(223, 31, 198);
    top: 0;
  } */

.contenuTitre {
  position: relative;
  height: fit-content;
}

.titre {
  margin-top: -8%;
  line-height: 100%;
  position: relative;
  color: rgb(196, 229, 240);
  /* top: -10vh; */
  font-size: 6em;
  padding: 2%;
  /* height: 10vh; */
  width: 70vw;
  z-index: 2;
  text-shadow: 1px 1px 15px rgb(255 255 255);
}

.texte {
  margin-top: 0vh;
}

.texte h2 {
  /* margin-top: 30vh; */
  /* top: 300vh; */
  font-family: regular;
  font-size: 6em;
  color: rgb(196, 229, 240);
  /* margin-right: 53vw; */
  text-align: left;
}

.stickyTitle0 h2 {
  margin: 0;
}

.stickyTitle0 {
  pointer-events: all;
  position: sticky;
  box-sizing: border-box;
  width: 90vw;
  height: 15vh;
  /* margin-left: -10vw; */
  top: 0rem;
  margin-left: 8vw;
  /* border: 1px solid white; */
  background-color: rgb(255, 0, 238);
  z-index: 100;
  box-shadow: inset 0 0 3em rgb(252, 231, 5), 0 0 3em rgb(212, 107, 203);
  border-radius: 2em;
  border: dotted 8px rgb(252, 231, 5);
  text-align: center;
  text-shadow: 1px 9px 15px rgb(255 255 255);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stickyTitle0 a:hover {
  color: red;
}

.texte h3 {
  /* margin-top: 30vh; */
  /* top: 300vh; */
  position: relative;
  font-family: regular;
  font-size: 6em;
  color: rgb(196, 229, 240);
  margin-right: 50vw;
}

.stickyTitle {
  position: sticky;
  width: 90vw;
  /* margin-left: -10vw; */
  top: 0rem;
  margin-left: 8vw;
  margin-top: -5vh;
  /* border: 1px solid white; */
  background-color: rgb(255, 0, 238);
  z-index: 10;
  box-shadow: inset 0 0 3em rgb(252, 231, 5), 0 0 3em rgb(212, 107, 203);
  border-radius: 2em;
  border: dotted 8px rgb(252, 231, 5);
  text-align: center;
  text-shadow: 1px 9px 15px rgb(255 255 255);
}

.texte p {
  /* top: 310vh; */
  /* top: 10vh; */
  width: 80vw;
  columns: 2;
  text-align: justify;
  z-index: +4;
  font-family: regular;
  font-size: 1.5rem;
  color: rgb(196, 229, 240);
  margin-left: 10vw;
  /* margin-bottom: 10vh; */
  align-self: flex-end;
  padding: 20px 0;
  line-height: 100%;
}

.texte h4 {
  /* margin-top: 30vh; */
  /* top: 300vh; */
  font-family: regular;
  font-size: 5em;
  color: rgb(196, 229, 240);
  margin-right: 50vw;
}

.stickyTitle1 {
  position: sticky;
  /* width: 50vw; */
  margin-left: -10vw;
  top: 0rem;
  margin-left: 8vw;
  /* border:  solid white; */
  background-color: rgb(255, 0, 238);
  z-index: 10;
  box-shadow: inset 0 0 3em rgb(252, 231, 5), 0 0 3em rgb(212, 107, 203);
  border-radius: 2em;
  border: dotted 8px rgb(252, 231, 5);
  text-align: center;
  text-shadow: 1px 9px 15px rgb(255 255 255);
}

.texte h5 {
  /* margin-top: 30vh; */
  /* top: 300vh; */
  font-family: regular;
  font-size: 5em;
  color: rgb(196, 229, 240);
  margin-right: 50vw;
}

.stickyTitle2 {
  position: sticky;
  /* width: 50vw; */
  margin-left: -10vw;
  top: 0rem;
  margin-left: 8vw;
  /* border: 1px solid white; */
  background-color: rgb(255, 0, 238);
  z-index: 10;
  box-shadow: inset 0 0 3em rgb(252, 231, 5), 0 0 3em rgb(212, 107, 203);
  border-radius: 2em;
  border: dotted 8px rgb(252, 231, 5);
  filter: drop-shadow(0 0 3px green);
  text-align: center;
  text-shadow: 1px 9px 15px rgb(255 255 255);
}

.cards {
  color: blue;
  z-index: 3;
  pointer-events: fill;
  width: 30%;
}

.card-flexbox {
  display: flex;
  flex-flow: column wrap;
  width: 100%;
  position: relative;
  justify-content: center;
  top: 0%;
  left: 0%;
  /* transform: translateX(-50%); */
  /* width: 90%; */
  /* height: 40%; */
}

.card-wrapper {
  position: relative;
  z-index: 0;
  width: 20vw;
  height: 65vh;
  perspective: 400px;
}

.card-wrapper:hover .card {
  transform-origin: center;
  transform: rotateY(180deg) translate(5%, 0%);
}

.card-wrapper:hover {
  z-index: 0;
}

.card {
  position: relative;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 1.5s cubic-bezier(0.86, 0, 0.07, 1);
  color: white;
  animation-duration: 2.5s;
}

.card-front,
.card-back {
  position: absolute;
  border-radius: 3%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: flex;
  color: white;
  background-color: white;
  flex-direction: row;
  justify-content: center;
}

.card-back {
  aspect-ratio: 2 / 3;
  width: 100%;
  color: white;
  transition: 12s;
  text-align: center justify;
}

.card-front {
  aspect-ratio: 2 / 3;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  animation-duration: 2.5s;
  /* animation-name: exemple10;
    animation-iteration-count: infinite;
    animation-direction: alternate; */
  box-shadow: inset 0 0 3em rgb(252, 231, 5), 0 0 3em rgb(212, 107, 203);
}

.card-front p {
  background-color: white;
  position: relative;
  font-size: 2.5em;
  line-height: 0.8;
  transform: translateY(-30%);
  text-align: center;
  font-family: Briar;
  top: 50%;
}

.card-back {
  text-decoration: none;
  transform: rotateY(180deg);
  display: flex;
  justify-content: center;
  background-color: rgb(196, 229, 240);
  align-items: center;
  transition: background 0.5s ease;
  box-shadow: inset 0 0 3em rgb(212, 107, 203), 0 0 3em rgb(212, 107, 203);
}

.card-back .b {
  position: absolute;
  margin-top: -2vh;
  font-family: "regular", Helvetica, sans-serif;
  color: rgb(196, 229, 240);
  background-color: rgb(255, 0, 238);
  text-align: center;
  transform: translateY(-30%);
  font-size: 2.5em;
  top: 50%;
  line-height: 0.8;
  text-shadow: 1px 9px 15px rgb(255 255 255);
}

/* ---------nav------------ */

.wrapperr {
  z-index: 101;
  position: fixed;
  top: 0;
  font-family: "regular", sans-serif;
  /*left: -100%;*/
  right: -100%;
  height: 100%;
  width: 100%;
  background: rgb(255, 0, 230);
  opacity: 100%;
  box-shadow: inset 0 0 100px blue, 0 0 100px rgb(42, 16, 240);
  /* background: linear-gradient(90deg, #f92c78, #4114a1); */
  /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
  /* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%); */
  transition: all 0.7s ease-in-out;
}
#active:checked ~ .wrapperr {
  /*left: 0;*/
  right: 0;
  box-shadow: inset 0 0 100px blue, 0 0 100px rgb(42, 16, 240);
}

/* burger/croix */
.menu-btn {
  pointer-events: all;
  position: fixed;
  z-index: 200;
  right: 20px;
  /*left: 20px; */
  top: 20px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;

  box-shadow: inset 0 0 1em rgb(255, 0, 195), 0 0 5em rgb(42, 16, 240);
}
.menu-btn span,
.menu-btn:before,
.menu-btn:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 30%;
  width: 40%;
  border-bottom: 2px solid white;
  box-shadow: 0 0 2px rgb(42, 16, 240);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu-btn:before {
  transform: translateY(-8px);
}
.menu-btn:after {
  transform: translateY(8px);
}

.close {
  width: 100%;
  height: 100%;
  pointer-events: visibleFill;
  transition: background 0.6s;
}

/* croix à l'interieur du burger */
#active:checked + .menu-btn span {
  transform: scaleX(0);
  z-index: 200;
}
#active:checked + .menu-btn:before {
  transform: rotate(45deg);
  border-color: rgb(31, 81, 217);
}
#active:checked + .menu-btn:after {
  transform: rotate(-45deg);
  border-color: rgb(31, 81, 217);
}
.wrapperr ul {
  position: absolute;
  top: 60%;
  left: 50%;
  height: 90%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
  /* box-shadow: inset 0 0 100px blue, 0 0 300px rgb(42, 16, 240); */
}

.wrapperr ul li {
  height: 10%;
  margin: 15px 0;
}
/* texte à l'interieur du burger */
.wrapperr ul li a {
  pointer-events: all;
  text-decoration: none;
  font-size: 30px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  border-radius: 50px;
  position: absolute;
  line-height: 50px;
  margin: 5px 0px;
  opacity: 0;
  transition: all 0.3s ease;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.wrapperr ul li a:after {
  position: absolute;
  content: "";
  background: rgb(255, 255, 255);
  box-shadow: inset 0 0 1em rgb(255, 0, 195), 0 0 5em rgb(42, 16, 240);
  /*background: linear-gradient(#14ffe9, #ffeb3b, #ff00e0);*/
  /*background: linear-gradient(375deg, #1cc7d0, #2ede98);*/
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50px;
  transform: scaleY(0);
  z-index: -1;
  transition: transform 0.3s ease;
}
.wrapperr ul li a:hover:after {
  transform: scaleY(1);
}
.wrapperr ul li a:hover {
  color: #1a73e8;
}
input[type="checkbox"] {
  display: none;
}
/* .content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    text-align: center;
    width: 100%;
    color: #e29a1f;
  } */
/* .content .title{
    font-size: 40px;
    font-weight: 700;
  }
  .content p{
    font-size: 35px;
    font-weight: 600;
  } */

/* texte à l'interieur */

#active:checked ~ .wrapperr ul li a {
  opacity: 1;
}
.wrapperr ul li a {
  transition: opacity 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateX(100px);
}
#active:checked ~ .wrapperr ul li a {
  transform: none;
  transition-timing-function: ease, cubic-bezier(0.1, 1.3, 0.3, 1); /* easeOutBackを緩めた感じ */
  transition-delay: 0.6s;
  transform: translateX(-100px);
}

.xxx {
  display: inline-block;
}

.align {
  display: flex;
  flex-direction: row;
}

/* ////////////////////////////////////////////////////////////////////////////medium */
@media screen and (max-width: 900px) {
  contenuSlot {
    align-items: center;
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
  }

  #wrapper {
    margin-top: 0% !important;
    margin-right: 0%;
    margin-left: 0%;
    width: 150%;
  }

  .contenuTitre {
    position: relative;
    height: fit-content;
  }

  .titre {
    margin-top: -5%;
    line-height: 100%;
    position: relative;
    color: rgb(196, 229, 240);
    top: 2vh;
    font-size: 4em;
    /* height: 10vh; */
    width: 70vw;
    z-index: 2;
    text-shadow: 1px 1px 15px rgb(255 255 255);
  }

  .card-back {
    aspect-ratio: 2 / 3;
    width: 100%;
    color: white;
    transition: 12s;
    text-align: center justify;
  }

  .card-front {
    aspect-ratio: 2 / 3;
    width: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    animation-duration: 2.5s;
    /* animation-name: exemple10;
        animation-iteration-count: infinite;
        animation-direction: alternate; */
    box-shadow: inset 0 0 3em rgb(252, 231, 5), 0 0 3em rgb(212, 107, 203);
  }

  .stickyTitle0 {
    position: sticky;
    box-sizing: border-box;
    aspect-ratio: 2 / 3;
    width: 100%;
    /* margin-left: -10vw; */
    top: 0rem;
    margin-left: 8vw;
    /* border: 1px solid white; */
    background-color: rgb(255, 0, 238);
    z-index: 100;
    box-shadow: inset 0 0 3em rgb(252, 231, 5), 0 0 3em rgb(212, 107, 203);
    border-radius: 2em;
    border: dotted 5px rgb(252, 231, 5);
    text-align: center;
    text-shadow: 1px 9px 15px rgb(255 255 255);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  ::-webkit-scrollbar {
    display: none;
  }

  .stickyTitle0 h2 {
    font-size: 3rem;
    margin: 0;
  }

  .texte p {
    /* top: 310vh; */
    /* top: 10vh; */
    width: 92vw;
    columns: 1;
    text-align: justify;
    z-index: +4;
    font-family: regular;
    font-size: 1.5rem;
    color: rgb(196, 229, 240);
    margin-left: 10vw;
    /* margin-bottom: 10vh; */
    align-self: flex-end;
    padding: 20px 0;
    line-height: 100%;
  }

  .texte p {
    position: static;
    padding: 2%;
    font-size: 2.4em;
    -webkit-hyphens: auto;
    hyphens: auto;
    color: antiquewhite;
    text-align: start;
    margin-left: 0%;
    /* column-count: 2; */
    text-align: justify;
    line-height: 110%;
    letter-spacing: -1px;
    word-spacing: -2px;
    text-shadow: 1px 1px 10px rgb(255 255 255);
  }

  .card-back {
    aspect-ratio: 2 / 3;
    width: 100%;
    color: white;
    transition: 12s;
    text-align: center justify;
  }

  .card-front {
    aspect-ratio: 2 / 3;
    width: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    animation-duration: 2.5s;
    /* animation-name: exemple10;
        animation-iteration-count: infinite;
        animation-direction: alternate; */
    box-shadow: inset 0 0 3em rgb(252, 231, 5), 0 0 3em rgb(212, 107, 203);
  }
}

/* ////////////////////////////////////////////////////////////////////////////small */
@media screen and (max-width: 600px) {
  .cards {
    color: blue;
    z-index: 3;
    pointer-events: fill;
    width: 100%;
    margin-top: 8vh;
  }

  .card {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 1.5s cubic-bezier(0.86, 0, 0.07, 1);
    color: white;
    animation-duration: 2.5s;
  }

  .card-flexbox {
    display: flex;
    flex-flow: column wrap;
    width: 100%;
    align-items: center;
    position: relative;
    justify-content: center;
    top: 0%;
    left: 0%;
    /* transform: translateX(-50%); */
    /* width: 90%; */
    /* height: 40%; */
  }

  .card-wrapper {
    position: relative;
    z-index: 0;
    width: 60vw;
    height: 55vh;
    perspective: 400px;
  }

  .card-back {
    aspect-ratio: 2 / 3 !important;
    width: 100%;
    color: white;
    transition: 12s;
    text-align: center justify;
    font-size: 2em;
  }

  .card-front {
    aspect-ratio: 2 / 3 !important;
    width: 100% !important;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    animation-duration: 2.5s;
    /* animation-name: exemple10;
        animation-iteration-count: infinite;
        animation-direction: alternate; */
    box-shadow: inset 0 0 3em rgb(252, 231, 5), 0 0 3em rgb(212, 107, 203);
  }

  body {
    overflow-x: hidden !important;
    pointer-events: all;
  }

  contenuSlot {
    align-items: center;
    position: relative;
    display: flex;
    width: 100%;
    background: #1a73e8;
    margin-left: 5%;
    justify-content: center;
  }

  #gif-player {
    width: 96%;
    z-index: 2;
    border: dotted 5px rgb(196, 229, 240);
    margin-top: -5vh;
  }

  #play-button {
    font-family: "regular";
    font-size: 150%;
    border-radius: 20%;
    border: 5px dotted rgb(252, 231, 5);
    box-shadow: inset 0 0 1em rgb(252, 231, 5), 0 0 3em rgb(212, 107, 203);
  }

  #play-button:hover {
    font-family: "regular";
    font-size: 150%;
    border: 5px dotted rgb(188, 142, 231);
    box-shadow: inset 0 0 1em rgb(252, 231, 5), 0 0 3em rgb(212, 107, 203);
    background-color: rgb(144, 0, 255);
  }

  #wrapper {
    margin-top: 0% !important;
    margin-right: 0%;
    margin-left: 0%;
    width: 200%;
  }
  .contenuTitre {
    position: relative;
    height: fit-content;
  }

  .titre {
    margin-top: -15%;
    line-height: 100%;
    position: relative;
    color: rgb(196, 229, 240);
    /* top: -10vh; */
    font-size: 3em;
    padding: 1%;
    /* height: 10vh; */
    width: 70vw;
    z-index: 2;
    text-shadow: 1px 1px 15px rgb(255 255 255);
  }

  .cardbox {
    background-color: transparent;
    justify-content: center;
    margin-left: 1.5vw;
    margin-right: 1.5vw;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
  }

  .card-back {
    width: 100%;
    left: -3vw;
    height: 100%;
    margin: auto;
    color: white;
    transition: 12s;
    text-align: center justify;
  }

  .card-front {
    font-family: Arial, Helvetica, sans-serif;
    width: 80%;
    height: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    animation-duration: 2.5s;
    /* animation-name: exemple10;
        animation-iteration-count: infinite;
        animation-direction: alternate; */
    box-shadow: inset 0 0 3em rgb(252, 231, 5), 0 0 3em rgb(212, 107, 203);
  }

  .imgcarte {
    pointer-events: fill;
    aspect-ratio: 2 / 3;
    width: 100%;
  }

  .stickyTitle0 {
    position: sticky;
    box-sizing: border-box;
    width: 100vw;
    height: 7vh;
    /* margin-left: -10vw; */
    top: 0rem;
    margin-left: -2vw;
    /* margin-top: -6vh; */
    /* border: 1px solid white; */
    background-color: rgb(255, 0, 238);
    z-index: 100;
    box-shadow: inset 0 0 3em rgb(252, 231, 5), 0 0 3em rgb(212, 107, 203);
    border-radius: 2em;
    border: dotted 5px rgb(252, 231, 5);
    text-align: center;
    text-shadow: 1px 9px 15px rgb(255 255 255);
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
  }

  .stickyTitle0 h2 {
    font-size: 2rem;
    margin: 0;
    text-align: center;
  }

  .texte p {
    position: static;
    padding: 2%;
    font-size: 1.4em;
    -webkit-hyphens: auto;
    hyphens: auto;
    color: antiquewhite;
    text-align: start;
    margin-left: 0%;
    /* column-count: 2; */
    text-align: justify;
    line-height: 110%;
    letter-spacing: -1px;
    word-spacing: -2px;
    text-shadow: 1px 1px 10px rgb(255 255 255);
  }
}
