/*Paramètre section*/
section
{
    display: flex;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 1235px;    
}

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

/*Paramètre article*/

article
{
    width: 1000px;
}

article h1
{
    display: flex;
    font-size: 3em;
    height: 70px;
    width: 500px;
    background:url(Fond/Texture_bois.jpg) no-repeat;
    background-size: 500px 100px;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    margin-top: 10px;
}    

 article h2
{
    display: flex;
    font-size: 1.9em;
    height: 45px;
    width: 550px;
    background:url(Fond/Texture_bois.jpg) no-repeat;
    background-size: 550px 100px;
    justify-content: center;
    align-items: center;
    margin-top: -50px;
    margin-left: 360px;
}

article p
{
    font-size: 1.1em;
    text-align: justify;
}

.video_artiste
{
    display: flex;
    float:right;
    margin:10px;
    margin-left: 35px;
    margin-right: 0px;
    padding-right: 60px;
}

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

.actu
{
    margin-top: -40px;
    text-align: right;
}

.actu a:hover
{
    text-decoration: underline;
}

.titre_actu
{
    margin-left: 410px;
}

.photo_video
{
    width: 910px;
    background-size: 910px 100px;
}

/*Paramètre aside gauche*/
.left
{
    width: 290px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    margin-right: 15px;
}

.img_artiste
{
    width: 290px;
    height: 240px;
    margin-bottom: 15px;
    border-radius: 15px;
}

.infos
{
    border: solid 4px white;
    border-radius: 10px;
    margin-top: 0px;
    padding-left: 5px;
}

.left h2
{
    text-align: center;
    padding-top: 5px;
    width: 290px;
    height: 40px;
    font-family: 'llalarm';
    font-size: 1.7em;
    margin-top: 0px;
    margin-bottom: 10px;
    background:url(Fond/Texture_bois_p2.jpg) no-repeat top;
    background-size: 290px 40px;
    justify-content: center;
}

.left h3
{
    font-family: 'segoe-print';
    font-size: 1.3em;
    margin-top: 0px;
    margin-bottom: 0px;
}

.left p
{
    font-family: 'segoe-script';
    font-size: 1.2em;
    margin-top: 0px;
}

.left a
{
    text-decoration: none;
    color: white;
}

.facebook:hover
{
    color: white;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}

.affiche
{
    width: 250px;
    height:350px;
    margin-top: 20px;
    border-radius: 8px;
}

.affiche img
{
    width: 250px;
    height: 350px;
    margin-left: 20px;
    border-radius: 8px;
}

.trop_long
{
    font-size: 0.9em;
}
