.menu{
  padding: 48px 40px 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-bloc a{
  display: block;
  border-radius: 16px;
  transition: transform .18s ease, box-shadow .18s ease;
}

.menu-bloc a:hover,
.menu-bloc a:focus{
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .18);
  outline: none;
}

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

.menu-image{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3.5 / 1;
  object-fit: cover;
  border-radius: 16px;
}

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

.restau_content{
  position: relative;
}

body.pc-compact-header #contact{
  padding: 26px 0 108px;
}

body.pc-compact-header .restau_content{
  width: min(1080px, calc(100% - 96px));
  box-sizing: border-box;
  margin: 0 auto;
  padding: 34px clamp(30px, 4vw, 56px) 38px;
  border: 1px solid rgba(201,169,110,0.38);
  border-radius: 18px;
  background: rgba(0,0,0,0.48);
  box-shadow: 0 24px 70px rgba(0,0,0,0.46), inset 0 1px 0 rgba(255,255,255,0.08);
  color: white;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(15px, 1vw, 18px);
  font-weight: 400;
  line-height: 1.58;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 0 1px 10px rgba(0,0,0,0.46);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow-wrap: anywhere;
}

body.pc-compact-header .restau_content > *:first-child{
  margin-top: 0;
}

body.pc-compact-header .restau_content > *:last-child{
  margin-bottom: 0;
}

body.pc-compact-header .restau_content p,
body.pc-compact-header .restau_content h1,
body.pc-compact-header .restau_content h2,
body.pc-compact-header .restau_content h3,
body.pc-compact-header .restau_content h4{
  margin: 0 auto 12px;
  color: rgba(255,255,255,0.94) !important;
  font-family: inherit;
  font-size: 1.05em !important;
  font-weight: 500 !important;
  line-height: 1.52 !important;
  letter-spacing: 0;
}

body.pc-compact-header .restau_content h1,
body.pc-compact-header .restau_content h2,
body.pc-compact-header .restau_content h3,
body.pc-compact-header .restau_content h4,
body.pc-compact-header .restau_content strong,
body.pc-compact-header .restau_content b{
  color: #f5d997 !important;
  font-weight: 600 !important;
}

body.pc-compact-header .restau_content a{
  display: inline-flex;
  min-height: 34px;
  margin: 4px 5px;
  padding: 0 15px;
  border: 1px solid rgba(245,217,151,0.34);
  border-radius: 18px;
  align-items: center;
  color: #f5d997 !important;
  background: rgba(255,255,255,0.06) !important;
  font-size: 0.95em !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}

body.pc-compact-header .restau_content a:hover,
body.pc-compact-header .restau_content a:focus{
  color: #ffe8b2 !important;
  border-color: rgba(245,217,151,0.72);
  background: rgba(255,255,255,0.11) !important;
  text-decoration: none !important;
}

body.pc-compact-header .restau_content iframe,
body.pc-compact-header .restau_content object,
body.pc-compact-header .restau_content embed{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 360px;
  margin: 26px auto 0;
  border: 0;
  border-radius: 12px;
  overflow: hidden;
}

body.pc-compact-header .restau_content img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 18px auto 0;
  border-radius: 12px;
}

body.pc-compact-header .restau_content table{
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 991px){
  .menu{
    padding: 34px 18px 44px;
  }

  .menu-titre{
    margin-bottom: 30px;
  }

  .menu-bloc{
    padding: 8px 0;
  }
}
