/*--------------------------------------------------------------
Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: 1px #767676 dotted;
    text-decoration: none;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: 700;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #eee;
    color: #222;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #bbb;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

* {
    margin:0;
    padding:0;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-tap-highlight-color:transparent
}

a, button {
    text-decoration: none;
    outline: 0;
}

a, a:visited {
    color: #000;
    text-decoration: none;
    transition: color 300ms cubic-bezier(0.4, 0.8, 0.74, 1);
}

a:link, a:visited:link {
    -webkit-tap-highlight-color: transparent;
}

img.scale-with-grid {
    display: block;
    height: auto !important;
    width: 100% !important;
}

.transition {
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
}

.transition2 {
    -webkit-transition: visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    transition: visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    transition: transform 1s cubic-bezier(.75,0,.25,1),visibility 0s 1s;
    transition: transform 1s cubic-bezier(.75,0,.25,1),visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    will-change: transform;
}

/*--------------------------------------------------------------
Fonts
--------------------------------------------------------------*/

@font-face {
  font-family: 'Bebas';
  font-style: normal;
  font-weight: 400;
  src: local('Bebas'),
       url('../fonts/BEBAS.woff2') format('woff2'), 
       url('../fonts/BEBAS.woff') format('woff'),
       url('../fonts/BEBAS.ttf') format('ttf'),
       url('../fonts/BEBAS.eot') format('eot');
}

@font-face {
  font-family: 'Trade Gothic';
  font-style: normal;
  font-weight: 400;
  src: local('Trade Gothic LT Std'),
       url('../fonts/TradeGothicLTStd-Cn18.woff2') format('woff2'), 
       url('../fonts/TradeGothicLTStd-Cn18.woff') format('woff'),
       url('../fonts/TradeGothicLTStd-Cn18.ttf') format('ttf'),
       url('../fonts/TradeGothicLTStd-Cn18.eot') format('eot');
}

@font-face {
  font-family: 'Betty';
  font-style: normal;
  font-weight: 400;
  src: local('Betty Noir'),
       url('../fonts/bettynoir.woff2') format('woff2'), 
       url('../fonts/bettynoir.woff') format('woff'),
       url('../fonts/bettynoir.ttf') format('ttf'),
       url('../fonts/bettynoir.eot') format('eot');
}

/*--------------------------------------------------------------
Structure
--------------------------------------------------------------*/

body {
    color: #000;
    background-color: #fff;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-weight:100;
    font-size: 1.4rem;


}

body, html {
    width: 100%;
    height: 100%;
}

html {
  font-size: 62.5%;
  /*font-size: calc(1em * 0.625); IE */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

h1 {
    font-family: 'Bebas';
    color: #05112c;
    font-size: 4rem;
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    z-index: 1;
    font-weight: 400;
}
h1:before {
    content: 'Blind';
    position: absolute;
    top: 2px;
    left: 2px;
    font-family: inherit;
    color: #fec630;
    font-size: inherit;
    text-transform: uppercase;
    z-index: -1;
}
h1:after {
    content: 'Test';
    position: absolute;
    top: 2px;
    right: -2px;
    font-family: inherit;
    color: #fec630;
    font-size: inherit;
    text-transform: uppercase;
    z-index: -1;
}

h1 span.active {
  color: #DC8DB8;
  text-shadow: 0px 2px 6px #666;
}


h2 {
    font-size: 2.8rem;
    text-align: center;
    text-transform: uppercase;
    color: #05112c;
    font-family: 'Trade Gothic';
    font-weight: 700;
}

h3 {
    font-family: 'Trade Gothic';
    font-size: 2.0rem;
    font-weight: 400;
    color: #05112c;
    text-align: center;
    line-height: 3rem;
    padding: 0 20px;
}

h3 .highlight {
    background-color: #fec630;
    padding: 5px 10px 1px;
    font-weight: 700;
}
h3 .break {
    display: none;
}

h4 {
    font-size:1em;
}

h5 {
font-family: 'Trade Gothic';
    font-size: 1.1rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 1.5rem;
    padding-bottom: 10px;
    text-shadow: 1px 1px #2b7a81;
}
h5 a {
    color: #fff !important;
    text-decoration: underline;
}

input, select, th, td {font-size:1em;}


.wrapper {
    width:100%;
    /*min-height: 100vh;*/
    overflow: hidden;
    position: relative;
    background-image: url(../images/pool.jpg);
    background-position: center top;
    background-repeat-y: no-repeat; 
    background-size: 100% 100%;     
    overflow: hidden;  
}

@media screen and (max-width: 960px) {
.wrapper {
    background-image: url(../images/pool_xs.jpg);
    background-position: center bottom;
    background-repeat-y: no-repeat; 
    background-size: 100% 100%;     
}
}

section {
    position: relative;
    padding: 20px 0; 
}

#canvasid {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.container {
    position: relative;
    margin: auto;
    z-index: 1;
    width: 80%;
    max-width: 1000px;
    text-align: center;
}

