body {
  overflow-y: hidden;
  overflow-x: hidden;
  margin:0;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

/* Selection */
::selection {
  color : #ffffff;
  background-color: #098086;
}


/* Designing for scroll-bar */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: gainsboro;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #303030;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #555555;
}








/* Loader */

#loader {
  position: absolute;
  z-index : 5;
  top : 0;
  left : -100vw;
  background-color: #0f0f0f;
  width: 100vw;
  height: 100vh;
  animation-name: load1;
  animation-duration: 1.5s;
}

@keyframes load1 {
  0% {
    left : 0;
  }

  50% {
    left : 0;
  }

  99% {
    left : -100vw;
    display: block;
  }

  100% {
    display: none;
  }
}

@keyframes load2 {
  0% {
    left : -100vw;
  }

  50% {
    left : 0;
  }

  100% {
    left : 0;
  }
}

div#case1{
  position : absolute;
  left : 50vw;
  top : 50vh;
  width : 0.25vw;
  height : 5vh;
  background-color: #ffffff;
  animation-duration: 1.5s;
  animation-name: anim;
  animation-iteration-count: infinite;
}

div#case2{
  position : absolute;
  left : 48vw;
  top : 50vh;
  width : 0.25vw;
  height : 5vh;
  background-color: #ffffff;
  animation-duration: 1.5s;
  animation-name: anim;
  animation-iteration-count: infinite;
}

div#case3{
  position : absolute;
  left : 49vw;
  top : 51.25vh;
  width : 0.25vw;
  height : 2.5vh;
  background-color: #ffffff;
  animation-duration: 1.5s;
  animation-name: anim2;
  animation-iteration-count: infinite;
}

div#case4{
  position : absolute;
  left : 51vw;
  top : 51.25vh;
  width : 0.25vw;
  height : 2.5vh;
  background-color: #ffffff;
  animation-duration: 1.5s;
  animation-name: anim2;
  animation-iteration-count: infinite;
}

div#case5{
  position : absolute;
  left : 52vw;
  top : 50vh;
  width : 0.25vw;
  height : 5vh;
  background-color: #ffffff;
  animation-duration: 1.5s;
  animation-name: anim;
  animation-iteration-count: infinite;
}

div#loading{
  position : absolute;
  left : 46.5vw;
  top : 56.5vh;
  width : auto;
  height : auto;
  color: #ffffff;
  font-family: 'Copperplate', sans-serif;
  font-style: normal;
  font-weight: 400;
}

div#point1{
  position : absolute;
  left : 51.5vw;
  top : 56.5vh;
  width : auto;
  height : auto;
  color: #ffffff;
  font-family: 'Copperplate', sans-serif;
  font-style: normal;
  font-weight: 400;
}

div#point2{
  position : absolute;
  left : 52vw;
  top : 56.5vh;
  width : auto;
  height : auto;
  color: #ffffff;
  font-family: 'Copperplate', sans-serif;
  font-style: normal;
  font-weight: 400;
  animation-duration: 0.75s;
  animation-name: anim3;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

div#point3{
  position : absolute;
  left : 52.5vw;
  top : 56.5vh;
  width : auto;
  height : auto;
  color: #ffffff;
  font-family: 'Copperplate', sans-serif;
  font-style: normal;
  font-weight: 400;
  animation-duration: 0.75s;
  animation-name: anim4;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes anim {
  0% {
    height : 5vh;
    top : 50vh;
    border-radius : 0%;
  }

  50% {
    height : 2.5vh;
    top : 51.25vh;
    border-radius : 15%;
  }

  100% {
    height : 5vh;
    top : 50vh;
    border-radius : 0%;
  }
}

@keyframes anim2 {
  0% {
    height : 2.5vh;
    top : 51.25vh;
    border-radius : 15%;
  }

  50% {
    height : 5vh;
    top : 50vh;
    border-radius : 0%;
  }

  100% {
    height : 2.5vh;
    top : 51.25vh;
    border-radius : 15%;
  }
}

@keyframes anim3 {
  0% {
    opacity : 0;
  }

  25% {
    opacity : 0;
  }

  100% {
    opacity : 1;
  }
}

@keyframes anim4 {
  0% {
    opacity : 0;
  }

  80% {
    opacity : 0;
  }

  100% {
    opacity : 1;
  }
}















header > img {
  z-index : 3;
  position: absolute;
  width: 7.5vw;
  left: 0.75vw;
  top: 4vh;
}

header > img:hover { 
  cursor: pointer;
}

header > div { 
  z-index : 2;
  position: absolute;
  width: 11vw;
  height: 21vh;
  left: 0px;
  top: 0px;
  background-color: #ffffff;
  clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 0, 99% 0, 72% 85%, 0 99%, 0 100%, 73% 86%, 100% 0);
}


#containernav {
  z-index: 2;
  position : absolute;
  top : 9.5vh;
  left: 0;
  width : 100vw;
}

img.imgcoin4 {
  margin-left: 92.5vw;
  width: 5vw;
  transition: all ease-out 1.5s;
  margin-bottom: -7.5vh;
}

nav {
  z-index : 3;
  position: absolute;
  width: auto;
  height: 15vh;
  right: 2vw;
  top: 4vh;
}

