/** Formulaire **/

.contact h1, #formulaire h1  {
    color: #232323;
    font-size: 26px;
    margin-bottom: 30px;
}
.contact p{
    font-size: 16px;
    color: #4b4b4b;
    text-align: justify;
    line-height: 20px;
}
.contact a{
    font-size: 16px;
    color: #4b4b4b;
    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;
}

#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: #205DB9;
}

#formulaire label {
    display:block;
    float:left;
    width: 45%;
    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:5px 0;
    color: #4b4b4b;
    clear: both;
}

#formulaire input[type=text],#formulaire input[type=email] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding:5px;
    border: 1px solid #cac9c8;

    width: 55%;
    font-size: 16px;
    color: #5c6673;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


#formulaire textarea {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding:5px;
    border: 1px solid #cac9c8;
    width: 55%;
    font-size: 16px;
    height:150px;
    color: #5c6673;
   
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}



#formulaire input[type=submit] {
    margin-top:20px;
    height:50px;
    width:100px;
    color:#FFF;
    border: 1px solid #2b6f2e;
    -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;
    font-family: 'Poppins', sans-serif;
    background-color: #7ab337;
}

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

	
	#formulaire .rgpd{
	display: inline-block;
	
	text-align: justify;
	font-size: 15px;
	    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
        position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

#formulaire #rgpd{
	margin-right: 5px;
	vertical-align: middle;
}

#formulaire .terms{
	vertical-align: middle;
	font-size: 15px;
}
/*=======================================
            MAPS
========================================*/            

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

.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-right: 2% !important;
    }