* {
	margin: 0;
	padding: 0;
}
.page {
	max-width: 99%;
	min-height: 99%;
	font-size: 99%;
}
header {
	position: relative;
	top: 0%;
	width: 101%;
	height: 12%;
	align-content: center;
	text-align: center;
	padding: 0;
	margin:0;
	background-color: rgb(250,251,251);
	font-family: Gill Sans;
}
nav {
	position: relative;
	top: 12%;
	width: 99%;
	height: 10%;
	text-align: center;
	font-family: Gill sans;
	padding: 1%;
	margin:0px;
	}
a
{
	text-decoration: none;
	color : rgb(53,53,53);
	font-weight: 100;
}
a:visited {
	text-decoration: none;
    color : rgb(60,60,60);
}
a:hover {
	text-decoration: none;
	color: rgb(60,60,60);
}
p{
	margin-top: 1%;
}
section {
	position: relative;
	font-family: sans-serif;
	text-align: justify;
	font-weight: 500;
	top: 22%;
	left:15%;
	width: 71%;
	height: 72%;
	background-color: white;
	padding: 0%;
	margin:0%;
	}
.arrière-plan {
	padding: 1%;
	margin: 0%;
	font-family: Georgia;
	border: none;
	background-color: rgb(250,251,251);
	background: url(import-export.png) cover;
	background-size: cover; 
	background-position: 100%; border-right: 0px;
}
.alignLeft {
	float: left;
	margin:0 2% 0 0 ;
	float: left;
}
.alignRight {
	float:right
	margin:0 2% 0 0 ;
	float: right;
}
h3{
	margin-top: 1%;
	color:rgb(140,60,48);
	font-family: Times;
	font-weight: 600;
}
h4 {
	font-weight: 900;
	margin-top: 1%;
	font-family: sans-serif;
	color:rgb(140,60,48);

}
.map-responsive {
 overflow:hidden;
 padding-bottom:56.25%;
 position:relative;
 height:0;
}
.map-responsive iframe {
 left:0;
 top:0;
 height:100%;
 width:100%;
 position:absolute;
}
footer {
	position: flex;
	width: 100%;
	top: 99%;
	height:1%;
	background-color: brown;
	text-align: center;
}