/*
__________________________________
|login.css V2                       |
|--------------------------------|
|                                |
| Par Thomas Joron				 |
| Fichier créé le 05/01/2012	 |
|________________________________|
*/
 
/* CSS */


.menu-ob{
	position:fixed;
	width:300px;
  height:100%;
  	display: block;
  background:#1277d3;
  box-sizing:border-box;
  /*box-shadow: 0px 0px 20px rgba(0,0,0,0.8);*/
  z-index: 100;
  color:#FFF;
}
	.menu-ob.menu-60{
	 width: 50%; /*60 %*/
	  height:100%;
	}
	.menu-ob.menu-40{
	  width:  650px ; /* 40% */
	  height:100%;
	}
	

.menu-ob ul, .menu-ob li{
  	text-decoration:none;
  	list-style: none;
  	display: block;
  	z-index:10;
	position:relative;
	padding: 0px;
  margin: 0px;
  
  
}

.menu-ob >div{
	height:100%;
}
.menu-ob >div > ul{
	color:#1277d3;
	font-weight:600;
	padding: 10px;
	box-sizing:border-box;
	margin: 0px;
  	overflow:hidden;
    position: relative;
	height:100%;
}

.menu-ob >div> ul > li{
	float:left;
   width: 100%;
}

/* LOGO */
.menu-ob >div> ul > li.menu-logo{
  width: 100%;
  text-align:center;
vertical-align: middle;
box-sizing: border-box;
}

.menu-ob:not(.menu-50, .menu-30  ) >div> ul > li.menu-logo >img{
  max-width:300px;
  max-height:200px;
  margin: 20px auto;
  margin-top:100px;
}
	.menu-ob.menu-50 >div> ul > li.menu-logo >img,.menu-ob.menu-50 >div> ul > li.menu-logo >img{
	  width:50%;
	  margin: 50px auto;
	}

.menu-ob > div > ul > li.menu-txt {
  float: left;
	  width: 100%;
	  padding: 10px;
		color:#FFF;
	  box-sizing: border-box;
	  line-height: 40px;
	  font-size: 40px;
	  font-weight: 600;
	  text-align: center;
	  margin-bottom:20px;
}


	.menu-ob > div > ul > .menu-txt-label{
	  width: 100%;
	  float: left;
	  padding: 20px;
	  font-size:15px;
		color:#FFF;
	  box-sizing: border-box;
	  text-align:center;
	  border-top:2px solid #FFF;
	  padding-top:10px;
	}
	


.menu-bottom {
  color: #FFF;
	  font-weight: 600;
	  text-align: center;
	  position: fixed;
	  bottom: 15px;
	  width: 300px;
	  line-height: 20px;
	   width: 300px;
	  float: left;
	  bottom:20px;
}
	.menu-bottom.menu-50 {
 
	  width: 50%; /*60 %*/
}


.menu-slide{
  background:#4f4f4f;
  position:fixed;
  width:calc(100% - 300px);
  height:100%;
  margin-left:300px;
  top:0px;
}

.contenu-page{
	position:absolute;
	width: 50%;
	right:0px;
	height:100%;
	box-sizing:border-box;
background-position: -0px 0px;
background-size: cover;
right: 0px;
top:0px;
	padding: 20px;
	box-sizing:border-box;
	background: #FFF;
	  overflow: auto;

}
	.contenu-page.menu-60{
		width:650px;
	}
	.contenu-page.menu-40{
		width: calc( 100% - 650px);
	}
	.contenu-page.bg-color{
		background-color:#009FE3;
	}
	
	.page-index{
		margin-top: 0px;
	}
	
	/*.txt{
		float:left;
		width:100%;
		padding:10px;
		box-sizing:border-box;
	}*/
	/*.select{
		width:100%;
		float:left;
		list-style: none;
		margin: 0px;
		padding: 0px;

		margin-top: 30px;
	}*/
		.select-box {
		  width: calc(100% / 3);
		  float: left;
		  padding: 10px;
		  box-sizing: border-box;
		  cursor: pointer;
		}
		.select-box >a {
			  text-decoration:none;
		}
			.select-box-inner {
			  width: 100%;
			  text-align: center;
			  border: 1px solid #4f4f4f;
			  border-top: 8px solid #009FE3;
			  border-radius: 10px;
			  box-sizing: border-box;
			  padding-top: 150px;
			  line-height: 40px;
			  font-size: 15px;
			  font-weight: 600;
			  color: #4f4f4f;
			  text-decoration:none;
			}
			.select-box:hover > a > .select-box-inner {
			  color: #009FE3;
			  border-color:#009FE3;
			}


