.btn:active {
	box-shadow: none;
}

.home-container {
	background-image: url("/img/spots.png");
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 118px;
	height: 536px;
}

.home-container .home {
	background-color: #e0e0e0;
	padding: 20px 0px;
	text-align: center;
	height: 300px;
	color: #0a272f;
}

.home-container .home .picto {
	margin: -78px auto 0px auto;
}

.home-picture img {
	margin-top: 50px;
}

.home-container .home h1 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 20px;
	margin: 10px 0px 0px 0px;
	color: #0a272f;
	padding: 0px 0px 5px 0px;
}

.home-container .home p {
	padding: 0px;
	margin: 12px 0px 0px 0px;
}

.home-container .home .text {
	background-color: #eaeaea;
	width: 60px;
	border: 1px solid #959796;
	background-image: url("/img/input.jpg");
	text-align: center;
	height: 30px;
	font-weight: normal;
}

.home-container .home .start {
	display: block;
	margin: 48px auto 0px auto;
}

.home-container .home label {
	font-weight: 300;
	width: 78px;
	margin: 0px;
	font-size: 15px;
}

.home-container .home label.left {
	padding-right: 10px;
	text-align: right;
}

.home-container .home label.right {
	padding-left: 10px;
	text-align: left;
}

.home-container .home label.red {
	color: red;
}

.home-infos {
	padding-right: 210px;
	margin-top: -98px;
	font-weight: 500;
}

select.form-control {
	background-color: #eaeaea;
}

.step {
	background-image: url("/img/spots.png");
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 30px;
	min-height: 536px;
}

.step .row-white {
	background-color: #fff;
}

.step .row-grey {
	background-color: #e5e5e5;
}

.step .row-inline input {
	display: inline;
}

.step .form-group.row-inline .column label {
	display: inline;
	width: auto;
	float: none;
	padding: 0px;
	margin: 0px;
}

.step .form-group {
	padding: 10px 10px 10px 60px;
	clear: both;
	margin: 0px;
}

.step .form-group label {
	font-weight: 300;
	float: left;
	width: 50%;
	padding: 0px 20px 0px 0px;
	margin: 0px;
}

.step .form-group .column {
	float: left;
	width: 50%;
}

.step h1 {
	background-color: #e5e5e5;
	display: block;
	height: 80px;
	overflow: hidden;
	text-indent: -1000px;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	margin: 0px;
	padding: 0px;
}

.step .btn-next {
	text-align: center;
}

.step .buttons {
	text-align: center;
	margin: 20px auto 80px auto;
}

.step .buttons .btn-prev, 
.step .buttons .btn-next, 
.step .buttons .btn-finish {
	display: inline-block;
	overflow: hidden;
	border: 0px;
	text-indent: -1000px;
	outline: none;
	height: 52px;
	background: transparent no-repeat;
}

.step .buttons .btn-finish {
	width: 258px;
}

.step .buttons .btn-next {
	width: 136px;
}

.step .buttons .btn-prev {
	width: 168px;
}

/* Step 1 */

.step1 input {
	background-color: #eaeaea;
	width: 60px;
	border: 1px solid #959796;
}

.step1 .btn-next button {
	display: inline-block;
	overflow: hidden;
	width: 136px;
	height: 52px;
	border: 0px;
	background-color: transparent;
	text-indent: -1000px;
	margin: 20px auto 80px auto;
	outline: none;
}

.step1 #step1_S1Q4B {
	width: auto;
	display: inline;
}

/* Step 2 */

.step2 .multichoice th {
	background-color: #fff;
	font-weight: 300;
}

.step2 .multichoice td label {
	font-weight: 300;
	padding: 10px;
}

.step2 .multichoice .intro div {
	font-weight: 500;
	margin: 10px;
}

.step2 .multichoice th.intro {
	vertical-align: middle;
	font-size: 18px;
}

.step3 .multichoice th {
	background-color: #fff;
	font-weight: 300;
}

.step3 .multichoice td label {
	font-weight: 300;
	padding: 10px;
}

.step3 .multichoice .intro div {
	font-weight: 500;
	margin: 10px 10px 10px 60px;
}

.step3 .multichoice th.intro {
	vertical-align: middle;
	font-size: 18px;
}

.step4 .multichoice th {
	background-color: #fff;
	font-weight: 300;
}

.step4 .multichoice td label {
	font-weight: 300;
	padding: 10px;
}

.step4 .multichoice .intro div {
	font-weight: 500;
	margin: 10px;
}

.step4 .multichoice th.intro {
	vertical-align: middle;
	font-size: 18px;
}