@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Great+Vibes');

@font-face {
    font-family: 'HKGrotesk-Regular';
    src: url('fonts/HKGrotesk-Regular.eot') format('embedded-opentype'), url('fonts/HKGrotesk-Regular.otf') format('opentype'), url('fonts/HKGrotesk-Regular.woff') format('woff'), url('fonts/HKGrotesk-Regular.ttf') format('truetype'), url('fonts/HKGrotesk-Regular.svg#HKGrotesk-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HKGrotesk-Bold';
    src: url('fonts/HKGrotesk-Bold.eot') format('embedded-opentype'), url('fonts/HKGrotesk-Bold.otf') format('opentype'), url('fonts/HKGrotesk-Bold.woff') format('woff'), url('fonts/HKGrotesk-Bold.ttf') format('truetype'), url('fonts/HKGrotesk-Bold.svg#HKGrotesk-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HKGrotesk-Light';
    src: url('fonts/HKGrotesk-Light.eot') format('embedded-opentype'), url('fonts/HKGrotesk-Light.otf') format('opentype'), url('fonts/HKGrotesk-Light.woff') format('woff'), url('fonts/HKGrotesk-Light.ttf') format('truetype'), url('fonts/HKGrotesk-Light.svg#HKGrotesk-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HKGrotesk-SemiBold';
    src: url('fonts/HKGrotesk-SemiBold.eot') format('embedded-opentype'), url('fonts/HKGrotesk-SemiBold.otf') format('opentype'), url('fonts/HKGrotesk-SemiBold.woff') format('woff'), url('fonts/HKGrotesk-SemiBold.ttf') format('truetype'), url('fonts/HKGrotesk-SemiBold.svg#HKGrotesk-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.bold {
    font-family: 'HKGrotesk-Bold';
}

.semibold {
    font-family: 'HKGrotesk-SemiBold';
}

.light {
    font-family: 'HKGrotesk-Light';
}

body {
    margin: 0;
    font-family: 'HKGrotesk-Regular';
    color: #382a23;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
    color: #382a23;
}

p {
    font-size: 16px;
    line-height: 1.75;
}

.cursive {
    font-family: 'Great Vibes', cursive;
}

a {
    color: #d09e6b;
}

a:hover,
a:focus {
    color: #d09e6b;
    text-decoration: none;
}

#block-actualitiespagetitle {
    width: 400px;
    height: 170px;
    background-color: #382a23;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
    padding: 53px 15px 75px 15px;
    bottom: -50px;
    z-index: 1;
}

#block-actualitiespagetitle h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 35px;
    letter-spacing: 2px;
    margin: 0;
    font-family: 'HKGrotesk-Bold';
}

.page-header {
    width: 400px;
    height: 170px;
    background-color: #382a23;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 35px;
    letter-spacing: 2px;
    max-width: 100%;
    padding: 53px 15px 75px 15px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -50px;
    z-index: 1;
    border: 0;
    font-family: 'HKGrotesk-Bold';
}

#block-actualitiespagetitle h1::after,
.page-header:after {
    content: "";
    width: 100px;
    height: 1.5px;
    display: block;
    background-color: #d09e6b;
    margin: 24px auto 0;
}

body.path-frontpage .menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
}

.menu-wrapper {
    background-color: rgba(56, 42, 35, 0.8);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    min-height: 100px;
}

.menu-wrapper .navbar-collapse {
    padding-top: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
}

#navbar .header-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
}

.nopadding {
    padding: 0;
}

#reservation {
    padding-top: 0;
}

.menu-wrapper .reservation {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

/** HEADER **/
body.path-frontpage .logo {
    background: rgba(0, 0, 0, 0) url('images/logo-white.svg') no-repeat scroll center center;
    background-size: 100% auto;
    display: block;
    width: 190px;
    height: 139px;
    padding: 0;
}

.logo {
    background: rgba(0, 0, 0, 0) url('images/monogram-white.svg') no-repeat scroll center center;
    background-size: 100% auto;
    display: block;
    width: 67px;
    height: 66px;
    padding: 0;
}

.logo img {
    display: none;
}

.navbar-default {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
}

.navbar {
    border-radius: 0;
}

.reservation .field {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    display: inline-block;
}

.reservation .field p {
    font-size: 14px;
}

.navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.9px;
    padding: 0;
    margin-right: 25px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #d09e6b;
}

.navbar-default .navbar-nav>li>a.is-active,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #d09e6b;
    background-color: transparent;
}

.navbar .logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 20px;
}

.reservation {
    float: right;
    border: 1.5px solid #d09e6b;
    padding: 8px 11px 8px 11px;
    width: 480px;
    max-width: 100%;
    min-height: 40px;
    text-align: center;
}

.reservation h2 {
    font-family: 'HKGrotesk-SemiBold';
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    margin-right: 20px;
    margin-top: 2px;
    letter-spacing: 1px;
}

.reservation .field--name-body a:first-child {
    margin-right: 5px;
}

#reservation {
    padding-top: 40px;
}

.navbar-collapse {
    float: left;
    padding-top: 52px;
}

#navbar {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
    padding: 0;
    border: 0;
}

/** HEADER END **/

