#InterfaceAcceuil{
    width: 100%;
    height: 100vh;
    display: none;
    /* display: inline; */
    max-height: fit-content;
}

.DIVAcceuilTitre{
    min-height: 18vh;
    overflow: auto;
    max-height: 21vh;
}

.DIVAcceuilGeneral{
    /* background-color: #004878; */
    /* z-index: 1; */
    width: 100%;
    height: 100vh;
    /* margin-top: 5vh; */
    /* box-shadow: 0px 0px 14px 7px white; */
    position: relative;

}

.DIVSousAcceuilGeneral{
    /* background-color: rosybrown; */
    height: 63vh;
    overflow: auto;
}

.DIVSousAcceuilTerreEtMission{
    /* background-color: royalblue; */
    position: relative;
    /* background-color: turquoise; */
    height: inherit;
    width: 49%;
    /* left: 0px; */
    /* margin-bottom: 10%; */
    float: left;
}


.DIVSousAcceuilLigneSeparation{
    position: relative;
    /* background-color: turquoise; */
    height: inherit;
    width: 2%;
    /* left: 0px; */
    /* margin-bottom: 10%; */
    float: left;
    text-align: center;
}

.DIVSousAcceuilLuneEtMission{
    /* background-color: forestgreen; */
    position: relative;
    /* position: absolute; */
    display: inherit;
    /* background-color: green; */
    height: inherit;
    width: 49%;
    right: 0px;
    float: left;
}

.DIVIcone{
    /* background-color: navajowhite; */
    text-align: center;
    /* object-fit: contain; */
    /* max-width: 100%; */
    /* max-height: 88%; */
    /* display: block; */
    height: 63%;
    margin-top: 3%;
}


.DIVMission{
    font-size: 30px;
    text-align: center;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 4%;
}


#AcceuilTitre{
    margin-top: 2%;
    font-size: 60px;
    /* letter-spacing: 10px; */
    text-align: center;
    font-size: max(4vw, 4px);

}

#AcceuilLigneSéparation{
    height: 60%;
    width: 2px;
}

#AcceuilIconeMissionReperageNoText{
    max-height:100%;
    transition: all .2s ease-in-out; 
}

#AcceuilIconeMissionReperageNoText:hover{
    transform: scale(1.1) ;
    cursor: pointer;
}

#AcceuilIconeMissionLuneNoText{
    transition: all .2s ease-in-out;
    max-height: 100%;
}

#AcceuilIconeMissionLuneNoText:hover{
    transform: scale(1.1);
    cursor: pointer;
}

.DIVChooseBack{
    display: none;
    min-height: 18vh;
    overflow: auto;
    max-height: 21vh;
    /* background-color: blueviolet; */
    transform: translate(0%, 218%);
    width: 100%;
    text-align: center;
    line-height: 20vh;
}

.BoutonDePageNoirOrange.Mode{
    font-weight: bold;
    line-height: 6vh;
    min-width: 40vh;
}
/* 
.BoutonDePageNoirOrange.Mode.Jeu{
    margin-left: 22%;
}

.BoutonDePageNoirOrange.Mode.Decouverte{
    margin-right: 22%;
}
 */
