/*!*********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./sass/main.scss ***!
  \*********************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap);
/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./sass/main.scss (1) ***!
  \*************************************************************************************************************/
.coMarketing {
  background-color: #F6DE06;
}

.coWeb {
  background-color: #31E1F7;
}

.coProd {
  background-color: #FF8862;
}

.coCrea {
  background-color: #9766FF;
}

.coNum {
  background-color: #53E8A0;
}

.coCon {
  background-color: #FF66A6;
}

/* Webfont: Thunder-SemiBoldLC */
@font-face {
  font-family: "ThunderSemBd";
  src: url(../d6445d0c13fd55b1c0a1.woff) format("woff"), url(../4f2acc1f4bd2cf415fa9.woff2) format("woff2"), url(../0544002874bb508df5ff.ttf) format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
.coMarketing {
  background-color: #F6DE06;
}

.coWeb {
  background-color: #31E1F7;
}

.coProd {
  background-color: #FF8862;
}

.coCrea {
  background-color: #9766FF;
}

.coNum {
  background-color: #53E8A0;
}

.coCon {
  background-color: #FF66A6;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

#logoContainer {
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%) scale(0.6);
  display: block;
  position: relative;
  width: fit-content;
  height: fit-content;
  animation: spinLogo 2.7s linear infinite;
}

@keyframes spinLogo {
  0% {
    transform: translateX(-50%) scale(0.6) rotate3D(0, 0, 0, 0deg);
  }
  100% {
    transform: translateX(-50%) scale(0.6) rotate3D(0, 1, 0, 360deg);
  }
}
@keyframes loadingE {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: white;
  z-index: 100000;
  overflow: hidden;
}
.loader-wrapper .loader-text {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #16a085;
  -webkit-animation: spin 1.7s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.7s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
  z-index: 100100;
}
.loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #6debff;
  -webkit-animation: spinReverse 0.6s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spinReverse 0.6s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}
.loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f9c922;
  -webkit-animation: spin 1s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinReverse {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.contHeaderDesktop {
  width: 90%;
  border: 1px solid #181818;
  border-radius: 50px;
  margin-left: auto;
  left: 50%;
  transform: translateX(-50%);
  margin-right: auto;
  position: fixed;
  z-index: 1000;
  background-color: white;
  top: 25px;
}
.contHeaderDesktop .inner {
  display: flex;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
.contHeaderDesktop .inner .contTime,
.contHeaderDesktop .inner .contNav {
  display: flex;
  width: 33%;
  justify-content: center;
}
.contHeaderDesktop .inner .contTime {
  margin-top: 0px;
}
.contHeaderDesktop .inner .contLogo {
  display: flex;
  width: 33%;
  column-gap: 35px;
  align-items: center;
  margin-left: 25px;
}
.contHeaderDesktop .inner .contLogo .box {
  width: 35px;
  height: 30px;
  position: relative;
  border: 2px solid #181818;
}
.contHeaderDesktop .inner .contLogo .box::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background-color: #181818;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(40deg);
}
.contHeaderDesktop .inner .contLogo .box::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background-color: #181818;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-40deg);
}
.contHeaderDesktop .inner .contLogo .box:hover {
  cursor: pointer;
}
.contHeaderDesktop .inner .contLogo a {
  text-decoration: none;
}
.contHeaderDesktop .inner .contLogo a .name p {
  font-family: "DM Mono", monospace;
  margin-top: 5px;
  text-transform: uppercase;
  color: #181818;
  font-weight: 500;
}
.contHeaderDesktop .inner .contTime p {
  font-family: "DM Mono", monospace;
  font-weight: 500;
}
.contHeaderDesktop .inner .contNav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: flex-start;
}
.contHeaderDesktop .inner .contNav a {
  font-family: "DM Mono", monospace;
  font-weight: 500;
  color: #181818;
  text-decoration: none;
  position: relative;
}
.contHeaderDesktop .inner .contNav a:visited {
  color: #181818;
}
.contHeaderDesktop .inner .contNav a .petit {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #F6DE06;
  bottom: -20px;
  transform: translateY(50%);
  left: 0%;
  transition: all 0.25s;
  opacity: 0.08;
}
.contHeaderDesktop .inner .contNav a #txt1,
.contHeaderDesktop .inner .contNav a #txt2,
.contHeaderDesktop .inner .contNav a #txt3,
.contHeaderDesktop .inner .contNav a #txt4 {
  width: fit-content;
}

.chapeau {
  height: 60px;
}

.coMarketing {
  background-color: #F6DE06;
}

.coWeb {
  background-color: #31E1F7;
}

.coProd {
  background-color: #FF8862;
}

.coCrea {
  background-color: #9766FF;
}

