@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.bg-black {
  background-color: #000;
}

.bg-white {
  background-color: #fff;
  color: #000;
}

.section {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.navbar-brand {
  font-weight: bold;
}

.navbar-nav .nav-link {
  position: relative;
  color: #fff;
  margin-right: 15px;
}

.navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}

.navbar-nav .nav-link.active::before {
  visibility: visible;
  transform: scaleX(1);
}

.oswald {
  font-family: "Oswald", sans-serif;
  font-style: italic;
}

.glitch, .glow {
  color: rgb(223, 191, 191);
  position: relative;
  font-size: 9vw;
  animation: glitch 5s 5s infinite;
  max-width: 400px;
}

.glitch::before, .glow::before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: -5px 0 magenta;
  background: black;
  overflow: hidden;
  top: 0;
  animation: noise-1 3s linear infinite alternate-reverse, glitch 5s 5.05s infinite;
}

.glitch::after, .glow::after {
  content: attr(data-text);
  position: absolute;
  left: 2px;
  text-shadow: -5px 0 lightgreen;
  background: black;
  overflow: hidden;
  top: 0;
  animation: noise-2 3s linear infinite alternate-reverse, glitch 5s 5s infinite;
}

@keyframes glitch {
  1% {
    transform: rotateX(10deg) skewX(90deg);
  }
  2% {
    transform: rotateX(0deg) skewX(0deg);
  }
}
@keyframes noise-1 {
  3.3333333333% {
    -webkit-clip-path: inset(84px 0 5px 0);
            clip-path: inset(84px 0 5px 0);
  }
  6.6666666667% {
    -webkit-clip-path: inset(97px 0 1px 0);
            clip-path: inset(97px 0 1px 0);
  }
  10% {
    -webkit-clip-path: inset(98px 0 1px 0);
            clip-path: inset(98px 0 1px 0);
  }
  13.3333333333% {
    -webkit-clip-path: inset(29px 0 35px 0);
            clip-path: inset(29px 0 35px 0);
  }
  16.6666666667% {
    -webkit-clip-path: inset(32px 0 21px 0);
            clip-path: inset(32px 0 21px 0);
  }
  20% {
    -webkit-clip-path: inset(45px 0 52px 0);
            clip-path: inset(45px 0 52px 0);
  }
  23.3333333333% {
    -webkit-clip-path: inset(67px 0 12px 0);
            clip-path: inset(67px 0 12px 0);
  }
  26.6666666667% {
    -webkit-clip-path: inset(28px 0 67px 0);
            clip-path: inset(28px 0 67px 0);
  }
  30% {
    -webkit-clip-path: inset(28px 0 65px 0);
            clip-path: inset(28px 0 65px 0);
  }
  33.3333333333% {
    -webkit-clip-path: inset(43px 0 42px 0);
            clip-path: inset(43px 0 42px 0);
  }
  36.6666666667% {
    -webkit-clip-path: inset(82px 0 9px 0);
            clip-path: inset(82px 0 9px 0);
  }
  40% {
    -webkit-clip-path: inset(94px 0 7px 0);
            clip-path: inset(94px 0 7px 0);
  }
  43.3333333333% {
    -webkit-clip-path: inset(91px 0 6px 0);
            clip-path: inset(91px 0 6px 0);
  }
  46.6666666667% {
    -webkit-clip-path: inset(28px 0 4px 0);
            clip-path: inset(28px 0 4px 0);
  }
  50% {
    -webkit-clip-path: inset(31px 0 49px 0);
            clip-path: inset(31px 0 49px 0);
  }
  53.3333333333% {
    -webkit-clip-path: inset(16px 0 84px 0);
            clip-path: inset(16px 0 84px 0);
  }
  56.6666666667% {
    -webkit-clip-path: inset(46px 0 2px 0);
            clip-path: inset(46px 0 2px 0);
  }
  60% {
    -webkit-clip-path: inset(56px 0 32px 0);
            clip-path: inset(56px 0 32px 0);
  }
  63.3333333333% {
    -webkit-clip-path: inset(26px 0 63px 0);
            clip-path: inset(26px 0 63px 0);
  }
  66.6666666667% {
    -webkit-clip-path: inset(88px 0 7px 0);
            clip-path: inset(88px 0 7px 0);
  }
  70% {
    -webkit-clip-path: inset(84px 0 1px 0);
            clip-path: inset(84px 0 1px 0);
  }
  73.3333333333% {
    -webkit-clip-path: inset(12px 0 52px 0);
            clip-path: inset(12px 0 52px 0);
  }
  76.6666666667% {
    -webkit-clip-path: inset(72px 0 20px 0);
            clip-path: inset(72px 0 20px 0);
  }
  80% {
    -webkit-clip-path: inset(42px 0 44px 0);
            clip-path: inset(42px 0 44px 0);
  }
  83.3333333333% {
    -webkit-clip-path: inset(47px 0 45px 0);
            clip-path: inset(47px 0 45px 0);
  }
  86.6666666667% {
    -webkit-clip-path: inset(65px 0 5px 0);
            clip-path: inset(65px 0 5px 0);
  }
  90% {
    -webkit-clip-path: inset(86px 0 9px 0);
            clip-path: inset(86px 0 9px 0);
  }
  93.3333333333% {
    -webkit-clip-path: inset(63px 0 2px 0);
            clip-path: inset(63px 0 2px 0);
  }
  96.6666666667% {
    -webkit-clip-path: inset(83px 0 6px 0);
            clip-path: inset(83px 0 6px 0);
  }
  100% {
    -webkit-clip-path: inset(19px 0 8px 0);
            clip-path: inset(19px 0 8px 0);
  }
}
@keyframes noise-2 {
  0% {
    -webkit-clip-path: inset(44px 0 19px 0);
            clip-path: inset(44px 0 19px 0);
  }
  3.3333333333% {
    -webkit-clip-path: inset(91px 0 6px 0);
            clip-path: inset(91px 0 6px 0);
  }
  6.6666666667% {
    -webkit-clip-path: inset(92px 0 9px 0);
            clip-path: inset(92px 0 9px 0);
  }
  10% {
    -webkit-clip-path: inset(54px 0 2px 0);
            clip-path: inset(54px 0 2px 0);
  }
  13.3333333333% {
    -webkit-clip-path: inset(12px 0 11px 0);
            clip-path: inset(12px 0 11px 0);
  }
  16.6666666667% {
    -webkit-clip-path: inset(97px 0 1px 0);
            clip-path: inset(97px 0 1px 0);
  }
  20% {
    -webkit-clip-path: inset(5px 0 88px 0);
            clip-path: inset(5px 0 88px 0);
  }
  23.3333333333% {
    -webkit-clip-path: inset(33px 0 66px 0);
            clip-path: inset(33px 0 66px 0);
  }
  26.6666666667% {
    -webkit-clip-path: inset(72px 0 1px 0);
            clip-path: inset(72px 0 1px 0);
  }
  30% {
    -webkit-clip-path: inset(1px 0 11px 0);
            clip-path: inset(1px 0 11px 0);
  }
  33.3333333333% {
    -webkit-clip-path: inset(58px 0 34px 0);
            clip-path: inset(58px 0 34px 0);
  }
  36.6666666667% {
    -webkit-clip-path: inset(1px 0 32px 0);
            clip-path: inset(1px 0 32px 0);
  }
  40% {
    -webkit-clip-path: inset(88px 0 5px 0);
            clip-path: inset(88px 0 5px 0);
  }
  43.3333333333% {
    -webkit-clip-path: inset(20px 0 66px 0);
            clip-path: inset(20px 0 66px 0);
  }
  46.6666666667% {
    -webkit-clip-path: inset(97px 0 3px 0);
            clip-path: inset(97px 0 3px 0);
  }
  50% {
    -webkit-clip-path: inset(80px 0 21px 0);
            clip-path: inset(80px 0 21px 0);
  }
  53.3333333333% {
    -webkit-clip-path: inset(60px 0 10px 0);
            clip-path: inset(60px 0 10px 0);
  }
  56.6666666667% {
    -webkit-clip-path: inset(14px 0 13px 0);
            clip-path: inset(14px 0 13px 0);
  }
  60% {
    -webkit-clip-path: inset(100px 0 1px 0);
            clip-path: inset(100px 0 1px 0);
  }
  63.3333333333% {
    -webkit-clip-path: inset(29px 0 27px 0);
            clip-path: inset(29px 0 27px 0);
  }
  66.6666666667% {
    -webkit-clip-path: inset(23px 0 61px 0);
            clip-path: inset(23px 0 61px 0);
  }
  70% {
    -webkit-clip-path: inset(44px 0 8px 0);
            clip-path: inset(44px 0 8px 0);
  }
  73.3333333333% {
    -webkit-clip-path: inset(98px 0 2px 0);
            clip-path: inset(98px 0 2px 0);
  }
  76.6666666667% {
    -webkit-clip-path: inset(8px 0 55px 0);
            clip-path: inset(8px 0 55px 0);
  }
  80% {
    -webkit-clip-path: inset(21px 0 47px 0);
            clip-path: inset(21px 0 47px 0);
  }
  83.3333333333% {
    -webkit-clip-path: inset(14px 0 13px 0);
            clip-path: inset(14px 0 13px 0);
  }
  86.6666666667% {
    -webkit-clip-path: inset(79px 0 1px 0);
            clip-path: inset(79px 0 1px 0);
  }
  90% {
    -webkit-clip-path: inset(66px 0 23px 0);
            clip-path: inset(66px 0 23px 0);
  }
  93.3333333333% {
    -webkit-clip-path: inset(34px 0 32px 0);
            clip-path: inset(34px 0 32px 0);
  }
  96.6666666667% {
    -webkit-clip-path: inset(91px 0 10px 0);
            clip-path: inset(91px 0 10px 0);
  }
  100% {
    -webkit-clip-path: inset(85px 0 11px 0);
            clip-path: inset(85px 0 11px 0);
  }
}
.scanlines {
  overflow: hidden;
  mix-blend-mode: difference;
}

