@import url('https://fonts.googleapis.com/css?family=Maven+Pro&display=swap');

html, body {
	background: #FFFFFF; 
	font-family: "Maven Pro", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	}
.banner-wrapper
	{
	text-align: center;
	width: 100%; /* Or whatever width you want */
	}
.banner-wrapper img
	{
	max-width: 100%;
	height: auto;
	width: auto; /* For IE8 */
	}

p, h3 { margin-left: 20%; margin-right: 20% }
.politique { font-style: italic; font-size: 0.8em}