@import url('https://fonts.googleapis.com/css2?family=Belleza&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


* {
	box-sizing: border-box
}

.single main.Flix {
	position: relative;
	overflow: hidden !important;
}

strong {
	font-weight: 700;
}

body ::-webkit-scrollbar,
html ::-webkit-scrollbar {
	width: 6px;
	background-color: #000;
}

body ::-webkit-scrollbar-thumb,
html ::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #b9975b;
}

body ::-webkit-scrollbar-track,
html ::-webkit-scrollbar-track {
	background-color: #000;
}

body,
html {
	margin: 0;
	padding: 0
}

body {
    font-family: "Montserrat", sans-serif;
    font-display: swap;
    color: #081D33;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 15px;
}

.petit-texte {
	text-align: left;
	font-size: 12px;
}

.openMenuMobile {
	display: none
}

.container {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.Flix {
	overflow: hidden
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

.btn {
    color: #fff;
    padding: 12px 25px;
    position: relative;
    text-decoration: none;
    z-index: 0;
    display: inline-flex;
    line-height: 1em;
    gap: 10px;
    align-items: center;
    transition: cubic-bezier(0.4, 0, 1, 1) 0.2s;
    margin-top: 10px;
    border: 1px solid #B9975B;
    background: #B9975B;
    font-weight: 500;
    border-radius: 29px;
}

.btn:hover {
    background: transparent !important;
    color: #fff !important;
    text-decoration: none;
    box-shadow: inset 400px 0 0 0 #B9975B;
    border: 1px solid #B9975B;
}

.btn.transpa.flecheico.fdblanc {
    color: #fff;
    border: 1px solid #fff;
}

.btn.transpa.flecheico.fdblanc:hover {
    box-shadow: inset 400px 0 0 0 #fff;
    border: 1px solid #fff;
    color: #B9975B !important;
}

.btn.transpa.flecheico.fdblanc:after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(315deg) brightness(106%) contrast(100%);
}

.btn.transpa.flecheico.fdblanc:hover:after {
filter:none;
} 


.ChargementLangue li:not(.CURRENTLANGUEACTIVE) {
	display: none !important;
}

.SelecteurLangue {
	width: 30px;
	position: relative;
}

.SelecteurLangue.open li {
	display: block !important;
	margin-bottom: 5px;
}

.SelecteurLangue.open .ChargementLangue {
	border: 1px solid #1d2327;
	padding-top: 5px;
	background: rgb(29 35 39 / 68%);
	padding-left: 5px;
	margin-left: 0;
	border-radius: 10px;
}

ul.ChargementLangue {
    border: 1px solid transparent;
    position: absolute;
    padding-right: 8px;
    top: -10px;
    left: 0px;
    z-index: 3;
    padding-left: 10px;
    margin: 0;
}

ul.ChargementLangue:after {
	content: "\276F";
	position: absolute;
	right: -15px;
	top: 4px;
	transform: rotate(90deg);
	color: #1d2327;
}

.ChargementLangue li {
	border-radius: 50%;
	overflow: hidden;
	width: 30px;
	height: 30px;
	border: 1px solid #1d2327;
}

.ChargementLangue li img {
	object-fit: cover;
	width: 29px;
	height: 28px;
	max-width: max-content !important;
}

.MenuBox {
	display: none;
}

.footerbg a strong {
	color: inherit;
}

.flecheico:after {
    background: url(https://restaurant-bellevue.com/wp-content/uploads/2025/06/fleche-or.svg);
    content: "";
    width: 23px;
    height: 11px;
    background-size: contain !important;
    background-repeat: no-repeat;
    margin-top: 1px;
}

.btn.transpa.flecheico {
    background: transparent;
    color: #B9975B;
}

.btn.transpa.flecheico:hover:after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(315deg) brightness(106%) contrast(100%);
}

.wp-txt-center {
	text-align: center;
	line-height: 1.3em
}

.margin20 {
	margin-top: 20px;
	margin-bottom: 20px
}

.margin30 {
	margin-top: 30px;
	margin-bottom: 30px
}

.margin40 {
	margin-top: 40px;
	margin-bottom: 40px
}

.margin50 {
	margin-top: 50px;
	margin-bottom: 50px
}

.margin60 {
	margin-top: 60px;
	margin-bottom: 60px
}

.margin70 {
	margin-top: 70px;
	margin-bottom: 70px
}

.margin80 {
	margin-top: 80px;
	margin-bottom: 80px
}

.margin90 {
	margin-top: 90px;
	margin-bottom: 90px
}

.margin100 {
	margin-top: 100px;
	margin-bottom: 100px
}

.padding20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important
}

