* {
    margin: 0;
    padding: 0;
}

.bord {
    box-sizing: border-box;
    border: solid thin #000;
}

/* POLICE */
@font-face {
    font-family: "Stencil";
    src: url("../fonts/STENCIL.TTF");
}  

@font-face {
    font-family: "ItaliaStencil";
    src: url("../fonts/Italia Becker Stencil Med Cond Regular.ttf");
}  

@font-face {
    font-family: "Arcena";
    src: url("../fonts/ARCENA.ttf");
}  

@font-face {
    font-family: "Reversed";
    src: url("../fonts/Impact Label Reversed.ttf");
}  

@font-face {
    font-family: "ArchivoNarrow";
    src: url("../fonts/ArchivoNarrow-Regular.ttf");
}  
/* FIN POLICE */

body {
    background-image: url("../images/fond_bas.jpg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100vh;
}

a, a:hover { 
    color: #333;
}

#btn_carte {
    position: fixed;
    top: 0%;
    right: 0%;
    background-color: rgba(255,255,255,0.5);
    border-bottom-left-radius: 2.5em;
	width: 6em;
}

#txt_carte {
    position: fixed;
    top: 0%;
    right: 0%;
    background-color: rgba(255,255,255,0.5);
    border-bottom-left-radius: 2.5em;
    font-size: 4em;
    font-family: Arcena;
    padding-left: 1em;
    padding-right: 1.8em;
}


/* Accueil */
#fond_mobilisation {
    height: 25%;
    text-align: center;
}

#bandeau_mobilisation {
    position: absolute;
    height: 37%;
    width: 100%;
    top: 15%; 
    left: 0;
    background: url("../images/fond_objectif.png") no-repeat; 
    background-size:100% 100%;    
}

#objectif {
    position: absolute;
    height: auto;
    width: auto;
    top: 19%; 
    left: 10%;
}

#p1_reversed {
    position: absolute;
    top: 31%; 
    left: 5%;    
}

#presentation {
    position: absolute;
    height: auto;
    width: 80%;
    top: 28%; 
    left: 0%;
    font-family: ArchivoNarrow;
    font-size: 2.2em;
    padding-left: 3em;
    padding-right: 2em;
    padding-top: 2em;
    padding-bottom: 1em;
    background: url("../images/fond_objectif_texte.png") no-repeat; 
    background-size:100% 100%;
}

#langue {
    position: absolute;
    height: 30%;
    width: 70%;
    top: 48%; 
    left: 25%;
}

#choix_langue {
    margin-top: 2em;
    position: absolute;
    height: 85;
    width: 90%;
    top: 15%; 
    left: 5%;

    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    grid-gap: 1.5em;
    grid-auto-rows: minmax(1em, auto);
}

#participant {
    position: absolute;
    height: auto;
    width: 70%;
    top: 76%; 
    left: 25%;
    text-align: center;
}

#combien {
    padding-right: 0.5em;
}

#nb_participant {
    margin-top: 0.4em;
    padding: 0.25em;
    font-size: 3em;
    border-width: 0.1em;
    border-style: solid;
    border-color: #000;
    border-radius: 0.5em;
    text-align: center;
    width: 2em;
    font-family: ItaliaStencil;
}

#commencer {
    position: absolute;
    height: 1.1em;
    width: 40%;
    top: 88%; 
    left: 35%;
}

#remerciements {
    position: absolute;
    top: 94.5%; 
    left: 52%;
}

#sprite {
    height: 55%;
    width: 50%;
    position: absolute;
    top: 45%; 
    left: -10%;
}

/* PAGE 2 : CARTE */
#p2_carte {
    position: absolute;
    width: 100%;
    bottom: 0%; 
    left: 0;
}

#p2_carte_0
{
    position: absolute;
    top: 87%; 
    left: 13%;
}

#p2_carte_1
{
    position: absolute;
    top: 79%; 
    left: 46%;
}

#p2_carte_2
{
    position: absolute;
    top: 72%; 
    left: 48%;
}

#p2_carte_3
{
    position: absolute;
    top: 64%; 
    left: 45%;
}

#p2_carte_4
{
    position: absolute;
    top: 55%; 
    left: 45%;
}

