


 .DIVFenetreGeneralMissionOcean.TerreSide{
   width: 40%;
}

.BoutonValidation{
   min-width: 14rem;
   line-height: 6vh;
   margin-top: 2rem;
}


.BoutonValidation:hover{
   cursor: pointer;
}


#InterfaceTerreDecouverte{
 display : none;
 /* display : inline; */
}


.TextCoordActuelle{
   text-align: center;
   margin-top: 30px;
   font-size: 30px;
 }


 /* TERRE JEU */


 #InterfaceTerreJeu{
   display : none;
   /* display : inline; */
  }

.DIVBackgroundtransparency.TerreSide{
   height: 90%;
}

.TextRetrouver{
   font-size: 30px;
   margin-top: 30px;
}

#TerreTextEpaveATrouver{
   font-size: 30px;
   
}

#TerreTextPoserBalise{
   font-size: 30px;
}

.Coordonates{
   font-size: 50px;
   text-align: center;
}




 .textAlignementValidationTerre{
   font-size: 30px;
   text-align:center;
 }

.TextCompteurScore{
   text-align: center;
   font-size: 20px;
}

/* ESSAYER ENCORE & SELECTIONNER COORDONNEE */

#TerreEssayezEncore{
   display: none;
   
 }

 #TerreSelectionner{
   display: none;
   
 }

 #TerreBravoGoodFound{
    display: none;
 }

 
/* Terre ERREUR */

#InterfaceTerreErreur{
   display: none;
}

.DIVTerreErreur{
   background-color: #004878;
    /* z-index: 1; */
    width: 32%;
    height: 64vh;
    margin-top: 5vh;
    box-shadow: 0px 0px 14px 7px white;
    position: relative;
    left: 65%;
    top: 4%;
    /* margin-left: 10%; */
    /* margin-right: 10%; */
    text-align: center;
    overflow: auto;
    overflow-wrap: anywhere;
}

#TerreBackgroundErreur{
   position: absolute;
    height: 70%;
    width: 31%;
    /* top: 9%; */
    right: 5%;
    /* left: 65%; */
    /* bottom: 5%;*/
}

#TerreErreurText{
    text-align: center;
}







/* Interface END JEU TERRE */

.InterfaceJeuEnd{
   display:none;
}

#TerreBravoOrfail {
   font-size: 30px;
   margin-top: 2rem;
   text-align: center;
   
}


