*{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	box-sizing: content-box;
}

body{
	width:100%;
	height:100%;
	font-size:12px;
	color:#000;
	background:url(../img/bckgrnd_abo_efl.jpg);
	background-size: cover;
	background-position: center 172px;
	background-repeat:no-repeat;
}

a{
	color:#161b4a;
	text-decoration:underline;
}

header{
	text-align:center;
	padding:42px 0;
}

header>img{
	margin:0 30px;
}

section{
	text-align:center;
	color:#FFF;
	padding:50px 0 0 0;
	
}

section p.intro{
	font-size:1.5em;
	letter-spacing:0.04em;
}

#label-username, #label-identifiant,#label-password, .forget_field>label{ display:none;}

input[type="text"]{
	border:#cacaca 1px solid;
	text-align:center;
	height:40px;
	background:#fbfbfc;
	width:290px;
}
input[type="password"]{
	border:#cacaca 1px solid;
	text-align:center;
	height:40px;
	background:#fbfbfc;
	width:290px;
}

input,
input::placeholder{
	font-size:1.2em;
	letter-spacing:0.05em;
}

input::placeholder{color:#161b4a;}

#rememberMe{
	cursor:default;
}

#retrouverPasswordBean{ text-align:center;}

img.captcha{ 
	display:block;
	margin:1em auto !important;
}
#captcha{ margin-bottom:1.5em;}
#retrouverPasswordBean .submit_button{ margin:0 0.25em;}

.encadre{
	max-width:840px;
	background:#f8f9fa;
	margin:1px auto 0;
	padding:20px 0;
}

.encadre>h1{
	font-size:1.5em;
	color:#52b4bd;
	font-weight:bold;
	letter-spacing:0.05em;
	margin:1em 0;
}

.encadre>p,
.encadre label{
	color:#161b4a;
	line-height:1.5em;
}

#zone2{
	width:290px;
	text-align:left;
	margin:20px auto;
}

.zone2Confirm{
color:#161b4a;
}

#zone2_lost ul{ list-style:none;}

.k-buttons-bar{
	margin:1em auto 0;
	width:200px;
}

#warning{
   color:#EA4335;
}

#soumettre,
#retrouverPasswordBean .submit_button,
.close{
	border:2px solid #eeecec;
	background:url("../img/submit.png") no-repeat;
	color:#FFFFFF;
	font-size:1.5em;
	font-weight:bold;
	padding:0 30px;
	height:35px;
	width:148px;
	margin-bottom:0.66em;
	text-transform:uppercase;
        cursor:pointer;
}

.close{
	text-decoration:none;
	display:block;
	margin:1em auto;
	width:150px;
	padding-top:0.5em;
	height:25px;
}

#boutons{ width:100%}

.validate_action.png_fix{ display:inline-block;}

footer{
	padding:20px 0;
}

/*footer a{
	color:#FFFFFF;
	border:2px solid #FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	padding:0.5em;
}
*/




/****************************/
/*	style of the checkbox	*/
/****************************/

/* The container */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	margin:1em 0 0 0;
	text-align:left;
}

/* Hide the browser's default checkbox */
.container input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #FFFFFF;
    border-radius: 3px;
    border:1px solid #d3d3d3;
    cursor:pointer;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #f8f9fa;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #FFFFFF;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid #52b4bd;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.jqifade
{
  background-color: #000000;
}
.jqi
{
  background-color: #f8f9fa;
  width: 900px;
  border: 0px solid #52b4bd;
  color: #000000;
  padding: 16px;
  font: bold 12px/17px Arial, Helvetica, sans-serif;
  text-align: center;
  margin-top: 200px;

}
.jqi h1{
 font-size:1.5em;
 color:#52b4bd;
 font-weight:bold;
 letter-spacing:0.05em;
 margin:1em 0;
}
.jqiclose
{
  display: none;
}
.jqi p
{
  margin-bottom: 17px;
}
.jqibuttons
{
  text-align: center;
}
.jqi button
{
 border:2px solid #eeecec;
 background:#52b4bd;
 color:#FFFFFF;
 font-size:1.5em;
 font-weight:bold;
 padding:0 30px;
 height:35px;
 width:auto;
 margin-bottom:0.66em;
 text-transform:uppercase;
}