#p2_carte_5
{
    position: absolute;
    top: 45%; 
    left: 43%;
}

#p2_carte_6
{
    position: absolute;
    top: 37%; 
    left: 41%;
}

#p2_carte_7
{
    position: absolute;
    width: 100%;
    top: 30%; 
    left: 13%;
}

#p2_carte_8
{
    position: absolute;
    width: 100%;
    top: 27%; 
    left: 50%;
}

#p2_carte_9
{
    position: absolute;
    width: 100%;
    top: 23%; 
    left: 16%;
}

#p2_objectif_1 {
    position: absolute;
    width: 75%;
    top: 20%; 
    left: 5%;
    font-size: 4.5em;
    padding-left: 0em;
    padding-right: 0em;
}
#p2_objectif_2 {
    position: absolute;
    width: 75%;
    top: 25%; 
    left: 20%;
    font-size: 4.5em;
    padding-left: 0em;
    padding-right: 0em;
}
#p2_objectif_texte {
    position: absolute;
    top: 31%; 
    font-size: 2.5em;
    padding-left: 2em;
    padding-right: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}


/* PAGE 3 : MISSION 1 Paquetage */
#p3_mission {
    width: 100%;
    top: 8%;
    left: 5%;
    font-size: 7em;
    text-align: left;
}

#p3_titre {
    width: 100%;
    top: 40%;
    left: 30%;
    font-size: 7em;
    text-align: left;
}

#p3_objectif {
    position: absolute;
    height: auto;
    width: auto;
    top: 19%; 
    left: 20%;
}

#p3_objectif_texte {
    position: absolute;
    height: auto;
    width: 70%;
    top: 25%; 
    left: 5%;
    font-family: ItaliaStencil;
    font-size: 3em;
    padding-left: 4em;
    padding-right: 0.5em;
    padding-top: 1em;
    padding-bottom: 0.2em;
    background: url("../images/fond_objectif_texte.png") no-repeat; 
    background-size:100% 100%;
}

#p3_objectif_logo {
    position: absolute;
    height: 60%;
    width: auto;
    top: 15%; 
    left: 0%;
}

#p3_notez {
    position: absolute;
    height: 1.4em;
    width: auto;
    top: 25%; 
    left: 5%;
    font-family: Arcena;
    font-size: 2.5em;
}

#p3_indice1 {
    position: absolute;
    height: auto;
    width: auto;
    top: 30%; 
    left: 34%;
    text-align: center; 
}

#p3_indice2 {
    position: absolute;
    height: auto;
    width: auto;
    top: 43%; 
    left: 15%;  
    text-align: center; 
}

#p3_indice3 {
    position: absolute;
    height: auto;
    width: auto;
    top: 43%; 
    left: 45%;  
    text-align: center; 
}

#p3_indice4 {
    position: absolute;
    height: auto;
    width: auto;
    top: 56%; 
    left: 35%;  
    text-align: center; 
}

#p3_indice5 {
    position: absolute;
    height: auto;
    width: auto;
    top: 69%; 
    left: 1%;  
    text-align: center; 
}

#p3_indice6 {
    position: absolute;
    height: auto;
    width: auto;
    top: 69%; 
    left: 30%;  
    text-align: center; 
}

#p3_indice7 {
    position: absolute;
    height: auto;
    width: auto;
    top: 69%; 
    left: 60%;  
    text-align: center; 
}

#p3_valider {
    position: absolute;
    height: 1.1em;
    width: 60%;
    top: 90%; 
    left: 20%;
}

/* PAGE 4 : Résultat MISSION 1 Paquetage */
#p4_objectif {
    position: absolute;
    height: auto;
    width: auto;
    top: 20%; 
    left: 30%;
}

#p4_objectif_texte {
    position: absolute;
    height: auto;
    width: 70%;
    top: 38%;
    left: 23%;
    font-family: ItaliaStencil;
    font-size: 3em;
    line-height: 1.2em;
    padding-left: 1.5em;
    padding-top: 0.5em;
    padding-bottom: 0.2em;
    background: url(../images/fond_objectif_texte.png) no-repeat;
    background-size: 100% 100%;
}

#p4_sergent {
    position: absolute;
    height: 50%;
    top: 25%; 
    left: 5%; 
}