/** HOMEPAGE **/
body.path-user .main-container.container {
    width: 1170px;
    padding: 0 15px;
}

.main-container.container {
    width: 100%;
    padding: 0;
}

.main-container.container>.row {
    margin: 0;
}

.main-container.container>.row>.col-sm-12 {
    padding: 0;
}

.page-banner {
    margin-bottom: 101px;
    position: relative;
}

#block-homepagebanner img {
    width: 100%;
}

.homepage-menu {
    padding-bottom: 50px;
}

.homepage-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}

.homepage-title h1 {
    font-family: 'Great Vibes', cursive;
    color: #d09e6b;
    font-size: 70px;
    margin: 0;
}

.homepage-title h2 {
    color: #ffffff;
    font-size: 50px;
    font-family: 'HKGrotesk-Bold';
    letter-spacing: 7px;
    margin: 0;
}

.homepage-title h2::after {
    content: '';
    width: 100px;
    height: 1.5px;
    display: block;
    background-color: #d8d0be;
    margin: 17px auto 0;
}

.rectangle {
    color: #d09e6b;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    font-size: 14px;
    background-color: #382a23;
    width: 210px;
    min-height: 120px;
    margin: 0 auto;
    padding: 30px 37px 33px 39px;
    position: absolute;
    bottom: -39px;
    left: 0;
    right: 0;
}

.rectangle img {
    width: 14px;
    margin-bottom: 9px;
}

.rectangle p {
    font-size: 14px;
}

.about-us-section {
    margin-bottom: 99px;
}

.about-us-section .about-us-image {
    width: calc(50% - 70px);
}

.about-us-section img {
    width: 100%;
}

.about-us-description {
    margin-top: 40px;
}

.about-us-description .field-description {
    margin-left: 90px;
}

.description-box .field-description {
    width: 460px;
    max-width: 100%;
}

.description-box .subtitle {
    color: #d09e6b;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: normal;
}

.description-box h2 {
    font-size: 35px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 0;
}

.description-box h2:after {
    content: '';
    width: 100px;
    height: 1.5px;
    background-color: #d09e6b;
    margin: 26px 0;
    display: block;
}

.description-box img {
    max-width: 100%;
}

.description-box .field {
    margin-bottom: 65px;
}

.news-description {
    margin-top: 51px;
    text-align: left;
    width: calc(50% - 50px);
}

.news-description .field-description,
.reference-description .field-description {
    margin-left: 150px;
}

.reference-description .field-description {
    width: 370px;
    max-width: 100%;
}

.news-section>.container {
    width: 1440px;
    max-width: 100%;
    text-align: center;
}

.news-section .news-section-inner {
    margin-bottom: 113px;
    display: inline-block;
    width: 100%;
}

.primary-btn {
    background-color: transparent;
    font-size: 13px;
    letter-spacing: 0.9px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #d09e6b;
    border-radius: 3px;
    min-height: 40px;
    padding: 10px 15px 11px;
    display: inline-block;
    color: #382a23;
    min-width: 167px;
    font-family: 'HKGrotesk-Bold';
}

.primary-btn:hover,
.primary-btn:focus {
    color: #ffffff;
    background-color: #d09e6b;
    border: 1px solid #d09e6b;
}

.view-id-actualites.view-display-id-block_1 {
    max-width: 100%;
    margin-right: -88px;
    display: inline-block;
}

.news-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

.news-wrapper .details {
    width: 280px;
    max-width: 100%;
    min-height: 160px;
    background-color: #fff;
    box-shadow: 0 9px 20px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 1;
    padding: 21px 38px 32px 26px;
    margin: 0 auto;
    bottom: -22px;
    left: 0;
    right: 0;
}

