.h{
	display: none;
}

.bookme h1{
	_border-bottom: 2px solid black;
	text-align: center;
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 26px;
}
.bookme h1:after{
	content: '';
	display:block;
	width: 90px;
	margin: 0 auto;
	padding-top: 10px;
	border-bottom: 1px solid #ccc;
}
.bookme h1 a{
	text-decoration: none;
	color: inherit;
}
.bookme h2{
	font-size: 22px;
	margin-bottom: 20px;
}
.bookme h2 i{
	font-size: 13px;
margin-bottom: 2px;
vertical-align: middle;
color: #cc0033;
}


.demande-form .form-field {
	margin-bottom: 15px;
}
.demande-form .form-field.blank input{
	color: #db2828;
	border-color: #db2828;
}
.demande-form .form-field label {
	font-weight: bold;
}
.demande-form .form-error{
	color: #d40e14;
  margin-top: 5px;
  font-size: 12px;
}

.form-field-travailles .checkbox-group label{
	display: inline-block;
	font-weight: normal;
}
.form-field-travailles .checkbox-group input{
	width: auto	;
	vertical-align: revert;
	margin-left: 20px;
}


.form-field.required label:after{
	margin: -.2em 0 0 .2em;
	content: '*';
	color: #db2828;
}


/* select 2 */
.select2-container .select2-selection--single{
	height: auto;
}
.select2-container .select2-selection--single .select2-selection__rendered{
	padding: 9px 10px; /* pour match les hauteur des autres champs du form */
	height: auto;
	line-height: 1.2;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 31px; /* recentrer verticalement */
}
.select2-results__option {
	padding: 2px 6px;
}
.select2-container--default .select2-results > .select2-results__options{
	max-height: 300px;
}
.select2-results__option--disabled{
	display: none;
}
/* */


.bookme input,
.bookme select,
.bookme textarea
{
	max-width: 500px;
	width: 100%;
	padding: 9px 12px;
	line-height: 1.2;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 0 0 0 transparent inset;
	transition: color .1s ease,border-color .1s ease;
	height: auto;
	margin: 0;
}


.demande-submit{
	text-align: center;
	margin-top: 40px;
}
.demande-submit button{
	background-color: #21ba45;
	color: #fff;
	border: none;
	padding: 11px 21px;
	font-weight: bold;
	font-size: 14px;
	border-radius: 4px;
	transition: background-color .1s ease;
}
.demande-submit button:not(:disabled):hover{
	background-color: #16ab39;
}
.demande-submit button:disabled{
	opacity: 0.6;
	cursor: default;
}

.demande-delete{
	text-align: center;
	margin-top: 4px;
}
.demande-delete span{
	color: #aaa;
	display: block;
}

.submit-message{
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
	width: 80%;
	margin: 50px auto;
	padding: 30px;
	text-align: center;
}


/* Autres messages : Validation, Demande déjà en cours de traitement... */
.bookme-message{
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
	margin: 50px auto;
	padding: 20px;
	text-align: center;
}
.bookme-message p:last-of-type{
	margin-bottom: 0;
}
.bookme-message.orange{
	background-color: #fce8b2;
	border-color: #f1c40f;
	color: #b77d00;
}
.bookme-message.red{
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}