body {
	color: #1a1a1a;
  /*   System font stack */
	font-family: BlinkMacSystemFont, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.6em;
	text-align: center;
	background:linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(../imagesCER/paysage2.jpg);
	background-size: cover;
  }
  
  
/* ------------------------ NAVBAR ----------------*/


header{
	display:flex;
	justify-content: space-between;
	color: white;
	background: rgba(0,0,0,0.2);
  }
  
  header div{
	display:flex;
	justify-content: space-between;
	align-items: center;
	font-family: Pacifico;
	margin: 0 2rem;
  }
  
  header div i{
	font-size: 2rem;
	margin: 1rem;
  }
  
  
  header nav{
	padding: 1rem 2rem;
  }
  
  nav ul li{
	list-style: none;
	display: inline;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 5px;
  }
  
  nav li a{
	padding: 1rem;
	margin: 1rem;
	text-decoration: none;
	color: white;
	transition: all 250ms ease-in;
  }
  
  nav li a:hover{
	background: rgba(255,255,255,.3);
	color: black;
  }
  /*------------------------------------*/
  #content {
	border-radius: 8px;
	padding: 14px 7px;
	background: #fff;
	max-width: 500px;
	margin: 10vh auto;
	box-shadow: 0 2px 3px rgba(71, 71, 71, 0.3);
  }
  
  h2 {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: -0.03em;
  }
  
strong {
	color: #bc4e9c;
	font-weight: 900 !important;
	text-decoration: none;
}
  
  .contact-info {
	padding: 0.6em 0;
  }