@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Pathway+Gothic+One");
@font-face {
  font-family: "Gotham-Book";
  src: url("fonts/d547aef890f72e341f3398e358ef6610.eot");
  /* IE9*/
  src: url("fonts/d547aef890f72e341f3398e358ef6610.woff2") format("woff2"), url("fonts/d547aef890f72e341f3398e358ef6610.woff") format("woff"), url("fonts/d547aef890f72e341f3398e358ef6610.ttf") format("truetype"), url("fonts/d547aef890f72e341f3398e358ef6610.svg#Gotham-Book") format("svg");
  /* iOS 4.1- */ }
@font-face {
  font-family: "Gotham-Bold";
  src: url("fonts/db33e70bc9dee9fa9ae9737ad83d77ba.eot");
  /* IE9*/
  src: url("fonts/db33e70bc9dee9fa9ae9737ad83d77ba.woff2") format("woff2"), url("fonts/db33e70bc9dee9fa9ae9737ad83d77ba.woff") format("woff"), url("fonts/db33e70bc9dee9fa9ae9737ad83d77ba.ttf") format("truetype"), url("fonts/db33e70bc9dee9fa9ae9737ad83d77ba.svg#Gotham-Bold") format("svg");
  /* iOS 4.1- */ }
@font-face {
  font-family: "Gotham-Medium";
  src: url("fonts/3a47f5f06b5484abfeee9eac90348a9c.eot");
  /* IE9*/
  src: url("fonts/3a47f5f06b5484abfeee9eac90348a9c.woff2") format("woff2"), url("fonts/3a47f5f06b5484abfeee9eac90348a9c.woff") format("woff"), url("fonts/3a47f5f06b5484abfeee9eac90348a9c.ttf") format("truetype"), url("fonts/3a47f5f06b5484abfeee9eac90348a9c.svg#Gotham-Medium") format("svg");
  /* iOS 4.1- */ }
/* Large screens ----------- */
/* Desktops and laptops ----------- */
/* iPads (portrait and landscape) ----------- */
/* iPads (portrait) ----------- */
/* Smartphones (portrait and landscape) ----------- */
/* Profil page media queries */
/* Desktops and laptops ----------- */
/* iPads (portrait and landscape) ----------- */
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
body {
  height: 100%;
  max-width: 100%;
  overflow: hidden;
  overflow-x: hidden;
  background-color: #000;
  color: #fff; }

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  touch-action: manipulation; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-osx-font-smooth: grayscale; }

.vertical-center {
  width: 100%;
  height: 100%;
  text-align: center;
  font: 0/0 a; }
  .vertical-center:before {
    height: 100%;
    content: ' ';
    display: inline-block;
    vertical-align: middle; }
  @media (max-width: 768px) {
    .vertical-center:before {
      /* height: auto; */
      display: none; } }
  .vertical-center > .container {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease; }

.section {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  color: #eaeaea;
  text-align: center; }

.section-semi-opaque {
  background: url('../assets/img/bg85.png') repeat;
  z-index: 30; }

.section-semi-opaque-alt {
  background: url('../assets/img/bg90.png') repeat;
  z-index: 140;
  visibility: hidden; }

.bg-garage {
  background: url('../assets/img/mur.jpg') center repeat-y fixed; }

#header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 110px;
  padding-left: 30px;
  padding-right: 30px; }
  @media only screen and (max-width: 767px) {
    #header {
      margin-top: 20px; } }
  @media only screen and (min-width: 768px) {
    #header {
      margin-bottom: 50px; } }

#footer-intro {
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
  margin-bottom: 110px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px; }
  @media only screen and (max-width: 767px) {
    #footer-intro {
      margin-bottom: 20px; } }
  @media only screen and (min-width: 768px) {
    #footer-intro {
      margin-bottom: 50px; } }

#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: none; }
  @media only screen and (min-width: 768px) {
    #footer {
      display: block; } }

#footer-mobile {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: block; }

#stickyFooter {
  position: absolute;
  z-index: 1001;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
  pointer-events: none;
  opacity: 0; }
  #stickyFooter .footer-button {
    font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .07em;
    color: #fff;
    text-decoration: none;
    outline: 0;
    margin-top: 30px;
    padding-bottom: 0px;
    display: inline-block;
    pointer-events: auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }
    #stickyFooter .footer-button:hover, #stickyFooter .footer-button:focus {
      color: #fff;
      outline: 0; }

#zoomWidget {
  position: absolute;
  bottom: 90px;
  left: 42px;
  height: 148px;
  margin-bottom: 15px; }

#scoreWidget {
  font-family: "Pathway Gothic One", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: .15em;
  color: #fff;
  border-style: none;
  text-transform: uppercase;
  text-decoration: none;
  z-index: 3;
  outline: 0;
  text-align: left;
  pointer-events: all; }
  #scoreWidget .score-label {
    font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 8px;
    line-height: 8px;
    letter-spacing: .10em;
    text-align: left;
    position: relative; }
  #scoreWidget .score-value {
    font-family: "Pathway Gothic One", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 26px;
    letter-spacing: .15em;
    text-align: left;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative; }
  #scoreWidget .score66-value {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative; }
  #scoreWidget .neon-effect {
    text-shadow: 0px 0px 10px #fff, 0px 0px 30px #fff; }
  #scoreWidget .list-inline > li {
    padding-right: 0px;
    padding-left: 0px; }
  #scoreWidget li {
    margin: 5px;
    vertical-align: middle; }
  #scoreWidget ul {
    vertical-align: middle; }

#homeScoreWidget {
  font-family: "Pathway Gothic One", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 34px;
  letter-spacing: .07em;
  color: #fff;
  border-style: none;
  text-transform: uppercase;
  text-decoration: none;
  z-index: 3;
  outline: 0;
  text-align: center;
  pointer-events: all;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }
  @media only screen and (max-width: 767px) {
    #homeScoreWidget {
      margin-bottom: 25px; } }
  #homeScoreWidget .score-label {
    font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: .10em;
    text-align: left; }
  #homeScoreWidget .score-value {
    font-family: "Pathway Gothic One", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 54px;
    line-height: 54px;
    letter-spacing: .07em;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }
    @media only screen and (max-width: 767px) {
      #homeScoreWidget .score-value {
        margin-top: 20px;
        padding-bottom: 20px;
        border-bottom: 2px solid #999999; } }
  #homeScoreWidget .score66-value {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative; }
  #homeScoreWidget .neon-effect {
    text-shadow: 0px 0px 10px #fff, 0px 0px 30px #fff; }
  #homeScoreWidget .list-inline > li {
    padding-right: 0px;
    padding-left: 0px; }
  #homeScoreWidget li {
    margin: 5px;
    vertical-align: middle; }
  #homeScoreWidget ul {
    vertical-align: middle; }

.progress {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0px; }

.progress.vertical {
  width: 2px; }

.progress-bar {
  background-color: #fff; }

.progress.vertical.bottom {
  margin-left: 11px;
  margin-bottom: 0px; }

.progress.vertical .bar {
  -webkit-transition: height 0.2s linear;
  -moz-transition: height 0.2s linear;
  -ms-transition: height 0.2s linear;
  -o-transition: height 0.2s linear;
  transition: height 0.2s linear; }

#smalldevices {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 42000;
  background: url('../assets/img/small-desktop.jpg') center center/cover no-repeat #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  display: none; }
  @media only screen and (max-width: 767px) {
    #smalldevices {
      display: block; } }
  @media only screen and (min-width: 768px) {
    #smalldevices {
      display: block; } }
  @media only screen and (min-width: 992px) {
    #smalldevices {
      display: none; } }
  @media only screen and (max-height: 600px) {
    #smalldevices {
      display: block; } }

#rotatetablet {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  color: #eaeaea;
  text-align: center;
  z-index: 10000;
  background: url('../assets/img/responsive/rotate-tablet.jpg') center center/cover no-repeat #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  display: none; }
  @media only screen and (min-width: 320px) and (max-width: 1024px) and (orientation: portrait) {
    #rotatetablet {
      display: block; } }
  @media only screen and (max-width: 320px) {
    #rotatetablet {
      display: block;
      background: url('../assets/img/responsive/rotate-phone.jpg') center center/cover no-repeat #000;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover; } }

#btnStandardCanvas {
  padding: 0;
  margin: 0; }

#quizzCanvas {
  padding: 0;
  margin: 0; }

#preEndCanvas {
  padding: 0;
  margin: 0; }

#blindtestCanvas {
  padding: 0;
  margin: 0; }

#modalCanvas {
  padding: 0;
  margin: 0; }

#cursorCanvas {
  padding: 0;
  margin: 0; }

#pinsCanvas {
  padding: 0;
  margin: 0; }

body {
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1em; }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

li {
  margin: 10px; }

a {
  -webkit-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease; }

a:active {
  outline: 0px; }

.cross-pointer {
  cursor: none; }

.safari-video-fix {
  visibility: hidden;
  position: absolute;
  z-index: -1000;
  top: -1000px; }

#prehome {
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.3);
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  cursor: none; }

#homebg {
  background-color: rgba(0, 0, 0, 0.42);
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  cursor: none;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

#end {
  background-color: rgba(0, 0, 0, 0.42);
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  cursor: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

#top66 {
  z-index: 100;
  opacity: 0;
  display: none;
  overflow-x: hidden;
  overflow-y: scroll; }
  #top66 .titre {
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }
    @media only screen and (max-width: 767px) {
      #top66 .titre {
        margin-top: 0px;
        margin-bottom: 20px;
        font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 16px; } }
  #top66 .bloc {
    margin-bottom: 100px; }
  #top66 .logo-les66 {
    margin: auto;
    background: url('../assets/img/end/profile/top66.png') center center/cover no-repeat;
    background-size: 258px 150px;
    width: 258px;
    height: 150px;
    margin-top: 100px;
    margin-bottom: 100px; }
    @media only screen and (max-width: 767px) {
      #top66 .logo-les66 {
        background: url('../assets/img/end/profile/top66.png') center center/cover no-repeat;
        background-size: 172px 100px;
        width: 172px;
        height: 100px;
        margin-top: 50px;
        margin-bottom: 50px; } }
  #top66 .avatar-inner-wrapper {
    width: 56px;
    height: 56px;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    #top66 .avatar-inner-wrapper img {
      width: 50px;
      height: 50px; }
    @media only screen and (max-width: 767px) {
      #top66 .avatar-inner-wrapper {
        width: 36px;
        height: 36px; }
        #top66 .avatar-inner-wrapper img {
          width: 30px;
          height: 30px; } }
  #top66 .avatar-wrapper {
    width: 60px;
    height: 60px;
    border: 2px solid #aaa;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    padding: 0px;
    margin: 0px; }
    @media only screen and (max-width: 767px) {
      #top66 .avatar-wrapper {
        width: 40px;
        height: 40px; } }
  #top66 .user {
    font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 60px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    #top66 .user.current {
      border: 1px solid #fff;
      margin-bottom: 50px; }
    @media only screen and (max-width: 767px) {
      #top66 .user {
        font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 40px; } }
  #top66 .avatar {
    line-height: 0px;
    padding: 0; }
  #top66 .order {
    text-align: center; }
    #top66 .order img {
      width: 40px;
      height: 40px; }
      @media only screen and (max-width: 767px) {
        #top66 .order img {
          width: 30px;
          height: 30px; } }
    #top66 .order.gold {
      width: 50px;
      height: 50px;
      border: 2px solid #deba73;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      overflow: hidden; }
  #top66 .flag {
    text-transform: uppercase;
    text-align: right; }
  #top66 .name {
    text-align: left; }
  #top66 .time {
    text-align: right;
    padding: 0; }
  #top66 .score {
    font-family: "Pathway Gothic One", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 60px;
    letter-spacing: 0.07em;
    text-align: right;
    text-transform: uppercase;
    color: white; }
    @media only screen and (max-width: 767px) {
      #top66 .score {
        font-family: "Pathway Gothic One", Helvetica, Arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 25px;
        line-height: 40px; } }

#endProfile {
  z-index: 100;
  opacity: 0; }
  #endProfile .content {
    font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    margin-top: 50px; }
    @media only screen and (max-height: 767px) {
      #endProfile .content {
        font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.05em;
        margin-top: 30px; } }
    @media only screen and (max-width: 767px) {
      #endProfile .content {
        font-family: "Gotham-Book", Helvetica, Arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0.1em; } }
  #endProfile .profile-quote {
    max-height: 220px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      #endProfile .profile-quote {
        max-height: 150px; } }
  #endProfile .profile-neon {
    margin-right: auto;
    margin-left: auto;
    width: 550px;
    height: 275px;
    background: url('../assets/img/end/profile/dummy.png');
    background-size: 550px 275px; }
  #endProfile .btn {
    margin-top: 40px; }
  #endProfile .score {
    font-family: "Pathway Gothic One", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0.07em;
    text-align: center;
    text-transform: uppercase;
    margin-top: 25px;
    color: white;
    vertical-align: bottom;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }
    @media only screen and (max-height: 767px) {
      #endProfile .score {
        font-family: "Pathway Gothic One", Helvetica, Arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 50px;
        line-height: 50px;
        letter-spacing: 0.07em;
        margin-top: 10px; } }
    @media only screen and (max-width: 767px) {
      #endProfile .score {
        margin-left: 10px;
        margin-top: 70px;
        text-align: left;
        font-family: "Pathway Gothic One", Helvetica, Arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 30px;
        line-height: 30px; } }
    #endProfile .score img {
      vertical-align: bottom;
      margin-left: 5px; }
    #endProfile .score .score-label {
      font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 11px;
      line-height: 20px;
      letter-spacing: 0.1em;
      text-align: left;
      position: relative; }
    #endProfile .score .align-bottom {
      display: inline-block;
      vertical-align: inherit; }
    #endProfile .score .base-score {
      font-family: "Pathway Gothic One", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 45px;
      line-height: 35px;
      letter-spacing: 0.05em; }
      @media only screen and (max-width: 767px) {
        #endProfile .score .base-score {
          font-family: "Pathway Gothic One", Helvetica, Arial, sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 25px;
          line-height: 35px; } }
    #endProfile .score .separator {
      font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 30px;
      line-height: 30px;
      color: #999999;
      margin-left: 25px;
      margin-right: 25px; }
      @media only screen and (max-width: 767px) {
        #endProfile .score .separator {
          margin-left: 8px;
          margin-right: 8px; } }
    #endProfile .score ul {
      margin-top: 0px; }
      @media only screen and (min-width: 320px) and (max-width: 1023px) {
        #endProfile .score ul {
          margin-top: 0px; } }
    #endProfile .score li {
      margin: 0px; }
  #endProfile ul {
    margin-top: 50px; }
    @media only screen and (min-width: 320px) and (max-width: 1023px) {
      #endProfile ul {
        margin-top: 20px; } }
    @media only screen and (max-height: 767px) {
      #endProfile ul {
        margin-top: 25px; } }
    @media only screen and (max-width: 767px) {
      #endProfile ul {
        margin-top: 25px; } }
  #endProfile li {
    margin: 10px; }
  #endProfile span.footer-icon {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }
    #endProfile span.footer-icon a {
      font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 12px;
      letter-spacing: 0.07em;
      color: #fff; }
      @media only screen and (max-width: 767px) {
        #endProfile span.footer-icon a {
          font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 11px;
          line-height: 11px; } }

#gameResult {
  opacity: 0;
  display: none; }

#preEndScore {
  opacity: 0;
  display: none; }
  #preEndScore .goldenquizzcount,
  #preEndScore .quizzcount,
  #preEndScore .blindtestcount {
    display: none; }
  #preEndScore .title {
    font-family: "Pathway Gothic One", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 90px;
    line-height: 90px;
    letter-spacing: 0.07em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 75px;
    color: white;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s; }
  #preEndScore .neon-effect {
    text-shadow: 0px 0px 10px #fff, 0px 0px 40px #fff; }
  #preEndScore .quizz-row,
  #preEndScore .blindtest-row,
  #preEndScore .bonustime-row {
    font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0.07em;
    text-align: center;
    text-transform: uppercase;
    color: white;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-right: 0px !important;
    padding-left: 0px !important; }
    #preEndScore .quizz-row .separator,
    #preEndScore .blindtest-row .separator,
    #preEndScore .bonustime-row .separator {
      margin-bottom: 25px; }
    #preEndScore .quizz-row .detail,
    #preEndScore .blindtest-row .detail,
    #preEndScore .bonustime-row .detail {
      color: #b7b7b7;
      margin-left: 15px; }
  #preEndScore .blindtest-row,
  #preEndScore .bonustime-row {
    margin-top: 20px; }
  #preEndScore .bonus-score {
    font-family: "Pathway Gothic One", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 25px;
    letter-spacing: 0.1em;
    text-align: left;
    color: white;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    padding-right: 0px !important;
    padding-left: 0px !important; }
  #preEndScore .bonus-desc {
    padding-right: 0px !important;
    padding-left: 0px !important; }
  #preEndScore .golden {
    color: #ffda7e !important; }
  #preEndScore .golden-count li {
    margin: 5px; }

