#formdevis h3
{
	border-bottom: 1px solid #000000;
	width: 210px;
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 18px;
}
.input-large
{
width: 215px;
padding-left:5px;
	
}
.input-small
{
width: 95px;
padding-left:5px;
	
}
.input-xxlarge
{
padding-left:5px;

}
#formdevis h3.long{
	width: 495px;
}
.group_element
{
	
	margin: 0 auto;;
	margin-left: 0px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	color:#444444;
	
}
.custom_check_label,.custom_check_container label {
	margin-left: 30px;
	position: relative;
	line-height:23px;
	top: -25px;
}
.custom_check_container {
	height: 35px;
}
label
{
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}
.bt_envoyer
{
	background: url('../images/bt_envoyer.png') no-repeat;
	width: 281px;
	height: 70px;
	border: 0 none;
	margin-left: 150px;
}
.control
{
	position: relative;
	width: 300px;
}
input,select,textarea{

	vertical-align: middle;
	background: #fafafa;font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	
	height: 20px;
	border: 1px solid #d7d7d7;
	-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 linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}
.custom_select_container:after {

	background: none repeat scroll 0 0 #d7d7d7;
	color: #FFFFFF;
	content: ">";
	font: 11px "Consolas",monospace;
	height: 25px;
	padding: 1px 0px 0px 5px;
	pointer-events: none;
	position: absolute;
	right: 119px;
	top: -1px;
	transform: rotate(90deg);
	width: 24px;
}

.margin-top-10{
	margin-top: 10px;
}
select {
	padding: 3px;
	margin: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	height: 25px;
	border-radius: 4px;
	-webkit-box-shadow: 0 3px 0 #fafafa, 0 -1px #fff inset;
	-moz-box-shadow: 0 3px 0 #fafafa, 0 -1px #fff inset;
	box-shadow: 0 3px 0 #fafafa, 0 -1px #fff inset;
	background: #fafafa;
	color: #888;
	border: none;
	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	width: 225px;
}
.group_element2 {
	background-color: #fff;
	padding: 15px;
	width: 90%;
	margin: 0 auto;
	margin-left: 0px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-left:0px;
	color: #444444;
}

/* -------------- custom checkbox -------------- */

.custom_check {
	visibility: hidden;
	margin:0px !important;
}
.custom_check_container input
{
	visibility: hidden;
	margin:0px !important;
}
.custom_radio_content input {
height: 20px;
width: 20px;
	margin:0px !important;
	float: left;
}
.custom_radio  {
height: 20px;
width: 20px;
	margin:0px !important;
}


.custom_radio_content label {
display: block;
font-weight: normal;
margin-bottom: 5px;
float: left;
margin-right: 30px;
line-height: 20px;
padding-left: 10px;
}


.custom_check_container label {
	line-height: 15px;
}
.custom_check_container label::before {

	content:"";
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);

	background: -webkit-linear-gradient(top, #fafafa 0%, #fafafa 100%);
	background: -moz-linear-gradient(top, #fafafa 0%, #fafafa 100%);
	background: -o-linear-gradient(top, #fafafa 0%, #fafafa 100%);
	background: -ms-linear-gradient(top, #fafafa 0%, #fafafa 100%);
	background: linear-gradient(top, #fafafa 0%, #fafafa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fafafa',GradientType=0 );
	
margin-left: -30px;
}

.custom_check_container label::after ,.custom_check_container label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: -25px;
	border: 3px solid #2383c4;
	border-top: none;
	border-right: none;
	color:red;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.custom_check_container label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.custom_check_container input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	
}
.custom_check_container label {margin-left:30px; position: relative;
	font-weight:normal;
	top: -25px;}
	
.control-label {
	float: left;
	padding-top: 5px;
	text-align: left;
	width: 190px;
	font-weight: normal;
	line-height: 15px;
	margin-right: 10px;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

#formdevis textarea#reponse4
{
	width: 95%;
	height: 150px;
}
.margin-right-150 {
	margin-right: 150px;
}
.margin-right-250{
	margin-right: 250px;
}





.custom_radio_container label {

	cursor: pointer;
	position: relative;
	width: 20px;
	height: 20px;
	top: 0px;
	border-radius: 20px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);

	background: -webkit-linear-gradient(top, #fafafa 0%, #fafafa 100%);
	background: -moz-linear-gradient(top, #fafafa 0%, #fafafa 100%);
	background: -o-linear-gradient(top, #fafafa 0%, #fafafa 100%);
	background: -ms-linear-gradient(top, #fafafa 0%, #fafafa 100%);
	background: linear-gradient(top, #fafafa 0%, #fafafa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fafafa',GradientType=0 );
}

.custom_radio_container label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #2383c4;
	border-top: none;
	border-right: none;
	color:red;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.custom_radio_container label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.custom_radio_container input[type=radio]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	
}
.custom_radio_label {margin-left:30px; position: relative;
	
	top: -25px;}

.c_radio label.control-label, #devis_step2 .c_radio label.control-label
{
width:auto;
padding-left:10px;
}	
#devis_step2 .width_50p label.control-label
{
width:auto;
padding-right:5px;
}
.margin-right-5
{

margin-right: 5px;
}
.width_50p
{
 width:202px;
}
.controls
{
position:relative;
}

.custom_check_container2 {
padding-top: 24px;
height: 0px !important;
}

.custom_check_container2 input,.custom_check_container2 label {
	float: left;
}

.group_element1{
margin-bottom: -15px !important;
}