* {
	box-sizing: border-box;
}

body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
	color: #333333;
	background-color: #ffffff;
}

#simulateur {
	width: 800px;
}

form {
	display: block;
}

.col-sm-6, .col-sm-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}

.col-sm-6 {
	width: 50%;
}

.col-sm-12 {
	width: 100%;
}

.form-group {
	margin-bottom: 15px;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}

button, select, input {
	font: inherit;
	margin: 0;
}

select, input {
	max-width: 100%;
}

button, select {
	text-transform: none;
}

button {
	overflow: visible;
	-webkit-appearance: button;
	cursor: pointer;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6);
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #be1c29;
	border-color: #a01120;
	color: white;
}

.btn:hover {
	background-color: #a01120;
	border-color: #a01120;
	color: white;
}

.form-actions {
	text-align: center;
	clear: both;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.alert a {
	font-weight: bold;
}

.alert-danger {
	border-color: #ebccd1;
}

.alert-danger a {
	color: #843534;
}

.error {
	background-color: #f2dede;
	color: #a94442;
}

.close {
	float: right;
	font-size: 21px;
	line-height: 1;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.alert > ul {
	margin-bottom: 0;
}

ul  {
	margin-top: 0;
}

#simulateur .control-label {
	width: 100%;
}

#simulateur .form-control {
	display: inline-block;
	width: auto;
}

#simulateur .form-actions {
	text-align: left;
	clear: none;
}

.close {
	cursor: pointer;
}

.form-number {
	text-align: right;
}

.alert-field {
	display: inline-block;
	margin-bottom: 0px;
	padding: 6px 12px;
	height: 34px;
	width: auto;
}

.alert-field  p {
	margin: 0 20px 0 0;
}

.alert-hidden, .alert-field.alert-hidden, .hidden {
	display: none;
}

.form-control[readonly] {
	background-color: #f2f2de;
	font-weight: bold;
}