/*
*	DESTINY - WEDDING HTML TEMPLATE
* 	Copyright 2016
* 	www.mutationmedia.net
* 	Created by : mutationthemes
*
*/
/* Table of Content
==================================================
	1.Preloader
	2.Site wrapper
	3.Hero section
	4.Restaurant section
	5.Menu section
	6.Special section
	7.Reservation section
	8.Gallery section
	9.Contact section
	10.Footer
	11.Mediaqueries





/*Preloader*/

.loader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.loader-inner {
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.loading-spinner {
    width: 100px;
    height: 100px;
    animation: spinner-rotate 2s ease-in-out infinite;
    -webkit-animation: spinner-rotate 2s ease-in-out infinite;
    -moz-animation: spinner-rotate 2s ease-in-out infinite;
    -ms-animation: spinner-rotate 2s ease-in-out infinite;
    -o-animation: spinner-rotate 2s ease-in-out infinite;
}
.spinner {
    animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
    -webkit-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
    -moz-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
    -ms-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
    -o-animation: spinner-color 8s ease-in-out infinite, spinner-dash 2s ease-in-out infinite;
    stroke-linecap: round;
}
@keyframes spinner-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: trotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}
@keyframes spinner-color {
    0%, 100% {
        stroke: #a68b7c;
    }
    20% {
        stroke: #353031;
    }
    40% {
        stroke: #a68b7c;
    }
    60% {
        stroke: #353031;
    }
    80% {
        stroke: #a68b7c;
    }
}
@keyframes spinner-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 90, 200;
        stroke-dashoffset: -125px;
    }
}
/*End preloader*/
/*Site wrapper*/

.wrapper {
    position: relative;
}
/*End site wrapper*/
/* Hero Section*/

