/* YOUSIGN BUTTON SETUP */
.onoff {
	display: inline-block;
	align-items: center;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	position: relative;
	cursor: pointer;
	width: 135px;
	height: 30px;
	line-height: 30px;
	font-size: 2px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.onoff label {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: #f32727;
	border-radius: 5px;
	color: #d2d2d2;
	-webkit-transition: background 0.3s, text-indent 0.3s;
	-moz-transition: background 0.3s, text-indent 0.3s;
	-o-transition: background 0.3s, text-indent 0.3s;
	transition: background 0.3s, text-indent 0.3s;
	text-indent: 27px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset;
}
.onoff label:after {
	content: 'NON CERTIFIÉ';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 14px;
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.24);
	z-index: 1;
}
.onoff label:before {
	content: '';
	width: 15px;
	height: 24px;
	border-radius: 3px;
	background: #eaeaea;
	position: absolute;
	z-index: 2;
	top: 3px;
	left: 3px;
	display: block;
	-webkit-transition: left 0.3s;
	-moz-transition: left 0.3s;
	-o-transition: left 0.3s;
	transition: left 0.3s;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.onoff input:checked + label {
	background: #3f9634;
	text-indent: 8px;
}
.onoff input:checked + label:after {
	content: 'CERTIFIÉ';
	color: #ffffff;
}
.onoff input:checked + label:before {
	left: 117px;
}
.danger-yousign {
	font-size: 18px;
	vertical-align: middle;
	margin-left: 5px;
}
.pictogood {
	font-size: 18px;
	vertical-align: middle;
	margin-left: 6px;
	color: #058a05;
}
.danger-yousign {
	color: #bc2726;
}