.news-wrapper .details .news-title {
    font-size: 14px;
    color: #382a23;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.news-wrapper .details .news-summary,
.news-wrapper .details .news-summary p {
    font-size: 14px;
    line-height: 1.5;
    color: #848484;
    margin: 0;
}

.news-wrapper:hover .arrow-link {
    background: #d09e6b url('images/shape-copy.svg') no-repeat scroll center center;
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.news-wrapper .arrow-link {
    background: rgba(0, 0, 0, 0) url('images/arrow-right.svg') no-repeat scroll left center;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    bottom: 9px;
}

.la-carte img {
    width: 100%;
}

.la-carte {
    position: relative;
    margin-bottom: 182px;
    min-height: 245px;
}

.la-carte-rectangle {
    width: 400px;
    min-height: 245px;
    background-color: #382a23;
    margin: 0 auto;
    padding: 67px 51px 71px 62px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -120px;
}

.la-carte-rectangle .subtitle {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #d09e6b;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.la-carte-rectangle h2 {
    font-size: 35px;
    letter-spacing: 2px;
    color: #ffffff;
    text-transform: uppercase;
}

.la-carte-rectangle h2::after {
    content: '';
    width: 100px;
    height: 1.5px;
    background-color: #d09e6b;
    margin: 25px auto;
    display: block;
}

.menu .menu-list {
    margin-bottom: 7px;
    display: inline-block;
}

.menu .menu-title {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #d09e6b;
    text-transform: uppercase;
}

.menu .menu-title::after {
    content: '';
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 1.5px;
    background-color: #d09e6b;
    margin-top: 17px;
    margin-bottom: 24px;
}

.menu .menu-item {
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    color: #382a23;
}

.menu .menu-description,
.menu .menu-description p {
    font-size: 14px;
    line-height: 1.5;
    color: #382a23;
}

.menu .menu-items {
    margin-bottom: 25px;
}

.menu.text-center.menu-always {
    margin-bottom: 65px;
}

.menu.season-card .menu-item {
    text-transform: uppercase;
    font-weight: bold;
    color: #eec122;
}

.menu.season-card h3 {
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: bold;
    color: #eec122;
    font-family: 'HKGrotesk-Regular';
}

.menu.season-card a.primary-btn {
    margin-top: 30px;
}

.references-section .reference {
    background-color: rgba(56, 42, 35, 0.1);
    padding: 74px 0 97px;
}

.reference-description.description-box .field {
    margin-bottom: 0;
}

.references-section .reference>.container {
    width: 1440px;
    max-width: 100%;
}

.reference-description .field {
    font-size: 16px;
    line-height: 1.75;
}

.view-id-references.view-display-id-block_1 .view-content {
    margin-left: 64px;
}

.view-id-references.view-display-id-block_1 .views-row {
    float: left;
    margin-right: 32px;
}

.instagram-block {
    position: relative;
    text-align: left;
}

.instagram-block>img {
    width: 100%;
    height: 180px;
}

.instagram-block:hover .instagram-desc {
    opacity: 1;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.slider-content .slider-item {
    float: left;
    width: 12.5%;
}

.slider-item .instagram-desc .insta-desc {
    font-size: 12px;
    line-height: 1.42;
    margin: 0;
    text-align: left;
    display: block;
    height: 50px;
    overflow: hidden;
}

.instagram-desc .insta-postdate {
    font-size: 12px;
    margin-bottom: 19px;
    display: block;
}

.instagram-desc img.instagram-icon {
    margin-bottom: 2px;
}

.instagram-desc {
    width: 150px;
    background-color: #ffffff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    padding: 14px 8px 33px 15px;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    opacity: 0;
    height: 140px;
}

.instagram-section {
    text-align: center;
}

.instagram-section .subtitle {
    color: #d09e6b;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: normal;
}

.instagram-section h2 {
    margin-bottom: 48px;
    font-size: 28px;
}

.instagram-section h2 a {
    color: #382a23;
    border: 1px solid #d09e6b;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 3px;
    font-family: 'HKGrotesk-Bold';
}

.instagram-section h2 a:hover,
.instagram-section h2 a:focus {
    color: #fff;
    background-color: #d09e6b;
}

#social-feed-container {
    position: relative;
    display: flex;
    width: 100%;
}

.slider-menu {
    position: absolute;
    height: 16px;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
}

.slider-menu a {
    display: block;
    position: absolute;
}

.slider-menu .prev {
    left: 10px;
    background: rgba(0, 0, 0, 0) url('images/slider-left-arrow.svg') no-repeat scroll center center/100% auto;
    width: 7.8px;
    height: 14.5px;
}

.slider-menu .next {
    right: 10px;
    background: rgba(0, 0, 0, 0) url('images/slider-right-arrow.svg') no-repeat scroll center center/100% auto;
    width: 7.8px;
    height: 14.5px;
}

.loading {
    background: url('images/loading.png') no-repeat left top;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-animation: spining 1s;
    animation: spining 1s;
    opacity: .6;
    transform: translate(-50%, -50%);
}

@-webkit-keyframes spining {
    0% {
        -webkit-transform: rotate(-0deg);
    }

    25% {
        -webkit-transform: rotate(-90deg);
    }

    50% {
        -webkit-transform: rotate(-180deg);
    }

    75% {
        -webkit-transform: rotate(-270deg);
    }

    100% {
        -webkit-transform: rotate(-358deg);
    }
}

@keyframes spining {
    0% {
        -webkit-transform: rotate(-0deg);
    }

    25% {
        -webkit-transform: rotate(-90deg);
    }

    50% {
        -webkit-transform: rotate(-180deg);
    }

    75% {
        -webkit-transform: rotate(-270deg);
    }

    100% {
        -webkit-transform: rotate(-358deg);
    }
}

/** HOMEPAGE END **/


/** RESTAURANT **/
body.page-node-type-restaurant .page-banner {
    background: rgba(0, 0, 0, 0.2) url('images/restaurant-header-image.jpg') no-repeat scroll center center/cover;
}

.navbar .page-banner {
    background-color: rgba(56, 42, 35, 0.8);
    min-height: 268px;
}

.restaurant-first-section {
    text-align: center;
    margin-bottom: 61px;
}

.restaurant-first-section .wood-icon {
    margin-bottom: 9px;
}

.restaurant-first-section p {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #d09e6b;
    margin-bottom: 26px;
}

.restaurant-first-section h1 {
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 2.6px;
    color: #382a23;
    margin-top: 0;
    text-transform: uppercase;
}

.restaurant-first-section h2 {
    font-size: 25px;
    letter-spacing: 1.4px;
    font-style: italic;
    color: #d09e6b;
    margin: 0;
}

.about-restaurant-desc h1 {
    margin-bottom: 26px;
}

.about-restaurant-section {
    display: flex;
    align-items: center;
}

.about-restaurant-section .about-restaurant-image {
    width: calc(50% - 72px);
}

.about-restaurant-section .field-description {
    width: 575px;
    margin-left: 84px;
}

.about-restaurant-image img {
    width: 100%;
}

.text-header,
#block-reservation .block-title,
#block-ounoustrouver .block-title {
    font-size: 35px;
    letter-spacing: 2px;
    color: #382a23;
    text-transform: uppercase;
    margin-top: 0;
}

.text-header::after,
#block-reservation .block-title::after,
#block-ounoustrouver .block-title::after {
    content: "";
    width: 100px;
    height: 1.5px;
    background-color: #d09e6b;
    display: block;
    margin-top: 26px;
}

