.main{
  position:absolute;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.index_content{
  position:absolute;
  width: 70%;
  max-width: 1200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  overflow: hidden;
  display: flex;
}

body.pc-index-page .entete .meta-menu-near-left,
body.pc-index-page .entete .meta-menu-logo + .meta-menu-near-left,
body.pc-reservation-page .entete .meta-menu-near-left,
body.pc-reservation-page .entete .meta-menu-logo + .meta-menu-near-left{
  top: 8px;
  left: auto;
  right: 118px;
  z-index: 1000;
}

body.pc-index-page .entete .meta-menu-near-left .lang-switcher-menu,
body.pc-reservation-page .entete .meta-menu-near-left .lang-switcher-menu{
  left: auto;
  right: 0;
}

body.pc-index-page.loyalty-index-logged .entete .meta-menu-near-left,
body.pc-index-page.loyalty-index-logged .entete .meta-menu-logo + .meta-menu-near-left,
body.pc-reservation-page.loyalty-reservation-logged .entete .meta-menu-near-left,
body.pc-reservation-page.loyalty-reservation-logged .entete .meta-menu-logo + .meta-menu-near-left{
  right: 66px;
}

body.pc-reservation-page #r_time{
  text-align: left;
  text-align-last: left;
}

body.pc-reservation-page #r_time option{
  text-align: left;
}

.container{
  max-width: 800px;
}

.column{
  flex: auto;
  position: relative;
}

.index_content > .column{
  padding-bottom: 0;
}

.index_content > .column > a{
  display: block;
}

.index_content > .column img{
  display: block;
  margin: 0 auto;
  transition: transform .22s ease;
  will-change: transform;
}

.index-icon-label{
  display: block;
  margin-top: 10px;
  color: #fff;
  font-family: "Inter", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine){
  .index_content > .column img:hover{
    transform: scale(1.06);
  }
}

h2{
  color: rgb(220,220,220);
  font-weight: normal;
}

/*.form-control, .form-control:focus{
  background: rgba(209,209,209,0.5);
}*/

.popup_content{
  color: white;
  padding: 34px clamp(28px, 3.4vw, 48px);
  text-align: center;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(15px, 1.05vw, 19px);
  font-weight: 400;
  line-height: 1.36;
  letter-spacing: 0;
  text-shadow: 0 1px 10px rgba(0,0,0,0.46);
}

#restau_popup .modal-content{
  overflow: hidden;
  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;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

#restau_popup .modal-dialog{
  max-width: min(680px, calc(100% - 48px));
}

#restau_popup .modal-body{
  padding: 0;
}

#restau_popup .popup_content,
#restau_popup .popup_content *{
  font-family: "Helvetica Neue", Arial, sans-serif !important;
  letter-spacing: 0 !important;
}

#restau_popup .popup_content div,
#restau_popup .popup_content span,
#restau_popup .popup_content font{
  color: rgba(255,255,255,0.92) !important;
  font-size: 1em !important;
  font-weight: 400 !important;
  line-height: 1.34 !important;
}

#restau_popup .popup_content br{
  display: block;
  height: 8px;
  line-height: 8px;
  content: "";
}

#restau_popup .popup_content p,
#restau_popup .popup_content h1,
#restau_popup .popup_content h2,
#restau_popup .popup_content h3,
#restau_popup .popup_content h4{
  margin: 0 auto 7px;
  color: rgba(255,255,255,0.94) !important;
  font-family: inherit;
  font-size: 1.05em !important;
  font-weight: 500 !important;
  line-height: 1.34 !important;
  letter-spacing: 0;
}

#restau_popup .popup_content strong,
#restau_popup .popup_content b{
  color: #f5d997 !important;
  font-weight: 600 !important;
}

#restau_popup .popup_content a{
  display: inline-flex;
  min-height: 34px;
  margin: 3px 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;
}

#restau_popup .popup_content a:hover,
#restau_popup .popup_content a:focus{
  color: #ffe8b2;
  border-color: rgba(245,217,151,0.72);
  background: rgba(255,255,255,0.11);
  text-decoration: none;
}

#restau_popup #fermer-popup{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 58px;
  min-height: 42px;
  margin: 12px auto 0;
  padding: 0 18px;
  border-radius: 22px;
  font-size: 16px;
  font-weight: 700;
  color: white !important;
}

.sub_content{
  color: white;
  position: relative;
  text-align: center;
  width: min(1080px, calc(100% - 96px));
  box-sizing: border-box;
  margin: calc(100vh + 34px) auto 110px;
  padding: 42px clamp(30px, 4vw, 56px) 46px;
  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);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(15px, 1.05vw, 19px);
  font-weight: 400;
  line-height: 1.62;
  letter-spacing: 0;
  text-shadow: 0 1px 10px rgba(0,0,0,0.46);
}

