#contactgauche{
  width: calc(50% - 20px)!important;
  display: flex;
  vertical-align:top;
  gap: 20px;
  flex-wrap: wrap;
  flex-direction: column;
}

#centreetdroite div.paragraphe {
    display: flex;
    flex-direction: row-reverse;
}

#contactgauche > p {
    display: none;
}

div#contactgauche .txt-contact {
    width: 100%;
}

div#contactgauche .txt-contact p {
    font-size: 18px;
    text-align: justify;
    line-height: 25px;
}

div#contactgauche .txt-contact p.italic {
    font-style: italic;
}

div#contactgauche .contact {
    width: 476px;
    display: flex;
    flex-direction: column;
    background-color: var(--main-color);
    box-shadow: 0 0 10px #0000004a;
    padding: 30px;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

div#contactgauche .contact > div {
    width: 100%;
    display: flex;
    gap: 15px;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}

div#contactgauche .contact > div p {
    font-size: 26px;
    color: #fff;
}

div#contactgauche .contact > div.adresse p {
    font-size: 16px;
}

div#contactgauche .contact > div.tel p {
    font-weight: 700;
}

div#contactgauche .contact > div svg {
    width: 30px;
    fill: var(--second-color);
}

#contactgauche h3 {
    /* display: none; */
}
#contactgauche h3{
  position:relative;
  width:100%;
}
#contactgauche h3 span{
  width:100%;
  height:auto;
  background-color:transparent;
  position:relative;
  font-weight: 700;
  font-size: 50px;
}

#contactgauche h3 span:after, .mdl_formulaire h3:after{
  content:'';
  display:block;
  width:100px;
  height:3px;
  background-color:#f5961b;
  margin-top:20px;
  margin-bottom:35px;
  display: none;
}

#contactdroite{
  width: 100%;
  display:inline-block;
}

#contenu input[type="text"],#contenu select, #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;
  height: 50px;
  box-shadow: none;
}
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) label{
  display:block;

}
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;

}
.mdl_formulaire p{
  text-align:left;
}
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: 100%;
  margin-left:0;
  margin:auto;
  /* max-width: 1440px; */
  }

#map_canvas{
  width: calc(50% - 20px)!important;
  margin-bottom:20px;
  margin: 0;
  height: auto!important;
  }
input[type="submit"],.submit{
    position: relative;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-family: 'Poppins','Open Sans', Helvetica, Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    background: #f8951b;
    margin: 20px 0;
    line-height: 1;
    padding: 18px 20px 16px;
    -webkit-transition: all 0.21s ease;
    -moz-transition: all 0.21s ease;
    -o-transition: all 0.21s ease;
    transition: all 0.21s ease;
  }
.submit:hover{
 background-color: #4b5159;
 color: #ffffff!important;
}
.mdl_formulaire h3{
  display:block;
}
@media screen and (min-width:0px) and (max-width: 1170px){
 #map_canvas{width:95%!important;margin:auto;min-height: 500px;}
 #contactgauche{
  padding:0 15px;
  width: 100%!important;
 }

  div#contactgauche .contact > div svg{
    width:15px;
  }

div#contactgauche .contact > div p {
    font-size: 20px;
}

div#contactgauche .contact {
    width: 100%;
}
#contactdroite{
  width:100%!important;

  padding:0 15px;
}
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;
}
}