.text-center.text-header:after {
    margin: 26px auto;
}

.history-description-section {
    margin-top: 63px;
}

.history-description-section h1 {
    margin-bottom: 55px;
}

.history-image img {
    width: 100%;
}

.restaurant-history-section {
    margin-bottom: 64px;
}

.les-salles-section {
    margin-bottom: 60px;
}

.les-salles-section h1,
.la-terrasse-section h1 {
    margin-bottom: 53px;
}

.la-terrasse-section {
    margin-bottom: 46px;
}

.slick--thumbnail.slick--skin--asnavfor .slick__slide.slick-current {
    box-shadow: none;
    filter: grayscale(0);
    transform: none;
}

.slick--thumbnail.slick--skin--asnavfor .slick-track {
    padding: 0;
}

.slick--thumbnail.slick--skin--asnavfor .slick__slide img {
    border: 0;
}

.slick--skin--fullwidth .slick-arrow {
    display: none !important;
}

.slick--thumbnail.slick--skin--asnavfor .slick-prev {
    background: rgba(0, 0, 0, 0) url('images/slider-left-arrow.svg') no-repeat scroll center center/100% auto;
    width: 7.8px;
    height: 13.5px;
    left: -36px;
}

.slick--thumbnail.slick--skin--asnavfor .slick-prev::before {
    content: none;
}

.slick--thumbnail.slick--skin--asnavfor .slick-next {
    background: rgba(0, 0, 0, 0) url('images/slider-right-arrow.svg') no-repeat scroll center center/100% auto;
    width: 7.8px;
    height: 14.5px;
    right: -36px;
}

.slick--thumbnail.slick--skin--asnavfor .slick-next::before {
    content: none;
}

.slick--thumbnail.slick--skin--asnavfor .slick-list {
    padding: 30px 0 0;
}

/** RESTAURANT END **/

/** NOS CREATIONS **/
body.path-nos-creations .page-banner {
    background: rgba(0, 0, 0, 0.2) url('images/creations-hero-image.jpg') no-repeat scroll center center/cover;
}

.slick--skin--fullwidth .slide__constrained {
    margin-left: 0;
    width: 100%;
    left: 0;
    min-height: unset;
    padding-top: 0;
}

.slick--skin--fullwidth .slide__caption {
    bottom: 25px;
    top: auto;
    left: 25px;
    min-height: unset;
    padding: 0;
}

.slick--skin--fullwidth .slide__caption .creation-wrapper {
    box-shadow: 0 9px 20px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    width: 280px;
    padding: 34px 43px 32px 22px;
}

.creation-wrapper .creation-title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.creation-wrapper .creation-detail,
.creation-wrapper .creation-detail p {
    color: #848484;
    font-size: 14px;
    line-height: 1.5;
}

.view-id-nos_creations.view-display-id-page_1 {
    margin-bottom: 46px;
    margin-top: 20px;
}

/** NOS CREATIONS END **/

/** MEDIAS **/

/* video */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
}


/* end video*/
body.page-node-43 .page-banner,
body.page-node-type-medias .page-banner {
    background: rgba(0, 0, 0, 0.2) url('images/medias-hero-image.jpg') no-repeat scroll center center/cover;
}

.view-id-actualites.view-display-id-block_3 {
    margin: 0 auto 70px;
    text-align: center;
}

.view-id-actualites.view-display-id-block_3 .views-field-nothing {
    display: inline-block;
}

.view-id-actualites.view-display-id-block_3 .views-row {
    text-align: center;
}

.actualities-title .block-title {
    font-size: 35px;
    letter-spacing: 2px;
    color: #382a23;
    text-transform: uppercase;
    margin: 0 0 47px 150px;
}

.actualities-title .block-title:after {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #d09e6b;
    display: block;
    margin-top: 26px;
}

.pager-nav.text-center {
    clear: left;
    margin-top: 66px;
}

.pagination {
    margin: 0;
}

.pagination>li {
    margin: 0 10px 0 0;
    display: inline-block;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus,
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    background-color: #382a23;
    border-color: #382a23;
    border-radius: 50%;
    color: #fff;
}

.pagination>li>a,
.pagination>li>span {
    border-radius: 50%;
    border-color: #d09e6b;
    color: #382a23;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1.1px;
    padding: 3px 5px;
    height: 35px;
    width: 35px;
}

.pagination .pager__item--last,
.pagination .pager__item--first {
    display: none;
}

