@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,900");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,600,700,900" );
/*@import url("https://fonts.googleapis.com/css?family=Fira+Sans:200,300,400,500" );    fonts.googleapis.com/css?family=Oswald:500'*/
@import url("https://fonts.googleapis.com/css?family=Cardo" );
@import url("https://fonts.googleapis.com/css?family=Hind:700" );
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville" );
@import url('https://fonts.googleapis.com/css?family=Crimson+Text|Fira+Sans:300|Lato:300,400,700|Josefin+Sans:300,400|Tinos|Open+Sans:300,400,700,800' );
@import url('https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900');


	
  
   body {
  background: #fff;#f1f2f2; /*#edf1f4; #edF4F4; #000c53 ;#00305b;*/
  width: 99%;
}


#bloc_page {
  width: 100%;
  margin: auto;
}


#logo {
  backgrund: white;
  z-inde: 0;
}

#logo p {
  display: inline-block;
  margintop: -20px;
  margin-left: 43%;
  z-index: 0;
}

/* The Overlay (background) */

.overlay {   
  height: 100%;/*350px;*/
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  right: 0;
  top: 0px;/*50px;*/
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: #f1f2f2; rgba(0,0,0, 0.9); /* Black w/opacity */ /* #f1f5f7; */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 85%; /* 100% width */
  text-align: left; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
  
}

.sous-meu {
  margin: -30px 0 0 35px;

}



/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #00305b;#818181;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */

}

.overlay-content a {
  padding: 5px;
  margin:  35px;
  text-decoration: none;
  font-family: 'Raleway' , 'Dosis' , 'Roboto' , arial;
  font-weight: 300;
  letter-spacing: 1.5px;
  font-size: 1.25em;
  color: #00305b;  #818181;
  display: block;
  transition: 0.5s;
}

.overlay-content ul {
  list-style-type: none;
}

.sous-menu  {
  font-size: 0.9em;
  margin: -30px 0 0 170px;

}



/* When you mouse over the navigation links, change their color */
.overlay-content a:hover, .overlay-content a:focus {
  color: #3b81ad;#f1f1f1;

}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 68px;
  right: 49px;
  font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@meia screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

/*end overlay*/




header h2 {
  display: inline-block;
  font-family: 'Dosis' , 'Open sans' , 'Montserrat' , 'Roboto';
  font-weight: 700;
  font-size:  1.8em;
  flat: left;
   : left;
  color: #00305b;#6abcae;
  margin-top: 25px;
  margin-left: 100px;
  letter-spacing: 3px;
}



aside {
	margin-top: 100px;

}

aside h2 {
	font-family: 'Raleway' , 'Open Sans' , arial ;
  	font-weight: 400;
  	font-size: 2em;
  	color: #00234b;#7C8081;/*#002771; rgb(40,55,84);  */
  	text-align: center;

}

aside p {

	font-size: 1.1em;
  	font-family:  'Open Sans' , arial ;   /*, 'Fira Sans' , 'Crimson Text' , 'Montserrat';*/
  	font-weight: 300;
  	color: #00234b; /*#666666; */
  	text-align: center;
}

 form {
	width: 55%;
	heght: 520px;
	margin: auto;
	padding: 20px;
	background-color: #ffffff;
	margin-top: 100px;
	margin-bottom: 200px;
	display: block;
	
}

.content div {
	
	
}

.enlign div {
	display: inline;
	margin-left: 0px;
	widh:  90%;
	
	bordr:  solid black 1px;

}

 .element1 input {
 	float:  left;
 	margin: 20px 10px 20px 20px;
	padding: 10px;
	height: 40px;
	font-size: 1.1em;
  	font-family: 'Open Sans' , 'Montserrat';
  	font-weight: 300;
  	color: #7c8081; #666666; 
	width: 42%;
	

	-moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: none;
		border: solid 1px rgba(124, 128, 129, 0.2);
		color: inherit;
		diplay: block;
		pdding: 0.75em;
		text-decoration: none;
		with: 100%;
		outline: 0;
}

 .element2 input {
 	margin: 20px 20px 20px 20px;
	padding: 10px;
	height: 40px;
	font-size: 1.1em;
  	font-family:  'Open Sans'  , 'Montserrat';
  	font-weight: 300;
  	color: #7c8081; #666666; 
	width: 42%;
	

	-moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: none;
		border: solid 1px rgba(124, 128, 129, 0.2);
		color: inherit;
		diplay: block;
		pdding: 0.75em;
		text-decoration: none;
		with: 100%;
		outline: 0;

}



.element3 input {
	width: 90%;
    height: 40px;
    padding: 10px;
    margin: 20px 20px 20px 20px;
    font-size: 1.1em;
  	font-family:  'Open Sans' ,  'Montserrat';
  	font-weight: 300;
  	-moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: none;
		border: solid 1px rgba(124, 128, 129, 0.2);
		color: inherit;
		diplay: block;
		pading: 0.75em;
		text-decoration: none;
		with: 100%;
		outline: 0;
}


 .element4 textarea {
	width: 90%;
	margin: 20px;
	padding:10px;
	height: 110px;
	font-size: 1.1em;
  	font-family:  'Open Sans' , 'Tinos' , 'Montserrat';
  	font-weight: 300;
  	color: #7c8081; 
}




