/* ----------------------------------------------------------------------- 
				  EL / GAIA
				 Main style-sheet
				 Le Studio, 2015
 ----------------------------------------------------------------------- */

/*
 * Main colors:
 * 
 * 
 * */



/* ------------------------------ RESET ---------------------------- */

html, body, div, span, applet, object, iframe, header, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, aside, big, cite, code,
del, dfn, em, font, figure, figcaption, footer, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, details, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, nav, section, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

html {overflow-y: scroll;}
article, aside, details, figcaption, figure, footer, header, nav, section {
    display: block;
}

@font-face {
    font-family: 'ColaborateLightRegular';
    src: url('ColabLig-webfont.eot');
    src: url('ColabLig-webfont.eot?#iefix') format('embedded-opentype'),
         url('ColabLig-webfont.woff') format('woff'),
         url('ColabLig-webfont.ttf') format('truetype'),
         url('ColabLig-webfont.svg#ColaborateLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ------------------------------ DEFAULTS ---------------------------- */

body {
	/* 
	font: 100%/1.2 Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #303030;
	background: url("../img/bg_general.jpg") repeat scroll 0% 0% #FAFAFA; 
	background-color: #EEF3FD;
	*/
	font: 100%/1.2 Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #303030;
	background: url("../img/bg_general.PNG"); 
}

img {max-width: 100%; border: 0; margin-top:8px;}

h1 {
	float: left;
	width: 20%;
	line-height: 1;
}
h2 {
	float: right;
	width: 78%;
	font-family: 'PT Sans', sans-serif;
    color: #6B6B6B !important;
	text-align: right;
	margin-top: 0.5rem;
	font-weight: normal !important;
}

p {font-size: 0.8em;}

a, a:link {  
  font-family: 'PT Sans', sans-serif;
font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-decoration: none !important;
  color: #5f74b8;}
a:visited {color: #5f74b8; 
/* background: transparent; */ }


/* ------------------------------ STRUCTURE ---------------------------- */

#container {max-width: 59rem; margin: 0 auto;}

header {
	overflow: auto;
	padding: 1%;
	margin: 0 .8em;
	border-bottom: 1px solid #B9C4E7;
	background-color: #FFF;
	padding-right: 4%;
}

main.login {
	background-color: #FFF;
	margin: 10%;
	border: 1px solid #bbb;
	border-radius: 3px;
	box-shadow: 0px 0px 10px 5px #B8B8B8;
	display: block;
}

footer {
	text-align: center; 
	/* border-top: 1px solid #FFE8E4; */
	margin: 0 .8em;
	background-color: #FFF;
}

/* ------------------------------ LOGIN FORM ---------------------------- */

form p + p {padding-top: .5rem;}

#username, #password {max-width: 90%;}

label {
	height: 21px;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.11;
	letter-spacing: normal;
	color: #5d637a;
}

input[type=text], input[type=password] {
	padding: 0.4rem;
	border: 1px solid #b2b2b2;
	border-radius: 0;
}
input[type=text]:focus, input[type=password]:focus {
	box-shadow: 0 0 3px #dfc6c2;
}

input[type=text], input[type=password] {
	    width: 12em;
    font-family: 'PT Sans', sans-serif;
    font-size: 19px !important;
    color: #5C5C5C !important;
}

input[type=checkbox] {
	vertical-align: -2px;
}

form#fm1 {
	clear: both;
	text-align: center;
	padding: 2% 6% 4% 14%;
	margin: 0 1.2em;
	/* border-top : 1px solid #ffe8e4; */
	border-bottom : 1px solid #B9C4E7;
	background-color: #FFF;
}


.register-check {
	overflow: hidden;
	font-size: 1em; 
	padding-top: .5rem;
}

.register-check label {font-weight: normal;}
#rememberMe{
	display: none; 
}
#label-rememberMe{
	display: none;
	font-size: medium; 
}

p.lost-password {
	display: block; 
	font-size: 0.8em; 
	padding: .8rem .5rem;
}

form#fm1 .k-buttons-bar {clear: both; text-align: center;}

#warning {
    font-size: 13px;
    margin-bottom: 10px;
	color:#FF0000;
 }
 
#soumettre{
	
	background: url("../img/bt_valider_EL.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	
	width:97px;
	height:41px;
	border:none;
	margin-top: 1em;
	margin-left: 7em;

	background-color: #5f74b8;
	border: solid 1px #5f74b8;
	height: 38px;
	font-family: 'PT Sans', sans-serif;
	font-size: 19px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.11;
	letter-spacing: normal;
	color:#ffffff;
	
	cursor:pointer;
	
}

/* ---------------------------- MEDIA QUERIES ----------------------------  */

@media screen and (min-width: 480px) {
	h2 {
	/*font-size: 1.2em;*/
	font-size: 22px !important;
	}
}

@media screen and (min-width: 600px) {
	h2 {
	/*font-size: 1.5em;*/
	font-size: 20px !important;
	}
	label {
		float: left;
		width: 8em;
		text-align: right;
		padding-right: .5em;
		padding-top: 6px;
		font-size: 19px !important;
	}
		
	.register-check {
		padding-left: 5.3em;
		padding-top: 0;
	}
	
	.register-check label {
		width: auto;
	}

	form#fm1 {text-align: left;}
	footer {
		text-align: right;
	}
	form#fm1 p.k-buttons-bar {position: relative; text-align: left; padding-left: 175px;}
}