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
{
    display: flex;
    flex-direction: column;
    margin-right: 30px;
    margin-left: 10px;
    width: 70%;
}

article h1
{
    display: flex;
    font-size: 2.5em;
    text-align: center;
    height: 10%;
    width: 30%;
    background:url(Fond/Texture_feuille.jpg) no-repeat;
    justify-content: center;
    align-items: center;
    color: black;
    margin: 2%;
    margin-top: 10%;
    border-radius: 10px;
}    

article h2
{
    display: flex;
        text-align: center;
    font-family: 'segoe-print';
    font-size: 2em;
    height: 6%;
    width: 40%;
    background:url(Fond/Texture_feuille.jpg) no-repeat;
    justify-content: center;
    align-items: center;
    color: black;
 border-radius: 10px;    
}    

.trop_grand
{
    font-size: 1.4em;
}

article a
{
    text-decoration: none;
}

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

.affiche
{
    float: left;
    width: 300px;
    height: 400px;
    margin-right: 1%;
    margin-bottom: 1%
}

.photo
{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20%;
}

.photo img
{
    width: 150px;
    height: 100px;
    margin-right: 5px;
}

.photo img
{
    border: solid 1px rgb(255,205,0);
    border-radius: 10px;
}

.paysage
{
    width: 150px;
    height: 100px;
    margin-right:10px;
}

.portrait
{
    width: 120px;
    height: 150px;
    margin-right:10px;
}

.video 
{
    display: flex;
    flex-wrap: wrap;
}

.video iframe
{
    width: 30%;
    margin: 1%;
}



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

    article h2
    {
    font-size: 1.6em;
    }
}

@media all and (max-width: 800px)
{
    .affiche{
        width: 200px;
        height: 300px;
    }

    article h2
    {
    font-size: 1.6em;
    }
}

@media all and (max-width: 600px)
{
    .article{
        font-size: 
    }
}

