#sect1.page-section{
    background: #ffffff url(/CMS/uploads/FR/images/pages/icoyote/FOND.png) no-repeat scroll center bottom;
    color: #ffffff;
    margin-top: 129px;
    padding:4em;
    margin-bottom:2em;
}
#sect1.page-section p{
    color:#fff;
    font-size:16px;
}
textarea {width:100%;}
#sendSatisfactionForm {width:200px;margin-top:2em;}
label.labelnoM {margin:0 1em 0 0.5em;}
input[type="text"], input[type="tel"] {width:80%;}
.container-content {background:#1A1B20;color:#ffffff;}
.radios-to-slider{
	background-color:#e0e0e0;
	display:block;
	position:relative;
	margin-bottom:80px;
	-webkit-box-sizing:content-box;
	   -moz-box-sizing:content-box;
	     -o-box-sizing:content-box;
	        box-sizing:content-box;
}
.radios-to-star{
	background-color:#1A1B20;
	display:block;
	position:relative;
	-webkit-box-sizing:content-box;
	   -moz-box-sizing:content-box;
	     -o-box-sizing:content-box;
	        box-sizing:content-box;
}
input, textarea{color:#333333;}

.radios-to-slider.medium{
	height:22px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	-o-border-radius:25px;
	border-radius:25px;
	padding:5px;
}


.radios-to-star.medium{
	height:22px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	-o-border-radius:25px;
	border-radius:25px;
	padding:5px;
}
/* Levels */
.radios-to-slider .slider-level{
	background-color:#fff;
	cursor:pointer;
	position:absolute;
	display:block;
}
.radios-to-star .star-level{
	background-color:#5A5B5E;
	cursor:pointer;
	position:absolute;
	display:block;
}
.radios-to-slider .slider-level.slider-lower-level{
	opacity:0.2;
}
.radios-to-star .star-level.star-lower-level{
	opacity:1;
	background-color:#FFA500;
}
.radios-to-slider.medium .slider-level{
	width:22px;
	height:22px;
	-webkit-border-radius:22px;
	-moz-border-radius:22px;
	-o-border-radius:22px;
	border-radius:22px;
	z-index:2;
}
.radios-to-star.medium .star-level{
	width:22px;
	height:22px;
	-webkit-border-radius:22px;
	-moz-border-radius:22px;
	-o-border-radius:22px;
	border-radius:22px;
	z-index:2;
	opacity:1;
}
/* Labels */
.slider-label{
	position:absolute;
	display:block;
	cursor:pointer;
	color:#ffffff;
	text-align:center;
}
.star-label{
	position:absolute;
	display:block;
	cursor:pointer;
	color:#ffffff;
	text-align:center;
}
.slider-label-active,
.star-label-active{
    font-weight: bold;
}

.radios-to-slider.medium .slider-label,
.radios-to-star.medium .star-label{
	top:30px;
	width:44px;
	font-size:12px;
}

/* Slider bar */
.radios-to-slider .slider-bar{
	background-color:#B3D635;
	float:left;
	height:100%;
	width:0;
	pointer-events:none;
	display:none;
	position:absolute;
	left:0;
	top:0;
}
.radios-to-star .star-bar{
	background-color:none;
	float:left;
	height:100%;
	width:0;
	pointer-events:none;
	display:none;
	position:absolute;
	left:0;
	top:0;
}
.slider-bar.transition-enabled{
	-webkit-transition:.2s;
	-moz-transition:.2s;
	-o-transition:.2s;
	transition:.2s;
}
.star-bar.transition-enabled{
	-webkit-transition:.2s;
	-moz-transition:.2s;
	-o-transition:.2s;
	transition:.2s;
}
.radios-to-slider.medium .slider-bar{
	-webkit-border-radius:22px;
	-moz-border-radius:22px;
	-o-border-radius:22px;
	border-radius:22px;
}
.radios-to-star.medium .star-bar{
	-webkit-border-radius:22px;
	-moz-border-radius:22px;
	-o-border-radius:22px;
	border-radius:22px;
}
/* Slider Knob */
.slider-knob{
	float:right;
	background-color:#96BF0D;
}
.star-knob{
	float:right;
	background-color:#FFA500;
}
.radios-to-slider.medium .slider-knob{
	width:32px;
	height:32px;
	opacity:0.5;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	-o-border-radius:25px;
	border-radius:25px;
}
.radios-to-star.medium .star-knob{
	width:32px;
	height:32px;
	opacity:1;
    -webkit-border-radius:25px;
	-moz-border-radius:25px;
	-o-border-radius:25px;
	border-radius:25px;
}