.blindtest__container {
    background-color: rgba(255,255,255,0.85);
    position: relative;
    width: 100%;
    padding: 10px;
    overflow: hidden;
}

.step {
    position: relative;
    z-index: 0;
}

.left {
    width: auto;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    text-align: left;
}

img.left1 {
    position: relative;
    height: 35%;
    width: auto;
    display: block;
}

.left2 {
    position: relative;
    background-image: url(../images/left2.png);
    background-position: left bottom;
    background-repeat-y: no-repeat;
    background-size: 100%;
    height: 65%;
    display: block;
}

.right {
    width: auto;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    text-align: left;
}

img.right1 {
    position: relative;
    height: 35%;
    width: auto;
    display: block;
}

.right2 {
    position: relative;
    background-image: url(../images/right2.png);
    background-position: left bottom;
    background-repeat-y: no-repeat;
    background-size: 100%;
    height: 65%;
    display: block;
}

a.button {
    font-family: 'Trade Gothic';
    color: #05112c;
    background-color: #fec630;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    margin: 5px auto 10px;
    padding: 10px 40px 4px 60px;
    font-size: 2.0rem;
    position: relative;
    border-radius: 2em;
    /*z-index: 1;*/
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
}


a.button i {
    padding-left: 20px;
    font-size: inherit;
}

@media screen and (min-width: 960px) { 
    a.button {
        margin: 10px auto 10px;
        padding: 10px 30px 4px 50px;
        font-size: 2.2rem;
    }
    .formRight a.button {
        padding: 10px 40px 4px 60px;
        position: relative;
        display: inline-block;
        /* -webkit-transform: translate3d(0%,-50%,0); */
        /* transform: translate3d(0%,-50%,0); */
        /* top: 50%; */
        /* left: 50%; */
        margin: auto;
        bottom: 0;
    }    
}


a.button:hover:after {
    top: 3px;
    
}

a.button:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 0px;
    background-color: #05112c;
    width: 100%;
    height: 100%;
    border-radius: 2em;
    z-index: -1;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

section#media {

}

section#media .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;   
    flex-direction: column-reverse; 
}

#playlist {
    width: 100%;
    padding: 0 20px;
        margin-bottom: 0px;
}

#clip {
    width: 100%;
    padding: 0 20px;
        margin-bottom: 40px;
}

.media__header {
    background: #fec630;
    padding: 10px 0 3px;
    position: relative;
}



.playlist__play {
    overflow: hidden;
/*    width: 30px;
    height: 30px;*/
    background: transparent;
    /*border: 3px solid #05112c;*/
    /*border-radius: 50%;*/
    opacity: 1;
    top: 50%;
    right: 55px;
    position: absolute;
    display: block;
    -webkit-transform: translate3d(0%,-50%,0);
    transform: translate3d(0%,-50%,0);
    -webkit-transition: opacity 1.2s ease;
    transition: opacity 1.2s ease;
}

.playlist__play i {
    font-size: 3rem;
    color: #05112c;
}

.playlist__play .fa-pause-circle {
    display: none;
}
.playlist__play.playing .fa-pause-circle {
    display: block;
}
.playlist__play.playing .fa-play-circle {
    display: none;
}

/*
.playlist__play:after {
    content: '';
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
}

.playlist__play:after {
    height: 0;
    width: 0;
    border-bottom: 7px solid transparent;
    border-left: 11px solid #05112c;
    border-top: 7px solid transparent;
    -webkit-transform: translate3d(-40%,-50%,0);
    transform: translate3d(-40%,-50%,0);
}
*/

