/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html body{
	font-style: normal;
    font-family: 'Open Sans', sans-serif;
	text-align:justify;
	font-size:	0.8em;
	font-weight: regular;
	background-color:rgb(255, 255, 255);
}


header{
	background: rgb(77, 77, 77);
	height: 40px;
	width: 100%;
	margin: 0;
	padding: 0;
}

a{
	color:rgb(77, 77, 77);
font-weight: bold;	
}
a:hover{
	color:rgb(77, 77, 77);
font-weight: bold;		
}
a:visited{
	color:rgb(77, 77, 77);	
font-weight: bold;	
}
a:visited{
	color:rgb(77, 77, 77);
font-weight: bold;	
}

#logo{
	/* float: left; */
	background-image: url("../images/img_logo2.svg");
	background-repeat: no-repeat;
	margin: 10 auto 10 auto;
	width:400px;
	height:309px;
}

#article_prin{
	max-width: 400px;
	height: auto;
	margin: 0 auto;
	
}
#article_prin_texte{
	margin: auto auto 20px auto;	
}
h1 {
    font-family: 'Advent Pro', sans-serif;
	font-size:	2.5em;
	margin: auto auto 5px auto;
	text-align:center;
	vertical-align:middle;
	font-weight: regular;
}

b {
	font-size:	1em;
	font-weight:bold;
	color:#4D4D4D;
}

#formulaire_contact_titre{
	max-width: 400px;
	margin: auto auto auto auto;
	margin-bottom:-3px;
	font-family: 'Arial', sans-serif;	
}

#bas{
	width:100%;
	height:200px;
	padding: 5px 0 0 0;
	background-color: #74D689;
}

#formulaire_contact{
	max-width: 400px;
	margin: auto auto auto auto;	
}


#formulaire_contact label {
	float: left;
	color:#4D4D4D ;
	font-family: 'Open Sans', sans-serif;
	font-size:1em;
	text-align: left;
	width: 20%;
	margin: 5px 0 0 -5px;
	padding: 0 0 0 5px;
	
}

#formulaire_contact input[type="text"], 
#formulaire_contact input[type="email"] {
	font-family: 'Open Sans', sans-serif;
	border:1px solid #4D4D4D; 
	float:left;
	width:80%;
	height:20px;
	font-size:1em; 
	background:#4D4D4D; 
	text-align:left;
	margin-top:5px;
	padding: 2px 0 0 2px;
	color:#FFFFFF;
}
#formulaire_contact input[type="text"]:focus, 
#formulaire_contact input[type="email"]:focus, 
#formulaire_contact textarea:focus {
	border:1px solid rgb(128, 128, 128);	
}
#formulaire_contact textarea {
	border:1px solid #4D4D4D;
	font-family: 'Open Sans', sans-serif;	
	float:left; 
	width:100%; 
	height:100px;
	margin: 5px 0 0 0;
	background:#4D4D4D; 
	text-align:left;
	color:#FFFFFF;
	font-size:1em;
	padding: 2px 0 0 2px;
}
#formulaire_contact input[type="submit"] {
	width: 80px;
	height: 20px;
	font-family: 'Open Sans', sans-serif;
	font-size:1em;
	outline: none;
	float:right;
	margin: 5px 0 0 0;
	border:1px solid #4D4D4D; 
	background:#4D4D4D; 
	cursor: pointer;
	color:#FFFFFF;
}
#formulaire_contact input[type="submit"]::-moz-focus-inner{border:0}
#formulaire_contact .input[type="submit"]:hover {
	opacity:0.9;
}
#formulaire_contact input[type="submit"]:active {
}
#formulaire_contact span.required {
	color: #333;
}
#formulaire_contact a{
	color:rgb(77, 77, 77);	
}
#formulaire_contact a:hover{
	color:rgb(77, 77, 77);	
}
#formulaire_contact a:visited{
	color:rgb(77, 77, 77);	
}
#formulaire_contact a:visited{
	color:rgb(77, 77, 77);	
}

/*****************************************************************
*********************** MEDIA QUERIES	**************************
*****************************************************************/
@media screen and (min-width: 990px) {

}
@media screen and (min-width: 830px) and (max-width: 989px){

}
@media screen and (min-width: 670px) and (max-width: 829px){

}
@media screen and (max-width:669px){

}
@media screen and (min-width: 510px) and (max-width:669px){
	#formulaire_contact{float:none;width:100%;}
	#formulaire_contact_content{ margin:0;}
	#formulaire_contact .getintouch input[type="text"], 
	#formulaire_contact .getintouch input[type="email"] {
	float:left;
	width:70%;
	height:20px;
	padding: 10px 0 0 10px;}
	#formulaire_contact .getintouch label {margin: 0;}
}
@media screen and (min-width: 360px) and (max-width:509px){
	#formulaire_contact{float:none;width:100%;}
	#formulaire_contact_content{ margin:0;}
	#formulaire_contact .getintouch input[type="text"], 
	#formulaire_contact .getintouch input[type="email"] {
	float:left;
	width:70%;
	height:20px;
	padding: 10px 0 0 10px;}
	#formulaire_contact .getintouch label {margin: 0;}
}
@media screen and (max-width: 360px){
	#logo{background-image: url("../images/img_logo3.svg");width:300px;height:300px}
	h1 {font-size:	1.8em;}
	#article_prin{max-width: 300px;height: auto;margin: 0 auto;}
	#formulaire_contact_titre, #formulaire_contact {max-width: 300px;}
	#formulaire_contact input[type="text"], 
	#formulaire_contact input[type="email"] {
	float:left;
	width:100%;
	height:30px;}
	#formulaire_contact textarea {	margin: 10px 0 0 0;}
	#formulaire_contact input[type="submit"] {margin: 10px 0 10px 0;}
}