.sub_content > *:first-child{
  margin-top: 0;
}

.sub_content > *:last-child{
  margin-bottom: 0;
}

.sub_content p,
.sub_content h1,
.sub_content h2,
.sub_content h3,
.sub_content h4{
  margin: 0 auto 14px;
  max-width: 860px;
  color: rgba(255,255,255,0.94);
  font-family: inherit;
  font-size: 1.05em;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0;
}

.sub_content h1,
.sub_content h2,
.sub_content h3,
.sub_content h4,
.sub_content strong,
.sub_content b{
  color: rgba(255,255,255,0.94);
  font-weight: 600;
  letter-spacing: 0;
}

.sub_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;
  background: rgba(255,255,255,0.06);
  font-size: 0.95em;
  font-weight: 600;
  text-decoration: none;
}

.sub_content a:hover,
.sub_content a:focus{
  color: #ffe8b2;
  border-color: rgba(245,217,151,0.72);
  background: rgba(255,255,255,0.11);
  text-decoration: none;
}

.sub_content iframe,
.sub_content object,
.sub_content embed{
  display: block;
  width: 100% !important;
  max-width: 920px;
  height: 380px !important;
  margin: 34px auto 0;
  border: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0,0,0,0.38);
}

.sub_content img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 28px auto 0;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.34);
}

.sub_content table{
  width: 100% !important;
  max-width: 920px;
  margin: 28px auto 0;
  border-collapse: separate;
  border-spacing: 0;
  color: rgba(255,255,255,0.92);
}

.scroll-cue{
  position: absolute;
  bottom: 72px;
  left: 50%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,0.48);
  font-family: inherit;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  animation: index-scroll-cue-bounce 1.35s ease-in-out infinite;
}

.scroll-cue:hover,
.scroll-cue:focus{
  color: rgba(255,255,255,0.75);
  outline: none;
}

.scroll-cue:focus-visible{
  outline: 1px solid rgba(255,255,255,0.55);
  outline-offset: 6px;
  border-radius: 4px;
}

.scroll-cue i{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-style: normal;
}

.scroll-cue i::before{
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translate(-2px,-2px);
}

@keyframes index-scroll-cue-bounce{
  0%,
  100%{
    transform: translate(-50%, 0);
  }

  50%{
    transform: translate(-50%, 8px);
  }
}

small{
  color: rgb(220,220,220);
  font-size: 20px;
}

.modal_content{
  text-align: center;
}

#icons_modal .modal-content{
  overflow: hidden;
  border-radius: 16px;
}

#menu_browse_modal .menu-browse-modal-content{
  overflow: hidden;
  border-radius: 16px;
  background-color: rgba(33,37,41,0.92);
}

.menu-browse-content{
  color: #fff;
  padding: 28px 24px;
  text-align: center;
}

.menu-browse-content h4{
  margin: 0 0 14px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

.menu-browse-content p{
  margin: 0 auto 24px;
  max-width: 440px;
  color: rgba(255,255,255,0.9);
  font-size: 18px;
  line-height: 1.45;
}

.menu-browse-actions{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.icons_content{
  display: flex;
}

#icons_modal .icons_content + .icons_content{
  margin-top: 20px;
}

#icons_modal .icons_content img{
  transition: transform .22s ease;
  will-change: transform;
}

#icons_modal .icons_content .column > a{
  display: block;
}

.icons_content .index-service-label{
  display: block;
  margin-top: 10px;
  color: #fff;
  font-family: "Inter", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine){
  #icons_modal .icons_content img:hover{
    transform: scale(1.06);
  }
}

#corriger-email{
  float: left;
  margin-left: 5%;
}

#confirmer-email{
  float: right;
  margin-right: 5%;
}

.type-image{
  height: 160px;
  margin: 20px;
  object-fit:contain;
}

.period-option{
  position: relative;
  display: inline-block;
  margin: 10px 20px 18px;
  padding: 5px 12px 6px;
  border-radius: 24px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  transition: background .22s ease, box-shadow .22s ease, transform .22s ease;
}

.period-option .type-image{
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto 0;
  transition: transform .22s ease;
  will-change: transform;
}

.period-label{
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: "Inter", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
}

.period-option.is-selected{
  background: rgba(201,169,110,0.22);
  box-shadow: 0 14px 34px rgba(0,0,0,0.26), inset 0 0 0 1px rgba(245,217,151,0.56);
  transform: translateY(-2px);
}

.period-option.is-selected::after{
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f5d997;
  box-shadow: 0 0 14px rgba(245,217,151,0.85);
}

.period-option.is-selected .period-label{
  color: #f5d997;
}

@media (hover: hover) and (pointer: fine){
  .period-option .type-image:hover{
    transform: scale(1.06);
  }
}

