#contactgauche{
  width:24%;
  display:inline-block;
  vertical-align:top;
  padding:10px;
}
#contactgauche h3{
  position:relative;
  width:100%;
}

#contactgauche h3:after{
    position: absolute;
    /* top: 100px; */
    /*left: 89%;*/
    right:0;
    content: "";
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    border-width: 0 33px 34px 0;
}

#contactgauche p{

  font-weight: 600;
}

#contactgauche h3 span{
  width:75%;
  height:auto;
  background-color:transparent;
  position:relative;
}
#contactdroite{
  width:75%;
  display:inline-block;
  padding: 10px 10px 10px 40px;
}

#contactdroite h3{
  background-color:transparent;
  color:#3c3c3b;
  padding-left: 0;
  text-align:left!important;
  line-height:30px!important;
}

#contactdroite h3:after{
    content: "";
    display: block;
    height: 3px;
    width: 162px;
    background-color: #d94247;
    margin-top: -3px;
    margin-bottom: 0;
    position: relative;
    left: 0;
    border: none;
}

#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: #5555558f;
  background-color: #f7f7f7;
  background-image: none;
  /*border: 1px solid #cccccc;*/
  border: none;
  border-radius: 3px;

  -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 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: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;
}
#contactdroite input[type="checkbox"]{
  margin-top:0px;
  margin-right:5px;
}

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{
    color:#fff!important;
    background-color: #3c3c3b;
    font-size:16px!important;
    padding:10px 15px;
    cursor:pointer;
    border:none;
    font-weight:400;
    text-transform:uppercase;
    display:inline-block;
    border: #3c3c3b 1px solid;
    width:235px;
  }
.submit:hover{
 background-color:#fff;
 color: #3c3c3b!important;
}
.mdl_formulaire h3{
  display:block;
}
@media screen and (min-width:0px) and (max-width: 1170px){
 #map_canvas{

 width:95%!important;
 margin:auto;
}

#contactgauche{
  width:100%!important;
}

#contactdroite{
  width:100%!important;
  padding-left:10px;
}

}
