* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  width: 50%;
  margin: auto;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}
header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
}
.pheader1 {
  color: #694937;
  font-size: smaller;
}
h1 {
  border: 1px solid rgb(158, 156, 156);
  border-left: none;
  border-right: none;
  width: 40%;
  letter-spacing: 2px;
}
nav {
  width: 25%;
  margin-bottom: 40px;
}
ul {
  display: flex;
  list-style: none;
  justify-content: space-around;
}
a {
  text-decoration: none;
  color: black;
}
.divheader {
  width: 100%;
  height: 493px;
  display: flex;
  .pheader2 {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    padding-right: 225px;
    position: relative;
    top: 10px;
    h3 {
      border-bottom: 1px solid rgb(158, 156, 156);
      width: 370px;
      position: relative;
      margin-bottom: 5px;
      i {
        display: flex;
        justify-content: end;
      }
    }
  }
}
main {
  .blocmenu {
    display: flex;
    align-items: center;
  }
  .salle,
  .dressage {
    flex-direction: row-reverse;
  }
  .imgmenu,
  .descriptionmenu {
    width: 50%;
  }
  .imgsalle {
    background-image: url(../img/resto_01.jpg);
    background-size: cover;
  }
  .imgservice {
    background-image: url(../img/resto_02.jpg);
    background-size: cover;
  }
  .imgdressage {
    background-image: url(../img/resto_03.jpg);
    background-size: cover;
  }
  .imggout {
    background-image: url(../img/resto_04.jpg);
    background-size: cover;
  }
  img {
    opacity: 0;
    width: 100%;
    height: 100%;
  }
  .descriptionmenu {
    padding: 0 20px;
    p {
      padding-right: 30px;
      margin-top: 5px;
    }
    .note {
      background-color: #363636;
      color: white;
      margin-top: 10px;
      width: 200px;
      padding: 0 0 5px 3px;
    }
  }
  h2 {
    border-bottom: 1px solid rgb(158, 156, 156);
  }
}
footer {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 100px;
  h2 {
    border: 1px solid rgb(158, 156, 156);
    border-left: none;
    border-right: none;
    width: 50%;
    text-align: center;
    font-size: xx-large;
    margin: 5px 0;
  }
  .horaire {
    margin-top: 10px;
  }
  .titreplan {
    text-align: center;
    position: relative;
    bottom: 80px;
    color: #8b8c8e;
    font-size: large;
  }
  img {
    opacity: 0.1;
  }
}