:root{
    --bleu1:#3d5a80;
    --bleu2:#98c1d9;
    --bleu3:#293241;
    --gris:#e0fbfc;
    --rouge:#ee6c4d;
}

@font-face {
    font-family: 'Grenadine MVB Ultra';
    src: url('GrenadineMVB-Ultra.woff2') format('woff2'),
    url('GrenadineMVB-Ultra.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Grenadine MVB Ultra';
    src: url('GrenadineMVB-UltraItalic.woff2') format('woff2'),
    url('GrenadineMVB-UltraItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


.adG{
    width: 320px; height: 100px; 
    margin:0 auto;
}

@media(min-width: 500px) { .adG { width: 468px; height: 60px; } }
@media(min-width: 800px) { .adG { width: 728px; height: 90px; } }

body{
    font-family: Helvetica, Arial, sans-serif;
    background-color: black;
    color:black;
    margin: 0;
    padding: 0;
}

#container{
    background-color:white;
    visibility:hidden;
    width:80%;
    max-width: 768px;
    border-radius: 25px;
    margin:auto;
    padding-bottom: 50px;
    margin: 50px auto;
    text-align: center;    
}

#header{
    width:100%;
    height: 492px;
    position:relative;
    padding-top: 30px;
}

#casquette{
    position:absolute;
    right:80px;
    top:50px;
    opacity: 0;
}


#gameTitle{
    font-size:40px;
    font-family: 'Grenadine MVB Ultra';
    margin:auto;
    text-align: center;
    
}

#animation_container{
    margin:0 auto;
    margin-top:-370px;
}



#sep{
    border: none;
    border-top: 14px dotted black;
    color: #fff;
    background-color: #fff;
    height: 8px;
    width: 90%;
    /* margin: auto; */
    display:none;
    margin: 20px auto;
}


#gameSubTitle{
    font-size: 25px;
    font-weight:600;
    margin:auto;
    text-align: center;
    width:100%;
    padding: 20px 0;
    font-family: 'Grenadine MVB Ultra';
    text-transform: uppercase;
    line-height: 33px;
}
#gameSubTitle2{
    font-size: 30px;
}

#gameCredits{
    font-family: 'Grenadine MVB Ultra';
    font-size:16px;
    font-style:italic;
    text-align: center;
    width: 90%;
    margin: auto;
    line-height: 19px;
}

#gameContainer{
    position:relative;
    width:100%;
    display:none;
}
#gamePreambule{
    font-size:15px;
    height:100%;
    width: 450px;
    margin: auto;
    line-height: 19px;
}

#gamePreambuleTitle{
    font-weight: 600;
    font-family: 'Grenadine MVB Ultra';
    text-transform: uppercase;
    font-size: 82px;
    line-height: 66px;
}

#gamePreambule2{
    font-size: 59px;
}

#btJouer{
    font-family: 'Grenadine MVB Ultra';
    font-weight:600;
    cursor:pointer;
    font-size: 30px;
    -webkit-tap-highlight-color: transparent;
    transition:color .5s;
}

#btJouer:hover{
    color:#f00;
}


.hidden{
    display:none;
    visibility: hidden;
}


/**
QUESTIONS */

#gameQuestion{
    font-size:15px;
    height:100%;
    width:calc(100% - 30px);
    margin-top:50px;
}

#gameQuestionTitle{
    font-size: 20px;
    font-weight:600;
    width: 390px;
    text-align: center;
    line-height: 27px;
    margin-bottom: 40px;
    margin: auto;
}

.gameReponse{
    font-size:17px;
    width: 390px;
    font-weight: 600;
    margin: 30px auto;
    /* width:calc(100% - 30px); */
    color: white;
    background-color: black;
    border-radius: 30px;
    padding: 3px 15px;
    line-height: 24px;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

/*.gameReponse:hover{    
background-color: white;
color:black;
-webkit-box-shadow:inset 0px 0px 0px 1px #000;
-moz-box-shadow:inset 0px 0px 0px 1px #000;
box-shadow:inset 0px 0px 0px 1px #000;
}*/

@media (hover: hover) {
    .gameReponse:hover{    
        background-color: white;
        color:black;
        -webkit-box-shadow:inset 0px 0px 0px 1px #aaa;
        -moz-box-shadow:inset 0px 0px 0px 1px #aaa;
        box-shadow:inset 0px 0px 0px 1px #aaa;
    }
}

.gameReponse.selected{    
    background-color: white;
    color:black;
    -webkit-box-shadow:inset 0px 0px 0px 1px #000;
    -moz-box-shadow:inset 0px 0px 0px 1px #000;
    box-shadow:inset 0px 0px 0px 1px #000;
}

#fin{
    font-family: 'Grenadine MVB Ultra';
    font-weight:600;
    cursor:pointer;
    font-size: 80px;
    margin-top:50px;
    margin-bottom:30px;
}

@media (max-width: 920px) {
    #casquette{
        width:270px;
        right:80px;        
    }
}




@media (max-width: 767px) {
    #container{
        /*background-color: red;*/
        width:90%;
    }
    
    #header{
        height: 372px;
    }
    
    #gameTitle{
        width:300px;
    }
    
   
    
    #gameCredits{       
        width: 100%;
    }
    
    
    #fusee{
        width: 330px;
    }
    
    #gamePreambule{
        width: 300px;
    }
    
    #gameQuestion{
        margin:auto;
    }
    
    
    #gameQuestionTitle{
        font-size: 17px;
        width: 100%;
        line-height: 21px;;
    }
    
    .gameReponse{
        font-size:16px;
        width: 100%;
    }
    
    #animation_container{
        transform: scale(.85);
        margin-left:-20px;
        margin-top:-300px;        
    }
    
    #casquette{
        width:180px;
        right:10px;        
    }
    
    #tesla{
        width:90%;
    }
    
    .qimg{
        width:90%;
    }
}