html, body{
    background: #000;
    font-family: BebasNeue;
    height: 100%;
    margin: 0;
    padding: 0;
}
.hide{
    display: none!important;
}
main{
    background: #000;
    color: #FFF;
    height: 100%;
    text-align: center;
    width: 100%;
}
a{
    color: #fff;
    text-decoration: none;
}
.align-left{
    text-align: left;
}
.fixed{
    position: fixed;
}
.valign-wrapper{
    left: 50%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.left{
    float: left;
}
.content{
    background: #000;
    margin: 0 auto;
    max-width: 1200px;
}
#main-content{
    padding: 50px 0;
}
header{
    border-color: #fff;
    border-style: solid none;
    border-width: 4px;
    display: inline-block;
    font-weight: normal;
	font-style: normal;
    font-size: 6vmin;
    letter-spacing: .05em;
    margin: 0;
    padding: 2px 10px 10px;
}
#question{
    display: inline-block;
    font-size: 7.4vmin;
    letter-spacing: .02em;
    margin: 50px auto 10px;
}
#tagline{
    display: inline-block;
    font-size: 3.8vmin;
    letter-spacing: .02em;
    margin: 0;
}
.circles{
    margin: 60px auto;
}
.round{
    background-position: center;
    background-size: cover;
    border-radius: 70px;
    display: inline-block;
    font-size: 10vmin;
    height: 140px;
    line-height: 135px;
    margin: 0 17px;
    text-align: center;
    vertical-align: middle;
    width: 140px;
}
.vert{
    background-color: #086d41;
}
.rouge{
    background-color: #e00218;
}
.yellow{
    background-color: #f08403;
}
.orange{
    background-color: #f08403;
}
.orange_fonce{
    background-color: #965c00;
}
.blue{
    background-color: #21b2b4;
}
.text-white{
    color: #fff;
}
#loader{
    opacity: .7;
    -webkit-animation: spin 1s linear 0s infinite;
     animation: spin 3s linear 0s infinite
}
 @keyframes spin {
     100%{
         transform: rotate(360deg)
     }
     0% {
         transform: rotate(0deg);
     }
 }
 
 @-webkit-keyframes spin {
     100%, 80%  {
         top: 0px;
     }
     0% {
         top: -750px;
     }
 }
.btn{
    border: none;
    border-radius: 30px;
    cursor: pointer;
    display: inline-block;
    font-family: BebasNeue;
    font-weight: normal;
	font-style: normal;
    font-size: 3vmin;
    letter-spacing: .04em;
    padding: 4px 64px 8px;
    text-decoration: none; 
}
.blue:hover{
    background-color: #6fe4e6;
}
.blue:active{
    background-color: #178e90;
}
#analyse{
    font-family: 'Open Sans', sans-serif;
    font-size: 2.2em;
    height: 43px;
    transition: opacity .2s;
}
.hidden{
    opacity: 0;
}
#result{
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    position: relative;
}
#note{
    font-size: 4.5vmin;
    margin: 0 auto;
    padding: 50px;
}
#result-content{
    box-sizing: border-box;
    min-height: 565px;
    text-align: left;
}
#livre{
    background-image:url(../images/livre.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
    display: inline-block;
    min-height: 565px;
    position: absolute;
    right: 0;
    width: 40%;
}
#textes{
    bottom: 0;
    display: inline-block;
    left: 0;
    min-height: 565px;
    position: absolute;
    text-align: center;
    width: 60%;
}
#textes>div{
    box-sizing: border-box;
    padding: 0 50px;
}
#result-texte{
    font-size: 2.1em;
    padding-bottom: 28px;
}
#share-btn{
    background-image:url(../images/fb_share.png);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    box-sizing: border-box;
    display: inline-block;
    height: 60px;
    margin: 38px auto;
    width: 238px;
}