/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


/*COLORS ROOT*/
:root {
	--beige: #f0e8db;
	--green: #16aa9d;
	--orange: #ea5b1b;
	--dark: #20001e;
}
.beige {
	background: var(--beige);
}
.orange {
	background: var(--orange);
}
.green {
	background: var(--green);
}
.dark {
	background: var(--dark);
}


/*Animation : Fade in*/
@-webkit-keyframes fadein {
    100% {
 opacity:1;
}
}
@keyframes fadein {
    100% {
 opacity:1;
}
}
/*Animation : Fade out*/
@-webkit-keyframes fadeout {
    100% {
 opacity:0;
}
}
@keyframes fadeout {
    100% {
 opacity:0;
}
}

/*FONTS*/
@font-face {
	font-family: Bebas Carnaval;
	src: url(/wp-content/uploads/Bebas_Carnaval.otf);
	font-weight: 700;
}
html *, .mobmenu-content * {
	font-family:"bebas-neue-pro"!important;
}
h1, h2, h2 span, h3, h4, h5, h6, body #mobmenuright li a, a.button, a.button span, button, body .vc_tta-tab>a span, #intro .intro-letter, .mobmenu-content h3, .about-panel__sub {
	font-family: Bebas Carnaval!important;
	font-weight: 700;
}
.fa-classic, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fal, .far, .fas, .fat {
    font-family: "Font Awesome 6 Pro"!important;
}
.fa-sharp {
    font-family: "Font Awesome 6 Sharp"!important;
}
.fa-brands, .fab {
    font-family: "Font Awesome 6 Brands"!important;
}


/*GÉNÉRAL*/
html {
    -webkit-text-size-adjust: 100%!important; /* Prevent font scaling in landscape while allowing user zoom */
	overflow-x:hidden!important;
}
.center {
    text-align: center;
}
.full-height {
    min-height: 100svh;
}
.padding, .padding.vc_column_container {
    padding: 8vw 3.5vw;
}
.page-header, .sidebar .widget, .site-main>* {
    margin-bottom: 0;
}
body:not(.single-post) .featured-image {
    display: none !important;
}
body {
    background: var(--dark);
    color: var(--beige);
	overflow-x:hidden!important;
}
a, button, input {
    transition: .3s;
}
a {
    color: var(--beige);
    text-decoration: none;
}
a:hover, a:focus, a:active {
    color: var(--orange);
}
button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.wp-block-button__link:not(.has-background) {
    color: var(--beige);
    background-color: var(--green);
}
button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, a.button:hover, button:focus, html input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, a.button:focus, a.wp-block-button__link:not(.has-background):active, a.wp-block-button__link:not(.has-background):focus, a.wp-block-button__link:not(.has-background):hover {
    color: var(--beige);
    background-color: var(--green);
}
body .vc_row {
    margin-left: 0;
    margin-right: 0;
}
body:not(.page-template-services-template):not(.blog):not(.single) .inside-article .entry-header {
    display: none;
}
.entry-content:not(:first-child), .entry-summary:not(:first-child), .page-content:not(:first-child) {
    margin-top: 0;
}
.separate-containers .comments-area, .separate-containers .inside-article, .separate-containers .page-header, .separate-containers .paging-navigation {
    padding: 0;
    background-color: var(--beige);
}
.separate-containers .site-main {
    margin: 0;
}
body .grid-container {
    max-width: 100%;
}
body, p {
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.4;
}
a.button, button, body .mobmenu-content li .socials a.button, body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern, body .gform_wrapper .gform_footer input.button, body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus, body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a span {
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
    padding: 4px 25px 0;
    background: var(--green);
    color: var(--beige);
    border-radius: 50px;
    height: 45px;
    transition: .3s;
    display: inline-flex;
    align-items: center;
    align-items: center;
    justify-content: center;
    line-height: normal;
}
a.button:hover, body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    background: var(--orange);
    color: var(--beige);
}
h1, h2, h3, h4, h5, h6, .entry-title, .search h1 {
    font-size: 90px;
    margin-bottom: 0;
    line-height: 1.1;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--dark);
}
h2 {
    font-size: 13vw;
    line-height: 0.8;
    padding-bottom: 1vw;
    position: relative;
    left: -0.35vw;
}
.image-right h2 {
    left: 0.35vw;
}
h3 {
    font-size: 5vw;
    line-height: 0.9;
}
h1, h2, h3, h4, h5, h6, p {
    margin:0;
}
.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0!important;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0!important;
}
body .vc_btn3-container {
    margin-bottom: 0;
}
body .grid, body .footer-widgets-container, .inside-site-info, body article:not(.post) .inside-article .entry-header {
	padding-left:3.5vw;
	padding-right:3.5vw;
}
body .vc_column_container>.vc_column-inner {
    padding-left: 0;
	padding-right: 0;
}
#page, .inside-header, .site-footer {
    filter: blur(0px);
	transition:1s;
}
.show-nav-right #page, .show-nav-right .inside-header, .show-nav-right .site-footer {
    filter: blur(8px);
}