.tuto {
  z-index: 1002;
  background-color: rgba(0, 0, 0, 0.8);
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  display: none;
  opacity: 0; }
  .tuto.tuto0 {
    background-color: rgba(0, 0, 0, 0.35);
    font-family: 'Gotham-Medium', Helvetica, Arial, sans-serif !important;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.07em;
    text-align: center;
    text-transform: uppercase;
    color: #fff; }

.error-crosses {
  position: relative; }

.tuto-bonus {
  position: absolute;
  display: block;
  top: 20px;
  left: 130px;
  width: 410px;
  height: 175px;
  z-index: 2999; }
  .tuto-bonus img {
    width: 100%;
    height: auto;
    max-width: 100%; }

.tuto-score {
  position: absolute;
  display: block;
  top: 20px;
  left: 240px;
  width: 430px;
  height: 215px;
  z-index: 2999; }
  .tuto-score img {
    width: 430px;
    height: auto;
    max-width: 100%; }

.tuto-score-mobile {
  position: absolute;
  display: block;
  top: 20px;
  left: 130px;
  width: 430px;
  height: 215px;
  z-index: 2999; }
  .tuto-score-mobile img {
    width: 430px;
    height: auto;
    max-width: 100%; }

.Absolute-Center {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.Absolute-Center.is-Image {
  width: 25%;
  height: auto;
  padding: 0; }

.Absolute-Center.is-Image img {
  width: 100%;
  height: auto; }

.tuto-keyboard {
  position: absolute;
  padding: 0px;
  top: 30px;
  opacity: 0.7;
  pointer-events: none;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none; }

.tuto-keyboard-mobile {
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 708px;
  height: 437px;
  z-index: 2999; }
  .tuto-keyboard-mobile img {
    width: 100%;
    height: auto;
    max-width: 100%; }

.tuto-gold {
  position: absolute;
  display: block;
  top: 20px;
  left: 130px;
  width: 510px;
  height: 210px;
  z-index: 2999; }
  .tuto-gold img {
    width: 100%;
    height: auto;
    max-width: 100%; }

.tuto-error {
  position: absolute;
  display: block;
  top: 100px;
  left: 100px;
  width: 401px;
  height: 235px;
  z-index: 2999; }
  .tuto-error img {
    width: 100%;
    height: auto;
    max-width: 100%; }

.tuto-error-mobile {
  position: absolute;
  display: block;
  top: 20px;
  left: 200px;
  width: 430px;
  height: 215px;
  z-index: 2999; }
  .tuto-error-mobile img {
    width: 100%;
    height: auto;
    max-width: 100%; }

.tuto-error99 {
  position: absolute;
  display: block;
  top: 100px;
  left: 100px;
  width: 399px;
  height: 242px;
  z-index: 2999; }
  .tuto-error99 img {
    width: 100%;
    height: auto;
    max-width: 100%; }
  @media only screen and (max-width: 767px) {
    .tuto-error99 {
      top: 20px;
      left: 200px;
      width: 399px;
      height: 242px; } }

.tuto-pins {
  position: absolute;
  display: block;
  bottom: 70px;
  right: 140px;
  width: 283px;
  height: 185px;
  z-index: 2999; }
  @media only screen and (max-width: 767px) {
    .tuto-pins {
      bottom: 70px;
      left: 70px; } }
  .tuto-pins img {
    width: 100%;
    height: auto;
    max-width: 100%; }

.tuto-found {
  position: absolute;
  display: block;
  bottom: 70px;
  right: 140px;
  width: 286px;
  height: 212px;
  z-index: 2999; }
  @media only screen and (max-width: 767px) {
    .tuto-found {
      bottom: 70px;
      left: 70px; } }
  .tuto-found img {
    width: 100%;
    height: auto;
    max-width: 100%; }

.tuto-save {
  position: absolute;
  display: block;
  bottom: 100px;
  right: 52px;
  width: 282px;
  height: 211px;
  z-index: 2999; }
  @media only screen and (max-width: 767px) {
    .tuto-save {
      bottom: 100px;
      right: 20px; } }
  .tuto-save img {
    width: 100%;
    height: auto;
    max-width: 100%; }

.tuto-zoom {
  position: absolute;
  display: block;
  bottom: 100px;
  left: 90px;
  width: 430px;
  height: 150px;
  z-index: 2999; }
  .tuto-zoom img {
    width: 100%;
    height: auto;
    max-width: 100%; }

.arrow-up {
  position: absolute;
  width: 16px;
  height: 19px;
  z-index: 3000; }
  .arrow-up.arrow-bonus {
    top: 60px;
    left: 190px;
    right: auto !important;
    bottom: auto !important;
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    -webkit-transform: rotate(-90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-90deg); }
  .arrow-up.arrow-error-mobile {
    top: 60px;
    left: 240px;
    right: auto !important;
    bottom: auto !important;
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    -webkit-transform: rotate(-90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-90deg); }
  .arrow-up.arrow-score {
    top: 60px;
    left: 290px;
    right: auto !important;
    bottom: auto !important;
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    -webkit-transform: rotate(-90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-90deg); }
  .arrow-up.arrow-zoom {
    bottom: 155px;
    left: 155px;
    right: auto !important;
    top: auto !important;
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    -webkit-transform: rotate(-90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-90deg); }
  .arrow-up.arrow-error {
    left: 290px;
    top: 140px;
    right: auto !important;
    bottom: auto !important; }
  .arrow-up.arrow-pins {
    top: auto !important;
    left: auto !important;
    right: 280px;
    bottom: 115px;
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg); }
    @media only screen and (max-width: 767px) {
      .arrow-up.arrow-pins {
        top: auto !important;
        right: auto !important;
        left: 130px !important;
        bottom: 115px; } }
  .arrow-up.arrow-infosound {
    top: auto !important;
    right: auto !important;
    left: 113px;
    bottom: 100px;
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg); }
  .arrow-up.arrow-save {
    top: auto !important;
    left: auto !important;
    right: 115px;
    bottom: 115px;
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg); }
    @media only screen and (max-width: 767px) {
      .arrow-up.arrow-save {
        top: auto !important;
        left: auto !important;
        right: 80px;
        bottom: 115px; } }

#helpBar {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0; }

.quizz {
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.85);
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  display: none;
  opacity: 0; }
  .quizz.overlayMode {
    background-color: rgba(0, 0, 0, 0.95); }

.block-game {
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.7);
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  display: none;
  opacity: 0;
  cursor: none; }

.dashboard {
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.92);
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  display: none;
  opacity: 0;
  cursor: none; }

#about {
  z-index: 9000;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  display: none;
  cursor: none; }

.credits {
  background-color: rgba(0, 0, 0, 0.92);
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  display: none;
  opacity: 0;
  cursor: none; }
  .credits .act {
    font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.1em;
    color: #999999;
    margin-top: 60px;
    margin-bottom: 45px; }
  .credits .help {
    font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.1em;
    color: #999999;
    text-transform: uppercase;
    margin-top: 60px;
    margin-bottom: 45px; }
  .credits .collaborators {
    font-family: "Gotham-Book", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.01em;
    color: #78797a;
    margin-bottom: 10px; }
    .credits .collaborators .name {
      font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 30px;
      letter-spacing: 0.01em;
      color: #999999; }
  .credits .soundcloud {
    margin-top: 60px; }
  .credits .thanks {
    font-family: "Gotham-Book", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.01em;
    color: #999999;
    margin-bottom: 60px; }
  .credits .logo {
    margin-bottom: 45px; }
  .credits .social {
    margin-bottom: 35px; }
    .credits .social .list-inline > li {
      display: inline-block;
      padding-right: 0px;
      padding-left: 0px; }
    .credits .social a {
      font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 20px;
      color: #999999;
      margin-bottom: 45px;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s; }
      .credits .social a:hover, .credits .social a:focus {
        color: #fff;
        outline: 0; }

.legal {
  background-color: rgba(0, 0, 0, 0.92);
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  display: none;
  opacity: 0;
  cursor: none;
  font-family: "Gotham-Book", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #fff; }
  .legal a {
    color: #fff; }
  .legal .logo {
    margin-top: 45px;
    margin-bottom: 65px; }
  .legal .copyright {
    font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #fff;
    margin-top: 65px;
    margin-bottom: 45px; }
  .legal .titre {
    font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #fff; }
  .legal .chapitre {
    font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 40px;
    letter-spacing: 0.02em;
    color: #fff;
    margin-top: 45px; }

#no-webgl {
  background: url('../assets/img/no-webgl.jpg') center center/cover no-repeat; }

#safari-browser {
  background: url('../assets/img/safari-desktop.jpg') center center/cover no-repeat; }

#navv {
  pointer-events: none; }
  #navv .credits-link {
    margin-left: 10px; }

#toscroll,
#credits,
#legal {
  overflow-x: hidden;
  overflow-y: scroll !important;
  pointer-events: auto; }

.grid {
  margin-top: 40px; }
  @media only screen and (max-width: 767px) {
    .grid {
      margin-top: 20px; } }

.grid-sizer,
.grid-item {
  width: 33%; }
  @media only screen and (max-width: 1024px) {
    .grid-sizer,
    .grid-item {
      width: 50%; } }
  @media only screen and (min-width: 1600px) {
    .grid-sizer,
    .grid-item {
      width: 25%; } }

.dashboard-menu {
  margin-top: 50px;
  margin-left: 50px;
  pointer-events: auto; }

.dashboard-score {
  margin-top: 50px;
  margin-left: 50px; }

.tab {
  margin-left: 60px !important; }
  @media only screen and (max-width: 1200px) {
    .tab {
      margin-left: 30px !important; } }
  @media only screen and (min-width: 1600px) {
    .tab {
      margin-left: 90px !important; } }
  @media only screen and (max-width: 767px) {
    .tab {
      margin-left: 10px !important; } }

.fade {
  opacity: 1; }

.fade.ng-hide {
  opacity: 0; }

.fade.ng-hide-add,
.fadeng-hide-remove {
  transition: all ease 0.5s; }

.dashboard-selector {
  margin-top: 40px;
  margin-left: 50px;
  pointer-events: auto; }
  @media only screen and (max-height: 767px) {
    .dashboard-selector {
      margin-top: 20px; } }
  @media only screen and (max-height: 767px) and (max-width: 767px) {
    .dashboard-selector {
      margin-top: 10px; } }

  .dashboard-selector ul {
    vertical-align: middle; }
  .dashboard-selector li {
    text-align: left;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .dashboard-selector li {
        margin-bottom: 13px; } }
    .dashboard-selector li a {
      font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 17px;
      line-height: 20px;
      letter-spacing: 0.07em;
      color: #999999;
      text-decoration: none;
      outline: 0;
      padding-bottom: 3px;
      border-bottom: 2px solid rgba(255, 255, 255, 0);
      transition: border-color 0.2s ease;
      -moz-transition: border-color 0.2s ease;
      /* FF3.7+ */
      -o-transition: border-top-color 0.2s ease, border-right-color 0.2s ease, border-bottom-color 0.2s ease, border-left-color 0.2s ease;
      /* Opera 10.5 */
      -webkit-transition: border-color 0.2s ease;
      /* Saf3.2+, Chrome */ }
      @media only screen and (max-width: 767px) {
        .dashboard-selector li a {
          border-bottom: 1px solid rgba(255, 255, 255, 0); } }
      @media only screen and (max-width: 767px) {
        .dashboard-selector li a {
          font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 15px; } }
      .dashboard-selector li a.filter-selected {
        color: #fff;
        border-bottom: 2px solid white; }
        @media only screen and (max-width: 767px) {
          .dashboard-selector li a.filter-selected {
            border-bottom: 1px solid white; } }
    .dashboard-selector li a:hover,
    .dashboard-selector li a:focus {
      color: #fff;
      outline: 0;
      border-bottom: 2px solid white; }

.dashboard-btn {
  margin-top: 20px;
  margin-left: 50px;
  pointer-events: auto; }
  @media only screen and (max-width: 767px) {
    .dashboard-btn {
      margin-top: 0px; } }
  .dashboard-btn ul {
    vertical-align: middle; }
  .dashboard-btn li {
    text-align: left; }
    @media only screen and (max-width: 767px) {
      .dashboard-btn li {
        margin-top: 0px; } }

.dashboard-social {
  margin-top: 20px;
  margin-left: 50px;
  pointer-events: auto; }
  @media only screen and (max-width: 767px) {
    .dashboard-social {
      margin-top: 0px; } }
  .dashboard-social ul {
    vertical-align: middle; }
  .dashboard-social li {
    text-align: left;
    color: #999999;
    font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.07em; }
    .dashboard-social li a {
      font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 16px;
      color: #999999;
      text-decoration: none;
      outline: 0; }
    .dashboard-social li a:hover,
    .dashboard-social li a:focus {
      color: #fff;
      text-decoration: none;
      outline: 0; }

.dashboard-bonus {
  margin-top: 80px; }
  @media only screen and (max-height: 767px) {
    .dashboard-bonus {
      margin-top: 50px; } }
  @media only screen and (max-height: 767px) and (max-width: 767px) {
    .dashboard-bonus {
      margin-top: 20px; } }

.dashboard-bonus-intro {
  margin-top: 35px;
  margin-bottom: 35px;
  font-family: "Gotham-Book", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.07em;
  color: #fff;
  text-align: center; }
  @media only screen and (max-height: 767px) {
    .dashboard-bonus-intro {
      margin-top: 20px;
      margin-bottom: 20px; } }
  @media only screen and (max-height: 767px) and (max-width: 767px) {
    .dashboard-bonus-intro {
      font-family: "Gotham-Book", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 11px;
      line-height: 18px;
      letter-spacing: 0.07em; } }

.dashboard-bonus-recap {
  margin-bottom: 25px;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 20px;
  letter-spacing: 0.07em;
  color: #fff;
  text-align: center; }
  @media only screen and (max-height: 767px) {
    .dashboard-bonus-recap {
      margin-bottom: 0px; } }
  @media only screen and (max-height: 767px) and (max-width: 767px) {
    .dashboard-bonus-recap {
      font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.07em; } }

  .dashboard-bonus-recap img {
    padding: 10px; }
    @media only screen and (max-width: 767px) {
      .dashboard-bonus-recap img {
        padding: 5px; } }

.bonus-title {
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.07em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 30px;
  -webkit-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease; }
  @media only screen and (max-width: 767px) {
    .bonus-title {
      font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 10px;
      line-height: 15px;
      margin-bottom: 15px; } }
  .bonus-title.off {
    color: #999999; }

.bonus-title-gold {
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.07em;
  color: #ceaf6c;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 30px;
  -webkit-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease; }
  .bonus-title-gold.off {
    color: #999999; }
  @media only screen and (max-width: 767px) {
    .bonus-title-gold {
      font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 10px;
      line-height: 15px;
      margin-bottom: 15px; } }

.superscript {
  position: relative;
  top: -0.5em;
  font-size: 80%;
  text-decoration: none;
  color: #999999; }
  .superscript.selected {
    color: #fff; }
  @media only screen and (max-width: 767px) {
    .superscript {
      font-size: 60%; } }

#preEnd {
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.65);
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  display: none;
  opacity: 0; }
  #preEnd .question {
    font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.05em;
    margin-top: 30px;
    margin-bottom: 30px; }

#preEndConfirm66 {
  z-index: 1002;
  background-color: rgba(0, 0, 0, 0.95);
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  display: none;
  opacity: 0;
  z-index: 1002; }
  #preEndConfirm66 .question {
    font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.05em;
    margin-top: 30px;
    margin-bottom: 30px; }

#quizzz .title {
  width: 263px;
  height: 103px;
  margin: auto;
  margin-bottom: 25px; }
