.footer-bottom { 
	width: 305px !important;
	margin-left: -11px !important;
}
.block-question {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	background-color: #fff;
	width: 100%;
	border: solid 1px #bc926c;
	border-bottom: none;
}
.block-question:hover { border: solid 1px #9a7859; border-bottom: none;}
.block-question .block-title {
	color: #fff;
	height: 44px;	
	font-family: 'Raleway-SemiBold';
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	padding: 13px;
	background-image: url(../images/picto-crayon.png), url(../images/arrow-bottom-white-medium.png);
	background-position: 15px 50%, 90% 50%;
	background-repeat: no-repeat; 
	cursor: pointer;
	background-color: #bc926c;
}
.block-question .block-title:hover { 
	background-color: #9a7859;
}

.block-question .content {
	display: none; /*JS*/
}
.block-question label, .block-question input { display: inline-block !important; vertical-align: middle; }
.block-question label {
	width: 81px;
	text-align: right;
	color: #bc926c;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0 4px 0 0 !important;
	font-family: 'Raleway-SemiBold';
	line-height: 1;
}
.ie8 .block-question label { width: 81px; }
.block-question input {
	width: 205px;
	height: 32px;
	font-size: 12px;
}
.ie8 .block-question input { padding-top: 6px; }
.block-question .webform-component--votre-question label {
	width: 100%;
	text-align: left;
	margin-left: 10px !important;	
}
.block-question .webform-component--votre-question textarea {
	width: 283px;
	margin: 3px 10px 0;
	height: 52px;
	font-size: 12px;
}
.block-question .webform-component--votre-question .grippie { display: none; }
.block-question .form-actions { text-align: center; }
.block-question input[type="submit"] {
	background-color: #bc926c;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Raleway-Medium';
	border: none;
}
.block-question input[type="submit"]:hover { background-color: #9a7859;}

/*** CAPTCHA ***/
.block-question .captcha {
	font-size: 12px;
}
.block-question .captcha legend {
	font-size: 12px;
}
.block-question .captcha label {
	width: 100%;
	display: block;
	text-align: left;
}
.block-question .captcha input[type="text"] {
	width: 100%;
}