/*
__________________________________
|login.css                       |
|--------------------------------|
|                                |
| Par Thomas Joron				 |
| Fichier créé le 05/01/2012	 |
|________________________________|
*/
 
body.connexion{
	background:#FFF;
	
}

/*connexion*/
.box_entete{
width: 100%;
height: auto;
margin: auto auto;
border-radius: 20px;
text-align:center;
color: #4F4F4F;
line-height: 20px;
font-size: 20px;
margin-bottom: 20px;
width: 100%;
display: inline-block;
}


.box-inner {
 margin-top: 10px;
 margin-bottom: 10px;
 display: inline-block;
 width: 100%;
}

.box-center{
 width: 800px;
  margin: auto;
}

.img-logo{
	width: 500px;
	
}
.txt-logo{
	float: left;
	display: block;
	text-align: center;
	width: 100%;
	
	margin-top: 20px;
}
	/* MENU */
	.box-menu{
		/*border: 2px solid #4f4f4f;*/
		float:left;
		position:relative;
		box-sizing:border-box;
		width: calc(50% - 10px);
		margin: 0px 5px;
	}
	.box-menu-inner{
		/*border: 2px solid #4f4f4f;*/
		border-radius:8px;
		box-shadow: 0 0rem 0.5rem 0rem rgba(0, 0, 0, 0.25);
		float:left;
		position:relative;
		box-sizing:border-box;
		width: calc(100%);
		margin: 0px 5px;
	}
		.box-menu-inner > .titre-elt{
			/*border: 2px solid #4f4f4f;*/
			border-radius:8px 8px 0px 0px;
			float:left;
			position:relative;
			box-sizing:border-box;
			background: #CCC;
			color:#4f4f4f;
			width: calc(100%);
			line-height:20px;
			padding: 10px 10px 10px 40px;
			font-weight:600;
		}
	
	
	.box-menu-inner > .img{
		float:left;
		width:90px;
		box-sizing:border-box;
		height: 90px;
	}
	
		.menu-login  .titre-elt{
			background-image: url(../../_images/cadenas-grey.png);
			background-repeat:  no-repeat;
			background-size: auto;
			background-size:  30px 30px;
			background-position: 5px 5px ;
		}
		
		.menu-nouveau  .titre-elt{
			background-image: url(../../_images/icon_add-grey.png);
			background-repeat:  no-repeat;
			background-size: auto;			
			background-size:  30px 30px;
			background-position: 5px 5px ;
		}
		
		

	.box-menu-inner > .txt{
		float:left;
		width:90px;
		box-sizing:border-box;
		height: 20px;
		line-height: 20px;
		color:#4f4f4f;
		text-align:center;
		font-weight:600;
	}
		.box-menu-inner:hover > .txt{
			color:#1277d3;
		}
	
.box-cont{
	/*border: 2px solid #4f4f4f;*/
	/*border-radius:8px;
	box-shadow: 0 0rem 0.5rem 0rem rgba(0, 0, 0, 0.25);*/
	padding: 0px 5px 5px 15px;
	float:left;
	position:relative;
	box-sizing:border-box;
	border-left: 5px solid #1277d3;
	width:100%;
	text-align:left;
	margin-bottom:10px;
	line-height: 20px;
	font-size: 15px;
	padding: 5px 5px 5px 15px;
	margin-left: 5px;
}


	.box-cont.box-verifmail {
	  border: 2px solid #4f4f4f;
	  border-radius: 8px;
	  box-shadow: 0 0rem 0.5rem 0rem rgba(0, 0, 0, 0.25);
	  padding: 0px 5px 5px 15px;
	  float: left;
	  position: relative;
	  box-sizing: border-box;
	  border: 2px solid #1277d3;
	  width: 100%;
	  text-align: left;
	  margin-bottom: 10px;
	  line-height: 20px;
	  font-size: 15px;
	  padding: 5px 5px 5px 15px;
	  margin-left: 5px;
	  background: #f4f4f4;
	  border-radius: 10px;
	}

.box-cont.ok{
	border-left: 5px solid #99CC33;
    background-color: #EBF4D9;
	color: #4F4F4F;
}

