body, html {
  background: linear-gradient(0deg, rgb(255, 58, 23) 0%, rgb(155, 219, 253) 100%);
  /* overflow-x: hidden; */
  width: 100%;
  position: absolute;
}

html {
  min-height: 100%;
}


/* .wholeWebsite {
  height: 100%;
  width: 10%;
  position: absolute;
  left: 0;
  background: linear-gradient(0deg, rgb(255, 77, 23) 0%, rgba(83,196,255,1) 100%);

} */

/* texte easy to relax with sauna */

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

html {
  /* font-family: helvetica; */
  font-size: 20px;
  color: white;
  font-family: "voyage";
  src: url("../font/Voyage-Regular.otf");

}

@font-face {
  font-family: "voyage";
  src: url("../font/Voyage-Regular.otf");
  font-style: normal;
  font-weight: 600;
}


body {
  height: auto;
  font-family: voyage, helvetica, sans-serif;
  background-color: rgb(231, 231, 231);
  contain: paint;

}

@keyframes bluring {
  0% {
    filter: blur(0px);
  }

  50% {
    filter: blur(20px);
  }

  100% {
    filter: blur(0px);
  }
}

/* body {

  /* filter: blur(20px);
  animation: bluring 30s ease-in 0s infinite; 
  /* width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000000; 
}



.page {
  height: 100%;

  display: flex;
  justify-content: center;

align-items: center;
}



h1 {
  font-size: 4rem;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: #666;

}


.description {
  position: absolute;
  animation: rotateInfinite 20s linear 2s normal infinite ; 
  /* animation: name duration timing-function delay iteration-count direction fill-mode; */


.description span {
  height: 20rem;
  width: 1rem;
  background-color: aquamarine;

  position: absolute;
  top: calc(50% - 20rem);
  left: calc(50% - .5rem);
  font-family: "voyage";
  src: url("font/Voyage-Regular.otf");
  font-size: 4rem;


  transform-origin: bottom center;
  animation: fan 2s ease-out forwards;


}

@keyframes fan {
  from {
    transition: rotateZ (-100deg);
  }

  to {
    transform: rotateZ(calc(var(--i) * 14deg));
  }
}

@keyframes rotateInfinite {
  0% {
    transform: rotateZ(0deg);
  }

  100% {
    transform: rotateZ(360deg);
  }

}

@keyframes rotate {
  to {
    transition: rotateZ (160deg);
  }
}

@keyframes rotate--inf {
  to {
    transition: rotateZ (160deg);
  }
}

/* fin texte easy to relax with sauna */

/* box 2 3 4 5 6 7 */


* {
  padding: 0px;
  margin: 0px;
  font-family: "voyage";
  src: url("font/Voyage-Regular.otf");

  color: black;
  font-size: 50px;

}

.box-one {
  background: rgb(163, 203, 230);
  border-width: 10px;
  border-style: solid;
  border-color: aquamarine;
  padding: 300px;
  font-size: 70px;
  /* font-family: helvetica; */

}

.box-two {
 
  position: relative;
  padding-left: 20px;
  padding-right: 15px;
  padding-top: 0px;
  padding-bottom: 15px;
  padding-right: 30px;
  font-size: 200px;
  margin-left: 50px;
  margin-top: 230px;
  margin-bottom: 50px;
  margin-right: 50px;
  font-size: 200px;
  
  font-family: "voyage";
  src: url("font/Voyage-Regular.otf");
  
  /* font-family: helvetica; */

}



.container {
  display: flex;
  overflow: hidden;
  width: 100%;
  position: absolute;
  font-family: "voyage";
  src: url("font/Voyage-Regular.otf");
  

  display: flex;
  flex-direction: row;
}

/*responsive*/

@media (max-width: 800px) {
  .flex-container {
    flex-direction: column;
  }
}

.containers {
  display: flex;
  overflow: hidden;
  width: 100%;
  position: absolute;
  font-family: "voyage";
  src: url("font/Voyage-Regular.otf");
  

  display: flex;
  flex-direction: row;
}

/*responsive*/

@media (max-width: 800px) {
  .flex-container {
    flex-direction: column;
  }
}



.txt {
  white-space: nowrap;
  font-size: 200px;
  animation: scrollTxt 20s linear infinite;

}

.t1 {
  color: rgb(0, 0, 0);
  background-color: aquamarine;
}


