/** Formulaire **/

.contact h1, #formulaire h1  {color: #c73073;font-size: 26px;}
.contact h2, #formulaire h2  {color: #c73073;font-size: 26px;}
.contact p, .devis p{
    font-size: 16px;
    color: #484849;
}

.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 {
    padding: 0;
    border: 0;
    border-bottom: 1px solid;
}

#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: 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 {
    margin:5px 0;
    font-size: 16px;
    color: #484849;
}

#formulaire input[type=text], #formulaire input[type=email], #formulaire input[type=password]  {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding:5px;
    border:1px solid #999;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #673636;
    width: 60%;
    -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: 'Roboto', sans-serif;
    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: 60%;
    height:150px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #673636;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}



#formulaire input[type=submit], .formulaire input[type=submit]{
    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: 'Roboto', sans-serif;
    background-color: #83B500;
    border: 1px solid #b7c563;
    font-size: 16px;
}

#formulaire input[type=submit]: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;
}

