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: 1200px;
    border: 5px white groove;
    border-radius: 10px;
    margin: 2%;
    background:url(Fond/Galerie_2.jpg) no-repeat;
    background-size: 100%;
}

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

}

article p
{  
    text-align: center;
}

.rencart
{
    margin-left: 62%;
    margin-top:19% ;
    padding-top: 2%;
    width:10% ;    
    height: 5%;
    background:black; 
    border-radius: 3px;  
}

.fdlm
{
    margin-left:26% ;
    margin-top: 8%;
    padding-top: 1%;
    width: 10%;    
    height: 8%;
    background:black; 
    border-radius: 3px;  
}

article p:hover
{
    border: solid 4px rgb(255,205,0);
    border-radius: 3px;  
    text-decoration: underline;
}

@media all and (max-width: 1000px)
{
    section
    {
        flex-direction: column;
        width: 100%;
    }
}