.pagination>li.pager__item--previous>a>span,
.pagination>li.pager__item--next>a>span {
    font-size: 0;
}

.pagination>li.pager__item--previous>a {
    border: 0;
    background: rgba(0, 0, 0, 0) url('images/slider-left-arrow.svg') no-repeat scroll center center;
    display: inline-block;
    font-size: 0;
    width: 7px;
    padding: 0;
}

.pagination>li.pager__item--next>a {
    border: 0;
    background: rgba(0, 0, 0, 0) url('images/slider-right-arrow.svg') no-repeat scroll center center;
    display: inline-block;
    font-size: 0;
    width: 7px;
    padding: 0;
}

#block-video {
    margin-bottom: 53px;
}

#block-video .block-title {
    text-align: center;
    font-size: 35px;
    letter-spacing: 2px;
    color: #382a23;
    margin-bottom: 44px;
    text-transform: uppercase;
}

#block-video .block-title::after {
    content: "";
    width: 100px;
    height: 1px;
    display: block;
    background-color: #d09e6b;
    margin: 25px auto 0;
}

.block-views-blockactualites-block-2 .view-id-actualites.view-display-id-block_2 {
    background: rgba(56, 42, 35, 0.8) url('images/brochetteviande.jpg') no-repeat scroll bottom center/100% auto;
    height: 366px;
    display: inline-block;
    width: 100%;
    padding: 45px 100px 0;
    margin-bottom: 85px;
    position: relative;
}

.view-id-actualites.view-display-id-block_2 .view-content,
.view-id-actualites.view-display-id-block_3 .view-content {
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
}

.view-id-actualites.view-display-id-block_3 .view-content {
    display: inline-block;
}

.view-id-actualites.view-display-id-block_2 .views-row {
    text-align: center;
}

.view-id-actualites.view-display-id-block_2 .views-field-nothing {
    display: inline-block;
}

.view-id-actualites.view-display-id-block_2 .pager-nav.text-center {
    clear: left;
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
}

.article-wrapper {
    width: 280px;
    min-height: 220px;
    background-color: #ffffff;
    box-shadow: 0 9px 20px 0 rgba(0, 0, 0, 0.2);
    max-width: 100%;
    text-align: left;
    padding: 21px 12px 22px 26px;
}

.article-wrapper .news-title {
    font-size: 14px;
    color: #382a23;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.article-wrapper .news-summary {
    margin: 0 0 20px;
    width: 215px;
    overflow: hidden;
    max-width: 100%;
}

.article-wrapper .news-summary p {
    margin: 0;
}

.article-wrapper .news-summary,
.article-wrapper .news-summary p {
    font-size: 14px;
    line-height: 1.5;
    color: #848484;
}

.medias-content-wrapper .field--name-field-medias-image .field--item {
    margin-bottom: 15px;
    text-align: center;
}

.medias-content-wrapper .field--name-field-medias-image .field--item img {
    margin: 0 auto;
}

/** MEDIAS END **/

/** NEWS DETAIL PAGE **/
body.page-node-type-medias .page-banner {
    margin-bottom: 69px;
}

.back-link {
    background: rgba(0, 0, 0, 0) url('images/back-arrow.svg') no-repeat scroll left center;
    padding-left: 33px;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 31px;
    display: inline-block;
}

.medias-page-title {
    width: 555px;
    max-width: 100%;
    margin: 0 auto 25px;
}

