.h{
	display: none;
}

.monscoop h1{
	_border-bottom: 2px solid black;
	text-align: center;
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 26px;
}
.monscoop h1:after{
	content: '';
	display:block;
	width: 90px;
	margin: 0 auto;
	padding-top: 10px;
	border-bottom: 1px solid #ccc;
}
.monscoop h1 a{
	text-decoration: none;
	color: inherit;
}
.monscoop h2{
	font-size: 22px;
	margin-bottom: 20px;
}
.monscoop h2 i{
	font-size: 13px;
	margin-bottom: 2px;
	vertical-align: middle;
	color: #cc0033;
}

.demande-form {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
}
.demande-form .form-field {
	margin-bottom: 15px;
}
.demande-form .form-field.blank input{
	color: #db2828;
	border-color: #db2828;
}
.demande-form .form-field legend {
	border: none;
	font-size: inherit;
	font-weight: bold;
	margin: 0;
}
.demande-form .form-field:not(fieldset) label {
	font-weight: bold;
}
.demande-form .form-error{
	color: #d40e14;
  margin-top: 5px;
  font-size: 12px;
}

.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;
}
/* */


#monscoop label,
#monscoop input,
#monscoop select,
#monscoop textarea,
#monscoop .select2-container{
	font-size: 13px;
}

#monscoop label {
  display: block;
  margin-bottom: 5px;
  line-height: 18px;
}

#monscoop input[type="text"],
#monscoop input[type="date"],
#monscoop input[type="number"],
#monscoop input[type="email"],
#monscoop input[type="tel"],
#monscoop select,
#monscoop textarea
{
	max-width: 500px;
	width: 100%;
	padding: 9px 12px !important;
	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;
	color: #555;
  font-weight: normal;
}

#monscoop textarea:focus,
#monscoop input[type="text"]:focus,
#monscoop input[type="date"]:focus,
#monscoop input[type="number"]:focus,
#monscoop input[type="email"]:focus,
#monscoop input[type="tel"]:focus {
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6) !important;
}

#monscoop input[type="radio"]{
	margin-left: 20px;
	vertical-align: inherit;
}

.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;
}
