@font-face {
    font-family: "Tiffany";
    font-weight: 900;
    src: url('../fonts/tiffany/TiffanyStd-Heavy.otf') format('opentype');
    font-display: swap;
}

@font-face {
    font-family: "Tiffany";
    font-weight: 600;
    src: url('../fonts/tiffany/TiffanyStd-Demi.otf') format('opentype');
    font-display: swap;
}

@font-face {
    font-family: "Tiffany";
    font-weight: 400;
    src: url('../fonts/tiffany/TiffanyStd.otf') format('opentype');
    font-display: swap;
}

:root {
    --header-height: 100px;
    --filter-height:90px;
    --container-width-1:1200px;
}

*, ::before, ::after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
    font-size: 18px;
    font-weight: 400;
    color: #606060;
}

b {
    font-weight:500;
}

svg {
    -webkit-transform: scale(1);
    transform: scale(1);
}

img {
    display:block;
}

button {
    cursor:pointer;
}

button, select, option, input {
    font-family: inherit;
    color: inherit;
    font-size: inherit;
}

::-webkit-input-placeholder {
    font-style: italic;
    color: #7e7e7e;
}

:-moz-placeholder {
    font-style: italic;
    color: #7e7e7e;
}

::-moz-placeholder {
    font-style: italic;
    color: #7e7e7e;
}

:-ms-input-placeholder {
    font-style: italic;
    color: #7e7e7e;
}

* {
    -webkit-tap-highlight-color: transparent;
}

input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

a, a:hover, a:visited, a:active {
    text-decoration: none;
}

img, embed, object, video {
    max-width: 100%;
}



h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    color: #606060;
}

body {
    font-family: 'Outfit', sans-serif,'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
    font-family: 'Outfit', sans-serif;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


body.modal-open {
    overflow:hidden;
}


/*SCROLLBAR*/
body {
    --scrollbar-foreground: #313f31;
    --scrollbar-background: transparent;
    /* Foreground, Background */
    scrollbar-color: var(--scrollbar-foreground) var(--scrollbar-background);
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: 12px; /* Mostly for vertical scrollbars */
    height: 15px; /* Mostly for horizontal scrollbars */
}

body::-webkit-scrollbar-thumb {
    background: var(--scrollbar-foreground);
}

body::-webkit-scrollbar-track {
    background: var(--scrollbar-background);
}
/*END SCROLLBAR*/


.paragraph {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 300;
    color: #313f31;
}

.app-input {
    font-size: 18px;
    border: 1px #313f31 solid;
    padding:10px 15px;
    border-radius:13px;
    line-height:1.5;
}

.app-input-transparent {
    z-index:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    opacity:0;
    /*visibility:hidden;*/
}

.col-span-2 {
    grid-column: span 2 / span 2;
}

.font-weight-600 {
    font-weight:600;
}
.button-sm {
    font-size: 20px;
    font-weight: 500;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-width: 2px;
    border-color: #707070;
    color: #8e6248;
    border-style: solid;
    border-radius: 999px;
    background-color: white;
    display:flex;
    align-items:center;
    gap:5px;
}

.button-sm svg {
    height:20px;
}

.button-md {
    font-size: 20px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-width: 2px;
    border-color: #707070;
    color: #8e6248;
    border-style: solid;
    border-radius: 999px;
    background-color:white;
}

.button-gray-1 {
    border-color: #000000;
    color: #707070;
    background-color: #f4f4f4;
}


.button-brown-1 {
    border-color: #8e6248;
    color: #ffffff;
    background-color: #8e6248;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.button-brown-1:hover {
    border-color: #39261a;
    background-color: #39261a;
}

.button-brown-2 {
    border-color: #8e6248;
    color: #8e6248;
    background-color: #ffffff;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.button-brown-2:hover {
    border-color: #39261a;
    color: #ffffff;
    background-color: #39261a;
}


.button-green-1 {
    border-color: #DBE3CC;
    color: #DBE3CC;
    background-color: transparent;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.button-green-1:hover {
    border-color: #DBE3CC;
    color: #39261a;
    background-color: #DBE3CC;
}


.link {
    color: #313f31;
    font-size:20px;
    line-height:1;
    font-weight:500;
    background-color:transparent;
    border:none;
    display:inline-flex;
    align-items:center;
    gap:12px;
    transition:color 0.3s ease;
}

    .link:hover {
        color: #8E6248;
    }

.link-color-2 {
    color: #dbE3cc;
}

.link-color-2:hover {
    color: #ebeee3;
}



.link svg {
    height:38px;
    width:38px;
}

.link:hover .hover-right {
    animation: 0.6s ease slide-right;
}

.link:hover .hover-down {
    animation: 0.6s ease slide-down;
}

@keyframes slide-right {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(15px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slide-down {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(0);
    }
}


.display-1 {
    font-weight: 900;
    font-family: 'Tiffany';
    line-height: 1;
    font-size: 60px;
    color: #313f31;
}

.display-1-alt {
    font-weight: 700;
    line-height: 1;
    font-size: 60px;
    color: #313f31;
}

.display-2 {
    font-weight: 500;
    line-height: 1;
    font-size: 30px;
    color: #8e6248;
}

.display-3 {
    font-weight: 900;
    font-family: 'Tiffany';
    line-height: 1;
    font-size: 30px;
    color: #313f31;
}

.display-4 {
    font-weight: 600;
    font-family: 'Tiffany';
    line-height: 1;
    font-size: 30px;
    color: #313f31;
}

@media(max-width:1024px) {
    .display-1 {
        font-size: 40px;
    }
    .display-1-alt {
        font-size: 40px;
    }
    .display-2 {
        font-size: 25px;
    }
}

.container-legal {
    margin-top: 250px;
    margin-bottom: 250px;
    max-width: 1130px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.content a {
    text-decoration:underline;
    transition:color 0.3s ease;
}

.content a:hover {
    color: #fc6f5f;
}

.content table {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #606060;
    margin-top: 5px;
    border-collapse: collapse;
}


.content table, .content th, .content td {
    border: 1px solid #606060;
}

.content th, .content td {
    padding: 7px;
    text-align: left;
}

.content table tr:nth-child(even) {
    background-color: #f0f0f0;
}

.content table:not(:last-child) {
    margin-bottom: 10px;
}

.content h1 {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.4;
    color: #606060;
    margin-top: 15px;
    margin-bottom: 12px;
}

.content h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    color: #606060;
    margin-top: 15px;
    margin-bottom: 12px;
}

.content h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.4;
    color: #606060;
    margin-top: 15px;
    margin-bottom: 12px;
}

.content h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    color: #606060;
    margin-top: 15px;
    margin-bottom: 12px;
}

.content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #606060;
}

.content p:not(:last-of-type) {
    margin-bottom: 10px;
}

.content ul {
    padding-left:20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #606060;
}
.content ul:not(:last-of-type) {
    margin-bottom: 10px;
}


header {
    position: absolute;
    right: 0;
    top: 0;
    left:0;
    z-index:999;
    margin:0px;
    padding:0px;
}

header .container-header {
    max-width: 1366px;
    /* width: 100%;*/
    margin-left: max(calc((100% - 1130px) /2), 0px);
    margin-right: max(calc((100% - 1366px) /2), 0px);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: relative;
    display: flex;
    height: 120px;
    align-items:center;
    justify-content:space-between
}

@media(min-width:1024px) {
    header .container-header {
        align-items: flex-end;
    }
}

header .container-header img {
    height:100%;
    /*width:282px;*/
}

header .container-header nav {
    display:none;
}

header .container-header nav .border-between {
    width: 1px;
    background-color: #313f31;
    opacity: 0.6;
    align-self:stretch;
    margin-top:5px;
    margin-bottom:5px;
}

header.menu-type-1 .container-header nav .border-between {
    background-color: #ffffff;
}

header .container-header nav .menu-item {
    line-height: 1;
    font-weight: 500;
    color: #313f31;
    font-size: 20px;
}

header .container-header nav .menu-item .title {
    transition: color 0.3s;
}

header .container-header nav .menu-item .introduction {
    transition: color 0.5s;
}

header .container-header nav .menu-item.active .title{
    color: #8E6248;
}

header .container-header nav .menu-item:hover .title, header .container-header nav .menu-item:hover .introduction {
    color: #8E6248;
}

header .container-header .menu-button {
    display:none;
}

header .container-header .switch-button {
    flex-shrink: 0;
    background-color: transparent;
    height: 100%;
    color: #313f31;
    border: none;
    width: 40px;
}

header.menu-type-1 .container-header .switch-button {
    color: #ffffff;
}

@media(min-width:1024px) {
    header .container-header .menu-button {
        line-height: 1;
        background-color: #8E6248;
        height: 100%;
        color: #ffffff;
        font-size: 24px;
        font-weight: 500;
        padding: 15px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        display: flex;
        align-items: flex-end;
        border: none;
        transition:background-color 0.3s ease;
    }

    header .container-header .menu-button:hover {
        background-color: #39261a;
    }

    header .container-header .switch-button {
        display: none;
    }
}


header .container-header nav .menu-item .introduction {
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
}

header.menu-type-1 .container-header nav .menu-item {
    color: #ffffff;
}

@media(min-width:1024px) {
    header .container-header nav {
        padding-left: 95px;
        display: flex;
        align-items: center;
        gap: 30px;
        flex: 1;
    }
}

.speed-access {
    position:fixed;
    top:130px;
    right:0;
    z-index:1000;
    display:flex;
    flex-direction:column;
    gap:10px;
    transition:top 0.3s ease;
}



.speed-access .button-reservation {
    background-color: #8e6248;
    color: #ffffff;
    border: 2px solid #8e6248;
    padding: 7px 15px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    box-shadow: 0px 0px 3px 0px #b3b3b3;
}

.speed-access .contain-menu {
    background-color: #ffffff;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 3px 0px #b3b3b3;
}

.speed-access .button-menu {
    background-color: #ffffff;
    color: #8e6248;
    border: 2px solid #ffffff;
    padding: 7px 15px;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    text-align: left;
}

.speed-access .contain-menu .hidden {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.speed-access .contain-menu .hidden a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    color: #8e6248;
    display:block;
}

