/*
__________________________________
|login.css                       |
|--------------------------------|
|                                |
| Par Thomas Joron				 |
| Fichier créé le 05/01/2012	 |
|________________________________|
*/
 
 

/*connexion*/
.box_entete{
width: 100%;
height: auto;
position: absolute;
margin: auto auto;
border-radius: 20px;
text-align:center;
color: #FFF;
line-height: 20px;
font-size: 20px;
margin-top:50px;
}
.box_all{
/*height: 350px;*/
color: #000;
background-color: #F8F8F8;
/*border: 5px solid #134997;*/
width: 320px;
margin: 20px auto;
border-radius: 5px;
text-align:center;

margin-top:220px;
display: inline-block;
}

.box_all_vide{
/*height: 350px;*/
color: #000;
/*border: 5px solid #134997;*/
width: 320px;
margin: auto auto;
border-radius: 5px;
text-align:center;

margin-top:170px;
display: inline-block;
}


.box_left{
float:left;
display:block;
text-align:center;
width:100%;
}


.box_titre{
margin-left: 50px;
margin-top: 20px;
line-height: 20px;
font-size: 20px;
padding-left:8px;

font-size:20px;  font-weight:500; color:#134997;
}

.box_contenu{
}

.box_fin{
	color:#FFF;
	margin-top:15px;
	font-size:12px;
	display: inline-block;
}
.box_bp_left{
margin-left: 310px;
margin-top: 20px;
}
.box_bp_right{
margin-left: 180px;
margin-top: 40px;
}

/* boutton */
input, textarea, select{
width:100%
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }
  
input, textarea, select {
  padding: 2px;
  border: 1px solid #CCC;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  outline: none; /* Retire la bordure orange appliquée par certains navigateurs (Chrome notamment) lors du focus des éléments <input> */
}
/*
input:focus , textarea:focus , select:focus  {
  border-color: rgba(82, 168, 236, 0.75);
  -moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
  -webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
  box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
}*/

.correct {
  border-color: rgba(68, 191, 68, 0.75);
}

.correct:focus {
  border-color: rgba(68, 191, 68, 0.75);
  -moz-box-shadow: 0 0 8px rgba(68, 191, 68, 0.5);
  -webkit-box-shadow: 0 0 8px rgba(68, 191, 68, 0.5);
  box-shadow: 0 0 8px rgba(68, 191, 68, 0.5);
}

.incorrect {
  border-color: rgba(191, 68, 68, 0.75);
}

.incorrect:focus {
  border-color: rgba(191, 68, 68, 0.75);
  -moz-box-shadow: 0 0 8px rgba(191, 68, 68, 0.5);
  -webkit-box-shadow: 0 0 8px rgba(191, 68, 68, 0.5);
  box-shadow: 0 0 8px rgba(191, 68, 68, 0.5);
}

input.mdp_oublie{
	 text-decoration:none;
	 color:#134997;
	 font-size:12px;
	 cursor:pointer;
	 background:none;
	 border:0;
	 width:100%;
	 text-align:left;
}
input.mdp_oublie:hover{
	 text-decoration:underline;
	 color:#134997;
	  cursor:pointer;
	   background:none;
	    border:0;
		width:100%;
		text-align:left;
}

input.mdp_oublie:focus{
	 text-decoration:underline;
	 color:#134997;
	  cursor:pointer;
	   background:none;
	    border:0;
		width:100%;
		text-align:left;
		
		border-color: none;
  -moz-box-shadow: 0 ;
  -webkit-box-shadow: 0 ;
  box-shadow: 0;
}


.message_alerte{

font-size : 14px;
margin-top:15px;
float:left;
width: 100%;

background-color:#FF0000;
border: #FFF 2px solid;
outline: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-radius: 5px;
color: #FFF;
line-height: 28px;

}


.bp_etape{
   border-radius: 0px 4px 4px 0px;
   text-decoration: none;
   
   
}

