body {
  background-image: url("ressources/ban-caravaning.png");
  background-repeat: repeat-x;
  background-position: center top;
  max-width: 1600px;
}

.ul-menu {
  border-top-color: transparent;
  float: left;
  width: 204px;
}

.li-menu {
  list-style-type: none;
  float: left;
  border-style: solid;
  border-radius: 30px;
  width: 200px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  margin: 5px 10px 0px;
  background-color: rgba(255, 255, 255, 0.5);
}

h4 {
  padding: 0px 40px 3px;
  font-size: 16px;
  border: 2px solid #009900;
  margin: 0px 0px 0px 10px;
  display: inline;
  border-radius: 40px;
}

.modal {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(77, 77, 77, 0.7) none repeat scroll 0% 0%;
transition: all 0.4s ease 0s;
}

.modal:target {
  visibility: visible;
  opacity: 1;
}

.departement {
  width: 800px;
  height: 797px;
  margin-left: auto;
  margin-right: auto;
}

#carte {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}

.modal_content {
  border-radius: 4px;
  position: relative;
  width: 500px;
  max-width: 90%;
  background: white none repeat scroll 0% 0%;
  padding: 1.5em 2em;
}

.modal_close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: grey;
  text-decoration: none;
}

.camp {
  list-style-type: none;
  border-style: none;
}

#head {
  position: fixed;
}

