body {
  background-color: #dfdfdf;
  margin: 0px;
}

@font-face {
  font-family: "lobster";
  src: url("lobster.otf");
}

#corps {
  width: 1000px;
  background-color: white;
  margin-right: auto;
  margin-left: auto;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#header {
  height: 410px;
  margin-top: 10px;
  vertical-align: middle;
}

#header a {
  text-decoration: none;
  color: #db2a1d;
}

.menu_case {
  width: 165px;
  height: 30px;
  background-color: #db2a1d;
  float: left;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu_case a {
  color: white;
  text-decoration: none;
}

.menu_case a:hover {
  color: white;
  text-decoration: underline;
}

.separator {
  background-color: #ffffff;
  float: left;
  height: 40px;
  width: 2px;
}

.separator_green {
  background-color: #db2a1d;
  float: left;
  height: 40px;
  width: 2px;
}

#welcome {
  margin-left: 20px;
  margin-top: 20px;
  color: #db2a1d;
  width: 980px;
  font-size: 35px;
  font-family: "lobster";
}
#par_welcome {
  margin-left: 20px;
  margin-top: 20px;
  width: 630px;
  float: left;
  margin-bottom: 20px;
}

#sep {
  background-color: #d7d2c4;
  margin-left: 15px;
  margin-top: 15px;
  height: 1px;
  width: 650px;
}

#sep2 {
  background-color: #d7d2c4;
  margin-left: 15px;
  margin-top: 15px;
  height: 1px;
  width: 970px;
}

#sep_page {
  background-color: #d7d2c4;
  margin-left: 15px;
  margin-top: 15px;
  height: 1px;
  width: 900px;
}

#pic_wel {
  float: left;
  width: 350px;
  margin-top: 20px;
  height: auto;
}

#picture_welcome {
  min-width: 330px;
  min-height: 200px;
  width: 330px;
  height: auto;
  background-image: url("./images/pic_wel.jpg");
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#sep_green {
  clear: both;
  background-color: #ac1a10;
  width: 1000px;
  height: 10px;
}

#footer {
  background-color: #ac1a10;
  clear: both;
  height: 60px;
  color: white;
  font-family: Arial;
  padding-left: 30px;
  -moz-border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
  margin-bottom: 20px;
}

.footer_in {
  width: 250px;
  padding-top: 30px;
  min-height: 220px;
  color: white;
  float: left;
  background-color: #db2a1d;
}

a {
  color: white;
}

#title {
  margin-left: 30px;
  margin-top: 10px;
  color: #db2a1d;
  width: 1000px;
  font-size: 40px;
  font-family: "lobster";
}

#adresse_c {
  width: 350px;
  float: left;
}
#formcontact {
  width: 650px;
  float: left;
}

.presta {
  width: 450px;
  padding-left: 50px;
  float: left;
}

.presta_title {
  color: #c4864c;
  font-weight: bold;
  font-size: 20px;
}

.input {
  margin-top: 5px;
  background-color: #d7d2c4;
  border: none;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
