#helpButton
{
    position: absolute;
    padding: 5px;
    width: 50px;
    bottom: 10px;
    left: 0px;
    
    cursor: pointer;
}
#Help
{
    display: none;
    position: absolute;

    padding: 10px;
    width: 100%;
    height: 100%;

    background-color: rgba(255,255,255,.6);
    border-radius: 15px 15px 15px 15px;
    
    overflow-y: auto;
}

#creditBox img
{
    border-radius: 15px;
}
#creditBox{
    display: none;
    text-align: center;
}

#imageGroupe{
    width:100%;
    height: auto;
    align-items: center;
}
#box
{
   
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 20px;
    width: 100%;
}
#direction
{
    
    display: flex;   
    align-items: center;
    margin-top: 10px;
    margin-left: 10px;
    float: left;
    padding-right: 10px;
}
#direction p
{
    text-align: justify;   
    margin-left: 5px;
}
.languageSelect
{
    padding: 4px;
    padding-left : 30%;
    padding-right : 30%;
    border-radius: 5px;
    border: 1px solid gray;   
}
.languageSelect #FR,#EN,#creditSpan
{

    cursor: pointer;
    text-decoration: underline;
    text-decoration-color:  black;
}
@media screen and (min-width: 480px) 
{
    #Help
    {
        width: 400px;
        height: auto;
        
        top:10%;

        border: 1px solid #bcdc53;  
        border-color: black;
        background-color: rgba(255,255,255,.7);
    }   
    #helpButton
    {
        top:10px;
    }
    #helpButton:hover
    {
        border-radius: 100%;
        background-color:rgba(255,255,255,.2);     
    }
}
@media screen and (max-height: 600px) and (min-width : 480px)
{
    #Help
    {
        height: 100%;
        width: 100%;
        top:0px;
    }  

}