body
{
    background-color: rgb(18, 66, 18);
}
header
{    
    width: 98%;
    border-radius: 12px;
    padding: 10px;   
    position: fixed;  
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
aside
{
    padding: 10px;
    margin-top: 15px; 
    margin-bottom: 15px;
    border: 4px rgb(255,102,0) solid;
    border-radius: 12px;
    background-color:  black;
}
nav
{
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 1em;
    background-color:  black;
    border-radius: 12px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
}
img
{
    width: 100%;
    height: auto;
}
    .drapeaux
    {
        width: 250px;
    }
    .retour
    {
        width: 30px;
    }
    .partage
    {
        width: 20%;
    }
    .nouveau
    {
        width: 80%;
    }
    .logo
    {
        width: 25%;
    }
    .logo2
    {
        width: 50%;
    }
section
{
    width: 100%;
    padding: 10px;
    margin-right: 10px;
    margin-top: 15px; 
    margin-bottom: 15px;
    clear: both;
}
p
{
    padding-left: 15px;
    padding-right: 5%;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1em;
    color: white;
    text-align: left;
    justify-content: flex-end;
}
    .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.5em;
        color: black;
        text-align: left;  
    }
    .kir1
    {
        font-family: 'Ubuntu', sans-serif;
        font-size: 1.5em;
        color: rgb(184,71,3);
        text-align: left; 
    }
    .intro
    {
        font-family: Comic Sans MS, sans-serif;
        font-size: 2.8em;
        color: white;
        font-weight: bold;
        text-align: center;
        text-shadow: 2px 2px 2px darkgreen;
    }
    .intro2
    {
        font-family: 'Allura', sans-serif;
        font-size: 3em;
        color: white;
        font-weight: bold;
        text-align: center;
    }
    .intro_image
    {
        width: 70%;
        font-weight: bold;
        padding-left: 15%;
    }
    .annonce
    {
        font-family: 'Allura', sans-serif;
        font-size: 1.5em;
        color:  rgb(233, 149, 96);
        font-weight: bold;
        text-align: center;  
    }
    .Partenaire
    {
        font-family: 'Ubuntu', sans-serif;
        font-size: 1em;
        color: rgb(226, 239, 217);;
        text-align: left;
        border: 2px rgb(226, 239, 217) solid;
        border-radius: 12px;
        background-color: black;
        width: 45%;
        padding: 10px;
    }
    .clear
    {
        clear: both;
    }
h1
{   
    font-family: Arial, sans-serif;
    font-size: 3.8em;
    font-weight: bold;
    color: rgb(83,129,54);
    text-shadow: 4px 4px 0px white;
    text-align: center;
}
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;
}
h4
{
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 1.5em;
    color: rgb(226,237,217);
    text-align: left;
    text-shadow: 1px 1px 0px green;
}
a
{
    text-decoration: none;
}
    .lien
    {
        color: blue;
        text-decoration: underline;
    }
#li
{
    font-family: 'Ubuntu', sans-serif;
    font-size: 1em;
    color: white;
    text-align: left;  
}
#accueil
{
    padding-top: 150px;
}
#news
{
    display: flex;
    background-color: rgb(226, 239, 217);
    border-radius: 12px;
    padding: 10px;
}
    .elnews1:nth-child(1)
    {
        order: 1;
        flex: 1;
    }
    .elnews2:nth-child(2)
    {
        order: 2;
    }
#elnews1
{
    background-image: url("Photos_index/fond_corp.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-radius: 12px;
    padding: 10px;
}
#elnews2
{
    min-width: 40%;
}
#menujeux
{
    width: 99%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-around;
}
#menupartenaires
{
    width: 99%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-around;
}
#contacts
{
    width: 99%;
    background-image: url("Photos_index/Fondcontacts2.JPG");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    border-radius: 12px;
    padding: 10px;
}
@media screen and (max-width: 1200px)
{
    #news
    {
        flex-direction: column;
    }
    nav
    {
        font-size: 1.8em;
    }  
    aside
    {
        width: auto;
    }
    #elnews1
    {
        background-image: url("Photos_index/fond_news.png");
    }
    #contacts
    {
        background-image: url("Photos_index/fond_news2.png");
    }
    .elnews1 
    {
        background-repeat: repeat;
    }
    .elnews2 p:last-child
    {
        text-align: center;
    }
    #menujeux
    {
        width: 99%;
        height: 1200px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-content: space-around;    
        flex-direction: column;
    }
    #menupartenaires
    {
        width: 99%;
        height: 2000px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-content: space-around;    
        flex-direction: column;
    }
    .partage
    {
        width: 50%;
    }
    .jeux
    {
        width: 200%;
    }
    .Partenaire
    {
        width: 95%;
        font-size: 1.9em;
        height: 850px;
    }
}
.section
{
    width: 100%;
    padding: 10px;
    margin-right: 10px;
    margin-top: 15px; 
    margin-bottom: 15px;
}
.float
{
    float: center;
}
.floata
{
    float: center;
}
.float1
{
    float: left;
    margin-left: 10px;
}
.float2
{
    float: right;

    margin-right: 10px;
}
.trou
{
    height: 1000px;
}
.compteur
{
    width: 50px;
}
.videoBD
{
    width: 60%;
    border: 4px rgb(226, 239, 217) solid;
    height: auto;
}
.jeux
{
    width: 100%;
}
