
body{
   background:white;
   font-family: "Poppins", sans-serif;
   margin:0;
   color:white;
}

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

a:hover{
	text-decoration:underline;
}

.oups{
	text-align:center;
}

.ico-ext{
	background-image:url("img/ico-ext.png");
	width:20px;
	height:14px;
	display:inline-block;
	margin-right:6px;
}

.header{
	background-color:#303641;
	margin: 0 auto;	
}

h1{
	text-align:center;
	font-size:45px;
	font-weight:bold;
	margin:0;
}

h2{	
	text-align:center;
	font-size:25px;
	font-weight:normal;
	margin:0;
}

.logo{
	width:100%;
	max-width:600px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.container{
	margin: 0 auto;
	padding:30px 0 0;
	text-align:center;
	background-color:#303641;
}

.liste {
    margin:0 auto;
	padding:20px 0 50px;;
}


@media (max-width: 789px) {	
	.liste img{
		width:100%;
	}
	
	.header, .container{
		width:100%;		
	}
}

@media (min-width: 790px) {
	.header, .container{
		max-width:800px;		
	}
}