#quizzz .logo-quizz2 {
  position: relative;
  max-width: 120px;
  top: -50px; }
  @media only screen and (max-width: 767px) {
    #quizzz .logo-quizz2 {
      max-width: 100px;
      top: -40px; } }
#quizzz .logo-quizz {
  margin: auto;
  background: url('../assets/img/quizz/quizz-logo.png') center center/cover no-repeat;
  background-size: 263px 103px;
  width: 263px;
  height: 103px;
  margin-bottom: 25px; }
  #quizzz .logo-quizz.gold {
    background: url('../assets/img/quizz/quizz-logo-gold.png') center center/cover no-repeat;
    background-size: 255px 114px;
    width: 255px;
    height: 114px; }
#quizzz .badge-frame {
  width: 180px;
  height: 180px;
  background: url('../assets/img/quizz/badgeFrame.svg') no-repeat;
  background-size: cover;
  border-style: none;
  z-index: 3;
  outline: 0;
  pointer-events: none;
  margin: 0; }
  #quizzz .badge-frame img {
    padding: 5px; }
  @media only screen and (max-width: 767px) {
    #quizzz .badge-frame {
      width: 140px;
      height: 140px;
      margin-top: 45px; } }
#quizzz .bonus-quote {
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.07em; }
#quizzz .bonus-desc {
  font-family: "Gotham-Book", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.05em;
  margin-top: 30px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    #quizzz .bonus-desc {
      margin-top: 10px;
      margin-bottom: 20px; } }
#quizzz .bonus-question {
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 41px;
  letter-spacing: 0.03em;
  margin-top: 50px;
  margin-bottom: 50px; }
  @media only screen and (max-width: 767px) {
    #quizzz .bonus-question {
      font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 30px;
      letter-spacing: 0.03em;
      margin-top: 70px;
      margin-bottom: 0px;
      text-align: left; } }
#quizzz .chrono {
  width: 143px;
  height: 143px;
  background: url('../assets/img/blindtest/chrono.png') center center/cover no-repeat;
  background-size: cover;
  font-family: "Pathway Gothic One", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 143px;
  color: #fff;
  border-style: none;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto; }
  #quizzz .chrono.gold {
    color: #f4d69a; }
  @media only screen and (max-width: 767px) {
    #quizzz .chrono {
      margin-top: 30px;
      margin-bottom: 30px; } }
#quizzz #chronoQuizz,
#quizzz #chronoQuizzMobile {
  width: 143px;
  height: 143px;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }
#quizzz .bt-pin {
  width: 32px;
  height: 32px;
  background: url('../assets/img/blindtest/pin.png') no-repeat center; }
#quizzz .bt-pin-1 {
  width: 32px;
  height: 32px;
  background: url('../assets/img/blindtest/pin-1.png') no-repeat center; }
#quizzz .bt-pin-2 {
  width: 32px;
  height: 32px;
  background: url('../assets/img/blindtest/pin-2.png') no-repeat center; }
#quizzz .bt-pin-3 {
  width: 32px;
  height: 32px;
  background: url('../assets/img/blindtest/pin-3.png') no-repeat center; }
#quizzz .bt-pin-4 {
  width: 32px;
  height: 32px;
  background: url('../assets/img/blindtest/pin-4.png') no-repeat center; }
#quizzz .bt-pin-5 {
  width: 32px;
  height: 32px;
  background: url('../assets/img/blindtest/pin-5.png') no-repeat center; }
#quizzz .bt-pin-6 {
  width: 32px;
  height: 32px;
  background: url('../assets/img/blindtest/pin-6.png') no-repeat center; }
#quizzz .bt-win {
  width: 32px;
  height: 32px;
  background: url('../assets/img/blindtest/pin-win.png') no-repeat center; }
#quizzz .bt-lost {
  width: 32px;
  height: 32px;
  background: url('../assets/img/blindtest/pin-lost.png') no-repeat center; }
#quizzz .header-logo {
  margin-bottom: 30px; }

#blindtest .blindtest-logo {
  width: 454px;
  height: 161px; }
#blindtest .blindtest-logo-mobile {
  margin-top: 50px; }
#blindtest .info-sound {
  position: absolute;
  left: 0;
  bottom: 0; }
#blindtest .info-headphones {
  bottom: 140px;
  position: absolute;
  left: 90px;
  width: 64px;
  height: 32px; }
  @media only screen and (max-width: 767px) {
    #blindtest .info-headphones {
      margin: auto;
      position: static; } }
#blindtest .bonus-quote {
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 0.07em;
  margin-bottom: 30px; }
#blindtest .bonus-desc {
  font-family: "Gotham-Book", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.05em;
  margin-top: 30px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    #blindtest .bonus-desc {
      font-family: "Gotham-Book", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 13px;
      line-height: 26px;
      margin-top: 40px; } }
#blindtest .chrono-1 {
  width: 143px;
  height: 143px;
  background: url('../assets/img/blindtest/chrono.png') center center/cover no-repeat;
  background-size: cover;
  font-family: "Pathway Gothic One", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 143px;
  color: #efffa1;
  border-style: none;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    #blindtest .chrono-1 {
      margin-top: 30px; } }
#blindtest .chrono-2 {
  width: 143px;
  height: 143px;
  background: url('../assets/img/blindtest/chrono.png') center center/cover no-repeat;
  background-size: cover;
  font-family: "Pathway Gothic One", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 143px;
  color: #ff8870;
  border-style: none;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    #blindtest .chrono-2 {
      margin-top: 30px; } }
#blindtest .chrono-3 {
  width: 143px;
  height: 143px;
  background: url('../assets/img/blindtest/chrono.png') center center/cover no-repeat;
  background-size: cover;
  font-family: "Pathway Gothic One", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 143px;
  color: #a4f3ff;
  border-style: none;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    #blindtest .chrono-3 {
      margin-top: 30px; } }
#blindtest .chrono-4 {
  width: 143px;
  height: 143px;
  background: url('../assets/img/blindtest/chrono.png') center center/cover no-repeat;
  background-size: cover;
  font-family: "Pathway Gothic One", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 143px;
  color: #fff38c;
  border-style: none;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    #blindtest .chrono-4 {
      margin-top: 30px; } }
#blindtest .chrono-5 {
  width: 143px;
  height: 143px;
  background: url('../assets/img/blindtest/chrono.png') center center/cover no-repeat;
  background-size: cover;
  font-family: "Pathway Gothic One", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 143px;
  color: #fa6fef;
  border-style: none;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    #blindtest .chrono-5 {
      margin-top: 30px; } }
#blindtest .chrono-6 {
  width: 143px;
  height: 143px;
  background: url('../assets/img/blindtest/chrono.png') center center/cover no-repeat;
  background-size: cover;
  font-family: "Pathway Gothic One", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 143px;
  color: #ff2a6b;
  border-style: none;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    #blindtest .chrono-6 {
      margin-top: 30px; } }
#blindtest .chrono-7 {
  width: 143px;
  height: 143px;
  background: url('../assets/img/blindtest/chrono.png') center center/cover no-repeat;
  background-size: cover;
  font-family: "Pathway Gothic One", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 143px;
  color: #fecdd3;
  border-style: none;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    #blindtest .chrono-7 {
      margin-top: 30px; } }
#blindtest .chrono-8 {
  width: 143px;
  height: 143px;
  background: url('../assets/img/blindtest/chrono.png') center center/cover no-repeat;
  background-size: cover;
  font-family: "Pathway Gothic One", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 143px;
  color: #ebff55;
  border-style: none;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    #blindtest .chrono-8 {
      margin-top: 30px; } }
#blindtest .chrono-9 {
  width: 143px;
  height: 143px;
  background: url('../assets/img/blindtest/chrono.png') center center/cover no-repeat;
  background-size: cover;
  font-family: "Pathway Gothic One", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 143px;
  color: #ff62b7;
  border-style: none;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    #blindtest .chrono-9 {
      margin-top: 30px; } }
#blindtest .chrono-10 {
  width: 143px;
  height: 143px;
  background: url('../assets/img/blindtest/chrono.png') center center/cover no-repeat;
  background-size: cover;
  font-family: "Pathway Gothic One", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 143px;
  color: #ffab55;
  border-style: none;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    #blindtest .chrono-10 {
      margin-top: 30px; } }
#blindtest .chrono-11 {
  width: 143px;
  height: 143px;
  background: url('../assets/img/blindtest/chrono.png') center center/cover no-repeat;
  background-size: cover;
  font-family: "Pathway Gothic One", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 143px;
  color: #fd455f;
  border-style: none;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    #blindtest .chrono-11 {
      margin-top: 30px; } }
#blindtest .chrono-12 {
  width: 143px;
  height: 143px;
  background: url('../assets/img/blindtest/chrono.png') center center/cover no-repeat;
  background-size: cover;
  font-family: "Pathway Gothic One", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 143px;
  color: #98fec1;
  border-style: none;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    #blindtest .chrono-12 {
      margin-top: 30px; } }
#blindtest .chrono-13 {
  width: 143px;
  height: 143px;
  background: url('../assets/img/blindtest/chrono.png') center center/cover no-repeat;
  background-size: cover;
  font-family: "Pathway Gothic One", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 143px;
  color: #daffdf;
  border-style: none;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    #blindtest .chrono-13 {
      margin-top: 30px; } }
#blindtest .chrono-14 {
  width: 143px;
  height: 143px;
  background: url('../assets/img/blindtest/chrono.png') center center/cover no-repeat;
  background-size: cover;
  font-family: "Pathway Gothic One", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 143px;
  color: #fde78f;
  border-style: none;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    #blindtest .chrono-14 {
      margin-top: 30px; } }
#blindtest .chrono-15 {
  width: 143px;
  height: 143px;
  background: url('../assets/img/blindtest/chrono.png') center center/cover no-repeat;
  background-size: cover;
  font-family: "Pathway Gothic One", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 143px;
  color: #fabddb;
  border-style: none;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    #blindtest .chrono-15 {
      margin-top: 30px; } }
#blindtest .btn-pin-list {
  margin-top: 70px; }
#blindtest #chronoBlindTest,
#blindtest #chronoBlindTestMobile {
  width: 143px;
  height: 143px;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-bottom: 30px; }
#blindtest #btnBlintTestFX,
#blindtest #btnBlintTestFXMobile {
  width: 150px;
  height: 150px;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }
#blindtest .bt-pin {
  width: 32px;
  height: 32px;
  background: url('../assets/img/blindtest/pin.png') center center/cover no-repeat;
  background-size: cover; }
#blindtest .bt-pin-1 {
  width: 32px;
  height: 32px;
  background: url('../assets/img/blindtest/pin-1.png') center center/cover no-repeat;
  background-size: cover; }
#blindtest .bt-pin-2 {
  width: 32px;
  height: 32px;
  background: url('../assets/img/blindtest/pin-2.png') center center/cover no-repeat;
  background-size: cover; }
#blindtest .bt-pin-3 {
  width: 32px;
  height: 32px;
  background: url('../assets/img/blindtest/pin-3.png') center center/cover no-repeat;
  background-size: cover; }
#blindtest .bt-pin-4 {
  width: 32px;
  height: 32px;
  background: url('../assets/img/blindtest/pin-4.png') center center/cover no-repeat;
  background-size: cover; }
#blindtest .bt-pin-5 {
  width: 32px;
  height: 32px;
  background: url('../assets/img/blindtest/pin-5.png') center center/cover no-repeat;
  background-size: cover; }
#blindtest .bt-pin-6 {
  width: 32px;
  height: 32px;
  background: url('../assets/img/blindtest/pin-6.png') center center/cover no-repeat;
  background-size: cover; }
#blindtest .bt-win-1 {
  width: 32px;
  height: 32px;
  background: url('../assets/img/blindtest/fr/level1/pin-win.png') center center/cover no-repeat;
  background-size: cover; }
#blindtest .bt-lost-1 {
  width: 32px;
  height: 32px;
  background: url('../assets/img/blindtest/pin-lost.png') center center/cover no-repeat;
  background-size: cover; }
#blindtest .bt-win-2 {
  width: 32px;
  height: 32px;
  background: url('../assets/img/blindtest/fr/level2/pin-win.png') center center/cover no-repeat;
  background-size: cover; }
#blindtest .bt-lost-2 {
  width: 32px;
  height: 32px;
  background: url('../assets/img/blindtest/pin-lost.png') center center/cover no-repeat;
  background-size: cover; }
#blindtest .bt-win-3 {
  width: 32px;
  height: 32px;
  background: url('../assets/img/blindtest/fr/level3/pin-win.png') center center/cover no-repeat;
  background-size: cover; }
#blindtest .bt-lost-3 {
  width: 32px;
  height: 32px;
  background: url('../assets/img/blindtest/pin-lost.png') center center/cover no-repeat;
  background-size: cover; }
#blindtest .bt-win-4 {
  width: 32px;
  height: 32px;
  background: url('../assets/img/blindtest/fr/level4/pin-win.png') center center/cover no-repeat;
  background-size: cover; }
#blindtest .bt-lost-4 {
  width: 32px;
  height: 32px;
  background: url('../assets/img/blindtest/pin-lost.png') center center/cover no-repeat;
  background-size: cover; }
#blindtest .bt-win-5 {
  width: 32px;
  height: 32px;
  background: url('../assets/img/blindtest/fr/level5/pin-win.png') center center/cover no-repeat;
  background-size: cover; }
#blindtest .bt-lost-5 {
  width: 32px;
  height: 32px;
  background: url('../assets/img/blindtest/pin-lost.png') center center/cover no-repeat;
  background-size: cover; }
#blindtest .bt-win-6 {
  width: 32px;
  height: 32px;
  background: url('../assets/img/blindtest/fr/level6/pin-win.png') center center/cover no-repeat;
  background-size: cover; }
#blindtest .bt-lost-6 {
  width: 32px;
  height: 32px;
  background: url('../assets/img/blindtest/pin-lost.png') center center/cover no-repeat;
  background-size: cover; }
#blindtest .bt-win-7 {
  width: 32px;
  height: 32px;
  background: url('../assets/img/blindtest/fr/level7/pin-win.png') center center/cover no-repeat;
  background-size: cover; }
#blindtest .bt-lost-7 {
  width: 32px;
  height: 32px;
  background: url('../assets/img/blindtest/pin-lost.png') center center/cover no-repeat;
  background-size: cover; }
#blindtest .bt-win-8 {
  width: 32px;
  height: 32px;
  background: url('../assets/img/blindtest/fr/level8/pin-win.png') center center/cover no-repeat;
  background-size: cover; }
#blindtest .bt-lost-8 {
  width: 32px;
  height: 32px;
  background: url('../assets/img/blindtest/pin-lost.png') center center/cover no-repeat;
  background-size: cover; }
#blindtest .bt-win-9 {
  width: 32px;
  height: 32px;
  background: url('../assets/img/blindtest/fr/level9/pin-win.png') center center/cover no-repeat;
  background-size: cover; }
#blindtest .bt-lost-9 {
  width: 32px;
  height: 32px;
  background: url('../assets/img/blindtest/pin-lost.png') center center/cover no-repeat;
  background-size: cover; }
#blindtest .bt-win-10 {
  width: 32px;
  height: 32px;
  background: url('../assets/img/blindtest/fr/level10/pin-win.png') center center/cover no-repeat;
  background-size: cover; }
#blindtest .bt-lost-10 {
  width: 32px;
  height: 32px;
  background: url('../assets/img/blindtest/pin-lost.png') center center/cover no-repeat;
  background-size: cover; }
#blindtest .bt-win-11 {
  width: 32px;
  height: 32px;
  background: url('../assets/img/blindtest/fr/level11/pin-win.png') center center/cover no-repeat;
  background-size: cover; }
#blindtest .bt-lost-11 {
  width: 32px;
  height: 32px;
  background: url('../assets/img/blindtest/pin-lost.png') center center/cover no-repeat;
  background-size: cover; }
#blindtest .bt-win-12 {
  width: 32px;
  height: 32px;
  background: url('../assets/img/blindtest/fr/level12/pin-win.png') center center/cover no-repeat;
  background-size: cover; }
#blindtest .bt-lost-12 {
  width: 32px;
  height: 32px;
  background: url('../assets/img/blindtest/pin-lost.png') center center/cover no-repeat;
  background-size: cover; }
#blindtest .bt-win-13 {
  width: 32px;
  height: 32px;
  background: url('../assets/img/blindtest/fr/level13/pin-win.png') center center/cover no-repeat;
  background-size: cover; }
