span.simu_titre1,
p.simu_titre1 {
    color: #FF1D6E;
    font-family: TradeGothicLTStdBold;
    font-size: 26px;
	text-transform: uppercase;
    line-height: 30px;
	margin:0px;
	padding:0px;
}

span.simu_titre1_black,
p.simu_titre1_black{
    color: #332D39;
    font-family: TradeGothicLTStdBold;
    font-size: 26px;
	text-transform: uppercase;
    line-height: 30px;
	margin:0px;
	padding:0px;
}

p.simu_titre2 {
    color: #332D39;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
    font-size: 28px;
    line-height: 34px;
	margin:0px;
	padding:0px;
}

p.simu_li {
    color: #808080;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
    font-size: 18px;
    line-height: 26px;
	margin:0px;
	padding:0px;
}

p.simu_li span {
	font-weight: 500;
	color: #FF1D6E;
}

span.btn_step_next {
  background-color:#FF4457;
  padding-left:55px;
  padding-right:10px;
  padding-top:5px;
  padding-bottom:5px;
  height:30px;
  color:white;
  font-family:TradeGothicLTStdBold;
  font-size:13px;
  font-style: normal;
  font-weight: normal;
  cursor:pointer;
  text-align:right;
  text-transform:uppercase;
}
span.btn_step_next:hover {
  font-family:TradeGothicLTStdBold;
  background-color:#FF7857;
  color:#332D39;
}

span.btn_step_prev {
  background-color:#332D39;
  padding-left:10px;
  padding-right:55px;
  padding-top:5px;
  padding-bottom:5px;
  height:30px;
  color:white;
  font-family:TradeGothicLTStdBold;
  font-size:13px;
  font-style: normal;
  font-weight: normal;
  cursor:pointer;
  text-align:left;
  text-transform:uppercase;
}
span.btn_step_prev:hover {
  font-family:TradeGothicLTStdBold;
  background-color:#E6E6E6;
  color:#332D39;
}

input.edt_file_open {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size:14px;
	cursor:pointer;
}

.noUi-handle {
	border: 1px solid #FF4457;
	border-radius: 14px;
	background: #FF4457;
	width: 28px;
	box-shadow:none;
}