a.cover {
    position: relative;
    display: inline-block;
    width: 80%;
}

a.cover img {
    width: 100%;
    height: auto;
    display: block;
}

#playlist .videos__play {
    border: 3px solid #fff;

}
#playlist .videos__play:after {
    border-left: 19px solid #fff;
}

@media screen and (max-width: 960px) {
    .playlist__play { display: none;}

}

.playlist__container {
    background-color: rgba(255,255,255,0.85);
    height: 100%;
}

.clip__container {
background-color: rgba(255,255,255,0.85);
    height: 100%;   
}

.media__content {
    position: relative;
    width: 100%;
    padding: 20px; 
}

.video__container {
    position: relative;
}

.videos__cover {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-bottom: 52%;
    background: #000;
    background-size: cover;
    background-position: 50%;
    opacity: .9;
}

.videos__player {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.videos__play {
    overflow: hidden;
    width: 80px;
    height: 80px;
    background: transparent;
    border: 3px solid #05112c;
    border-radius: 50%;
    opacity: 1;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    -webkit-transition: opacity 1.2s ease;
    transition: opacity 1.2s ease;
}

.videos__play:after {
    content: '';
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
}

.videos__play:after {
    height: 0;
    width: 0;
    border-bottom: 15px solid transparent;
    border-left: 19px solid #05112c;
    border-top: 15px solid transparent;
    -webkit-transform: translate3d(-40%,-50%,0);
    transform: translate3d(-40%,-50%,0);
}

@media screen and (min-width: 960px) { 
    #playlist {
        width: 50%;
        padding: 0 20px 0 0;
        margin-bottom: 0px;
    }

    #clip {
        width: 50%;
        padding: 0 0 0 20px;
        margin-bottom: 0px;
    }
    section#media .container {
        flex-direction: row; 
    }    
}

.DZtracklistWrapper {
    height: 500px;
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    position: relative;
    text-align: left;
}

.DZtracklist {
text-transform: none;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 400;
    padding-right: 40px;
    font-family: 'Trade Gothic';
}

.DZtrack {
    color: #05112c;
    display: block;
    padding: 0 0 0 0;
    /* background-color: #fff; */
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 50px;
    border-bottom: 1px solid #05112c;
    height: 50px;    
}

.col {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.col1 {
    float: left;
    width: 10%;
    min-height: 10px;
    text-align: left;
    font-weight: 700;
}

.col2 {
    float: left;
    width: 8%;
    padding-right: 0px;
    position: relative;
    height: 50px;
}

.col2 img {
    width: 100%;
    height: auto;
    display: block;
    top: 50%;
    left: 0;
    position: absolute;
    -webkit-transform: translate3d(0%,-50%,0);
    transform: translate3d(0%,-50%,0);
}

.col3 {
    float: left;
    width: 74%;
    padding-left: 20px;
    padding-right: 15px;
}

.col4 {
    float: left;
    width: 8%;
    padding-right: 0;
    text-align: right;
}

.DZtrack .fa-pause-circle {
    display: none;
}
.DZtrack i {
    line-height: 50px;
    font-size: 2.3rem;
}
.DZtrack.playing .fa-pause-circle {
    display: block;
}
.DZtrack.playing .fa-play-circle {
    display: none;
}

.text {
    margin: 10px 0;
}

p {
    text-align: justify;
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 10px 0;
}

.reveal-animate {
    opacity: 0;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.visible {

/*    -webkit-transition: -webkit-transform .5s cubic-bezier(.75,0,.25,1);
    transition: -webkit-transform .5s cubic-bezier(.75,0,.25,1);
    transition: transform .5s cubic-bezier(.75,0,.25,1);
    transition: transform .5s cubic-bezier(.75,0,.25,1),-webkit-transform .5s cubic-bezier(.75,0,.25,1);
    will-change: transform;    */ 
    
    /*animation-timing-function: cubic-bezier(.75,0,.25,1);
    -webkit-animation-timing-function: cubic-bezier(.75,0,.25,1);*/

    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;   

    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;      
}


/*--------------------------------------------------------------
Blindtest
--------------------------------------------------------------*/

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.step__start {
    /*display: none;*/
        margin: 20px 0;
}

.step__q {
    display: none;
    padding-top: 20px;
}

.step__q_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;    
}

.step__result {
    display: none;
    padding: 20px 5%;
}

.step__end {
  display: none;
}

.step_end__title {
text-transform: none;
    font-size: 2.5rem;
    color: #05112c;
    font-family: 'Trade Gothic';
}

#score {
    display: inline-block;
}