section.hero {
    background: #353031;
    padding: 0;
    position: relative;
    overflow: hidden;
}
section.single-hero {
    min-height: 400px;
}
.background-img img {
    display: none;
}
.background-img {
    width: 100%;
    height: 100%;
}
.background-img {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #353031;
    background-image: none;
    background-origin: padding-box;
    background-position: 50% 50% !important;
    background-repeat: repeat;
    background-size: cover !important;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.overlay:before {
    position: absolute;
    background: rgba(41, 41, 41, .5);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#353031+0,353031+100&0.5+0,0+100 */
    
    background: -moz-linear-gradient(top, rgba(41, 41, 41, .5) 60%, rgba(41, 41, 41, 0) 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, rgba(41, 41, 41, .5) 60%, rgba(41, 41, 41, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, rgba(41, 41, 41, .5) 60%, rgba(41, 41, 41, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#80353031', endColorstr='#00353031', GradientType=0);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    content: "";
}
section.hero .inner-hero {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 10;
}
.header {
    padding: 10px 0;
}
.slider .slides li {
    background-size: cover;
    min-height: 600px;
}
.header.default {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.header.switched-header {
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 0 20px rgba(41, 41, 41, .5);
    -webkit-box-shadow: 0 0 20px rgba(41, 41, 41, .15);
    -moz-box-shadow: 0 0 20px rgba(41, 41, 41, .15);
    -ms-box-shadow: 0 0 20px rgba(41, 41, 41, .15);
    -o-box-shadow: 0 0 20px rgba(41, 41, 41, .15);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.header .left-part {
    float: left;
    margin-left: 50px;
}
.header .logo {
    margin-top: 10px;
    display: block;
}
.header .logo img.logo-img {
    height: 50px;
    width: auto;
    display: block;
}
.header.default .logo img.logo-img {
    filter: brightness(0) invert(1);
}
.header.switched-header .logo img.logo-img {
    filter: none;
}
.header .logo h2 {
    color: #ffffff;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
}
.header.switched-header .logo h2 {
    color: #353031;
}
.header .right-part {
    float: right;
    margin-right: 50px;
    position: relative;
}
.mobile-but {
    display: inline-block;
    height: 24px;
    position: absolute;
    right: -20px;
    top: -22px;
    z-index: 1000;
    display: none;
}
.mobile-but .lines {
    transform: translate(0px, 10px) rotate(0deg);
    -webkit-transform: translate(0px, 10px) rotate(0deg);
    -ms-transform: translate(0px, 10px) rotate(0deg);
    -moz-transform: translate(0px, 10px) rotate(0deg);
}
.mobile-but .lines,
.mobile-but .lines:after,
.mobile-but .lines:before {
    height: 2px;
    width: 28px;
}
.mobile-but .lines:after,
.mobile-but .lines:before {
    content: " ";
    display: block;
}
.mobile-but .lines:after {
    transform: translate(0px, 4px) rotate(0deg);
    -webkit-transform: translate(0px, 4px) rotate(0deg);
    -ms-transform: translate(0px, 4px) rotate(0deg);
    -moz-transform: translate(0px, 4px) rotate(0deg);
}
.mobile-but .lines:before {
    transform: translate(0px, -4px) rotate(0deg);
    -webkit-transform: translate(0px, -4px) rotate(0deg);
    -ms-transform: translate(0px, -4px) rotate(0deg);
    -moz-transform: translate(0px, -4px) rotate(0deg);
}
.mobile-but .lines:after,
.mobile-but .lines:before {
    background: #353031;
}
.toggle-mobile-but.active .mobile-but .lines:after {
    transform: translate(0px, -1px) rotate(45deg);
    -webkit-transform: translate(0px, -1px) rotate(45deg);
    -ms-transform: translate(0px, -1px) rotate(45deg);
    -moz-transform: translate(0px, -1px) rotate(45deg);
}
.toggle-mobile-but.active .mobile-but .lines:before {
    transform: translate(0px, 1px) rotate(-45deg);
    -webkit-transform: translate(0px, 1px) rotate(-45deg);
    -ms-transform: translate(0px, 1px) rotate(-45deg);
    -moz-transform: translate(0px, 1px) rotate(-45deg);
}
.main-nav li {
    display: block;
    float: left;
    text-transform: uppercase;
    margin-left: 25px;
    font-size: 11.5px;
    font-weight: 700;
}
.main-nav li a {
    color: #ffffff;
    display: block;
    padding: 12px 0;
    position: relative;
}
.header.switched-header .main-nav li a {
    color: #353031;
}
.hero-content {
    color: #ffffff;
    position: relative;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.hero-expertise {
    margin-top: 22px;
}
.hero-expertise-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 11px 24px 11px 14px;
    border: 1px solid rgba(212, 184, 150, 0.55);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #ffffff;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.hero-expertise-medal {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.hero-medal-icon {
    width: 24px;
    height: 24px;
    display: block;
}
h1.large {
    color: #ffffff;
    font-size: 120px;
    font-weight: 400;
    text-transform: none;
}
/* End hero section*/
/* Restaurant section*/

.vertical-align {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.block-img {
    display: block;
    height: 300px;
    position: relative;
}
.sing {
    max-width: 30%;
}
/* End restaurant section*/
/* Menu section*/

.menu {
    background: #faf8f5;
}
.plateau-subtitle {
    color: #8a7a72;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 15px;
    text-transform: none;
}
.plateau-tabs {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #e8dfd6;
    border-radius: 6px;
    overflow: hidden;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
}
.plateau-tabs li {
    flex: 1;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 18px 10px;
    margin: 0;
    height: auto;
    top: 0;
    border-bottom: 3px solid transparent;
    border-right: 1px solid #e8dfd6;
    color: #353031;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    transition: background 0.2s ease, border-color 0.2s ease;
}
.plateau-tabs li:last-child {
    border-right: none;
}
.plateau-tabs li.active {
    background: #f5f0eb;
    border-bottom-color: #a68b7c;
}
.plateau-tab-name {
    display: block;
    letter-spacing: 1px;
    margin-bottom: 4px;
}
.plateau-tab-price {
    display: block;
    color: #a68b7c;
    font-size: 13px;
    font-weight: 400;
}
.plateau-panels {
    list-style: none;
    margin: 0;
    padding: 0;
}
.plateau-panels > li {
    display: none;
    padding-top: 0;
}
.plateau-panels > li.active {
    display: block;
}
.plateau-card {
    background: #fff;
    border: 1px solid #e8dfd6;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}
.plateau-card > .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.plateau-card > .row > [class*="col-"] {
    float: none;
    display: flex;
    flex-direction: column;
}
.plateau-card-info {
    padding: 45px 40px;
}
.plateau-card-title {
    font-family: 'Lora', serif;
    font-size: 36px;
    font-weight: 400;
    color: #353031;
    margin-bottom: 8px;
    text-transform: none;
}
.plateau-card-price {
    display: block;
    color: #a68b7c;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}
.plateau-features {
    list-style: none;
    margin: 0;
    padding: 0;
}
.plateau-features li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.5;
    color: #353031;
}
.plateau-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    min-width: 22px;
    border-radius: 50%;
    background: #a68b7c;
    color: #fff;
    font-size: 10px;
    margin-right: 12px;
    margin-top: 1px;
}
.plateau-card-img {
    position: relative;
    flex: 1 1 auto;
    width: 100%;
    min-height: 280px;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #efe8e1;
}
.plateau-card-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center center;
    display: block;
}
.plateau-choices {
    border: 1px solid #e8dfd6;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 10px;
}
.plateau-choices-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    background: #f5f0eb;
    border: none;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #a68b7c;
}
.plateau-choices-toggle-left {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.plateau-choices-toggle-left i {
    font-size: 16px;
}
.plateau-choices-chevron {
    font-size: 14px;
    transition: transform 0.25s ease;
}
.plateau-choices:not(.open) .plateau-choices-chevron {
    transform: rotate(180deg);
}
.plateau-choices-body {
    display: none;
    padding: 30px 25px 10px;
}
.plateau-choices.open .plateau-choices-body {
    display: block;
}
.plateau-choices-columns {
    display: flex;
    align-items: flex-start;
    gap: 36px;
}
.plateau-choices-column {
    flex: 1;
    min-width: 0;
}
.plateau-choice-col {
    margin-bottom: 28px;
}
.plateau-choice-col:last-child {
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .plateau-choices-columns {
        flex-wrap: wrap;
        gap: 0 24px;
    }
    .plateau-choices-column {
        flex: 0 0 calc(50% - 12px);
    }
}
@media (max-width: 575px) {
    .plateau-choices-columns {
        flex-direction: column;
        gap: 0;
    }
    .plateau-choices-column {
        flex: 1 1 auto;
    }
}
.plateau-choice-col h3 {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #a68b7c;
    margin-bottom: 12px;
}
.plateau-choice-col h3 i {
    margin-right: 6px;
    font-size: 14px;
}
.plateau-choice-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.plateau-choice-col li {
    font-size: 13px;
    line-height: 1.9;
    color: #353031;
}
.plateau-order-notice {
    font-size: 13px;
    color: #8a7a72;
    margin-bottom: 30px;
    text-transform: none;
}
.plateau-contact-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    background: #f5f0eb;
    border: 1px solid #e8dfd6;
    border-radius: 8px;
    padding: 25px 30px;
}
.plateau-contact-items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    flex: 1;
}
.plateau-contact-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #353031;
    text-decoration: none;
    min-width: 140px;
}
.plateau-contact-item:hover {
    color: #a68b7c;
    text-decoration: none;
}
.plateau-contact-item i {
    font-size: 20px;
    color: #a68b7c;
    margin-bottom: 6px;
}
.plateau-contact-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.plateau-contact-value {
    font-size: 13px;
    color: #8a7a72;
}
.plateau-qr {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.plateau-qr img {
    width: 90px;
    height: 90px;
    display: block;
    margin-bottom: 6px;
}
.plateau-qr-label {
    font-family: 'Kristi', cursive;
    font-size: 16px;
    color: #a68b7c;
    line-height: 1.2;
    max-width: 90px;
}

.block-tab:not(.plateau-panels) li {
    display: none;
    padding-top: 30px;
}
.block-tab:not(.plateau-panels) li.active {
    display: block;
}
/* End menu section*/
/* Cocktail section*/

.cocktail {
    background: #faf8f5;
}
.cocktail-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 70px;
}
.cocktail-tags {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #a68b7c;
    margin-bottom: 12px;
}
.cocktail-title {
    font-family: 'Lora', serif;
    font-size: 42px;
    font-weight: 400;
    color: #353031;
    margin-bottom: 18px;
    text-transform: none;
}
.cocktail-minimum {
    font-family: 'Lora', serif;
    font-size: 20px;
    line-height: 1.5;
    color: #353031;
    max-width: 480px;
    margin-bottom: 14px;
    text-transform: none;
}
.cocktail-minimum strong {
    color: #a68b7c;
    font-weight: 700;
}
.cocktail-intro {
    font-size: 13px;
    line-height: 1.7;
    color: #a89a92;
    max-width: 460px;
    text-transform: none;
}
.cocktail-photos {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 12px;
}
.cocktail-photo-main {
    width: 62%;
    height: 200px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}
.cocktail-photo-side {
    width: 32%;
    height: 260px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}
.cocktail-tier {
    border-top: 1px solid #e8dfd6;
    padding: 45px 0 10px;
}
.cocktail-tier-title {
    font-family: 'Lora', serif;
    font-size: 22px;
    font-weight: 400;
    color: #353031;
    text-align: center;
    margin-bottom: 35px;
    text-transform: none;
}
.cocktail-tier-title span {
    color: #8a7a72;
    font-size: 18px;
}
.cocktail-tier-grid {
    display: flex;
    gap: 40px;
    margin-bottom: 25px;
}
.cocktail-tier-col {
    flex: 1;
    min-width: 0;
}
.cocktail-tier-col h3 {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #a68b7c;
    margin-bottom: 14px;
}
.cocktail-tier-col h3 i {
    margin-right: 6px;
    font-size: 14px;
}
.cocktail-tier-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.cocktail-tier-col li {
    font-size: 13px;
    line-height: 1.9;
    color: #353031;
    padding-left: 14px;
    position: relative;
}
.cocktail-tier-col li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #353031;
}
.cocktail-info-box {
    background: #f5f0eb;
    border: 1px solid #e8dfd6;
    border-radius: 8px;
    padding: 35px 25px;
    margin-top: 50px;
}
.cocktail-info-item {
    text-align: center;
    padding: 10px 15px;
}
.cocktail-info-item i {
    display: block;
    font-size: 28px;
    color: #a68b7c;
    margin-bottom: 12px;
}
.cocktail-info-item p {
    font-size: 12px;
    line-height: 1.6;
    color: #353031;
    margin: 0;
    text-transform: none;
}
.cocktail-footer {
    text-align: center;
    margin-top: 45px;
}
.cocktail-email {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #353031;
    text-decoration: none;
    margin-bottom: 25px;
}
.cocktail-email:hover {
    color: #a68b7c;
    text-decoration: none;
}
.cocktail-email i {
    color: #a68b7c;
    font-size: 16px;
}
.cocktail-tagline {
    font-size: 13px;
    color: #8a7a72;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-transform: none;
}
.cocktail-tagline span {
    flex: 1;
    max-width: 120px;
    height: 1px;
    background: #e8dfd6;
}
@media (max-width: 991px) {
    .cocktail-tier-grid {
        flex-wrap: wrap;
        gap: 30px 24px;
    }
    .cocktail-tier-col {
        flex: 0 0 calc(50% - 12px);
    }
    .cocktail-photos {
        margin-top: 30px;
        justify-content: center;
    }
}
@media (max-width: 575px) {
    .cocktail-title {
        font-size: 32px;
    }
    .cocktail-tier-grid {
        flex-direction: column;
        gap: 25px;
    }
    .cocktail-tier-col {
        flex: 1 1 auto;
    }
    .cocktail-photo-main,
    .cocktail-photo-side {
        height: 180px;
    }
    .cocktail-tagline {
        flex-direction: column;
        gap: 12px;
    }
    .cocktail-tagline span {
        max-width: 80px;
    }
}
/* End cocktail section*/
/* Mariage section*/

.mariage {
    background: #faf8f5;
}
section.special.mariage {
    padding-top: 0 !important;
}
.mariage-hero {
    position: relative;
    min-height: 340px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.mariage-hero:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: "";
    background: linear-gradient(to right, rgba(250, 248, 245, 0.98) 30%, rgba(250, 248, 245, 0.75) 50%, rgba(250, 248, 245, 0.15) 75%, transparent 100%);
}
.mariage-hero .background-img {
    z-index: 0;
}
.mariage-hero-inner {
    position: relative;
    z-index: 4;
    max-width: 520px;
    padding: 60px 0;
}
.mariage-kicker {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #a68b7c;
    margin-bottom: 10px;
}
.mariage-title {
    font-family: 'Lora', serif;
    font-size: 44px;
    font-weight: 400;
    color: #353031;
    margin-bottom: 10px;
    text-transform: none;
}
.mariage-location {
    font-size: 12px;
    color: #a68b7c;
    margin-bottom: 18px;
    text-transform: none;
}
.mariage-intro {
    font-size: 14px;
    line-height: 1.8;
    color: #8a7a72;
    max-width: 460px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e8dfd6;
    text-transform: none;
}
.mariage-content {
    background: #faf8f5;
}
.mariage-cards {
    display: flex;
    gap: 20px;
    margin-bottom: 70px;
}
.mariage-card {
    flex: 1;
    background: #fff;
    border: 1px solid #e8dfd6;
    border-radius: 8px;
    padding: 30px 22px 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.mariage-card-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid #e8dfd6;
    margin: 0 auto 16px;
}
.mariage-card-icon {
    display: block;
    font-size: 22px;
    color: #a68b7c;
    margin-bottom: 0;
}
.mariage-card-title {
    font-family: 'Lora', serif;
    font-size: 22px;
    font-weight: 400;
    color: #353031;
    margin-bottom: 6px;
    text-transform: none;
}
.mariage-card-price {
    font-size: 15px;
    font-weight: 700;
    color: #a68b7c;
    margin-bottom: 22px;
}
.mariage-card-menu {
    flex: 1;
    margin-bottom: 18px;
}
.mariage-menu-item {
    margin-bottom: 18px;
}
.mariage-menu-item:last-child {
    margin-bottom: 0;
}
.mariage-menu-course {
    display: block;
    font-family: 'Lora', serif;
    font-size: 16px;
    color: #353031;
    margin-bottom: 4px;
}
.mariage-menu-item p {
    font-size: 12px;
    line-height: 1.6;
    color: #8a7a72;
    margin: 0;
    text-transform: none;
}
.mariage-card-note {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #a68b7c;
    margin: 0;
    padding-top: 16px;
    border-top: 1px solid #f0ebe6;
}
.mariage-card-custom .mariage-card-custom-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 5px;
}
.mariage-custom-line {
    display: block;
    width: 40px;
    height: 1px;
    background: #e8dfd6;
    margin-bottom: 20px;
}
.mariage-card-custom p {
    font-size: 13px;
    line-height: 1.7;
    color: #8a7a72;
    margin: 0;
    text-transform: none;
}
.mariage-prestations {
    margin-bottom: 50px;
}
.mariage-prestations-title {
    font-family: 'Lora', serif;
    font-size: 28px;
    font-weight: 400;
    color: #353031;
    text-align: center;
    margin-bottom: 35px;
    text-transform: none;
}
.mariage-prestations-grid {
    display: flex;
    gap: 60px;
    max-width: 700px;
    margin: 0 auto;
}
.mariage-prestations-col {
    flex: 1;
}
.mariage-prestations-col h3 {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #a68b7c;
    margin-bottom: 14px;
}
.mariage-prestations-col h3 i {
    margin-right: 6px;
    font-size: 14px;
}
.mariage-prestations-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mariage-prestations-col li {
    font-size: 13px;
    line-height: 1.9;
    color: #353031;
    padding-left: 14px;
    position: relative;
}
.mariage-prestations-col li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #353031;
}
.mariage-info-row {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}
.mariage-info-item {
    flex: 1;
    text-align: center;
    padding: 10px;
}
.mariage-info-item i {
    display: block;
    font-size: 26px;
    color: #a68b7c;
    margin-bottom: 10px;
}
.mariage-info-item p {
    font-size: 11px;
    line-height: 1.5;
    color: #353031;
    margin: 0;
    text-transform: none;
}
.mariage-footer {
    text-align: center;
}
.mariage-email {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f5f0eb;
    border: 1px solid #e8dfd6;
    border-radius: 6px;
    padding: 14px 28px;
    font-size: 14px;
    color: #353031;
    text-decoration: none;
    margin-bottom: 25px;
}
.mariage-email:hover {
    color: #a68b7c;
    text-decoration: none;
}
.mariage-email i {
    color: #a68b7c;
}
.mariage-tagline {
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 15px;
    color: #8a7a72;
    margin: 0;
    text-transform: none;
}
@media (max-width: 991px) {
    .mariage-cards {
        flex-wrap: wrap;
    }
    .mariage-card {
        flex: 0 0 calc(50% - 10px);
    }
    .mariage-info-row {
        flex-wrap: wrap;
    }
    .mariage-info-item {
        flex: 0 0 calc(50% - 10px);
    }
    .mariage-prestations-grid {
        gap: 40px;
    }
}
@media (max-width: 575px) {
    .mariage-title {
        font-size: 34px;
    }
    .mariage-hero-inner {
        padding: 40px 0;
    }
    .mariage-cards {
        flex-direction: column;
    }
    .mariage-card {
        flex: 1 1 auto;
    }
    .mariage-prestations-grid {
        flex-direction: column;
        gap: 30px;
    }
    .mariage-info-item {
        flex: 1 1 100%;
    }
}
/* End mariage section*/
/* Review section*/

