html, body, .fullContainer, .mainContainer
{
    margin: 0; padding: 0; width: 100%; height: 100%;
	font-family: 'ITC Avant Garde CE Gothic Demi';
	color: white;
}

html::-webkit-scrollbar {
	display: none;
}

.fullContainer {
	position: absolute;
}

/* Hide scrollbar for IE and Edge */
html {
	overflow: scroll;
	-ms-overflow-style: none;
}

#openfl-content { 
	width:100%;
	height: 80.4vh;
	top: 0;
	left: 0;
	cursor: none;
}
#game-container {
	width: 100%;
	height: 100%;
}

.modal{
	/*background: rgba(255,255,255,.3);*/
	background: rgba(0,0,0,.75);
}

.hide {
	display: none !important;
}

.transparent {
	visibility: hidden;
}

.hideAnim {
  opacity: 0 !important;
  transition: opacity 0.8s linear;
}
.hideAndscaleAnim {
  transform: scale(1.5);
  opacity: 0 !important;
  transition: opacity 1s linear, scale 0.8s cubic-bezier(0.4, 0, 1, 1);
}

.shake {
	animation: shake 1s;
}

html.mobile .hideOnMobile, .unactive, html.desktop .hideOnDesktop{
	display:none !important;
}
@media (orientation: landscape) {
  .hideOnLandscape {
	display:none !important;
  }
}
@media (orientation: portrait) {
  .hideOnPortrait {
	display:none !important;
  }
}
.waiting{
	visibility: hidden;
}

.inline {
	display: inline-block;
	
}

.vAlign {
		vertical-align: middle;
}
.textVAlign {
	transform: translateY(-50%) !important;
	top: 50%;
	position: absolute;
}
.divVAlign {
	transform: translateY(-50%) !important;
	top: 50%;
	position: relative;
}

.absoluteCenter {
	position: absolute;
    height: 50%;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);	
}
.flaconCenter{
	position: absolute;
    height: 66%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -32%);
}

.aCenter {
	text-align: center;
}

.txt-white {
	color: white;
}

.backIndex{
	z-index: -1;
}

.frontIndex{
	z-index: 100;
}

.bb{
	background-color: #000000;
}

.maxW100 {
	/*max-width: 100px !important;*/
	max-width: 100px !important;
	max-height: 100px !important;
}

.mt20 {
	margin-top: 20px;
}
.mb20 {
	margin-bottom: 20px;
}

.smaller {
	font-size: 60%;
}

.upper{
	text-transform: uppercase;
}

/* CONTAINERS ... */

body {
	background-color: #000000;
}

.interface {
	position: absolute;
	z-index: 1000;
	margin: 5px;
	width: calc(100% - 10px);
    height: calc(100% - 10px);
}

.landscape.desktop .interface {
	max-width: 33vw;
    transform: translateX(-50%);
    left: 50%;
}
		
.gameui{
	display: flex;
    flex-direction: column;
	position: relative;
	overflow:hidden;
}
.gameui-header{
	display: flex;
	height: 17vh;
	min-height: 17vh;
	position: relative;
	width: calc(100% - 7px);
}

.fullContainer .logo img {
	object-fit: contain;
	max-height: 100%;
	height: 17vh;
    min-height: 17vh;
}

.logo .linev {
    left: 3px;
    height: 72%;
	animation: linev-l 0.8s linear;
	position: fixed;
}

.gameui-header .lineh {
	bottom: 0;
    right: 0;
    width: 44vh;
	/* iphone x*/
	max-width: 79%;
	/* ipad */
    min-width: 79%;
}

.gameui .time {
	flex-basis: 20%;
    text-align: center;
	margin: auto;
}

.gameui-header .gameui-header-linev {
	position: relative;
    top: 13px;
	height: calc(100% - 13px);
}

.gameui .time .time-txt{
	/*font-size: 47px;*/
	font-size: 5.73vh;
}

.gameui-block{
	flex-grow: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
	padding: 14px calc(2% + 6px);
    padding-bottom: 6px;
}
.gameui-palier, .score-palier{
	display: flex;
	flex-basis: 33%;
}
.gameui-palier div, .score-palier div {
    background-repeat: no-repeat;
	flex-grow: 1;
	background-position: center;
}
.palier-off {
	background-image: url("assets/img/html/flacon-off.png");
	background-size: contain;
}
.palier-on {
	animation: playPalierOn 1s 1 cubic-bezier(0.39, 1.01, 1, 1) forwards;
	background-image: url(assets/img/html/flacon-on.png);
	background-size: contain;
}

