@font-face {
    font-family: 'Vogue';
    src: url('../font/Vogue.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GhoulFright';
    src: url('../font/GhoulFright.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nightside';
    src: url('../font/Nightside.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TimeNews';
    src: url('../font/Times\ New\ Normal\ Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Faustina';
    src: url('../font/Faustina-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/RobotoFlex.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color : #000000;
    color : #ffffff;
	font-family : 'Faustina', Arial;
}

a {
    color : #c9a91c;
    font-family : 'GhoulFright', 'Faustina', Arial;
}

p {
    text-align: justify;
    text-justify: auto;
}

 html,body {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
  }

#titreprincipal {
    position: absolute;
    right: 0;
    left:0;
}

#soustitre {
    position: absolute;
    color: #ffffff;
    line-height: 5vh;
    font-family : 'Faustina', Arial;
    right: 0;
    left:0;
}

#auteur {
    position: absolute;
    color : #ffffff;
    font-family : 'Vogue', Arial;
    right: 0;
    left:0;
}

#logo{
    position: absolute;
    right: 0;
    left:0;
    top: 5%;
    width: 25%;
    height: auto;
}

#lastGame {
    position: absolute;
    right: 0;
    left:0;
}

#newGame{
    position: absolute;
    right: 0;
    left:0;
}

#sceneContainer {
    max-height: 90vh;
    overflow: auto;
}

.variables {color :#ffffff;}

.choisi {
    color:#890f0f;
    font-family : 'GhoulFright', 'Faustina', Arial;
}

.megaTitre 
{
    color: #ffffff;
    font-family : 'GhoulFright', 'Nightside', Arial;
}

.centreCellule{ 
    text-align :center;
    vertical-align: top;
}

.largeurCellule
{
    width: 30%;
}

.largeurComplete
{
    width: 100%;
}

.containerVertical{
    display: flex;
    flex-direction:column;
    width:100%;
}

.containerVariable
{
    display: flex;
    justify-content:space-evenly;
}

.lienMenu{
    margin-bottom: 1em;
    font-size: 0.75em;
}

.lienFin
{
    margin-bottom: 1em;
    font-size: 0.75em;
}

@media (orientation: landscape) {
    p {
        margin: 1vh 2vw;
        text-indent: 3vw;
    }

    #titreprincipal {
        top: 10%;
    }

    #soustitre 
    {
        top: 45%;
        font-size: 5vh;
    }

    #auteur {
        top: 60%;
        font-size: 5vh;
    }

    #lastGame
    {
        top: 75%;
    }

    #newGame
    {
        top: 85%;
    }

    body
    {
        font-size: 3vh;
    }
    .megaTitre 
    {
        font-size: 20vh;
        font-style: bold;
    }
  
    .lienOuverture
    {
        font-size: 4vh;
    }

    .option{
        margin: 2vh 2vw;
        text-indent: 2.5vw;
    }

    .finScene
    {
        margin: 2vh 2vw;
        text-indent: 2.5vw;
    }
}

@media (orientation: portrait)
{
    p {
        margin: 1vh 5vw;
        text-indent: 5vw;
    }

    #titreprincipal {
        top: 10%;
    }

    #soustitre {
        top: 45%;
        font-size: 5vh;
    }

    #auteur {
        top: 60%;
        font-size: 5vh;
    }

    #lastGame
    {
        top: 75%;
    }

    #newGame
    {
        top: 85%;
    }

    body
    {
        font-size: 3vh;
    }

    .megaTitre {
        font-size: 10vh;
        font-style: bold;
    }
  
    .lienOuverture
    {
        font-size: 3vh;
    }

    .option
    {
        margin: 2vh 5vw;
        text-indent: 5vw;
    }

    .finScene
    {
        margin: 2vh 2vw;
        text-indent: 2.5vw;
    }

}