#blindtest .bt-lost-13 {
  width: 32px;
  height: 32px;
  background: url('../assets/img/blindtest/pin-lost.png') center center/cover no-repeat;
  background-size: cover; }
#blindtest .bt-win-14 {
  width: 32px;
  height: 32px;
  background: url('../assets/img/blindtest/fr/level14/pin-win.png') center center/cover no-repeat;
  background-size: cover; }
#blindtest .bt-lost-14 {
  width: 32px;
  height: 32px;
  background: url('../assets/img/blindtest/pin-lost.png') center center/cover no-repeat;
  background-size: cover; }
#blindtest .bt-win-15 {
  width: 32px;
  height: 32px;
  background: url('../assets/img/blindtest/fr/level15/pin-win.png') center center/cover no-repeat;
  background-size: cover; }
#blindtest .bt-lost-15 {
  width: 32px;
  height: 32px;
  background: url('../assets/img/blindtest/pin-lost.png') center center/cover no-repeat;
  background-size: cover; }
#blindtest .header-logo {
  margin-bottom: 30px; }
#blindtest .chrono {
  margin-bottom: 30px; }

#webgl {
  z-index: 1;
  cursor: none; }
  #webgl .overlay {
    position: absolute;
    cursor: none;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -webkit-transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }

#logo-pctv {
  display: none;
  z-index: 2;
  opacity: 0;
  pointer-events: none; }

#click-to-start {
  display: none;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  margin-top: 300px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }
  @media only screen and (max-height: 767px) {
    #click-to-start {
      margin-top: 230px; } }

#touch-to-start {
  display: none;
  pointer-events: none;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  opacity: 0;
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
  margin-bottom: 110px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px; }
  @media only screen and (max-width: 767px) {
    #touch-to-start {
      margin-bottom: 20px; } }
  @media only screen and (min-width: 768px) {
    #touch-to-start {
      margin-bottom: 50px; } }

.touch-to-start {
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase; }
  @media only screen and (max-width: 767px) {
    .touch-to-start {
      font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 11px;
      line-height: 15px;
      letter-spacing: 0.1em; } }
  @media only screen and (min-width: 768px) {
    .touch-to-start {
      font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 13px;
      line-height: 15px;
      letter-spacing: 0.1em; } }

#rotatedevice {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  color: #eaeaea;
  text-align: center;
  z-index: 10000;
  background: url('../assets/img/mobile/rotate-tablet.jpg') center center/cover no-repeat #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: none; }
  @media only screen and (min-width: 640px) and (max-width: 1024px) and (orientation: portrait) {
    #rotatedevice {
      display: block; } }
  @media only screen and (min-width: 320px) and (max-width: 640px) and (orientation: portrait) {
    #rotatedevice {
      display: block;
      background: url('../assets/img/mobile/rotate-phone.jpg') center center/cover no-repeat #000;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover; } }

#prehome-mobile {
  display: none;
  z-index: 2;
  opacity: 0; }

.logo-prehome-mobile {
  margin-bottom: 100px; }

#game-mobile {
  display: none;
  opacity: 0; }

#home-mobile {
  display: none;
  z-index: 2;
  opacity: 0; }
  #home-mobile .title {
    font-family: "Gotham-Book", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase; }
  #home-mobile .menu {
    margin-top: 40px;
    font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.1em;
    color: #fff; }
    @media only screen and (max-width: 767px) {
      #home-mobile .menu {
        margin-top: 30px; } }
    @media only screen and (min-width: 768px) {
      #home-mobile .menu {
        margin-top: 40px; } }

.openseadragon {
  width: 800px;
  height: 600px;
  border: 1px solid black;
  color: #333;
  /* text color for messages */
  background-color: black; }

.block {
  text-align: center;
  /* May want to do this if there is risk the container may be narrower than the element inside */
  white-space: nowrap; }

/* The ghost, nudged to maintain perfect centering */
.block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */ }

/* The element to be centered, can also be of any width and height */
.centered {
  display: inline-block;
  vertical-align: middle;
  width: 640px; }

#bg {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background: url('../assets/img/mobile/loading-bg.gif') center center/cover no-repeat;
  pointer-events: none;
  z-index: 0;
  opacity: 0; }

#scanlines {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background: url('../assets/img/mobile/scanlines1.png') center center/cover no-repeat;
  pointer-events: none;
  z-index: 1;
  opacity: 0; }

#errorview {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background: url('../assets/img/mobile/error.png') center center/cover no-repeat;
  pointer-events: none;
  z-index: 1;
  opacity: 0; }

.vcenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.disclaimer {
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  margin-top: 30px; }
  @media only screen and (max-width: 767px) {
    .disclaimer {
      font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 0.12em;
      margin-top: 20px; } }

.click-to-start {
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 50px; }
  @media only screen and (max-width: 767px) {
    .click-to-start {
      display: none; } }

@keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.animate-flicker {
  -webkit-animation: flickerAnimation 2s infinite;
  -moz-animation: flickerAnimation 2s infinite;
  -o-animation: flickerAnimation 2s infinite;
  animation: flickerAnimation 2s infinite; }

.logo-prehome {
  margin: auto;
  background: url('../assets/img/logo.svg') center center/cover no-repeat;
  background-size: 181px 94px;
  width: 181px;
  height: 94px; }
  @media only screen and (min-width: 320px) and (max-width: 1023px) {
    .logo-prehome {
      background-size: 130px 67px;
      width: 130px;
      height: 67px; } }

.hud-logo {
  background: url('../assets/img/logo.svg') center center/cover no-repeat;
  background-size: 153px 81px;
  width: 153px;
  height: 81px;
  margin-right: 40px;
  margin-top: 30px; }
  @media only screen and (min-width: 320px) and (max-width: 1023px) {
    .hud-logo {
      background-size: 107px 57px;
      width: 107px;
      height: 57px;
      margin-right: 30px;
      margin-top: 20px; } }

.hud-logo-mobile {
  background: url('../assets/img/logo.svg') center center/cover no-repeat;
  background-size: 107px 57px;
  width: 107px;
  height: 57px;
  margin-right: 10px;
  margin-top: 20px; }

.hud-menu-mobile {
  margin-left: 10px;
  margin-top: 20px; }
  .hud-menu-mobile li {
    margin: 5px;
    vertical-align: middle;
    padding-right: 0px; }
  .hud-menu-mobile ul {
    vertical-align: middle; }

.hud-menu {
  margin-left: 30px;
  margin-top: 30px; }
  .hud-menu li {
    margin: 5px;
    vertical-align: middle; }
  .hud-menu ul {
    vertical-align: middle; }

#hud {
  z-index: 100;
  display: none;
  opacity: 0;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  pointer-events: none; }

.bandwidthWidget {
  margin-top: 30px;
  position: relative; }

#lang {
  margin: auto;
  margin-bottom: 180px;
  margin-top: 180px; }

.mobile-center {
  width: 300px !important;
  height: 120px !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  margin-left: -150px !important;
  margin-top: -60px !important; }

ul.langbutton li {
  margin-left: 30px;
  margin-right: 30px;
  display: inline; }

#loadertxt {
  width: 170px;
  height: 160px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 30px;
  border-style: none;
  font-family: "Pathway Gothic One", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 160px;
  line-height: 160px;
  letter-spacing: 0.1em;
  color: #fff;
  text-transform: uppercase;
  z-index: 3;
  display: none;
  opacity: 0;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; }

#loadersvg {
  width: 300px;
  height: 220px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  border-style: none;
  z-index: 3;
  display: none;
  opacity: 0; }
  @media only screen and (max-height: 419px) {
    #loadersvg {
      width: 46px;
      height: 100px;
      margin: auto;
      margin-left: 5px;
      margin-right: 5px; } }
  @media only screen and (min-height: 420px) and (max-height: 767px) {
    #loadersvg {
      width: 250px;
      height: 184px;
      margin: auto;
      margin-top: 25px;
      margin-bottom: 25px; } }
  #loadersvg .loader-number {
    width: 106px;
    height: 220px;
    margin-left: 10px;
    margin-right: 10px; }
    @media only screen and (max-height: 419px) {
      #loadersvg .loader-number {
        width: 46px;
        height: 100px;
        margin: auto;
        margin-left: 5px;
        margin-right: 5px; } }
    @media only screen and (min-height: 420px) and (max-height: 767px) {
      #loadersvg .loader-number {
        width: 89px;
        height: 184px;
        margin-left: 5px;
        margin-right: 5px; } }
    @media only screen and (max-width: 767px) {
      #loadersvg .loader-number {
        width: 38px;
        height: 80px;
        margin-top: 15px;
        margin-left: 5px;
        margin-right: 5px; } }
  #loadersvg .loader-0 {
    background: url('../assets/img/loader/0.png') no-repeat center;
    background-size: cover; }
  #loadersvg .loader-1 {
    background: url('../assets/img/loader/1.png') no-repeat center;
    background-size: cover; }
  #loadersvg .loader-2 {
    background: url('../assets/img/loader/2.png') no-repeat center;
    background-size: cover; }
  #loadersvg .loader-3 {
    background: url('../assets/img/loader/3.png') no-repeat center;
    background-size: cover; }
  #loadersvg .loader-4 {
    background: url('../assets/img/loader/4.png') no-repeat center;
    background-size: cover; }
  #loadersvg .loader-5 {
    background: url('../assets/img/loader/5.png') no-repeat center;
    background-size: cover; }
  #loadersvg .loader-6 {
    background: url('../assets/img/loader/6.png') no-repeat center;
    background-size: cover; }
  #loadersvg .loader-7 {
    background: url('../assets/img/loader/7.png') no-repeat center;
    background-size: cover; }
  #loadersvg .loader-8 {
    background: url('../assets/img/loader/8.png') no-repeat center;
    background-size: cover; }
  #loadersvg .loader-9 {
    background: url('../assets/img/loader/9.png') no-repeat center;
    background-size: cover; }
  #loadersvg li {
    margin: 0 auto; }

#requirements {
  margin: auto;
  background: url('../assets/img/ui/requirements-icon-desktop.png') center center/cover no-repeat;
  background-size: 138px 38px;
  width: 138px;
  height: 38px;
  display: block;
  z-index: 100;
  opacity: 1;
  margin-bottom: 25px; }
  @media only screen and (max-width: 767px) {
    #requirements {
      background: url('../assets/img/ui/requirements-icon-mobile.png') center center/cover no-repeat;
      background-size: 76px 30px;
      width: 76px;
      height: 30px;
      margin-bottom: 15px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-device-pixel-ratio: 2) {
    #requirements {
      background: url('../assets/img/ui/requirements-icon-mobile.png') center center/cover no-repeat;
      background-size: 100px 39px;
      width: 100px;
      height: 39px; } }

.requirements-txt {
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0.07em;
  display: block;
  text-transform: uppercase;
  z-index: 100;
  opacity: 1;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }

#cookies {
  position: absolute;
  z-index: 6000;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #fff;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%; }
  #cookies a {
    color: #8f8f8f;
    outline: 0; }
  #cookies a:hover,
  #cookies a:focus {
    color: #fff;
    text-decoration: underline;
    outline: 0; }

#homemenu {
  display: none;
  cursor: none;
  z-index: 500; }
  #homemenu .title {
    font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.07em;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }
    @media only screen and (min-width: 320px) and (max-width: 1023px) {
      #homemenu .title {
        font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0.05em; } }
  #homemenu ul {
    margin-top: 70px; }
    @media only screen and (min-width: 320px) and (max-width: 1023px) {
      #homemenu ul {
        margin-top: 20px; } }
  #homemenu li {
    margin: 10px; }

#game66menu {
  cursor: none; }
  #game66menu .title {
    font-family: "Gotham-Book", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }
  #game66menu ul {
    margin-top: 20px; }
    @media only screen and (max-width: 767px) {
      #game66menu ul {
        margin-top: 70px; } }
    @media only screen and (min-width: 320px) and (max-width: 1023px) {
      #game66menu ul {
        margin-top: 20px; } }
  #game66menu li {
    margin: 10px; }
  #game66menu span.footer-icon a {
    font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.07em;
    color: #fff; }

#game99menu {
  cursor: none; }
  #game99menu .title {
    font-family: "Gotham-Book", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    margin-top: 15px; }
    @media only screen and (min-width: 320px) and (max-width: 1023px) {
      #game99menu .title {
        font-family: "Gotham-Book", Helvetica, Arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 26px;
        letter-spacing: 0.05em; } }
  #game99menu ul {
    margin-top: 45px; }
    @media only screen and (min-width: 320px) and (max-width: 1023px) {
      #game99menu ul {
        margin-top: 20px; } }
  #game99menu li {
    margin: 10px; }

#connected {
  display: none;
  z-index: 500; }
  #connected .title {
    font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 17px;
    letter-spacing: 0.07em;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }
  #connected li {
    margin: 10px; }

#connect {
  display: none;
  z-index: 500; }
  #connect .title {
    font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.07em;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }
  #connect ul {
    margin-top: 70px; }

#save,
#saved,
#quicksave {
  display: none;
  opacity: 1;
  z-index: 5000; }
  #save .title,
  #saved .title,
  #quicksave .title {
    font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.07em;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }
  #save .content,
  #saved .content,
  #quicksave .content {
    font-family: "Gotham-Book", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }
  #save ul,
  #saved ul,
  #quicksave ul {
    margin-top: 70px; }

.avatar-inner-wrapper {
  width: 76px;
  height: 76px;
  border: 4px solid transparent;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.avatar-wrapper {
  width: 80px;
  height: 80px;
  border: 2px solid #aaa;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 20px;
  padding: 0px; }

.logo-credits {
  margin-bottom: 30px; }

.title-image {
  margin-bottom: 30px; }
  @media only screen and (min-width: 320px) and (max-width: 1023px) {
    .title-image {
      margin-bottom: 10px;
      margin-top: 45px;
      height: 80px; } }

.title-image-mobile {
  margin-bottom: 30px; }
  @media only screen and (min-width: 320px) and (max-width: 1023px) {
    .title-image-mobile {
      margin-bottom: 20px;
      margin-top: 20px; } }

.badge-img img {
  margin-bottom: 15px;
  margin-top: 15px; }

.grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.grabbing {
  cursor: grabbing;
  cursor: -webkit-grabbing; }

/* Mozilla based browsers */
::-moz-selection {
  background-color: #b8b8b8;
  color: #fff; }

/* Works in Safari */
::selection {
  background-color: #b8b8b8;
  color: #fff; }

canvas {
  z-index: -1; }

#feedback {
  pointer-events: none;
  padding: 0;
  margin: 0; }

#badge {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  display: none;
  pointer-events: auto; }

#cursor {
  z-index: 10000;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  pointer-events: none; }

#cursor-mobile {
  z-index: 10000;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  pointer-events: none; }
  @media only screen and (min-width: 640px) and (max-width: 1024px) and (orientation: portrait) {
    #cursor-mobile {
      display: none; } }
  @media only screen and (min-width: 320px) and (max-width: 640px) and (orientation: portrait) {
    #cursor-mobile {
      display: none; } }

.bonusCanvas {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  pointer-events: auto; }
  .bonusCanvas .row {
    position: absolute; }

#preEndBg {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  pointer-events: auto; }
  #preEndBg .row {
    position: absolute; }

#quizzOutro {
  z-index: 100; }

#pins {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 150;
  display: none;
  pointer-events: none; }

#miniBadge {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 200;
  pointer-events: none; }

.add-to-home {
  width: 50%;
  height: auto;
  margin: 15px; }