/*HEADER & FULLSCREEN MENU*/
h4.no-mobile-menu { /*admin only*/
    display: none;
}
body .inside-header {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 0 3.5vw;
}
body.nav-float-right .header-widget {
    margin-left: 0;
    right: 75px;
    position: relative;
}
.cta {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}
body .site-header, body .mobmenul-container, body .mobmenur-container, body .mob-menu-header-holder {
    height: 75px;
}
.rightmbottom .gtranslate_wrapper {
    justify-content: center;
    margin-bottom: 25px;
}
.rightmbottom .gtranslate_wrapper * {
	color: var(--dark);
	font-size: 13px;
	font-weight: 600;
	outline: none;
	min-height: 21px;
	display: flex;
	align-items: center;
}
.rightmbottom .gtranslate_wrapper a[data-gt-lang="fr"] {
    padding: 2px 8px 1px 11px;
}
.rightmbottom .gtranslate_wrapper a[data-gt-lang="en"] {
    padding: 2px 11px 1px 8px;
}
.mobmenu-content li a:hover {
    color: var(--dark);
}
.menu-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.menu-contact i {
    color: var(--beige);
    font-weight: 300;
    font-size: 16px;
    padding-bottom: 3px;
    display: block;
    padding-top: 15px;
}
.menu-contact i.fa-inbox {
    padding-bottom: 0px;
}
body .site-branding {
    display: block!important;
    padding-left: 36px;
}
.main-title a, .main-title a:hover, .logo-type {
    font-size: 40px;
}
body.mob-menu-overlay, body.mob-menu-slideout, body.mob-menu-slideout-over, body.mob-menu-slideout-top {
    padding-top: 0!important;
}
body .site-header {
    background: transparent;
    width: 100%;
    z-index: 999;
    mix-blend-mode: initial;
    position: fixed;
    transition: .35s;
    display: flex !important;
    left: 0;
}
body .site-header, body .mob-menu-header-holder {
	opacity: 0; /*before transition open*/
	transform: translateY(-15px);
	transition: opacity .6s ease, transform .6s ease;
}
body.open .site-header, body.open .mob-menu-header-holder {
	transform: translateY(0px);
	opacity: 1;
}
body #mobmenuright li.menu-soumission a, body #mobmenuright li.menu-soumission a:hover {
    margin-left: 0;
    background: var(--beige)!important;
    color: var(--dark)!important;
    margin: 0 auto;
    box-shadow: 0 0 0 2px var(--beige);
}
body.scrolled .site-header {
    background: var(--dark);
}
html.mob-menu-no-scroll {
    overflow: auto;
}
body .mobmenu-right-alignment {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
body .mobmenu-right-alignment.show-panel {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
body .mobmenu-content li .socials, .socials {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    margin-top: 20px;
}
body .mobmenu-content li .socials .icon, .socials .icon {
    background: var(--beige);
    border-radius: 50px;
    height: 45px;
    width: 45px;
    display: inline-flex;
    color: var(--green);
    font-size: 25px;
    align-items: center;
    justify-content: center;
}
.socials .icon .fa-instagram {
    position:relative;
	left:1px;
}
body .mobmenu-content li .socials a.button, .socials a.button {
    background: var(--beige);
    color: var(--green);
    height: 45px;
    line-height: 48px;
}
body .mobmenu-content li .socials a:hover, .socials a:hover {
    background: var(--dark);
}
body .mob-menu-header-holder {
    top: 0;
    right: 0;
    display: block;
    z-index: 9999;
    position: fixed;
    right: 3.5vw;
    width: 55px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
body .mobmenul-container, body .mobmenur-container {
    position: relative;
    top: 0;
    margin: 0!important;
    right: auto;
    display: flex;
    align-items: center;
}
body.mob-menu-slideout-over .mobmenu-right-alignment {
    right: 0;
    height: 100%;
    background: var(--green);
    width: 50vw;
	max-width: 50vw;
    min-width: 50vw;
    transition: .65s cubic-bezier(.76, 0, .24, 1);
}
.mobmenu-right-panel .mob-cancel-button {
    display: block !important;
}
body a:hover>.mob-icon-cancel-1:before {
    color: var(--dark);
}
body .mobmenur-container i {
    transition: .3s;
    background: transparent;
    padding: 0;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
}
body.show-nav-right .mobmenu-overlay {
    background: transparent;
}
body .mob-icon-menu:before {
    font-weight: 100;
    font-family: "Font Awesome 6 Pro" !important;
    content: "\f0c9";
    content: "\f7a4";
    position: relative;
    font-size: 48px;
    color: var(--beige);
    width: auto;
    margin: 0;
    text-align: right;
    opacity: 1;
    transition: .3s;
    top: 5px;
    left: 0;
    line-height: 1;
    padding: 0;
    margin: 0;
}
body .mob-icon-menu:hover:before{
	color: var(--green);
}
body .mob-icon-cancel-1:before {
    font-weight: 200;
    font-family: "Font Awesome 6 Pro" !important;
    content: "\f00d";
    position: relative;
    color: var(--beige);
    font-size: 50px;
    width: auto;
    margin: 0;
    text-align: right;
    opacity: 1;
    transition: .3s;
    background: transparent;
    border-radius: 50px;
    width: auto;
    height: auto;
    text-align: center;
    line-height: 1;
}
body .mobmenu-right-panel li, body .rightmbottom, body .rightmtop {
	padding-left: 0;
	padding-right: 0;
}
body .mobmenu-right-panel .mobmenu-right-bt, .mobmenu-right-panel .mobmenu-right-bt, .about-panel__close {
    right: 30px;
    top: 30px;
}
body .mobmenu-content #mobmenuright > li > a:hover, body .mobmenu-content #mobmenuright li:hover, body .mobmenu-content #mobmenuright li:hover {
    background: transparent;
}
body #mobmenuright li.current-menu-item a:hover {
    padding-right: 0;
}
body .mobmenu-content>div {
    width:100%;
}
.site-header .header-image {
    width: 55px;
}
body .rightmtop {
    position: fixed;
    top: 3.5vw;
    left: 3.5vw;
    z-index: 999999;
}
body .mobmenu-content {
    margin-top: 0;
    z-index: 1;
    height: 100%;
    overflow: auto;
    display: flex;
    align-content: flex-start;
    flex-direction: column;
    padding: 0 3.5vw 3.5vw;
    justify-content: flex-end;
    text-align: left;
    animation: fadeout 1s ease both;
    overflow: hidden;
    align-items: flex-start;
}
body .mobmenu-content li.call {
    display:none;
}
body.show-nav-right .mobmenu-content {
	opacity:0;
	animation: fadein 1s ease both;
    animation-delay: 0.5s;
}
body .mobmenu-content .rightmtop, body .mobmenu-content .rightmtop li, body .mobmenu-content .rightmtop li a {
    padding: 0;
    margin: 0;
}
body .mobmenu-content .rightmtop li a img {
    position: absolute;
    left: 23px;
    top: 30px;
    width: 55px;
}
body .rightmbottom, .mobmenu-content .widget {
    margin: 0;
    width: 100%;
    padding: 20px 0 0;
}
.widget ul li {
    margin-bottom: 0;
}
body #custom_html-5, body .mobmenu-content li#text-2{
    width: 100%;
}
body .mobmenu-content .widget {
    padding-bottom: 0px;
    padding: 0;
}
.container.grid-container {
    padding-left: 0;
}
.nav-float-right #site-navigation {
    display: none;
}
.nav-align-center .main-nav>ul {
    width: 100px;
    margin-right: 60px;
}
.has-inline-mobile-toggle .mobile-menu-control-wrapper {
    display: none!important;
}