.medias-page-title span {
    font-size: 25px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.pdf-link {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 41px;
}

.medias-content-wrapper {
    margin-bottom: 49px;
}

.medias-content-wrapper .field--name-body {
    width: 457px;
    max-width: 100%;
    margin: 0 auto 20px;
}

/** NEWS DETAIL PAGE END **/

/** LA CARTE **/
body.page-node-type-la-carte .page-banner {
    background: rgba(0, 0, 0, 0) url('images/carte-image-header.jpg') no-repeat scroll center center/cover;
}

h2.text-header-bold {
    font-size: 30px;
    letter-spacing: 2.1px;
}

.text-header-bold {
    font-size: 14px;
    color: #d09e6b;
    text-transform: uppercase;
    margin-top: 0;
}

.text-header-bold:after {
    content: "";
    width: 50px;
    height: 1.5px;
    background-color: #d09e6b;
    display: block;
    margin-top: 17px;
}

.text-center.text-header-bold:after {
    margin: 17px auto;
}

.faisons-and-produits h3 {
    margin-bottom: 24px;
}

.item-list {
    display: inline-block;
    width: 100%;
}

.item-list span.items {
    margin-bottom: 16px;
    font-size: 14px;
    color: #382a23;
    line-height: 1.5;
    width: 325px;
    float: left;
    margin-top: -3px;
}

.item-list .list-icon {
    width: 12px;
    height: 12px;
    display: inline-block;
    border: 1px solid #eec122;
    position: relative;
    border-radius: 50%;
    text-align: center;
    margin-right: 9px;
    float: left;
}

.item-list .list-icon::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #eec122;
    display: inline-block;
    position: absolute;
    left: 50%;
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.faisons-and-produits {
    margin-bottom: 31px;
}

.la-carte img.faisons-icon {
    width: 41px;
    margin-right: 13px;
}

.faisons-icons {
    margin-left: 21px;
}

.la-carte img.produits-icon {
    width: 43px;
    margin-left: 22px;
}

.la-carte img.fire-icon {
    width: 14px;
    margin-bottom: 9px;
}

.nous-vous-proposons-wrapper>p {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 31px;
}

.nous-vous-proposons-wrapper h2 {
    margin-bottom: 22px;
}

.field--name-field-proposons-description {
    width: 374px;
    max-width: 100%;
    margin: 0 auto 49px;
}

.field--name-field-proposons-description,
.field--name-field-proposons-description p {
    color: #fff;
    font-size: 18px;
    line-height: 1.33;
}

.secondary-btn {
    border-radius: 3px;
    background-color: #d09e6b;
    border: 1px solid #d09e6b;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 15px 11px;
    display: inline-block;
    min-width: 167px;
    font-family: 'HKGrotesk-Bold';
    letter-spacing: 0.9px;
    font-size: 13px;
}

.secondary-btn:hover,
.secondary-btn:focus {
    background-color: #382a23;
    border: 1px solid #382a23;
    color: #fff;
}

.nous-vous-proposons-wrapper {
    padding-top: 75px;
}

.nous-vous-proposons {
    margin-bottom: 81px;
}

.nous-vous-proposons>h2.text-header {
    margin-bottom: 48px;
}

.menu-section h3 {
    margin-bottom: 24px;
}

.menu-section .field {
    margin-bottom: 25px;
}

.menu-section .field,
.menu-section .field p {
    font-size: 14px;
    line-height: 1.5;
}

.menu-section {
    margin-bottom: 59px;
}

.menu-first-row {
    margin-bottom: 31px;
}

.business-menu-wrapper h2.text-header-bold {
    margin-bottom: 31px;
}

.business-menu-wrapper {
    padding-top: 76px;
}

.business-menu-wrapper .field {
    margin-bottom: 38px;
}

.business-menu-wrapper .field,
.business-menu-wrapper .field p {
    font-size: 18px;
    line-height: 1.33;
}

.business-menu-section a.secondary-btn {
    background-image: url('images/download-white.svg');
    background-repeat: no-repeat;
    background-position: 10px center;
    min-width: 140px;
    padding: 12px 15px 11px 33px;
}

.business-menu-section {
    margin-bottom: 30px;
}

body.page-node-type-la-carte .la-carte {
    margin-bottom: 0;
    min-height: unset;
}

/** LA CARTE END **/

/** CONTACT **/
#block-reservation .block-title {
    margin-bottom: 29px;
}

#block-ounoustrouver .block-title {
    margin-bottom: 55px;
}

.localisation {
    margin-top: 164px;
    margin-left: 113px;
}

.localisation .block-title {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    color: #d09e6b;
    margin: 0 0 23px;
    font-family: 'HKGrotesk-SemiBold';
}

.localisation h2 {
    font-size: 16px;
    line-height: 1.63;
    color: #d09e6b;
    font-family: 'HKGrotesk-SemiBold';
    margin: 0;
}

body.page-node-44 .main-container.container {
    padding: 0 15px;
    width: 1170px;
    max-width: 100%;
}

body.page-node-44 .page-banner {
    background: rgba(0, 0, 0, 0) url('images/contact-hero-image.jpg') no-repeat scroll center center/cover;
}

.webform-submission-reservation-form #edit-form-details .panel-body {
    width: 555px;
    max-width: 100%;
    float: right;
}

.webform-submission-form .control-label {
    font-size: 14px;
    letter-spacing: 0.8px;
    font-family: 'HKGrotesk-Bold';
    width: 85px;
    float: left;
    margin-right: 6px;
    margin-bottom: 0;
    padding: 15px 0;
    height: 50px;
}

.webform-submission-form .form-group {
    display: inline-block;
}

.webform-submission-form .form-control {
    float: left;
}

.webform-submission-form #edit-select-time--wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.webform-submission-form #edit-select-time--wrapper legend {
    margin: 0;
    border: 0;
    width: 105px;
    margin-right: 6px;
}

.webform-submission-form #edit-select-time--wrapper legend span {
    font-size: 14px;
    letter-spacing: 0.8px;
    font-family: 'HKGrotesk-Bold';
    width: 85px;
    float: left;
    margin-right: 6px;
    margin-bottom: 0;
    padding: 15px 0;
    height: 50px;
}

.webform-submission-form #edit-select-time--wrapper .fieldset-wrapper {
    float: left;
}

.webform-submission-form #edit-select-time--wrapper .fieldset-wrapper .form-item-select-time {
    margin: 0;
    display: inline-block;
}

.form-control {
    height: 50px;
    border-radius: 3px;
    border: 1px solid #dddddd;
    width: 434px !important;
    box-shadow: none;
}

.form-control:focus {
    outline: 0;
    border-color: #dddddd;
    box-shadow: none;
}

.webform-submission-form .form-textarea-wrapper {
    width: 434px;
    float: left;
}

textarea.form-control {
    width: 100% !important;
}

.webform-submission-form .form-actions {
    clear: left;
    float: right;
    margin: 20px 15px 0 0;
}

.webform-submission-form .form-actions .btn {
    margin-right: 0;
}