#saisie {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1500;
  display: none;
  opacity: 0;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none; }
  #saisie .overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  #saisie .field-wrap {
    width: 100%;
    height: 160px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -80px;
    pointer-events: none; }
    #saisie .field-wrap form {
      height: 160px; }
  #saisie .field-wrap > div:not(.keyboard) {
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  #saisie .field-wrap input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 0;
    color: white;
    position: relative;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 80px;
    font-stretch: normal;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    line-height: 160px;
    font-family: 'Gotham-Medium', 'sans-serif';
    font-weight: normal;
    text-align: center; }
    #saisie .field-wrap input::-webkit-input-placeholder {
      text-align: center; }
    #saisie .field-wrap input:-moz-placeholder {
      /* Firefox 18- */
      text-align: center; }
    #saisie .field-wrap input::-moz-placeholder {
      /* Firefox 19+ */
      text-align: center; }
    #saisie .field-wrap input:-ms-input-placeholder {
      text-align: center; }
  #saisie .field-wrap.small input {
    font-size: 60px;
    line-height: 100px; }
  #saisie .field-wrap.xsmall input {
    font-size: 30px;
    line-height: 70px; }
  #saisie .placeholder {
    height: 100%;
    color: rgba(110, 110, 110, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    font-size: 80px;
    line-height: 120px;
    font-family: 'Gotham-Medium', 'sans-serif';
    font-weight: normal;
    text-transform: uppercase;
    opacity: 1; }
  #saisie .copycat {
    height: 100%;
    color: rgba(110, 110, 110, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    font-size: 80px;
    line-height: 120px;
    font-family: 'Gotham-Medium', 'sans-serif';
    font-weight: normal;
    text-transform: uppercase;
    opacity: 0; }
  #saisie .btn-enter {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 130px;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    line-height: 24px;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    pointer-events: none; }
    #saisie .btn-enter img {
      margin-bottom: 25px; }
    #saisie .btn-enter .smallinfo {
      font-size: 13px; }

#saisie-mobile {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1500;
  display: none;
  opacity: 0; }
  #saisie-mobile .overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  #saisie-mobile .field-wrap {
    width: 100%;
    height: 160px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -80px; }
    #saisie-mobile .field-wrap form {
      height: 160px; }
  #saisie-mobile .field-wrap > div:not(.keyboard) {
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%; }
  #saisie-mobile input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 0;
    color: white;
    position: relative;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 80px;
    font-stretch: normal;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    line-height: 160px;
    font-family: 'Gotham-Medium', 'sans-serif';
    font-weight: normal; }
    #saisie-mobile input::-webkit-input-placeholder {
      text-align: center; }
    #saisie-mobile input:-moz-placeholder {
      /* Firefox 18- */
      text-align: center; }
    #saisie-mobile input::-moz-placeholder {
      /* Firefox 19+ */
      text-align: center; }
    #saisie-mobile input:-ms-input-placeholder {
      text-align: center; }
  #saisie-mobile .field-wrap.small input {
    font-size: 60px;
    line-height: 100px; }
  #saisie-mobile .field-wrap.xsmall input {
    font-size: 30px;
    line-height: 70px; }
  #saisie-mobile .placeholder {
    height: 100%;
    color: rgba(110, 110, 110, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    font-size: 80px;
    line-height: 120px;
    font-family: 'Gotham-Medium', 'sans-serif';
    font-weight: normal;
    text-transform: uppercase;
    opacity: 1; }
  #saisie-mobile .copycat {
    height: 100%;
    color: rgba(110, 110, 110, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    font-size: 80px;
    line-height: 120px;
    font-family: 'Gotham-Medium', 'sans-serif';
    font-weight: normal;
    text-transform: uppercase;
    opacity: 0; }
  #saisie-mobile .btn-enter {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 130px;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    line-height: 24px;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    pointer-events: none; }
    #saisie-mobile .btn-enter img {
      margin-bottom: 25px; }
    #saisie-mobile .btn-enter .smallinfo {
      font-size: 13px; }

#end-bonus {
  position: absolute;
  left: 0;
  display: none;
  font: 14px Monaco;
  color: #000;
  /* line-height: 30px; */
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: none;
  right: 0;
  top: 33%; }

#end-bonus img {
  /*	margin-top: 15px;
	margin-bottom: 20px;*/
  position: absolute;
  top: 33%;
  margin-left: auto;
  margin-right: auto;
  width: 30px;
  left: 0;
  right: 0; }

.error-off {
  margin-left: 4px; }

.close-cross {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 30px;
  right: 30px;
  pointer-events: none; }

#gplus {
  /* gplus/index.php */
  background-color: black; }

#app-loading {
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  margin: -44px 0 0 -44px; }

#kitt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  margin: 0px 0 0 -100px; }

.one,
.two,
.three,
.four,
.five,
.six,
.seven,
.eight,
.nine,
.ten {
  width: 10px;
  height: 5px;
  background: red;
  margin: 0;
  display: inline-block;
  -webkit-box-shadow: 0 0 30px red, inset 0 0 5px rgba(255, 0, 0, 0.5);
  box-shadow: 0 0 30px red, inset 0 0 5px rgba(255, 0, 0, 0.5);
  border-radius: 5px;
  -webkit-animation-duration: 0.7s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate; }

.one {
  -webkit-animation-name: first; }

.two {
  -webkit-animation-name: second; }

.three {
  -webkit-animation-name: third; }

.four {
  -webkit-animation-name: fourth; }

.five {
  -webkit-animation-name: fifth; }

.six {
  -webkit-animation-name: sixth; }

.seven {
  -webkit-animation-name: seventh; }

.eight {
  -webkit-animation-name: eighth; }

.nine {
  -webkit-animation-name: ninth; }

.ten {
  -webkit-animation-name: tenth; }

@-webkit-keyframes first {
  0% {
    opacity: 0.2; }
  10% {
    opacity: 1; }
  20% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }
@-webkit-keyframes second {
  0% {
    opacity: 0; }
  10% {
    opacity: 0.2; }
  20% {
    opacity: 1; }
  30% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }
@-webkit-keyframes third {
  0% {
    opacity: 0; }
  20% {
    opacity: 0.2; }
  30% {
    opacity: 1; }
  40% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }
@-webkit-keyframes fourth {
  0% {
    opacity: 0; }
  30% {
    opacity: 0.2; }
  40% {
    opacity: 1; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }
@-webkit-keyframes fifth {
  0% {
    opacity: 0; }
  40% {
    opacity: 0.2; }
  50% {
    opacity: 1; }
  60% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }
@-webkit-keyframes sixth {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.2; }
  60% {
    opacity: 1; }
  70% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }
@-webkit-keyframes seventh {
  0% {
    opacity: 0; }
  60% {
    opacity: 0.2; }
  70% {
    opacity: 1; }
  80% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }
@-webkit-keyframes eighth {
  0% {
    opacity: 0; }
  70% {
    opacity: 0.2; }
  80% {
    opacity: 1; }
  90% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }
@-webkit-keyframes ninth {
  0% {
    opacity: 0; }
  80% {
    opacity: 0.2; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0.2; } }
@-webkit-keyframes tenth {
  0% {
    opacity: 0; }
  90% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }
.notif {
  position: relative; }