#p4_obtenu {
    position: absolute;
    height: 4%;
    width: 33%;
    top: 30%; 
    left: 55%; 
}

#p4_trophe {
    left: 65%; 
    height: 50%;
}

#p4_trophe_desc {
    position: absolute;
    height: 10%;
    width: 40%;
    top: 77%; 
    left: 5%; 
}

#p4_valider {
    position: absolute;
    height: 1.1em;
    width: 60%;
    top: 90%; 
    left: 20%;
}
/* PAGE 5 : MISSION 2*/
#p5_titre {
    width: 100%;
    top: 40%;
    left: 25%;
    font-size: 7em;
    text-align: left;
}

#p5_bandeau {
    height: 35%;
    top: 9%;
}

#p5_objectif {
    position: absolute;
    height: auto;
    width: auto;
    top: 19%;
    left: 22%;
}

#p5_objectif_texte {
    position: absolute;
    height: auto;
    width: 90%;
    top: 29%;
    left: -6%;
    font-family: ItaliaStencil;
    font-size: 3em;
    padding-left: 2.5em;
    padding-right: 1.5em;
    padding-top: 1em;
    padding-bottom: 0.2em;
    background: url(../images/fond_objectif_texte.png) no-repeat;
    background-size: 100% 100%;
}

#p5_objectif_logo {
    position: absolute;
    height: 20%;
    width: auto;
    top: 15%;
    left: 3%;
}

#p5_smartphone {
    position: absolute;
    height: auto;
    width: 75%;
    top: 40%;
    left: 10%;
    font-family: ItaliaStencil;
    font-size: 2.5em;
    padding-left: 1.5em;
    padding-right: 0.5em;
    padding-top: 2em;
    padding-bottom: 1em;
    background: url(../images/fond_objectif_texte.png) no-repeat;
    background-size: 100% 100%;
}

#p5_reponse {
    position: absolute;
    height: auto;
    width: 100%;
    top: 58.8%;
    text-align: center;
}
#p5_reponse > div {
    width: 5em;
    left: 50%;
    margin-right: auto;
    margin-left: auto;
}
#p5_reponse > input {
    width: 4em;
}

#p5_reponse_moins {
    position: absolute;
    height: 10%;
    width: 50%;
    top: 62%;
    left: 0%;
}

#p5_reponse_moins > div {
    font-size: 10em;
    font-family: Stencil;
    line-height: 0.8em;
    text-align: center;
	position: absolute;
	top: 5%;
	right: 50%;
	border-width: 0.1em;
    border-style: solid;
    border-color: #990637;
    border-radius: 1em;
	background-color: #fff;
	height: 0.75em;
	width: 0.75em;
}

#p5_reponse_plus > div {
    font-size: 10em;
    font-family: Stencil;
    line-height: 0.8em;
    text-align: center;
	position: absolute;
	top: 5%;
	left: 50%;
	border-width: 0.1em;
    border-style: solid;
    border-color: #990637;
    border-radius: 1em;
	background-color: #fff;
	height: 0.75em;
	width: 0.75em;
}

#p5_reponse_plus {
    position: absolute;
    height: 10%;
    width: 50%;
    top: 62%;
    right: 0%;
}

#p5_boussole {
    position: absolute;
    height: auto;
    width: 90%;
    top: 70%; 
    left: 5%;
}

#p5_graduations {
    position: absolute;
    height: auto;
    width: 100%;
    top: 0%; 
    left: 0%;
    transform-origin: center center;
    transform: rotate(0deg);
    /*transition: transform 1s;*/
    filter: drop-shadow(0px 0px 1px rgb(77, 38, 38)) drop-shadow(0px 0px 1px rgb(77, 38, 38)) drop-shadow(0px 0px 1px rgb(77, 38, 38)) drop-shadow(0px 0px 1px rgb(77, 38, 38));
}

#p5_pointeur {
    position: absolute;
    height: auto;
    width: 3em;
    top: 0%; 
    left: 50%;
    margin-left: -1.5em;
}
/* PAGE 6 : Résultat MISSION 2 Orientation */
#p6_trophe {
    position: absolute;
    height: 45%;
    top: 35%; 
    left: 50%;
    filter: drop-shadow(0px 0px 15px #990637);
}