.bulle{
  line-height: 20px;
  font-size: 15px;
  font-weight: 600;
  background: #009fe3;
  padding: 20px 50px 20px 50px;
  float: left;
  margin-top: 80px;
  color: #FFF;
  border-radius: 0px 100px 100px 0px;
}


.inner-titre{
line-height: 20px;
font-size: 15px;
font-weight: 600;
padding: 5px 0px;
float: left;
margin-top: 10px;
margin-bottom: 10px;
color: #009fe3;
width: 100%;
box-sizing: border-box;
border-bottom: 4px solid #009fe3;
}


/* MOBILE */
.menu-ob >div> ul > li.menu-icon{
  width:calc(100% - 200px);
  height:100%;
  display:none;
}


 
body.connexion{
	background:#1277d3;
	
}

/*connexion*/




.box-contenu{
	position: fixed;
	right: 0px;
	width: 50%;
	height: 100%;
	background: #FFF;
	z-index: 100;
  
}
	.box-contenu-align{
		display: flex;
		justify-content: center;
		align-items: center;
		margin: auto 100px;
		height: 100%;
	}
		/* MENU */
	.box-menu{
		/*border: 2px solid #4f4f4f;*/
		float: left;
		  position: relative;
		  box-sizing: border-box;
		  width: calc(100%);
		  /*box-shadow: 0 0rem 5rem 0rem rgba(0, 0, 0, 0.8);
		  background: #f4f4f4;*/
		  box-sizing: border-box;
		  border-radius: 20px;
		  
		  
	}
		
	.box-menu-inner{
		/*border: 2px solid #4f4f4f;*/
		border-radius:8px;
		float:left;
		position:relative;
		box-sizing:border-box;
		width: calc(100%);
	}
		.box-menu-inner > .titre-elt{
			/*border: 2px solid #4f4f4f;*/
			/*border-radius:10px 10px;*/
			float:left;
			position:relative;
			box-sizing:border-box;
			/*background: #1277d3;*/
			color:#1277d3;
			width: calc(100%);
			line-height:20px;
			font-size:17px;
			padding: 10px 10px 10px 40px;
			font-weight:600;
			margin-bottom: 10px;
			
			border-bottom: 2px solid #1277d3;
			font-weight:600;
		}
	
	
	.box-menu-inner > .img{
		float:left;
		width:90px;
		box-sizing:border-box;
		height: 90px;
	}
	
		.menu-login  .titre-elt{
			background-image: url(../../../../modules/_images/cadenas-blue.png);
			background-repeat:  no-repeat;
			background-size: auto;
			background-size:  30px 30px;
			background-position: 5px 5px ;
		}
		
		.menu-visiteur  .titre-elt{
			background-image: url(../../../../modules/_images/mail-grey.png);
			background-repeat:  no-repeat;
			background-size: auto;			
			background-size:  30px 25px;
			background-position: 5px 8px ;
		}
		
		.menu-new  .titre-elt{
			background-image: url(../../../../modules/_images/icon_add-grey.png);
			background-repeat:  no-repeat;
			background-size: auto;			
			background-size:  30px 30px;
			background-position: 5px 5px ;
		}

	.box-type-compte {
	  float: left;
	  width: 100%;
	  display: block;
	  position: relative;
	    margin-bottom: 20px;
	}
	
		.box-type-compte-box {
		  float: left;
		  width: 50%;
		  margin: 0;
		  text-align: center;
		  line-height: 30px;
		  font-weight: 600;
		  cursor: pointer;
		  background:#FFF;
			 color:#4f4f4f;
		}
			.box-type-compte-box:hover {
			 color:#1277d3;
			}
			
			.box-type-compte-box.select{
			  float: left;
			  width: 50%;
			  margin: 0;
			  text-align: center;
			  line-height: 30px;
			  font-weight: 600;
			  cursor: pointer;
			  background:#f4f4f4;
			  
			}
		
		.box-type-compte-box.type-user{
			box-sizing: border-box;
			border-right : 2px solid #CCC;
		  
		}


	.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 INFO */
		.box-info{
		/*border: 2px solid #4f4f4f;*/
		float: left;
		  position: relative;
		  box-sizing: border-box;
		  width: calc(100%);
		  box-shadow: 0 0rem 5rem 0rem rgba(0, 0, 0, 0.8);
		  background: #f4f4f4;
		  box-sizing: border-box;
		  border-radius: 20px;
	}
	
	.box-info-inner{
		/*border: 2px solid #4f4f4f;*/
		border-radius:8px;
		float:left;
		position:relative;
		box-sizing:border-box;
		width: calc(100%);
		background:#FFF;
	}
		.box-info .icon-elt{
			float:left;
			width:100%;
			height:200px;
			display:block;
		}
		
	
			.box-info.info-mail .icon-elt, .box-info.info-visiteur .icon-elt{
				background-image: url(../../../../modules/_images/bp_check-mail-blue.png);
				background-repeat:  no-repeat;	
				background-size: 150px;
				background-position: 50%;
			}
			
			.box-info.check-ok .icon-elt{
				background-image: url(../../../../modules/_images/bp_check-green.png);
				background-repeat:  no-repeat;	
				background-size: 150px;
				background-position: 50%;
			}
			
			.box-info.check-delete .icon-elt{
				background-image: url(../../../../modules/_images/bp_close-red.png);
				background-repeat:  no-repeat;	
				background-size: 150px;
				background-position: 50%;
			}
			
			
			
			.box-info.check-DA .icon-elt{
				background-image: url(../../../../modules/_images/key-blue.png);
				background-repeat:  no-repeat;	
				background-size: 150px;
				background-position: 50%;
				animation: rotationDA 1s infinite ease;
				animation-direction: alternate;
				
			}
			
			@keyframes rotationDA {
				from {
					transform: rotate(-90deg);
				}
				to {
					transform: rotate(0deg);
				}
			}
	
		.box-info-elt {
		  float: left;
		  width: 100%;
		  padding: 0px 20px;
		  margin-bottom: 20px;
		  text-align: center;
		  font-size: 15px;
		  font-weight: 600;
		  box-sizing: border-box;
		  color: #4f4f4f;
		  line-height: 20px;
		}
			.auth-titre {
			  line-height: 30px;
			  font-size: 20px;
			  color: #4f4f4f;
			}
			
			.auth-info {
			  font-size: 12px;
			}
			.auth-change {
			  cursor: pointer;
			  margin: 10px auto;
			  width: auto;
			  border: 2px solid #1277d3;
			  border-radius: 20px;
			  line-height: 20px;
			  background: #1277d3;
			  color: #FFF;
			  padding: 5px;
			}
				.auth-change:hover {
				  cursor: pointer;
				  margin: 10px auto;
				  width: auto;
				  border: 2px solid #1277d3;
				  border-radius: 20px;
				  line-height: 20px;
				  background: #FFF;
				  color: #1277d3;
				  padding: 5px;
				}

			
