#contactgauche{
  width:350px;
  display:inline-block;
  vertical-align:top;
  text-align: left;
}
#contactgauche a{
  color:#4bbeb6;
}
#contactgauche h3{
  position:relative;
  width:100%;
  font-size:20px;
  margin-bottom:10px;
  color: #404041;
  text-transform: uppercase;
}
#contactgauche h3 span{
  width:100%;
  height:auto;
  background-color:transparent;
  position:relative;
}
#contactgauche p{
  text-align:left;
}
#contactdroite{
  width:815px;
  display:inline-block;
}
#contactdroite h3{
  position:relative;
  width:100%;
  font-size:20px;
  margin-bottom:10px;
  color: #404041;
  text-transform: uppercase;
  text-align:left;
  padding-left: 30px;
}
#contenu input[type="text"], #contenu input[type="password"], textarea{
  display: inline-block;
  width: 100%!important;
  box-sizing:border-box;
  padding: 6px 6px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  /* border-radius: 4px; */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  margin-bottom:0px!important;
}
input[type="text"], input[type="password"]{
    padding: 6px 10px!important;
    font-family:karla, sans-serif;
}
textarea{
 height:150px!important;
 width:100%!important;


}

#map_canvas{

    margin-top:20px;
}
form label{
  display:none;
}
form fieldset p:nth-child(4),
form fieldset p:nth-child(3),
form fieldset p:nth-child(2),
form fieldset p:nth-child(1)
{
    padding-bottom:13px!important;
    display:inline-block;
    width: 49%;
    margin-right:2%!important;
    margin-bottom:0px;

}
form fieldset p:nth-child(1),form fieldset p:nth-child(4){
  width:100%;
}
form fieldset p:nth-child(4),form fieldset p:nth-child(3){
  margin-right:0px!important;
}

h2 {
  /* display:none; */
 }

#contactdroite .mdl_formulaire > p:nth-child(1){
  display:none;
  }

form legend{
    font-family: 'Titillium Web', sans-serif;
    font-size:1.25em;
    color: #543314;
    margin-top:0;
}
#centreetdroite{
  width:1170px;
  margin-left:0;
  margin:auto;
  }

#map_canvas{
  width:100%!important;
  margin-bottom:20px;
  }
input[type="submit"],.submit{
    background-color: #404041;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    box-shadow: -5px -3px 11px 0px rgb(64 64 65 / 40%);
} 
.submit:hover{
 background-color:#4bbeb6;
}
.mdl_formulaire h3{
	display:block;
	font-size:20px;
	margin-bottom:10px;
}
@media screen and (min-width:0px) and (max-width: 1170px){
 #map_canvas{

 width:95%!important;
 margin:auto;
}
#contactdroite,
#contactgauche{
  width:100%!important;
}
#contactgauche{
  padding: 30px;
}
.mdl_formulaire form{
  padding:0px 30px; 
}
body #contenu input[type="text"], #contenu input[type="password"], textarea{
  display: inline-block;
  font-family: Helvetica;
  width: 100%!important;
  height: 30px;
  padding: 6px 10px!important;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
body textarea{
 height:150px!important;
 width:100%!important;
 min-width:100%;

}
textarea{
  height:auto;
  min-width:100%;
}
form fieldset p:nth-child(4),
form fieldset p:nth-child(3),
form fieldset p:nth-child(2),form fieldset p:nth-child(1)
{
    display:inline-block;
    width: 100%!important;
    margin-right:10px;
}
}