.scanlines::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: repeating-linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.05) 0.5%, transparent 1%);
  animation: fudge 7s ease-in-out alternate infinite;
}

@keyframes fudge {
  from {
    transform: translate(0px, 0px);
  }
  to {
    transform: translate(0px, 2%);
  }
}
.glow {
  text-shadow: 0 0 1000px rgb(223, 191, 191);
  color: transparent;
  position: absolute;
  top: 0;
}

.subtitle {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 100;
  font-size: 0.8vw;
  color: rgba(165, 141, 141, 0.4);
  text-transform: uppercase;
  letter-spacing: 1em;
  text-align: center;
  position: absolute;
  left: 17%;
  animation: glitch-2 5s 5.02s infinite;
}

@keyframes glitch-2 {
  1% {
    transform: rotateX(10deg) skewX(70deg);
  }
  2% {
    transform: rotateX(0deg) skewX(0deg);
  }
}
@media (max-width: 767px) {
  .glitch, .glow {
    max-width: 200px; /* Ajustez la taille de la police pour une meilleure adaptation aux écrans mobiles */
  }
  .subtitle {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    font-size: 3vw;
    color: rgb(100, 100, 100);
    text-transform: uppercase;
    letter-spacing: 1em;
    text-align: center;
    position: absolute;
    left: 17%;
    animation: glitch-2 5s 5.02s infinite;
  }
}
/* logo rotatif */
@keyframes slide {
  0% {
    transform: translate(0, 0);
  }
  2% {
    transform: translate(33px, 0);
  }
  12.5% {
    transform: translate(33px, 0);
  }
  15.5% {
    transform: translate(66px, 0);
  }
  25% {
    transform: translate(66px, 0);
  }
  27% {
    transform: translate(66px, 33px);
  }
  37.5% {
    transform: translate(66px, 33px);
  }
  39.5% {
    transform: translate(33px, 33px);
  }
  50% {
    transform: translate(33px, 33px);
  }
  52% {
    transform: translate(33px, 66px);
  }
  62.5% {
    transform: translate(33px, 66px);
  }
  64.5% {
    transform: translate(0, 66px);
  }
  75% {
    transform: translate(0, 66px);
  }
  77% {
    transform: translate(0, 33px);
  }
  87.5% {
    transform: translate(0, 33px);
  }
  89.5% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
svg#loading {
  display: block;
  margin: auto;
  width: 20rem;
  height: auto;
}