.speed-access .contain-menu .hidden a:first-child {
    margin-top: 15px;
}

.speed-access .contain-menu .hidden a:last-child {
    margin-bottom: 15px;
}


.speed-access .contain-menu .hidden.active {
    max-height: 990px;
}


.speed-access .contain-menu .hidden .separator {
    height: 1px;
    background: #8e6248;
    width: 60%;
    margin-left:40%;
    margin-top:10px;
    margin-bottom:10px;
}


@media(min-width:1024px) {
    .speed-access {
         display:none;
    }
}






footer {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
}

@media(min-width:1024px) {
    footer {
        grid-template-columns: 40% 1fr;
    }

}

footer .footer-map img {
   height:100%;
   width:100%;
   object-fit:cover;
}

footer .footer-details {
    background-color: #313f31;
    padding-left:1.25rem;
    padding-right:1.25rem;
    color:#ffffff;
    padding-top:50px;
    padding-bottom:40px;
    position:relative;
}

footer .footer-details .border-left{
    display:none;
}

@media(min-width:1024px) {
    footer .footer-details {
        padding-left: 130px;
    }

    footer .footer-details .border-left {
        display:block;
        background-color: #313f31;
        width: 30px;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 1px;
        transform: translateX(-100%);
        border-top-left-radius: 90px;
    }
}


footer .footer-details img{
    height:91px;
    margin-bottom:68px;
}

footer .footer-details .legal {
    font-weight: 300;
    font-size: 21px;
    line-height:1;
    margin-top:85px;
}

footer .footer-details .legal .link{
    font-size: 21px;
}

