/** Formulaire **/

.contact h1, #formulaire h1  {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    display: table;
    margin-left: -10px;
	font-weight: 300;
    background-color: #4e37f7;
    padding: 5px 10px;
    border-radius: 2px;
}
.contact p{
    font-size: 16px;
    color: #404040;
    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: #404040;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

#formulaire label {
    display:block;
    float:left;
    width: 34%;
    padding-top:6px;
    text-align: left;
    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: ##404040;
    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: 'Roboto', sans-serif;
    width: 41%;
    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 select {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding:5px;
    border:1px solid #999;
    font-size: 16px;
    color: #5c6673;
    font-family: 'Roboto', sans-serif;
    -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%;
    font-size: 14px;
    height:150px;
    color: #5c6673;
    font-family: 'Roboto', sans-serif;
    -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;
}

.smallInp{
    display: inline-block;
     width: 40px !important;
}
#formulaire textarea[name=addr] {
    width:288px;
    height:30px;
}

#formulaire input[type=submit] {
    margin-top:20px;
    height:50px;
    width:100px;
    color:#FFF;
    border: 1px solid #52611e;
    -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: 'Roboto', sans-serif;
    background-color: #93b032;
}

#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;
}