.block-review {
    background: rgba(54, 47, 45, 0.5) none repeat scroll 0 0;
    color: #ffffff;
    margin: 0 auto;
    padding: 50px 40px;
    width: 41.6667%;
}
.block-star li {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
}
/* End review section*/
/* Special section*/

.special-intro {
    color: #a68b7c;
    font-size: 13px;
    text-transform: none;
    margin-top: 15px;
}
.block-content.special {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 40px 50px 40px 40px !important;
    color: #ffffff;
    overflow: visible;
}
.special-offers .block-content.special {
    padding: 35px 45px 35px 35px !important;
}
.special-offers .block-price.special {
    right: 25px;
    top: 35px;
    font-size: 13px;
}
.special-offers .block-content.special p {
    font-size: 12px;
    line-height: 1.65;
}
.special-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
.special-menu-list li {
    font-size: 11px;
    line-height: 1.55;
    margin-bottom: 7px;
    padding-left: 12px;
    position: relative;
    color: rgba(255, 255, 255, 0.92);
}
.special-menu-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.75);
}
.special-menu-list li span {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 1px;
}
.block-special {
    cursor: pointer;
    position: relative;
}
.block-special:hover,
.block-special.active {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    z-index: 40;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    box-shadow: 0 0 10px rgba(166, 139, 124, 0.8);
    -webkit-box-shadow: 0 0 10px rgba(166, 139, 124, 0.8);
    -moz-box-shadow: 0 0 10px rgba(166, 139, 124, 0.8);
    -ms-box-shadow: 0 0 10px rgba(166, 139, 124, 0.8);
    -o-box-shadow: 0 0 10px rgba(166, 139, 124, 0.8);
}
.block-special:hover .block-content.special.sp-1:after,
.block-special.active .block-content.special.sp-1:after {
    background: rgba(166, 139, 124, 1);
}
.block-special:hover .block-content.special.sp-2:after,
.block-special.active .block-content.special.sp-2:after {
    background: rgba(176, 152, 139, 1);
}
.block-special:hover .block-content.special.sp-3:after,
.block-special.active .block-content.special.sp-3:after {
    background: rgba(187, 166, 154, 1);
}
.block-special:hover .block-content.special.sp-4:after,
.block-special.active .block-content.special.sp-4:after {
    background: rgba(196, 181, 171, 1);
}
.block-content.special.sp-1 {
    background: #a68b7c;
}
.block-content.special.sp-2 {
    background: #b0988b;
}
.block-content.special.sp-3 {
    background: #bba69a;
}
.block-content.special.sp-4 {
    background: #c4b5ab;
}
.block-content.special.sp-1,
.block-content.special.sp-3 {
    top: 0;
}
.block-content.special.sp-2,
.block-content.special.sp-4 {
    bottom: 0;
}
.block-content.special:after {
    content: "";
    width: 100%;
    padding: 8px 0;
    position: absolute;
    left: 0;
}
.block-content.special.sp-1:after {
    background: rgba(166, 139, 124, .85);
    bottom: -15px;
}
.block-content.special.sp-2:after {
    background: rgba(176, 152, 139, .85);
    top: -15px;
}
.block-content.special.sp-3:after {
    background: rgba(187, 166, 154, .85);
    bottom: -15px;
}
.block-content.special.sp-4:after {
    background: rgba(196, 181, 171, .85);
    top: -15px;
}
.block-price.special {
    color: #ffffff;
    position: absolute;
    right: 50px;
    top: 40px;
}
.block-img.special {
    height: 415px;
}
.special.sp-1 h2 {
    color: #c5b3aa;
}
.special.sp-2 h2 {
    color: #c9c1b9;
}
.special.sp-3 h2 {
    color: #d7d2cb;
}
.special.sp-4 h2 {
    color: #e0dcd6;
}
/* End special section*/
/* Reservation section*/

