@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: url(../images/maincursor.png), auto;
}

body {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

.rotate {
  -webkit-transition: -webkit-transform 7s cubic-bezier(0.35, 0, 0, 1);
  transition: -webkit-transform 7s cubic-bezier(0.35, 0, 0, 1);
  transition: transform 7s cubic-bezier(0.35, 0, 0, 1);
  transition: transform 7s cubic-bezier(0.35, 0, 0, 1), -webkit-transform 7s cubic-bezier(0.35, 0, 0, 1);
}

.retour {
  -webkit-transition: none;
  transition: none;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100vh;
}

#loading {
  color: #ededed;
  width: 100%;
  height: 100vh;
  background: #1A6A8E;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 30;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
}

#loading p {
  font-size: 4vw;
  font-family: "Roboto", sans-serif;
}

#loading span:first-of-type {
  -webkit-animation: loading 1s  linear infinite alternate;
          animation: loading 1s  linear infinite alternate;
}

#loading span:nth-of-type(2) {
  -webkit-animation: loading 1s  linear infinite alternate .5s;
          animation: loading 1s  linear infinite alternate .5s;
}

#loading span:last-of-type {
  -webkit-animation: loading 1s  linear infinite alternate 1s;
          animation: loading 1s  linear infinite alternate 1s;
}

@-webkit-keyframes loading {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes loading {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

#bloc-page {
  width: 100%;
  height: 100vh;
  background: #acecef;
  background: radial-gradient(circle, #78cbd0 0%, #17668c 100%);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.fullscreen {
  margin: 15px;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #ccc;
  font-size: 20px;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  z-index: 21;
  opacity: 0.3;
}

.fullscreenRotate {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.roulette-support {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 8;
  width: 47.5%;
  max-width: 88vh;
  border-radius: 50%;
}

.roulette-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  width: 47.5%;
  max-width: 88vh;
  -webkit-animation: shadow 2s linear infinite alternate;
          animation: shadow 2s linear infinite alternate;
  border-radius: 50%;
}

.roulette {
  width: 43%;
  max-width: 80vh;
  z-index: 9;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}

.roulette .roulette-img {
  z-index: 9;
  width: 100%;
}

.avatar {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  top: 50%;
  left: 50%;
  max-width: 37vh;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 12;
  width: 20%;
  border-radius: 50%;
  border: 8px solid #E8A3AB;
  -webkit-box-shadow: 0px 0px 0px 8px #18668C;
          box-shadow: 0px 0px 0px 8px #18668C;
}

.avatar:hover {
  cursor: url(../images/hovercursor.png), pointer;
  -webkit-filter: contrast(110%);
          filter: contrast(110%);
}

.avatar.small {
  width: 19%;
}

@media (max-width: 767px) {
  .roulette-support {
    width: 80%;
  }
  .roulette-arrow {
    width: 80%;
  }
  .roulette {
    width: 72%;
  }
  .avatar {
    width: 32%;
    border: 4px solid #E8A3AB;
    -webkit-box-shadow: 0px 0px 0px 4px #18668C;
            box-shadow: 0px 0px 0px 4px #18668C;
  }
  .avatar.small {
    width: 30%;
  }
}

.disabled {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 15;
  display: none;
}

.win-elem {
  color: #ededed;
  width: 100%;
  height: 100vh;
  background: url(../images/mockup.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 16;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.win-elem .win-elem-board {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
}

.win-elem .win-elem-board .message {
  font-family: "Roboto";
  letter-spacing: 20px;
  font-size: 8vw;
  max-width: 80%;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
  -webkit-animation: scale 2s linear infinite alternate;
          animation: scale 2s linear infinite alternate;
}

@media (max-width: 767px) {
  .win-elem .win-elem-board .message {
    max-width: 90%;
  }
}

.win-elem .win-elem-board .rejoue {
  background: #EC4F5E;
  text-align: center;
  font-family: "Roboto";
  font-size: 3vw;
  color: #FFF;
  border: none;
  padding: 20px 35px;
  letter-spacing: 5px;
  border-radius: 50px;
  border: 2px solid #FFF;
}

.win-elem .win-elem-board .rejoue:hover {
  cursor: url(../images/hovercursor.png), pointer;
  background: #E8A3AB;
  border: 2px solid #FFF;
}

.win-elem .win-elem-board .rejoue:focus {
  outline: 0;
}

.mentions {
  font-size: 20px !important;
  position: relative;
  top: -6vh;
}

.abus {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.3);
  font-size: 8px;
  font-family: sans-serif;
  text-align: center;
  z-index: 20;
}

@-webkit-keyframes shadow {
  from {
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.4);
  }
  to {
    -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.4);
  }
}

@keyframes shadow {
  from {
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.4);
  }
  to {
    -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.4);
  }
}

@-webkit-keyframes shadow2 {
  from {
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.4);
  }
  to {
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.4);
  }
}

@keyframes shadow2 {
  from {
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.4);
  }
  to {
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.4);
  }
}

@-webkit-keyframes imgAnim {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes imgAnim {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes fade {
  from {
    background-color: rgba(255, 255, 255, 0.7);
  }
  to {
    background-color: rgba(255, 255, 255, 0);
  }
}

@keyframes fade {
  from {
    background-color: rgba(255, 255, 255, 0.7);
  }
  to {
    background-color: rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes scale {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
}

@keyframes scale {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
}
/*# sourceMappingURL=main.css.map */