/* PAGE 7 : MISSION 3 Combattant */
#p7_objectif_texte {
    position: absolute;
    height: auto;
    width: 75%;
    top: 25%;
    left: 10%;
    font-family: ItaliaStencil;
    font-size: 3em;
    line-height: 1.2em;    
    padding-left: 2.5em;
    padding-right: 1.5em;
    padding-top: 1em;
    padding-bottom: 0.2em;
    background: url(../images/fond_objectif_texte.png) no-repeat;
    background-size: 100% 100%;
}

#p7_objectif {
    position: absolute;
    height: auto;
    width: auto;
    top: 17%;
    left: 22%;
}

#p7_objectif_logo {
    position: absolute;
    height: 70%;
    width: auto;
    top: 15%;
    left: 3%;
}

#p7_chrono {
    position: absolute;
    height: 10%;
    width: 95%;
    top: 30%;
    left: 2.5%;
}

#p7_chrono > .bouton {
    font-size: 4em;
    width: 5em;
}

#p7_reponse {
    position: absolute;
    height: 26em;
    width: 25em;
    top: -33%;
    right: 0%;
    text-align: center;
    background: url(../images/chrono.png) no-repeat;
    background-size: 100% 100%;
}
#p7_reponse > div {
    padding-left: 0em;
    padding-right: 0em;
    margin-top: 1.5em;
}
#p7_reponse > input {
    width: 4em;
    margin-top: 0em;
}

#p7_dangers {
    position: absolute;
    height: 30%;
    width: 98%;
    top: 50%;
    left: 2%;
}
/* PAGE 8 : Résultat MISSION 3 Combattant */
#p8_trophe {
    height: 30%;
    top: 40%;
    left: 45%;
}

/* PAGE 9 : MISSION 4 Camouflage */
#p9_objectif_texte {
    position: absolute;
    height: auto;
    width: 75%;
    top: 25%;
    left: 15%;
    font-family: ItaliaStencil;
    font-size: 3em;
    padding-left: 2.5em;
    padding-top: 1em;
    padding-bottom: 0.2em;
    background: url(../images/fond_objectif_texte.png) no-repeat;
    background-size: 100% 100%;
}

#p9_objectif {
    position: absolute;
    height: auto;
    width: auto;
    top: 17%;
    left: 40%;
}

#p9_objectif_logo {
    position: absolute;
    height: 55%;
    width: auto;
    top: 33%;
    left: 3%;
}

#p9_indice {
    position: absolute;
    height: 30%;
    width: 90%;
    top: 30%;
    left: 5%;
}
#p9_indice_exclamation {
    position: absolute;
    height: 30%;
    width: 20%;
    top: 4%;
    left: 2%;
    color: #990637;
    background-color: rgba(255, 255, 255, 0.75);
    font-size: 19em;
    font-weight: bolder;
    line-height: 0.5em;
    border-width: 0.03em;
    border-style: solid;
    border-color: #000;
    border-radius: 0.3em;
    text-align: center;
    font-family: ItaliaStencil;
}
#p9_indice_texte {
    position: absolute;
    height: 41%;
    width: 75%;
    top: 0%;
    left: 22%;
}
#p9_indice_img {
    position: absolute;
    width: 75%;
    top: 30%;
    left: 11%;
}

#p9_reponse_scotch {
    position: absolute;
    width: 33%;
    top: 62%;
    left: 33%;
}

#p9_reponse {
    position: absolute;
    height: 30%;
    width: 90%;
    top: 67%;
    left: 9%;
}
/* PAGE 10 : Résultat MISSION 4 Camouflage */
#p10_trophe {
    height: 55%;
    top: 32%;
    left: 56%;
}

/* PAGE 11 : MISSION 5 Artillerie */
#p11_objectif_logo {
    position: absolute;
    height: 55%;
    width: auto;
    top: 21%;
    left: 3%;
}

#p11_horizontale {
    position: absolute;
    height: 15%;
    width: 90%;
    top: 29%;
    left: 5%;
}

#p11_reversed_horizontale {
    position: absolute;
    width: 60%;
    top: 0%;
    left: 20%;
    background-color:  none;
    background: url("../images/fond_rouge.png") no-repeat; 
    background-size:100% 100%;
}