.reservation p.beige {
    text-transform: none;
}
.hp-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.block-form {
    background: #ffffff;
    padding: 60px;
    border: 1px solid #ececec;
}
.block-input {
    margin-bottom: 30px;
}
.block-input label {
    margin-bottom: 15px;
    color: #555555;
}
.reservation-form .required-label::after {
    content: ' *';
    color: #a68b7c;
    font-weight: 700;
}
form,
.select-input {
    position: relative;
}
.input-columns .column-1,
.input-columns .column-2 {
    float: left;
    width: 50%;
    position: relative;
}
.input-columns .column-1 .column-inner {
    margin: 0 12px 0 0;
}
input[type] {
    background: #fcfcfc;
    border: 1px solid #ececec;
    outline: 0 none;
    overflow: hidden;
    padding: 0 15px;
    resize: none;
    width: 100%;
    height: 40px;
}
select {
    background: #fcfcfc;
    border: 1px solid #ececec;
    outline: 0 none;
    padding: 0 15px;
    width: 100%;
    height: 40px;
    color: #555555;
    appearance: auto;
    -webkit-appearance: menulist;
}
select:focus {
    border: 1px solid #a68b7c;
}
input[type]:focus {
    border: 1px solid #a68b7c;
}
.ico-input {
    position: relative;
}
.ico-input i {
    color: #b3b3b3;
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 40px;
}
.submit {
    background: #a68b7c;
    cursor: pointer;
    position: relative;
    width: 100%;
    color: #ffffff;
    border: none;
    height: 42px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: opacity 0.2s ease, background 0.2s ease;
}
.submit:hover:not(:disabled) {
    background: #967a6c;
}
.submit:disabled {
    opacity: 0.75;
    cursor: not-allowed;
}
.submit .submit-loading {
    display: none;
}
.submit.is-loading .submit-label {
    display: none;
}
.submit.is-loading .submit-loading {
    display: inline;
}