.padding30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important
}

.padding40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important
}

.padding50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important
}

.padding60 {
	padding-top: 60px !important;
	padding-bottom: 60px !important
}

.padding70 {
	padding-top: 70px !important;
	padding-bottom: 70px !important
}

.padding80 {
	padding-top: 80px !important;
	padding-bottom: 80px !important
}

.padding90 {
	padding-top: 90px !important;
	padding-bottom: 90px !important
}

.padding100 {
	padding-top: 100px !important;
	padding-bottom: 100px !important
}

.texteblanc {
	color: #fff
}

p {
    line-height: 1.5em;
}

/* MODAL */

#modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    color: white;
    background: transparent radial-gradient(closest-side at 50% 50%, #264d70 0%, #222e38 100%) 0% 0% no-repeat padding-box;
    overflow: hidden;
    transition: height 0.5s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 99;
}

#close-modal {
    background: #bf9c69;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    position: absolute;
    right: 2%;
    top: 4%;
    z-index: 999;
}

.contact-modal span.btn.transpa.flecheico {
    background: transparent radial-gradient(closest-side at 50% 50%, #264d70 25%, #222e38 156%) 0% 0% no-repeat padding-box;
    color: #fff;
}

span.contact-modal {
    cursor: pointer;
}


ul.menu_semaine {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.menu_semaine li {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: auto 1fr auto;
    gap: 30px 30px;
    align-items: center;
}

ul.menu_semaine li strong {
    font-weight: 500;
    font-family: "Belleza", sans-serif;
    font-size: 1.4em;
}

.gridplatsemaine label {
    text-align: center;
    display: block;
    font-family: "Belleza", sans-serif;
    font-size: 2em;
    margin-bottom: 15px;
    margin-top: 5px;
    line-height: 1.1em;
    font-weight: 500;
    position: relative;
}

.hmi-dec {
    border-bottom: 1px dotted rgb(185 151 91);
}


.menus .item .description {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.menus .item {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: auto 1fr auto;
    gap: 30px 30px;
    align-items: center;
}

.menus .item .description h4 {
    font-weight: 500;
    font-family: "Belleza", sans-serif;
    font-size: 1.4em;
}

.menus .item .prixmenus {
    font-size: 1.4em;
    font-weight: bold;
    font-family: "Belleza", sans-serif;
}



/* HEADER  */

.logo {
	position: relative;
}

.logo img {
    padding: 0;
    height: 130px;
    width: 110px;
    object-fit: contain;
    position: absolute;
    display: block;
    top: 25px;
    left: -11px;
    transform: translate(-50%, -50%);
transition: cubic-bezier(0.4, 0, 1, 1) 0.2s;
}

header.navbar.stickback {
    background: url(https://restaurant-bellevue.com/wp-content/themes/restaurant-bellevue/img/sticky.svg);
    background-position: center;
    background-size: cover;
    height: 120px;
    align-items: baseline;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}


header.navbar.stickback .logo img {
    padding: 0;
    height: 85px;
    width: 75px;
    object-fit: contain;
    position: absolute;
    display: block;
    top: 12px;
    left: -8px;
    transform: translate(-50%, -50%);
}


.navbar {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    color: #051429;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 20;
    justify-items: center;
    gap: 40px;
    transition: cubic-bezier(0.4, 0, 1, 1) 0.2s;
    height: 90px;
    padding: 0px 60px 0 60px;
background-position:center;
}

.flex-entete-g {
	position: relative;
	z-index: 1;
	min-width: 287px;
}

.flex-entete-c {
	position: relative;
	z-index: 1;
}

.flex-entete-d {
	position: relative;
	z-index: 3;
	display: flex;
	gap: 15px;
	padding-left: 15px;
	align-items: center;
}

a.prendre_rdv.btn.border {
	border: 1px solid #3582AE;
	border-radius: 23px !important;
	padding: 10px 15px !important;
}

a.telephone.btn.telico {
	background: #3582AE !important;
	box-shadow: none !important;
	display: flex;
	border-radius: 23px !important;
	padding: 10px 15px !important;
	width: max-content;
	border: 1px solid;
}

.espace-menu {
	display: flex;
	z-index: 2;
}

.navbar .espace-menu.open {
	opacity: 1;
	transform: translateX(0px);
}

.navbar .espace-menu.open .grid-reseaux {
	position: absolute;
	bottom: 20px;
}

.navbar .espace-menu.open a.imgres {
	font-size: 1.6em;
}

li.menu-item-has-children:after {
	content: "\276F";
	position: absolute;
	right: -10px;
	transform: rotate(90deg);
	top: -2px;
	color: #fff;
}

ul#menu-entete {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 5px;
}

ul#menu-entete li {
    list-style: none;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul#menu-entete li:after {
    background: url(https://restaurant-bellevue.com/wp-content/uploads/2025/06/etoile.svg);
    width: 12px;
    height: 12px;
    border: none;
    background-size: cover;
    content: "";
    display: flex;
    margin: 0 10px;
}

ul#menu-entete li:last-child:after { display:none; }

ul#menu-entete li a {
	text-decoration: none;
	margin: 0 10px;
	transition: all 0.5s ease;
	font-size: 1.1em;
	font-weight: 500;
	position: relative;
}

ul#menu-entete li a:hover {
    color: #9b6f23;
    text-decoration: underline;
}

ul#menu-entete .menu-item-has-children ul.sub-menu {
	position: absolute;
	display: none;
}

