.question_number {
    display: inline-block;
    vertical-align: middle;
    background: #005633;
    color: #fff;
	font-weight: 600;
    margin-right: 10px;
	padding: 0 10px;
}

.the_question {
    font-size: 1.6rem;
    font-weight: 700;
	color: #000;
}

ul.answers {
	margin-top: 20px!important;
}

.offerte-question {
	margin-bottom: 55px;
  ul {
    li {
		label {
			background: #f1eee3;
			padding: 30px 20px 30px;
			&:hover,
                &:focus,
                &:active {
                    background: #d9d5c7;
                }
			.answer_title {
				font-weight: 700;
				font-size: 1.4rem;
			}
		}
	  }
	}
}

.summary-set {
	background: #fff;
	border-radius: 0;
	ul {
		li {
			margin: 0;
			strong {
				display: block;
			}
		}
	}
}

.summary-set .remove-set {
	padding: 5px;
}

.offerte-question[data-question="result"] {
	border-radius: 0!important;
	#score-text {
    	padding: 0 18px;
  	}
}