.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;
}


	.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: '';
		border-radius: 8px;
		
	}
	.box-menu.fade-connexionLoader:after{
		background: url(../../../../modules/_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_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: 0px !important;
	border-radius:5px;
	float: left;
}

	.box_contenu_login_row{
		float:left;
		width:100%;
		margin-bottom: 5px;
		margin-top: 5px;
	}
input.input_connexion{
font-size: 15px;
padding-left: 50px;
padding-right: 10px;
line-height:30px;
width: 100%;
border-radius:10px;
border:none;
border: 2px solid #4f4f4f;
background:#f4f4f4;
}

input.input_connexion:focus {
  border: 2px solid #1277d3;
}
	
	
	.in_id{
		position:absolute;
		content:' ';
		width:40px;
		height:40px;
		background: url(../../../../modules/_images/icon_user2-grey.png);
		background-repeat:  no-repeat;
		background-size: auto;
		background-size:  30px 28px;
		background-position: 5px 6px ;
		z-index: 2;
	}
	
	.in_cloud{
		position:absolute;
		content:' ';
		width:40px;
		height:40px;
		background: url(../../../../modules/_images/webyclouds/cloud-grey.png);
		background-repeat:  no-repeat;
		background-size: auto;
		background-size:  30px 28px;
		background-position: 5px 13px ;
		z-index: 2;
	}
	
	.in_password{
		position:absolute;
		content:' ';
		width:40px;
		height:40px;
		background: url(../../../../modules/_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;
		background: url(../../../../modules/_images/mail-grey.png);
		background-repeat:  no-repeat;
		background-size: auto;
		background-size: 30px 24px;
		background-position: 5px 8px;
		z-index: 2;
	}
	.in_telephonel{
		position:absolute;
		content:' ';
		width:40px;
		height:40px;
		background: url(../../../../modules/_images/telephone-grey.png);
		background-repeat:  no-repeat;
		background-size: auto;
		background-size: 30px 24px;
		background-position: 5px 8px;
		z-index: 2;
	}
	
	/*input.input_connexion:focus{
		border-bottom: 2px solid #1277d3;
	}*/
	
	.input-design-row.style-connexion  {
	  border: 0px solid #4f4f4f !important;
	}
	
	.input-design-row.style-connexion > input {
	  border: 2px solid #4f4f4f !important;
	}

	.input-design-row.nok.style-connexion > input {
	  border: 2px solid #d32d12 !important;
	}
	.input-design-row.ok.style-connexion > input{
	  border: 2px solid #3ab31c!important;
	}
	.input-design-row.style-connexion:focus-within > input{
	  border: 2px solid #1277d3 !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: 10px 10px;

}

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;
}


		
/* 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(../../../../modules/_images/bp_check-grey.png);
		background-size: 16px 16px;
		background-repeat: no-repeat;
		background-position: 5px 2px;
		
		
	}
	.slide-verif-cursor.nok{
		background-image: url(../../../../modules/_images/bp_close-red.png);
		background-size: 16px 16px;
		background-repeat: no-repeat;
		background-position: 5px 2px;
	}
	.slide-verif-cursor.ok{
		background-image: url(../../../../modules/_images/bp_check-green.png);
		background-size: 16px 16px;
		background-repeat: no-repeat;
		background-position: 5px 2px;
	}

/* conditions */

.ss_in_titre_conditions {
  float: left;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
	
	
/* DA */

.otc {
	position: relative;
	margin: 20px auto;
}

.otc fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

.otc fieldset div {
	display: flex;
	align-items: center;
	justify-content: center
}

.otc legend {
	margin: 0 auto 1em;
	color: #fff;
	font-weight: bold;
}

input[type="number"] {
width: 1.2em;
  line-height: 1;
  margin: .1em;
  padding: 4px 4px;
  font-size: 2.65em;
  text-align: center;
  appearance: textfield;
  -webkit-appearance: textfield;
  border: 0;
  color: #4F4F4F;
  border-radius: 6px;
  border: 1px solid #4f4f4f;
  box-shadow: 0 0rem 0.2rem 0rem rgba(0, 0, 0, 0.8);
}
input[type="number"]:focus {
  border: 1px solid #1277d3;
  box-shadow: 0 0rem 0.2rem 0rem rgba(18, 119, 211, 0.8);
}

input[type="number"].error {
  border: 1px solid #D32D12;
  box-shadow: 0 0rem 0.2rem 0rem rgba(211, 45, 18, 0.8);
}

.otc input::-webkit-outer-spin-button,
.otc input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* 2 groups of 3 items */
.otc input[type="number"]:nth-child(n+4) {
	order: 2;
}
.otc div::before {
	content: '';
  height: 6px;
  width: 20px;
  margin: 0 .25em;
  order: 1;
  background: #4f4f4f;
  border-radius: 5px;
  opacity: 1;
}

/* From: https://gist.github.com/ffoodd/000b59f431e3e64e4ce1a24d5bb36034 */
.otc label {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}
