/* GENERAL */

body {
    font-family: 'Montserrat';
    margin: 0;
    padding: 0;
    background-color: black;
    color: white;
}

a {
    text-decoration: none;
    color: black;
}

#video {
    position: absolute;
    width: 100%;
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* MENU */

nav {}

nav ul {}

nav ul li {}

nav a {}

nav li a:hover {}


/* FIN DU MENU */


/* ACCUEIL */

#accueil {
    margin-bottom: 0;
    text-align: center;
}

img.brain {
    display: inline-block;
    vertical-align: middle;
}

#accueil h1 {
    margin: 30px;
    display: inline-block;
    font-size: 70px;
    vertical-align: middle;
}

#logo {
    margin-top: 0px;
}

#accueil h2 {
    margin-top: 20px;
    font-family: 'Droid Serif';
    font-size: 35px;
}

#accueil p {
    font-family: 'Droid Serif';
    width: 70%;
    margin: auto;
}

#accueil p.explication {
    font-size: 20px;
}

#cerveau-gauche{
    position: relative;
    height: 12%;
    width: 12%;
    padding-right: 10px;
}

#cerveau-droit{
    position: relative;
    padding-left: 10px;
    height: 12%;
    width: 12%;
}



img.cerveau {
    margin-top: 40px;
    width: 16%;
    display: inline-block;
    vertical-align: top;
    height:13%;
    width: 13%;
}

#gauche {
    margin-top: 120px;
    width: 20%;
    padding-left: 1%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: absolute;
    margin-left: -480px;
   
}

#droite {
    margin-top: 120px;
    width: 20%;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    margin-left: 105px;
}

#accueil p.begin {
    font-family: 'Montserrat';
    margin-top: 55px;
    font-size: 19px;
    z-index: 999999;
}


/**section-question*/

#questionWrapper img.brain {}

p.question {
    font-family: 'Droid Serif';
    font-size: 30px;
    margin-right: 0px;
    width: 500px;
}

#r-1{
    position: relative;
    padding-left: 30px; 
    margin-left: -30px;
    width: 230px;
    padding-bottom: 15px;
    padding-top: 22px;
}

#r-2{
    position: relative;
    padding-left: 30px; 
    margin-left: -30px;
    width: 300px;
}

#r-3{
    position: relative;
    left: 300px;
    padding-right: 30px;
}

#r-4{
    position: relative;
    left: 300px;
    margin-right: 10px;
    padding-right: 35px;
    padding-left: 10px;
}

#r-5{
    line-height: 5px;
    margin-left: -39px;
    padding-left: 38px;
    padding-bottom: 24px;
    padding-top: 22px;
}

#r-6{
    line-height: 5px;
    margin-left: -39px;
    padding-left: 38px;
    padding-bottom: 24px;
    padding-top: 22px;
}

#r-7{
    position: relative;
    left: 317px;
}

#r-8{
    position: relative;
    left: 317px;
}

#r-9{
    line-height: 5px;
    margin-left: -25px;
    padding-left: 25px;
    padding-bottom: 22px;
    padding-top: 22px;
}

#r-10{
    line-height: 5px;
    margin-left: -28px;
    padding-left: 28px;
    padding-bottom: 24px;
    padding-top: 22px;
}

#r-11{
    margin-left: 370px;
    padding-right: 18px;
}

#r-12{
    margin-left: 370px;
    padding-right: 18px;
}

p.reponse {
    font-family: 'Droid Serif';
    font-size: 25px;
    padding: 10px;
    padding-left: 0;
    width:300px;
    z-index: 999;
}

p.reponse:hover {
    font-weight: bold;
    cursor: pointer;
}

p.reponse1 {
    padding-top: 40px;
    z-index: 999;
}

p.reponse2 {
    margin-top: 160px;
    z-index: 999;
}

p.reponse2:hover {
    margin-top: 160px;
    font-weight: bold;
    cursor: pointer;
    z-index: 999;
}


.texte-gauche {
    float: right;
    margin-left: 150px;
}