.coNum {
  background-color: #53E8A0;
}

.coCon {
  background-color: #FF66A6;
}

.three {
  position: absolute;
  z-index: 11;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.coMarketing {
  background-color: #F6DE06;
}

.coWeb {
  background-color: #31E1F7;
}

.coProd {
  background-color: #FF8862;
}

.coCrea {
  background-color: #9766FF;
}

.coNum {
  background-color: #53E8A0;
}

.coCon {
  background-color: #FF66A6;
}

.marketingBack {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0px;
  z-index: 12;
}
.marketingBack::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../8844e75c880991ede5df.png);
}
.marketingBack .marketingTitle {
  font-family: "ThunderSemBd";
  user-select: none;
  color: #181818;
  text-transform: uppercase;
  font-size: 14rem;
  display: block;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
  position: relative;
  text-align: center;
  z-index: 12;
  margin-top: 30vh;
}
.marketingBack .marketingTitle span {
  color: #F6DE06;
}
.marketingBack .marketingH1 {
  font-family: "ThunderSemBd";
  user-select: none;
  color: #181818;
  text-transform: uppercase;
  font-size: 4rem;
  display: block;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
  position: relative;
  text-align: center;
  z-index: 12;
  margin-top: 150px;
}
.marketingBack .marketingH1 span {
  color: #F6DE06;
}

.coMarketing {
  background-color: #F6DE06;
}

.coWeb {
  background-color: #31E1F7;
}

.coProd {
  background-color: #FF8862;
}

.coCrea {
  background-color: #9766FF;
}

.coNum {
  background-color: #53E8A0;
}

.coCon {
  background-color: #FF66A6;
}

.webBack {
  width: 100%;
  height: 100vh;
  background-image: url(../109a626062d95befa1bf.png);
  background-repeat: repeat;
  top: 0;
  z-index: 12;
}
.webBack .webH1 {
  font-family: "ThunderSemBd";
  user-select: none;
  color: #181818;
  text-transform: uppercase;
  font-size: 16rem;
  display: block;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
  position: relative;
  text-align: center;
  z-index: 12;
  margin-top: 150px;
}
.webBack .webH1 span {
  color: #31E1F7;
}
.webBack .webH2 {
  font-family: "ThunderSemBd";
  user-select: none;
  color: #181818;
  text-transform: uppercase;
  font-size: 4rem;
  display: block;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
  position: relative;
  text-align: center;
  z-index: 12;
  margin-top: 250px;
}
.webBack .webH2 span {
  color: #31E1F7;
}

.coMarketing {
  background-color: #F6DE06;
}

.coWeb {
  background-color: #31E1F7;
}

.coProd {
  background-color: #FF8862;
}

.coCrea {
  background-color: #9766FF;
}

.coNum {
  background-color: #53E8A0;
}

.coCon {
  background-color: #FF66A6;
}

.prodBack {
  width: 100%;
  height: 100vh;
  background-image: url(../42a18a88b6ab4d8ffa84.png);
  background-repeat: repeat;
  top: 0;
  z-index: 12;
}
.prodBack .prodH1 {
  font-family: "ThunderSemBd";
  user-select: none;
  color: #181818;
  text-transform: uppercase;
  font-size: 16rem;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
  position: relative;
  text-align: center;
  z-index: 14;
  margin-top: 200px;
}
.prodBack .prodH2 {
  font-family: "ThunderSemBd";
  user-select: none;
  color: #181818;
  text-transform: uppercase;
  font-size: 4rem;
  display: block;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
  position: relative;
  text-align: center;
  z-index: 12;
  margin-top: 150px;
}
.prodBack .prodH2 span {
  color: #FF8862;
}

.coMarketing {
  background-color: #F6DE06;
}

.coWeb {
  background-color: #31E1F7;
}

.coProd {
  background-color: #FF8862;
}

.coCrea {
  background-color: #9766FF;
}

.coNum {
  background-color: #53E8A0;
}

.coCon {
  background-color: #FF66A6;
}

.creaBack {
  width: 100%;
  height: 100vh;
  background-image: url(../109a626062d95befa1bf.png);
  background-repeat: repeat;
  top: 0;
  z-index: 12;
}
.creaBack .creaH1 {
  font-family: "ThunderSemBd";
  user-select: none;
  color: #181818;
  text-transform: uppercase;
  font-size: 16rem;
  display: block;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
  position: relative;
  text-align: center;
  z-index: 15;
  margin-top: 150px;
}
.creaBack .creaH1 span {
  color: #31E1F7;
}
.creaBack .creaH2 {
  font-family: "ThunderSemBd";
  user-select: none;
  color: #181818;
  text-transform: uppercase;
  font-size: 4rem;
  display: block;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
  position: relative;
  text-align: center;
  z-index: 12;
  margin-top: 150px;
}
.creaBack .creaH2 span {
  color: #9766FF;
}

