@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');

*, ::before, ::after {
	box-sizing:border-box;
	margin:0;
	padding:0;
}

header{
	text-align:center;
}

header i{
	margin-top:30px;
}

header nav a{
  color:#fff;
  text-decoration:none;
}


body{
	background:#00699b;
	height:100vh;
}

h1 {
	color: white;
	text-align:center;
	font-size:40px;
	font-family: 'Raleway', sans-serif;
	margin-top:20px;
}

h2 {
	color: white;
	text-align:center;
	font-size:25px;
	font-family: 'Raleway', sans-serif;
	margin-top:20px;
}

h3 {
	color: white;
	text-align:center;
	font-size:15px;
	font-family: 'Raleway', sans-serif;
	margin-top:20px;
}

h4 {
	color: white;
	text-align:center;
	font-size:12px;
	font-family: 'Raleway', sans-serif;
	margin-top:20px;
}

.galerie{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	width:80%;	
	max-width:1300px;
	margin:70px auto 0;
	/*background:crimson;*/
}

.texte{
  width:100%;
  margin-right:50px;
  text-align:justify;
  padding:30px;
}

.item{
	width:300px;
	height:200px;
	margin:10px;
	overflow:hidden;
	flex-shrink:0;
}

.item img{
	width:100%;
	height:100%;
	border-radius:10px;
}