.menu{
  padding: 60px;
  margin: auto;
  /*max-width: 1200px;*/
}

.menu-titre{
	position: relative;
	max-width: 900px;
  text-align: center;
  margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}

.menu-titre span {
  /*font-family: 'Bookman Old Style', serif;*/
  font-size: 20px;
  background: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 1;
  font-weight: 500;
  text-transform: uppercase;
}

.menu-titre:before {
  background: #ddd;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  width: 100%;
}

.menu-bloc{
  padding: 10px 20px;
}

.menu-blocs{
  max-width: 900px;
  margin: auto;
}

.menu-image{
  width: 100%;
  border-radius: 30px;
}

#contact{
  width: 100%;
  height: fit-content;
  overflow: hidden;
  text-align: center;
}

.restau_content{
  position: relative;
}