.webform-submission-form .form-item-prenom {
    margin-right: 31px;
}

.webform-submission-form .form-item-prenom .form-control,
.webform-submission-form .form-item-nom .form-control {
    width: 156px !important;
}

.webform-submission-form .form-item-prenom,
.webform-submission-form .form-item-nom {
    width: 247px;
    float: left;
}

.webform-submission-form .form-item-nombre-de-personnes .control-label {
    padding: 5px 0;
}

.webform-submission-reservation-form #edit-form-details {
    margin-top: -82px;
}

#block-webform {
    margin-bottom: 70px;
}

#block-ounoustrouver {
    margin-bottom: 33px;
}

#block-reservation {
    margin-bottom: 23px;
}

.panel {
    border: 0;
    box-shadow: none;
    margin: 0;
    border-radius: 0;
}

.panel-body {
    padding: 0;
}

.webform-submission-reservation-form #edit-calendar-detail #edit-jour {
    width: 190px !important;
}

.webform-submission-reservation-form #edit-calendar-detail #edit-heure,
.webform-submission-reservation-form #edit-calendar-detail #edit-lunch-heure,
.webform-submission-reservation-form #edit-calendar-detail #edit-dinner-heure {
    width: 123px !important;
    background: #fff url('images/time-down-arrow.svg') no-repeat scroll 87% center/11px auto;
    padding-right: 40px;
    padding-left: 15px;
}

.webform-submission-reservation-form #edit-calendar-detail .panel-body {
    position: relative;
    height: 385px;
}

.webform-submission-reservation-form .form-item-dinner-heure.form-group {
    display: none;
    margin-bottom: 15px;
}

body.page-node-37 .region-content {
    position: relative;
}

#block-calendarblock {
    position: absolute;
    top: 182px;
    left: 120px;
    z-index: 2;
    background-color: #f7f7f6;
    width: 406px;
    height: 310px;
    padding: 19px 30px 17px 26px;
}

#block-webform .webform-submission-reservation-form .form-item .panel-heading {
    display: none;
}

.form-type-webform-time {
    position: absolute;
    bottom: -75px;
    left: 0;
}

.fc-head-container.fc-widget-header .fc-day-header span {
    font-family: 'HKGrotesk-SemiBold';
    color: #8c97b2;
}

.fc-scroller.fc-day-grid-container {
    overflow: hidden !important;
    height: 100% !important;
}

.fc td,
.fc th {
    padding: 0 !important;
    vertical-align: middle !important;
    border-width: 0 !important;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
}

#block-calendarblock .fc-row.fc-widget-header {
    border-right-width: 0;
    margin-right: 0;
    margin-bottom: 15px;
    border-bottom: 1.5px solid rgba(151, 179, 206, 0.4);
    padding-bottom: 10px;
}

.fc-basic-view .fc-body .fc-row {
    min-height: 24px !important;
    margin-bottom: 10px;
}

#block-calendarblock .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: none;
    width: 22px;
    display: inline-block;
    border-radius: 50%;
    padding: 4px 2px 3px 1px;
}

#block-calendarblock .fc-ltr .fc-basic-view .fc-day-top .fc-day-number.highlight-text {
    color: #fff;
    background-color: #382a23;
}

#block-calendarblock .fc-ltr .fc-basic-view .fc-day-top .fc-day-number.not-bookable {
    opacity: 0.4;
}

#block-calendarblock .fc-event,
#block-calendarblock .fc-event-dot {
    background-color: #00bfdd;
    border: 0;
    font-size: 0;
    height: 7px;
    width: 5px;
    border-radius: 50%;
    display: none;
}

.fc-content-skeleton tr td:hover {
    cursor: pointer;
}

.fc-event-container .fc-day-grid-event {
    margin-top: -34px !important;
    margin-left: 36px !important;
}

.fc-toolbar.fc-header-toolbar .fc-center h2 {
    font-family: 'HKGrotesk-Bold';
    font-size: 18px;
    color: #444c63;
}

#block-calendarblock .fc-highlight-skeleton .fc-highlight {
    background-color: transparent;
}

#block-calendarblock .fc-row .fc-content-skeleton td {
    border-bottom: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin: 0 auto;
}

#block-calendarblock .fc-unthemed td.fc-today {
    background: transparent;
}

#block-calendarblock .fc-icon-right-single-arrow:after {
    content: "";
    background: rgba(0, 0, 0, 0) url('images/slider-right-arrow.svg') no-repeat scroll center center/100% auto;
    width: 7.8px;
    height: 13.5px;
    display: inline-block;
}

#block-calendarblock .fc-icon-left-single-arrow:after {
    content: "";
    background: rgba(0, 0, 0, 0) url('images/slider-left-arrow.svg') no-repeat scroll center center/100% auto;
    width: 7.8px;
    height: 14.5px;
    display: inline-block;
}

#block-calendarblock .fc-button {
    border: 0;
    box-shadow: none;
    background: no-repeat;
    border-radius: 0;
    height: 18px;
}

#block-calendarblock .fc-button:focus {
    outline: 0;
    border-color: transparent;
}

#block-calendarblock .fc-toolbar .fc-right {
    float: none;
}

