* {
  box-sizing: border-box;
}

html{ 
	height:100%; 
}

body{
	font-family: Arial,Helvetica,sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #EDFFE7;
	min-height:100%;
	position:relative;
}

body::after {
  content: '';
  display: block;
  height: 90px; /* Set same as footer's height */
}


#name a:link {
	color:black;
	text-decoration:none;
}

.header {
	height: 150px;
	background-color:#C3DBC1;
	padding-bottom:50px;
	width: 100%;
}


.content-header {	
	position: relative;	
	width:51%;
	margin:auto;
}

#name {
	position: relative;	
	width:100%;
	margin:auto;
	padding-top:20px;
	text-align:center;
	font-size: 45px;
	font-family: Franklin Gothic Heavy;
	color:black;
	text-decoration:none;
}

#name a:visited {	
	text-decoration:none;
	color:black;
}

.flags{
	position: relative;
	margin:auto;
	margin-left: 100%;
	margin-top: -37px;
	width: 100px;
}

.flag-content{
	margin-right: 10px;
}

nav {
	position: relative;	
	margin: auto;
	margin-top: 15px;
	width: 80%;
	padding-left:2%;
}


nav a {
	display: inline-block;
	text-decoration: none;
	color: #045184;
	font: normal normal normal 16px/1.4em helvetica-w01-light,helvetica-w02-light,sans-serif
}

nav > ul{
	margin: 0px;
	padding: 0px;
	width:100%;
}

nav > ul > li{
	float: left;
	position: relative;
	width: 20%;
}

nav li{
	list-style-type: none;
}


.submenu{
	display: none;
	width:130%;
	margin-left:-10%;
}

.submenu li a{
	padding: 10px 10px;
	font-size: 15px;
	color: #045184;
	width: 100%;
	text-align:center;
}




nav li:hover .submenu{
	display: inline-block;
	position: absolute;
	top: 100%;
	left: 0px;
	padding: 0px;
	z-index: 100000;
}


nav > ul > li > a {
	padding: 20px 3%;
	color: #045184;
	width:100%;
	text-align:center;
}

.menu-deroulant:hover{
	background-color: RGB(195,219,193);
}

.titleMenu:hover {
	color:#3588CC;
}

.menu-deroulant .submenu{
	background-color: RGB(195,219,193);
}

.submenu li:hover a{
	color: #3588CC;
	font-weight: bold;
}


.body-content{
	position: relative;	
	width:55%;
	margin:auto;
	margin-top: 20px;
	margin-bottom: 50px;
}


.footer {
	width: 100%;
	background-color: #C3DBC1;
	text-align: center;
	height:90px;
	padding-top:10px;
	clear: both;
	position: absolute;
	bottom: 0;
}

.content-footer {
	position: relative;	
	width:55%;
	margin:auto;
	text-align:left;
	font : normal normal normal 14px/1.4em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
}

#imgMail{
	margin-bottom:-5px;
}

.icon {
	margin-left:82%;
	margin-top:-30px;
}

#buttonMenu {
	display:none;
}

.sideMenu {
	display:none;
}


@media screen and (max-width: 750px) {
	.body-content{
		width:70%;
	}
	
	#menuDeroulant {
		display:none;
	}
	
	#buttonMenu {
		display: block;		
		font-size:30px;
		cursor:pointer;
		margin-left:0px;
		position: relative;	
		width:10%;
		padding-top:50px;
		margin-left:-20px;
	}
	
	.sideMenu {
	  display:block;
	  height: 100%;
	  width: 0;
	  position: fixed;
	  z-index: 1;
	  top: 0;
	  left: 0;
	  background-color: #111;
	  overflow-x: hidden;
	  transition: 0.3s;
	  padding-top: 60px;
	}

	.sidetop {
	  padding: 8px 8px 8px 20px;
	  text-decoration: none;
	  font-size: 19px;
	  color: #818181;
	  display: block;
	  transition: 0.3s;
	}
	
	.sidesub {
		padding: 8px 8px 4px 30px;
		text-decoration: none;
		font-size: 14px;
		color: #818181;
		display: block;
		transition: 0.3s;
	}

	.sideMenu a:hover {
	  color: #f1f1f1;
	}

	.sideMenu .closebtn {
	  position: absolute;
	  text-decoration: none;
	  color: #818181;
	  top: 0;
	  right: 25px;
	  font-size: 36px;
	  margin-left: 50px;
	}

	
	#name {
		width: 80%;
		margin-top:-90px;
	}
	
	.flags {
		width: 70px;
		margin-top: -80px;
	}
}

@media screen and (max-width: 480px) {
		
	.body-content{
		width:70%;
	}	
		
	.header {
		height:120px;
	}	
		
	.content-header {	
		position: relative;	
		width:51%;
		margin:auto;
	}
		
	#name {
		position: relative;	
		width:60%;
		margin-top:-70px;
		padding-top:20px;
		text-align:center;
		font-size: 25px;
		font-family: Franklin Gothic Heavy;
		color:black;
		text-decoration:none;
	}
	
	#buttonMenu {
		padding-top:40px;
		
	}
	
	.flags {
		width: 70px;
		margin-top: -55px;
	}
	
	.icon {
		margin-top: -20px;
	}
	
	#imgMail{
		width:120px;
	}
	
	#credits {
		margin-top:-30px;
		font-size: 12px;
		width: 70%;
	}
}
