body
{
    background-color: rgb(18, 66, 18);
}
header
{    
    background-image: url("Photos_quizz/fond_entete.JPG");
    background-attachment: fixed;
    border: 6px rgb(255,102,0) double;
    border-radius: 12px;
    padding: 10px;
    width: 99%;    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
img
{
    width: 100%;
    height: auto;
}
    .drapeaux
    {
        width: 250px;
    }
    .retour
    {
        width: 30px;
    }
    .retourh
    {
        width: 100px;
    }
    .partage
    {
        width: 20%;
    }
    .pdf
    {
        width: 105px;
    }
    .bottom
    {
        height: 75px;
        width: auto;
    }
h2
{
    clear: both;
    font-family: 'Ubuntu', sans-serif;
    font-size: 2em;
    font-weight: bold;
    color: rgb(226,237,217);
    text-align: left;
    border-top: 6px rgb(255,102,0) double;
}
h3
{
    font-family: Arial Black, sans-serif;
    font-size: 1.5em;
    color: rgb(184,71,3);
    text-align: center;
    text-decoration: underline;
    text-shadow: 1px 1px 0px green;
}
p
{
    padding-left: 15px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1em;
    color: white;
    text-align: left;
    justify-content: flex-end;
}
    .quiz
    {
        border: 2px rgb(115, 240, 115) solid;
        border-radius: 12px;
        max-width: 95%;
        background-color:rgb(226, 239, 217) ;
    }
    .traduc
    {
        font-family: 'Ubuntu', sans-serif;
        font-style: italic;
        font-size: 0.8em;
        color: rgb(226, 239, 217);
        text-align: left;
    }
    .fra
    {
        font-family: 'Ubuntu', sans-serif;
        font-size: 1em;
        color: white;
        text-align: left; 
    }
    .kir
    {
        font-family: 'Ubuntu', sans-serif;
        font-size: 1em;
        color: rgb(233, 149, 96);
        text-align: left; 
    }
    .fra1
    {
        font-family: 'Ubuntu', sans-serif;
        font-size: 1.3em;
        color: black;
        text-align: left;  
    }
    .kir1
    {
        font-family: 'Ubuntu', sans-serif;
        font-size: 1.3em;
        color: rgb(184,71,3);
        text-align: left; 
    }
    .fra2
    {
        font-family: 'Ubuntu', sans-serif;
        font-size: 1em;
        color: black;
        text-align: left;  
    }
a
{
    text-decoration: none;
}
#li
{
    font-family: 'Ubuntu', sans-serif;
    font-size: 1em;
    color: white;
    text-align: left;  
}
#menujeux
{
    width: 99%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-around;
}
#introjeux
{
    width: 99%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-around;
}
.ElA:nth-child(1)
{
    order: 1;
    border: 2px darkgreen solid;
    border-radius: 12px;
    background-color: white;
}
.ElB:nth-child(2)
{
    order: 2;
    border: 2px darkgreen solid;
    border-radius: 12px;
    background-color: white;
}

@media screen and (max-width: 1200px)
{
    #menujeux
    {
        width: 99%;
        height: 1800px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-content: space-around;    
        flex-direction: column;
    }
    #introjeux
    {
        width: 99%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-content: space-around;    
        flex-direction: column;
    }
    .son
    {
        max-width: 80%;
    }
    .cours
    {
        max-width: 80%;
    }
    .partage
    {
        width: 50%;
    }
}
.cours
{
    border: 2px darkgreen solid;
    border-radius: 12px;
    background-color: rgb(229,241,220);
    display: flex;
    align-items: center;
    max-width: 60%;
    justify-content: space-around;
}
.remarque
{
    border: 2px darkgreen solid;
    border-radius: 12px;
    background-color: rgb(229,241,220);
    max-width: 95%; 
    padding: 10px;
    margin-left: 10px; 
}
.son
{
display: flex;
flex-wrap: wrap;
justify-content: space-around;
border: 2px darkgreen solid;
border-radius: 12px;
background-color:  rgb(229,241,220);
padding: 10px;
margin-left: 10px; 
max-width: 50%;
}
.centre
{
    display: flex;
    justify-content: center;
}
.float
{
    float: center;
}
.floata
{
    float: center;
}
.float1
{
    float: left;
}
.float2
{
    float: right;
}
.float3
{
    padding-top: 20px;
    float: right;
}