.step_end__title span {
    font-family: 'Betty';
    font-size: 3.8rem;
    text-transform: uppercase;
}

.step_end__desc {
    color: #05112c;
    font-size: 2.2rem;
    margin-top: 20px;
    font-family: 'Trade Gothic';
}

.step_end__img {
  margin-top: 50px;
}

.step_end__img img {
  
}

.step__q .blindtest-content {
    /*justify-content: flex-start;*/
}

.q__title {
    font-family: 'Trade Gothic';
    color: #05112c;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 2.6rem;
    letter-spacing: -0.04em;
    text-align: left;
    position: relative;
    padding-left: 2%;
}

.q__title span {
    color: #05112c;
    font-weight: 700;
    font-size: 3.8rem;
    position: absolute;
    left: -10%;
    bottom: 0;
    line-height: 0.95em;
}

.reps {
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;    
}

.rep {
    cursor: pointer;
    position: relative;
    border: 0;
    color: #05112c;
    width: 46%;
    display: inline-block;
    /* float: left; */
    margin: 2%;
    padding: 20px 20px 15px 20px;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 2.2rem;
    /*letter-spacing: -0.04em;*/
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
    font-family: 'Trade Gothic';
    font-weight: 700;
}

.rep.false {
    /*cursor: default;*/
    /*color: #fff;*/
    transform: translateX(-8px) translateY(-8px);
}

.rep.false:after {
    background-color: #e13033;
    /*border: 1px solid #c01a34;*/
    transform: translateX(8px) translateY(8px);
}

.rep.false:before {
    /*background-color: #ee6f7e;*/
    /*border: 1px solid #fff;*/
}

.rep.true {
    /*cursor: default;*/
    /*color: #fff;*/
    transform: translateX(-8px) translateY(-8px); 
}

.rep .win {
    display: none;
}

.rep.true .win {
    display: inline-block;
    position: absolute;
    top: -26%;
    left: -5%;
    width: 110%;
    height: 120%;
    background-image: url(../images/win.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 500;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;  
      -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.6, .6, .6);
    transform: scale3d(.6, .6, .6);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.6, .6, .6);
    transform: scale3d(.6, .6, .6);
  }

  50% {
    opacity: 1;
  }
}


.rep.true:after {
    /*background-color: #37656e;*/
    transform: translateX(8px) translateY(8px);
}

.rep.true:before {
    /*background-color: #8ed2d5;*/
}

.rep:not(.disabled):not(.true):not(.false):hover:after {
    /*background-color: #37656e;*/
    transform: translateX(8px) translateY(8px);
}

.rep:not(.disabled):not(.true):not(.false):hover {
    transform: translateX(-8px) translateY(-8px);
}

.rep .txt {
    z-index: 50;
    position: relative;
     word-break: break-word;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      -o-hyphens: auto;
      hyphens: auto;    
}

.rep .txt span.active {
  color: #fff;
  /*text-shadow: 0px 2px 6px #666;*/
}

.rep.true .txt {
    /*animation: Test 1s infinite;*/
}

@keyframes Test{
    0%{opacity: 1;}
    50%{opacity: 0;}
    100%{opacity: 1;}
}
@-moz-keyframes Test{
    0%{opacity: 1;}
    50%{opacity: 0;}
    100%{opacity: 1;}
}

.rep:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: none;
    background-color: #fec630;
    top: 0px;
    left: 0px;
    z-index: 10;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in; 
}

.rep:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: none;
    background-color: #05112c;
    top: 0px;
    left: 0px;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;    
}

.result {
    position: relative;
    z-index: 0;
    display: none;
}

.equalizer {
  position: relative;
}

.equa {
    position: relative;
    display: inline-block;
    width: 75px;
    height: 75px;
    background: url(../images/equalizer-deezer.gif) no-repeat center center transparent;
    background-size: 85%;
    /*padding: 5px;*/
}

.equa:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #37656e;
  border-radius: 100%; 
  z-index: 100; 
  
}