#questionWrapper h3 {
    display: inline-block;
    font-size: 40px;
    vertical-align: middle;
}

#question1 {
    box-sizing: border-box;
    padding-left: 200px;
    position: absolute;
    margin-top: 270px;
    width: 100%;
    height: 350px;
    z-index: 5;
}

#triangle1 {
    margin-top: 70px;
    position: relative;
    z-index: -10;
    width: auto;
    border-top: 520px solid transparent;
    border-bottom: 520px solid transparent;
    border-left: 1220px solid #E74A4D;
    box-sizing: content-box;
    opacity: 0.9;
}

#question2 {
    text-align: right;
    position: absolute;
    right: 200px;
    height: 300px;
    width: 600px;
    margin-top: -520px;
    z-index: 3;
}

#triangle2 {
    position: relative;
    margin-top: -814px;
    z-index: -10;
    width: auto;
    border-top: 520px solid transparent;
    border-bottom: 520px solid transparent;
    border-right: 1220px solid #72CEEA;
    box-sizing: content-box;
    opacity: 0.9;
}

#question3 {
    box-sizing: border-box;
    padding-left: 200px;
    position: absolute;
    margin-top: -95px;
    width: 100%;
    height: 350px;
    z-index: 5;
}

#triangle3 {
    position: relative;
    margin-top: -400px;
    z-index: -10;
    width: auto;
    border-top: 520px solid transparent;
    border-bottom: 520px solid transparent;
    border-left: 1220px solid #FBB631;
    box-sizing: content-box;
    opacity: 0.9;
}

#question4 {
    text-align: right;
    position: absolute;
    right: 200px;
    height: 300px;
    width: 600px;
    margin-top: -520px;
    z-index: 5;
}

#triangle4 {
    position: relative;
    margin-top: -814px;
    z-index: -10;
    width: auto;
    border-top: 520px solid transparent;
    border-bottom: 520px solid transparent;
    border-right: 1220px solid #E74A4D;
    box-sizing: content-box;
    opacity: 0.9;
}

#question5 {
    box-sizing: border-box;
    padding-left: 200px;
    position: absolute;
    margin-top: -95px;
    width: 100%;
    height: 350px;
    z-index: 5;
}

#triangle5 {
    position: relative;
    margin-top: -400px;
    z-index: -10;
    width: auto;
    border-top: 520px solid transparent;
    border-bottom: 520px solid transparent;
    border-left: 1220px solid #72CEEA;
    box-sizing: content-box;
    opacity: 0.9;
}

#question6 {
    text-align: right;
    position: absolute;
    right: 200px;
    height: 300px;
    width: 670px;
    margin-top: -520px;
    z-index: 5;
}

p.quest6 {
    font-size: 25px;
    z-index: 999;
}

#triangle6 {
    position: relative;
    margin-top: -814px;
    z-index: -10;
    width: auto;
    border-top: 520px solid transparent;
    border-bottom: 520px solid transparent;
    border-right: 1220px solid #FBB631;
    box-sizing: content-box;
    opacity: 0.9;
}


/* RESULTAT */

#playerLogic{
    display: none;
}

#resultat {
    z-index: 1;
    margin-top: -150px;
}

#resultat iframe {
    display: block;
    margin: auto;
}

#resultTitre {
    text-align: center;
    position: relative;
    z-index: -1;
}

#resultat h1 {
    margin: 30px;
    text-align: center;
    display: inline-block;
    font-size: 50px;
    vertical-align: middle;
}

footer p {
    text-align: center;
}

#mySVG {
  position: absolute;
  width: 1900px;
  height: 4500px;
    top:-75px;
}

#playerLogic{
    visibility: hidden;
}

#playerCreatif{
    visibility: hidden;
}

#playerNeutre{
    visibility: hidden;
}

#Q1{
    top:-5px;
    position: relative;
}

#iframe{
    margin-bottom: 450px;
}

footer{
    margin-top: 125px;
    margin-bottom: 75px;
}

#player {
    width: auto;
    height: 700px;
    display: block;
    position: relative;
    z-index: 10;
    text-align: center;
}
