/** Formulaire **/

.contact h1, #formulaire h2, .google-map-api h2 {
    color: #82358c;
    font-size: 32px;
    font-weight: normal;
    padding: 0;
    margin-bottom: 10px;
    font-family: 'Michroma', sans-serif;
    border-radius: 5px 5px 0 0;
    display: block;
}

.contact h1::after, #formulaire h1:after  {
    background: #444444;
    width: 70px;
    height: 3px;
    margin-top: 6px;
}


.contact p{
    font-size: 16px;
    text-align: justify;
    line-height: 20px;
}
.contact a{
    font-size: 16px;
    color: #ffffff;
    text-align: justify;
    line-height: 20px;
}

.contact .imgmap {
    width:80%;
}

.field_error {
    background-color: #ffd1c3;
}
.label_error {
    color: #a50021;
    font-weight: bold;
}
.cmessage{
    font-size:14px;
    font-weight:bold;
    text-align:center;
    color:#090}

#formulaire {
    float:left;
    margin-bottom:50px;
    clear: both;
    width: 100%;
}

#formulaire hr {
    border:0;
    padding-bottom:5px;
}

.mess1 {
    background-color: #ff0c0c;
    color: #FFF!important;
    text-align: center;
    line-height: 24px;
}

#formulaire fieldset {
    border:1px solid #CACACA;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom:10px;

}
#formulaire legend {
    padding:0 10px;
    color: #000;
    font-weight: bold;
}

#formulaire label {
    display:block;
    float:left;
    width: 40%;
    padding-top:6px;
    text-align: right;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#formulaire p {
    font-size: 16px;
    margin: 3px 0;
    width: 100%;
    display: inline-block;
}

#formulaire input[type=text] ,#formulaire input[type=email] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding:5px;
    border:1px solid #999;
    font-family: 'Raleway', arial;
    width: 60%;
    font-size: 16px;
    color: #444444;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#formulaire input[type=date]  {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding:5px;
    border:1px solid #999;
    font-family: 'Raleway', arial;

    font-size: 16px;
    color: #444444;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#formulaire input[type=number]  {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding:5px;
    border:1px solid #999;
    font-family: 'Raleway', arial;
    width:60px;
    font-size: 16px;
    color: #444444;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


#formulaire input[type=checkbox]{
    vertical-align: middle;
}
#formulaire select {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding:5px;
    border:1px solid #999;
    width:300px;
    font-size: 16px;
    color: #444444;
	font-family: 'Raleway', arial;
}
#adr{
    height: auto !important 
}

#formulaire textarea {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding:5px;
    border:1px solid #999;
    width: 60%;
    height: 150px;
    font-size: 16px;
    color: #444444;
    font-family: 'Raleway', arial;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#aeroport{height: 80px  !important;}
#formulaire textarea[name=description] {
    width:288px;
}

#formulaire textarea[name=addr] {
    width:288px;
    height:30px;
}

#formulaire input[type=submit] ,#formulaire input[type=button] {
    margin-top:20px;
    height:50px;
    width:100px;
    color:#FFF;
    border: 1px solid #132134;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform:uppercase;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    /* box-shadow: 1px 1px 3px #BBB; */
    font-family: 'Raleway', arial;
    background-color: #1d1d1d;
}

#formulaire input[type=submit]:hover {
    color:#d4dbe4;
}

.typeHebergement {

}

.typeHebergement p input[type='checkbox']{
    vertical-align: bottom!important;
    float: left;
    margin-top: 5px;
}
.typeHebergement p label{
    width : auto !important;
    padding: 0 !important;
    margin-right: 15px;
    margin-left: 4px;
    cursor: pointer;
}
/*=======================================
            MAPS
========================================*/            

.google-map-api {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 350px; 
    float: left;
}

.google-map-api #map-canvas {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;

}

#bodyContent p {
    text-align: center;
    margin: 0;
}



.label_error {
    color: #a50021;
    font-weight: bold;
}

#formulaire .field_error {
	background-color: #ffd1c3;
}
label.field_error{
    color: #a50021;
    font-weight: bold;
    display: none !important
}


.g-recaptcha {
    /*    transform:scale(0.91);
    transform-origin:0 0;*/
    float: right;
    /* margin-left: 36% !important; */
    width: auto!important;
    }