.equalizer img {
  display: none;
/*    border: 1px solid #37656e;
    border-radius: 100%;
    overflow: hidden;
*/    width: 75px;
    padding: 5px;
}


.step_result__title {
    text-transform: none;
    color: #05112c;
    font-family: 'Trade Gothic';
    font-size: 2.8rem;
    font-weight: 400;
    letter-spacing: -0.09rem;
    text-align: left;
}

.step_result__title span {
    font-family: 'Betty';
    font-size: 3.8rem;
    font-weight: 400;
}

.step_result__score {
  text-transform: none;
  color: #05112c;
  font-family: 'Trade Gothic';
  font-size: 3.0rem; 
  padding: 10px 0;
  font-weight: 400;
}

.step_result__score span {
  color: #8ed2d5;
}

.step_result_form__title {
    text-transform: none;
    color: #05112c;
    font-family: 'Trade Gothic';
    font-size: 2.8rem;
    font-weight: 400;
    letter-spacing: -0.09rem;
    text-align: left;
}

.result__title {
    text-transform: uppercase;
    color: #37656e;
    font-size: 1.15em;
    text-align: left;
        display: none;
}

.result__title.false { 

}

.result__title.false img { 
    vertical-align: top;
}

.result__title img { 
    height: 30px;
    vertical-align: bottom;
    padding-right: 10px;
}

.result__infos {
    display: none;
    position: relative;
    margin-top: 18px;
    color: #37656e;
    text-align: center;
    font-size: 0.9em;
    background-color: #f5fafa;
    padding: 15px;
    /*z-index: 0;*/
    border-left: 1px solid #37656e;
    border-right: 1px solid #37656e;
    border-top: 1px solid #37656e;
    border-bottom: 1px solid #37656e;
}

.result__infos:before {
content: '';
    position: absolute;
    background: url(../images/arrow.png) no-repeat right center transparent;
    width: 100%;
    height: 21px;
    top: -21px;
    right: 20px;
    background-size: contain;

}

.result__infos:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f5fafa;
    top: 4px;
    left: 4px;
    border: 1px solid #37656e;
    z-index: -1;
}

.q__next_wrapper { 
    position: absolute;
    /* bottom: 40px; */
    width: 100%;
    text-align: center;
    /* flex: 0 0 auto; */
    box-sizing: border-box;
    right: 2%;
    display: none;
    top: -20px;
    text-align: right;
}

.q__next {
    cursor: pointer;
    border: 0;
    background-color: #fec630;
    color: #05112c;
    font-size: 1.8rem;
    font-weight: 700;
    /* flex: 0 0 auto; */
    position: relative;
    margin-top: 0px;
    padding: 5px 10px;
    display: inline-block;
    text-transform: uppercase;
    /* font-family: 'Bebas'; */
    font-family: 'Trade Gothic';
}

.q__next .fa {
    padding-left: 10px;
    position: relative;
}

.q__next:hover .fa {
    transform: translateX(-3px);
}

.blindtest .bg, .misc-bloc .bg {
    content: '';
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    /* background-color: #36656d; */
    background: url(../images/trame.png) repeat right top transparent;
    /*background-size: 100% 100%;*/
    top: 0px;
    left: 0px;
    z-index: -2;
}

.blindtest:before, .misc-bloc:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 30px;
    background-color: #f6fafb;
    top: -20px;
    right: -36px;
    z-index: -1;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); 
}

.blindtest:after, .misc-bloc:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 30px;
    background-color: #f6fafb;
    bottom: -20px;
    left: -36px;
    z-index: -1;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); 
}    
/*
.blindtest:after, .misc-bloc:after {
    content: '';
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    background: url(../images/trame.png) repeat right top transparent;
    top: 0px;
    left: 0px;
    z-index: -2;
}*/

.blindtest h2 {
    top: -20px;
    left: 50%;
    -ms-transform: translate(-50%, 0%) rotate(-6deg);
    -webkit-transform: translate(-50%, 0%) rotate(-6deg);
    transform: translate(-50%, 0%) rotate(-6deg);
}

.misc {
    padding-left: 80px;
    float: left;

/*    display: inline-flex;
    justify-content: center;
    flex-direction: column;   */
    width: 66%; 
}

.misc-bloc {
    position: relative;
    background-color: #fff;
    margin: 20px 0;
    padding: 20px;
    display: inline-block;
    /*flex: 1;*/
}