.notif[data-notif].bulle:after {
  content: attr(data-notif);
  display: block;
  position: absolute;
  top: -6px;
  right: -6px;
  font-family: 'Gotham-Medium', 'sans-serif';
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 0.05em;
  background: #fff;
  color: #000;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none; }

.notif[data-notif].bulleor:after {
  content: attr(data-notif);
  display: block;
  position: absolute;
  top: -6px;
  right: -6px;
  font-family: 'Gotham-Medium', 'sans-serif';
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 0.05em;
  background: #be9c50;
  background: -moz-linear-gradient(45deg, #be9c50 0%, #f8da9e 100%);
  background: -webkit-linear-gradient(45deg, #be9c50 0%, #f8da9e 100%);
  background: linear-gradient(45deg, #be9c50 0%, #f8da9e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be9c50', endColorstr='#f8da9e',GradientType=1 );
  color: #000;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none; }

.notif[data-notif='””']:after {
  content: none;
  display: none; }

.notif-won {
  position: relative; }

.notif-won::after {
  content: '';
  position: absolute;
  display: inline-block;
  top: 30px;
  right: 30px;
  width: 42px;
  height: 42px;
  background: url('../assets/img/dashboard/pin-won.png') no-repeat 0 0;
  background-size: 100%;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none; }
  @media only screen and (max-width: 767px) {
    .notif-won::after {
      top: 25px;
      right: 30px;
      width: 30px;
      height: 30px; } }

.notif-lost {
  position: relative; }

.notif-lost::after {
  content: '';
  position: absolute;
  display: inline-block;
  top: 20px;
  right: 20px;
  width: 42px;
  height: 42px;
  background: url('../assets/img/dashboard/pin-lost.png') no-repeat 0 0;
  background-size: 100%;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none; }

.notif-won-gold {
  position: relative; }

.notif-won-gold::after {
  content: '';
  position: absolute;
  display: inline-block;
  top: 30px;
  right: 30px;
  width: 42px;
  height: 42px;
  background: url('../assets/img/dashboard/pin-won-gold.png') no-repeat 0 0;
  background-size: 100%;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none; }

.notif-lost-gold {
  position: relative; }

.notif-lost-gold::after {
  content: '';
  position: absolute;
  display: inline-block;
  top: 20px;
  right: 20px;
  width: 42px;
  height: 42px;
  background: url('../assets/img/dashboard/pin-lost-gold.png') no-repeat 0 0;
  background-size: 100%;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none; }

#clock {
  transform: rotate(270deg); }

.radial-progress {
  position: relative;
  display: inline-block; }

.cercle {
  stroke-width: 0.3em;
  fill: transparent;
  transform: rotate(0.1deg); }

.radial-progress-background {
  stroke: #87e5c5; }

.radial-progress-cover {
  stroke: #fff;
  stroke-width: 0.32em; }

.radial-progress-center {
  fill: transparent; }

.radial-fill {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.btn-rond {
  width: 100px;
  height: 100px;
  background: url('../assets/img/bouton-rond-off.svg') no-repeat;
  background-size: cover;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100px;
  letter-spacing: .25em;
  color: #fff;
  border-style: none;
  text-transform: uppercase;
  text-align: center;
  z-index: 3;
  outline: 0;
  box-sizing: border-box;
  -webkit-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease; }
  @media only screen and (max-width: 767px) {
    .btn-rond {
      width: 80px;
      height: 80px;
      font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 80px; } }
  .btn-rond:hover {
    background: url('../assets/img/bouton-rond-on.svg') no-repeat;
    background-size: cover;
    color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .btn-rond:disabled, .btn-rond:disabled :hover {
    background: url('../assets/img/bouton-rond-off.svg') no-repeat;
    background-size: cover;
    color: #fff;
    cursor: none; }
  .btn-rond:active {
    position: relative; }

.btn-rond-alt {
  width: 100px;
  height: 100px;
  background: url('../assets/img/bouton-rond-off.svg') no-repeat;
  background-size: cover;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100px;
  letter-spacing: .25em;
  color: #fff;
  border-style: none;
  text-transform: uppercase;
  text-align: center;
  z-index: 3;
  outline: 0;
  box-sizing: border-box;
  -webkit-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease; }
  @media only screen and (max-width: 767px) {
    .btn-rond-alt {
      width: 80px;
      height: 80px;
      font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 80px; } }
  .btn-rond-alt:hover {
    background: url('../assets/img/bouton-rond-on.svg') no-repeat;
    background-size: cover;
    color: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .btn-rond-alt:disabled, .btn-rond-alt:disabled :hover {
    background: url('../assets/img/bouton-rond-off.svg') no-repeat;
    background-size: cover;
    color: #fff;
    cursor: none; }
  .btn-rond-alt:active {
    position: relative; }

.btn-rond-off {
  width: 100px;
  height: 100px;
  background: url('../assets/img/bouton-rond-off.svg') no-repeat;
  background-size: cover;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100px;
  letter-spacing: .25em;
  color: #333;
  border-style: none;
  text-transform: uppercase;
  text-align: center;
  z-index: 3;
  outline: 0;
  box-sizing: border-box;
  -webkit-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease; }
  .btn-rond-off:hover {
    background: url('../assets/img/bouton-rond-off.svg') no-repeat;
    background-size: cover;
    color: #333; }
  .btn-rond-off:disabled, .btn-rond-off:disabled :hover {
    background: url('../assets/img/bouton-rond-off.svg') no-repeat;
    background-size: cover;
    color: #333;
    cursor: none; }
  .btn-rond-off:active {
    position: relative; }

.btnStandard {
  width: 258px;
  height: 47px;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 47px;
  border-style: none;
  background: none !important;
  color: inherit;
  border: none;
  padding: 0 !important;
  outline: 0;
  display: inline-block;
  margin: 0 auto; }

@media only screen and (max-width: 767px) {
  #startquizz {
    width: 203px;
    height: 37px;
    font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 37px; } }

.btn-cookie {
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 11px;
  color: #ffffff;
  background: #000000;
  padding: 10px 10px 10px 10px;
  border: solid #8f8f8f 2px;
  text-decoration: none;
  z-index: 3;
  outline: 0;
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px; }
  .btn-cookie:hover {
    border: solid #fff 2px; }
  .btn-cookie:active {
    position: relative;
    top: 1px; }

.btn-standard {
  width: 260px;
  height: 49px;
  background: url('../assets/img/btnBgOff.svg') no-repeat;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 47px;
  letter-spacing: .15em;
  color: #fff;
  border-style: none;
  text-transform: uppercase;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  z-index: 3;
  outline: 0;
  -webkit-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  transition: background 0.15s ease;
  -webkit-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease; }
  .btn-standard:hover {
    background: url('../assets/img/btnBgOn.svg') no-repeat;
    color: #fff; }
  .btn-standard:disabled, .btn-standard:disabled :hover {
    background: url('../assets/img/btnBgOff.svg') no-repeat;
    color: #444; }
  .btn-standard:active {
    position: relative;
    top: 1px; }

.btn-dashboard {
  width: 188px;
  height: 45px;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 43px;
  letter-spacing: .10em;
  color: #fff;
  border-style: none;
  text-transform: uppercase;
  z-index: 3;
  outline: 0;
  pointer-events: all; }
  @media only screen and (max-width: 767px) {
    .btn-dashboard {
      width: 160px;
      height: 35px; } }

.btn-credits {
  width: 188px;
  height: 45px;
  background: url('../assets/img/ui/btnDbBgOff.svg') no-repeat;
  background-size: cover;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 43px;
  letter-spacing: .10em;
  color: #fff;
  border-style: none;
  text-transform: uppercase;
  z-index: 3;
  outline: 0;
  pointer-events: all; }
  .btn-credits:hover {
    background: url('../assets/img/ui/btnDbBgOn.svg') no-repeat;
    color: #fff; }
  .btn-credits:disabled, .btn-credits:disabled :hover {
    background: url('../assets/img/ui/btnDbBgOff.svg') no-repeat;
    color: #444; }

.btn-soundcloud {
  width: 378px;
  height: 352px;
  background: url('../assets/img/credits/popcorn66-soundcloud-off.png') no-repeat;
  background-size: cover;
  z-index: 3;
  outline: 0;
  pointer-events: all;
  border-style: none; }
  .btn-soundcloud:hover {
    background: url('../assets/img/credits/popcorn66-soundcloud.png') no-repeat;
    background-size: cover; }
  .btn-soundcloud:disabled, .btn-soundcloud:disabled :hover {
    background: url('../assets/img/credits/popcorn66-soundcloud-off.png') no-repeat;
    background-size: cover; }

.btn-endscreen {
  width: 378px;
  height: 47px;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 47px;
  letter-spacing: .15em;
  color: #fff;
  border-style: none;
  text-transform: uppercase;
  z-index: 3;
  outline: 0;
  pointer-events: all; }
  @media only screen and (max-width: 767px) {
    .btn-endscreen {
      width: 240px;
      height: 45px; } }

.btn-endscreen-save {
  width: 185px;
  height: 47px;
  z-index: 3;
  outline: 0;
  pointer-events: all;
  margin-right: 5px;
  position: absolute;
  right: 52%;
  display: none;
  opacity: 0; }

.btn-endscreen-new {
  width: 185px;
  height: 47px;
  z-index: 3;
  outline: 0;
  pointer-events: all;
  margin-left: 5px;
  position: absolute;
  left: 52%;
  display: none;
  opacity: 0; }

.btn-bonus-locked {
  width: 250px;
  height: 250px;
  background: url('../assets/img/dashboard/locked.png') no-repeat;
  background-size: cover;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 43px;
  letter-spacing: .10em;
  color: #fff;
  border-style: none;
  text-transform: uppercase;
  z-index: 3;
  outline: 0;
  pointer-events: all;
  -webkit-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  transition: background 0.15s ease;
  -webkit-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease; }
  .btn-bonus-locked:hover {
    background: url('../assets/img/dashboard/locked.png') no-repeat;
    background-size: cover;
    color: #fff; }
  .btn-bonus-locked:disabled, .btn-bonus-locked:disabled :hover {
    background: url('../assets/img/dashboard/locked.png') no-repeat;
    background-size: cover;
    color: #444; }
  .btn-bonus-locked:active {
    position: relative;
    top: 1px; }

.btn-bonus-quizz {
  position: relative;
  height: 0px;
  top: -35px;
  z-index: 100; }
  .btn-bonus-quizz img {
    margin: 0 auto; }

.badge-frame {
  width: 180px;
  height: 180px;
  background: url('../assets/img/quizz/badgeFrame.svg') no-repeat;
  background-size: cover;
  border-style: none;
  z-index: 3;
  outline: 0;
  pointer-events: none;
  margin-top: 30px; }
  .badge-frame img {
    padding: 5px; }

.btn-menu-badge {
  width: 270px;
  height: 270px;
  position: relative;
  top: 0px;
  border-style: none;
  z-index: 3;
  outline: 0;
  pointer-events: all;
  margin: auto; }
  .btn-menu-badge:active {
    position: relative;
    top: 1px; }
  @media only screen and (max-width: 767px) {
    .btn-menu-badge {
      width: 190px;
      height: 190px; } }

.btn-bonus {
  width: 250px;
  height: 250px;
  background: url('../assets/img/dashboard/bonusBtnOff.svg') no-repeat;
  background-size: cover;
  position: relative;
  top: 0px;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 43px;
  letter-spacing: .10em;
  color: #fff;
  border-style: none;
  text-transform: uppercase;
  z-index: 3;
  outline: 0;
  pointer-events: all; }
  .btn-bonus:hover {
    background: url('../assets/img/dashboard/bonusBtnOn.svg') no-repeat;
    background-size: cover;
    color: #fff; }
  .btn-bonus:disabled {
    background: url('../assets/img/dashboard/bonusBtnOff.svg') no-repeat;
    background-size: cover;
    color: #444; }
  .btn-bonus:active {
    position: relative;
    top: 1px; }
  .btn-bonus img {
    padding: 5px; }

.btn-bonus-gold {
  width: 250px;
  height: 250px;
  background: url('../assets/img/dashboard/bonusBtnGoldOff.svg') no-repeat;
  background-size: cover;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 43px;
  letter-spacing: .10em;
  color: #fff;
  border-style: none;
  text-transform: uppercase;
  z-index: 3;
  outline: 0;
  pointer-events: all; }
  .btn-bonus-gold:hover {
    background: url('../assets/img/dashboard/bonusBtnGoldOn.svg') no-repeat;
    background-size: cover;
    color: #fff; }
  .btn-bonus-gold:disabled {
    background: url('../assets/img/dashboard/bonusBtnGoldOff.svg') no-repeat;
    background-size: cover;
    color: #444; }
  .btn-bonus-gold:active {
    position: relative;
    top: 1px; }
  .btn-bonus-gold img {
    padding: 5px; }

.btn-pin {
  width: 150px;
  height: 36px;
  z-index: 3;
  outline: 0;
  margin-top: 30px;
  pointer-events: all;
  position: relative; }

.btn-save {
  width: 118px;
  height: 36px;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 36px;
  letter-spacing: .10em;
  color: #fff;
  border-style: none;
  text-transform: uppercase;
  z-index: 3;
  outline: 0;
  margin-top: 30px;
  pointer-events: all;
  position: relative; }

.btn-fullscreen {
  width: 22px;
  height: 19px;
  background: url('../assets/img/fullscreen.svg') no-repeat;
  background-size: cover;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2px;
  line-height: 19px;
  letter-spacing: .10em;
  color: #fff;
  border-style: none;
  text-transform: uppercase;
  z-index: 3;
  outline: 0;
  margin-top: 40px;
  pointer-events: all;
  -webkit-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  transition: background 0.15s ease;
  -webkit-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease; }
  .btn-fullscreen:hover {
    background: url('../assets/img/fullscreen.svg') no-repeat;
    color: #fff; }
  .btn-fullscreen:disabled, .btn-fullscreen:disabled :hover {
    background: url('../assets/img/fullscreen.svg') no-repeat;
    color: #444; }
  .btn-fullscreen:active {
    position: relative;
    top: 1px; }

.btn-sound {
  width: 16px;
  height: 19px;
  background: url('../assets/img/kitt.gif') no-repeat;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2px;
  line-height: 19px;
  letter-spacing: .10em;
  color: #fff;
  border-style: none;
  text-transform: uppercase;
  z-index: 3;
  outline: 0;
  margin-top: 40px;
  pointer-events: all;
  position: relative;
  -webkit-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  transition: background 0.15s ease;
  -webkit-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease; }
  .btn-sound:hover {
    background: url('../assets/img/kitt.gif') no-repeat;
    color: #fff; }
  .btn-sound:disabled, .btn-sound:disabled :hover {
    background: url('../assets/img/kitt.gif') no-repeat;
    color: #444; }
  .btn-sound:active {
    position: relative;
    top: 2px; }

.btn-sound-off {
  width: 16px;
  height: 19px;
  background: url('../assets/img/kitt.svg') no-repeat;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2px;
  line-height: 19px;
  letter-spacing: .10em;
  color: #fff;
  border-style: none;
  text-transform: uppercase;
  z-index: 3;
  outline: 0;
  margin-top: 40px;
  pointer-events: all;
  position: relative;
  -webkit-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  transition: background 0.15s ease;
  -webkit-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease; }
  .btn-sound-off:hover {
    background: url('../assets/img/kitt.svg') no-repeat;
    color: #fff; }
  .btn-sound-off:disabled, .btn-sound-off:disabled :hover {
    background: url('../assets/img/kitt.svg') no-repeat;
    color: #444; }
  .btn-sound-off:active {
    position: relative;
    top: 2px; }

.btn-focus {
  width: 260px;
  height: 49px;
  background: url('../assets/img/btnBgFocusOff.svg') no-repeat;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 47px;
  letter-spacing: .15em;
  color: #fff;
  border-style: none;
  text-transform: uppercase;
  z-index: 3;
  outline: 0;
  -webkit-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  transition: background 0.15s ease;
  -webkit-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease; }
  .btn-focus:hover {
    background: url('../assets/img/btnBgFocusOn.svg') no-repeat;
    color: #000; }
  .btn-focus:disabled, .btn-focus:disabled :hover {
    background: url('../assets/img/btnBgFocusOff.svg') no-repeat;
    color: #444; }
  .btn-focus:active {
    position: relative;
    top: 1px; }

.btn-zoom-plus {
  width: 24px;
  height: 24px;
  background: url('../assets/img/btn-zoom-plus.png') center center/cover no-repeat;
  background-size: cover;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: .15em;
  color: #fff;
  border-style: none;
  text-transform: uppercase;
  z-index: 3;
  outline: 0;
  pointer-events: all;
  -webkit-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  transition: background 0.15s ease;
  -webkit-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease; }
  .btn-zoom-plus:hover {
    background: url('../assets/img/btn-zoom-plus.png') center center/cover no-repeat;
    background-size: cover;
    color: #000; }
  .btn-zoom-plus:disabled, .btn-zoom-plus:disabled :hover {
    background: url('../assets/img/btn-zoom-plus.png') center center/cover no-repeat;
    background-size: cover;
    color: #444; }
  .btn-zoom-plus:active {
    position: relative;
    top: 1px; }

.btn-zoom-minus {
  width: 24px;
  height: 24px;
  background: url('../assets/img/btn-zoom-minus.png') center center/cover no-repeat;
  background-size: cover;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: .15em;
  color: #fff;
  border-style: none;
  text-transform: uppercase;
  z-index: 3;
  outline: 0;
  pointer-events: all;
  -webkit-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  transition: background 0.15s ease;
  -webkit-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease; }
  .btn-zoom-minus:hover {
    background: url('../assets/img/btn-zoom-minus.png') center center/cover no-repeat;
    background-size: cover;
    color: #000; }
  .btn-zoom-minus:disabled, .btn-zoom-minus:disabled :hover {
    background: url('../assets/img/btn-zoom-minus.png') center center/cover no-repeat;
    background-size: cover;
    color: #444; }
  .btn-zoom-minus:active {
    position: relative;
    top: 1px; }

.btn-close-dashboard {
  width: 50px;
  height: 50px;
  background: url('../assets/img/close-dashboard.png') no-repeat;
  background-size: cover;
  z-index: 3;
  outline: 0;
  pointer-events: all;
  border-style: none;
  position: absolute;
  top: 10px;
  right: 10px; }
  .btn-close-dashboard:hover {
    background: url('../assets/img/close-dashboard.png') no-repeat;
    background-size: cover; }
  .btn-close-dashboard:disabled, .btn-close-dashboard:disabled :hover {
    background: url('../assets/img/close-dashboard.png') no-repeat;
    background-size: cover; }

.btn-menu {
  width: 62px;
  height: 62px;
  background: url('../assets/img/ui/avatar.svg') no-repeat;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 47px;
  letter-spacing: .15em;
  color: #fff;
  text-transform: uppercase;
  z-index: 3;
  outline: 0;
  pointer-events: all;
  -webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  border-radius: 31px;
  border: 2px solid #999999;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .btn-menu:hover {
    background: url('../assets/img/ui/avatar.svg') no-repeat;
    color: #000;
    -webkit-border-radius: 31px;
    -moz-border-radius: 31px;
    border-radius: 31px;
    border: 2px solid #fff; }
  .btn-menu:disabled, .btn-menu:disabled :hover {
    background: url('../assets/img/ui/avatar.svg') no-repeat;
    color: #444;
    -webkit-border-radius: 31px;
    -moz-border-radius: 31px;
    border-radius: 31px;
    border: 2px solid #444; }
  .btn-menu:active {
    position: relative;
    top: 1px;
    -webkit-border-radius: 31px;
    -moz-border-radius: 31px;
    border-radius: 31px;
    border: 2px solid #fff; }

.btn-play-blindtest-1 {
  width: 124px;
  height: 122px;
  background-color: transparent;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: .15em;
  color: #fff;
  border-style: none;
  text-transform: uppercase;
  text-align: center;
  z-index: 3;
  outline: 0;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .btn-play-blindtest-1:hover {
    background: url('../assets/img/blindtest/blindtest-btn-1.svg') no-repeat;
    background-size: cover;
    background-color: transparent;
    color: #efffa1; }
  .btn-play-blindtest-1:disabled {
    background: url('../assets/img/blindtest/blindtest-btn-1.svg') no-repeat;
    background-size: cover;
    color: #efffa1;
    pointer-events: none; }
    .btn-play-blindtest-1:disabled:hover {
      background: url('../assets/img/blindtest/blindtest-btn-1.svg') no-repeat;
      background-size: cover;
      color: #efffa1;
      pointer-events: none; }
  .btn-play-blindtest-1:active {
    position: relative;
    top: 1px; }

.btn-reponse-blindtest-1 {
  width: 325px;
  height: 71px;
  background: url('../assets/img/blindtest/question-btn-off.svg') no-repeat;
  background-size: cover;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #fff;
  border-style: none;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 3;
  outline: 0;
  box-sizing: border-box;
  -webkit-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease; }
  @media only screen and (max-width: 767px) {
    .btn-reponse-blindtest-1 {
      width: 280px;
      height: 61px;
      font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      padding-left: 10px;
      padding-right: 10px; } }
  .btn-reponse-blindtest-1:disabled, .btn-reponse-blindtest-1:disabled :hover {
    background: url('../assets/img/blindtest/question-btn-off.svg') no-repeat;
    background-size: cover;
    color: #fff; }
  .btn-reponse-blindtest-1:active {
    position: relative;
    top: 1px; }

.btn-play-blindtest-2 {
  width: 124px;
  height: 122px;
  background-color: transparent;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: .15em;
  color: #fff;
  border-style: none;
  text-transform: uppercase;
  text-align: center;
  z-index: 3;
  outline: 0;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .btn-play-blindtest-2:hover {
    background: url('../assets/img/blindtest/blindtest-btn-2.svg') no-repeat;
    background-size: cover;
    background-color: transparent;
    color: #ff8870; }
  .btn-play-blindtest-2:disabled {
    background: url('../assets/img/blindtest/blindtest-btn-2.svg') no-repeat;
    background-size: cover;
    color: #ff8870;
    pointer-events: none; }
    .btn-play-blindtest-2:disabled:hover {
      background: url('../assets/img/blindtest/blindtest-btn-2.svg') no-repeat;
      background-size: cover;
      color: #ff8870;
      pointer-events: none; }
  .btn-play-blindtest-2:active {
    position: relative;
    top: 1px; }

.btn-reponse-blindtest-2 {
  width: 325px;
  height: 71px;
  background: url('../assets/img/blindtest/question-btn-off.svg') no-repeat;
  background-size: cover;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #fff;
  border-style: none;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 3;
  outline: 0;
  box-sizing: border-box;
  -webkit-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease; }
  @media only screen and (max-width: 767px) {
    .btn-reponse-blindtest-2 {
      width: 280px;
      height: 61px;
      font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      padding-left: 10px;
      padding-right: 10px; } }
  .btn-reponse-blindtest-2:disabled, .btn-reponse-blindtest-2:disabled :hover {
    background: url('../assets/img/blindtest/question-btn-off.svg') no-repeat;
    background-size: cover;
    color: #fff; }
  .btn-reponse-blindtest-2:active {
    position: relative;
    top: 1px; }

.btn-play-blindtest-3 {
  width: 124px;
  height: 122px;
  background-color: transparent;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: .15em;
  color: #fff;
  border-style: none;
  text-transform: uppercase;
  text-align: center;
  z-index: 3;
  outline: 0;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .btn-play-blindtest-3:hover {
    background: url('../assets/img/blindtest/blindtest-btn-3.svg') no-repeat;
    background-size: cover;
    background-color: transparent;
    color: #a4f3ff; }
  .btn-play-blindtest-3:disabled {
    background: url('../assets/img/blindtest/blindtest-btn-3.svg') no-repeat;
    background-size: cover;
    color: #a4f3ff;
    pointer-events: none; }
    .btn-play-blindtest-3:disabled:hover {
      background: url('../assets/img/blindtest/blindtest-btn-3.svg') no-repeat;
      background-size: cover;
      color: #a4f3ff;
      pointer-events: none; }
  .btn-play-blindtest-3:active {
    position: relative;
    top: 1px; }

.btn-reponse-blindtest-3 {
  width: 325px;
  height: 71px;
  background: url('../assets/img/blindtest/question-btn-off.svg') no-repeat;
  background-size: cover;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #fff;
  border-style: none;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 3;
  outline: 0;
  box-sizing: border-box;
  -webkit-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease; }
  @media only screen and (max-width: 767px) {
    .btn-reponse-blindtest-3 {
      width: 280px;
      height: 61px;
      font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      padding-left: 10px;
      padding-right: 10px; } }
  .btn-reponse-blindtest-3:disabled, .btn-reponse-blindtest-3:disabled :hover {
    background: url('../assets/img/blindtest/question-btn-off.svg') no-repeat;
    background-size: cover;
    color: #fff; }
  .btn-reponse-blindtest-3:active {
    position: relative;
    top: 1px; }

.btn-play-blindtest-4 {
  width: 124px;
  height: 122px;
  background-color: transparent;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: .15em;
  color: #fff;
  border-style: none;
  text-transform: uppercase;
  text-align: center;
  z-index: 3;
  outline: 0;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .btn-play-blindtest-4:hover {
    background: url('../assets/img/blindtest/blindtest-btn-4.svg') no-repeat;
    background-size: cover;
    background-color: transparent;
    color: #fff38c; }
  .btn-play-blindtest-4:disabled {
    background: url('../assets/img/blindtest/blindtest-btn-4.svg') no-repeat;
    background-size: cover;
    color: #fff38c;
    pointer-events: none; }
    .btn-play-blindtest-4:disabled:hover {
      background: url('../assets/img/blindtest/blindtest-btn-4.svg') no-repeat;
      background-size: cover;
      color: #fff38c;
      pointer-events: none; }
  .btn-play-blindtest-4:active {
    position: relative;
    top: 1px; }

.btn-reponse-blindtest-4 {
  width: 325px;
  height: 71px;
  background: url('../assets/img/blindtest/question-btn-off.svg') no-repeat;
  background-size: cover;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #fff;
  border-style: none;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 3;
  outline: 0;
  box-sizing: border-box;
  -webkit-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease; }
  @media only screen and (max-width: 767px) {
    .btn-reponse-blindtest-4 {
      width: 280px;
      height: 61px;
      font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      padding-left: 10px;
      padding-right: 10px; } }
  .btn-reponse-blindtest-4:disabled, .btn-reponse-blindtest-4:disabled :hover {
    background: url('../assets/img/blindtest/question-btn-off.svg') no-repeat;
    background-size: cover;
    color: #fff; }
  .btn-reponse-blindtest-4:active {
    position: relative;
    top: 1px; }

.btn-play-blindtest-5 {
  width: 124px;
  height: 122px;
  background-color: transparent;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: .15em;
  color: #fff;
  border-style: none;
  text-transform: uppercase;
  text-align: center;
  z-index: 3;
  outline: 0;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .btn-play-blindtest-5:hover {
    background: url('../assets/img/blindtest/blindtest-btn-5.svg') no-repeat;
    background-size: cover;
    background-color: transparent;
    color: #fa6fef; }
  .btn-play-blindtest-5:disabled {
    background: url('../assets/img/blindtest/blindtest-btn-5.svg') no-repeat;
    background-size: cover;
    color: #fa6fef;
    pointer-events: none; }
    .btn-play-blindtest-5:disabled:hover {
      background: url('../assets/img/blindtest/blindtest-btn-5.svg') no-repeat;
      background-size: cover;
      color: #fa6fef;
      pointer-events: none; }
  .btn-play-blindtest-5:active {
    position: relative;
    top: 1px; }

.btn-reponse-blindtest-5 {
  width: 325px;
  height: 71px;
  background: url('../assets/img/blindtest/question-btn-off.svg') no-repeat;
  background-size: cover;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #fff;
  border-style: none;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 3;
  outline: 0;
  box-sizing: border-box;
  -webkit-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease; }
  @media only screen and (max-width: 767px) {
    .btn-reponse-blindtest-5 {
      width: 280px;
      height: 61px;
      font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      padding-left: 10px;
      padding-right: 10px; } }
  .btn-reponse-blindtest-5:disabled, .btn-reponse-blindtest-5:disabled :hover {
    background: url('../assets/img/blindtest/question-btn-off.svg') no-repeat;
    background-size: cover;
    color: #fff; }
  .btn-reponse-blindtest-5:active {
    position: relative;
    top: 1px; }

.btn-play-blindtest-6 {
  width: 124px;
  height: 122px;
  background-color: transparent;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: .15em;
  color: #fff;
  border-style: none;
  text-transform: uppercase;
  text-align: center;
  z-index: 3;
  outline: 0;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .btn-play-blindtest-6:hover {
    background: url('../assets/img/blindtest/blindtest-btn-6.svg') no-repeat;
    background-size: cover;
    background-color: transparent;
    color: #ff2a6b; }
  .btn-play-blindtest-6:disabled {
    background: url('../assets/img/blindtest/blindtest-btn-6.svg') no-repeat;
    background-size: cover;
    color: #ff2a6b;
    pointer-events: none; }
    .btn-play-blindtest-6:disabled:hover {
      background: url('../assets/img/blindtest/blindtest-btn-6.svg') no-repeat;
      background-size: cover;
      color: #ff2a6b;
      pointer-events: none; }
  .btn-play-blindtest-6:active {
    position: relative;
    top: 1px; }

.btn-reponse-blindtest-6 {
  width: 325px;
  height: 71px;
  background: url('../assets/img/blindtest/question-btn-off.svg') no-repeat;
  background-size: cover;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #fff;
  border-style: none;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 3;
  outline: 0;
  box-sizing: border-box;
  -webkit-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease; }
  @media only screen and (max-width: 767px) {
    .btn-reponse-blindtest-6 {
      width: 280px;
      height: 61px;
      font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      padding-left: 10px;
      padding-right: 10px; } }
  .btn-reponse-blindtest-6:disabled, .btn-reponse-blindtest-6:disabled :hover {
    background: url('../assets/img/blindtest/question-btn-off.svg') no-repeat;
    background-size: cover;
    color: #fff; }
  .btn-reponse-blindtest-6:active {
    position: relative;
    top: 1px; }

.btn-play-blindtest-7 {
  width: 124px;
  height: 122px;
  background-color: transparent;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: .15em;
  color: #fff;
  border-style: none;
  text-transform: uppercase;
  text-align: center;
  z-index: 3;
  outline: 0;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .btn-play-blindtest-7:hover {
    background: url('../assets/img/blindtest/blindtest-btn-7.svg') no-repeat;
    background-size: cover;
    background-color: transparent;
    color: #fecdd3; }
  .btn-play-blindtest-7:disabled {
    background: url('../assets/img/blindtest/blindtest-btn-7.svg') no-repeat;
    background-size: cover;
    color: #fecdd3;
    pointer-events: none; }
    .btn-play-blindtest-7:disabled:hover {
      background: url('../assets/img/blindtest/blindtest-btn-7.svg') no-repeat;
      background-size: cover;
      color: #fecdd3;
      pointer-events: none; }
  .btn-play-blindtest-7:active {
    position: relative;
    top: 1px; }

.btn-reponse-blindtest-7 {
  width: 325px;
  height: 71px;
  background: url('../assets/img/blindtest/question-btn-off.svg') no-repeat;
  background-size: cover;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #fff;
  border-style: none;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 3;
  outline: 0;
  box-sizing: border-box;
  -webkit-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease; }
  @media only screen and (max-width: 767px) {
    .btn-reponse-blindtest-7 {
      width: 280px;
      height: 61px;
      font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      padding-left: 10px;
      padding-right: 10px; } }
  .btn-reponse-blindtest-7:disabled, .btn-reponse-blindtest-7:disabled :hover {
    background: url('../assets/img/blindtest/question-btn-off.svg') no-repeat;
    background-size: cover;
    color: #fff; }
  .btn-reponse-blindtest-7:active {
    position: relative;
    top: 1px; }

.btn-play-blindtest-8 {
  width: 124px;
  height: 122px;
  background-color: transparent;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: .15em;
  color: #fff;
  border-style: none;
  text-transform: uppercase;
  text-align: center;
  z-index: 3;
  outline: 0;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .btn-play-blindtest-8:hover {
    background: url('../assets/img/blindtest/blindtest-btn-8.svg') no-repeat;
    background-size: cover;
    background-color: transparent;
    color: #ebff55; }
  .btn-play-blindtest-8:disabled {
    background: url('../assets/img/blindtest/blindtest-btn-8.svg') no-repeat;
    background-size: cover;
    color: #ebff55;
    pointer-events: none; }
    .btn-play-blindtest-8:disabled:hover {
      background: url('../assets/img/blindtest/blindtest-btn-8.svg') no-repeat;
      background-size: cover;
      color: #ebff55;
      pointer-events: none; }
  .btn-play-blindtest-8:active {
    position: relative;
    top: 1px; }

.btn-reponse-blindtest-8 {
  width: 325px;
  height: 71px;
  background: url('../assets/img/blindtest/question-btn-off.svg') no-repeat;
  background-size: cover;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #fff;
  border-style: none;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 3;
  outline: 0;
  box-sizing: border-box;
  -webkit-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease; }
  @media only screen and (max-width: 767px) {
    .btn-reponse-blindtest-8 {
      width: 280px;
      height: 61px;
      font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      padding-left: 10px;
      padding-right: 10px; } }
  .btn-reponse-blindtest-8:disabled, .btn-reponse-blindtest-8:disabled :hover {
    background: url('../assets/img/blindtest/question-btn-off.svg') no-repeat;
    background-size: cover;
    color: #fff; }
  .btn-reponse-blindtest-8:active {
    position: relative;
    top: 1px; }

.btn-play-blindtest-9 {
  width: 124px;
  height: 122px;
  background-color: transparent;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: .15em;
  color: #fff;
  border-style: none;
  text-transform: uppercase;
  text-align: center;
  z-index: 3;
  outline: 0;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .btn-play-blindtest-9:hover {
    background: url('../assets/img/blindtest/blindtest-btn-9.svg') no-repeat;
    background-size: cover;
    background-color: transparent;
    color: #ff62b7; }
  .btn-play-blindtest-9:disabled {
    background: url('../assets/img/blindtest/blindtest-btn-9.svg') no-repeat;
    background-size: cover;
    color: #ff62b7;
    pointer-events: none; }
    .btn-play-blindtest-9:disabled:hover {
      background: url('../assets/img/blindtest/blindtest-btn-9.svg') no-repeat;
      background-size: cover;
      color: #ff62b7;
      pointer-events: none; }
  .btn-play-blindtest-9:active {
    position: relative;
    top: 1px; }

.btn-reponse-blindtest-9 {
  width: 325px;
  height: 71px;
  background: url('../assets/img/blindtest/question-btn-off.svg') no-repeat;
  background-size: cover;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #fff;
  border-style: none;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 3;
  outline: 0;
  box-sizing: border-box;
  -webkit-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease; }
  @media only screen and (max-width: 767px) {
    .btn-reponse-blindtest-9 {
      width: 280px;
      height: 61px;
      font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      padding-left: 10px;
      padding-right: 10px; } }
  .btn-reponse-blindtest-9:disabled, .btn-reponse-blindtest-9:disabled :hover {
    background: url('../assets/img/blindtest/question-btn-off.svg') no-repeat;
    background-size: cover;
    color: #fff; }
  .btn-reponse-blindtest-9:active {
    position: relative;
    top: 1px; }

.btn-play-blindtest-10 {
  width: 124px;
  height: 122px;
  background-color: transparent;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: .15em;
  color: #fff;
  border-style: none;
  text-transform: uppercase;
  text-align: center;
  z-index: 3;
  outline: 0;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .btn-play-blindtest-10:hover {
    background: url('../assets/img/blindtest/blindtest-btn-10.svg') no-repeat;
    background-size: cover;
    background-color: transparent;
    color: #ffab55; }
  .btn-play-blindtest-10:disabled {
    background: url('../assets/img/blindtest/blindtest-btn-10.svg') no-repeat;
    background-size: cover;
    color: #ffab55;
    pointer-events: none; }
    .btn-play-blindtest-10:disabled:hover {
      background: url('../assets/img/blindtest/blindtest-btn-10.svg') no-repeat;
      background-size: cover;
      color: #ffab55;
      pointer-events: none; }
  .btn-play-blindtest-10:active {
    position: relative;
    top: 1px; }

.btn-reponse-blindtest-10 {
  width: 325px;
  height: 71px;
  background: url('../assets/img/blindtest/question-btn-off.svg') no-repeat;
  background-size: cover;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #fff;
  border-style: none;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 3;
  outline: 0;
  box-sizing: border-box;
  -webkit-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease; }
  @media only screen and (max-width: 767px) {
    .btn-reponse-blindtest-10 {
      width: 280px;
      height: 61px;
      font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      padding-left: 10px;
      padding-right: 10px; } }
  .btn-reponse-blindtest-10:disabled, .btn-reponse-blindtest-10:disabled :hover {
    background: url('../assets/img/blindtest/question-btn-off.svg') no-repeat;
    background-size: cover;
    color: #fff; }
  .btn-reponse-blindtest-10:active {
    position: relative;
    top: 1px; }

.btn-play-blindtest-11 {
  width: 124px;
  height: 122px;
  background-color: transparent;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: .15em;
  color: #fff;
  border-style: none;
  text-transform: uppercase;
  text-align: center;
  z-index: 3;
  outline: 0;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .btn-play-blindtest-11:hover {
    background: url('../assets/img/blindtest/blindtest-btn-11.svg') no-repeat;
    background-size: cover;
    background-color: transparent;
    color: #fd455f; }
  .btn-play-blindtest-11:disabled {
    background: url('../assets/img/blindtest/blindtest-btn-11.svg') no-repeat;
    background-size: cover;
    color: #fd455f;
    pointer-events: none; }
    .btn-play-blindtest-11:disabled:hover {
      background: url('../assets/img/blindtest/blindtest-btn-11.svg') no-repeat;
      background-size: cover;
      color: #fd455f;
      pointer-events: none; }
  .btn-play-blindtest-11:active {
    position: relative;
    top: 1px; }

.btn-reponse-blindtest-11 {
  width: 325px;
  height: 71px;
  background: url('../assets/img/blindtest/question-btn-off.svg') no-repeat;
  background-size: cover;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #fff;
  border-style: none;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 3;
  outline: 0;
  box-sizing: border-box;
  -webkit-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease; }
  @media only screen and (max-width: 767px) {
    .btn-reponse-blindtest-11 {
      width: 280px;
      height: 61px;
      font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      padding-left: 10px;
      padding-right: 10px; } }
  .btn-reponse-blindtest-11:disabled, .btn-reponse-blindtest-11:disabled :hover {
    background: url('../assets/img/blindtest/question-btn-off.svg') no-repeat;
    background-size: cover;
    color: #fff; }
  .btn-reponse-blindtest-11:active {
    position: relative;
    top: 1px; }

.btn-play-blindtest-12 {
  width: 124px;
  height: 122px;
  background-color: transparent;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: .15em;
  color: #fff;
  border-style: none;
  text-transform: uppercase;
  text-align: center;
  z-index: 3;
  outline: 0;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .btn-play-blindtest-12:hover {
    background: url('../assets/img/blindtest/blindtest-btn-12.svg') no-repeat;
    background-size: cover;
    background-color: transparent;
    color: #98fec1; }
  .btn-play-blindtest-12:disabled {
    background: url('../assets/img/blindtest/blindtest-btn-12.svg') no-repeat;
    background-size: cover;
    color: #98fec1;
    pointer-events: none; }
    .btn-play-blindtest-12:disabled:hover {
      background: url('../assets/img/blindtest/blindtest-btn-12.svg') no-repeat;
      background-size: cover;
      color: #98fec1;
      pointer-events: none; }
  .btn-play-blindtest-12:active {
    position: relative;
    top: 1px; }

.btn-reponse-blindtest-12 {
  width: 325px;
  height: 71px;
  background: url('../assets/img/blindtest/question-btn-off.svg') no-repeat;
  background-size: cover;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #fff;
  border-style: none;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 3;
  outline: 0;
  box-sizing: border-box;
  -webkit-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease; }
  @media only screen and (max-width: 767px) {
    .btn-reponse-blindtest-12 {
      width: 280px;
      height: 61px;
      font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      padding-left: 10px;
      padding-right: 10px; } }
  .btn-reponse-blindtest-12:disabled, .btn-reponse-blindtest-12:disabled :hover {
    background: url('../assets/img/blindtest/question-btn-off.svg') no-repeat;
    background-size: cover;
    color: #fff; }
  .btn-reponse-blindtest-12:active {
    position: relative;
    top: 1px; }

.btn-play-blindtest-13 {
  width: 124px;
  height: 122px;
  background-color: transparent;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: .15em;
  color: #fff;
  border-style: none;
  text-transform: uppercase;
  text-align: center;
  z-index: 3;
  outline: 0;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .btn-play-blindtest-13:hover {
    background: url('../assets/img/blindtest/blindtest-btn-13.svg') no-repeat;
    background-size: cover;
    background-color: transparent;
    color: #daffdf; }
  .btn-play-blindtest-13:disabled {
    background: url('../assets/img/blindtest/blindtest-btn-13.svg') no-repeat;
    background-size: cover;
    color: #daffdf;
    pointer-events: none; }
    .btn-play-blindtest-13:disabled:hover {
      background: url('../assets/img/blindtest/blindtest-btn-13.svg') no-repeat;
      background-size: cover;
      color: #daffdf;
      pointer-events: none; }
  .btn-play-blindtest-13:active {
    position: relative;
    top: 1px; }

.btn-reponse-blindtest-13 {
  width: 325px;
  height: 71px;
  background: url('../assets/img/blindtest/question-btn-off.svg') no-repeat;
  background-size: cover;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #fff;
  border-style: none;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 3;
  outline: 0;
  box-sizing: border-box;
  -webkit-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease; }
  @media only screen and (max-width: 767px) {
    .btn-reponse-blindtest-13 {
      width: 280px;
      height: 61px;
      font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      padding-left: 10px;
      padding-right: 10px; } }
  .btn-reponse-blindtest-13:disabled, .btn-reponse-blindtest-13:disabled :hover {
    background: url('../assets/img/blindtest/question-btn-off.svg') no-repeat;
    background-size: cover;
    color: #fff; }
  .btn-reponse-blindtest-13:active {
    position: relative;
    top: 1px; }

.btn-play-blindtest-14 {
  width: 124px;
  height: 122px;
  background-color: transparent;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: .15em;
  color: #fff;
  border-style: none;
  text-transform: uppercase;
  text-align: center;
  z-index: 3;
  outline: 0;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .btn-play-blindtest-14:hover {
    background: url('../assets/img/blindtest/blindtest-btn-14.svg') no-repeat;
    background-size: cover;
    background-color: transparent;
    color: #fde78f; }
  .btn-play-blindtest-14:disabled {
    background: url('../assets/img/blindtest/blindtest-btn-14.svg') no-repeat;
    background-size: cover;
    color: #fde78f;
    pointer-events: none; }
    .btn-play-blindtest-14:disabled:hover {
      background: url('../assets/img/blindtest/blindtest-btn-14.svg') no-repeat;
      background-size: cover;
      color: #fde78f;
      pointer-events: none; }
  .btn-play-blindtest-14:active {
    position: relative;
    top: 1px; }

.btn-reponse-blindtest-14 {
  width: 325px;
  height: 71px;
  background: url('../assets/img/blindtest/question-btn-off.svg') no-repeat;
  background-size: cover;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #fff;
  border-style: none;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 3;
  outline: 0;
  box-sizing: border-box;
  -webkit-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease; }
  @media only screen and (max-width: 767px) {
    .btn-reponse-blindtest-14 {
      width: 280px;
      height: 61px;
      font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      padding-left: 10px;
      padding-right: 10px; } }
  .btn-reponse-blindtest-14:disabled, .btn-reponse-blindtest-14:disabled :hover {
    background: url('../assets/img/blindtest/question-btn-off.svg') no-repeat;
    background-size: cover;
    color: #fff; }
  .btn-reponse-blindtest-14:active {
    position: relative;
    top: 1px; }

.btn-play-blindtest-15 {
  width: 124px;
  height: 122px;
  background-color: transparent;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: .15em;
  color: #fff;
  border-style: none;
  text-transform: uppercase;
  text-align: center;
  z-index: 3;
  outline: 0;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .btn-play-blindtest-15:hover {
    background: url('../assets/img/blindtest/blindtest-btn-15.svg') no-repeat;
    background-size: cover;
    background-color: transparent;
    color: #fabddb; }
  .btn-play-blindtest-15:disabled {
    background: url('../assets/img/blindtest/blindtest-btn-15.svg') no-repeat;
    background-size: cover;
    color: #fabddb;
    pointer-events: none; }
    .btn-play-blindtest-15:disabled:hover {
      background: url('../assets/img/blindtest/blindtest-btn-15.svg') no-repeat;
      background-size: cover;
      color: #fabddb;
      pointer-events: none; }
  .btn-play-blindtest-15:active {
    position: relative;
    top: 1px; }

.btn-reponse-blindtest-15 {
  width: 325px;
  height: 71px;
  background: url('../assets/img/blindtest/question-btn-off.svg') no-repeat;
  background-size: cover;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #fff;
  border-style: none;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 3;
  outline: 0;
  box-sizing: border-box;
  -webkit-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease; }
  @media only screen and (max-width: 767px) {
    .btn-reponse-blindtest-15 {
      width: 280px;
      height: 61px;
      font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      padding-left: 10px;
      padding-right: 10px; } }
  .btn-reponse-blindtest-15:disabled, .btn-reponse-blindtest-15:disabled :hover {
    background: url('../assets/img/blindtest/question-btn-off.svg') no-repeat;
    background-size: cover;
    color: #fff; }
  .btn-reponse-blindtest-15:active {
    position: relative;
    top: 1px; }

.btn-reponse-quizz {
  width: 325px;
  height: 71px;
  background: url('../assets/img/quizz/question-btn-off.svg') no-repeat;
  background-size: cover;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #999999;
  border-style: none;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 3;
  outline: 0;
  box-sizing: border-box;
  -webkit-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease; }
  @media only screen and (max-width: 767px) {
    .btn-reponse-quizz {
      width: 280px;
      height: 61px;
      font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      padding-left: 10px;
      padding-right: 10px; } }
  .btn-reponse-quizz:hover, .btn-reponse-quizz .hovered {
    background: url('../assets/img/quizz/question-btn-on.svg') no-repeat;
    background-size: cover;
    color: #fff; }
  .btn-reponse-quizz.gold {
    background: url('../assets/img/quizz/question-btn-off.svg') no-repeat;
    background-size: cover; }
    .btn-reponse-quizz.gold:hover, .btn-reponse-quizz.gold .hovered {
      background: url('../assets/img/quizz/question-btn-on-gold.svg') no-repeat;
      background-size: cover;
      color: #f4d69a !important; }
  .btn-reponse-quizz:disabled, .btn-reponse-quizz:disabled :hover {
    background: url('../assets/img/quizz/question-btn-off.svg') no-repeat;
    background-size: cover;
    color: #999999; }
  .btn-reponse-quizz:active {
    position: relative;
    top: 1px; }

.btn-reponse-quizz-focus {
  width: 325px;
  height: 71px;
  background: url('../assets/img/quizz/question-btn-on.svg') no-repeat !important;
  background-size: cover;
  color: #fff !important; }
  @media only screen and (max-width: 767px) {
    .btn-reponse-quizz-focus {
      width: 280px;
      height: 61px;
      background: url('../assets/img/quizz/question-btn-on.svg') no-repeat !important;
      background-size: cover;
      color: #fff !important; } }
  .btn-reponse-quizz-focus.gold {
    background: url('../assets/img/quizz/question-btn-on-gold.svg') no-repeat !important;
    background-size: cover;
    color: #f4d69a !important; }
    @media only screen and (max-width: 767px) {
      .btn-reponse-quizz-focus.gold {
        width: 280px;
        height: 61px;
        background: url('../assets/img/quizz/question-btn-on-gold.svg') no-repeat !important;
        background-size: cover;
        color: #f4d69a !important; } }

.btn-small {
  width: 180px;
  height: 38px;
  background: url('../assets/img/btnSmallBgOff.png') no-repeat;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: .15em;
  color: #999999;
  border-style: none;
  text-transform: uppercase;
  z-index: 3;
  outline: 0;
  -webkit-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  transition: background 0.15s ease;
  -webkit-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease; }
  .btn-small:hover {
    background: url('../assets/img/btnSmallBgOn.png') no-repeat;
    color: #fff; }
  .btn-small:disabled, .btn-small:disabled :hover {
    background: url('../assets/img/btnSmallBgOff.png') no-repeat;
    color: #444; }
  .btn-small:active {
    position: relative;
    top: 1px; }

.btn-help-top66 {
  width: 50px;
  height: 50px;
  background: url('../assets/img/end/les66/help-off.png') no-repeat;
  background-size: cover;
  background-color: transparent;
  border-style: none;
  pointer-events: all;
  z-index: 3;
  outline: 0;
  -webkit-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  transition: background 0.15s ease;
  -webkit-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease; }
  .btn-help-top66:hover {
    background: url('../assets/img/end/les66/help-on.png') no-repeat;
    background-size: cover; }
  .btn-help-top66:disabled, .btn-help-top66:disabled :hover {
    background: url('../assets/img/end/les66/help-off.png') no-repeat;
    background-size: cover; }
  .btn-help-top66:active {
    position: relative;
    top: 1px; }

.btn-home {
  color: #fff; }

.btn-score {
  width: 114px;
  height: 124px;
  background: url('../assets/img/shieldSprite.png') 0px 0px no-repeat;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 54px;
  letter-spacing: .08em;
  color: #fff;
  border-style: none;
  text-transform: uppercase;
  z-index: 3;
  text-align: center;
  -webkit-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease; }
  .btn-score:hover {
    background-position: -114px 0px;
    color: #000; }

.btn-score-small {
  background: url('../assets/img/shieldSprite2.png') 0px 0px no-repeat;
  background-size: cover;
  color: #fff;
  border-style: none;
  text-transform: uppercase;
  z-index: 3;
  text-align: center;
  padding: 0px;
  -webkit-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease; }
  .btn-score-small:hover {
    color: #000; }

.btn-score-hilite {
  color: #fff;
  text-shadow: 0 0 6px #fff; }

.btn-connect {
  width: 380px;
  height: 49px;
  background: url('../assets/img/connect/btn-connect-off.svg') no-repeat;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 49px;
  letter-spacing: .15em;
  color: #fff;
  border-style: none;
  text-transform: uppercase;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  z-index: 3;
  outline: 0; }
  .btn-connect:hover {
    background: url('../assets/img/connect/btn-connect-off.svg') no-repeat;
    color: #fff; }
  .btn-connect:disabled, .btn-connect:disabled :hover {
    background: url('../assets/img/connect/btn-connect-off.svg') no-repeat;
    color: #444; }
  .btn-connect.btn-connect-facebook:hover {
    background: url('../assets/img/connect/btn-connect-facebook.svg') no-repeat;
    color: #fff; }
  .btn-connect.btn-connect-facebook:disabled, .btn-connect.btn-connect-facebook:disabled :hover {
    background: url('../assets/img/connect/btn-connect-facebook.svg') no-repeat;
    color: #444; }
  .btn-connect:active {
    position: relative;
    top: 1px; }

.btn-social {
  width: 266px;
  height: 48px;
  background: url('../assets/img/btnSocialOff.png') no-repeat;
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: .15em;
  color: #999999;
  border-style: none;
  text-transform: uppercase;
  z-index: 3;
  outline: 0;
  -webkit-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  transition: background 0.15s ease;
  -webkit-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease; }
  .btn-social:hover {
    background: url('../assets/img/btnSocialOff.png') no-repeat;
    color: #fff; }
  .btn-social:disabled, .btn-social:disabled :hover {
    background: url('../assets/img/btnSocialOff.png') no-repeat;
    color: #444; }
  .btn-social:active {
    position: relative;
    top: 1px; }

.connect-facebook:hover {
  background: url('../assets/img/btnSocialFacebook.png') no-repeat; }

.connect-twitter:hover {
  background: url('../assets/img/btnSocialTwitter.png') no-repeat; }

.connect-google:hover {
  background: url('../assets/img/btnSocialGoogle.png') no-repeat; }

.back-link {
  margin-top: 40px; }
  .back-link a {
    color: #999999;
    font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: .10em;
    text-decoration: none;
    border-bottom: 1px solid #999999; }
  .back-link a:hover {
    color: #fff;
    border-bottom: 1px solid #fff; }

.footer-button {
  -webkit-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  transition: background 0.15s ease;
  -webkit-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  margin-right: 10px; }
  .footer-button.last {
    margin-right: 0px; }

.share-facebook:hover {
  color: #fff;
  background-color: #3a5d90; }

.share-twitter:hover {
  color: #fff;
  background-color: #29abe0; }

.share-google:hover {
  color: #fff;
  background-color: #e04a39; }

.share-instagram:hover {
  color: #fff;
  background-color: #5380a5; }

.share-tumblr:hover {
  color: #fff;
  background-color: #30516b; }

.share-pinterest:hover {
  color: #fff;
  background-color: #cc222f; }

.volume:hover {
  color: #fff;
  background-color: #484848; }

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover {
  box-sizing: inherit;
  outline: 0px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea:focus, input[type="text"]:focus, input[type="text"]:required, textarea[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus, .form-control:focus {
  border-color: none;
  box-shadow: none;
  outline: none; }

#inputfield {
  background-color: #000;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  border-top: 5px dotted #202020;
  border-bottom: 5px dotted #202020; }

input[type="text"], input[type="text"]:focus,
input[type="password"], input[type="password"]:focus,
input[type="email"], input[type="email"]:focus {
  height: 100%;
  width: 380px;
  border: 0px;
  padding: 15px;
  background-color: transparent;
  color: #fff;
  pointer-events: all;
  font-family: "Gotham-Book", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  text-align: left;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  outline: 0; }

input::-moz-placeholder {
  color: #747474;
  opacity: 1; }
input:-ms-input-placeholder {
  color: #747474; }
input::-webkit-input-placeholder {
  color: #747474; }

.ng-invalid.ng-dirty {
  color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px; }

.ng-valid.ng-dirty {
  color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px; }

.form {
  cursor: default; }
  .form .noaccount {
    font-family: "Gotham-Book", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: .06em;
    width: 380px;
    height: 50px;
    text-align: center;
    margin: 0 auto;
    padding-top: 40px; }
    .form .noaccount a {
      color: #747474; }
  .form .separator {
    width: 380px;
    height: 50px;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding-top: 30px;
    font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: .06em; }
    .form .separator img {
      display: inline-block;
      margin: 1px; }
  .form .input-field {
    width: 380px;
    display: block;
    text-align: left;
    border: solid 2px #747474;
    position: relative;
    margin: 0 auto; }
    .form .input-field input {
      outline: 0;
      border: 0;
      width: 85%;
      padding-right: 20px;
      display: inline-block;
      pointer-events: all; }
    .form .input-field .icon {
      color: #747474;
      font-size: 15px;
      position: relative;
      width: 15%;
      display: inline-block;
      text-align: center;
      top: 2px;
      -webkit-transition: all 0.15s ease;
      -o-transition: all 0.15s ease;
      transition: all 0.15s ease; }

.logout {
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: .07em;
  color: #fff;
  text-decoration: none;
  outline: 0;
  margin-top: 30px;
  padding-bottom: 0px;
  border-bottom: 1px solid #999999;
  display: inline-block;
  pointer-events: auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }
  .logout:hover, .logout:focus {
    color: #fff;
    outline: 0;
    border-bottom: 1px solid #fff; }

.credits-link {
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .07em;
  color: #fff;
  text-decoration: none;
  outline: 0;
  margin-top: 30px;
  padding-bottom: 0px;
  border-bottom: 1px solid #999999;
  display: inline-block;
  pointer-events: auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }
  .credits-link:hover, .credits-link:focus {
    color: #fff;
    outline: 0;
    border-bottom: 1px solid #fff; }

.logout-link {
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: .10em;
  color: #fff;
  border-style: none;
  text-transform: uppercase;
  outline: 0;
  margin-top: 45px;
  pointer-events: all; }
  .logout-link i {
    margin-right: 15px; }
  .logout-link a {
    font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: .10em;
    color: #999999;
    outline: 0;
    padding-bottom: 0px;
    border-bottom: 1px solid #999999; }
  .logout-link a:hover, .logout-link a:focus {
    color: #fff;
    outline: 0;
    border-bottom: 1px solid #fff; }

.dashboard-back-link {
  font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: .10em;
  color: #fff;
  border-style: none;
  text-transform: uppercase;
  outline: 0;
  margin-top: 50px;
  pointer-events: all; }
  @media only screen and (max-height: 767px) {
    .dashboard-back-link {
      margin-top: 30px; } }
  @media only screen and (max-height: 767px) and (max-width: 767px) {
    .dashboard-back-link {
      margin-top: 0px; } }

  .dashboard-back-link i {
    margin-right: 15px; }
  .dashboard-back-link a {
    font-family: "Gotham-Medium", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: .10em;
    color: #fff;
    text-decoration: none;
    outline: 0; }
  .dashboard-back-link a:hover, .dashboard-back-link a:focus {
    color: #fff;
    text-decoration: underline;
    outline: 0; }

a:hover, a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0; }

.link, .top-menu {
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease; }

.link:hover {
  color: #fff;
  text-decoration: none; }

p.footer-text {
  color: #999999; }
  p.footer-text a {
    width: 38px;
    height: 38px;
    margin: 0;
    padding: 0;
    color: #fff;
    text-decoration: none;
    display: inline-block; }
  p.footer-text a:hover {
    color: #fff; }
  p.footer-text a.footer-link {
    width: 54px;
    height: 38px;
    margin: 0;
    padding: 0;
    color: #999999;
    text-decoration: none;
    display: inline-block; }
  p.footer-text a.footer-link:hover {
    color: #fff; }

p.form-text {
  font-family: "Monaco", Courrier, monospace;
  font-size: 12px;
  color: #fff;
  letter-spacing: .05em; }
  p.form-text a {
    color: #999999;
    text-decoration: none;
    border-bottom: 1px solid #999999; }
  p.form-text a:hover {
    color: #fff;
    border-bottom: 1px solid #fff; }

span.footer-icon {
  font-size: 16px; }

.error-cross {
  margin-right: 6px; }
  .error-cross.on {
    margin-right: 3px; }