/*ABOUT*/
body .about-root h3 {
	text-align:left;
	color: var(--dark);
	padding-right:5vw;
}
.about-trigger {
    cursor: pointer;
    padding: 0;
    height: auto;
    display: block;
} 
.about-trigger .about-plus {
	flex:0 0 auto
}
.about-panel{
	position: fixed;
	right: 0;
	left: auto;
	bottom: 0;
	margin: 0;
	width: 50vw;
	height: 100svh;
	background: var(--dark); 
	color: var(--beige);
	z-index: 999999;
	transform: translateY(100%);
	transition: transform .65s cubic-bezier(.76,0,.24,1);
	will-change: transform;
	padding: 3.5vw;
	opacity: 1;
}
.about-panel[data-open]{
	transform: translateY(0);
}
.about-panel__title {
    color: var(--orange);
    padding: 0;
}
.about-panel__sub {
    margin: 0 0 25px;
    color: var(--orange);
}
.about-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
    max-height: 45vh;
    overflow: auto;
    padding-bottom: 20px;
}
.about-list p:not(.title) {
	font-size:24px;
}
.about-cta-wrap {
    margin-top: 45px;
    filter: blur(1.5px); /*temporaire*/
}
a.button.about-cta {
    border: 2px solid var(--orange);
    color: var(--orange);
    background: transparent;
    line-height: 45px;
}
a.button.about-cta:hover {
	border:2px solid var(--orange);
	background: var(--orange);
	color: var(--dark);
}
.about-close.menu-hotspot {
    top: 30px;
    right: 30px;
    left: auto;
    padding: 0;
}
.about-close.menu-hotspot:focus {
    background: var(--beige);
	color: var(--dark);
}
.menu-hotspot {
    position: absolute;
    top: 7.5vw;
    right: auto;
    left: 15vw;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--beige);
    color: var(--dark);
    font-weight: 900;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    user-select: none;
    transition: .3s;
    z-index: 5;
	padding:0;
}
.menu-hotspot:hover {
    background: var(--orange);
    color: var(--beige);
}
.menu-hotspot i {
    transform: rotate(0deg);
	transition:.3s;
	position:relative;
	top:1px;
}
.menu-hotspot:hover i {
    transform: rotate(90deg);
}
/* Scrollbar Webkit (Chrome, Edge, Safari) */
.about-list::-webkit-scrollbar {
  width: 7px;              /* largeur verticale */
  height: 7px;             /* hauteur horizontale */
}
.about-list::-webkit-scrollbar-track {
  background: var(--dark);      /* couleur du fond de track */
}
.about-list::-webkit-scrollbar-thumb {
  background-color: #322131;  /* couleur du pouce */
  border-radius: 50px;         /* arrondi */
  transition:.3s;
  /*border: 2px solid #1b0f1b;  /* petit contour pour "détacher" */
}
.about-list::-webkit-scrollbar-thumb:hover {
  background-color: var(--orange);  /* couleur au survol */
}
/* Scrollbar Firefox */
/*.about-list {
  scrollbar-width: thin;
  scrollbar-color: #ff6a00 #1b0f1b; 
}*/


