/* UTF-8 à jamais */
/* Slider */
.slider{
}
.element_slider_range{
	width:calc(100% - 32px);
	margin:20px 16px;
}
.element_slider_range .aff_val{
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;	
	align-items:center;
	-webkit-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;
	height:38px;
	margin-top:8px;
	margin-left:-10px;
	margin-right:-10px;
}
.element_slider_range input.min,
.element_slider_range input.max{
	width:50px;
  height:16px;
  border:0;
  background-color:#ffffff;
  color:#0f2454;
}
.element_slider_range input.max{
	text-align:right;
}
.element_slider_range .aff_val hr{
	display:none;
}
.element_slider_range .val_init{
	display:none;
}
/* Barre vertical */
.noUi-horizontal{
  height:4px;
}
.noUi-target{
  border:0;
  background:none;
  box-shadow:none;
}
/* Barre vertical off */
.noUi-connects{
  height:4px;
  background:rgba(15, 36, 84, 0.3);
}
/* Barre vertical on */
.noUi-connect {
  background:#0f2454;
}
/* Cursor */
.noUi-horizontal .noUi-handle{
  right:-10px;
  top:-8px;
  border:0;
  width:20px;
  height:20px;
  border-radius:12px;
  background-color:#0f2454;
  outline:none;
  cursor:pointer;
  box-shadow:none;
}
.noUi-active{
  box-shadow:none;
}
.noUi-handle:before,
.noUi-handle:after{
	display:none;
}