@keyframes scrollTxt {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-100%, 0);
  }
}

.box-three,
.box-for,
.box-five,
.box-six,
.box-seven,
.box-eight {
  padding-left: 100px;
  font-size: 10px;
  font-family: "voyage";
  src: url("font/Voyage-Regular.otf");
  

  

}

/* box 2 3 4 5 6 7 */

.box-eight {
  background: rgb(139, 241, 255);
  border-width: 10px;
  border-style: solid;
  border-color: aquamarine;
  position: relative;
  
  
  font-size: 200px;
  margin-left: 50px;
  margin-top: 230px;
  margin-bottom: 50px;
  margin-right: 50px;
  font-family: "voyage";
  src: url("font/Voyage-Regular.otf");

}
.img1{
  width: 50vw;
  height: 50vh;
  position: absolute;
  margin-left: -10vw;
  margin-top: -7.5vh;
  z-index: 10000;
  pointer-events: none;
}


.img2{
  width: 50vw;
  height: 50vh;
  position: absolute;
  margin-left: 60vw;
  margin-top: -7.5vh;
  z-index: 10000;
  pointer-events: none;

}




.box-nine {
  width: 100%;
  font-size: 4em;
  font-family: "voyage";
  src: url("font/Voyage-Regular.otf");

}


h2 {
  position: sticky;
  top: 0;
  height: 2em;
  background-color: rgb(139, 241, 255);
  border: 10px solid aquamarine;
  
  color: black;
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 14px;



}

h2:nth-child(3) {
  top: 4rem;

}


h2:nth-child(5) {
  top: 8rem;

}
h2:nth-child(7) {
  top: 12rem;

}

/* scroll vertical */
body {
  margin: 0;
  padding: 0;
  font-family: "voyage";
  src: url("font/Voyage-Regular.otf");
}

.slide {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 100px;
}


.blocHorizontal {
  display: flex;
  flex-direction: row;
  width: 400vw;
  transform: rotate(90deg) translateY(-100vh);
  transform-origin: top left;
  /* scroll-snap-align: start; */


}



.box-ten {
  width: 100vh;
  height: 100vw;
  transform: rotate(-90deg) translateX(-100vh);
  transform-origin: top left;
  overflow-x: hidden;
  /* scroll-snap-type: y mandatory; */

  /* pour ie et mozilla */
  -ms-overlow-style: none;
  scrollbar-width: none;
}

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

.one {
  background: aquamarine;
  font-family: "voyage";
  src: url("font/Voyage-Regular.otf");
}

.two {
  background: rgb(139, 241, 255);
  font-family: "voyage";
  src: url("font/Voyage-Regular.otf");
}

.three {
  background: aquamarine;
  font-family: "voyage";
  src: url("font/Voyage-Regular.otf");
}

.four {
  background: aquamarine;
  font-family: "voyage";
  src: url("font/Voyage-Regular.otf");
}

/* .four {
  background: aquamarine
  font-family: "voyage";
  src: url("font/Voyage-Regular.otf");
} */

/*fin scroll vertical*/


/* sauna effet blur */


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: center;
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;

}

section .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;


}

section .box:nth-child(1) {
  filter: blur(10px);
}

@keyframes mon-animation {
  From {
    filter: blur(5px);
  }

  To {
    filter: blur(20px);
  }
}

section .box:nth-child(1)div {
  Animation-name: blur;
  Animation-delay: 5s;
  Animation-duration: 5s;
  Animation-iteration-count: infinite;
}

section .box:nth-child(2) {
  clip-path: circle(150px at var(--x) var(--y));
}

section .box h2 {
  position: absolute;
  color: #fff;
  font-size: 10em;
  transform: translate(0, 0);

}

.circle {
  
  position: absolute;
  top: -150px;
  left: -150px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  transform: translate(0, 0);
  transform: translate(var(--x), var(--y));
  

}

/* fin effet blur */



body {
  background-color: rgb(163, 203, 230);

}

/* texte easy to relax with sauna */

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

html {
  /* font-family: helvetica; */
  font-size: 20px;
  color: white;
  font-family: "voyage";
  src: url("font/Voyage-Regular.otf");

}

@font-face {
  font-family: "voyage";
  src: url("font/Voyage-Regular.otf");
  font-style: normal;
  font-weight: 600;
}

body {
  /* height: 100vh; */
  font-family: voyage, helvetica, sans-serif;
  background-color: aquamarine;

}