/*INTRO*/
/* -- Letters -- */
#intro.intro {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100svh;
}
#intro .intro-title {
	position: relative;
	text-align: center;
	line-height: 1;
}
#intro .intro-word {
    display: flex;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 44vw;
    flex-wrap: nowrap;
    left: -2.5vw;
    position: relative;
    color: var(--orange);
    height: 100svh;
    align-items: center;
    margin-top: 2vw; /*centré*/
}
#intro .intro-letter {
	display: inline-block;
	transform: translateY(10px);
	opacity: 0;
}
body.introTitle #intro .intro-letter {
	animation: introLetter .6s cubic-bezier(.22,.61,.36,1) both;
	animation-delay: var(--d, 0s);
}
@keyframes introLetter {
	from {
		opacity: 0;
		transform: translateY(14px) scale(.98);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}
/* -- Logo splash -- */
#intro .intro-logo {
    position: absolute;
    inset: 0;
    display: flex;
    pointer-events: none;
    max-width: 100%;
    align-items: center;
    justify-content: center;
}
#intro .intro-logo img {
    width: 19vw;
    position: relative;
    top: -1vw;
}
#intro .intro-logo img,
#intro .intro-logo-fallback {
	transform: scale(5);
	opacity: 0;
}
body.introLogo #intro .intro-logo img,
body.introLogo #intro .intro-logo-fallback {
	animation: splash .375s ease both;
	animation-delay: .35s;
}
@keyframes splash {
	0% {
		opacity: 0;
		transform: scale(5);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
/* --- Carousel --- */
#intro .flickity-viewport {
    height: 100svh!important;
}
#intro .flickity-slider {
    display: flex;
    height: 100svh;
    align-content: center;
    align-items: center;
}
#intro .intro-carousel {
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(20px);
}
#intro .intro-carousel .carousel-slide {
	margin: 0;
	padding: 0;
	border-radius: 0;
	width: 22%;
}
#intro .intro-photo img{
	display:block;
	width:100%;
	height:auto;
	transform: translateY(var(--ty,0px)) rotate(var(--deg,0deg)) scale(1);
	will-change: transform;
}
body.introImages #intro .intro-carousel {
	animation: fadeUp .8s cubic-bezier(.22,.61,.36,1) both;
	animation-delay: .25s;
}
@keyframes fadeUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
/* --- Boutons --- */
#intro .intro-actions {
	opacity: 0;
	transform: translateY(15px);
	transition: opacity .6s ease, transform .6s ease;
}
body.open #intro .intro-actions {
    opacity: 1;
    transform: translateY(0);
    position: absolute;
    bottom: 6vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    gap: 3vw;
}
#intro .intro-actions .intro-btn {
    border: 2px solid var(--beige);
    background: transparent;
}
#intro .intro-actions .intro-btn:hover {
    border: 2px solid var(--beige);
    background: var(--beige);
	color: var(--dark);
}