ul#menu-entete li.menu-item-has-children.openLi .sub-menu {
	display: block;
	padding: 10px 10px;
	background: #2a2d2f;
	min-width: 190px;
	top: 40px;
	overflow: hidden;
	width: max-content;
	border-radius: 10px;
}

ul#menu-entete li.menu-item-has-children.openLi .sub-menu li {
	margin-bottom: 15px;
}

ul#menu-entete li.menu-item-has-children.openLi .sub-menu li:last-child {
	margin-bottom: 10px;
}

/* SLIDER  */

#home_slider {
    position: relative;
    padding: 0;
    height: 70vh;
}

#home_slider .overflowhiddenSlider {
    height: 70vh;
    position: relative;
    width: 100%;
}

.slider_homepage {
	position: relative;
	z-index: 1;
}

.cadreintern {
    max-width: 600px;
    z-index: 2;
    position: absolute;
    top: 45%;
    left: 25%;
    transform: translate(-50%, -50%);
    font-size: 1.1em;
}

.fleches {
    position: absolute;
    height: 55px;
    width: 115px;
    z-index: 2;
    display: flex;
    gap: 15px;
    bottom: -115px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.flechPrev,
.flechNext {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border: 1px solid #0F2036;
	border-radius: 50%;
}

.flechPrev img {
    transform: scaleX(-1);
}

.fleches div:hover {
	background: #0F2036;
}

.fleches div:hover img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7464%) hue-rotate(150deg) brightness(112%) contrast(115%);
}

.fleches img {
    width: 20px;
    height: 10px;
}

.cadreintern h1,
.cadreintern h2,
.cadreintern h3 {
	margin: 0;
	line-height: 1em;
	font-size: 3em !important;
	display: block;
	margin-top: 20px;
	font-weight: 200;
	position: relative;
}

.slider_homepage .slick-list {
    overflow: visible;
}

.ItemSliderHome {
    position: relative;
    height: 80vh;
    background: linear-gradient(314deg, rgba(242, 239, 234, 1) 30%, rgba(230, 213, 188, 1) 80%);
}

#home_slider .cadreintern b {
	font-weight: 500;
}