.score-palier .palier-off {
	background-image: url("assets/img/html/flacon-big-off.png");
}

.score-palier .palier-on {
	background-image: url("assets/img/html/flacon-big-on.png");
}


.gameui .progress-wrapper{
	border: solid 1px #971019;
    height: 15px;
    box-shadow: 0 0 3px rgb(151 16 25), 0 0 6px rgba(151,16,25,0.4);
	position: relative;
}
.gameui .progress{
	position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white;
}

.line {
	background-color: #BB121E;
    box-shadow: 0px 0px 6px #BB121E;
    border-radius: 0;
	overflow: hidden;
	position:absolute;
	z-index: 1000;
}

.linev {
    width: 4px;
	height: 35%;
}

.lineh {
    height: 4px;
}

.gameui-score{
	
}

.ysl-txt {
	color: #FFFFFF;
	/*text-shadow: 0 0 4px rgba(243,27,47,1), 0 0 9px rgba(243,27,47,0.54);*/
	font-family: "Avant Garde Bold";
	font-size: 2.2vh;
	text-transform: uppercase;
}

.feedback{
	position: absolute;
    top: 50%;
    color: white;
    /*text-shadow: 0 0 12px red;*/
    font-size: 10vh;
    text-transform: uppercase;
    text-align: center;
    transform: translate(-50%, -50%);
    left: 50%;
	animation: feedbackAnim 1s 1 linear alternate;
	opacity:0;
	pointer-events: none;
    user-select: none;
    cursor: pointer;
}

.gameover {
	position: absolute;
	text-align: center;
	color: white;
    /*text-shadow: 0 0 12px red;*/
    font-size: 55px;
    text-transform: uppercase;
	top: 50%;
	left:50%;
	transform: translate(-50%, -50%);
	display: none;
	pointer-events: none;
    user-select: none;
    cursor: pointer;
}

.gameoverAnim {
	display: block;
	animation: gameoverAnim 1s 1 linear alternate;
}

.tuto {
	position: absolute;
    bottom: 4vh;
    color: white;
    font-size: 2.4vh;
    text-align: center;
    left: 13px;
    padding: 0 12.5%;
    width: calc(75% - 26px);
    top: 55%;
    height: fit-content;
	background-color: rgba(0,0,0,0.9);
	pointer-events: none;
    user-select: none;
    cursor: pointer;
}

.tuto span {
	animation: tutoStart 0.7s linear infinite alternate;
	text-transform: uppercase;
}

.tutoEnd {
	position: absolute;
    bottom: 4vh;
    color: white;
    font-size: 4.5vh;
    text-align: center;
    left: 12.5%;
    width: 75%;
	height: fit-content;
	pointer-events: none;
}

.tuto-count {
	font-size: 10vh;
}

.header-top {
	display: flex;
	flex-direction: row-reverse;
	position: absolute;
    width: 100%;
    top: 6px;
}

.footer {
	display: flex;
	position: absolute;
    width: 100%;
    bottom: 0;
}

.footer .lineh {
	animation: lineh-b 0.8s linear;
}

.right {
	height: calc(100% - 4vh - 9px);
    top: 4vh;
    right: 7px;
    position: absolute;
    margin: 0 auto;
}

.right .linev {
	animation: linev-r 0.8s linear;
}

.signature {
	color: #FFFFFF;
	font-family: "Avant Garde Bold";
	/*font-size: 11px;*/
	font-size: 1.35vh;
	color: #E12B2B;
	text-shadow: 0 0 6px rgba(255,0,0,0.31);
	width: 50%;
    position: relative;
    text-align: right;
}

.footer .signature {
	text-align: left;
}

.signature span {
	padding-right:3px;
}

.header-top .line {
	flex-basis: 33%;
    position: relative;
	margin: auto 0;
	animation: lineh-t 0.8s linear;
}

.footer .line {
	flex-grow: 1;
    position: relative;
	margin: auto 3px auto 0;
}

.buttons-bottom, .accueil-content{
	position: absolute;
    bottom: 3.7vh;
    width: 100%;
	text-align: center;
}

