body
{
    background-color: rgb(18, 66, 18);
}
header
{    
    width: 99%;
    background-color: black;
    border-radius: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;  
   
    padding: 10px;
    
}
img
{
    width: 100%;
    height: auto;
}
    .retour
    {
        width: 30px;
    }
    .retourh
    {
        width: 100px;
    }
    .bd
    {
        width: 20%;
        border: 3px rgb(226, 239, 217) solid;
    }
    .bdg
    {
        width: 25%;
    }
    .head
    {
        max-width: 20%;
    }
    .head2
    {
        max-width: 25%;
    }
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;
}
p
{
    padding-left: 15px;
    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: 1em;
        color: black;
        text-align: left;  
    }
    .Ndumwe
    {
        font-family: 'Ubuntu', sans-serif;
        font-size: 1em;
        color: rgb(226, 239, 217);;
        text-align: center;
        border: 2px rgb(226, 239, 217) solid;
        border-radius: 12px;
        background-color: black;
        width: 30%;
        padding: 10px;
    }
a
{
    text-decoration: none;
    color: white;
}
#li
{
    font-family: 'Ubuntu', sans-serif;
    font-size: 1em;
    color: white;
    text-align: left;  
}
#menuBD
{
    width: 99%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-around;
}
#menujeux
{
    width: 99%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-around;
}
@media screen and (max-width: 1200px)
{
    #menujeux
    {
        width: 99%;
        height: 3200px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-content: space-around;    
        flex-direction: column;
    }
    .kir
    {
        font-size: 0.7em;
    }
    .bd
    {
        width: 60%;
    }
    .videoBD
    {
        width: 60%;
    }
    p
    {
        font-size: 0.7em;
    }
}
.float
{
    float: center;
}
.floata
{
    float: center;
}
.float1
{
    float: left;
}
.floatlogo
{
    float: center;
}
.float2
{
    float: right;
    margin-right: 10px;
}
.centre
{
    display: flex;
    justify-content: center;
}
.intro
{
        width: 100%;
        padding: 10px;
        margin-right: 10px;
        margin-top: 15px; 
        margin-bottom: 15px;   
}
.videoBD
{
    width: 25%;
    border: 4px rgb(226, 239, 217) solid;
    height: auto;
}