#home_slider .cadreintern p {
	line-height: 1.3em;
}

.ItemSliderHome img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}

#home_slider .fondImage {
	position: relative;
	z-index: 1;
}

#home_slider .fondTexte {
	position: absolute;
	bottom: 20%;
	left: 10%;
	z-index: 3;
	color: white;
	text-align: left;
	width: 80%;
}

.slick-list,
.slick-track {
	position: relative !important;
}

.MaskSlider {
    mask-image: url(https://restaurant-bellevue.com/wp-content/uploads/2025/06/mask3.webp);
    -webkit-mask-image: url(https://restaurant-bellevue.com/wp-content/uploads/2025/06/mask3.webp);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    object-fit: cover;
    opacity: 1;
    position: absolute;
    bottom: -55px;
    right: 0px;
    transform: translate(0, 0);
    height: 90%;
    width: 65%;
}





/* BAN INTERNE  */

div#banniereIntern {
	height: 35vh;
	overflow: hidden;
	position: relative;
}

#banniereIntern .cntimg {
	overflow: hidden;
}

div#banniereIntern:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: linear-gradient(298deg, rgb(242 239 234 / 57%) 30%, rgb(230 213 188 / 80%) 80%);
}

#banniereIntern .cntimg img {
	width: 100%;
	height: 100%;
	object-fit: contain !important;
	margin-top: -5%;
}

#banniereIntern .cntTitle {
	position: absolute;
	top: 55%;
	left: -5%;
	z-index: 3;
	transform: translateY(-50%);
	width: 100%;
	text-align: left;
}

#banniereIntern .cntTitle em {
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 15px;
    font-style: normal;
    text-transform: uppercase;
}

#banniereIntern .cntTitle h1 {
    margin-bottom: 0;
    font-size: 2.5em;
    font-style: normal;
    margin-top: 0;
    line-height: 1.5em;
    font-weight: 500;
    font-family: "Belleza", sans-serif;
    text-transform: uppercase;
}

/* SPEC */

.fl-node-y1o6ljiftg0v, .fl-node-qnd9ozg1bawp, .fl-node-qnd9ozg1bawp, .fl-node-vaitu9xjb4qs {
    position: relative;
    z-index: 1;
}

.bdbrush1 { position:relative; }
.bdbrush2 { position:relative;  }