.blindtest-space {
    height: 50px;
}

.blindtest-content {
    padding: 0;
    width: 70%;
    position: relative;
    /*height: 100%;*/
    /*float: left;    */
/*    display: flex;
    justify-content: center;
    flex-direction: column;    */
}

.step__result .blindtest-content, .step__end .blindtest-content {
    width: 100%;
}

.blindtest-left {
    width: 15%;
    position: relative;
    /* height: 100%; */
    /* float: left; */
    min-height: 20px;
    background-image: url(../images/plouf.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 45%;

}
.blindtest-right {
    width: 15%;
    position: relative;
    /*height: 100%;*/
    /*float: left;*/
    min-height: 20px;
}

.equalizer {
    overflow: hidden;
    position: absolute;
    display: inline-block;
    height: 80px;
    width: 80px;
    bottom: -10px;
}

.equalizerBar {
    background-color: #05112c;
    width: 10px;
    height: 80px;
    display: inline-block;
    vertical-align: bottom;
    position: absolute;
    bottom: 0;
    left: 0;
}

.equalizerBar1 {
    -webkit-animation: equalizeranim1 linear .8s infinite alternate;
    -moz-animation: equalizeranim1 linear .8s infinite alternate;
    -o-animation: equalizeranim1 linear .8s infinite alternate;
    animation: equalizeranim1 linear .8s infinite alternate;
}

.equalizerBar2 {
    left: 13px;
    -webkit-animation: equalizeranim2 linear .9s infinite alternate;
    -moz-animation: equalizeranim2 linear .9s infinite alternate;
    -o-animation: equalizeranim2 linear .9s infinite alternate;
    animation: equalizeranim2 linear .9s infinite alternate;
}

.equalizerBar3 {
    left: 26px;
    -webkit-animation: equalizeranim3 linear .7s infinite alternate;
    -moz-animation: equalizeranim3 linear .7s infinite alternate;
    -o-animation: equalizeranim3 linear .7s infinite alternate;
    animation: equalizeranim3 linear .7s infinite alternate;
}

@-webkit-keyframes equalizeranim1{
  0%{height:50px;}
  50%{height:10px;}
  100%{height:50px;}
}

@-moz-keyframes equalizeranim1{
  0%{height:50px;}
  50%{height:10px;}
  100%{height:50px;}
}

@-webkit-keyframes equalizeranim2{
  0%{height:40px;}
  50%{height:20px;}
  100%{height:40px;}
}

@-moz-keyframes equalizeranim2{
  0%{height:40px;}
  50%{height:20px;}
  100%{height:40px;}
}

@-webkit-keyframes equalizeranim3{
  0%{height:60px;}
  50%{height:22px;}
  100%{height:60px;}
}

@-moz-keyframes equalizeranim3{
  0%{height:60px;}
  50%{height:22px;}
  100%{height:60px;}
}


@media screen and (max-width: 960px) {
.blindtest-left, .blindtest-right {
    width: 5%;
    background-image: none;
}    
.blindtest-content {
    width: 90%;
}
.q__title {
    font-size: 1.6rem;
}
.q__title span {
    position: relative;
    font-size: 2.9rem;
    left: auto;
    bottom: auto;
    padding-right: 15px;
}
.rep {
    font-size: 1.5rem;
}
.step__q {
    /*padding-top: 10px;*/
}
.q__next_wrapper {
    top: -30px;
}
.equalizer {
    width: 18px;
    left: 5px;
    bottom: -20px;
}
.equalizerBar {
    width: 4px;
}
.equalizerBar2 {
    left: 7px;
}
.equalizerBar3 {
    left: 14px;
}
.q__next {
    font-size: 1.5rem;
}
.rep.true .win {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
}


/*--------------------------------------------------------------
FORM
--------------------------------------------------------------*/

::-webkit-input-placeholder { color:#fec630; }
:-moz-placeholder { color:#fec630; opacity: 1;} /* firefox 19+ */
::-moz-placeholder { color:#fec630; opacity: 1;} /* firefox 19+ */
:-ms-input-placeholder { color:#fec630; } /* ie */
input:-moz-placeholder { color:#fec630; }

#registerForm {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
}

.formLeft {
    width: 60%;
    position: relative;    
}
.formRight {
    width: 40%;
    position: relative;
    text-align: center; 
        padding-top: 40px; 
}

#lastname {
    float: left !important;
    width: 49% !important;
}

#firstname {
    float: right !important;
    width: 48% !important;
}

#email {
    margin-bottom: 0 !important;
}


#registration_container input[type="text"], #registration_container input[type="email"] {
    font-family: 'Trade Gothic';
    font-weight: 700;
    display: inline-block;
    font-style: italic;
    text-align: left;
    font-size: 17px;
    line-height: 35px;
    width: 100%;
    background-color: #05112c;
    border: 1px solid #05112c;
    margin-bottom: 0;
    color: #fff;
    vertical-align: middle;
    text-transform: none;
    height: 35px;
    margin: 5px auto 5px;
    padding: 2px 10px 0 10px;
    border-radius: 0;
    opacity: 1;
    box-sizing: border-box;
}

.checkboxWrapper {
    display: inline-block;
    text-align: left;
    width: 100%;
}

.checkbox-txt {
    cursor: default;
    color: #05112c;
    display: block;
    font-size: 1.1rem;
    text-align: left;
    margin: 10px 0 0 0;
    font-weight: 400;
    font-family: 'Trade Gothic';
    width: 100%;
}

.checkbox-txt a {
    color: #05112c;
    text-decoration: underline;
}

.checkbox-custom, .checkbox-custom2, .response-custom {
    margin-top: -3px !important;
    background-color: #05112c;
    border: 2px solid #05112c;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
    display: block;
    border-radius: 0px;
}

.checkbox-custom.check, .checkbox-custom2.check, .response-custom.check {
    background: url(../images/picto-check.png) no-repeat center center #05112c;
    background-size: cover;
}

.checkbox-custom.error, .checkbox-custom2.error, input.error {
    border: 2px solid #fec630 !important;
}

@media screen and (max-width: 960px) {
    
    .step__result .blindtest-content {
        width: 100% !important;
    }

    .step_result__title {
        font-size: 2.0rem;
    }

    .step_result__title span {
        font-size: 2.2rem;
    }

    .step_result_form__title {
        font-size: 1.8rem;
    }

    .formLeft {
        width: 100%;
    }

    .formRight {
        width: 100%;
        position: relative;
        text-align: center;
        padding-top: 10px;
    }    

    .step__result {
        padding: 0;
    }    

}


/*--------------------------------------------------------------
Overlay
--------------------------------------------------------------*/

.overlay {
    top: 0;
    left: 0;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    text-align: center;
    width: 100%;
    display: block;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
    /* background: rgba(255,255,255,1); */
    background: rgba(0,0,0,1);
    opacity: 1;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.overlay:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.overlay.open {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-animation-name: OverlayInUp;
    animation-name: OverlayInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes OverlayInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 1;
    }    
    50% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 1;
    }    
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }
}

