#contactgauche{
  width:365px;
  padding-right:15px;
  display:inline-block;
  vertical-align:top;
}
#contactgauche h3{
  position:relative;
  width:100%;
}
#contactgauche h3 span{
  width:100%;
  height:auto;
  background-color:transparent;
  position:relative;
}
#contactdroite{
  width:calc(100% - 380px);
  padding-left:15px;
  display:inline-block;
}
label{
  display:block!important;
}
#contenu input[type="text"], #contenu input[type="password"], textarea,select{
  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-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;
  font-family: 'Roboto', sans-serif;
}
input[type="text"], input[type="password"],textarea{
    padding: 10px 15px!important;
 font-family: 'Roboto', sans-serif;
}
textarea{
 height:150px!important;
 width:100%!important;


}

#map_canvas{

    margin-top:20px;
}
form label{
  display:none;
}

form fieldset{
  margin:0 -15px;
}
form fieldset p{
    margin:0 15px;
    margin-bottom:30px;
}
form fieldset p:nth-child(1), form fieldset p:nth-child(2), form fieldset p:nth-child(3),
form fieldset p:nth-child(4){
  width:calc(50% - 30px);
  display:inline-block;

}
input[type=checkbox], input[type=radio]{
  margin-top:0px;
  margin-right:5px;
}
form fieldset p:nth-child(6), form fieldset p:nth-child(7),
 form fieldset p:nth-child(8){
    width:calc(50% - 30px);
}
form fieldset p:nth-child(8){
  
}

h2 {
  /* display:none; */
 }

#contactdroite .mdl_formulaire > p:nth-child(1){
  display: block;
  font-size: 20px;
  color: #000;
  margin-bottom : 20px;
  }

  #contactdroite .mdl_formulaire a:nth-child(1){
  display: none!important;
  }
  


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

#map_canvas{
  width:100%!important;
  margin-bottom:20px;
  }
input[type="submit"],.submit{
    color:#fff!important;
    background-color: #c17052;
    font-size:16px!important;
    padding:10px 15px;
    cursor:pointer;
    border:none;
    font-weight:400;
    text-transform:uppercase;
    display:inline-block;
    border: #c17052 1px solid;
  } 
.submit:hover{
 background-color:#fff;
 color:#c17052!important;
}
.mdl_formulaire h3{
	display:block;
}
@media screen and (min-width:0px) and (max-width: 1330px){
 #map_canvas{
 margin:auto;
}
form fieldset{
  margin:0px;
}
#contactdroite{
  width:100%!important;
  padding:0px;
}

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)
,form fieldset p:nth-child(5)
,form fieldset p:nth-child(6)
{
    display:block;
    width: 100%!important;
 
    margin:auto;
       margin-bottom:20px!important;
}
}