/** Formulaire **/




.contact h1, #formulaire h1  {
    color: #cc5d59;
    font-size: 26px;
 
    font-family: 'Roboto Slab', serif;

}



.contact p, .devis p{
    font-size: 16px;
    color: #3a3a3a;
}

.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: 50%;
    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 {
    margin:5px 0;
    font-size: 16px;
    color: #3a3a3a;
}

#formulaire input[type=text] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding:5px;
    border:1px solid #999;
	font-family: 'Montserrat', Arial;
    font-size:14px;
    color: #726667;
    width: 50%;
    -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-family: 'Montserrat', Arial;
    font-size:14px;
    color: #726667;
	    -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 #999;
    width: 50%;
    height:150px;
	font-family: 'Montserrat', Arial;
    font-size:14px;
    color: #726667;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}



#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;
    font-family: 'Montserrat', Arial;
    background-color: #83B500;
    border: 1px solid #b7c563;
}

#formulaire input[type=button]:hover {
    color:#d4dbe4;
}



/*=======================================
            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;
}

