@font-face {
  font-family: 'Symphoniecat';
  src: url('../fonts/SymphonieCAT.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}

h2 {
  color: #042f86;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: #042f86;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

.tel, .email {
  color: #fcedd5 !important;
  text-decoration: none !important;
  cursor: default;
  text-decoration: underline !important;
  text-underline-offset: 2.5px;
}

.no-link-style-num {
  color:#f2f2f2 !important;
  text-decoration: none !important;
  pointer-events: none;
  cursor: default;
}

.sectionmain {
  background-image: url('../images/table-nuit-restaurant.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 100vh;
  padding: 3vh 2vh;
}

.divcontentmain {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 800px;
  height: 90vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20vh;
  display: flex;
}

.sectionpresentation {
  background-image: url('../images/assiette-samoussa.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 100vh;
}

.heading {
  color: white;
  margin-bottom: 2px;
  padding: 1vh;
  font-family: Symphoniecat, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 400;
}

.headingtemp {
  color: white;
  margin-bottom: 2px;
  padding: 1vh;
  font-size: 4rem;
  font-weight: 400;
}

.sectionmenu {
  background-image: url('../images/table-nuit-restaurant.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 100vh;
}

.sectioncontact {
  background-color: #2f2f2f;
  min-height: 100vh;
  padding: 10vh 2vh 3vh;
}

.sectionservices {
  background-color: #2f2f2f;
  min-height: 100vh;
  padding-bottom: 20px;
}

.divcontentpresentation {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  text-align: center;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 10vh 2vh 2vh;
  display: flex;
}

.sectionvisite {
  color: #000;
  background-color: #0000;
  background-image: url('../images/exterieur-restaurant-veranda.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 100vh;
}

.divcontentmenu {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title {
  direction: ltr;
  color: #bfae90;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1vh;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
}

.subtitle {
  color: #bfae90;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 400;
}

.buttongray {
  background-color: #3c3c3c;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 12px 17px;
  font-size: 1rem;
}

.navbarsection {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0000004d;
  border: 1px #000;
  border-radius: 0;
  min-width: 100%;
  position: fixed;
  box-shadow: 0 2px 5px #0003;
}

.navcontainer {
  text-align: left;
  min-width: 100%;
  padding: 0 2vh;
}

.navlinkshow {
  color: #fff;
  text-transform: uppercase;
  height: auto;
  font-size: .8rem;
}

.navlinkshow:hover {
  color: #000;
  background-color: #bfae90;
}

.navlinkshow.w--current {
  color: #f2f2f2;
  text-underline-offset: 2.5px;
  font-weight: 700;
  text-decoration: underline;
}

.sectiondecouverte {
  background-color: #2f2f2f;
  min-height: 100vh;
  max-height: none;
  padding: 12vh 2vh 1vh 2vh;
}

.divcontentdecouverte {
  grid-column-gap: 3vh;
  grid-row-gap: 3vh;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.imagelogo {
  height: 3.5rem;
}

.divcontentvisite {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 100vh;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding: 8vh 10px 3vh;
  display: flex;
  position: static;
  overflow: hidden;
}

.paragraph {
  color: #000;
  border-right: 0 #000;
  margin-bottom: 10px;
  font-size: 1rem;
}

.titlebeigemaj {
  color: #bfae90;
  -webkit-text-stroke-width: .4px;
  -webkit-text-stroke-color: black;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 2.5rem;
  font-weight: 700;
}

.subtitlebeigemaj {
  color: #bfae90;
  -webkit-text-stroke-width: .4px;
  -webkit-text-stroke-color: black;
  text-transform: uppercase;
  text-overflow: clip;
  margin-bottom: 5px;
  font-size: 1.5rem;
  font-weight: 700;
}

.paragraphmenu {
  color: #f4f4f4;
  font-size: 1rem;
}

.divintmenu {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  min-height: 100vh;
  padding: 8vh 3vh 4vh;
}

.buttondarkjump {
  text-transform: none;
  background-color: #2f2f2f;
  border-radius: 12px;
  margin-top: 40px;
  font-size: 1rem;
  font-weight: 700;
}

.buttondarkjump.w--current {
  background-color: #2f2f2f;
}

.sectionmenuprem {
  background-image: url('../images/plat-viande-fleur.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 100vh;
}

.divintmenuprem {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  min-height: 100vh;
  padding: 10vh 3vh 2vh;
}

.divcontentmenuprem {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraphmenuinfos {
  color: #f4f4f4;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 1rem;
}

.divcontentservices {
  max-width: 800px;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.divtopcontentservices {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 20vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.divbottomcontentservices {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.divcontentbottommain {
  margin-top: 40%;
}

.paragraphwhitemaj {
  color: #fff;
  text-transform: uppercase;
  word-break: normal;
  background-color: #0000;
  border-radius: 24px;
  font-size: .9rem;
  font-weight: 700;
  line-height: 2.5vh;
}

.divintmenugourmet {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #0000001a;
  min-height: 100vh;
  padding: 10vh 3vh 2vh;
}

.divcontentmenugourmet {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sectionmenugourmet {
  background-image: url('../images/table-repas-gambas.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 100vh;
}

.divvisitevirtuelle {
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.divcontentmenuevent {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.divcontentcontact {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sectioncarte {
  background-color: #2f2f2f;
  min-height: 100vh;
  max-height: none;
}

.divcontentcarte {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 90vh;
  margin-left: auto;
  margin-right: auto;
  padding: 12vh 10vh 2vh;
  display: flex;
}

/* presentation */

.paragraphseparation {
  margin-top: 10px;
}

.divcartetransparent {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 5px;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}

.divtextcartetransparentleft {
  text-align: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.divtextcartetransparentright {
  text-align: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-top: 20px;
  border-left: 1px solid #fff;
}

.divcartetransparentfooter {
  justify-content: center;
  align-items: center;
  display: flex;
  width: auto;
}

.divtextcartetransparentleftfooter {
  text-align: center;
  width: 100%;
  padding-right: 20px;
  white-space: nowrap;
}

.divtextcartetransparentrightfooter {
  text-align: center;
  width: 100%;
  white-space: nowrap;
  /*overflow-x:auto*/
}


.divcarte {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #3c3c3c;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 5px;
  display: flex;
}

.divimgcarte {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: block;
  overflow: hidden;
}

.divtextcarte {
  text-align: left;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.imagecarte {
  width: 100%;
  max-width: none;
  height: auto;
}

.detailscarte {
  color: #f2f2f2;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  font-size: 1rem;
}

.titlebeige {
  color: #bfae90;
  margin-top: 10px;
  font-size: 2rem;
  font-weight: 700;
}

.titleseparation {
  color: #f2f2f2;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 700;
}

.pricecarte {
  color: #c1a875;
}

.divinfosicone {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 5px;
  font-size: 1rem;
  display: flex;
}

.icone {
  max-width: 8%;
  max-height: 8vh;
}

.paragraphinfos {
  color: #f2f2f2;
  margin-bottom: 0;
}

.sectionconditionsgenerales {
  background-color: #2f2f2f;
  min-height: 100vh;
  padding-top: 12vh;
}

.divcontentconditions {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 30px 20px;
  display: flex;
}

.listdecouvrir {
  color: #bfae90;
  text-align: left;
  padding-left: 5vh;
}

.sectionfooter {
  background-color: #262626;
  min-height: 10vh;
  padding: 3vh 6vh;
}

.paragrahwhitesimple {
  color: #f2f2f2;
  -webkit-text-stroke-color: #f2f2f2;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}

.buttondarkclassique {
  text-transform: none;
  background-color: #2f2f2f;
  border-radius: 12px;
  margin-top: 0;
  font-size: 1rem;
  font-weight: 700;
}

.divcontentvisiteinter {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.divcontentfooter {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.divcontentinfofooter {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
  grid-column-gap: 30px;
  grid-row-gap: 5px;
}

.sectionnotfound {
  background-color: #2f2f2f;
  min-height: 90vh;
}

.divcontentnotfound {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  padding: 20vh 10vh;
}

.heading2main {
  color: #f4e2c2;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1vh;
  padding-right: 1vh;
  font-size: 1.5rem;
  font-style: italic;
}

.sectionevents {
  background-image: url('../images/plat-samoussa.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 100vh;
}

.divcontentevents {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12vh;
  padding-left: 2vh;
  padding-right: 2vh;
  display: flex;
}

.divinfosevents {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.divintevents {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #0006;
  min-height: 100vh;
  padding-bottom: 10vh;
}

.headingwhite {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
}

.subtitlebeige {
  color: #bfae90;
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: 700;
}

.beigespan {
  color: #bfae90;
  font-weight: 700;
}

.divintpresentation {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #00000059;
  min-height: 100vh;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

/* Réservation */

#id_reserver {
  position: relative;
  overflow: visible;
  height: auto;
  min-height: 200px;
}

.divintreservation {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  min-height: 100vh;
}

.sectionreservation {
  background-image: url('../images/table-nuit-restaurant.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
}

.divcontentreservation {
  grid-column-gap: 52vh;
  grid-row-gap: 52vh;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 800px;
  min-height: 90vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20vh;
  display: flex;
  padding-bottom: 20px; /* espace intégration */
  padding-right: 20px; /* espace intégration */
  padding-left: 20px; /* espace intégration */
}

.divinfosreservation {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 5vh;
  padding-left: 2vh;
  padding-right: 2vh;
  display: flex;
  margin-bottom: 20px; /* espace intégration */
}

.spanunder {
  text-decoration: underline;
}

.linkbeige {
  color: #fcedd5;
  font-weight: 700;
}

.linkbeige:active {
  color: #827660;
}

.paragrahbeigesimple {
  color: #bfae90;
  -webkit-text-stroke-color: #f2f2f2;
  margin-bottom: 0;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
}

.buttonbeige {
  color: #2f2f2f;   /* f2f2f2 */
  background-color: #bfae90;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 12px 17px;
  font-size: 1rem;
  font-weight: 700;
}

.burgerbutton {
  padding: 10px;
  font-size: 2.5rem;
}

.burgericon {
  color: #bfae90;
}

.navlinkhidden {
  color: #fff;
  text-transform: uppercase;
  height: auto;
  font-size: .8rem;
  display: inline-block;
}

.navlinkhidden:hover {
  color: #000;
  background-color: #bfae90;
}

.navlinkhidden.w--current {
  color: #f2f2f2;
  text-underline-offset: 2.5px;
  font-weight: 700;
  text-decoration: underline;
}

.navmenuhidden {
  display: none;
}

.divimgcartespace {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 5px;
  display: block;
  overflow: hidden;
}

.duobutton {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 30px;
  padding-bottom: 30px;
}

.subtitlebeigeunder {
  color: #bfae90;
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: underline;
}

.sectiongalerie {
  background-color: #2f2f2f;
  min-height: 100vh;
  padding: 8vh 2vh 2vh 2vh;
}

.divcontentgalerie {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

@media screen and (max-width: 991px) {
  .navmenuhidden {
    display: inline-block;
  }
}

@media screen and (max-width: 479px) {
  .divcontentcarte {
    padding-left: 2vh;
    padding-right: 2vh;
  }

  .divcarte {
    flex-flow: column;
  }

  .placementlogonav {
    display: none;
  }

  .navmenuhidden {
    display: inline-block;
  }
}

/* Heading LCP */

.headingtemp {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.heading {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}