

/********************************************** Selcleaning *******************************/  
.nodispo-AFF01{
	display:none;
}
/********************************************** Selfixing *******************************/  
.nodispo-AFF02{
	display:none;
}
/********************************************** PAS DISPO *******************************/  
.nodispo{
	width: 100%;
	height: auto;
	position: relative;
	z-index:10000000000000;
	border-top: 1px dotted #d50b18;
	border-bottom: 1px dotted #d50b18;
	/*border-left: 8px solid #d50b18;
	border-right: 1px dotted #d50b18;*/

	background-color: rgba(255, 255, 255, 0.3);
	padding:6px;
	margin:8px 0 0px 0;
}

.clignoND{
	color:#d50b18;
	font-size: 1.6em;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	
	-webkit-animation-name: clignoteND; 
	-webkit-animation-duration: 2s; 
	-webkit-animation-iteration-count:infinite;
}
@-webkit-keyframes clignoteND {
0%{
	color:rgba(255, 255, 255, 1);
}
9%{
	color:rgba(255, 255, 255, 1);
}
10%{
	color:rgba(213, 11, 24, 1);
	}
100%{
	color:rgba(213, 11, 24, 1);
	}
}