@view-transition{navigation:auto}::view-transition-old(root){animation:.9s ease-in-out left-out}::view-transition-new(root){animation:.9s ease-in-out left-in}@keyframes fade-in{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-out{from{opacity:1}to{opacity:0}}@keyframes zoom-in{from{opacity:0;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@keyframes zoom-out{from{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.2)}}@keyframes up-in{from{transform:translatey(100%)}to{transform:translatey(0)}}@keyframes up-out{from{transform:translatey(0)}to{transform:translatey(-100%)}}@keyframes left-in{from{transform:translatex(100%)}to{transform:translatex(0)}}@keyframes left-out{from{transform:translatex(0)}to{transform:translatex(-100%)}}@keyframes asCameraPanDown{100%{object-position:center bottom}}@keyframes asCameraPanDownBg{0%{background-position:center top}100%{background-position:center bottom}}@keyframes asVideoPanDown{0%{transform:translateY(0)}100%{transform:translateY(-28%)}}:root{color-scheme:light dark;--outer-x: clamp(2rem, 6vw, 6rem);--outer-x-mobile: clamp(1.25rem, 3vw, 3rem);--meso-mobile-x2:3.5rem;--image-height-320px:320px;--color-base:light-dark(var(--wp--preset--color--base-light), var(--wp--preset--color--base-dark));--color-foreground:light-dark(var(--wp--preset--color--foreground-light), var(--wp--preset--color--foreground-dark));--color-primary:light-dark(var(--wp--preset--color--primary-light), var(--wp--preset--color--primary-dark));--color-secondary:light-dark(var(--wp--preset--color--secondary-light), var(--wp--preset--color--secondary-dark));--color-accent:light-dark(var(--wp--preset--color--accent-light), var(--wp--preset--color--accent-dark));--dawn-top-light:#F9F6F0;--dawn-bottom-light:#CC854C;--dawn-top-dark:#283D3C;--dawn-bottom-dark:#1F1109;--dawn-top:light-dark(var(--dawn-top-light, #E6FFFC), var(--dawn-top-dark, #283D3C));--dawn-bottom:light-dark(var(--dawn-bottom-light, #CC854C), var(--dawn-bottom-dark, #1F1109));--line-height-menu-font:1;--theme-transition:all .3s ease-in-out}@media(min-width: 481px){:root{--meso-mobile-x2:1.5rem}}@media(max-width: 781px){.text-on-mobile-90deg{writing-mode:sideways-lr}.wp-block-group:has(.text-on-desktop-90deg){flex-wrap:wrap}}@media(min-width: 782px){:root{--outer-x: clamp(6rem, 11vw, 11rem);--outer-x-mobile: clamp(3rem, 3vw, 3rem);--meso-mobile-x2:1.5rem;--line-height-menu-font:1.3}.text-on-desktop-90deg{writing-mode:sideways-lr;align-self:flex-end}}.z-index--0{z-index:0}:focus{outline:none}strong{font-weight:900}.text-90deg{writing-mode:sideways-lr}.backdrop-blur-9px{backdrop-filter:blur(7px)}::-webkit-scrollbar{width:0;display:none}div:has(.section-anchor),section:has(.section-anchor){position:relative}.has-menu-font-size{line-height:var(--line-height-menu-font, 1.3)}a.wp-block-post-excerpt__more-link{background-color:var(--wp--preset--color--accent);color:var(--wp--preset--color--base);font-size:var(--wp--preset--font-size--footer-menu);padding:var(--wp--preset--spacing--button-y) var(--wp--preset--spacing--button-x);text-decoration:none;border-radius:4px;line-height:1.3;margin-top:var(--wp--preset--spacing--1-2-rem);transition:var(--theme-transition)}a.wp-block-post-excerpt__more-link:hover{transform:translateY(-0.2rem);box-shadow:5px calc(5px + .2rem) 15px 0 rgba(0,0,0,.1) !important}#mode-toggle{--switcher-width: 8rem;--switcher-height: 2rem;position:relative;width:var(--switcher-width);height:var(--switcher-height);border-radius:5px}#mode-toggle input{appearance:none;width:calc(var(--switcher-width) - 5px);height:inherit;margin:auto;border-radius:5px;background-color:var(--wp--preset--color--accent);outline:none;transition:.25s}#mode-toggle input::before,#mode-toggle input::after{position:absolute;top:50%;transform:translatey(-50%);letter-spacing:.5px;z-index:2}#mode-toggle input::after{content:"light";left:20px}#mode-toggle input::before{content:"dark";right:20px}#mode-toggle input:not(:checked){background-color:var(--wp--preset--color--accent)}#mode-toggle input:not(:checked)::before{color:var(--wp--preset--color--base);transition:.25s}#mode-toggle input:not(:checked)::after{color:var(--wp--preset--color--foreground);transition:color .25s}#mode-toggle input:not(:checked)+label{left:5px;right:67px;background-color:var(--wp--preset--color--base);transition:left .5s ease-in-out,right .35s ease-in-out .4s}#mode-toggle input:checked{background-color:var(--wp--preset--color--accent);transition:background-color .4s}#mode-toggle input:checked::before{color:var(--wp--preset--color--foreground);transition:color .25s}#mode-toggle input:checked::after{color:var(--wp--preset--color--base);transition:color .25s}#mode-toggle input:checked+label{left:66px;right:10px;background-color:var(--wp--preset--color--base);transition:right .5s ease-in-out,left .35s ease-in-out .4s,background-color .35s}#mode-toggle label{position:absolute;top:4px;bottom:4px;border-radius:4px;z-index:1}@media(max-width: 781px){.is-layout-grid.is-style-mobile-one-column{grid-template-columns:repeat(1, minmax(0, 1fr)) !important}.is-layout-grid.is-style-mobile-one-column div:empty{aspect-ratio:1;z-index:1}}@media(min-width: 782px){.is-layout-grid.is-style-mobile-one-column.forced-line>div:nth-of-type(4){grid-column:1/2;grid-row:2/3}}@media screen and (min-width: 601px)and (max-width: 1024px){.is-layout-grid.grid-columns-tablet-2{grid-template-columns:repeat(2, minmax(0, 1fr)) !important}}@media(min-width: 601px){.is-layout-grid.query-grid-first-bigger li:first-child{grid-column:1/3}}p.wp-block-paragraph[style="column-count:2"]{column-gap:var(--wp--preset--spacing--1-2-rem, 2rem)}@media(min-width: 601px){p.wp-block-paragraph[style="column-count:2"]{text-align:justify}}@media(max-width: 600px){p.wp-block-paragraph[style="column-count:2"]{column-count:1 !important}}.wp-block-cover.events-hero>div{flex:1 0 100%}.wp-block-cover.events-hero .events-hero-infos::before{content:"";display:block;width:51px;height:51px;position:absolute;top:0;right:0;background-color:inherit;border-radius:21px;corner-shape:scoop;transform:translate(30px, -21px)}.wp-block-cover.events-hero .events-hero-infos::after{content:"";display:block;width:51px;height:51px;position:absolute;left:0;bottom:0;background-color:inherit;border-radius:21px;corner-shape:scoop;transform:translate(-21px, 30px)}.wp-block-cover.as-hero-pan-down{overflow:hidden;position:relative}.wp-block-cover.as-hero-pan-down .wp-block-cover__image-background,.wp-block-cover.as-hero-pan-down img{animation:asCameraPanDown 9s ease-in-out forwards;object-fit:cover;transform:scale(1.01)}.wp-block-cover.as-hero-pan-down .wp-block-cover__image-background.has-parallax,.wp-block-cover.as-hero-pan-down img.has-parallax{animation:asCameraPanDownBg 9s ease-in-out forwards;background-position:center top}.wp-block-cover .as-hero-video-pan{position:relative;overflow:hidden}.wp-block-cover .as-hero-video-pan .wp-block-cover__video-background,.wp-block-cover .as-hero-video-pan video{width:100% !important;height:140% !important;object-fit:cover;position:absolute;top:0;left:0;animation:asVideoPanDown 10s ease-in-out forwards}.wp-block-cover.has-hover-effect{transition:var(--theme-transition)}.wp-block-cover.has-hover-effect:hover{transform:translateY(-1rem);box-shadow:6px calc(6px + 1rem) 25px 3px rgba(0,0,0,.2) !important}.wp-block-cover.fix-height .wp-block-cover__inner-container.is-layout-flow.wp-block-cover-is-layout-flow{height:unset}.wp-block-cover.fix-min-height{min-height:100% !important}@media(max-width: 480px){.wp-block-buttons .wp-block-button{flex:1 0 100%}}.wp-block-buttons .wp-block-button .wp-block-button__link{transition:var(--theme-transition)}.wp-block-buttons .wp-block-button .wp-block-button__link:hover{transform:translateY(-0.2rem);box-shadow:5px calc(5px + .2rem) 15px 0 rgba(0,0,0,.1) !important}.wp-block-table.opentimes-table table em{font-size:.8rem}header{position:fixed;top:0;left:0;right:0;z-index:999;transition:background-color .5s ease-out}header .wp-block-site-logo.in-header img{filter:brightness(30) contrast(1);transition:filter .5s ease-out}header button.wp-block-navigation__responsive-container-open.always-shown{transform:scale(1.5);color:var(--wp--preset--color--base-light)}header .as-lang-switcher{color:var(--wp--preset--color--base-light);font-size:1rem !important;background-color:var(--wp--preset--color--current-color-15);padding:0 .5rem;border-radius:4px}header .as-lang-switcher>*{color:inherit}header.as-active{background-color:var(--wp--preset--color--base)}header.as-active .wp-block-site-logo.in-header img{filter:unset}header.as-active button.wp-block-navigation__responsive-container-open.always-shown{color:unset}header.as-active .as-lang-switcher{color:var(--wp--preset--color--primary)}ul.dawn-hover-item li a{position:relative;display:inline-block;padding:10px 20px;color:rgba(0,0,0,0) !important;text-decoration:none;-webkit-text-stroke:.5px var(--wp--preset--color--foreground);background-image:linear-gradient(to top, var(--wp--preset--color--accent-light) 0%, var(--wp--preset--color--accent-dark) 45%, transparent 50%, transparent 100%);background-size:100% 200%;background-position:top;-webkit-background-clip:text;background-clip:text;transition:background-position .7s ease-out,color .5s ease,-webkit-text-stroke .7s ease}ul.dawn-hover-item li a:hover{-webkit-text-stroke:.5px rgba(0,0,0,0);background-position:bottom}ul.dawn-hover-item li.current-menu-item a{-webkit-text-stroke:.5px rgba(0,0,0,0);background-position:bottom}article.card-menu{position:relative}article.card-menu .article-link{width:100%;transition:all .3s ease-in-out}article.card-menu .article-link figure{border-radius:21px 21px 0 0;overflow:hidden}article.card-menu .article-link figure img{transition:all .3s ease-in-out}article.card-menu .article-link>div{position:relative}article.card-menu .article-link:hover figure img{transform:scale(1.1)}.menu-frontend-wrapper{margin:0 auto}.menu-frontend-wrapper .menu-cat-section{margin-bottom:50px}.menu-frontend-wrapper .menu-cat-title{font-size:2rem;border-bottom:2px solid var(--wp--preset--color--current-color-15);padding-bottom:10px;margin-bottom:25px;text-transform:uppercase}.menu-frontend-wrapper .price-row{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:5px;font-size:.95rem;color:#333;flex-grow:1}.menu-frontend-wrapper .price-row>div{display:flex;flex-grow:1;justify-content:inherit;border-bottom:1px dotted #ddd;padding-bottom:2px;margin-bottom:6px}.menu-frontend-wrapper .price-row .price-qty{padding-right:15px}.menu-frontend-wrapper .price-row .price-value{font-weight:bold;line-height:1.3;font-size:clamp(1.125rem,1.2vw,1.2rem);color:#000}.menu-frontend-wrapper .menu-item-allergens{font-size:.85rem;color:#d63638;margin-bottom:15px;display:inline-block}.menu-frontend-wrapper .menu-item-allergens .allergen-tooltip{position:relative;cursor:help;text-decoration:underline dotted #d63638;text-underline-offset:3px;font-weight:600;outline:none}.menu-frontend-wrapper .menu-item-allergens .allergen-tooltip::after{content:attr(data-title);position:absolute;bottom:calc(100% + .5rem);left:-10px;background-color:#333;color:#fff;padding:1em;border-radius:6px;font-size:.625rem;white-space:normal;width:max-content;max-width:220px;text-align:center;line-height:1.4;z-index:100;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;box-shadow:0 4px 10px rgba(0,0,0,.15);pointer-events:none}.menu-frontend-wrapper .menu-item-allergens .allergen-tooltip::before{content:"";position:absolute;bottom:calc(100% - 4px);left:20px;border-width:6px;border-style:solid;border-color:#333 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);z-index:100;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.menu-frontend-wrapper .menu-item-allergens .allergen-tooltip:hover::after,.menu-frontend-wrapper .menu-item-allergens .allergen-tooltip:hover::before,.menu-frontend-wrapper .menu-item-allergens .allergen-tooltip:focus::after,.menu-frontend-wrapper .menu-item-allergens .allergen-tooltip:focus::before{opacity:1;visibility:visible}.menu-frontend-wrapper .menu-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));gap:var(--wp--preset--spacing--1-2-rem, 1rem);margin:var(--wp--preset--spacing--1-2-rem) 0 var(--wp--preset--spacing--outer-y)}.menu-frontend-wrapper .menu-grid .menu-item-card{background:#fff;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,.05);overflow:hidden;display:flex;flex-direction:column}.menu-frontend-wrapper .menu-grid .menu-item-card .menu-item-img{width:100%;height:200px;object-fit:cover}.menu-frontend-wrapper .menu-grid .menu-item-card .menu-item-content{padding:20px;display:flex;flex-direction:column;flex-grow:1}.menu-frontend-wrapper .menu-grid .menu-item-card .menu-item-content .menu-item-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:10px}.menu-frontend-wrapper .menu-grid .menu-item-card .menu-item-content .menu-item-header .menu-item-title{font-size:1.25rem;margin:0;color:#111;font-weight:700}.menu-frontend-wrapper .menu-grid .menu-item-card .menu-item-content .menu-item-header .menu-item-code{font-size:.8rem;background:#f5f5f5;padding:2px 6px;border-radius:4px;color:#666}.menu-frontend-wrapper .menu-grid .menu-item-card .menu-item-content .menu-item-desc{color:#555;font-size:.95rem;line-height:1.5;margin-bottom:15px;flex-grow:1}.menu-frontend-wrapper .menu-grid .menu-item-card .menu-item-content .menu-item-prices{border-top:1px dashed #eee;padding-top:12px}.menu-frontend-wrapper .menu-table-wrapper{overflow-x:auto;border-radius:8px}.menu-frontend-wrapper .menu-table-wrapper .menu-frontend-table{width:100%;border-collapse:collapse}@media(min-width: 782px){.menu-frontend-wrapper .menu-table-wrapper .menu-frontend-table{min-width:600px}}.menu-frontend-wrapper .menu-table-wrapper .menu-frontend-table thead{font-family:"Cormorant Garamond"}.menu-frontend-wrapper .menu-table-wrapper .menu-frontend-table tr{display:grid;grid-template-columns:clamp(13rem,20vw,20rem) 3fr 189px;background:#fff;box-shadow:0 4px 15px rgba(0,0,0,.05)}@media(max-width: 781px){.menu-frontend-wrapper .menu-table-wrapper .menu-frontend-table tr{grid-template-columns:1fr}.menu-frontend-wrapper .menu-table-wrapper .menu-frontend-table tr:not(:first-child){border-top:2px dashed rgba(0,0,0,.5)}}.menu-frontend-wrapper .menu-table-wrapper .menu-frontend-table th,.menu-frontend-wrapper .menu-table-wrapper .menu-frontend-table td{padding:20px;text-align:left;border-bottom:1px solid #eaeaea;vertical-align:top}@media(max-width: 781px){.menu-frontend-wrapper .menu-table-wrapper .menu-frontend-table th,.menu-frontend-wrapper .menu-table-wrapper .menu-frontend-table td{display:block;width:auto !important}}.menu-frontend-wrapper .menu-table-wrapper .menu-frontend-table th{background:var(--wp--preset--color--secondary-light);font-weight:700;color:var(--wp--preset--color--base-light);text-transform:uppercase;font-size:.9rem}.menu-frontend-wrapper .menu-table-wrapper .menu-frontend-table .tbl-title-block{display:flex;align-items:center;gap:1rem}.menu-frontend-wrapper .menu-table-wrapper .menu-frontend-table .tbl-title-block .tbl-img{width:70px;height:70px;object-fit:cover;border-radius:5px}.menu-frontend-wrapper .menu-table-wrapper .menu-frontend-table .tbl-title-block .tbl-title{font-weight:700;color:#111;font-size:1.1rem;line-height:1}.menu-frontend-wrapper .menu-table-wrapper .menu-frontend-table .tbl-title-block .menu-item-code{font-size:.8rem;background:#f5f5f5;padding:2px 6px;border-radius:4px;color:#666}.menu-frontend-wrapper .menu-table-wrapper .menu-frontend-table .tbl-desc{font-size:.95rem;color:#555;margin-bottom:8px}body{position:relative;background-repeat:repeat-y;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23A35C37' opacity='0.04'%3E%3Cpath d='M35,60 Q30,40 32,25 Q35,22 38,25 Q38,40 40,55 M43,55 Q43,30 45,15 Q48,12 50,15 Q49,35 49,55 M53,55 Q55,32 57,18 Q60,16 62,19 Q59,38 58,58 M62,60 Q66,40 70,30 Q73,30 73,34 Q68,48 66,63 M32,62 Q20,58 15,50 Q12,48 14,45 Q22,50 33,58 M35,60 C35,70 40,85 50,90 C60,85 65,70 65,60 Z'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23A35C37' opacity='0.04'%3E%3Cpath d='M45,35 C40,45 35,55 38,70 C40,80 48,85 55,80 C62,75 60,60 55,50 C52,42 50,38 48,35 Z M48,26 C51,26 52,29 50,31 C48,32 46,30 46,28 C46,26 47,26 48,26 Z M39,29 C41,29 42,32 40,34 C38,35 36,33 37,31 C37,29 38,29 39,29 Z M57,28 C59,28 60,31 58,33 C56,34 54,32 55,30 C55,28 56,28 57,28 Z M33,35 C35,35 36,37 35,39 C34,40 32,39 32,37 C32,35 33,35 33,35 Z M63,33 C65,33 66,35 65,37 C64,38 62,37 62,35 C62,33 63,33 63,33 Z'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' stroke='%23A35C37' stroke-width='1.5' stroke-linecap='round' fill='none' opacity='0.04'%3E%3Ccircle cx='50' cy='25' r='4' fill='%231f2937'/%3E%3Cpath d='M50,29 L50,60 M30,40 Q50,35 70,40 M40,80 L50,60 L60,80 M25,20 Q50,10 75,20 M20,85 Q50,75 80,85'/%3E%3C/svg%3E");background-position:right -5% top 37%,left -4% top 19%,right 34% top 70%;background-size:300px 20%,400px 20%,300px 641px}@media(max-width: 768px){body{background-image:none}}.has-cave-paintings{position:relative;background-repeat:repeat-y;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23A35C37' opacity='0.03'%3E%3Cpath d='M35,60 Q30,40 32,25 Q35,22 38,25 Q38,40 40,55 M43,55 Q43,30 45,15 Q48,12 50,15 Q49,35 49,55 M53,55 Q55,32 57,18 Q60,16 62,19 Q59,38 58,58 M62,60 Q66,40 70,30 Q73,30 73,34 Q68,48 66,63 M32,62 Q20,58 15,50 Q12,48 14,45 Q22,50 33,58 M35,60 C35,70 40,85 50,90 C60,85 65,70 65,60 Z'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23A35C37' opacity='0.03'%3E%3Cpath d='M45,35 C40,45 35,55 38,70 C40,80 48,85 55,80 C62,75 60,60 55,50 C52,42 50,38 48,35 Z M48,26 C51,26 52,29 50,31 C48,32 46,30 46,28 C46,26 47,26 48,26 Z M39,29 C41,29 42,32 40,34 C38,35 36,33 37,31 C37,29 38,29 39,29 Z M57,28 C59,28 60,31 58,33 C56,34 54,32 55,30 C55,28 56,28 57,28 Z M33,35 C35,35 36,37 35,39 C34,40 32,39 32,37 C32,35 33,35 33,35 Z M63,33 C65,33 66,35 65,37 C64,38 62,37 62,35 C62,33 63,33 63,33 Z'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' stroke='%23A35C37' stroke-width='1.5' stroke-linecap='round' fill='none' opacity='0.03'%3E%3Ccircle cx='50' cy='25' r='4' fill='%231f2937'/%3E%3Cpath d='M50,29 L50,60 M30,40 Q50,35 70,40 M40,80 L50,60 L60,80 M25,20 Q50,10 75,20 M20,85 Q50,75 80,85'/%3E%3C/svg%3E");background-position:right -5% top 37%,left -4% top 19%,right 34% top 70%;background-size:300px 20%,400px 20%,300px 641px}@media(max-width: 768px){.has-cave-paintings{background-image:none}}html,body{scroll-behavior:smooth}:focus{outline:none}@media(min-width: 781px){.reverse-on-desktop{flex-direction:row-reverse}}