.accueil-content .button {
	animation: opacity 0.8s linear 1.5s;
	animation-fill-mode: both;
}

.accueil-logo-txt{
	text-transform: uppercase;
	color: white;
	font-family: 'ITC Avant Garde CE Gothic Book';
	font-size: 2.11vh;
	text-align: center;
}

.accueil-txt {
	font-size: 2.11vh;
	text-align: center;
	width: 87%;
	margin: 0 auto 4vh;
	font-family: 'ITC Avant Garde CE Gothic Book';
	animation: opacity 0.8s linear 0.8s;
	animation-fill-mode: both;
	color: white;
	text-transform: uppercase;
}

.accueil-content strong {
	font-family: 'Avant Garde Bold';
}

.accueil-logo-ysl {
	    width: 35%;
    margin: auto;
}
.accueil-logo-blackopium {
	width: 65%;
    margin: auto;
}

strong.bigger {
	font-size: 140%;
}

.txt {
	font-family: 'ITC Avant Garde CE Gothic Book';
}

.video-bg {
	object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.button {
	width: 44%;
    height: 7.2vh;
    margin: auto;
    text-align: center;
	border: 4px solid #BB121E;
	box-shadow: 0px 0px 6px #BB121E;
	cursor: pointer;
	text-transform: uppercase;
}

.button a{ text-decoration:none;}

@media (orientation: portrait) {
	.button {
		width: 75%;
	}
}

.button:hover {
	margin-bottom: 4px;
	border: 2px solid #FFFFFF;
    background-color: #bb121e;
	box-shadow: 0px 0px 10px #BB121E;
}

.button-txt {
	color: white;
	font-size: 2.86vh;
	font-family: 'Avant Garde Medium';
	top: 50%;
    position: relative;
	display: block;
    transform: translateY(-50%);
}

.button-smaller-font{
	font-size: 2.4vh;
}

.score-palier {
	width: 45%;
    margin: 2.6vh auto;
}

.score-palier.gameui-palier div {
    height: 10.12vh;
}

.score-page  {
	color: white;
}


.score-page .score, .congrats {
	text-align: center;
    width: 70%;
    margin: auto;
	min-width:30vh
	max-width: 80%;
}

.score-page .score .score-txt, .congrats {
	font-size: 2.6vh;
}

.score-page .score .score-final {
	font-size: 5.3vh;
}

.congrats span {
	text-transform: uppercase;
}

.congrats div {
	font-size: 145%;
	margin: 2vh auto;
	text-transform: uppercase;
	font-family: "Avant Garde Bold";
}


.congrats em {
    display: block;
    font-size: 10px;
    margin-top: 15px;
    font-style: normal;
}

.product-lesser{
	margin: 2.7vh auto;
}



.buttons-bottom .button:first-child {
	margin-bottom: 1.5vh;
}

.buttons-bottom .button:last-child {
	margin-bottom: 0;
}

.page-content {
	width: 100%;
    position: absolute;
    top: 8.7vh;
    height: calc(100% - 8.7vh);
}

#formcontact form#register .form-action .button.disable{
	opacity:0.2;
	pointer-events:none;
}

#formcontact form#register .form-item select.form-error,
#formcontact form#register .form-item input.form-error{
	background-color:red;
}
#formcontact form#register .form-item.check #option-text.form-error{
	color:red;
}

.form-item {
	text-align: left;
	width: 100%;
}
.form-item input {
	box-shadow: 0 0 10px rgb(151 16 25), 0 0 12px rgb(151 16 25 / 40%);
	border: 0;
	width: 100%;
	height: 5vh;
	margin: 0.8vh 0 1.5vh;
}
.form-item [type='checkbox'] {
	width: 3vh;
    height: 3vh;
    border: 1px solid white;
    border-radius: 5px;
    box-shadow: none;
    background: transparent;
    outline: 0;
    appearance: none;
	margin: 0.8vh 0 0;
}
.form-item [type='checkbox']:checked {
	background-color: white;
}
.form-item [type='checkbox']:focus {
	box-shadow: none;
}
.form-item label {
	display: block;
}

.page-mid-content {
	width: 71%;
	margin: auto;
}

#leaderboard .page-mid-content{width:90%;}