/*MENUS*/
.menu-section {
    display: flex;
    align-items: stretch;
    gap: 0;
    padding: 0;
    min-height: 100svh;
}
.menu-section__media, .menu-section__content {
    flex: 1 1 50%;
    padding: 5vw 3.5vw;
}
.menu-section__media {
    position: relative;
    min-height: 100svh;
    overflow: hidden;
}
.menu-section.image-right .menu-section__media {
	order:2;
}
.menu-section.image-right .menu-section__content {
	order:1;
}
.menu-section.image-right .menu-section__content {
	text-align:right;
}
.menu-section__media img {
	position:absolute;
	inset:0;
	width:100%;
	height:100%;
	object-fit:cover;
	opacity:0;
	transition:opacity 900ms ease;
}
.menu-section__media img.is-active {
	opacity:1;
}
.menu-section h2 span {
    color: var(--orange);
    font-size: 0.5em;
    position: relative;
    top: -4.5vw;
    left: -0.7vw;
}
.menu-signe {
    position: relative;
	z-index:1;
}
.menu-signe img {
    display: block;
    position: absolute;
    top: -2.5vw;
    left: -0.65vw;
    height: 4vw;
}
.image-right .menu-signe img {
    right: -0.65vw;
    left: auto;
}
.menu-section .menu-title {
	position: relative;
}
.menu-desc p {
    padding-bottom: 1.5vw;
    padding-right: 5vw;
}
.menu-section.image-right .menu-desc p {
    padding-right: 0;
	padding-left: 5vw;
}
.menu-desc p strong {
	font-size: 38px;
}
#dumplings-maison .menu-desc:after, #dumplings .menu-desc:after {
    content: "";
    display: block;
    background: url(/wp-content/uploads/dumplings.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20vw;
    height: 10vw;
    margin-top: 3vw;
}
#bubble-tea-frappes p, #bubble-tea p {
    color: var(--dark);
}
.menu-block {
    padding-top: 4vw;
}