@keyframes OverlayInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 1;
    }    
    50% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 1;
    }    
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }
}

.overlay-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    z-index: 100;
     width: 80%; 
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlay-close {
    position: fixed;
    top: 50px;
    right: 50px;
    padding: 0px;
    z-index: 500;
    border: none;
    background: transparent;
    cursor: pointer;
    overflow: visible;
    width: 50px;
    height: 50px;
    -webkit-transition: transform .25s ease-in-out;
    -moz-transition: transform .25s ease-in-out;
    -ms-transition: transform .25s ease-in-out;
    -o-transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
}
.overlay-close:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.overlay-close:before {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 0;
    border-top: 2px solid rgba(255,255,255,1);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.overlay-close:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 0;
    border-top: 2px solid rgba(255,255,255,1);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.overlay.close, #loading.close {
    visibility: visible;
    -webkit-animation-name: OverlayClose;
    animation-name: OverlayClose;   

    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;        
}

@-webkit-keyframes OverlayClose {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }       
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 1;
    }
}

@keyframes OverlayClose {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }       
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 1;
    }
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

header {
    position: relative;
    width: 100%;
    z-index: 100;
    background-color: transparent;
    padding: 0px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
/*    background-image: url(../images/header_bg.png);
    background-position: center top;
    background-repeat-y: no-repeat;*/
}

header img.brand {
    display: block;
    max-width: 70%;
    margin: auto;
}

header img.bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