.bdbrush1:before {
    content: "";
    background: url(https://restaurant-bellevue.com/wp-content/uploads/2025/06/brush-dec.webp);
    width: 100%;
    height: 60px;
    position: absolute;
    top: -45px;
    z-index: 2;
}

.bdbrush2:after {
    background: url(https://restaurant-bellevue.com/wp-content/uploads/2025/06//brush-dec_2.webp);
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: -45px;
    z-index: 2;
}

.forcecolor:before, .forcecolor:after {
    filter: brightness(0) saturate(100%) invert(66%) sepia(60%) saturate(322%) hue-rotate(360deg) brightness(85%) contrast(83%);
}

.brushbleu:before, .brushbleu:after {
   filter: brightness(0) saturate(100%) invert(13%) sepia(12%) saturate(1397%) hue-rotate(165deg) brightness(100%) contrast(89%);
}

.fonddegrade {
    background: transparent radial-gradient(closest-side at 50% 50%, #264d70 0%, #222e38 100%) 0% 0% no-repeat padding-box;
    position: relative;
}

.fonddegrade2 {
    background: transparent radial-gradient(closest-side at 50% 50%, #f3c786 0%, #b9975b 100%) 0% 0% no-repeat padding-box;
    position: relative;
}

.fondegrade2, .fl-node-1l6nz2prskvu {
    position: relative;
    z-index: 1;
}

.fondegrade2:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: transparent linear-gradient(270deg, #000000de 0%, #000000ba 45%, #0000004a 100%) 0% 0% no-repeat padding-box;
}

.fdetoile:before {
    content: "";
    background: url(https://restaurant-bellevue.com/wp-content/uploads/2025/06/bg01.png);
    position: absolute;
    width: 564px;
    height: 100%;
    background-size: contain;
    left: 0;
    top: 0;
    opacity: 0.4;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(171deg) brightness(101%) contrast(103%);
}

.hrspecial hr {
    background: url(https://restaurant-bellevue.com/wp-content/uploads/2025/06/etoile.svg);
    width: 15px;
    height: 15px;
    border: none;
    background-size: cover;
    margin-left: 0;
}

.forcehr hr { margin-left: auto; }

.foncbleufonce {
	background: #0F2036;
	position: relative;
}

.minititre {
    font-weight: 400 !important;
    text-transform: uppercase;
    font-size: 1em;
    margin-top: 14px !important;
    display: block;
    margin-bottom: 15px;
    color: #957742;
}

.titrebase h1 {
font-family: "Belleza", sans-serif;
    font-size: 2.9em;
    margin-bottom: 15px;
    margin-top: 5px;
    line-height: 1.1em;
    font-weight: 500;
    position: relative;
}

.titrebase h2 {
font-family: "Belleza", sans-serif;
    font-size: 2.9em;
    margin-bottom: 15px;
    margin-top: 5px;
    line-height: 1.1em;
    font-weight: 500;
    position: relative;
}

.titrebase h3 {
    font-family: "Belleza", sans-serif;
    font-size: 2.9em;
    margin-bottom: 15px;
    margin-top: 5px;
    line-height: 1.1em;
    font-weight: 500;
    position: relative;
}

.titrebase h4 {
font-family: "Belleza", sans-serif;
    font-size: 2.9em;
    margin-bottom: 15px;
    margin-top: 5px;
    line-height: 1.1em;
    font-weight: 500;
    position: relative;
}

.titrebase h5 {
font-family: "Belleza", sans-serif;
    font-size: 2.9em;
    margin-bottom: 15px;
    margin-top: 5px;
    line-height: 1.1em;
    font-weight: 500;
    position: relative;
}

.textblanc {
	color: #fff;
}

.fl-node-fzhtg4e0c1oq { min-height:560px; position:relative;}

.img1flottant img, 
.img2flottant img,
.img3flottant img { width:100%; height:100%; object-fit:cover;  } 

.img1flottant {
    position: absolute;
    width: 350px;
    height: 220px;
    z-index: 1;
    left: -50px;
    top: 20px;
}

.img2flottant {
    width: 300px;
    height: 230px;
    position: absolute;
    bottom: 65px;
    left: -50px;
    z-index: 1;
}

.img3flottant {
    width: 290px;
    height: 380px;
    position: absolute;
    bottom: 0px;
    right: 35px;
    z-index: 0;
}




.masksectionimg .fl-module-content {
    position: absolute;
    right: -8%;
    top: 50%;
    transform: translate(0%, -50%);
    max-height: 590px;
    height: 100%;
    width: 100%;
    max-width: 900px;
}

.masksectionimg.maskleft .fl-module-content {
    left: -8%;
}

.masksectionimg .fl-module-content img {
    width:90%;
    height: 90%;
    object-fit: cover;
    max-width: none;
}

.masksectionimg .fl-photo .fl-photo-content {
    mask-image: url(https://restaurant-bellevue.com/wp-content/uploads/2025/06/mask2.webp);
    -webkit-mask-image: url(https://restaurant-bellevue.com/wp-content/uploads/2025/06/mask2.webp);
    -webkit-mask-size: 90%;
    mask-size: 85%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    object-fit: cover;
    opacity: 0.9;
}

.masksectionimg.maskleft .fl-photo .fl-photo-content {
    mask-image: url(https://restaurant-bellevue.com/wp-content/uploads/2025/06/mask1.webp);
    -webkit-mask-image: url(https://restaurant-bellevue.com/wp-content/uploads/2025/06/mask1.webp);
}

.masksectionimg .fl-module-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: none;
}

.fl-col-group.fl-node-93zg5qxloudv {
    position: relative;
    z-index: 1;
}



.bellevue-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 290px 290px;
    gap: 10px;
}

.bellevue-grid .item {
  overflow: hidden;
  border-radius: 4px;
}

.bellevue-grid .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Placement des images */
.item-1 { grid-column: 1; grid-row: 1; }
.item-2 { grid-column: 2; grid-row: 1; }
.item-3 { grid-column: 3; grid-row: 1; }
.item-4 {
    grid-column: 4 / span 2;
    grid-row: 1 / span 2;
}
.item-5 { grid-column: 1; grid-row: 2; }
.item-6 {
    grid-column: 2 / span 2;
    grid-row: 2;
}

.item-7 {
grid-column: 6; grid-row: 2;
}

.item-8 {
    grid-column: 6;
    grid-row: 1;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 3em;
    justify-content: center;
font-family: "Belleza", sans-serif;
}




.content-inner {
    width: 100%;
    color: #fff;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    backface-visibility: hidden;
    transition: .9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.content-inner .content-front, .content-inner .content-back {
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    backface-visibility: hidden;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-front {
    background: #292929;
    position: relative;
    cursor: pointer;
}

.content-inner:hover .content-front {
    transform: rotateY(-180deg);
}

.content-inner:hover .content-back {
    transform: rotateY(0deg);
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
}

.content-inner > * {
    backface-visibility: hidden;
    transition: .9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.content-inner .cf-inner {
    transform-style: preserve-3d;
    backface-visibility: hidden;
    width: 100%;
    padding: 90px 50px;
    min-height: 305px;
}

.content-front .cf-inner:before {
    top: -15px;
    left: 10px;
    border: 2px solid;
}

.content-front .cf-inner:before {
    content: '';
    position: absolute;
    width: 95%;
    height: 100%;
    border-color: rgb(255 255 255);
    z-index: 10;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: transparent linear-gradient(25deg, #000000de 0%, #000000ba 45%, #0000004a 100%) 0% 0% no-repeat;
    z-index: 3;
}

.content-inner .cf-inner .inner {
    align-items: stretch;
    transform-style: preserve-3d;
    perspective: 1000px;
    backface-visibility: hidden;
    transform: translateZ(95px) scale(0.81);
    text-align: center;
    position: relative;
    z-index: 2;
}

.content-inner .cf-inner .inner img {
    width: 65px;
    height: auto;
    display: block;
    margin: auto;
    margin-bottom: 25px;
filter: brightness(0) saturate(100%) invert(59%) sepia(18%) saturate(866%) hue-rotate(360deg) brightness(99%) contrast(96%);
}

.content-inner .cf-inner .inner h2 {
    position: relative;
    font-size: 1.8em;
    font-weight: 500;
}

.content-inner .content-front h4 {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    margin: 10px 5px;
}

.content-inner .content-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transform: rotateY(180deg);
    background: #292929;
}




.acf-les-menus {

  display: grid; 
  grid-auto-columns: 1fr; 
  grid-template-columns: 1fr 1fr 1fr; 
  gap: 30px 30px; 

 }

.acf-les-menus .menu-item {
    padding: 15px;
    border-radius: 30px;
    text-align: center;
}

.acf-les-menus .menu-item h3 {
    font-size: 2em;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}

.acf-les-menus .menu-item p.description {
    text-align: center;
}





/* FORM  */

.flex-form {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem 5%;
	z-index: 1;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	padding: 20px;
	box-shadow: 0px 13px 26px #00000029;
	border-radius: 20px;
}

span.wpcf7-spinner {
	position: absolute;
}

.flex-form .full {
	position: relative;
	width: 100%
}

.flex-form .half {
	position: relative;
	width: 47.5%
}

.flex-form label {
	display: block;
	margin-bottom: 7px;
	font-size: 1em;
	font-weight: 500;
}

.flex-form p {
	margin: 0
}

.flex-form select,
.flex-form input:not(:is([type="button"], [type="submit"], [type="radio"], [type="checkbox"], [type="file"])) {
	height: 3rem;
}

.flex-form :is(input, textarea, select):not(:is([type="submit"], [type="button"])) {
	color: #818181;
	background: transparent;
	font-style: initial;
	font-family: sans-serif;
}

.flex-form select,
.flex-form textarea,
.flex-form input:not(:is([type="button"], .flex-form [type="submit"], .flex-form [type="radio"], .flex-form [type="checkbox"], .flex-form[type="file"])) {
	width: 100%;
	font-size: 14px;
	line-height: 1;
	outline: none;
	font-weight: 100;
	box-sizing: border-box;
	padding: .7375rem 0px;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	background: transparent;
	padding-left: 15px;
	padding-right: 15px;
}

.flex-form .wpcf7-acceptance span.wpcf7-list-item-label {
    line-height: 1.3em;
}

.full h3,
.full h4 {
	font-size: 1.4em;
	font-style: normal;
	margin-bottom: 10px;
	font-weight: 600;
	margin-top: 0;
	color: #3582ae;
}

.full em {
	font-style: normal;
}

.wpcf7-acceptance input {
	width: 1em;
	height: 1em;
	margin-top: .25em;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid #00000040;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact
}

input#acceptance,
#condition2 input,
input[name="acceptance-284"] {
	font-size: 20px;
	border-radius: 5px;
	min-width: 20px;
	border: 1px solid #c3c4c7;
	background: #fff;
}

input#acceptance:checked[type=checkbox],
#condition2 input:checked[type=checkbox],
input:checked[name="acceptance-284"] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%237F1416' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

input#acceptance:checked,
input#acceptance:focus,
#condition2 input:focus,
input[name="acceptance-284"]:focus {
	background-color: #f0ece2;
	border-color: #fff;
	border-color: #fcfbfa;
	outline: 0;
	box-shadow: 0 0 0 .11rem #090000
}

.wpcf7-acceptance span.wpcf7-list-item {
	margin: 0
}

.wpcf7-acceptance span.wpcf7-list-item-label {
	text-transform: none;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
	background: transparent;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 400;
}

.wpcf7-acceptance label {
	font-size: 12px;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	align-content: center;
	line-height: 1em;
}

/* FOO§TER  */

.SpeFoot a {
    color: #fff;
}

footer.footerbg {
    background: #0e1927;
    position: relative;
    border-top: 5px solid #0c1520;
}

footer.footerbg h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.3em;
    position: relative;
    font-weight: 500;
    margin-bottom: 20px;
}

footer.footerbg h4::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 73px;
    height: 2px;
    background: #B9975B;
}

.footerbg strong {
    color: #fff;
    font-size: 1.1em;
    font-weight: 600;
}

footer.footerbg p {
	margin: 10px 0;
	position: relative;
}

.main-footer {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-areas:
		"logo nav reservation credits";
	color: #fff;
	padding: 0;
	gap: 0px 50px;
	max-width: 1280px;
	margin: auto;
	align-items: start;
	padding-bottom: 30px;
	padding-top: 30px;
}

.main-footer a {
	text-decoration: none;
	color: #fff;
	margin: 0;
}

.main-footer .btn,
.main-footer .btn:hover {
	font-size: 14px;
	text-decoration: none;
}


.main-footer a:hover {
	text-decoration: underline;
}

.main-footer ul {
	list-style: none;
	padding: 0
}

.main-footer ul li {
	margin-bottom: 15px;
}

.footer-logo {
    grid-area: logo;
    line-height: 1.2em;
    text-align: center;
}

.footer-logo strong {
	font-weight: 100;
}

.footer-logo ul li {
	display: flex;
	align-items: flex-end;
}

.footer-logo ul li a {
	font-size: 1.2em;
	font-weight: 600;
}

.footer-logo p {
	line-height: 1.5em;
}

.footer-nav {
    grid-area: nav;
}

.footer-reservation {
	grid-area: reservation;
}

.footer-reservation a.reservation {
	max-width: 120px
}

nav.footer-nav li a,
.footer-reservation li a,
.footer-reservation li label {
	color: #fff;
	position: relative;
	font-weight: 200;
}

.footer-credits {
	grid-area: credits;

}

.footer-credits .container {
	display: flex;
	margin: auto;
	justify-content: space-between;
	align-items: center;
}

.main-footer span strong {
	font-size: 1.2em;
}