footer .footer-nav {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media(min-width:1500px) {
    footer .footer-nav {
        flex-direction: row;
        gap: 130px;
    }

}


footer .footer-nav .footer-nav-title {
    font-size:28px;
    font-weight:700;
    line-height:1;
    margin-bottom:20px;
}



footer .footer-nav .phone {
    font-size:25px;
    line-height:1;
    font-weight:700;
}

footer .footer-nav .footer-nav-items {
    display:flex;
    flex-direction:column;
    gap:5px;
}

footer .footer-nav .footer-nav-items a {
    font-weight:300;
    font-size:21px;
}


footer .footer-nav .footer-nav-social {
    display:flex;
    gap:15px;
}

footer .footer-nav .footer-nav-social svg {
   height:30px;
   width:30px;
}

.section-index-1 {
    padding-top: 230px;
    padding-bottom: 105px;
    position: relative;
    background-color: #313f31;
}

.section-index-1 .section-index-1-card {
    display:none;
}

@media(min-width:1024px) {
    .section-index-1 {
        padding-top: 250px;
        padding-bottom: 155px;
        position: relative;
        background-color: #313f31;
    }


    .section-index-1 .section-index-1-card {
        position: absolute;
        right: max(15px, calc(((100% - 1130px) / 2) + 20px));
        top: 230px;
        background-color: #dbE3cc;
        display: flex;
        align-items: center;
        gap: 15px;
        width: 270px;
        line-height: 1;
        font-weight: 600;
        padding: 7px;
        box-shadow: 0px 0px 26px #00000053;
        border-radius: 9px;
    }
}

.section-index-1 .section-index-1-card .icon {
    border: 2px solid #313f31;
    width:30px;
    height:30px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:9px;
    flex-shrink:0;
}

.section-index-1 .section-index-1-card .icon svg{
    width:20px;
    height:20px;
}


.section-index-1 .section-index-1-main-image {
    display:none;
}


.section-index-1 .container-index-1 {
    max-width: 1130px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: relative;
}

.section-index-1 .container-index-1 .display-1 {
    margin-bottom: 25px;
    max-width: 530px;
    color: #dbE3cc;
}

.section-index-1 .container-index-1 .paragraph {
    margin-bottom: 35px;
    max-width: 530px;
    color: #dbE3cc;
}

.section-index-1 .container-index-1 .actions {
    margin-bottom: 60px;
}

.section-index-1 .container-index-1 .form-reservation-sup-title {
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    color: #dbE3cc;
    margin-left: 60px;
    margin-bottom: 15px;
}


@media(min-width:1024px) {
    .section-index-1 .section-index-1-main-image {
        display: block;
        position: absolute;
        right: 0;
        top: -79px;
        height: calc(100% + 182px);
        width: calc(((100% - 1130px) / 2) + 400px);
    }

    .section-index-1 .section-index-1-main-image img {
        display: block;
        height: 100%;
        object-fit: cover;
        object-position: left top;
        filter: drop-shadow(10px 18px 23px rgba(0, 0, 0, 0.41) );
        -webkit-transform: translateZ(0);
    }

    .section-index-1 .container-index-1 .actions {
        margin-bottom: 100px;
    }
}


.section-index-text-simple-var-1 {
    margin-top: 105px;
    margin-bottom: 105px;
    position: relative;
}


.section-index-text-simple-var-1 .container-index-text-simple-var-1 {
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.section-index-text-simple-var-1 .text-simple-var-1-title {
    font-weight: 700;
    color: #313F31;
    font-size: 40px;
    line-height:1;
}

.section-index-text-simple-var-1 .text-simple-var-1-description {
    font-weight: 500;
    color: #313F31;
    font-size: 20px;
    line-height: 1.3;
}

@media(min-width: 1024px) {
    .section-index-text-simple-var-1 {
        margin-top: 150px;
        margin-bottom: 155px;
        position: relative;
    }
}



.section-index-quote-simple-var-1 {
    margin-top: 105px;
    margin-bottom: 105px;
    position: relative;
}


    .section-index-quote-simple-var-1 .container-index-quote-simple-var-1 {
        max-width:600px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        display: flex;
        text-align: center;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .section-index-quote-simple-var-1 .quote-simple-var-1-title {
        font-size: 24px;
        text-align: center;
        line-height: 1;
        font-weight: 600;
        color: #313f31;
        font-family: 'Tiffany';
        margin-bottom: 15px;
        position: relative;
    }
        .section-index-quote-simple-var-1 .quote-simple-var-1-title::before {
            content: "\201C";
            color: #313f31;
            font-size: 45px;
        }

    .section-index-quote-simple-var-1 .quote-simple-var-1-description {
        font-size: 20px;
        text-align: center;
        line-height: 1;
        font-weight: 300;
        color: #313f31;
    }

@media(min-width: 1024px) {
    .section-index-quote-simple-var-1 {
        margin-top: 150px;
        margin-bottom: 155px;
        position: relative;
    }
}





.section-index-2 {
    margin-top: 105px;
    margin-bottom: 105px;
    position: relative;
}

.section-index-2 .container-index-2 {
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
    font-family: "Tiffany";
    font-weight: 400;
    color: #313F31;
    font-size:25px;
}

@media(min-width: 1024px) {
    .section-index-2 {
        margin-top: 150px;
        margin-bottom: 155px;
        position: relative;
    }

}

.section-index-3 {
    margin-top: 105px;
    margin-bottom: 105px;
    position: relative;
}

.section-index-3 .container-index-3 {
    max-width: 1130px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 370px;
    gap: 15px;
}

.section-index-3 .container-index-3 img{
    object-fit:cover;
    height:100%;
    width:100%;
    object-position:center;
}

@media(min-width:1024px) {
    .section-index-3 {
        margin-top: 150px;
        margin-bottom: 155px;
        position: relative;
    }

    .section-index-3 .container-index-3 {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.section-index-4 {
    margin-top: 105px;
    margin-bottom: 105px;
    position: relative;
}

.section-index-4 .container-index-4 {
    max-width: 850px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
}

@media(min-width:1024px) {
    .section-index-4 {
        margin-top: 150px;
        margin-bottom: 155px;
        position: relative;
    }

    .section-index-4 .container-index-4 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

.section-index-4 .container-index-4 .display-1{
    margin-bottom:60px;
    text-align:center;
}

.section-index-4 .container-index-4 .container-index-4-1{
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 130px;
    row-gap:50px;
    align-items:center;
}

.section-index-4 .container-index-4 .container-index-4-1 div {
    display:flex;
    align-items:center;
    justify-content:center;
}

.section-index-4 .container-index-4 .container-index-4-1 div img {
    display:flex;
    justify-content:center;
    align-items:center;
    object-fit: contain;
    object-position: center;
}

@media(min-width:1024px) {
    .section-index-4 .container-index-4 .container-index-4-1 {
        grid-template-columns: 1fr 1fr;
    }

}


.section-index-5 {
    margin-top: 105px;
    margin-bottom: 105px;
}

.section-index-5 .container-index-5 {
    max-width: 1130px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.section-index-5 .container-index-5 .display-4 {
    margin-bottom: 30px;
    text-align: center;
}

.section-index-5 .container-index-5 .container-index-5-1 {
    display: flex;
    gap: 15px;
    justify-content:center;
}

.section-index-5 .container-index-5 .container-index-5-1 img{
    height:57px;
}

@media(min-width:1024px) {
    .section-index-5 {
        margin-top: 150px;
        margin-bottom: 155px;
    }
}

.section-index-6 {
    margin-top:105px;
    margin-bottom:105px;
}

.section-index-6 .container-index-6 {
    max-width: 1130px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display:flex;
    flex-direction:column;
    gap:30px;
}

@media(min-width:1024px) {

    .section-index-6 {
        margin-top: 250px;
        margin-bottom: 150px;
    }

    .section-index-6 .container-index-6 {
        gap: 150px;
    }
}


.section-home-reservation {
    max-width: 1130px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: relative;
    display:flex;
    justify-content:center;
}

    .section-home-reservation .modal-reservation-content {
        width: auto;
        max-width: none;
        box-shadow: none;
        margin: 0px;
        border-width: 3px;
        border-color: #313f31;
    }

.section-home-1 {
    padding-top: 230px;
    padding-bottom: 105px;
    position: relative;
}

.section-home-1 .section-home-1-card {
    display:none;
}

.section-home-1 .section-home-1-main-image {
    display:none;
}

.section-home-1 .container-home-1 {
    max-width: 1130px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: relative;
}

    .section-home-1 .container-home-1-title-var-1 {
        display:flex;
        gap:15px;
        align-items:center;
        margin-bottom:25px;
    }

        .section-home-1 .container-home-1-title-var-1 .container-home-1-title-var-1-icon {
            width:90px;
            height:90px;
            flex-shrink:0;
        }

        .section-home-1 .container-home-1-title-var-1 .container-home-1-title-var-1-icon img {
            width: 100%;
            height:100%;
            object-fit:contain;
        }

        .section-home-1 .container-home-1-title-var-1 .container-home-1-title-var-1-text {
            display:flex;
            flex-direction:column;
            gap:5px;
        }

            .section-home-1 .container-home-1-title-var-1 .container-home-1-title-var-1-text .container-home-1-title-var-1-text-1 {
                font-weight: 600;
                font-family: 'Tiffany';
                line-height: 1;
                font-size: 20px;
                color: #313f31;
            }

            .section-home-1 .container-home-1-title-var-1 .container-home-1-title-var-1-text .container-home-1-title-var-1-text-2 {
                font-weight: 800;
                line-height: 1;
                font-size: 44px;
                color: #313f31;
            }




/*variation 1*/
/*.section-home-1.section-home-1-var-1 .container-home-1 {
    max-width: 950px;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: relative;
}*/
/*fin variation 1*/

.section-home-1 .container-home-1 .display-1 {
    margin-bottom:25px;
    max-width:530px;
}

.section-home-1 .container-home-1 .paragraph {
    margin-bottom: 35px;
    max-width: 530px;
}

.section-home-1.section-home-1-var-1 .container-home-1 .paragraph {
    font-size:16px;
}


.section-home-1 .container-home-1 .actions {
    margin-bottom: 60px;
}

.section-home-1 .container-home-1 .form-reservation-sup-title {
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    color: #313f31;
    margin-left:60px;
    margin-bottom:15px;
}

.section-home-1.section-home-1-var-1 .container-home-1 .form-reservation-sup-title {
    margin-top: 80px;
}

.section-home-1 .container-home-1 .form-reservation {
    margin-bottom: 80px;
}

.section-home-1 .container-home-1 .text {
    display:flex;
    flex-direction:column;
    margin-left:auto;
    flex-shrink:0;
}

@media(min-width:1024px) {
    .section-home-1 {
        padding-top: 250px;
        padding-bottom: 155px;
        position: relative;
    }

    /*variation 1*/
        .section-home-1.section-home-1-var-1 {
            margin-top: 190px;
            padding-top: 130px;
            margin-bottom: 155px;
            padding-bottom: 0px;
            position: relative;
        }
    /*fin variation 1*/

    .section-home-1 .section-home-1-card {
        position: absolute;
        right: max(0px, calc(((100% - 1130px) / 2) + 170px));
        top: 230px;
        background-color: #ffffff;
        display: flex;
        align-items: center;
        gap: 15px;
        width: 270px;
        line-height: 1;
        font-weight: 600;
        padding: 7px;
        box-shadow: 0px 0px 26px #00000053;
        border-radius: 9px;
    }

    .section-home-1 .section-home-1-card .icon {
        border: 2px solid #313f31;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 9px;
        flex-shrink: 0;
    }

    .section-home-1 .section-home-1-card .icon svg {
        width: 20px;
        height: 20px;
    }


    .section-home-1 .section-home-1-main-image {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: calc(((100% - 1130px) / 2) + 380px);
    }

    .section-home-1 .section-home-1-main-image img {
        display: block;
        height: 100%;
        object-fit: cover;
        object-position: left top;
        filter: drop-shadow(10px 18px 23px rgba(0, 0, 0, 0.41) );
        -webkit-transform: translateZ(0);
    }
    /*variation 1*/
    .section-home-1.section-home-1-var-1 .section-home-1-main-image {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 50%;
    }
    .section-home-1.section-home-1-var-1 .section-home-1-main-image .overlay-white-left {
        position: absolute;
        left: 0;
        width: 120px;
        background-image: linear-gradient(90deg, #ffffff, transparent);
        top: 0;
        bottom: 0;
        z-index: 2;
    }

    .section-home-1.section-home-1-var-1 .section-home-1-main-image img {
        display: block;
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
        -webkit-transform: translateZ(0);
        filter: none;
    }
    /*fin variation 1*/

    .section-home-1 .container-home-1 .text {
        max-width: 600px;
        width: 100%;
        padding-right: 90px;
    }

    .section-home-1 .container-home-1 .actions {
        margin-bottom: 100px;
    }

    .section-home-1 .container-home-1 .form-reservation {
        margin-bottom: 130px;
        position:relative;
        z-index:3;
    }
}










.section-home-1 .container-home-1 .text .quote{
    font-size: 30px;
    text-align:right;
    line-height: 1;
    font-weight: 600;
    color: #313f31;
    font-family: 'Tiffany';
    margin-bottom:15px;
    position:relative;
}

.section-home-1 .container-home-1 .text .quote::before {
    content: "\201C";
    color: #313f31;
    font-size: 45px;
}



.section-home-1 .container-home-1 .text .sub-quote {
    font-size: 25px;
    text-align: right;
    line-height: 1;
    font-weight: 300;
    color: #313f31;
}


.section-home-2 {
    margin-top: 0;
    margin-bottom: 105px;
    scroll-margin-top: 105px;
}

.section-home-2 .overflow-home-2 {
    overflow: hidden;
}



.section-home-2 .container-home-2 {
    max-width: 910px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: relative;
    display:flex;
    flex-direction: column;
    gap: 90px;
    margin-top:40px;
}





.container-menu {
    max-width: var(--container-width-1);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: sticky;
    top: 25px;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
}



.container-menu .menu {
    display:none;
}

.container-menu .menu a {
    font-size:16px;
    font-weight:600;
    color:#313f31;
    transition:color 0.3s ease;
}
.container-menu .menu a:hover {
    color: #8e6248;
}

.container-menu .menu a.active {
    color: #8e6248;
}

@media(min-width:1024px) {
    .container-menu {
        top: 20px;
        justify-content: center;
    }

    .container-menu .container-menu-1 {
        display: flex;
        align-items: center;
        flex-direction: row;
        gap: 30px;
        border: 2px solid #707070;
        box-shadow: 0px 0px 49px #FFFFFF50;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 18px;
        padding-left: 18px;
        border-radius: 12px;
        background-color: #ffffff;
    }

    .container-menu .menu {
        display: inline-flex;
        flex-direction:row;
        margin-left: auto;
        margin-right: auto;
        justify-content: space-between;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 14px;
        background-color: #ffffff;
        gap: 30px;
    }

    .container-menu .menu a {
        font-size: 20px;
        font-weight: 600;
    }

    .section-home-2 {
        margin-top: 0;
        margin-bottom: 155px;
        scroll-margin-top: 105px;
    }

    .section-home-2 .container-home-2 {
        max-width: 910px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 125px;
        margin-top: 80px;
    }

}


.section-home-3 {
    margin-top: 105px;
    margin-bottom: 105px;
}

.section-home-3 .container-home-3 {
    max-width: 1130px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

@media(min-width:1024px) {

    .section-home-3 {
        margin-top: 105px;
        margin-bottom: 160px;
    }
}


.section-home-4 {
    margin-top: 105px;
    margin-bottom: 105px;
}

.section-home-4 .container-home-4-header {
    max-width: 1130px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.section-home-4 .container-home-4-header img{
    margin-left: auto;
    margin-right: auto;
    height:147px;
    object-fit:contain;
    object-position:center;
    margin-bottom:90px;
}
.section-home-4 .container-home-4-header .container-home-4-header-title {
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    color: #313f31;
    margin-bottom:30px;
}
.section-home-4 .container-home-4 {
    max-width: 1130px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 90px;
}

@media(min-width:1024px) {

    .section-home-4 {
        margin-top: 200px;
        margin-bottom: 160px;
    }

    .section-home-4 .container-home-4-header img {
        margin-left: auto;
        margin-right: auto;
        height: 147px;
        object-fit: contain;
        object-position: center;
        margin-bottom: 140px;
    }

    .section-home-4 .container-home-4 {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 160px;
    }
}

.section-petit-augustin-1 {
    padding-top: 250px;
    padding-bottom: 250px;
    position: relative;
}

.section-petit-augustin-1 .container-petit-augustin-1 {
    max-width: 1130px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: relative;
}

.section-petit-augustin-1 .section-petit-augustin-1-main-image {
    display:none;
}

.section-petit-augustin-1 .container-petit-augustin-1 .container-petit-augustin-1-1 {
    max-width:530px;
}


.section-petit-augustin-1 .container-petit-augustin-1 .container-petit-augustin-1-1 .display-1 {
    margin-bottom: 25px;
}

.section-petit-augustin-1 .container-petit-augustin-1 .container-petit-augustin-1-1 .display-2 {
    margin-bottom: 20px;
}


.section-petit-augustin-1 .container-petit-augustin-1 .container-petit-augustin-1-1 .actions {
    display:flex;
    align-items:center;
    gap:15px;
}

@media(min-width:1024px) {
    .section-petit-augustin-1 .section-petit-augustin-1-main-image {
        display: block;
        position: absolute;
        right: 0;
        top: 100px;
        height: calc(100% - 100px);
        width: calc(((100% - 1130px) / 2) + 540px);
       
    }

    .section-petit-augustin-1 .section-petit-augustin-1-main-image img {
        display: block;
        height: 100%;
        object-fit: cover;
        object-position: left top;
        filter: drop-shadow(10px 18px 23px rgba(0, 0, 0, 0.41) );
        -webkit-transform:translateZ(0);
    }
}

.section-petit-augustin-2 {
    margin-top: 155px;
    margin-bottom: 155px;
    position: relative;
    scroll-margin-top: 105px;
}

.section-petit-augustin-2 .container-petit-augustin-2 {
    max-width: 1366px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 115px;
}


.section-petit-augustin-3 {
    margin-top: 250px;
    margin-bottom: 250px;
    position: relative;
}

.section-petit-augustin-3 .container-petit-augustin-3 {
    max-width: 1366px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: relative;
}

.section-petit-augustin-3 .container-petit-augustin-3 .container-petit-augustin-3-1 {
    border-radius: 31px;
    background-color: #8E6248;
    box-shadow: 0px 20px 57px #0000004E;
}

.section-petit-augustin-3 .container-petit-augustin-3 .container-petit-augustin-3-1 .container-petit-augustin-3-1-1 {
    max-width: 1130px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display:grid;
}

.section-petit-augustin-3 .container-petit-augustin-3 .container-petit-augustin-3-1 .container-petit-augustin-3-1-1 .container-petit-augustin-3-1-1-image {
    display: none;
}

.section-petit-augustin-3 .container-petit-augustin-3 .container-petit-augustin-3-1 .container-petit-augustin-3-1-1 .container-petit-augustin-3-1-1-image img {
    position: absolute;
    bottom: 15px;
    right: 0;
    width: 100%;
    max-width: none;
    filter: drop-shadow(10px 18px 23px rgba(0, 0, 0, 0.41) );
    -webkit-transform: translateZ(0);
}

.section-petit-augustin-3 .container-petit-augustin-3 .container-petit-augustin-3-1 .container-petit-augustin-3-1-1 .container-petit-augustin-3-1-1-content {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-petit-augustin-3 .container-petit-augustin-3 .container-petit-augustin-3-1 .container-petit-augustin-3-1-1 .container-petit-augustin-3-1-1-content .display-1{
    color:#ffffff;
    margin-bottom:15px;
}

.section-petit-augustin-3 .container-petit-augustin-3 .container-petit-augustin-3-1 .container-petit-augustin-3-1-1 .container-petit-augustin-3-1-1-content .display-2 {
    color: #ffffff;
    margin-bottom:45px;
}

.section-petit-augustin-3 .container-petit-augustin-3 .container-petit-augustin-3-1 .container-petit-augustin-3-1-1 .container-petit-augustin-3-1-1-content .price {
    color: #39261a;
    font-family:"Tiffany";
    font-weight:900;
    font-size:25px;
    display:flex;
    align-items:center;
    gap:20px;
}

@media(min-width:1024px) {
    .section-petit-augustin-3 .container-petit-augustin-3 .container-petit-augustin-3-1 .container-petit-augustin-3-1-1 {
        display: grid;
        grid-template-columns: 450px 1fr;
        gap: 30px;
    }

    .section-petit-augustin-3 .container-petit-augustin-3 .container-petit-augustin-3-1 .container-petit-augustin-3-1-1 .container-petit-augustin-3-1-1-image {
        position: relative;
        display:block;
    }
}

.section-concept-1 {
    position: relative;
    margin-top: 230px;
    margin-bottom: 105px;
}

.section-concept-1 .container-concept-1 {
    max-width: 1130px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}

.section-concept-1 .container-concept-1 .container-concept-1-1 {
    max-width: 530px;

}

.section-concept-1 .container-concept-1 .display-1 {
    margin-bottom: 25px;
}

.section-concept-1 .container-concept-1 .paragraph {
    margin-bottom: 35px;
}

.section-concept-1 .container-concept-1 .actions {
    display: flex;
    align-items: center;
    gap: 15px;
}


.section-concept-1 .container-concept-1 .container-concept-1-2 {
    display:none;
}

@media(min-width:1024px) {
    .section-concept-1 {
        position: relative;
        margin-top: 190px;
        margin-bottom: 0px;
    }

    .section-concept-1 .container-concept-1 {
        max-width: 1130px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .section-concept-1 .container-concept-1 .container-concept-1-2 {
        display:block;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        max-width: calc(((100% - 1130px) /2 ) + (1130px - 530px - 1.25rem));
    }


    .section-concept-1 .container-concept-1 .container-concept-1-2 .overlay-left {
        position: absolute;
        left: 0;
        width: 120px;
        background-image: linear-gradient(90deg, #ffffff 70px, transparent);
        top: 0;
        bottom: 0;
        z-index: 2;
    }

    .section-concept-1 .container-concept-1 .container-concept-1-2 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}

.section-concept-2 {
    position: relative;
    margin-top: 105px;
    margin-bottom: 105px;
}

.section-concept-2 .container-concept-2 {
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:60px;
}

.section-concept-2 .container-concept-2 img {
    height: 245px;
    text-align: center;
}

.section-concept-2 .container-concept-2 p {
    font-size: 25px;
    font-weight: 400;
    font-family: 'Tiffany';
    line-height: 1.2;
    color: #313f31;
    text-align:center;
}

@media(min-width:1024px) {
    .section-concept-2 {
        position: relative;
        margin-top: 200px;
        margin-bottom: 100px;
    }
}

.section-concept-3 {
    position: relative;
    margin-top: 105px;
    margin-bottom: 105px;
    scroll-margin-top: 105px;
}

.section-concept-3 .container-concept-3 {
    max-width: 1366px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    display:flex;
    flex-direction:column;
    gap:80px;
}

@media(min-width:1024px) {
    .section-concept-3 {
        position: relative;
        margin-top: 200px;
        margin-bottom: 100px;
        scroll-margin-top: 105px;
    }
}


.section-concept-4 {
    position: relative;
    margin-top: 105px;
    margin-bottom: 105px;
}

.section-concept-4 .container-concept-4 {
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    text-align:center;
}


.section-concept-4 .container-concept-4 .quote {
    font-size: 30px;
    text-align: center;
    line-height: 1;
    font-weight: 600;
    color: #313f31;
    font-family: 'Tiffany';
    margin-bottom: 15px;
    position: relative;
}

.section-concept-4 .container-concept-4 .quote::before {
    content: "\201C";
    color: #313f31;
    font-size: 45px;
}

.section-concept-4 .container-concept-4 .sub-quote {
    font-size: 25px;
    text-align: right;
    line-height: 1;
    font-weight: 300;
    color: #313f31;
}

@media(min-width:1024px) {
    .section-concept-4 {
        position: relative;
        margin-top: 200px;
        margin-bottom: 105px;
    }
}

.section-concept-5 {
    position: relative;
    margin-top: 160px;
    margin-bottom: 160px;
}

.section-concept-5 .container-concept-5 {
    max-width: 1366px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}

.section-concept-5 .container-concept-5 img{
    width:100%;
}



.button-event {
    position: fixed;
    bottom: 100px;
    right: 100px;
    background-color: #ffffff;
    z-index: 20;
    display: flex;
    color: #000000;
    font-size:22px;
    font-weight:600;
    border:2px solid #000000;
    width:230px;
    align-items:center;
    gap:20px;
    padding:10px 20px;
    border-radius:100px;
    line-height:1;
    text-align:left;
    transition:color 0.3s ease, background-color 0.3s ease;
}

.button-event:hover {
    background-color: #000000;
    color: #ffffff;
}

.button-event svg{
    flex-shrink:0;
    height:30px;

}



.section-event-1 {
    position: relative;
    margin-top: 150px;
}

.section-event-1 .container-event-1 {
    max-width: 1130px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    padding-top: 80px;
    padding-bottom: 80px;
    display:flex;
    align-items:center;
}

.section-event-1 .container-event-1 .container-event-1-1 {
    max-width: 630px;
    width: 100%;
    flex-shrink: 0;
}

.section-event-1 .container-event-1 .container-event-1-1 .display-2 {
    margin-bottom: 20px;
}

.section-event-1 .container-event-1 .container-event-1-1 .display-1 {
    margin-bottom: 25px;
}

.section-event-1 .container-event-1 .container-event-1-1 .badge-list {
display: flex;
flex-wrap: wrap;
gap:10px;
margin-bottom:25px;
}

.section-event-1 .container-event-1 .container-event-1-1 .badge-list .badge {
    background-color: #F4F4F4;
    border: 1px solid #000000;
    padding: 5px 15px;
    font-size:14px;
    border-radius: 100px;
}

.section-event-1 .container-event-1 .container-event-1-1 .share-introduction {
    color: #000000;
    font-size:14px;
    font-weight:500;
    margin-bottom:10px;
    margin-top:40px;
    margin-left:15px;
}


.section-event-1 .container-event-1 .container-event-1-1 .share {
    display: inline-flex;
    align-items: center;
    border-radius: 16px;
    background: #EBEBEB;
    overflow: hidden;
    align-items: stretch;
}

.section-event-1 .container-event-1 .container-event-1-1 .logo {
    display: flex;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    box-shadow: 0px 3px 10px rgba(0,0,0,.25);
    align-items: center;
    padding:15px 20px;
    gap:15px;
}

.section-event-1 .container-event-1 .container-event-1-1 .logo img {
    fill: white;
    color: white;
    height: 32px;
}

.section-event-1 .container-event-1 .container-event-1-1 .name {
    display: flex;
    font-size: 32px;
    font-weight: 600;
    color: #8E6248;
    padding:15px 20px;
}

    .section-event-1 .container-event-1 .container-event-1-1 .image {
        width: 200px;
        margin-bottom: 20px;
        margin-left: -1.25rem;
    }



.section-event-1 .container-event-1 .container-event-1-2 {
    display:none;
}


@media(min-width:1024px) {

    .section-event-1 .container-event-1 {
        padding-top: 140px;
        padding-bottom: 120px;
    }

    .section-event-1 .container-event-1 .container-event-1-1 .image {
        display: none;
    }

    .section-event-1 .container-event-1 .container-event-1-1 .share-introduction {
        margin-top: 80px;
    }

    .section-event-1 .container-event-1 .container-event-1-2 {
        max-width: 100%;
        width: 100%;
        display:block;
    }

    .section-event-1 .container-event-1 .container-event-1-2 img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: left;
    }
}


.section-event-2 {
    position: relative;
    margin-top: 100px;
}

.section-event-2 .container-event-2 {
    max-width: 1130px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    padding-top: 0;
    padding-bottom: 155px;
}

.section-event-2 .container-event-2 .container-event-2-1 {
    max-width:650px;

}

.section-event-2 .container-event-2 .container-event-2-1 .display-2{
    margin-bottom:20px;
}

.section-event-2 .container-event-2 .container-event-2-1 .display-1 {
    margin-bottom: 25px;
}



.section-event-2 .container-event-2 .container-event-2-2{
    display:grid;
    grid-template-columns:1fr;
    gap:90px;
}

@media(min-width:1024px) {
    .section-event-2 .container-event-2 .container-event-2-2 {
        grid-template-columns: 1fr 1fr 1fr;
    }
}



.section-reservation-1 {
    position: relative;
    margin-top: 100px;
}

.section-reservation-1 .container-reservation-1 {
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-top: 205px;
    margin-bottom: 105px;
}

.section-reservation-1 .container-reservation-1 .display-1 {
    text-align:center;
}

.section-reservation-1 .container-reservation-1 .display-1 .success {
    color: #a1db33;
}

.section-reservation-1 .container-reservation-1 .display-1 .cancel {
    color: #fc6f5f;
}

.section-reservation-2 {
    position: relative;
    margin-top: 100px;
}

.section-reservation-2 .container-reservation-2 {
    max-width: 930px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-top: 105px;
    margin-bottom: 155px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    position:relative;
}

@media(min-width:1024px) {
    .section-reservation-2 .container-reservation-2 {
        grid-template-columns: 1fr 1fr;
        gap: 80px;
    }

}

.section-reservation-2 .container-reservation-2 .container-reservation-2-1 {
    background-color: #F2F2F2;
    border-radius: 15px;
    padding: 40px;
    font-weight: 700;
    font-size: 22px;
    color: #313F31;
}

.section-reservation-2 .container-reservation-2 .container-reservation-2-1 svg {
    height: 40px;
    width: 40px;
}

.section-reservation-2 .container-reservation-2 .container-reservation-2-1 .title {
    font-size: 16px;
    color: #000000;
    font-weight:500;
    margin-bottom:15px;
}



.section-reservation-2 .container-reservation-2 .container-reservation-2-1 .list {
    display:flex;
    flex-direction:column;
    gap:15px;
}

.section-reservation-2 .container-reservation-2 .container-reservation-2-1 .list .element {
    display: flex;
    gap:10px;
    align-items:center;
}

.section-reservation-2 .container-reservation-2 .container-reservation-2-1 .list .element svg {
    height: 40px;
    width: 40px;
}



.form-reservation {
    border: 2px solid #707070;
    border-radius:18px;
    padding:20px;
    box-shadow: 0px 0px 49px #FFFFFF50;
    display: inline-flex;
    flex-direction:column;
    background-color: #ffffff;
    width:100%;
}

@media(min-width:1024px) {
    .form-reservation {
        width:auto;
    }
}

.form-reservation .border-between {
    height: 1px;
    background-color: #313f31;
    opacity: 0.6;
    align-self: stretch;
    width:40%;
    margin-left: auto;
    margin-right: auto;
}

.form-reservation .form-reservation-1 {
    position:relative;
}

.form-reservation-1-1 {
    border: 2px solid #707070;
    background-color: #ffffff;
    box-shadow: 0px 3px 13px #00000029;
    position: absolute;
    top: 0;
    max-width: calc(100vw - 20px);
    width: 450px;
    padding: 30px;
    z-index: 1;
    border-radius: 5px;
    opacity: 0;
    transform: scale(0.95);
    user-select: none;
    z-index: -1;
    transition: transform 0.2s ease, opacity 0.15s ease;
}

.form-reservation-1-1.active {
    z-index:1070;
    user-select:auto;
    opacity: 1;
    transform:scale(1);
}

.form-reservation-1-1 .title {
    color: #313f31;
    font-weight:500;
    font-size:20px;
    margin-bottom:20px;
}

.form-reservation-1-1 .switch {
    margin-bottom: 20px;
}




.form-reservation-1-1 .badge-list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 30px;
    gap: 6px;
    align-items: center;
}

.form-reservation-1-1 .badge {
    text-align: center;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    color: #313f31;
    font-weight: 600;
    background-color: #ededed;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.2s ease;
    cursor: pointer;
}

.form-reservation-1-1 .badge:hover {
    background-color: #586c58;
    color: white;
}


.form-reservation-1-1 .badge.selected {
    background-color: #313f31;
    color: white;
}

/*.form-reservation-1-1 .message {
    display: none;
}*/
.form-reservation-1-1 .message.message-person-count {
    margin-top:15px;
    font-size:14px;
    line-height:1.2;
}

    .form-reservation-1-1 .message.message-person-count a {
        color: #313f31;
    }


.form-reservation-1-1.no-morning #switch-lunch .message {
    display: block;
}

.form-reservation-1-1.no-evening #switch-evening .message {
    display: block;
}

.form-reservation-1-1.no-evening #switch-evening .badge-list {
    display: none;
}

.form-reservation-1-1.no-morning #switch-lunch .badge-list {
    display: none;
}


.form-reservation .button-information {
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    color: #313f31;
    border: none;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: transparent;
    width:100%;
    position:relative;
    z-index:1;
}

.form-reservation .button-information.selected {
    font-weight:600;
}

.form-reservation .button-reservation {
    margin-top: 15px;
}

@media(min-width:1024px) {
    .form-reservation {
        flex-direction: row;
        align-items: center;
        height: 93px;
        border-radius: 93px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 20px;
        padding-left: 40px;
        gap: 10px;
    }

    .form-reservation .border-between {
        width: 1px;
        background-color: #313f31;
        opacity: 0.6;
        align-self: stretch;
        height:50%;
        margin-top: auto;
        margin-bottom: auto;
    }

    .form-reservation .form-reservation-1.first {
        width: 130px;
    }

    .form-reservation .form-reservation-1.second {
        width: 190px;
    }

    .form-reservation .form-reservation-1.third {
        width: 214px;
    }

    .form-reservation .button-reservation {
        margin-top: 0px;
    }

}






.calendar {
    width: 100%;
    height: 100%;
}

.calendar .month {
    width:100%;
    height:50px;
    background-color:#ffffff;
    display:flex;
    justify-content:space-between;
    align-items:center;
    text-align:center;
    margin-bottom:20px;
    
}

.calendar .month h1 {
    color: #313f31;
}

.calendar .month p {
    color: #313f31;
}

.calendar .month .prev {
    border:none;
    background-color:transparent;
}

.calendar .month .prev svg{
    height:20px;
    width:20px;
}

.calendar .month .next {
    border: none;
    background-color: transparent;
}

.calendar .month .next svg {
    height: 20px;
    width: 20px;
}



.calendar .weekdays {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-rows: 30px;
    gap:6px;
    align-items: center;
    margin-bottom: 20px;
}

.calendar .weekdays div {
    letter-spacing: 2px;
    font-weight: 600;
    font-size:15px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

.calendar .days {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-rows: 30px;
    align-items: center;
    gap: 6px;
}

.calendar .days div {
    text-align: center;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    color: #313f31;
    font-weight: 600;
    background-color: #ededed;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.2s ease;
    cursor: pointer;
    overflow: hidden;
}

.calendar .days div.prev-date, .calendar .days div.next-date {
    opacity: 0.8;
}

.calendar .days div.today {
    border: 1px dashed #313f31;
}

.calendar .days div.not-selectable {
    /*opacity: 0.8;*/
    background-color: #6f6f6f;
    color: #2d4030;
    cursor: default;
    opacity:1;
}


.calendar .days div.selected {
    background-color: #313f31;
    color: white;
}

.calendar .days div:not(.not-selectable):hover {
    background-color: #586c58;
    color: white;
}

/*.form-reservation .button-reservation {
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
    color: #ffffff;
    border: none;
    background-color: #8e6248;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 23px;
    padding-left: 23px;
    border-radius: 999px;
}
*/

.section-review {
    position: relative;
    margin-top: 105px;
    margin-bottom: 160px;
}

.section-review .container-review-header {
    max-width: 1366px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    text-align:center;
    margin-bottom:50px;
}

.section-review .container-review-header .container-review-header-title {
    font-weight: 600;
    font-size: 40px;
    font-family: "Tiffany";
    color: #313F31;
}

.section-review .container-review {
    max-width: 1366px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

@media(min-width:1024px) {
    .section-review {
        position: relative;
        margin-top: 160px;
        margin-bottom: 160px;
    }

    .section-review .container-review-header {
        max-width: 1366px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
        text-align: center;
        margin-bottom: 110px;
    }

    .section-review .container-review {
        grid-template-columns: 1fr 1fr 1fr;
    }


}

.review-card {
    display:flex;
    flex-direction:column;
    align-items:center;
}

.review-card .stars {
    display: flex;
    gap: 5px;
    margin-bottom:20px;
}

.review-card .comment {
    font-size: 30px;
    text-align: center;
    line-height: 1;
    font-weight: 600;
    color: #313f31;
    font-family: 'Tiffany';
    position: relative;

}

.review-card .comment::before {
    content: "\201C";
    color: #313f31;
    font-size: 45px;
}

.review-card hr {
    width: 47%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.review-card .user {
    font-size:25px;
    font-weight:300;
    line-height:1;
    text-align:center;
}

.review-card.unselect{
    filter:grayscale(1);
    opacity:0.77;
    transform:scale(0.77)
}


.cta-card {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
    background-color: #313F31;
    border-radius: 31px;
    padding: 30px;
    border: 2px solid #313F31;
}

.cta-card:hover .hover-right {
    animation: 0.6s ease slide-right;
}


.cta-card.cta-card-green {
    border: 2px solid #313F31;
    background-color: #313F31;
    box-shadow: 0px 20px 57px #0000004E;
}

.cta-card.cta-card-white {
    border: 2px solid #313F31;
    background-color: #ffffff;
}


.cta-card .cta-card-content{
    color:#ffffff;
}

.cta-card.cta-card-green .cta-card-content {
    color: #ffffff;
}

.cta-card.cta-card-white .cta-card-content {
    color: #313F31;
}

.cta-card .cta-card-content .display-2 {
    color: #ffffff;
    margin-bottom:15px;
}
.cta-card.cta-card-white .display-2 {
    color: #313F31;
}
.cta-card.cta-card-green .display-2 {
    color: #ffffff;
}


.cta-card .cta-card-content .display-1 {
    color: #ffffff;
}
.cta-card.cta-card-white .display-1 {
    color: #313F31;
}

.cta-card.cta-card-green .display-1 {
    color: #ffffff;
}


.cta-card .cta-card-icon {
   display:none;
}

.cta-card .cta-card-image {
    display: none;
}

.cta-card .cta-card-image img {
    display:none;
}


@media(min-width:1024px) {
    .cta-card {
        grid-template-columns: 1fr 70px 350px;
        padding: 110px 10px 110px 110px;
    }

    .cta-card .cta-card-icon {
        display: block;
    }

    .cta-card .cta-card-icon svg {
        width: 100%;
    }

    .cta-card .cta-card-image {
        display:block;
        width: 100%;
        height: 100%;
        position: relative;
        z-index:1;
    }

    .cta-card .cta-card-image img {
        display: block;
        position: absolute;
        width: 100%;
        bottom: -90px;
        -webkit-filter: drop-shadow(10px 18px 23px rgba(0, 0, 0, 0.41) );
        filter: drop-shadow(10px 18px 23px rgba(0, 0, 0, 0.41) );
        -webkit-transform: translateZ(0);
    }
}

.cta-card-2 {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    background-color: #ffffff;
    border-radius: 31px;
    gap:40px;
    border: 2px solid #313F31;
    overflow:hidden;
}

.cta-card-2 .cta-card-content {
    color: #ffffff;
    padding: 30px;
}

.cta-card-2 .cta-card-content .display-2 {
    margin-bottom: 15px;
}

.cta-card-2 .cta-card-image {
    display:none;
}


.underline-set {
    text-decoration: none;
    background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)), linear-gradient(#8e6248, #8e6248);
    background-size: 100% 4px, 0 4px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}

.cta-card-2:hover .cta-card-content .display-2 .underline-set {
    background-size: 0 4px, 100% 4px;
}


@media(min-width:1024px) {
    .cta-card-2 {
        grid-template-columns: 1fr 460px;
    }

    .cta-card-2 .cta-card-content {
        padding-top: 110px;
        padding-bottom: 110px;
        padding-left: 110px;
    }

    .cta-card-2 .cta-card-image {
    width: 100%;
    height: 100%;
    position: relative;
    border: none;
    display:block;
    }

    .cta-card-2 .cta-card-image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .cta-card-2 .cta-card-image svg {
        height: 100%;
        width: 140px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 1;
        color: #ffffff;
    }
}



.alcohol-item-card {
    display:flex;
    flex-direction:column;
}

.alcohol-item-card .alcohol-item-card-image {
    height: 495px;
    border-radius: 17px;
    border: 2px solid #0d0d0d;
    width:100%;
    padding:20px;
    margin-bottom:30px;
}

    .alcohol-item-card .alcohol-item-card-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
        filter: drop-shadow(10px 18px 23px rgba(0, 0, 0, 0.41) );
        -webkit-transform: translateZ(0);
    }

.alcohol-item-card .alcohol-item-card-title {
    font-size: 25px;
    line-height: 1;
    font-weight: 900;
    color: #313f31;
    font-family: 'Tiffany';
    margin-bottom: 20px;
}

.alcohol-item-card .alcohol-item-card-description {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    color: #313f31;
    margin-bottom: 20px;
}

.alcohol-item-card .alcohol-item-card-prices {
    display:flex;
    gap:15px;
    margin-top:auto;
}

.alcohol-item-card .alcohol-item-card-prices .element {
    display:flex;
    flex-direction:column;
    gap:5px;
    align-items:center;
}

.alcohol-item-card .alcohol-item-card-prices .element.price-1 {
    align-items: flex-start;
}

.alcohol-item-card .alcohol-item-card-prices .element.price-2 {
    align-items: center;
}

.alcohol-item-card .alcohol-item-card-prices .element.price-3 {
    align-items: flex-end;
}

.alcohol-item-card .alcohol-item-card-prices .element .price {
    font-size: 25px;
    line-height: 1;
    font-weight: 700;
    color: #313f31;
    /*font-family: 'Tiffany';*/
}

.alcohol-item-card .alcohol-item-card-prices .element .extension {
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    color: #313f31;
}

.alcohol-item-card .alcohol-item-card-button {
    background-color: #8E6248;
    border-radius:13px;
    font-size:22px;
    line-height:1;
    text-align:center;
    color:#ffffff;
    border:2px solid #ffffff;
    padding:10px 20px 10px 20px;
    width:100%;
    margin-top:45px;
}



.event-card {
    border-radius: 24px;
    box-shadow: 0px 0px 26px #00000029;
    padding:11px;
    display:flex;
    flex-direction:column;
}

.event-card.event-past {
    background-color: #313F31;
}

.event-card .hidden-images {
    display:none;
}

.event-card .event-card-content {
    padding-left: 11px;
    padding-right:11px;
    padding-top: 22px;
    padding-bottom: 22px;
    position:relative;
    display:flex;
    flex-direction:column;
    flex:1;
}


.event-card .event-card-content .display-3 {
    margin-bottom: 20px;
}

    .event-card.event-past .event-card-content .display-3 {
        color: #DBE3CC;
    }

.event-card .event-card-content p {
    font-size: 14px;
    line-height: 1.2;
    font-weight:400;
    margin-bottom: 40px;
    color: #313F31;
}

.event-card.event-past .event-card-content p {
    color: #DBE3CC;
}

.event-card .event-card-image {
    height: 400px;
    border-radius: 17px;
    width: 100%;
    overflow:hidden;
}


    .event-card .event-card-image img {
        height:100%;
        width:100%;
        object-fit:cover;
        object-position:cover;
    }


.event-card .event-card-content .date {
    position: absolute;
    background-color: #ffffff;
    width: 65px;
    height: 65px;
    box-shadow: 0px 3px 9px #00000029;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border-radius: 13px;
    top: -45px;
    right: 15px;
    color: #8E6248;
    align-items:stretch;
    justify-content:center;
    padding:10px 15px;
    text-align:center;
    font-weight:600;
}

.event-card .event-card-content .date hr {
    border-color: #8E6248;
    background-color: #8E6248;
}

    .event-card .event-card-content .actions {
        display: flex;
        margin-top: auto;
    }

    .event-card .event-card-content .actions button{
        flex:1;
    }










.space-card-1 {
    background-color: #313f31;
    border-radius: 31px;
    border: 3px solid #4f6428;
    box-shadow: 0px 20px 57px #0000004E;
    overflow:hidden;
    display:grid;
    grid-template-columns:1fr;
    gap:50px;
    
}

.space-card-1 .space-card-1-container-1 {
    display:none;
}

.space-card-1 .space-card-1-container-1 .space-card-1-container-1-main-image {
    position: absolute;
    right: 50px;
    height: calc(100% + 200px);
    z-index: 2;
    max-width: none;
    border-radius: 50%;
    aspect-ratio: 1/1;
    transform: translate3d(0, -50%, 0);
    will-change: transform;
    top: 50%;
}

.space-card-1 .space-card-1-container-1 .space-card-1-container-1-background-image {
    position: absolute;
    z-index: 1;
    right: 0px;
    max-width: none;
    height: calc(100% + 300px);
    aspect-ratio: 1/1;
    transform: translateY(-50%);
    top: 50%;
}

.space-card-1 .space-card-1-container-2 {
    color:#ffffff;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    padding-top:40px;
    padding-right:40px;
    padding-left:40px;
    padding-bottom:40px;
}

.space-card-1 .space-card-1-container-2 .hidden-images {
    display:none;
}

.space-card-1 .space-card-1-container-2 img {
    width:370px;
    margin-bottom:60px;
}
.space-card-1 .space-card-1-container-2 .actions {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}


.space-card-1 .space-card-1-container-2 p {
    color: #DBE3CC;
    font-size:18px;
    font-weight:200;
    margin-bottom:50px;
}

@media(min-width:1024px) {
    .space-card-1 {
        grid-template-columns: 1fr 1fr;
        gap: 100px;
        min-height: 480px;
    }

    .space-card-1 .space-card-1-container-1 {
        height: 100%;
        position: relative;
        display:block;
    }

    .space-card-1 .space-card-1-container-1 .space-card-1-container-1-main-image {
        object-fit: cover;
        object-position: left;
    }

    /*.space-card-1 .space-card-1-container-1 .space-card-1-container-1-background-image {
        position: absolute;
        z-index: 1;
        top: -100px;
        right: 0px;
        height: calc(100% + 200px);
        max-width: none;
    }*/

    .space-card-1 .space-card-1-container-2 {
        color: #ffffff;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-right: 120px;
        padding-top: 80px;
        padding-bottom: 80px;
        order:2;
    }

}











.menu-category-component-1 {
    display: flex;
    flex-direction:column;
    gap: 70px;
    scroll-margin-top: 105px;
}

.menu-category-component-1 .menu-category-component-1-details {
    width: 500px;
    max-width: 100%;
    text-align: right;
    margin-left: auto;
    position: relative;
}



.menu-category-component-1.right .menu-category-component-1-details {
    text-align: left;
    margin-right: auto;
    margin-left:0;
}


.menu-category-component-1 .menu-category-component-1-details .a-image {
    display:none;
}

@media(min-width:1024px) {
    .menu-category-component-1 .menu-category-component-1-details .a-image {
        display: block;
        position: absolute;
        height: 450px;
        left: 0;
        top: -40px;
        transform: translateX(-100%);
        object-fit: contain;
        object-position: top;
        z-index: 0;
        filter: drop-shadow(10px 18px 23px rgba(0, 0, 0, 0.41) );
        -webkit-transform: translate3d(-100%, 0, 0);
    }
}


.menu-category-component-1.right .menu-category-component-1-details .a-image {
    left: unset;
    right: 0;
    transform: translateX(100%);
    -webkit-transform: translate3d(100%, 0, 0);
}

.menu-category-component-1 .menu-category-component-1-details .display-2 {
    margin-bottom:10px;
}

.menu-category-component-1 .menu-category-component-1-details .display-1 {
    margin-bottom: 15px;
}

.menu-category-component-1 .menu-category-component-1-details .a-description {
    color: #313f31;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}

.menu-category-component-1 .menu-category-component-1-details-item-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
   /* margin-top: 50px;*/
    width:645px;
    max-width:100%;
    margin-left:auto;
    z-index:1;
    position:relative;
}

    .menu-category-component-1 .menu-category-component-1-details-prices {
        margin-left: auto;
        display: flex;
        gap: 15px;
        position: absolute;
        top: -20px;
        right: 0;
        transform: translateY(-100%);
    }

    .menu-category-component-1 .menu-category-component-1-details-prices div {
        width: 80px;
        text-align: right;
        color: #8E6248;
        font-size:17px;
        line-height:1;
        font-weight:700;
        text-transform:uppercase;
    }

.menu-category-component-1.right .menu-category-component-1-details-item-list {
    margin-right: auto;
    margin-left: 0;
}


.menu-category-component-1 .menu-category-component-1-details-item-list .b-hr {
    border-top: 1px solid #313f31;
    width: 75px;
}

.menu-category-component-1 .menu-category-component-1-details-item-list .menu-category-component-1-details-item {
    display: flex;
    gap:15px;
}

.menu-category-component-1 .menu-category-component-1-details-item-list .menu-category-component-1-details-item .menu-category-component-1-details-item-details {
    margin-right:auto;
    max-width:470px;
}

.menu-category-component-1  .menu-category-component-1-details-item-list .menu-category-component-1-details-item .menu-category-component-1-details-item-details .b-title {
    color: #313f31;
    font-size: 25px;
    font-family: 'Tiffany';
    font-weight: 600;
    line-height: 1;
    margin-bottom: 5px;
}

.menu-category-component-1  .menu-category-component-1-details-item-list .menu-category-component-1-details-item .menu-category-component-1-details-item-details .b-description {
    color: #313f31;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
}

.menu-category-component-1 .menu-category-component-1-details-item-list .menu-category-component-1-details-item .menu-category-component-1-details-item-price {
    width:100px;
    flex-shrink:0;
}

.menu-category-component-1 .menu-category-component-1-details-item-list .menu-category-component-1-details-item .menu-category-component-1-details-item-price .b-price {
    color: #313f31;
    font-size: 25px;
    text-align:right;
    /*font-family: 'Tiffany';*/
    font-weight: 700;
    line-height: 1;
}




.petit-augustin-component-1-header {
    max-width: 1130px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-bottom:20px;
}


.petit-augustin-component-1-header .display-2 {
    margin-bottom:10px;
}

.petit-augustin-component-1.right {
    text-align:right;
}

.petit-augustin-component-1-container-top {
    margin-bottom: -1px;
}

.petit-augustin-component-1-container-top svg{
    display:block;
}

.petit-augustin-component-1-items {
    background-color: #313f31;
    border-bottom-left-radius: 31px;
    border-bottom-right-radius:31px;
    border-top-left-radius:0px;
    border-top-right-radius:0px;
    padding-bottom: 50px;
}

.petit-augustin-component-1-items-container {
    max-width: 1130px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display:grid;
    grid-template-columns:1fr;
}

.petit-augustin-component-1-items-container-1 {
    display: flex;
    flex-direction:column;
    gap:40px;
    align-items:center;
}

.petit-augustin-component-1-items-container-1-item {
    flex:1;
}


.petit-augustin-component-1-items-container-1 .border-between {
    background-color: #ffffff;
    opacity:0.6;
    width: 80%;
    height:1px;
}


.petit-augustin-component-1-items-container-item .title {
    font-size:30px;
    color:#ffffff;
    font-family:'Tiffany';
    font-weight:900;
    line-height:1;
    margin-bottom:15px;
    text-align:center;
}

.petit-augustin-component-1-items-container-item .details {
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 15px;
    text-align:center;
}

.petit-augustin-component-1-items-container-item .price {
    font-size: 25px;
    color: #ffffff;
    /*font-family: 'Tiffany';*/
    font-weight: 700;
    line-height: 1;
    text-align:center;
}

.petit-augustin-component-1-items-container-2 {
    display:none;
}



.petit-augustin-component-1-items-container-item {
    position: relative;
}



@media(max-width:1024px) {
    .petit-augustin-component-1-items-container-item:not(:first-child)::after {
        content: "";
        position: absolute;
        width: 80%;
        background-color: #ffffff;
        opacity: 0.6;
        height: 1px;
        top: -20px;
        left:10%;
    }
}


@media(min-width:1024px) {
    .petit-augustin-component-1-header {
        margin-bottom: -70px;
    }

    .petit-augustin-component-1-items-container {
        grid-template-columns: 1fr 250px;
        gap: 30px;
    }

    .petit-augustin-component-1.right .petit-augustin-component-1-items-container {
        grid-template-columns: 250px 1fr;
    }

    .petit-augustin-component-1-items-container-1 {
        gap: 80px;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .petit-augustin-component-1-items-container-1-item {
        flex: 1;
        display:flex;
    }

    .petit-augustin-component-1-items-container-1-item::after {
        position: absolute;
        width: 1px;
        background-color: #ffffff;
        opacity: 0.6;
        height: 80%;
        top:0;
        right:0;
    }

    .petit-augustin-component-1-items-container-1 .border-between {
        width: 1px;
        background-color: #ffffff;
        opacity: 0.6;
        height: 80%;
    }

    .petit-augustin-component-1-items-container-item .title {
        text-align:left;
    }

    .petit-augustin-component-1-items-container-item .details {
        text-align: left;
    }

    .petit-augustin-component-1-items-container-item:not(:nth-child(3n)):not(:last-child)::after {
        content: "";
        position: absolute;
        width: 1px;
        background-color: #ffffff;
        opacity: 0.6;
        height: 80%;
        top: 0;
        top: 10%;
        right: -40px;
    }

    .petit-augustin-component-1-items-container-2 {
        position: relative;
        display:block;
    }

    .petit-augustin-component-1-items-container-2 img {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 300px;
        max-width: none;
        filter: drop-shadow(10px 18px 23px rgba(0, 0, 0, 0.41) );
        -webkit-transform: translateZ(0);
    }

    .petit-augustin-component-1.right .petit-augustin-component-1-items-container-2 img {
        left: unset;
        right: 0;
    }


    .petit-augustin-component-1.right .petit-augustin-component-1-items-container-2 {
        order: 1;
    }

    .petit-augustin-component-1.right .petit-augustin-component-1-items-container-1 {
        order: 2;
    }

}




.switch-v2 {
    /*box-shadow: 0px 0px 6px #00000041;*/
 
    display: inline-flex;
    flex-wrap:wrap;
    font-weight: 600;
    font-size: 18px;
    column-gap: 10px;
    row-gap:6px;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    margin-bottom: 20px;
}

.switch-v2 .element {
    border-radius: 99px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    z-index: 2;
    transition: color 0.2s ease;
    cursor: pointer;
    border: 2px solid #313f31;
}

.switch-v2 .element.active {
    border-radius: 99px;
    background-color: #313f31;
    color:#ffffff;
}




.switch {
    box-shadow: 0px 0px 6px #00000041;
    border-radius:99px;
    display:inline-flex;
    font-weight:600;
    font-size:14px;
    gap:10px;
    position:relative;
    overflow:hidden;
    background-color:#ffffff;
}

.switch input {
    opacity:0;
    width:0;
    height:0;
    position:absolute;
}

.switch .element {
    padding-left:20px;
    padding-right:20px;
    padding-top:10px;
    padding-bottom:10px;
    position:relative;
    z-index:2;
    transition:color 0.2s ease;
}

.switch input:checked ~ .element.right {
    color:#ffffff;
}


.switch input:not(:checked) ~ .element.left {
    color: #ffffff;
}

.switch .toggle-round {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 50%;
    border-radius: 99px;
    background-color: #313f31;
    transition: width 0.1s ease, transform 0.3s ease;
}

.switch input:checked ~ .element.element-1 {
    color: #313f31;
}

.switch input:checked ~ .element.element-2 {
    color: #ffffff;
}


@media(min-width:1024px) {
    .switch {
        font-weight: 600;
        font-size: 18px;
    }

}


/*MENU*/

.modal-menu {
    display: flex;
    position: fixed;
    z-index: -1;
    right: 0;
    left:0;
    top: 0;
    bottom:0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    justify-content: flex-end;
    align-items: center;
    opacity:0;
}

.modal-menu.active {
    display: flex;
    opacity:1;
    z-index:1060;
}

.modal-menu-content {
    z-index: 2;
    pointer-events: auto;
    background-color: #ffffff;
    padding: 40px;
    width: 90%;
    max-width: 540px;
    box-shadow: 0px 0px 28px #00000029;
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    height:100vh;
    overflow-y:auto;
    transform:translateX(100%);
    transition:transform 0.3s ease;
    display:flex;
    flex-direction:column;
}

.modal-menu.active .modal-menu-content {
    transform: translateX(0);
}

.modal-menu .modal-menu-title {
    margin-bottom: 30px;
    font-weight: 900;
    font-family: 'Tiffany';
    color: #313f31;
    line-height: 1;
}

.modal-menu .modal-menu-nav-items {
    display:flex;
    flex-direction:column;
    gap:10px;
}

.modal-menu .modal-menu-contact {
    margin-top:auto;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.modal-menu .modal-menu-contact .title{
    font-weight:600;
    font-size:20px;
}

.modal-menu .modal-menu-contact .description {
    color: #000000;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
}

.modal-menu .modal-menu-contact .description a {
color: #313f31;
transition: color 0.3s ease;
}

.modal-menu .modal-menu-contact .description a:hover {
    color: #8E6248;
}


/* The Modal (background) */
.modal-backdrop.active {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.24);
}

.modal-backdrop.active {
    display:flex;
}
.modal-reservation {
    display: none;
    position: fixed;
    z-index: 1060;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.modal-reservation.active {
    display: flex;
}

.container-modal-md {
    max-width:400px;
    margin-left:auto;
    margin-right:auto;
}



.modal-button-close {
    position: absolute;
    top: 30px;
    right: 30px;
    border: none;
    background-color: #F2F2F2;
    width:30px;
    height:30px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:6px;
}

.modal-button-close svg {
    height:24px;
    width:24px;
}

.modal-reservation-content {
    z-index: 2;
    pointer-events: auto;
    background-color: #ffffff;
    padding: 30px;
    border: 1px solid #888;
    width: 90%;
    max-width: 540px;
    box-shadow: 0px 0px 28px #00000029;
    border-radius: 20px;
    margin-left:20px;
    margin-right:20px;
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
}

@media (min-width: 1024px) {
    .resource-description-list {
        grid-column: span 2 / span 2;
    }
}

.resource-description {
    display: flex;
    flex-direction: column;
    padding: 15px;
    gap: 10px;
    border-radius: 4px;
    background-color: #f7f7f7;
}

.resource-description .resource-description-title {
    font-size: 18px;
    font-weight: 800;
    color: #313f31;
}

.resource-description .resource-description-text {
    font-size: 16px;
    font-weight: 400;
    color: #606060;
}

/*SI MODALE IMAGE*/
.modal-reservation-content.modal-reservation-content-image {
    overflow: hidden;
    padding: 0px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.modal-reservation-content.modal-reservation-content-image .modal-reservation-left img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.modal-reservation-content .modal-reservation-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal-reservation-content.modal-reservation-content-image .modal-reservation-right {
    padding: 30px;
}

.modal-reservation-content .modal-reservation-right .paragraph {
    margin-bottom: 25px;
}

.modal-reservation-content .modal-reservation-right a {
    display: inline-flex;
    align-self: flex-start;
}
/*FIN SI MODALE IMAGE*/



.modal-reservation-content-xl {
    width: 90%;
    max-width: 900px;
}





.modal-reservation.with-form-reservation .modal-reservation-content {
    max-width: 800px;
}

.modal-reservation-content .modal-concept-images {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

    .modal-reservation-content .modal-concept-images img {
        border-radius: 15px;
        width: 100%;
        object-fit: contain;
        object-position: center;
    }


.modal-reservation-content .modal-event-images {
    display:flex;
    flex-direction:column;
    gap:15px;
}

.modal-reservation-content .modal-event-images img{
    border-radius:15px;
    width:100%;
    object-fit:contain;
    object-position:center;
}

.modal-reservation-content .modal-reservation-title {
    color: #313F31;
    font-size: 30px;
    line-height: 1.05;
    font-weight: 900;
    margin-bottom: 20px;
}


.modal-reservation-content .modal-reservation-alert {
    color: #000000;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 25px;
}




.modal-reservation-content .modal-reservation-title-sub.wmb {
    margin-top:20px;
}

.modal-reservation.with-form-reservation .form-reservation {
    margin-bottom:25px;
}


.modal-reservation.with-form-reservation .form-reservation .form-reservation-1.third {
    border-right:none;
}


.modal-reservation-content .modal-reservation-summary {
    background-color: #F2F2F2;
    border-radius: 15px;
    padding: 20px;
    font-weight: 600;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 25px;
    line-height:1;
}

.modal-reservation-content .modal-reservation-summary .modal-reservation-summary-1 {
    display:flex;
    align-items:center;
    gap:10px;
}

.modal-reservation-content .modal-reservation-summary .modal-reservation-summary-1 svg {
    height: 24px;
    width: 24px;
}


.modal-reservation-content .modal-reservation-summary-alt {
    background-color: #F2F2F2;
    border-radius: 15px;
    padding: 20px;
    font-weight: 600;
    display: flex;
    flex-direction:column;
    gap: 10px;
    margin-bottom: 25px;
    line-height: 1;
}

    .modal-reservation-content .modal-reservation-summary-alt #modal-event-name {
        font-size:22px;
    }

.modal-reservation-content .modal-reservation-summary-alt #modal-event-description {
    font-weight: 400;
}


.modal-reservation-content .modal-reservation-form {
    margin-bottom: 25px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
}

.modal-reservation-content .modal-reservation-form .col-span-2 {
    grid-column: 1;

}

.modal-reservation-content .modal-reservation-title-sub {
    color: #000000;
    font-size: 22px;
    line-height: 1;
    font-weight: 800;
    color: #313F31;
    margin-bottom: 5px;
}


@media(min-width:1024px) {
    .modal-reservation-content .modal-reservation-title-sub {
        grid-column: span 2 / span 2;
    }
    .modal-reservation-content {
        padding: 80px 80px;
        border-radius: 49px;
    }

    .modal-reservation-content .checkbox-custom {
        grid-column: unset;
    }

    /*SI MODALE IMAGE*/
    .modal-reservation-content.modal-reservation-content-image {
        overflow: hidden;
        max-width: 1050px;
        height: 552px;
        padding: 0px;
        border-radius: 49px;
        display: grid;
        grid-template-columns: 550px minmax(0, 1fr);
    }

    .modal-reservation-content.modal-reservation-content-image .modal-reservation-right {
        padding: 80px 80px;
        margin-top:auto;
        margin-bottom:auto;
    }

    .modal-reservation-content.modal-reservation-content-image .modal-reservation-right-container  {
        overflow:auto;
        display:flex;
        align-items:center;
    }


    .modal-reservation-content .modal-reservation-right .paragraph {
        margin-bottom: 35px;
    }
    /*FIN SI MODALE IMAGE*/



    .container-modal-md {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .modal-reservation-content .modal-reservation-title {
        font-size: 45px;
    }

    .modal-reservation-content .modal-reservation-form {
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .modal-reservation-content .modal-reservation-form .col-span-2 {
        grid-column: span 2 / span 2;
    }
}




.modal-reservation-content .modal-reservation-form button {
    background-color: #313f31;
    color: #ffffff;
    border: 2px solid #313f31;
    border-radius: 8px;
    padding: 10px 15px;
    margin-top: 15px;
   transition:color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.modal-reservation-content .modal-reservation-form button:hover {
    background-color: #dbE3cc;
    color: #313f31;
    border: 2px solid #dbE3cc;
}


.modal-reservation-content .modal-reservation-contact .title {
    color: #000000;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 10px;
}

.modal-reservation-content .modal-reservation-contact .description {
    color: #000000;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
}

.modal-reservation-content .modal-reservation-contact .description a {
    color: #313f31;
    transition: color 0.3s ease;
}

.modal-reservation-content .modal-reservation-contact .description a:hover {
    color: #8E6248;
}


.modal-animation-appear {
    animation-name: modal-appear;
    animation-duration: 0.4s;
}


@keyframes modal-appear {
    0% {
        opacity: 0;
        transform: scale(0.99);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}


.modal-animation-disappear {
    animation-name: modal-disappear;
    animation-duration: 0.4s;
}


@keyframes modal-disappear {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(0.99);
    }
}



body.light .section-home-1 {
    display:none;
}

body.light .speed-access {
    display: none;
}

body.light .section-home-2 {
    margin-top:250px;
}

body.light .container-header nav{
    display:none;
}

body.light .container-header .switch-button {
    display: none;
}


body.light .container-header .menu-button {
    display: none;
}

body.light .container-header {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}


.cookie-manager {
    position: fixed;
    z-index: 9000;
    overflow: hidden;
    left: 30px;
    bottom: 47px;
    width: 377px;
    border-radius: 0.7rem;
    max-width: calc(100vw - 60px);
    background-color: white;
    border-width: 1px;
    border-color: rgba(209, 213, 219, 0.7);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.cookie-manager .cookie-body {
padding-top: 1rem;
padding-left: 1.2rem;
padding-right: 1.2rem;
padding-bottom: 1rem;
}

.cookie-manager .cookie-body h1 {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 0.67rem;
}

.cookie-manager .cookie-body p {
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.2;
    color: rgba(55, 65, 81, 1);
    margin-bottom: 0.4rem;
}


.cookie-manager .cookie-body a {
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1;
    align-items: center;
    color: #606060;
    transition: color 0.3s ease;
}

.cookie-manager .cookie-body a:hover {
    color: #ebeee3;
}

.cookie-manager .cookie-actions {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cookie-manager .cookie-actions button {
    grid-column: span 1 / span 1;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    transition:color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;

}

.cookie-manager .cookie-actions .btn-refuse {
    background-color: #8E6248;
    color: white;
    border: 2px solid #8E6248;
}

.cookie-manager .cookie-actions .btn-refuse:hover {
    background-color: #39261a;
    border-color: #39261a;
    color: white;
}

.cookie-manager .cookie-actions .btn-accept {
    background-color: #313f31;
    color: #ffffff;
    border: 2px solid #313f31;
}

.cookie-manager .cookie-actions .btn-accept:hover {
    background-color: #dbE3cc;
    color: #606060;
    border-color: #dbE3cc;
}



.checkbox-custom {
    position: relative;
}

.checkbox-custom label {
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-width: 1px;
    border-color: #ebebeb;
    border-radius: 0.375rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    background-color: #ebebeb;
    color: #3f3f3f;
    cursor: pointer;
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    font-size: 16px;
}

.checkbox-custom input:focus + label {
    outline: 2px solid transparent;
    outline-offset: 2px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-color: #858585;
}

    .checkbox-custom input:checked + label {
        background-color: #313f31;
        color: #ffffff;
        border-color: #313f31;
    }

.checkbox-custom input {
    display: block;
    position: absolute;
    padding: 0;
    margin: 0;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 0;
}



.hour-informations {
    display: inline-flex;
    gap: 10px;
    background-color: #5B6A5B;
    padding:15px;
    border-radius:6px;
    align-items:center;
    margin-bottom:15px;
}
    .hour-informations .hour-informations-icon svg {
        width: 30px;
        height: 30px;
        flex-shrink: 0;
        display:flex;
        justify-content:center;
        align-items:center;
    }
    .hour-informations .hour-informations-icon  svg {
        width:30px;
        height:30px;
        flex-shrink:0;
    }

    .hour-informations .hour-informations-line-list {
        display:flex;
        flex-direction:column;
        gap:5px;
    }

        .hour-informations .hour-informations-line-list .hour-informations-line-1 {
            line-height: 1;
            font-size: 17px;
            font-weight: 600;
            color: #DBE3CC;
        }

        .hour-informations .hour-informations-line-list .hour-informations-line-2 {
            line-height: 1;
            font-size: 14px;
            font-weight: 400;
            color: #DBE3CC;
        }