svg#loading .rect {
  animation: slide 10s ease infinite;
}

svg#loading #rect1 {
  animation-delay: 0s;
}

svg#loading #rect2 {
  animation-delay: -1.42857143s;
}

svg#loading #rect3 {
  animation-delay: -2.85714286s;
}

svg#loading #rect4 {
  animation-delay: -4.28571429s;
}

svg#loading #rect5 {
  animation-delay: -5.71428571s;
}

svg#loading #rect6 {
  animation-delay: -7.14285714s;
}

svg#loading #rect7 {
  animation-delay: -8.57142857s;
}

/* fin logo */
/* card rotative */
.box-section {
  /* height: 100vh; */
  display: flex;
  padding: 0 4em;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.box {
  perspective: 1000px;
  height: 28vh;
  width: 100%;
  cursor: pointer;
}

.item {
  transform-style: preserve-3d;
  height: 100%;
  width: 100%;
  transition: 0.5s ease;
}

.front,
.back {
  height: 100%;
  width: 100%;
  transform-style: preserve-3d;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  backface-visibility: hidden;
}

.front {
  background: linear-gradient(45deg, #f3ec78, #af4261);
}

.front img {
  width: 5em;
}

.content {
  transform: translateZ(60px);
}

.content h3 {
  font-size: 22px;
  margin-top: 1em;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.content ul {
  font-size: 14px;
  line-height: 2em;
  letter-spacing: 0.02em;
  padding: 0 3em;
}

.content p {
  font-size: 14px;
  line-height: 2vh;
  letter-spacing: 0.02vh;
  padding: 0 3vh;
}

.back {
  background-color: #28253a;
  transform: rotateX(180deg);
}

.box:hover .item {
  transform: rotateX(180deg);
}

@media screen and (min-width: 992px) {
  .box-section {
    padding: 0 1em;
  }
  .box {
    flex-basis: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 1.5em;
  }
}
/* fin card rotative */
.stage,
.ring,
.img {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.stage {
  overflow: hidden;
  background: #000;
}

.absol {
  position: absolute;
}

.scrollright {
  perspective: 2000px;
  width: 300px;
  height: 400px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.text-top {
  color: white; /* Couleur du texte */
  z-index: 1;
}/*# sourceMappingURL=monstyle.css.map */