.page {
    box-sizing: border-box;
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0px; left: 0px;
    overflow: hidden;
    display: none;
/*    font-size: 3em;*/
}

/*@media (orientation: landscape) {
    .page {
        height: 180%;
        width: 99%;
    }
}*/

.message {
    position: absolute;
    top: 10%;
    left: 5%;
    right: 5%;
    background-color: cornflowerblue;
    text-align: center;
    font-size: 3em;
    font-family: ArchivoNarrow;
    padding: 1em;
    border-radius: 1em;
    border: blue solid 0.25em;
}

.message > h1 {
    font-family: ItaliaStencil;
    padding: 0;
    margin-top: -1.25em;
    border-radius: 1em;
    background-color: white;
    width: 75%;
}

.message > a {
    color: white;
    text-decoration: none;
    font-size: 1.5em;
}

.fond_mission {
    position: absolute;
    height: 15%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: url("../images/fond_haut.jpg");
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;    
}

.mission {
    position: absolute;
    height: 1em;
    width: 50%;
    top: 5%; 
    left: 25%;
    transform-origin: left center;
    transform : rotate(-3deg); 
    font-family: Stencil;
    color: #466569;
    font-size: 6em;
    text-align: center;
}

.titre {
    position: absolute;
    height: inherit;
    width: 100%;
    top: 40%; 
    left: 0;
    font-family: Stencil;
    color: #990637;
    font-size: 5em;
    text-align: center;
}

.bandeau {
    position: absolute;
    height: 20%;
    width: 100%;
    top: 11%; 
    left: 0;
    background: url("../images/fond_objectif.png") no-repeat; 
    background-size:100% 100%;
}

.objectif {
    font-family: Stencil;
    color: #990637;
    font-size: 3.5em;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    background: url("../images/fond_objectif_titre.png") no-repeat; 
    background-size:100% 100%;
}

.reversed {
    font-family: Reversed;
    color: #FFF;
    font-size: 1.8em;    
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    background-color: #b22035;
}

.langue {
    font-family: ArchivoNarrow;
    font-size: 4em;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    background: url("../images/fond_langue.png") no-repeat; 
    background-size:100% 100%;
}

.langue_select {
    background-image: url("../images/fond_langue_select.png");
}

.instruction {
    font-family: ItaliaStencil;
    font-size: 3em;
    text-align: center;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    background: url("../images/fond_instruction.png") no-repeat; 
    background-size:100% 100%;
}

.instruction_select {
    background-image: url("../images/fond_instruction_select.png");
}

.trophe_desc {
    font-family: ItaliaStencil;
    font-size: 2.5em;
    text-align: center;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    background: url("../images/trophes/trophe_desc.png") no-repeat; 
    background-size:100% 100%;
}

.trophe {
    position: absolute;
    height: 45%;
    top: 35%; 
    left: 50%;
    filter: drop-shadow(0px 0px 15px #990637);
}

.bouton {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 30px;
    border: 1px solid #547e73;
    border-radius: 8px;
    background: #573e1c;
    box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7),
    -1px 2px 20px rgba(255, 255, 255, 0.6) inset;
    font: normal normal 20px arial;
    color: #ffffff;
    text-decoration: none;
    font-family: Stencil;
    font-size: 3.5em;
}

.bouton:active {
    background: #547e73;
    background: linear-gradient(to bottom, #547e73, #547e73);
}

.reponse > div {
    font-family: Stencil;
    color: #990637;
    font-size: 2.5em;
    text-align: center;
    padding-left: 1.4em;
    padding-right: 1.4em;
    padding-top: 0.3em;
    padding-bottom: 0.2em;
    background: url("../images/fond_reponse.png") no-repeat; 
    background-size:100% 100%;    
} 

.reponse > input {
    margin-top: 0.4em;
    padding: 0.1em;
    font-size: 4em;
    border-width: 0.05em;
    border-style: solid;
    border-color: #000;
    border-radius: 0.5em;
    text-align: center;
    width: 1.05em;
    font-family: ItaliaStencil;
}

.boutons_reponses > .bouton_reponse {
    width: 22%;
    display: inline-block;
    margin-right: 2%;
}

.bouton_reponse > .titre_bouton_reponse {
    font-family: Stencil;
    color: #990637;
    font-size: 1.7em;
    /*height: 2.8em;*/
    text-align: center;
    padding-top: 0.1em;
    padding-bottom: 0.4em;
    background: url(../images/fond_objectif_titre.png) no-repeat;
    background-size: 100% 100%;
    transform: translate(0%, 50%);
}

.bouton_reponse > img {
    margin-top: 2.5em;
    border-width: 0.4em;
    border-style: solid;
    border-radius: 5em;
    border-color: #573e1c;
    background-color: rgba(200, 200, 155, 0.5);
    width: 95%;
    height: 95%;
    transition: background-color 1s, border-radius 1s;
}

.bouton_reponse > .select {
    border-radius: 7em;
    border-color: #466569;
    background-color: rgba(255, 255, 255, 0.5);
}

.bouton_texte {
    margin-top: 0.4em;
    padding: 0.1em;
    font-size: 4em;
    border-width: 0.05em;
    border-style: solid;
    border-color: #000;
    border-radius: 0.5em;
    text-align: center;
    width: 1.05em;
    font-family: ItaliaStencil;
}

.reponse_scotch {
    font-family: Stencil;
    color: #990637;
    font-size: 2.5em;
    text-align: center;
    padding-left: 1.4em;
    padding-right: 1.4em;
    padding-top: 0.3em;
    padding-bottom: 0.2em;
    background: url(../images/fond_reponse.png) no-repeat;
    background-size: 100% 100%;
}

.boutons_reponse_texte {
    text-align: center;
}

.boutons_reponse_texte > div {
    width: 23%;
    display: inline-block;
    margin-right: 7%;
    margin-bottom: 0.2em;
    border-width: 0.1em;
    border-style: solid;
    border-radius: 0.5em;
    border-color: #573e1c;
    background-color: rgba(200, 200, 155, 0.5);
    font-size: 7em;
    text-align: center;
    font-family: 'ItaliaStencil';
    transition: background-color 1s, border-radius 1s;
}

.boutons_reponse_texte > .select {
    border-radius: 1em;
    border-color: #466569;
    background-color: rgba(255, 255, 255, 0.5);
}