.page-mid-content strong {
	font-size: 115%;
}
.form-title {
	padding: 0 5% 5%;
	margin-top: 0;
}

.form-item label span {
	vertical-align: super;
}

.page-title {
	text-align: center;
    width: fit-content;
    margin: 0 auto 7vh;
	font-size: 2.86vh;
    text-transform: uppercase;
}

.page-title .lineh {
	width: 100%;
    position: relative;
}

.leaderboard-ul {
	list-style: none;
    padding: 0;
}

.leaderboard-ul li {
    border-left: 0;
    height: 3.9vh;
	margin: calc(3.9vh /2);
	position: relative;
}

.leaderboard-ul li .line {
	box-shadow: none;
}

.leaderboard-ul li .line:nth-child(1){
	width: 2.76vh;
    height: 1px;
    transform: translate(-2.3vh, 0.90vh) rotate(135deg);
}

.leaderboard-ul li .line:nth-child(2){
	width: 1.95vh;
    height: 1px;
    transform: translate(-100%, 3.9vh);
}

.leaderboard-ul li .line:nth-child(3){
	height: 1.95vh;
    width: 1px;
    transform: translate(-1.95vh, 100%);
}

.leaderboard-ul li .line:nth-child(4){
	height: 1px;
	position: absolute;
    width: 100%;
	top:0;
	left:0;
}

.leaderboard-ul li .line:nth-child(5){
	height: 1px;
	position: absolute;
    width: 100%;
	top:100%;
	left:0;
}

.leaderboard-ul li .line:nth-child(6){
	width: 1px;
	position: absolute;
    height: 100%;
	top:0;
	right:0;
}

.leaderboard-ul li.current .line:nth-child(1){
    height: 2px;
}

.leaderboard-ul li.current .line:nth-child(2){
    height: 2px;
}

.leaderboard-ul li.current .line:nth-child(3){
    width: 2px;
}

.leaderboard-ul li.current .line:nth-child(4){
	height: 2px;
}

.leaderboard-ul li.current .line:nth-child(5){
	height: 2px;
}

.leaderboard-ul li.current .line:nth-child(6){
	width: 2px;
}

.line-content {
	line-height: 3.9vh;
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
    width: 90%;
    justify-content: space-between;
}

.classement {
	width: 15%;
}

.player {
	flex-grow: 1;
}

.leaderboard-score {
	width: 25%;
    text-align: right;
}

.empty {
	border: none !important;
    text-align: right;
    padding-right: 5%;
}

.leaderboard-ul .current .line {
	box-shadow: 0px 0px 15px #bb121e, 0 0 20px rgb(151 16 25 / 60%)
}

.sound {
	width: 4vh;
    height: 4vh;
    position: absolute;
    right: 3px;
    bottom: 2vh;
    cursor: pointer;
	animation: opacity 0.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) 0.8s;
	animation-fill-mode: both;
}

.sound:hover {
	transform: scale(1.08);
	transition: 0.2s;
}

.sound-on {
	background-image: url("assets/img/html/sound.svg");
}

.sound-off {
	background-image: url("assets/img/html/mute.svg");
}

a {
	color: white;
}

.landscape.desktop .modal ul {
	max-width: 33vw;
    margin: 140px auto;
}

.lang-modal ul {
	list-style: none;
	margin-top: 140px;
	padding: 0;
}

.lang-modal ul li {
	text-decoration: none;
    color: #fff;
    font-size: 35px;
    cursor: pointer;
	margin-bottom: 50px;
	text-transform: uppercase;
}

.lang-modal {
	text-align: center;
    z-index: 1000;
}

.modal button {
	position: absolute;
    right: 4px;
    top: 4px;
    color: white;
    background-color: transparent;
    border: none;
	font-size: 35px;
	cursor: pointer;
}

.chooselanguage {
	font-family: 'Avant Garde Medium';
    font-size: 1.4vh;
    margin-top: 9px;
    cursor: pointer;
    position: relative;
    background-color: transparent;
    border: none;
    color: white;
	animation: opacity 0.8s linear 2.2s;
	animation-fill-mode: both;
}

/* ANIMATION */

@keyframes playPalierOn{
   0%  {filter: drop-shadow(0 0 0px red);}
   75% {filter: drop-shadow(0 0 4px red);}
   98% {filter: drop-shadow(0 0 0px red);}
   100% {filter: none}
}