/*PHILOSOPHIE*/
#philosophie * {
    color: var(--beige);
    background: transparent;
    border: 0;
}
body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a span {
    background: var(--beige) !important;
    color: var(--green) !important;
    display: inline-block;
    border-color: var(--beige) !important;
}
body .vc_tta.vc_general .vc_tta-tab>a span {
    border: 2px solid !important;
    line-height: 45px;
    margin-right: 15px;
}
body .vc_tta.vc_general .vc_tta-tab>a {
    padding: 0;
}
body .vc_tta.vc_general .vc_tta-panel-body {
    padding: 35px 0 0;
	max-width: 85%;
}
body .vc_tta.vc_general {
    margin-top: 30px;
}


/*RESTAURANTS*/
#restaurants .image .vc_column-inner {
    min-height: 100svh;
    background-size: cover;
    background-position: center;
}
.restaurant p, li .restaurant p a {
    line-height: 1.2;
    padding: 0;
    font-size: 24px;
	letter-spacing:0;
}
.restaurant__contact {
    display: flex;
    justify-content: flex-start;
    gap: 50px;
}
.restaurant__actions {
    text-align: right;
}
.restaurant__map {
    margin-top: -4px;
}
.restaurant a.button {
    background: transparent;
    border: 2px solid;
    font-size: 0.6em;
    height: 32px;
    padding: 2px 18px 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.restaurant a.button:hover {
    background: var(--beige);
	color: var(--green);
	border-color: var(--beige);
}
.site-footer .restaurant a.button:hover {
	color: var(--dark);
}
.restaurant__opening {
    padding-top: 20px;
    padding-bottom: 20px;
}


/*FOOTER*/
.site-footer .restaurant__opening, .site-footer .restaurant__actions {
	display:none;
}
.site-footer .restaurants {
    text-align: right;
}
.site-footer .restaurant__contact {
    justify-content: flex-end;
}
body .site-footer .footer-widgets-container .inside-footer-widgets {
    margin-left: 0;
}
body .site-footer .footer-widgets-container .inner-padding {
    padding: 0;
}
.footer-widgets-container {
    padding: 5vw;
}
.site-info {
	display:none;
}
.footer-widgets {
    background-color: var(--dark);
}
.footer-widgets img {
    width: 150px;
}
body .footer-widgets .socials {
    justify-content: center;
    margin-top: 0;
}
.footer-widgets .socials a.button, .footer-widgets .socials .icon {
    color: var(--dark);
}
.inside-footer-widgets {
    align-items: center;
}
.site-footer .socials a:hover {
    background: var(--orange);
	color: var(--beige);
}


/******************************/
/******************************/
/*RESPONSIVE*/
/******************************/
/******************************/

/*2000px*/
@media only screen and (min-width: 2000px) {
#intro .intro-word {
    left: -2vw;
}
body, p {
    font-size: 38px;
}
.restaurant p, li .restaurant p a {
    font-size: 30px;
}
.menu-desc p strong {
    font-size: 45px;
}
.footer-widgets img {
    width: 200px;
}
.about-panel, body.mob-menu-slideout-over .mobmenu-right-alignment {
    width: 40vw;
    max-width: 40vw;
    min-width: 40vw;
}
body #mobmenuright li a {
    font-size: 5.5vw;
}
}