@keyframes bluring {
  0% {
    filter: blur(0px);
  }

  50% {
    filter: blur(20px);
  }

  100% {
    filter: blur(0px);
  }
}



.page {
  height: 100vh;

  display: flex;
  justify-content: center;
  overflow: hidden;
  align-items: center;
}

.pageEnd {
  /* height: 110vh; */
  position: relative;
  top: -20%;
}


h1 {
  font-size: 4rem;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: #666;

}

.description {
  position: absolute;
  animation: rotateInfinite 20s linear 2s normal infinite;
  /* animation: name duration timing-function delay iteration-count direction fill-mode; */
}

.description span {
  height: 20rem;
  width: 1rem;

  position: absolute;
  top: calc(50% - 20rem);
  left: calc(50% - .5rem);
  font-family: "voyage";
  src: url("font/Voyage-Regular.otf");
  font-size: 4rem;


  transform-origin: bottom center;
  animation: fan 2s ease-out forwards;

}

.circle {
  position: absolute;
  background-color: aquamarine;
  top: 50%;
  left: 50%;
  width: 40rem;
  height: 40rem;
  border-radius: 100%;
  transform: translate(-50%, -50%);
 
}

@keyframes fan {
  from {
    transition: rotateZ (-100deg);
  }

  to {
    transform: rotateZ(calc(var(--i) * 14deg));
  }
}

@keyframes rotateInfinite {
  0% {
    transform: rotateZ(360deg);
  }

  100% {
    transform: rotateZ(0deg);
  }

}

@keyframes rotate {
  to {
    transition: rotateZ (160deg);
  }
}

@keyframes rotate--inf {
  to {
    transition: rotateZ (160deg);
  }
}

/* fin texte easy to relax with sauna */

/* box 2 3 4 5 6 7 */


* {
  padding: 0px;
  margin: 0px;
  font-family: "voyage";
  src: url("font/Voyage-Regular.otf");

  color: black;
  font-size: 50px;

}

.box {
  font-size: 10rem !important;
}

.box-one {
  background: rgb(163, 203, 230);
  border: solid 0px #512DA8;
  padding: 300px;
  font-size: 70px;
  /* font-family: helvetica; */

}

.box-two {
  background: rgb(139, 241, 255);
  padding-left: 20px;
  padding-bottom: 30px;
  margin-top: 10px;
  
  font-size: 200px;
  font-family: "voyage";
  src: url("font/Voyage-Regular.otf");
    border: 10px solid aquamarine;

  /* font-family: helvetica; */

}

.container {
  display: flex;
  overflow: hidden;
  width: 100%;
  position: absolute;

  font-family: "voyage";
  src: url("font/Voyage-Regular.otf");



}

.txt {
  white-space: nowrap;
  font-size: 200px;
  animation: scrollTxt 20s linear infinite;
  border-bottom: 15px;
  border-style: solid;
  border-color: aquamarine;

}

.t1 {
  color: rgb(0, 0, 0);
  background-color: aquamarine;
}


@keyframes scrollTxt {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-100%, 0);
  }
}

.box-three,
.box-for,
.box-five,
.box-six,
.box-seven,
.box-eight {
  background: rgb(139, 241, 255);
  padding: 100px;
  font-size: 10px;
  font-family: "voyage";
  src: url("font/Voyage-Regular.otf");

}

/* box 2 3 4 5 6 7 */

.box-eight {
  background: rgb(139, 241, 255);
  position: relative;
  padding-left: 20px;
  padding-right: 15px;
  padding-top: 0px;
  padding-bottom: 15px;
  font-size: 200px;
  margin-left: 50px;
  margin-top: 30px;
  margin-bottom: 50px;
  margin-right: 50px;
  font-family: "voyage";
  src: url("font/Voyage-Regular.otf");

}

.box-eights {

  text-align: left;
  background: rgb(139, 241, 255);
  position: relative;
  padding-right: 15px;
  padding-left: 20px;
  padding-top: -30px;
  padding-bottom: 30px;
  font-size: 200px;
  margin-left: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-right: 50px;
  font-family: "voyage";
  border-width: 10px;
  border-style: solid;
  border-color: aquamarine;

  src: url("font/Voyage-Regular.otf");

}


.box-nine {
  width: 100%;
  font-size: 4em;
  font-family: "voyage";
  src: url("font/Voyage-Regular.otf");

}

