
 .wheel{
     position: absolute;
    left: -25px;
    top: 10px;
    width: 70px;
    height: 70px;
 }
  .btn_wheel{
 overflow: hidden;
    position: relative;
    width: 100%;
    height: 52px;
    background: linear-gradient(135deg, #01DCBA 0%, #7F30CB 100%);
    color: #fff;
    border-radius: 8px;
    background-size: 200% 200%;
    background-position: 0 100%;
    font-weight: 700;
  }
  
  .box_level {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: rgb(58 71 104);
    font-size: 12px;
    font-weight: 500;
    text-shadow: 0 0 2px #104839;
    border-radius: 50%;
    border: solid #625131 5px;
    /* border-color: crimson; */
}


.animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0.5)} to{transform:scale(1)}}

.animate-zoom_keep {
	animation:animatezoom 3s linear infinite
}
/*
.w3-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-10px;opacity:0} to{right:0;opacity:1}}

 .w3-animate-left {
     position: relative;
     animation: animateleft 0.4s 
}
 @keyframes animateleft {
     from {
         left: -300px;
         opacity: 0 
    }
     to {
         left: 0;
         opacity: 1 
    }
}
*/

.bttrlazyloading-wrapper {
	/* background-color:#262a2b !important;  */
	
  justify-content: center;
  align-items: center;
  display: flex;
  background-image: url(/dist/images/logo/logo_b3.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100px;
}

iframe.fullScreen {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.join_wrap .password_tooltip:before {
    content: '';
    z-index: -1;
    position: absolute;
    left: calc(50% - 5px);
    top: -5px;
    width: 10px;
    height: 10px;
    background-color: #10171d;
    transform: rotate(45deg);
    box-shadow: 0 0 5px rgba(43, 198, 157, .2);
}

.join_wrap .password_tooltip {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    width: 280px;
    transform: none;
    box-shadow: 0 0 5px rgba(43, 198, 157, .2);
    z-index: 9;
}
	
input:-webkit-autofill {
    border: none;
    border-radius: .3rem;
    caret-color: #fff; /* Pour le I quand on édite */
    color: #fff;
    background: #1d252d;
    /* webkit autofill */
    -webkit-text-fill-color: #fff; /* Surcharge la font color d'autofill */
    -webkit-background-clip: text; /* Supprime le background autofill, utile pour le border radius */
    box-shadow: 0 0 0 50px #1d252d inset; /* Ajoute un fake background à base d'ombrage aplatit */
}

.custom_select.error {
	border: 1px solid #ff4e4e;
	color: #FF4E4E;
}

.custom_select.on {
    border: 1px solid rgb(var(--color-primary) / 1);
}
.wheel_deactive {
	filter: grayscale(1);
}

.sprite_icon {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/dist/images/main/sprites.webp);
}

.sprite_icon.about-youtube {
    width: 129px;
    height: 126px;
    background-position: -977px -186px;
}

.sprite_icon.about-intergram {
    width: 126px;
    height: 126px;
    background-position: -977px -576px;
}
.sprite_icon.about-facebook {
    width: 126px;
    height: 126px;
    background-position: -977px -446px;
}
.sprite_icon.about-Twitter {
    width: 126px;
    height: 126px;
    background-position: -634px -707px;
}
.sprite_icon.about-tiktok {
    width: 126px;
    height: 126px;
    background-position: -756px -523px;
}
.sprite_icon.about-twitch {
    width: 126px;
    height: 126px;
    background-position: -504px -707px;
}

.zoom-01587 {
    /*zoom: 0.1587; */
	zoom: 0.25;
}

footer .footer_top .fnb ul li {
    opacity: 1;
}


@-webkit-keyframes rotate-in-hor {
  0% {
    -webkit-transform: rotateX(360deg);
            transform: rotateX(360deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes rotate-in-hor {
  0% {
    -webkit-transform: rotateX(360deg);
            transform: rotateX(360deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1;
  }
}


.rotate-in-hor {
	-webkit-animation: rotate-in-hor 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: rotate-in-hor 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}



.heart {
  font-size: 6em;
  position: relative;
}

.heartbeat {
  position: relative;
  z-index: 1;
  animation: beat 2s linear infinite;
}

.heartecho {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation: echo 2s linear infinite;
}

@keyframes beat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(0.9);
  }
  21% {
    transform: scale(1.1) skew(0.004turn)
  }
  28% {
    transform: scale(1) skew(0.008turn);
  }
  35% {
    transform: scale(1) skew(0)
  }
}

@keyframes echo {
  0% {
    opacity: 0.5;
    transform: scale(1);
  }
  14% {
    opacity: 0.4;
    transform: scale(0.8);
  }
  21% {
    opacity: 0.4;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