/*1366px*/
@media only screen and (max-width: 1366px) {
.about-list {
    max-height: 40vh;
}
#intro .intro-word {
    font-size: 45vw;
    left: -3vw;
}
.menu-desc p strong {
    font-size: 35px;
}
body, p {
    font-size: 28px;
}
.about-list p:not(.title), .restaurant p, li .restaurant p a {
    font-size: 23px;
}
}

/*1024px*/
@media only screen and (max-width: 1024px) {
#intro .intro-carousel .carousel-slide {
    width: 42%;
}
body .inside-header, body .grid, body .footer-widgets-container, .inside-site-info, body article:not(.post) .inside-article .entry-header {
    padding-left: 7vw;
    padding-right: 7vw;
}
body .mob-menu-header-holder {
    right: 7vw;
}
body .rightmtop {
    top: 7vw;
    left: 7vw;
}
.menu-section {
	flex-direction: column;
}
.menu-section.image-left {
	flex-direction: column-reverse;
}
.menu-section__media, .menu-section__content {
    flex: 1 1 50%;
    padding: 10vw 7vw;
}
h2 {
	font-size: 23vw;
	padding-bottom: 2vw;
}
h3 {
    font-size: 10vw;
    line-height: 0.9;
}
.image-right h2 {
    left: -0.35vw;
}
.image-right .menu-signe img, .menu-signe img {
    right: auto;
    left: -0.4vw;
}
.menu-section.image-right .menu-desc p {
    padding-right: 0;
    padding-left: 0;
}
.menu-section.image-right .menu-section__content {
    text-align: left;
}
.menu-signe img {
    top: -4.5vw;
    height: 7vw;
}
.menu-desc p {
    padding-bottom: 2.5vw;
    padding-right: 0;
}
#dumplings-maison .menu-desc:after, #dumplings .menu-desc:after {
    background-position: left center;
	background-size: 40vw;
    height: 20vw;
    margin-top: 3vw;
}
.about-panel, body.mob-menu-slideout-over .mobmenu-right-alignment, .mobmenu-right-alignment {
    width: 75vw;
    max-width: 75vw;
    min-width: 75vw;
}
body .mobmenu-content, .about-panel {
    padding: 10vw 7vw 7vw;
}
.inside-footer-widgets>div {
    flex: auto;
}
#intro .intro-logo img {
    width: 22vw;
}
.menu-section__media {
    max-height: 100svh;
    min-height: 100svh;
	height: 100vh!important;
    height: 100svh!important;
    height: 100dvh!important;
    padding: 0 !important;
}
.menu-section h2 span {
    display: none;
}
.menu-block {
    padding-top: 9vw;
}
.menu-hotspot {
    top: 15vw;
    left: 30vw;
}
}


/*768px*/
@media only screen and (max-width: 768px) {
.about-panel, body.mob-menu-slideout-over .mobmenu-right-alignment, .mobmenu-right-alignment {
	width: 100vw;
	max-width: 100vw;
	min-width: 100vw;
	height: 100vh;
	height: 100svh;
	height: 100dvh;
}
.has-inline-mobile-toggle .header-widget, .has-inline-mobile-toggle #site-navigation {
	flex-basis: unset;
	margin: 0;
}
.footer-widgets-container {
    padding: 75px;
}
.site-footer .restaurants {
    text-align: center;
}
body .inside-footer-widgets>div:not(:last-child) {
	margin-bottom: 0;
}
body .inside-footer-widgets>div:not(.footer-widget-2) {
	margin-bottom: 30px;
}
.footer-widget-1 {
	order:1;
}
.footer-widget-3 {
	order:2;
}
.footer-widget-2 {
	order:3;
	margin-top: 10px;
}
.about-list {
	max-height: 55vh;
	max-height: 55svh;
	max-height: 55dvh;
}
}