#p11_reponse_horizontale {
    position: absolute;
    width: 40%;
    top: 40%;
    left: 0%;
    transform-origin: left center;
    transform: rotate(354deg);
    padding-top: 0.8em;
    padding-bottom: 0.5em;
}

#p11_input_horizontale {
    position: absolute;
    top: 30%;
    left: 60%;
}
#p11_input_horizontale > input {
    width: 5em;
}

#p11_verticale {
    position: absolute;
    height: 15%;
    width: 90%;
    top: 45%;
    left: 5%;
}

#p11_reversed_verticale {
    position: absolute;
    width: 60%;
    top: 0%;
    left: 20%;
    background-color:  none;
    background: url("../images/fond_rouge.png") no-repeat; 
    background-size:100% 100%;
}

#p11_niveau_verticale {
    position: absolute;
    top: 40%;
    left: 15%;
}

#p11_interrogation_verticale {
    color: #944146;
    position: absolute;
    top: 0%;
    left: 67%;
    font-family: ItaliaStencil;
    font-size: 17em;
}

#p11_reponse_scotch {
    position: absolute;
    width: 33%;
    top: 65%;
    left: 33%;
}

#p11_reponse {
    position: absolute;
    height: 15%;
    width: 100%;
    top: 70%;
    left: 1%;
}

#p11_reponse > div {
    height: 100%;
    width: auto;
    margin-right: 1%;
    padding: 0.2em 0.2em 0;
}
/* PAGE 12 : Résultat MISSION 5 Artillerie */
#p12_trophe {
    height: 50%;
    top: 35%;
    left: 68%;
}

/* PAGE 13 : MISSION 5 Artillerie */
#p13_titre {
    width: 100%;
    top: 40%;
    left: 17%;
    font-size: 7em;
    text-align: left;
}
#p13_bandeau {
    height: 22%;
    top: 10%;
}

#p13_objectif_texte {
    position: absolute;
    height: auto;
    width: 75%;
    top: 25%;
    left: 15%;
    font-family: ItaliaStencil;
    font-size: 3em;
    line-height: 1.1em;
    padding-left: 2.5em;
    padding-top: 1em;
    padding-bottom: 0.2em;
    background: url(../images/fond_objectif_texte.png) no-repeat;
    background-size: 100% 100%;
}

#p13_reponse {
    position: absolute;
    height: 60%;
    width: 98%;
    top: 30%;
    left: 1%;
}

#p13_reponse > div {
    display: inherit;
    width: auto;
    margin-right: 0%;
    font-size: 4.5em;
    line-height: 1.2em;
}

/* PAGE 14 : Résultat MISSION 5 Artillerie */
#p14_sergent {
    position: absolute;
    height: 50%;
    top: 27%;
    left: 34%;
}

#p14_obtenu {
    position: absolute;
    height: 9%;
    width: 82%;
    top: 77%;
    left: 8%;
}

/* PAGE 15 : MISSION 7 Ravitaillement */
#p15_titre {
    left: 5%;
    font-size: 7em;
    text-align: left;
}

#p15_bandeau {
    height: 25%;
    top: 10%;
}

#p15_objectif_texte {
    position: absolute;
    height: auto;
    width: 75%;
    top: 25%;
    left: 14%;
    font-family: ItaliaStencil;
    font-size: 3em;
    line-height: 1.2em;
    padding-left: 1.5em;
    padding-right: 1em;
    padding-top: 1em;
    padding-bottom: 0.2em;
    background: url(../images/fond_objectif_texte.png) no-repeat;
    background-size: 100% 100%;
}

#p15_objectif_logo {
    position: absolute;
    height: 55%;
    width: auto;
    top: 20%;
    left: 3%;
}

#p15_indice_scotch {
    position: absolute;
    width: 33%;
    top: 34%;
    left: 33%;
}

#p15_indice {
    position: absolute;
    width: 98%;
    top: 39%;
    left: 1%;
}

#p15_indice > div {
    display: inherit;
    width: auto;
    margin-right: 0%;
    font-size: 4.5em;
    line-height: 1.2em;
}

#p15_calculette {
    position: absolute;
    width: 34%;
    top: 50%;
    left: 33%;
}

