/* Spécifique à la lune */

.DIVFenetreGeneralMissionOcean.LuneSide {
   width: 30%;
}

#InterfaceLuneDecouverte {
   display: none;
   /* display : inline; */
}


/* LUNE JEU */

#InterfaceLuneJeu {
   display: none;
}



#LuneBravoOrfail {
   text-align: center;
}



/* Lune ERREUR */

.DIVInterfaceLuneErreur {
   display: block;
   background-color: #004878;
   /* z-index: 1; */
   width: 25%;
   height: 64vh;
   margin-top: 5vh;
   box-shadow: 0px 0px 14px 7px white;
   position: relative;
   left: 73%;
   /* top: 11%; */
   /* margin-left: 10%; */
   /* margin-right: 10%; */
   text-align: center;
   overflow: auto;
   overflow-wrap: anywhere;
}

#LuneErreurText {
   text-align: center;
}

#InterfaceLuneErreur {
   display: none;
}

/* Bravo */

#LuneBravoGoodFound {
   display: none;
}