/*641px*/
@media only screen and (max-width: 641px) {
#intro .intro-logo img {
	width: 60vw;
}
.menu-signe img {
	top: -5.5vw;
	height: 8vw;
}
.about-panel__sub {
    margin: 0 0 20px;
    font-size: 5.5vw;
}
h2 {
	font-size: 25vw;
	padding-bottom: 4vw;
}
.menu-section__media, .menu-section__content {
	padding: 13vw 4vw;
}
.menu-desc p strong {
	font-size: 30px;
}
body, p {
	font-size: 24px;
}
.about-list p:not(.title), .restaurant p, li .restaurant p a {
	font-size: 21px;
}
body .inside-header, body .grid, body .footer-widgets-container, .inside-site-info, body article:not(.post) .inside-article .entry-header {
	padding-left: 4vw;
	padding-right: 4vw;
}
body .mob-menu-header-holder {
	right: 4vw;
}
.padding, .padding.vc_column_container {
	padding: 100px 5vw;
}
body .mobmenu-content, .about-panel {
	padding: 10vw 5vw;
}
body.nav-float-right .header-widget {
    right: 60px;
}
a.button, button, body .mobmenu-content li .socials a.button, body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern, body .gform_wrapper .gform_footer input.button, body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus, body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a span {
	font-size: 25px;
	height: 40px;
	line-height: 42px;
	padding-left: 20px;
	padding-right: 20px;
}
#intro .intro-actions .intro-btn {
    width: 40vw;
    padding-left: 0;
    padding-right: 0;
}
body.open #intro .intro-actions {
    bottom: 5vh;
	bottom: 5svh;
	bottom: 5dvh;
    flex-wrap: wrap;
}
#intro .intro-carousel .carousel-slide {
	width: 45%;
}
body .mobmenu-content li .socials .icon, .socials .icon {
    height: 40px;
    width: 40px;
    font-size: 25px;
}
body .mobmenu-content li .socials a.button, .socials a.button {
    height: 40px;
    line-height: 44px;
}
body .mobmenu-content li .socials, .socials {
	gap: 12px;
}
.about-panel__close, body .mobmenu-right-panel .mobmenu-right-bt, .mobmenu-right-panel .mobmenu-right-bt {
    right: 5vw;
    top: 5vw;
}
.footer-widgets img {
    width: 150px;
    margin-top: -20px;
}
h3 {
	font-size: 15vw;
}
body .about-root h3 {
    padding-right: 15vw;
}
.menu-hotspot {
	top: 35vw;
	left: 40vw;
}
.about-list {
	max-height: initial;
	padding-bottom: 0;
}
.about-panel {
	overflow: auto;
}
#dumplings-maison .menu-desc:after, #dumplings .menu-desc:after {
	background-size: 50vw;
	height: 24vw;
}
body .rightmtop {
	left: 4.5vw;
}
.restaurant a.button {
    font-size: 20px;
	padding-top:3px;
}
.about-close.menu-hotspot {
    top: 5vw;
    right: 5vw;
}
a.button.about-cta {
    padding-top: 6px;
}
.about-cta-wrap {
    margin-top: 35px;
}
}


/*480px*/
@media only screen and (max-width: 480px) {
.menu-desc p strong {
	font-size: 28px;
}
.menu-desc p {
	font-size: 23px;
}
}


/*Landscape view Tablet Sm*/
@media screen and (orientation: landscape) and (max-width: 1024px) {
#intro .intro-carousel .carousel-slide {
	width:30%;
}
}


/*Landscape view mobile*/
@media screen and (orientation: landscape) and (max-width: 900px) {
#intro .intro-carousel .carousel-slide {
	width:20%;
}
.restaurant__opening {
    display: none;
}
.menu-hotspot {
	top: 3vw;
	left: 43vw;
}
body .rightmtop {
	top: 4vw;
	left: 5vw;
}
h3 {
	font-size: 6vw;
}
body .mobmenu-content, .about-panel {
	padding:  5vw;
}
.about-panel {
    overflow: auto;
}
.about-list {
	max-height: initial;
}
}