
#BoutonFullScreenBack {
    z-index: 2;
    background: url("./images/ButtonFullscreenDeactivate.png");
    position: absolute;
    right: 2px;
    bottom: 0.2%;
    z-index: 5; 
    width: 65px; 
    height: 66px;
    cursor: pointer; 
}
#BoutonFullScreenBack:hover {
    background: url("./images/ButtonFullscreenActivate.png");
}
   
    
#BoutonCreditScreenBack {
    z-index: 2;
    background: url("./images/ButtonCreditDeactivate.png");
    position: absolute;
    right: 72px;
    bottom: 0.2%;
    z-index: 5; 
    width: 65px; 
    height: 66px;
    cursor: pointer; 
}
#BoutonCreditScreenBack:hover {
    background: url("./images/ButtonCreditActivate.png");
}

#Credit{
    z-index: 2;
    /* display: none;*/
    position: absolute;
    backdrop-filter: blur(5px);
    top: 0;
    width: 100%;
    height: 100vh;
}
  
  
#BarCredit{ 
    /*z-index: 2;
    height:  100%;
    width: 40%;
    
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translate(75%, 0%);*/
    position: absolute;
    left: 50%;
    /*width: 40%;*/
    height: 100%;
    transform: translate(-50%, 0);
    background: linear-gradient(180deg, rgb(70, 152, 209), rgb(0, 72, 120));
    box-shadow: 0 9px 25px 0px white, 0 -9px 25px 0px white, 12px 0 15px -4px rgb(31, 73, 125), -12px 0 15px -4px rgb(31, 73, 125);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
  
#BarCreditContent{
    /*background-color: red;*/
    height: 75%;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    scroll-padding-left: 20px;
}
  
#BarCreditContent p{
    margin-left: 20px;
    margin-right: 20px;
    /*overflow-wrap: normal;*/
}
  
#BarCreditTitre{
    z-index: 2;
    font-size: 40px;
    margin-block-start: 0%;
    margin-block-end: 0%;
    /*position: absolute;
    top: 20px;
    left: 50%;*/
    /*transform: translate(-50%, 0%);*/
}
  
#BarCreditFermeture{
    z-index: 2;
    background: url("./images/ButtonPopUpDeactivate.png");
    /*position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);*/
    font-size: x-large;
    text-align: center;
}
  
#BarCreditFermeture:hover{
    background: url("./images/ButtonPopUpActivate.png");
    cursor: pointer;
}
   
#BoutonHelpScreenBack {
    z-index: 2;
    background: url("./images/ButtonHelpDeactivate.png");
    position: absolute;
    right: 142px;
    bottom: 0.2%;
    z-index: 5; 
    width: 65px; 
    height: 66px;
    cursor: pointer; 
}
#BoutonHelpScreenBack:hover{
    background: url("./images/ButtonHelpActivate.png");
}

#BarHelp{
    z-index: 2;
}  

#leftClick::before{
    content: url(./images/IconeLeftClick.png);
    vertical-align: -100%;
    margin-right: 10px;    
}

#scroll::before{
    content: url(./images/IconeScroll.png);
    vertical-align: -100%;
    margin-right: 10px;
}

#holdDrag::before{
    content: url(./images/IconeLeftClickHoldAndDrag.png);
    vertical-align: -100%;
    margin-right: 10px;
}

#scrollZoom::before{
    content: url(./images/IconeCtrlScroll.png);
    vertical-align: -100%;
    margin-right: 10px;
}
   
#BoutonHomeScreenBack {
    z-index: 2;
    background: url("./images/ButtonHomeDeactivate.png");
    position: absolute;
    right: 212px;
    bottom: 0.2%;
    z-index: 5; 
    width: 65px; 
    height: 66px;
    cursor: pointer; 
}
#BoutonHomeScreenBack:hover{
    background: url("./images/ButtonHomeActivate.png");
}

#BarBack{
    z-index: 2;
}

#back-bar-bandeau{
    min-height: 30vh;
}
  

#LogoMissionOcean{
    z-index: 1;
    position: absolute;
    left: 1.2%;
    bottom: 1.2%;
    background-size: contain;
    height: 15vh;
}
  
.popup{
    position: absolute;
    backdrop-filter: blur(5px);
    width: 100%;
    height: 100vh;
    top: 0;
    background: rgba(0, 0, 0, 0.336);
}

.popup > div > .buttons {
    display: flex;
    width: 500px;
    margin: auto;
    align-items: center;
    justify-content: space-around;
}

.popup > div {
    width: 100%;
    text-align: center;
    transform: translate(0,-50%);
    position: absolute;
    top: 50%;
    background: linear-gradient( 180deg, rgb(70 152 209),rgb(0 72 120));
    box-shadow: 0 9px 25px 0px white, 0 -9px 25px 0px white, 12px 0 15px -4px rgb(31 73 125 / 80%), -12px 0 15px -4px rgb(31 73 125 / 80%);
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.BoutonDePageNoirOrange {
    display: inline-block;
    background-size: contain;
    background: linear-gradient(90deg, rgb(237 161 82), rgb(228 119 67));
    border: white;
    border-style: solid;
    border-width: 2px;
    font-size: 1.8em;
    line-height: 55px;
    color: white;
    padding: 8px 30px 8px 30px;
    font-weight: bold;
    font-family: 'MontSerrat_Regular';
    box-shadow: 0px 0px 7px white;
}

.BoutonDePageNoirOrange:hover{
    background: rgb(183, 186, 195);
    cursor: pointer;
}

#DIVLogoMO{
    position: absolute;
    bottom: 0;
    margin-left: 1.2%;
    pointer-events: none;
}

::-webkit-scrollbar{
    width: 10px;
}
  
::-webkit-scrollbar-track{
    background-color: transparent;
}

::-webkit-scrollbar-thumb{
    background-color: rgb(0, 72, 120);
}

::-webkit-scrollbar-button{
    display: none;
}
  