#p15_reponse_scotch {
    position: absolute;
    width: 33%;
    top: 75%;
    left: 33%;
}

#p15_reponse_input {
    position: absolute;
    top: 78%;
    text-align: center;
    width: 100%;
}
#p15_reponse_input > input {
    width: 5em;
}

#p15_calc {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    background-color: rgba(0,0,0,0.5);
}
#p15_calc > iframe {
    position: fixed;
    width: 85%;
    height: 60%;
    top: 20%;
    left: 7.5%;
    border: none;
}
/* PAGE 16 : Résultat MISSION 7 Ravitaillement */
#p16_trophe {
    height: 40%;
    top: 35%;
    left: 40%;
}

/* PAGE 17 : MISSION 8 Passage miné */
#p17_titre {
    left: 13%;
    font-size: 7em;
    text-align: left;
}

#p17_objectif_logo {
    position: absolute;
    height: 60%;
    width: auto;
    top: 17%;
    left: 1%;
}

#p17_objectif_texte {
    position: absolute;
    height: auto;
    width: 75%;
    top: 25%;
    left: 15%;
    font-family: ItaliaStencil;
    font-size: 2.8em;
    padding-left: 2em;
    padding-right: 0.5em;
    padding-top: 1em;
    padding-bottom: 0.2em;
    background: url(../images/fond_objectif_texte.png) no-repeat;
    background-size: 100% 100%;
}

#p17_pieges {
    position: absolute;
    height: 60%;
    top: 28%;
    text-align: center;
}
#p17_pieges > .bouton_reponse {
    width: 23%;
    display: inline-block;
    margin-right: 3.5%;
    margin-right: 3.5%;
}
/* PAGE 18 : Résultat MISSION 8 Passage miné */
#p18_obtenu {
    position: absolute;
    height: 9%;
    width: 62%;
    top: 77%;
    left: 19%;
}

/* PAGE 19 : MISSION 9 1/4 */
#p19_morse {
    position: absolute;
    height: 20%;
    width: 84%;
    top: 28%; 
    left: 10%;
}

#p19_indice1 > input, #p19_indice2 > input, #p19_indice3 > input, #p19_indice4 > input {
    letter-spacing: 0.05em;
    background-color: white;
    color: black;
}

#p19_indice1 {
    position: absolute;
    height: auto;
    width: auto;
    top: 0%; 
    left: 12%;
    text-align: center; 
}

#p19_indice2 {
    position: absolute;
    height: auto;
    width: auto;
    top: 0%; 
    left: 44%;  
    text-align: center; 
}

#p19_indice3 {
    position: absolute;
    height: auto;
    width: auto;
    top: 50%; 
    left: 0%;  
    text-align: center; 
}

#p19_indice4 {
    position: absolute;
    height: auto;
    width: auto;
    top: 50%; 
    left: 64%;  
    text-align: center; 
}

#p19_reponse {
    position: absolute;
    height: 20%;
    width: 30%;
    top: 47%; 
    left: 35%;
}

#p19_indice {
    position: absolute;
    height: auto;
    width: 88%;
    top: 51%; 
    left: 4%;
}

#p19_decryptage {
    position: absolute;
    height: 20%;
    width: 84%;
    top: 65%; 
    left: 10%;
    letter-spacing: 0.05em;
}

/* PAGE 20 : MISSION 9 2/4 */
#p20_liste_mission {
    position: absolute;
    height: 60%;
    width: 90%;
    top: 30%;
    left: 5%;
    font-family: ItaliaStencil;
    font-size: 3em;
}

#p20_tableau_score {
    width: 100%;
}
#p20_tableau_score tr:nth-child(even) {background:rgba(50,100,50,0.75)}
#p20_tableau_score tr:nth-child(odd) {background: rgba(200,255,200,0.75)}

#p20_tableau_titre {
    text-align: center;
    background: white !important;
    color: #990637;
    font-size: 1.2em;
}

#p20_tableau_total {
    background: #944146 !important;
    color: white;
    font-weight: bolder;
}

.p20_tableau_colonne_mission { 
    padding-left: 1em;
}

