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_asso h2
{
    font-family: 'llalarm';
    font-size: 2.2em;
    margin-bottom: 0px;
}

.histoire 
{
    display: flex;
    flex-direction: column;   
    margin-right: 30px;
}

.histoire h1
{
    font-size: 3em;
    margin-bottom: 0px;
}

.histoire p
{
    font-size: 1.4em;
}

.histoire ul
{
    list-style-image: url('Fond/Fleche_droite.png'); 
    margin-left: 30px;
    vertical-align: center;
}

.equipe 
{
	width: 100%;
	height: 100%;
	background: top left no-repeat url('Fond/equipe.png'); 
	text-align: right;
	margin-left: -60px;
	margin-top: -60px;
}

.equipe h3
{
	padding-top: 340px;
    font-size: 1.4em;
}

.equipe h4
{
    font-size: 1.4em;
}

.soutien
{
    text-align: center;
    margin-top: ;
}

.soutien ul
{
    list-style-type: none;
    padding-right: 60px;
}

.soutien a
{
    text-decoration: none;
    color: rgb(255,255,255);
}

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

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

@media all and (max-width: 700px)
{
    .equipe{
        background: black;
    } 

    .equipe h3{
        padding-top: 7%;
    }
   
}