.zoomInAndOut
{
	animation: zoomInOut 0.2s ease-in-out 1 alternate;
	display: inline-block;
}
@keyframes zoomInOut {
	0% {
		transform: scale(1.0);
	}
	100% {
		transform: scale(1.5);
	}
}
@keyframes feedbackAnim {
	0% {
		transform: translate(-50%,-50%) scale(.5);
		opacity:0;
	}
	50% {
		transform: translate(-50%,-50%) scale(1.0);
		opacity:1;
	}
	100% {
		transform: translate(-50%,-50%) scale(.5);
		opacity:0;
	}
}
@keyframes gameoverAnim {
	0% {
		transform: translate(-50%, -50%) scale(.5);
		opacity:0;
	}
	100% {
		transform: translate(-50%, -50%) scale(1.0);
		opacity:1;
	}
}

@keyframes tutoStart{
	0% {
		opacity:0.2;
		text-shadow: 0 0 0 #ffffff;
	}
	100% {
		opacity:1;
		text-shadow: 0 0 7px #ffffff;
	}
}


@keyframes linev-l {
	0% {
		height: 0;
	}
	100% {
		height: 72%;
	}
}

@keyframes lineh-b {
	0% {
		flex-grow:0;
	}
	100% {
		flex-grow: 1;
	}
}

@keyframes linev-r {
	0% {
		height: 0;
	}
	100% {
		height: 35%;
	}
}

@keyframes lineh-t {
	0% {
		flex-basis: 0%;
	}
	100% {
		flex-basis: 33%;
	}
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

@keyframes opacity{0%{opacity:0;visibility:hidden;}to{opacity:1;visibility:visible;}}
@keyframes animationTop{0%{transform:translateY(-10px);opacity:0;visibility:hidden;}to{transform:translateY(0px);opacity:1;visibility:visible;}}
@keyframes animationBottom{0%{transform:translateY(10px);opacity:0;visibility:hidden;}to{transform:translateY(0px);opacity:1;visibility:visible;}}
@keyframes animationLeft{0%{transform:translateX(-10px);opacity:0;visibility:hidden;}to{transform:translateX(0px);opacity:1;visibility:visible;}}
@keyframes animationLeftFix{0%{transform:translateX(-10px) translateY(-15px) scaleX(-1);opacity:0;visibility:hidden;}to{transform:translateX(0px) translateY(-15px) scaleX(-1);opacity:1;visibility:visible;}}
@keyframes animationLeftFix2{0%{transform:translateX(-10px) scaleX(-1);opacity:0;visibility:hidden;}to{transform:translateX(0px) scaleX(-1);opacity:1;visibility:visible;}}
@keyframes animationRight{0%{transform:translateX(10px);opacity:0;visibility:hidden;}to{transform:translateX(0px);opacity:1;visibility:visible;}}
@keyframes animationRightFix{0%{transform:translateX(10px) translateY(-15px) scaleX(-1);opacity:0;visibility:hidden;}to{transform:translateX(0px) translateY(-15px) scaleX(-1);opacity:1;visibility:visible;}}
@keyframes animationRightFix2{0%{transform:translateX(10px) translateY(-15px); opacity:0;visibility:hidden;}to{transform:translateX(0px) translateY(-15px);opacity:1;visibility:visible;}}



/* STEP 1 */
.animated:not(.unactive) .anim-container:not(.unactive) > *:nth-child(1):not(.no-anim), .anim-b1{animation: animationBottom 0.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) 0.1s;animation-fill-mode: both;}
.animated:not(.unactive) .anim-container:not(.unactive) > *:nth-child(2):not(.no-anim), .anim-b2{animation: animationBottom 0.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) 0.35s;animation-fill-mode: both;}
.animated:not(.unactive) .anim-container:not(.unactive) > *:nth-child(3):not(.no-anim), .anim-b3{animation: animationBottom 0.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) 0.4s;animation-fill-mode: both;}
.animated:not(.unactive) .anim-container:not(.unactive) > *:nth-child(4):not(.no-anim), .anim-b4{animation: animationBottom 0.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) 0.45s;animation-fill-mode: both;}
.animated:not(.unactive) .anim-container:not(.unactive) > *:nth-child(5):not(.no-anim), .anim-b5{animation: animationBottom 0.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) 0.5s;animation-fill-mode: both;}
.animated:not(.unactive) .anim-container:not(.unactive) > *:nth-child(6):not(.no-anim), .anim-b5{animation: animationBottom 0.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) 0.55s;animation-fill-mode: both;}
.animated:not(.unactive) .anim-container:not(.unactive) > *:nth-child(7):not(.no-anim), .anim-b5{animation: animationBottom 0.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) 0.6s;animation-fill-mode: both;}

