/** Formulaire **/

.contact h2, #formulaire h2  {
    color: #2e393d;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 0;
}




.contact p{
    font-size: 18px;
    text-align: justify;
    line-height: 20px;
    color: #556469;
}
.contact a{
    font-size: 16px;
    color: #ffffff;
    text-align: justify;
    line-height: 20px;
}

.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: #ded265;
    color: #234755!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: 18px;
    margin: 2px 0;
    width: 100%;
    display: inline-block;
    color: #556469;
}

#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;
    width: 60%;
    font-size: 18px;
    color: #444444;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#formulaire select {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding:5px;
    border:1px solid #999;
    /* width:300px; */
    font-size: 18px;
    color: #444444;
}
#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: 18px;
    color: #444444;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#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: #234755;
    border: 0;
    -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 rgba(0, 0, 0, 0.65);
    background-color: #cbbfa7;
    font-weight: bold;
}

#formulaire input[type=submit]:hover {
    color:#234755;
    background-color:#dadada;
    box-shadow: 0px 0px 1px #000;
}


/*=======================================
            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 {
    float: right;

    width: auto!important;
    }
  
  .rgpd {
      letter-spacing:0
  }

  .rgpd a {
      color: #cbbfa7;
  }