.block-input input.error,
.block-input select.error {
    border-color: #c45c5c !important;
    background: #fffafa;
}
.block-input label.error,
.column-inner label.error {
    display: block;
    color: #a94442;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    margin: 8px 0 0;
    text-transform: none;
}

.form-feedback {
    margin-bottom: 20px;
}
.form-alert {
    display: none;
    padding: 16px 20px;
    border-radius: 6px;
    border: 1px solid transparent;
    border-left-width: 4px;
}
.form-alert--success {
    background: #f0f7f0;
    border-color: #c8e0c8;
    border-left-color: #5a9a5a;
}
.form-alert--success .form-alert__text {
    color: #2d5a2d;
}
.form-alert--error {
    background: #fdf3f3;
    border-color: #f0d0d0;
    border-left-color: #c45c5c;
}
.form-alert--error .form-alert__text {
    color: #7a2e2e;
}
.form-alert__text {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
    text-transform: none;
}


/*End reservation section*/
/* Contact section*/

.block-map {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.map {
    width: 100%;
    height: 100%;
    z-index: 1;
}
.map-zone-label {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 500;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #ececec;
    border-left: 4px solid #a68b7c;
    padding: 14px 18px;
    font-family: "Lato", sans-serif;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.map-zone-label strong {
    display: block;
    color: #555555;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 4px;
}
.map-zone-label span {
    color: #a68b7c;
    font-size: 14px;
    font-weight: 700;
}
.leaflet-container {
    font-family: "Lato", sans-serif;
}
.block-social li {
    display: inline-block;
    margin-right: 2px;
    text-align: center;
}
.block-social a {
    border: 2px solid #a68b7c;
    color: #a68b7c;
    display: inline-block;
    height: 42px;
    width: 42px;
    border-radius: 50%;
    -webkit-border-radius: : 50%;
    -moz-border-radius: : 50%;
    -ms-border-radius: : 50%;
    -o-border-radius: : 50%;
    line-height: 40px;
}
.block-social a:hover {
    border: 2px solid #b79e90;
    color: #b79e90;
	border: 2px solid rgba(183,158,144,.95);
    color: rgba(183,158,144,.95);
}
.block-info p {
    font-size: 16px;
}
.block-info p strong {
    color: #555555;
    text-transform: none;
}
/* End contact section*/
/* Footer*/

.footer-short p {
    color: #cccccc;
    font-size: 12px;
}
/* End footer*/
/*Media queries*/

@media screen and (min-width: 600px) and (max-width: 800px) {
    input,
    textarea {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
    }
    h1.large {
        font-size: 110px;
    }
    .header .left-part,
    .header .right-part {
        float: none;
        display: block;
    }
    .header .left-part {
        margin-left: 30px;
    }
    .header {
        background-color: rgba(255, 255, 255, 0.98) !important;
        padding: 15px 0;
    }
    .header .logo {
        margin-top: 0;
    }
    .header .logo img.logo-img {
        height: 42px;
    }
    .header.default .logo img.logo-img {
        filter: none;
    }
    .mobile-but {
        display: block;
    }
    .main-nav ul {
        display: none;
        margin-left: 30px;
    }
    .main-nav li {
        float: none;
        display: block;
        margin-left: 0;
        font-size: 11px;
    }
    .main-nav li a {
        color: #353031;
        display: inline-block;
    }
    .sing {
        max-width: 40%;
    }
    .contact {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
}
@media only screen and (min-device-width: 720px) and (max-device-width: 1280px) {
    input,
    textarea {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
    }
    .sing {
        max-width: 40%;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
    input,
    textarea {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
    }
    .main-nav li {
        font-size: 11px;
    }
    .contact {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }
    .vertical-align {
        display: flex !important;
    }
    .sing {
        max-width: 30%;
    }

}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
    input,
    textarea {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
    }
    .title-medium {
        font-size: 17px;
    }
    .block-content.special {
        padding: 50px 100px 50px 50px !important;
    }
    .main-nav li {
        font-size: 11px;
    }
    .contact {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    input,
    textarea {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
    }
    .title-medium {
        font-size: 17px;
    }
    .main-nav li {
        font-size: 11px;
    }
    .contact {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }
    .block-content.special {
        padding: 50px 100px 50px 50px !important;
    }
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
    input,
    textarea {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
    }
    h1.large {
        font-size: 110px;
    }
    .header .left-part,
    .header .right-part {
        float: none;
        display: block;
    }
    .header .left-part {
        margin-left: 30px;
    }
    .header {
        padding: 15px 0;
    }
    .header .logo {
        margin-top: 0;
    }
    .header .logo img.logo-img {
        height: 42px;
    }
    .header.default .logo img.logo-img {
        filter: none;
    }
    .mobile-but {
        display: block;
    }
    .main-nav ul {
        display: none;
        margin-left: 30px;
    }
    .main-nav li {
        float: none;
        display: block;
        margin-left: 0;
        font-size: 11px;
    }
    .main-nav li a {
        color: #353031;
        display: inline-block;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    input,
    textarea {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
    }
    .header .left-part,
    .header .right-part {
        float: none;
        display: block;
    }
    .header .left-part {
        margin-left: 30px;
    }
    .header {
        background-color: rgba(255, 255, 255, 0.98) !important;
        padding: 15px 0;
    }
    .header .logo {
        margin-top: 0;
    }
    .header .logo img.logo-img {
        height: 42px;
    }
    .header.default .logo img.logo-img {
        filter: none;
    }
    h1.large {
        font-size: 75px;
    }
    p.lead {
        font-size: 11px;
    }
    .title-medium {
        font-size: 17px;
    }
    p.title-lead {
        font-size: 15px;
    }
    .mobile-but {
        display: block;
    }
    .main-nav ul {
        display: none;
        margin-left: 30px;
    }
    .main-nav li {
        float: none;
        display: block;
        margin-left: 0;
        font-size: 11px;
    }
    .main-nav li a {
        color: #353031;
        display: inline-block;
    }
    .but {
        font-size: 10px;
        padding: 13px 20px;
    }
    .vertical-align {
        display: block !important;
    }
    .row.vertical-align:last-child .block-img {
        margin-bottom: 30px;
    }
    .block-price.special {
        right: 70px;
    }
    .review-slider .flex-control-nav,
    .review-slider .flex-direction-nav a {
        display: none;
    }
    .block-review {
        width: auto;
    }
    .block-tabs li {
        padding: 0 15px;
    }
    .plateau-tabs li {
        padding: 14px 8px;
        font-size: 11px;
    }
    .plateau-card-info {
        padding: 30px 25px;
    }
    .plateau-card-title {
        font-size: 28px;
    }
    .plateau-card > .row {
        display: block;
    }
    .plateau-card > .row > [class*="col-"] {
        display: block;
        width: 100%;
    }
    .plateau-card-img {
        min-height: 0;
        aspect-ratio: 4 / 3;
        flex: none;
    }
    .plateau-contact-bar {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }
    .plateau-contact-items {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .plateau-contact-item {
        align-items: center;
    }
    .plateau-qr {
        margin-top: 10px;
    }
    .contact {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
    .block-map {
        display: none;
    }
    .block-form {
        padding: 40px;
    }
    .input-columns .column-1,
    .input-columns .column-2 {
        float: none;
        width: 100%;
    }
    .input-columns .column-1 .column-inner {
        margin: 0;
    }
    .input-columns .column-1 {
        margin-bottom: 30px;
    }
    .sing {
        max-width: 30%;
    }
}
@media only screen and (max-width: 479px) {
    input,
    textarea {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
    }
    .header .left-part,
    .header .right-part {
        float: none;
        display: block;
    }
    .header .left-part {
        margin-left: 30px;
    }
    .header {
        background-color: rgba(255, 255, 255, 0.98) !important;
        padding: 15px 0;
    }
    .header .logo {
        margin-top: 0;
    }
    .header .logo img.logo-img {
        height: 38px;
    }
    .header.default .logo img.logo-img {
        filter: none;
    }
    h1.large {
        font-size: 50px;
    }
    p.lead {
        font-size: 11px;
    }
    .mobile-but {
        display: block;
    }
    .main-nav ul {
        display: none;
        margin-left: 30px;
    }
    .main-nav li {
        float: none;
        display: block;
        margin-left: 0;
        font-size: 11px;
    }
    .main-nav li a {
        color: #353031;
        display: inline-block;
    }
    .but {
        font-size: 10px;
        padding: 13px 20px;
    }
    .vertical-align {
        display: block !important;
    }
    .row.vertical-align:last-child .block-img {
        margin-bottom: 30px;
    }
    .sing {
        max-width: 40%;
    }
    .flex-control-nav,
    .flex-direction-nav a {
        display: none;
    }
    .block-content.special {
        padding:50px 100px 50px 40px !important;
    }
    .block-review {
        width: auto;
    }
    .block-tabs li {
        padding: 0 6px;
    }
    .contact {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
    .block-map {
        display: none;
    }
    .block-form {
        padding: 40px;
    }
    .input-columns .column-1,
    .input-columns .column-2 {
        float: none;
        width: 100%;
    }
    .input-columns .column-1 .column-inner {
        margin: 0;
    }
    .input-columns .column-1 {
        margin-bottom: 30px;
    }
}
/*End media queries*/