img.imgcoin5 {
  position: absolute;
  margin-left: -0.5vw;
  width: 0.75vw;
  transition: all ease-out 1.5s;
  margin-top : -0.25vh;
}

img.imgcoin6 {
  transform: rotate(180deg);
  position: absolute;
  margin-left: -2vw;
  width: 0.75vw;
  transition: all ease-out 1.5s;
  margin-top : 1.5vh;
}



a.titrenav1, a.titrenav2 {
  font-family: 'Copperplate', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25vw;
  color: #696969;
  transition: all ease-out 0.25s;
  text-decoration: none;
  margin-right: 1.5vw;
}

a.titrenav1 {
  color: #ffffff;
}

a.titrenav1:hover {
  cursor: pointer;
}

a.titrenav2:hover {
  color : #ffffff;
  cursor: pointer;
}




















#containerlangue {
  z-index: 2;
  position :absolute;
  bottom : 3.5vh;
  left: 0;
  width : 100vw;
}

img.imgcoin3 {
  transform: rotate(180deg);
  margin-left: 3vw;
  width: 5vw;
  transition: all ease-out 1.5s;
  margin-bottom: -7.5vh;
}

h3.lg {
  margin-left: 92.5vw;
  font-family: 'Copperplate', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1vw;
  text-align: center;
  color: #FFFFFF;
  transition: all ease-out 1.5s;
}

.lg-choix1, .lg-choix2 {
  color: #696969;
  transition: all ease-out 0.25s;
}

.lg-choix2 {
  margin-top : 1vh;
}

.lg-choix1:hover, .lg-choix2:hover {
  color: #FFFFFF;
  cursor: pointer;
}

.lg-choix3{
  color: #ffffff;
}

.flou {
  filter: blur(6px);
  opacity: 0.5;
}


@media screen and (max-width : 700px) and (orientation: portrait) {

  /* Designing for scroll-bar */
  ::-webkit-scrollbar {
    display: none;
  }

  /* Loader */
  div#case1, div#case2, div#case5 {
    width : 0.4vw;
    height : 3vh;
    top : 50vh;
  }

  div#case3, div#case4{
    width : 0.4vw;
    height : 1.5vh;
    top : 50.75vh;
  }

  @keyframes anim {
    0% {
      height : 3vh;
      top : 50vh;
      border-radius : 0%;
    }
  
    50% {
      height : 1.5vh;
      top : 50.75vh;
      border-radius : 15%;
    }
  
    100% {
      height : 3vh;
      top : 50vh;
      border-radius : 0%;
    }
  }
  
  @keyframes anim2 {
    0% {
      height : 1.5vh;
      top : 50.75vh;
      border-radius : 15%;
    }
  
    50% {
      height : 3vh;
      top : 50vh;
      border-radius : 0%;
    }
  
    100% {
      height : 1.5vh;
      top : 50.75vh;
      border-radius : 15%;
    }
  }

  div#loading{
    left : 40.5vw;
  }

  div#point1{
    left : 55.5vw;
  }

  div#point2{
    left : 57vw;
  }

  div#point3{
    left : 58.5vw;
  }



  /* Header */
  header > img {
    width: 12.5vw;
    left: 3vw;
    top: 3vh;
  }

  header > div {
    width: 25vw;
    height: 17vh;
  }

  #containernav {
    top : 5.5vh;
    left: 1vw;
  }

  img.imgcoin4 {
    margin-left: 85.5vw;
    width: 10vw;
    transition: all ease-out 1.5s;
    margin-bottom: -6vh;
  }

  nav {
    z-index : 3;
    position: absolute;
    width: auto;
    height: 15vh;
    right: 2vw;
    top: 3vh;
  }

  img.imgcoin5, img.imgcoin6 {
    display: none;
  }



  a.titrenav1, a.titrenav2 {
    font-family: 'Copperplate', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2.75vw;
    color: #696969;
    transition: all ease-out 0.25s;
    text-decoration: none;
    margin-right: 1.5vw;
  }

  a.titrenav1 {
    color: #ffffff;
  }

  a.titrenav1:hover {
    cursor: pointer;
  }

  a.titrenav2:hover {
    color : #ffffff;
    cursor: pointer;
  }



    
  #containerlangue {
    z-index: 2;
    position :absolute;
    bottom : 0vh;
    left: 0;
    width : 100vw;
  }

  img.imgcoin3 {
    transform: rotate(180deg);
    margin-left: 3.5vw;
    width: 10vw;
    transition: all ease-out 1.5s;
    margin-bottom: -6.5vh;
  }

  h3.lg {
    margin-left: 89vw;
    font-family: 'Copperplate', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 3.25vw;
    text-align: center;
    color: #FFFFFF;
    transition: all ease-out 1.5s;
  }

  .lg-choix1, .lg-choix2 {
    margin-top : -1vh;
    color: #696969;
    transition: all ease-out 0.25s;
  }

  .lg-choix2 {
    margin-top : 1vh;
  }

  .lg-choix1:hover, .lg-choix2:hover {
    color: #FFFFFF;
    cursor: pointer;
  }

  .lg-choix3{
    color: #ffffff;
  }

}