/*Paramètre section*/
section
{
    box-sizing: border-box;
    display: flex;
    width: 100%;
    height: 100%;

}    

section h1
{
    font-family:'Too_drunk_to_fuck';
    font-weight: normal;
    text-transform: uppercase;
}

/*Paramètre article*/
article
{
    width: 70%;
    height: 100%
    border: 5px white groove;
    border-radius: 10px;
    margin-right: 2%;
    margin-left: 2%;
    margin-top: 2%;
    background:url(Fond/Creart.jpg) no-repeat;
    background-size: 100%;

}

article h1
{
    font-family: 'Too_drunk_to_fuck';
    font-size: 3em;
    color: white;

    margin-left: 2%;
    padding-top: 2%;


}

.concour
{
    margin-top: 25%;
    text-align: center;
    transform: rotate(342deg);
    margin-left: -60%;


}

.apero
{
    margin-top: 25%;
    margin-left: 55%;
    transform: rotate(25deg);
    text-align: center;
    margin-bottom: 20%;
    padding-:  -70%;

}

article a 
{
    font-family: 'llalarm';
    font-size: 2.5em;
    text-decoration: none;
    color: rgb(255,205,0);
}



article a:hover
{
    border-top: 3px solid rgb(255,205,0);
    border-bottom: 3px solid rgb(255,205,0);
    background-color: black;
}

@media all and (max-width: 1000px)
{
   
    article h1
    {
        font-size: 2.5em;
        padding-left: 3%;
    }
    section
    {
        flex-direction: column;
        width: 100%;
    }
    article
    {
        width: 85%;
        margin-left: 11%;
    }
    article a
    {
        font-size: 2em;
    }
}

@media all and (max-width: 800px)
{
    article h1
    {
        font-size: 2em;
    }
}

@media all and (max-width: 600px)
{
    article h1
    {
        font-size: 1.9em;
    }
        article a
    {
        font-size: 1.5em;
    }
}



@media all and (max-width: 500px)
{
    article h1
    {
        font-size: 1.5em;
    }
        article a
    {
        font-size: 1em;
    }
    .apero
    {
        margin-top:10%;
    }    
}