#contactgauche{
  width:350px;
  display:inline-block;
  vertical-align:top;
}
#contactgauche h3{
  position:relative;
  width:100%;
  padding-left: 0px!important;
  font-size:25px;
  text-align: left;
  margin: 0px;
  margin-bottom: 20px;
  color: #e22777;
}
#contactgauche p{
  font-size:16px;
}
#contactgauche h3:before {
  display: none;
}
#contactgauche h3 span{
  width:100%;
  height:auto;
  background-color:transparent;
  position:relative;
}
#contactdroite{
  width:755px;
  display:inline-block;
}

#contenu input[type="text"], #contenu input[type="password"], textarea{
 display: block;
 width: 100%;
 height: 42px;
 font-family: 'Open Sans';
 font-size: 14px;
 font-weight: 500;
 color: #8d8d8d;
 letter-spacing: 0.5px;
 border: 1px solid transparent;
 background:;
 background: #f9f9f9;
 border-color: #ebebeb;
 padding: 0 20px;
 outline: none;
 height: 46px;
 -webkit-transition: all 300ms ease-in-out;
 -moz-transition: all 300ms ease-in-out;
 transition: all 300ms ease-in-out;
}
#contenu input[type="text"], #contenu input[type="password"], textarea{
 display: block;
    width: 100%;
    height: 42px;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 500;
    color: #8d8d8d;
    letter-spacing: 0.5px;
    border: 1px solid transparent;
    background: #fff;
    background: #f9f9f9;
    border-color: #ebebeb;
    padding: 0 20px;
    outline: none;
    height: 46px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    
}


input[type="text"], input[type="password"]{
    padding: 6px 10px!important;
    font-family:karla, sans-serif;

}
textarea{
 height:150px!important;
 width:100%!important;
padding: 6px 10px!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;

}
form fieldset p br{
  display: none;
}
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: 'Open Sans', sans-serif;
    font-size:18px;
    color: #543314;
    margin-top:0;
  display: none;
}
#centreetdroite{
  max-width: 1170px;
  width: 100%;
  margin-left:0;
  margin:auto;
  }

#map_canvas{
  width:100%!important;
  margin-bottom:20px;
  }
input[type="submit"],.submit{
    color:#fff!important;
    background-color:#e22777;
    font-size:16px!important;
    padding:5px 10px;
    cursor:pointer;
    border:none;
    font-weight:bold;
    display:inline-block;
    border:#e22777 1px solid;
  font-family: "Open Sans";
  text-transform: uppercase;

  }
.submit:hover{
 background-color:#fff;
 color:#e22777!important;
}
h3{
  display:block;
  font-family: 'Roboto';
    font-size: 28px;
    line-height: 28px;
    font-weight: 900;
    color: #3a3a3a;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-top: 0;
}
@media screen and (min-width:0px) and (max-width: 1000px){
 #map_canvas{

 width:95%!important;
 margin:auto;
}
#contactdroite{
  width:100%!important;
}
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;
}
}