.p20_tableau_colonne_score {
    padding-right: 1em;
    text-align: right;
}
/* PAGE 21 : MISSION 9 3/4 */
#p21_trophe_desc {
    position: absolute;
    height: auto;
    width: 90%;
    top: 60%;
    left: 5%;
    padding-bottom: 0.5em;
}

#p21_sergent {
    position: absolute;
    height: 36%;
    top: 23%;
    left: 12%;
}

#p21_indice_scotch {
    position: absolute;
    width: 50%;
    top: 74%;
    left: 22%;
    font-size: 3em;
}

#p21_indice {
    position: absolute;
    width: 50%;
    top: 80%;
    left: 28%;
}

#p21_indice > div {
    display: inherit;
    width: auto;
    margin-right: 0%;
    font-size: 4.5em;
    line-height: 1.2em;
}

#p21_trophe {
    height: 28%;
    top: 31%;
    left: 61%;
}

#p21_obtenu {
    position: absolute;
    height: 4%;
    width: 33%;
    top: 26%;
    left: 55%;
}

/* PAGE 22 : MISSION 9 4/4 */
#p22_recommencer {
    position: absolute;
    height: auto;
    width: auto;
    top: 30%;
    left: 22%;
    font-size: 4.5em;
}

#p22_vos_point {
    position: absolute;
    width: 50%;
    top: 28%;
    left: 18%;
    font-size: 4em;
}

#p22_point {
    position: absolute;
    width: 50%;
    top: 35%;
    left: 28%;
}

#p22_point > div {
    display: inherit;
    width: auto;
    margin-right: 0%;
    font-size: 4.5em;
    line-height: 1.2em;
}

#p22_votre_affectation {
    height: 5%;
    top: 41%;
    left: 7%;
    position: absolute;
    width: 73%;
    font-size: 4em;
}

#p22_passe_tete {
    position: absolute;
    height: 47%;
    top: 45%;
    left: 11%;
    filter: drop-shadow(10px 10px 15px #0f0105);
}

#p22_rejoignez {
    position: absolute;
    height: 16%;
    width: 25%;
    top: 50%;
    left: 40%;
    font-family: Arcena;
    font-size: 3em;
    padding-left: 4em;
    padding-right: 0.5em;
    padding-top: 1em;
    padding-bottom: 0.1em;
    background: url(../images/passetete/rejoignez.png) no-repeat;
    background-size: 100% 100%;
}

#p22_section {
    position: absolute;
    height: auto;
    width: 93%;
    top: 86%;
    left: 1%;
    padding-bottom: 0.5em;
}

/* PAGE 23 : MISSION 9 4/4 */
#p23_passe_tete {
    position: absolute;
    height: 44%;
    top: 46%;
    left: 6%;
    filter: drop-shadow(10px 10px 15px #0f0105);
}

/* PAGE 24 : MISSION 9 4/4 */
#p24_passe_tete {
    position: absolute;
    height: 44%;
    top: 46%;
    left: 11%;
    filter: drop-shadow(10px 10px 15px #0f0105);
}

/* PAGE 25 : MISSION 9 4/4 */
#p25_passe_tete {
    position: absolute;
    height: 41%;
    top: 48%;
    left: 0%;
    filter: drop-shadow(10px 10px 15px #0f0105);
}

/* PAGE 26 : MISSION 9 4/4 */
#p26_passe_tete {
    position: absolute;
    height: 47%;
    top: 46%;
    left: 4%;
    filter: drop-shadow(10px 10px 15px #0f0105);
}

/* PAGE 27 : MISSION 9 4/4 */
#p27_passe_tete {
    position: absolute;
    height: 44%;
    top: 46%;
    left: -2%;
    filter: drop-shadow(10px 10px 15px #0f0105);
}

#p27_rejoignez {
    position: absolute;
    height: 16%;
    width: 25%;
    top: 50%;
    left: 52%;
    font-family: Arcena;
    font-size: 3em;
    padding-left: 4em;
    padding-right: 0.5em;
    padding-top: 1em;
    padding-bottom: 0.1em;
    background: url(../images/passetete/rejoignez.png) no-repeat;
    background-size: 100% 100%;
}

/* Message Cookie */
#cache_cookies {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
}

#message_cookies {
    display: none;
}
/* Message Portrait */
#message_portrait {
    display: none;
}
