*{
    margin: 0;
    padding: 0;
}

@font-face {
	font-family: 'Code';
	src: url('../fonts/Code.woff')format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Lato-Regular';
	src: url('../fonts/Lato-Regular.woff')format('woff');
	font-weight: normal;
	font-style: normal;
}

body {
    background-color: #000;
    color: #fff;
    font-family: 'Lato-Regular';
}

a h2 {
	text-decoration: underline;
	color: #fff;
	font-family: 'Lato-Regular';
}

p {
    line-height: 130%;
}

h1, h2 {
    font-family: 'Code';
}

h1 {
    font-size: 120px;
    text-align: center;
}

h2 {
    font-size: 50px;
    text-align: center;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
    font-weight: normal;
}

#game {
	text-align: center;
}

#histoire p {
    text-align: center;
    font-size: 24px;
    margin: 1% auto 0;
    width: 60%;
    min-width: 300px;
}

#equipe {
    text-align: center;
}

#simon {
    width: 18%;
    margin: 50px 0;
    min-width: 250px;
}

#membres {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#membres article {
    margin-top: 1%;
    width: 33%;
}

#membres article img {
    margin-top: 2%;
    width: 35%;
}

@media screen and (max-width:1190px){
    #membres {
        display: block;
    }
    #membres article {
        width: 100%;
    }
    #membres article img {
        width: 15%;
        min-width: 150px;
    }
}