p {
  margin-left: 50px;
  margin-right: 50px;
  padding-left: 15px;
  padding-right: 10px;
  padding-bottom: 20px;
  border-right: 10px;
  

  border-left: 10px;
  border-style: solid;
  border-color: aquamarine;




}

.box h2 {
  position: sticky;
  top: 0;
  height: 2em;
  margin-left: 50px;
  margin-right: 50px;
  font-size: 100px;

  border-top: 5px solid aquamarine;
  border-bottom: 0px solid aquamarine;
  border-width: 10px;
  border-style: solid;
  border-color: aquamarine;

  color: black;
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
  

}

.box h2:nth-child(3) {
  top: 4rem;

}


.box h2:nth-child(5) {
  top: 8rem;

}

.box h2:nth-child(7) {
  top: 12rem;

}


/* scroll vertical */
body {
  margin: 0;
  padding: 0;
  font-family: "voyage";
  src: url("font/Voyage-Regular.otf");
}

.slide {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 100px;
}


.blocHorizontal {
  display: flex;
  flex-direction: row;
  width: 400vw;
  transform: rotate(90deg) translateY(-100vh);
  transform-origin: top left;
  text-align: center;
  margin-bottom: 0px;
}

.container-box-ten {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.box-ten {
  width: 100vh;
  height: 100vw;
  transform: rotate(-90deg) translateX(-100vh);
  transform-origin: top left;
  overflow-x: hidden;

  /* pour ie et mozilla */
  -ms-overlow-style: none;
  scrollbar-width: none;
}

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

.one {
  background: rgb(0, 235, 203);
  font-family: "voyage";
  src: url("font/Voyage-Regular.otf");
}

.two {
  background: rgb(139, 241, 255);
  font-family: "voyage";
  src: url("font/Voyage-Regular.otf");
}

.three {
  background: rgb(0, 235, 203);
  font-family: "voyage";
  src: url("font/Voyage-Regular.otf");
}

.four {
  background: rgb(139, 241, 255);
  font-family: "voyage";
  src: url("font/Voyage-Regular.otf");
}

/*fin scroll vertical*/


/*final */

.slide {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 100px;
}


.blocHorizontal {
  display: flex;
  flex-direction: row;
  width: 400vw;
  transform: rotate(90deg) translateY(-100vh);
  transform-origin: top left;
  text-align: center;
}
.box-ten {
  width: 100vh;
  height: 100vw;
  transform: rotate(-90deg) translateX(-100vh);
  transform-origin: top left;
  overflow-x: hidden;

  /* pour ie et mozilla */
  -ms-overlow-style: none;
  scrollbar-width: none;
}
::-webkit-scrollbar {
  display: none;
}
.one {
  background: rgb(241, 51, 51);
  font-family: "voyage";
src: url("font/Voyage-Regular.otf");
}
.two {
  background: rgb(241, 51, 51);
  font-family: "voyage";
src: url("font/Voyage-Regular.otf");
}
.three {
  background: rgb(241, 51, 51);
  font-family: "voyage";
src: url("font/Voyage-Regular.otf");
}
.four {
  background: rgb(241, 51, 51);
  font-family: "voyage";
src: url("font/Voyage-Regular.otf");
}

.one, .two, .three, .four {
  color: rgb(0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  counter-reset: my-count 5;
  animation: countdown 3s linear infinite;
}
/* 
  &::after {
    content: counter(my-count);
    font-size: 30em;
  } */

    &::after {
    content: counter(my-count);
    font-size: 30em;
  }



@keyframes countdown {
  0% {
    background: rgb(255, 159, 124)
  }
  100% {
    counter-increment: my-count -1;
    background: rgb(241, 51, 51)
  }
}
/*fin scroll vertical*/


.fin {
  background: rgb(139, 241, 255);
  background: rgb(139, 241, 255);
  position: relative;
  padding: 10px;
  font-size: 200px;
  margin-left: 50px;
  margin-top: -600px;
  margin-bottom: 50px;
  margin-right: 50px;
  font-size: 200px;
  font-family: "voyage";
  src: url("font/Voyage-Regular.otf");
  border-width: 10px;
  border-style: solid;
  border-color: aquamarine;
  /* font-family: helvetica; */

}

h3 {
  font-size: 35px;
  padding-left: 75px;
  padding-right: 50px;
  padding-top: 15px;
  padding-bottom: 20px;
}


