section
{
    box-sizing: border-box;
    display: flex;
    width: 100%;
    height: 100%;
}

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

.titre_page
{
    font-size: 3em;
    width: 100%;
}

.articles
{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items: flex-start;
    border-radius: 10px;
    margin: 2%;
    width: 100%;
}


/*Paramètre article*/

article
{
    width: 240px;
    height: 250px;
    margin-right: 16px;
    margin-bottom: 115px;
}

article img
{
    width: 200px;
    height: 250px;
    padding-left: 20px;
    padding-top: 10px;
    margin-bottom: 5px;
    
}

article h2
{
    font-family: 'llalarm';
    font-size: 1.1em;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

article h3
{
    font-size: 0.9em;
    text-align: center;
    padding-top: 1px;
    margin-top: 0px;
    margin-bottom: 0px;
}

article a
{
    text-decoration: none;
    color: white;
}

article a:hover
{
    text-decoration: underline;
}