#block-calendarblock .fc-next-button.fc-button {
    float: right;
}

/** CONTACT END **/

/** FOOTER **/
.footer {
    margin-top: 53px;
    padding: 0 0 50px;
    border-top: 0;
    clear: left;
}

.footer .region-footer {
    text-align: center;
}

.footer #block-mainnavigation {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #d09e6b;
    padding-bottom: 15px;
    margin-bottom: 49px;
}

#block-footerlogo {
    margin-bottom: 29px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #d09e6b;
}

.nav>li>a.is-active {
    color: #d09e6b;
}

.nav>li>a {
    text-transform: uppercase;
    font-size: 13px;
    padding: 0;
    margin-right: 25px;
    color: #382a23;
    font-weight: bold;
    letter-spacing: 0.9px;
}

#block-mainnavigation ul li:last-child {
    display: none;
}

#block-contact {
    text-align: left;
}

#block-contact .block-title {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 21px;
}

#block-contact a,
.localisation a {
    font-weight: 600;
    padding-left: 22px;
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    font-family: 'HKGrotesk-SemiBold';
}

#block-contact .field a.phone,
.localisation .field a.phone {
    background: rgba(0, 0, 0, 0) url('images/icon-phone.svg') no-repeat scroll left center;
}

#block-contact .field a.mail,
.localisation .field a.mail {
    background: rgba(0, 0, 0, 0) url('images/icon-mail.svg') no-repeat scroll left center;
}

.footer .block .block-title {
    font-family: 'HKGrotesk-SemiBold';
    color: #d09e6b;
    font-size: 16px;
    margin-top: 0;
}

#block-horaires {
    text-align: left;
    margin-top: 40px;
}

#block-horaires table td,
.localisation table td {
    font-size: 16px;
    padding: 0 15px 5px 0;
}

#block-noussuivre {
    text-align: left;
}

#block-sinscrireanotrenewsletter {
    margin-bottom: 40px;
}

#block-sinscrireanotrenewsletter #mc_embed_signup form {
    padding: 0;
}

#block-sinscrireanotrenewsletter #mc_embed_signup_scroll label {
    font-family: 'HKGrotesk-SemiBold';
    color: #d09e6b;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 0;
}

#block-sinscrireanotrenewsletter #mc_embed_signup input.email {
    border-radius: 3px;
    border: 1px solid #382a23;
    height: 40px;
    color: #382a23;
    line-height: 1.4;
    font-size: 14px;
    padding: 0 15px;
    font-family: 'HKGrotesk-Regular';
    display: inline-block;
    max-width: 295px;
    width: 100%;
    margin: 0 15px 10px 0;
}

#mc_embed_signup input.email::-webkit-input-placeholder {
    font-size: 14px;
    font-family: 'HKGrotesk-Regular';
    color: #382a23;
}

#mc_embed_signup input.email::-moz-placeholder {
    font-size: 14px;
    font-family: 'HKGrotesk-Regular';
    color: #382a23;
}

#mc_embed_signup input.email:-ms-input-placeholder {
    font-size: 14px;
    font-family: 'HKGrotesk-Regular';
    color: #382a23;
}

#mc_embed_signup input.primary-btn.button {
    background-color: transparent;
    font-size: 13px;
    letter-spacing: 0.9px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #d09e6b;
    border-radius: 3px;
    min-height: 40px;
    padding: 12px 15px 11px;
    display: inline-block;
    color: #382a23;
    min-width: 167px;
    font-family: 'HKGrotesk-Bold';
    height: auto;
    line-height: inherit;
    margin-bottom: 0;
}

#block-noussuivre .block-title {
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#block-noussuivre .field .instagram {
    width: 35px;
    height: 35px;
    background: #382a23 url('images/icon-instagram.svg') no-repeat scroll center center;
    font-size: 0;
    float: left;
    border-radius: 50%;
    margin-right: 15px;
}

#block-noussuivre .field .facebook {
    width: 35px;
    height: 35px;
    background: #382a23 url('images/icon-fb.svg') no-repeat scroll center center;
    font-size: 0;
    float: left;
    border-radius: 50%;
}

#block-noussuivre .field .instagram:hover,
#block-noussuivre .field .instagram:focus,
#block-noussuivre .field .facebook:hover,
#block-noussuivre .field .facebook:focus {
    background-color: #d09e6b;
}

.copyright {
    background-color: #382a23;
    color: #fff;
    padding: 10px 0;
}

.copyright p {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
}

.copyright_txt {
    float: left;
}

.poweredby_txt {
    float: right;
}

/** FOOTER END **/
/** CARTE DE SAISON **/

.title-border::after {
    content: "";
    width: 100px;
    height: 1.5px;
    display: block;
    background-color: #d09e6b;
    margin: 24px auto 0;
}

.text-italic {
    font-style: italic;
}

body.page-node-132 .page h3 {
    color: #d09e6b;
    font-family: 'HKGrotesk-Bold';
}

/** CARTE DE SAISON END **/

/** NOS MENU **/
body.page-node-131 .page .row {
    margin: 0;
}

/** NOS MENU END **/

/** WEBFORM CONFIRMATION **/
.webform-confirmation {
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
}

/** WEBFORM CONFIRMATION END **/