.bp_etape:hover {
    color: rgb(31,63,214);
    text-decoration: none;
    background-color: rgb(230, 230, 230);
    background-position: 0px -15px;
    transition: background-position 0.1s linear 0s;
}
.bp_etape {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: rgb(51, 51, 51);
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
    background-color: rgb(245, 245, 245);
    background-image: linear-gradient(to bottom, rgb(255, 255, 255), rgb(230, 230, 230));
    background-repeat: repeat-x;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(31,63,214);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
}


input.bp_etape:focus {
  border-color: rgba(82, 168, 236, 0.75);
  -moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
  -webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
  box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
}

input.bp_co{
 float: left;
margin-top: 2px;
margin-left: 5px;
padding: 5px 5px;
padding-left: 35px;
font-size: 15px;

text-align: center;
vertical-align: middle;
cursor: pointer;
color: #333;
text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
background: url('../images/fleche-01.png') 10px center no-repeat, linear-gradient(to bottom, #FFF, #E6E6E6);
border: 1px solid #CCC;
border-radius: 4px;
box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
}

input.bp_co:hover{
 color: #134997;
text-decoration: none;
background: url('../images/fleche-hover.png') 10px center no-repeat, linear-gradient(to bottom, #FFF, #E6E6E6);
border: 1px solid #134997;
border-radius: 4px;

}

input.input_connexion_espace{
font-size: 15px;
padding-left: 10px;
padding-right: 10px;
width: 60%;
height: 35px;
margin-top: 5px;
}
.acces{
width: 40%;
}

.box_contenu_login {
    background: #FFF;
    padding: 10px;
	border-radius:5px;
}

.box_contenu_login_row{
	float:left;
	width:100%;
}
input.input_connexion{
font-size: 15px;
padding-left: 50px;
padding-right: 10px;
padding-top:5px;
padding-bottom:5px;
line-height:30px;
width: 100%;
margin-top: 5px;
margin-bottom:5px;
border-radius:0px;
border:none;
border-bottom: 2px solid #4f4f4f;
background:#f4f4f4;
}
	.in_espace{
		position:absolute;
		content:' ';
		width:40px;
		height:40px;
		margin-top: 5px;
		background: url(../../../_images/webyclouds/cloud-grey.png);
		background-repeat:  no-repeat;
		background-size: auto;
		background-size:  30px 26px;
		background-position: 5px 7px ;
	}
	
	.in_id{
		position:absolute;
		content:' ';
		width:40px;
		height:40px;
		margin-top: 5px;
		background: url(../../../_images/icon_user2-grey.png);
		background-repeat:  no-repeat;
		background-size: auto;
		background-size:  30px 28px;
		background-position: 5px 6px ;
	}
	
	.in_password{
		position:absolute;
		content:' ';
		width:40px;
		height:40px;
		margin-top: 5px;
		background: url(../../../_images/cadenas-grey.png);
		background-repeat:  no-repeat;
		background-size: auto;
		background-size:  30px 28px;
		background-position: 5px 6px ;
	}
	
	input.input_connexion:focus{
		border-bottom: 2px solid #1277d3;
	}


input.bp_connexion{
margin-top: 20px;
width: 100%;
font-size: 15px;
width: 100%;
height: 35px;
cursor: pointer;
background-color: #4f4f4f;
color: #FFF;
border:none;
font-weight:600;

}

input.bp_connexion:hover{
background-color: #1277d3;
color: #FFF
}

input.create_space{
width: 40%;
text-align: left;
float: left;

	border: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  outline: none; /* Retire la bordure orange appliquée par certains navigateurs (Chrome notamment) lors du focus des éléments <input> */
  
   -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
   background:none;
   cursor: pointer;
   margin-top:10px;
    text-align:left;
	text-decoration:none;
	color: #CCC;
}

input.oublie_mdp{
width: 40%;
text-align: left;
float: right;

	border: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  outline: none; /* Retire la bordure orange appliquée par certains navigateurs (Chrome notamment) lors du focus des éléments <input> */
  
   -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
   background:none;
   cursor: pointer;
   margin-top:10px;
   text-align:right;
   text-decoration:none;
   color: #CCC;
}

input.oublie_mdp:focus ,  input.create_space:focus, input.oublie_mdp:hover ,  input.create_space:hover {
  border-color: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration:underline;
  color:#FFF;
  
}


input {
  filter: none;
}
