@font-face {
	font-family: 'LibreBaskerville';
	src: url('fonts/LibreBaskerville/ufonts.com_baskerville-light.ttf');
}
@font-face {
	font-family: 'LibreBaskerville2';
	src: url('fonts/LibreBaskerville-Bold.otf');
}
@font-face {
	font-family: "Gill Sans MT Pro Light";
	src: url("fonts/GillSansMTPro-Light.otf");
}

@font-face {
	font-family: "Gill Sans MT Pro Regular";
	src: url("fonts/GillSansMTPro-Medium.otf");
}
.langue {
				
				z-index: 1;
				margin-left: 92%;
				width: 100px;
				color: #FFFFFF;
				height: 100px;
			    font-family: Gill Sans MT Pro Regular;
		
			  
		
			}
	.langue a {

	margin-top: 50px;
	font-size: 23px;
	color: #FFFFFF;
	font-family: 'LibreBaskerville';
	z-index: 2;
}
a:link {
	text-decoration: none
}

			.langue:hover{
				cursor: pointer;
			}

.social{
			margin: 2%;
			margin-top: 10%;
			
			
		}
		.social:hover{
			
			cursor: pointer;
		}
.logo:hover{
	
	cursor: pointer;
}
input[type=text], input[type=email], select {
	width: 100%;
	padding: 12px 20px;
	margin: 20px 0;
	display: inline-block;
	border: 1px solid #5d5d5d;
	box-sizing: border-box;
	font-family: "Gill Sans MT Pro Light";
	color: #5d5d5d;
	font-size: 18px;
}

input[type=submit] {
	width: 100%;
	background-color: #FFFFFF;
	color: #5d5d5d;
	padding: 14px 20px;
	margin: 20px 0;
	border: 1px solid #5d5d5d;
	cursor: pointer;
	font-family: "Gill Sans MT Pro Light";
}
textarea {
	width: 100%;
	padding: 12px 20px;
	margin: 20px 0;
	display: inline-block;
	border: 1px solid #5d5d5d;
	font-family: "Gill Sans MT Pro Light";
	resize: none;
	color: #5d5d5d;
	box-sizing: border-box;
	font-size: 18px;
}
input[type=submit]:hover {
	background-color: #5d5d5d;
	color: #FFFFFF;
}

header {
	background-image: url("../img/1600contact.png");
	background-size: cover;
	background-size: cover;
	height: 525px;
	max-height: 525px;
	min-height: 400px;
	width: 100%;
}
.menu {
	margin: 0;
	padding: 0;
	margin-top: -30px;
}
.nav1 {

	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
}
body {
	margin: 0
}
.menu li {
	display: inline;
	margin: 0 70px;
}

.menu a {

	/*pour avoir un effet "outse
	 /*pour avoir un effet "outset" avec IE :*/
	color: #FFFFFF;
	text-decoration: none;
	font-family: Gill Sans MT Pro Regular;
	font-weight: lighter;
	letter-spacing: 2px;
	font-size: 20px;
	margin-top: -80px;
}
.logo {
	position: relative;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	width: 250px;
	margin-top: -420px;
}
.fouta {
	margin-top: 150px;
	width: 80%;
	max-width: 1000px;
	min-width: 500px;
	margin-left: auto;
	margin-right: auto;
	
}
h1 {
	font-family: 'LibreBaskerville';
	font-weight: 100;
	color: #5d5d5d;
	letter-spacing: 1.5px;
	margin-bottom: 50px;
	font-size: 22px;
}
h2 {
	font-family: 'LibreBaskerville';
	font-weight: 100;
	color: #5d5d5d;
	font-size: 18px;
	margin-top: 240px;
	letter-spacing: 1.5px;
	margin-bottom: 50px;
}
.fouta p {
	font-family: "Gill Sans MT Pro Light";
	letter-spacing: 1px;
	color: #5d5d5d;
	line-height: 25px;
	font-size: 16px;
}
.footer {
	width: 80%;
	border-top: solid 2px;
	border-color: #5d5d5d;
	margin-top: 100px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
}
.nav {

	list-style: none;
	margin: 0;
	text-align: center;
}
.nav li {
	display: inline;
	margin-right: 0.5em;
}
.nav a {
	display: inline-block;
	margin: 0 30px;
	font-family: Gill Sans MT Pro Regular;
	letter-spacing: 2px;
	font-size: 14px;
	color: #5d5d5d;
	text-decoration: none;
	margin-top: 30px;
}
.nav a:hover {
	text-decoration: underline;
}
.nav1 a:hover {
	text-decoration: underline;
}
.menu_dynamique li {

	display: inline;
	margin-right: 0.5em;
}
.menu_dynamique a {
	display: inline-block;
	margin: 30px 30px;
	font-family: Gill Sans MT Pro Regular;
	font-weight: lighter;
	letter-spacing: 2px;
	font-size: 20px;
	color: #5d5d5d;
	text-decoration: none;
	/*pour avoir un effet "outset" avec IE :*/

}
.menu_dynamique {
	height: 80px;
	background-color: #FFFFFF;
	position: fixed;
	width: 100%;
}
.by {
		width: 150px;
		margin-left: auto; 
	margin-right: auto;
	margin-top: 15px;
	display: none;

	
}
.by a{
		font-family: Gill Sans MT Pro Regular;
		font-size: 10px;
	color: #5d5d5d;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

	.menu li {
		display: inline;
		margin: 0 50px;
	}
}