* {
	margin:0px;
	padding:0px;
	}

h1, h2, h3 {
	font-size: 1.4em;
	color: #cb772d;
	margin-bottom: 0.5em;
	}

cite {
	font-size: 1.4em;
	text-aligm:center;
	color: #cb772d;
	}
p {font-family: arial;
	font-size: 1.0em;
	color: #434343;
	margin-bottom: 0.5em;}
	
.center {
	width:60%;
	margin: 0px auto 0px;
	padding: 20px;
	}

.flex {
	display:flex;
	width: 85%;
	justify-content: space-evenly;
	}
	
.adresse {width: 030%;}


@media (width <= 600px) {
  .flex {flex-direction: column;}
  .center{width:90%;}
  .adresse{width:90%;}
  h1, h2, h3 {font-size:1.0em;}
  p {font-size: 1.0em;}
  }