.mode-choisi{
  border: 0;
}

body.pc-index-page .main{
  overflow-y: auto;
  animation: pc-index-bg-drift 12s ease-in-out infinite alternate;
}

body.pc-index-page .main::before{
  display: none;
}

@keyframes pc-index-bg-drift{
  0%{
    background-position: 48% 48%;
  }

  100%{
    background-position: 54% 52%;
  }
}

@media (prefers-reduced-motion: reduce){
  body.pc-index-page .main{
    animation: none;
  }
}

body.pc-index-page .index_content{
  z-index: 1;
  display: block;
  width: min(1120px, calc(100% - 96px));
  overflow: visible;
}

.index-hero-shell{
  position: relative;
  display: flex;
  min-height: 520px;
  padding: 38px 0 28px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-family: "Inter", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-align: center;
}

.index-hero-brand{
  display: flex;
  align-items: center;
  flex-direction: column;
}

.index-hero-logo-image{
  display: block;
  width: 96px;
  max-width: 96px;
  height: 96px;
  object-fit: contain;
  filter: drop-shadow(0 14px 24px rgba(0,0,0,0.34));
}

.index-hero-kicker{
  margin-top: 0;
  color: #f5d997;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.index-hero-brand h1{
  margin: 13px 0 0;
  max-width: 980px;
  color: #fff;
  font-size: clamp(54px, 7vw, 104px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0;
  text-shadow: 0 18px 42px rgba(0,0,0,0.46);
}

.index-hero-subtitle{
  margin: 18px 0 0;
  color: rgba(255,255,255,0.94);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

.index-hero-services{
  margin-top: 8px;
  color: rgba(255,255,255,0.78);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
}

.index-actions{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 44px;
}

.index-action{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  min-height: 56px;
  box-sizing: border-box;
  gap: 11px;
  padding: 0 25px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 28px;
  background: rgba(20,22,24,0.72);
  color: #fff;
  box-shadow: 0 16px 36px rgba(0,0,0,0.28);
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
  -webkit-appearance: none;
  appearance: none;
}

.index-action:hover,
.index-action:focus{
  color: #fff;
  border-color: rgba(245,217,151,0.72);
  background: rgba(31,34,36,0.86);
  text-decoration: none;
  transform: translateY(-2px);
  outline: 0;
}

.index-action-primary{
  min-width: 210px;
  border-color: rgba(219,40,48,0.98);
  background: #cd1c24;
}

.index-action-primary:hover,
.index-action-primary:focus{
  background: #e02731;
  box-shadow: 0 18px 40px rgba(205,28,36,0.34);
}

.index-action-account{
  border-color: rgba(201,169,110,0.62);
  color: #f5d997;
}

.index-action-account:hover,
.index-action-account:focus{
  color: #ffe7ad;
}

.index-action-symbol{
  position: relative;
  display: inline-block;
  width: 21px;
  min-width: 21px;
  height: 21px;
}

.index-action-symbol::before,
.index-action-symbol::after{
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.index-action-symbol-order::before{
  left: 2px;
  top: 5px;
  width: 17px;
  height: 12px;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 2px 2px 5px 5px;
}

.index-action-symbol-order::after{
  left: 6px;
  top: 1px;
  width: 9px;
  height: 8px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 9px 9px 0 0;
}

.index-action-symbol-reservation::before{
  inset: 2px 1px 1px;
  border: 2px solid currentColor;
  border-radius: 4px;
}

.index-action-symbol-reservation::after{
  left: 5px;
  right: 5px;
  top: 8px;
  height: 2px;
  background: currentColor;
  box-shadow: 0 5px 0 currentColor;
}

.index-action-symbol-menu::before{
  left: 2px;
  top: 4px;
  width: 17px;
  height: 2px;
  background: currentColor;
  box-shadow: 0 6px 0 currentColor, 0 12px 0 currentColor;
}

.index-action-symbol-gallery::before{
  inset: 3px 2px 2px;
  border: 2px solid currentColor;
  border-radius: 4px;
}

.index-action-symbol-gallery::after{
  left: 6px;
  top: 6px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 7px 7px 0 -2px currentColor;
}

.index-action-symbol-account::before{
  left: 6px;
  top: 2px;
  width: 9px;
  height: 9px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.index-action-symbol-account::after{
  left: 3px;
  bottom: 2px;
  width: 15px;
  height: 8px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
}

.index-service-strip{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.index-service-strip span{
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 14px;
  border: 1px solid rgba(245,217,151,0.34);
  border-radius: 16px;
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.82);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

@media (max-width: 900px){
  body.pc-index-page .index_content{
    width: calc(100% - 44px);
  }

  .index-actions{
    gap: 10px;
  }

  .index-action{
    min-width: 150px;
  }
}