header img.freeze {
    width: 10%;
    height: auto;
    display: block;
    position: absolute;
    right: 20px;
    top: 24%;
}

@media screen and (max-width: 960px) {
    header img.brand {
        max-width: 95%;
    }   
    header img.freeze {
        display: none;
    }   
    .container {
        width: 100%;
    }  
    img.left1, img.right1 {
        height: 10%;
    } 
    .left2, .right2 {
        height: 90%;
    }             
}

/*--------------------------------------------------------------
Main Nav
--------------------------------------------------------------*/

#main-nav-container {
}

ul#main-nav-list li {
    margin: 0 12px;
    display: inline-block;
}

ul#main-nav-list li:first-child {
    margin-left: 0;
}

ul#main-nav-list li:last-child {
    margin-right: 0;
}

.main-nav-item a {
    display: block;
    position: relative;    
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: rgba(62,88,119,.2);
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
}

.main-nav-item a:hover, .main-nav-item.active a { 
    color: #000;
}

@media screen and (max-width: 960px) {
    #main-nav {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);        
    }   
    ul#main-nav-list li {
        margin: 20px 0;
        display: block;
        text-align: center;
    }   
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

footer {
    padding: 20px 0 0 0;
    position: relative;
    color: #fff;
}

footer a.cta {
position: absolute;
    width: 220px;
    height: auto;
    display: block;
    bottom: 0;
    left: 50px;
    z-index: 200;
}

footer a.cta img {
    width: 100%;
    height: auto;
    display: block;
}

footer img.mylan {
    position: absolute;
    width: 160px;
    height: auto;
    display: block;
    bottom: 0;
    right: 0;
    z-index: 200;
}

footer ul#main-nav-list li {
    margin: 0 5px;
}

footer .main-nav-item a {
    display: block;
    position: relative;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

@media screen and (max-width: 960px) {
footer a.cta {
    position: relative;
    width: 180px;
    height: auto;
    display: block;
    bottom: 0;
    left: 20px;
}
footer img.mylan {
    width: 120px;
}
h5 {
    font-size: 1rem;
    line-height: 1.3rem;
    padding: 0 20px 20px 20px;
}
}

/*--------------------------------------------------------------
Loading
--------------------------------------------------------------*/

body.loading {
    height: 100%;
    overflow: hidden;
}

#loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00bfd4;
    z-index: 10000;
}

#loading .ripple1 {
    background-color: rgba(255,255,255,0.1);
}

#loading .ripple2 {
    animation-delay: -250ms;
    background-color: rgba(255,255,255,0.3);
}

#loading .ripple3 {
    animation-delay: -500ms;
    background-color: rgba(255,255,255,0.5);
}

#loading .ripple4 {
    animation-delay: -750ms;
    background-color: rgba(255,255,255,0.7);
}

#loading .ripple {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    animation-name: ripple;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-direction: alternate-reverse;
    animation-iteration-count: infinite;
    transform: scale(0);
    opacity: 0.6;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(.01);
            transform: scale(.01);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }    
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(.01);
            transform: scale(.01);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }     
}

/*--------------------------------------------------------------
General Media Queries
--------------------------------------------------------------*/


@media screen and (min-width: 960px) {
    h1 {
        font-size: 5rem;
        margin-bottom: 20px;
    }
    h2 {
        font-size: 3rem;
    }    
    h3 {
        font-size: 2.5rem;
        line-height: 3.5rem;
    }
    h3 .break {
        display: block;
    }
    footer .main-nav-item a {
        font-size: 1.2rem;
    }  
}

/*--------------------------------------------------------------
TARTE AU CITRON
--------------------------------------------------------------*/

#tarteaucitronAlertBig {
    background: rgba(0,0,0,0.75) !important;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert, #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b {
    display: block !important;
    margin-bottom: 5px !important;
}

#tarteaucitronAlertBig #tarteaucitronPersonalize {
    background: #737373 !important;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert {
    background: #737373 !important;
    color: #b5b5b5 !important;
    font-size: 17px !important;
    padding: 5px 10px !important;
}

#tarteaucitronPercentage {
    /*display: block !important;*/
    display: none !important;
    background: #999999 !important;
    box-shadow: none !important;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b {
    display: inline-block !important;
    margin-bottom: 0 !important;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b {
    font-weight: 400 !important;
}