.anim-l1{animation: animationLeft 0.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) 0.1s;animation-fill-mode: both;}
.anim-21{animation: animationLeft 0.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) 0.35s;animation-fill-mode: both;}
.anim-l1fix{animation: animationLeftFix 0.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) 0.1s;animation-fill-mode: both;}
.anim-l1fix2{animation: animationLeftFix2 0.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) 0.1s;animation-fill-mode: both;}

.anim-r1{animation: animationRight 0.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) 0.1s;animation-fill-mode: both;}
.anim-r1fix{animation: animationRightFix 0.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) 0.1s;animation-fill-mode: both;}
.anim-r1fix2{animation: animationRightFix2 0.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) 0.1s;animation-fill-mode: both;}


.anim-1t{animation: animationTop 0.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) 0.1s;animation-fill-mode: both;}
.anim-2t{animation: animationTop 0.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) 0.35s;animation-fill-mode: both;}
.anim-3t{animation: animationTop 0.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) 0.4s;animation-fill-mode: both;}
.anim-4t{animation: animationTop 0.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) 0.45s;animation-fill-mode: both;}
.anim-5t{animation: animationTop 0.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) 0.5s;animation-fill-mode: both;}
.anim-6t{animation: animationTop 0.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) 0.55s;animation-fill-mode: both;}
.anim-7t{animation: animationTop 0.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) 0.6s;animation-fill-mode: both;}

.anim-1b{animation: animationBottom 0.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) 0.1s;animation-fill-mode: both;}
.anim-2b{animation: animationBottom 0.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) 0.35s;animation-fill-mode: both;}
.anim-3b{animation: animationBottom 0.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) 0.4s;animation-fill-mode: both;}
.anim-4b{animation: animationBottom 0.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) 0.45s;animation-fill-mode: both;}
.anim-5b{animation: animationBottom 0.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) 0.5s;animation-fill-mode: both;}
.anim-6b{animation: animationBottom 0.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) 0.55s;animation-fill-mode: both;}
.anim-7b{animation: animationBottom 0.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) 0.6s;animation-fill-mode: both;}

.anim-a1{animation: opacity 0.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) 0.1s;animation-fill-mode: both;}
.anim-a2{animation: opacity 0.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) 0.15s;animation-fill-mode: both;}
.anim-a3{animation: opacity 0.6s cubic-bezier(0.250, 0.100, 0.250, 1.000) 0.2s;animation-fill-mode: both;}


/* DISCOUNT CODE */
#discount-code{
	text-align:center;
	text-transform:uppercase;
	margin-top:10vh;
}

#discount-code span{
	display:block;
	font-size: 24px;
}


#discount-code strong{
	display:block;
	font-size: 40px;
}

#discount-code em{
	display:block;
	font-size: 10px;
	font-style: normal;
    text-transform: capitalize;
}

#discount-code em a{
	color:#fff;
}

.congrats div.rewards-au{font-size: 120%;}



/** RESPONSIVE **/

.mobile .score-page .score, .mobile .congrats {
    width: 75%;
}
.mobile .score-page .score .score-txt, .mobile .congrats {
	font-size: 2.5vh;
}


@media only screen and (max-width: 461px){
	#discount-code{
		margin-top:2vh;
	}

	#discount-code span{
		font-size: 16px;
	}

	#discount-code strong{
		font-size: 24px;
	}
}

@media only screen and (max-width: 401px){
	.mobile .score-page .score .score-txt, .mobile .congrats {
		font-size: 2vh;
		line-height:1.2;
	}
	
	.congrats em {
		font-size: 9px;
		margin-top: 5px;
	}

	#discount-code{
		margin-top:2vh;
	}

	#discount-code span{
		font-size: 16px;
	}

	#discount-code strong{
		font-size: 24px;
	}
}