/*Paramètre section*/
section
{
    display: flex;
    margin-bottom: 2%;
    margin-top: 2%;
    width: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-right: 5%;
    margin-left:4%;
    margin-top:2%;
    width: 100%;
}

/*Paramètre article*/

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

article img
{
    width: 220px;
    height: 190px;
    padding-left: 10px;
    padding-top: 10px;
    margin-bottom: 0px;
    border-radius: 30px;
}

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;
}