.numBack {
  width: 100%;
  height: 100vh;
  background-image: url(../109a626062d95befa1bf.png);
  background-repeat: repeat;
  top: 0;
  z-index: 12;
}
.numBack .numH1 {
  font-family: "ThunderSemBd";
  user-select: none;
  color: #181818;
  text-transform: uppercase;
  font-size: 16rem;
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
  position: relative;
  text-align: center;
  z-index: 12;
  padding-top: 150px;
}
.numBack .numH2 {
  font-family: "ThunderSemBd";
  user-select: none;
  color: #181818;
  text-transform: uppercase;
  font-size: 4rem;
  display: block;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
  position: relative;
  text-align: center;
  z-index: 12;
  padding-top: 0px;
}
.numBack .numH2 span {
  color: #53E8A0;
}

.conBack {
  width: 100%;
  height: 105vh !important;
  background-image: url(../109a626062d95befa1bf.png);
  background-repeat: repeat;
  z-index: 12;
}
.conBack .conH1 {
  font-family: "ThunderSemBd";
  user-select: none;
  color: #181818;
  text-transform: uppercase;
  font-size: 16rem;
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
  position: relative;
  text-align: center;
  z-index: 12;
  margin-top: 400px;
}
.conBack .conH2 {
  font-family: "ThunderSemBd";
  user-select: none;
  color: #181818;
  text-transform: uppercase;
  font-size: 4rem;
  display: block;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
  position: relative;
  text-align: center;
  z-index: 12;
  padding-top: 0px;
}
.conBack .conH2 span {
  color: #FF66A6;
}

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

canvas {
  max-width: 100%;
  max-height: 100%;
}

.cursor {
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #F6DE06;
  transition: background-color 0.35s;
  border-radius: 50%;
  z-index: 1000;
  pointer-events: none;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  font-family: "ThunderSemBd";
}

p {
  font-family: "DM Mono", monospace;
  font-style: normal;
  font-weight: 300;
}

.back {
  height: 100vh;
  border-top: 2px solid #181818;
  border-bottom: 2px solid #181818;
}

.Bonjour {
  width: 140px;
  height: 40px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 85%;
}
.Bonjour p {
  font-family: "DM Mono", monospace;
  color: white;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-content: center;
}

.cursorHover2 {
  position: relative;
  background-color: transparent;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  border: 2px solid white;
}
.cursorHover2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  background-color: white;
  border-radius: 50%;
}

.cursorHover {
  position: fixed;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #F6DE06;
}
.cursorHover::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  background-color: #F6DE06;
  border-radius: 50%;
}

.innerCursor {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.innerCursor > div {
  margin-right: 10px;
}
.innerCursor span {
  color: white;
  font-family: "DM Mono", monospace;
  text-transform: uppercase;
}

.cursorDrag {
  position: absolute;
  background-color: #F6DE06;
  width: 110px;
  height: 35px;
  border-radius: 15px;
  font-family: "ThunderSemBd";
  text-transform: uppercase;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  z-index: 1000;
}
.cursorDrag span {
  color: white;
  margin-top: 5px;
}

.deactivated {
  display: none !important;
}

#poor {
  opacity: 0;
}

#content {
  width: 100%;
  height: 100vh;
  overflow: scroll;
  position: relative;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 10;
}
#content::-webkit-scrollbar {
  display: none;
}

#white {
  position: absolute;
  z-index: 888;
  height: 100vh;
  width: 100%;
  background-color: white;
}

#white2 {
  position: absolute;
  z-index: 888;
  height: 200vh;
  width: 100%;
  background-color: white;
}

.indexs {
  position: sticky;
  margin-bottom: 700px;
}

.contBarre {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3px;
  background-color: #181818;
  margin: 0;
  z-index: 1000;
}
.contBarre:active {
  cursor: pointer;
}
.contBarre .circle {
  width: 35px;
  height: 35px;
  position: relative;
  background-color: #181818;
  border-radius: 50%;
  display: flex;
  display: none;
  justify-content: space-evenly;
  align-items: center;
  margin: 0;
  z-index: 1000;
  transform: rotate(90deg);
}
.contBarre .circle:focus {
  cursor: pointer;
}
.contBarre .circle:active {
  cursor: pointer;
}
.contBarre .circle:hover {
  cursor: pointer;
}
.contBarre .circle span {
  color: white;
  position: relative;
  top: 25%;
  left: 0%;
  transform: translateY(-50%);
  pointer-events: none;
}
.contBarre .circle span:active {
  cursor: pointer;
}