ment:hover {
	border: 1px solid red;
}



	

iput, sele, textarea {
		color: #7c8081;
		font-family: 'Open Sans' ,sans-serif;
		font-size: 1.1em;
		font-weight: 300;
		letter-spacing: 0.025em;
		line-height: 1.75em;
	}

/* section {
	display:  block;
	margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
}
*/
/* form */

	inut[type="text"],
	inpt[type="email"],
	textarea {
		-moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: none;
		border: solid 1px rgba(124, 128, 129, 0.2);
		color: inherit;
		diplay: block;
		pdding: 0.75em;
		text-decoration: none;
		with: 100%;
		outline: 0;
	}

		input[type="text"]:focus,
		input[type="email"]:focus,
		textarea:focus {
			border-color: #e83f00;#6abcae;#83d3c9;
		}

	input[type="text"],
	
	input[type="email"] {
		line-height: 1.5em;
	}

	::-webkit-input-placeholder {
		color: inherit;
		opacity: 0.5;
		position: relative;
		top: 3px;
	}

	:-moz-placeholder {
		color: inherit;
		opacity: 0.5;
	}

	::-moz-placeholder {
		color: inherit;
		opacity: 0.5;
	}

	:-ms-input-placeholder {
		color: inherit;
		opacity: 0.5;
	}

	.formerize-placeholder {
		color: rgba(124, 128, 129, 0.5) !important;
	}

.r div {
	margin: auto;
}


/* Button */

	inut[type="buttons"],
	input[type="submit"],
	iput[type="reset"],
	.buttons ul {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		background: #3fb1a3;
		border: solid 1px;
		color: inherit;
		cursor: pointer;
		display: block;
		font-size: 0.8em;
		font-weight: 900;
		letter-spacing: 2px;
		min-width: 18em;
		padding: 0 0.75em;
		line-height: 3.75em;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		margin-left: auto;
		margin-right: auto;
		font-size: 1em;
  		font-family:  'Raleway' , 'Open Sans' ,  'Montserrat';
  		font-weight: 400;
		
	}
	li {
		list-style-type: none;
	}

		input[type="buttons"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		.button:hover {
			background: #9cd6cb;/*rgba(188, 202, 206, 0.15);*/
			border-color: inherit;
		}

		input[type="buttons"].special,
		input[type="submit"].special,
		input[type="reset"].special,
		.button.special {
			background: #e83f00;#6abcae;#83d3c9;
			border-color: #e83f00;#6abcae;#83d3c9;
			color: #fff !important;
		
		}

			input[type="buttons"].special:hover,
			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			.button.special:hover {
				background: #fa4d00 !important;
				border-color: #fa4D00 !important;
			}

		input[type="buttons"].fit,
		input[type="submit"].fit,
		input[type="reset"].fit,
		.button.fit {
			width: 100%;
		}

		input[type="buttons"].small,
		input[type="submit"].small,
		input[type="reset"].small,
		.button.small {
			font-size: 0.7em;
			min-width: 14em;
			padding: 0.5em 0;
		}


/*footer*/

footer {
  height: 300px;
  width:  100%;
  background: #f1f2f2; #f0fafa;/*#edf4f4 */
}


#infofooter  {
  display: inline-block;
  margin-top: 100px;
  vertical-align: text-top;
  font-family:  'Open Sans' , arial;
  font-weight: 300;
  font-size: 1.1em;
  color: #00305b;
  width: 100%;


}

#contact p {
  float: left;
  margin-left: 180px;
  text-align: center;
  vertical-align: text-top;

}

#adress p {
  left:  43%;
  position:  absolute;
  text-align: center;
  vertical-align: text-top;
}

.weight {
  font-weight: 400;
}

.mail  {
  text-decoration: none;
  color:  #00305b;
}

.mail:hover {
    color: #3b81ad;
    font-weight: 600;
}

.reseaux {
  float: right;
  margin-top: 20px;
  margin-right: 20px;
  
  verticl-align: text-top;
}

.reseaux2 {
  float: right;
  margin-top: 20px;
  margin-right: 180px;
}


@media screen and (max-width: 1366px) {


.overlay .closebtn {
  position: absolute;
  top: 70px;
  right: 45px;
  font-size: 65px;
}


/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: left; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
  
}


.overlay-content ul {
  margin-top: -35px;
}

.overlay-content a {
  padding: 5px;
  margin:  30px 0px 0px 25px;
  text-decoration: none;
  font-family: 'Raleway' , 'Dosis' , 'Roboto' , arial;
  font-weight: 400;
  letter-spacing: 1.5px;
  font-size: 1.2em;
  color: #00305b;  #818181;
  dispay: block;
  transition: 0.5s;
}


.sous-menu  {
  font-size: 0.85em;
  margin: 0 0 0 170px;
  padding-top: 10px;

}