.box-cont.nok{
	border-left: 5px solid #CC3333;
    background-color: #FFCCCC;
	color: #4F4F4F;
}

	

	
	.box-cont > .box-titre{
		line-height: 30px;
		padding-left: 20px;
		color:#1277d3;
		font-weight: 600;
		font-size:15px;
		
	}
	
	.box-menu.fade-connexionLoader:before{
		background: rgba(255,255,255,0.6);
		
			background-size:  100% 100%;
			background-position:  0px 0px ;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 10;
		width: 100%;
		height: 100%;
		z-index: 909;
		content: '';
		
	}
	.box-menu.fade-connexionLoader:after{
		background: url(../../_images/loader-grey.png);
		background-repeat:  no-repeat;
			background-size: auto;
			background-size:  60px 60px;
			background-position: 50% 50% ;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 10;
		width: 100%;
		height: 100%;
		z-index: 909;
		content: '';
		
		animation: rotation 2s infinite linear;
	}
	
	@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.box-separateur{
	
	width: 100%;
}	
.line-separateur{
	background:#4f4f4f;
	height:5px;
	border-radius:5px;
}	

.box-fin{
 margin-top: 5px;
 width: 100%;
 color:#4f4f4f;
 text-align:center;
}


.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_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 ;
		z-index:2;
	}
	
	.in_mail{
		position:absolute;
		content:' ';
		width:40px;
		height:40px;
		margin-top: 5px;
		background: url(../../_images/mail-grey.png);
		background-repeat:  no-repeat;
		background-size: auto;
		background-size: 30px 24px;
		background-position: 5px 8px;
	}
	
	input.input_connexion:focus{
		border-bottom: 2px solid #1277d3;
	}
	
	.ss_in_titre{
		color: #4f4f4f;
		font-weight: 600;
		padding-left: 10px;
		background: #F4F4F4;
		line-height: 20px;
		padding-top: 5px;
		padding-bottom: 5px;
		margin-top:5px;
		list-style-type: disc;
	}
	.ss_in_titre_conditions{
		color: #4f4f4f;
		font-weight: 100;
		padding-left: 2px;
		background: #F4F4F4;
		line-height: 20px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
		
/* zone mdp */ 
.slide-secu{
	float:left;
	display:block;
	width:100%;
}
	.slide-secu-txt{
		float:left;
		display:block;
		line-height:20px;
	}
	.slide-secu-bar{
		float:left;
		display:block;
		margin-left: 20px;
		margin-top: 5px;
	}
		.slide-secu-bar-cursor{
			float:left;
			display:block;
			width:100px;
			box-sizing:border-box;
			padding: 0px 5px;
		}
			.slide-secu-bar-cursor > .cursor{
				display:block;
				width:100%;
				height:10px;
				box-sizing:border-box;
				border-radius:5px;
				background:#CCC;
				
			}
			.cursor.error{
				background:#d32d12;
			}
			.cursor.warning{
				background:#d3ac12;
			}
			.cursor.ok{
				background:#3ab31c;
			}
			
.slide-verif{
	float:left;
	display:block;
	width:100%;
	margin-top:10px;
}

	.slide-verif-txt{
		float:left;
		display:block;
		width:100%;
		line-height:20px;
	}
	.slide-verif-cursor{
		float:left;
		display:block;
		width:100%;
		box-sizing:border-box;
		padding-left:30px;
		line-height:20px;
		background-image: url(../../_images/bp_check-grey.png);
		background-size: 16px 16px;
		background-repeat: no-repeat;
		background-position: 5px 2px;
		
		
	}
	.slide-verif-cursor.nok{
		background-image: url(../../_images/bp_close-red.png);
		background-size: 16px 16px;
		background-repeat: no-repeat;
		background-position: 5px 2px;
	}
	.slide-verif-cursor.ok{
		background-image: url(../../_images/bp_check-green.png);
		background-size: 16px 16px;
		background-repeat: no-repeat;
		background-position: 5px 2px;
	}

	
/*.countrySelect{
		  border-bottom: 2px solid #4f4f4f !important;
		background: #f4f4f4 !important;
		padding-left: 40px !important;
		box-sizing: border-box !important;
		}
*/

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;
border-radius: 0px 0px 8px 8px;

}

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;
}
