@import url("https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,600i,700");

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

:root {
	--color_dark: #0C1018;
	--color_black: #191D25;
	--color_light-black: #8C8E92;
	--color_grey: #ABACAF;
	--color_light-grey: #E8E8E9;
	--color_light: #F3F4F4;
	--color_extra-light: #f9f9f9;

	/* Grid */
	--marge-xs: 8px;
	--marge-sm: 16px;
	--marge-md: 24px;
	--marge-lg: 40px;
	--marge-xl: 56px;
	--marge-xxl: 160px;
}

html {
	font-size: 100%;
}

body {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	font-family: montserrat;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
}

body.burger-menu-enable {
	overflow: hidden;
}

a {
	color: var(--color_primary);
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

p {
	margin: 10px 0;
}

h1,
h2,
h3,
h4 {
	font-family: montserrat;
	line-height: 1.3;
	margin: 0;
}

h1 {
	font-size: 50px;
	font-weight: 700;
	color: #3D3B3B;
	word-break: break-word;
}

h2 {
	font-size: 30px;
	font-weight: 600;
	color: #3D3B3B;
	margin-bottom: 60px;
}

h3 {
	font-size: 24px;
	font-weight: 500;
	color: #3D3B3B;
}

h4 {
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 30px 0;
}

h5 {
	font-size: 14px;
	font-weight: 500;
	color: #606060;
	text-transform: uppercase;
}

.text--big {
	font-size: 16px;
}

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

hr {
	display: block;
	height: 1px;
	width: 100%;
	margin: 20px auto;
	border: none;
	background-color: #E9EAEB;
}

.divider-custom {
	background-color: transparent;
	background-image: url(/img/divider-custom--black.png);
	height: 25px;
	background-repeat: no-repeat;
	background-position: center;
	margin: 20px 0 0 0;
}


/* Size */

.press .divider {
	margin: 15px auto;
	width: 40px;
}

.divider--big {
	height: 2px;
}


/* Style */

.divider--color {
	background-color: var(--color_primary);
}


/* ------------------------------------------
    NAVIGATION
------------------------------------------ */

.nav {
	padding: 20px 30px;
	box-shadow: 0 0px 3.6px rgba(0, 0, 0, 0.024), 0 0px 10px rgba(0, 0, 0, 0.035), 0 0px 24.1px rgba(0, 0, 0, 0.046), 0 0px 80px rgba(0, 0, 0, 0.07);
}

.nav .homelink img {
	max-height: 40px;
	margin-right: 10px;
}

.nav__items a,
.nav .drodown-wrap--lang span {
	color: #3D3B3B;
	font-size: 14px;
	transition: color 0.2s ease-in-out;
}

.nav .dropdown-wrap .dropdown {
	box-shadow: 5px 5px 0 var(--color_primary);
}

.nav .dropdown-wrap .dropdown a:hover {
	color: var(--color_primary);
}

.nav .drodown-wrap--lang {
	display: inline-block;
	position: relative;
	font-size: 14px;
	padding: 8px 15px;
	width: 70px;
	border: 2px solid #3D3B3B;
}

.nav .drodown-wrap--lang a {
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	color: #3D3B3B;
}

.nav .drodown-wrap--lang:hover span,
.nav .drodown-wrap--lang:hover i {
	position: relative;
	z-index: 30;
	color: #FFF;
}

.nav .drodown-wrap--lang .dropdown {
	top: 38px;
	right: -2px;
	width: 70px;
	border: 2px solid #3D3B3B;
	box-shadow: none;
}

.nav .drodown-wrap--lang .dropdown a {
	justify-content: center;
	text-transform: uppercase;
	border-bottom: 2px solid #3D3B3B;
}

.nav .drodown-wrap--lang .dropdown a:hover {
	color: #FFF;
	background-color: #3D3B3B;
}

.nav .dropdown-wrap .dropdown li:last-child a {
	border: none;
}

.nav__buttons .btn {
	min-width: auto;
	flex-shrink: 0;
}


/* ------------------------------------------
    NAVIGATION • BURGER BUTTON
------------------------------------------ */

.burger-button__item,
.burger-button__item.show:before,
.burger-button__item.show:after {
	background-color: #3D3B3B;
}

.burger-button:hover {
	background-color: #F8F8F9;
}


/* ------------------------------------------
      NAVIGATION • BURGER MENU
  ------------------------------------------ */

.burger-menu {
	top: 80px;
}

.burger-menu__item a {
	font-size: 14px;
	font-weight: 600;
	color: #3D3B3B;
}

.burger-menu__item a:not(.burger-menu__dropdown-link),
.burger-menu .dropdown-wrap span {
	border-bottom: 1px solid #DBD9DA;
}

.burger-menu__item a:hover,
.burger-menu .dropdown-wrap span:hover,
.burger-menu .dropdown {
	background-color: #F8F8F9;
}

footer {
	background: #3D3B3B;
	padding: 100px 0 72px;
	color: #FFF;
}

.footer__container {
	margin: auto;
	max-width: 1100px;
}

.footer__content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 60px;
}

.footer__info a:not(.btn-square):not(.btn) {
	display: block;
	color: #FFF;
	text-decoration: none;
}

.footer__info a:not(.btn):hover {
	color: var(--color_primary);
}

.footer__info p {
	margin: 0;
}

.footer__info .btn {
	display: block;
	margin-bottom: 20px;
}

.footer__info .btn:last-child {
	margin-bottom: 0;
}

.footer__info .btn--std:hover:after {
	background-color: #3D3B3B;
}

.footer__info .btn--std {
	color: var(--color_primary-readable);
}

footer .social-media-wrap {
	justify-content: flex-start;
	margin: 0 0 20px 0;
}

.footer__rewards {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.footer__rewards .footer__rwds-block {
	display: flex;
}

.footer__rewards .footer__rwds-block:first-child .footer__reward {
	margin: 0 20px 20px 0;
}

.footer__rewards .footer__rwds-block:last-child .footer__reward {
	margin: 0 20px 0 0;
}

.footer__rewards .footer__reward {
	width: 45px;
	height: 45px;
	background: #FFF;
	border-radius: 2px;
}

.footer__rewards .footer__reward:last-child {
	margin-right: 0 !important;
}

.footer__links-copyrights {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	color: #C4C2C2;
	font-size: 12px;
}

.footer__links-copyrights a {
	margin: 0 5px;
	color: #C4C2C2;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.footer__links-copyrights a:hover {
	color: var(--color_primary);
}

.footer__copyright {
	color: #F3F3F3;
	font-weight: 500;
}

.footer__copyright a {
	color: #F3F3F3;
	font-weight: 600;
}

.container-wrapper {
	margin: 120px auto;
	max-width: 964px;
	width: calc(100% - 80px);
}

.press .container-wrapper {
	max-width: 820px;
	width: calc(100% - 80px);
}

.container-wrapper--home {
	margin: 120px auto 180px auto;
	max-width: 1100px;
	width: calc(100% - 80px);
}

.container {
	margin-bottom: 100px;
}

.container:last-child {
	margin-bottom: 0;
}

.container.s--custom {
	margin: 0 auto 100px auto;
	max-width: 700px;
}

.buttons-wrap {
	margin: 30px auto 0;
	text-align: center;
}

.buttons-wrap .btn {
	margin: 5px;
}

.buttons-wrap--nav {
	display: flex;
	flex-shrink: 0;
}

.buttons-wrap--nav .btn {
	margin: 0 10px 0 0;
}

.press .buttons-wrap {
	margin: 20px 0 0;
}

.press .buttons-wrap .btn {
	width: auto;
	margin: 0 15px 0 0;
}

.current-page-home .hero__infos {
	right: 0;
	left: auto;
	padding: 45px;
	width: auto;
	min-width: 480px;
	text-align: left;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.current-page-home .hero-area {
	height: calc(100vh - 80px);
}

.hero-area {
	position: relative;
	width: 100%;
	margin-top: 80px;
	/* height: 325px; */
	aspect-ratio: 3/1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.hero-area h1 {
	line-height: 1;
}

.hero__infos {
	position: absolute;
	bottom: 0;
	left: 50%;
	min-width: 440px;
	padding: 20px 30px;
	text-align: center;
	background-color: #FFF;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.hero__infos p {
	margin: 0 0 10px 0;
	color: #3D3B3B;
	font-size: 13px;
}

.current-page-home .hero__infos p {
	margin: 10px 0;
}

.hero__infos p:last-child {
	margin-bottom: 0;
}

.hero__infos a,
.hero__infos--mobile a {
	display: block;
	margin: 10px 0;
	color: #3D3B3B;
	font-size: 13px;
	text-decoration: none;
}

.hero__infos a:hover,
.hero__infos--mobile a:hover {
	color: var(--color_primary);
}

.hero__infos p.hero-info--type {
	text-transform: uppercase;
}

.hero__infos--mobile {
	display: none;
	width: 100%;
	padding: 0 0 45px 0;
	position: initial;
}

.widget-perso {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}


/* Widget video */

.responsive-video iframe {
	box-shadow: -5px -5px 0 var(--color_primary);
}

input,
textarea {
	font-family: montserrat;
	font-size: 14px;
	border: 2px solid #DBD9DA;
	border-radius: 2px;
}

input:focus,
textarea:focus {
	border-color: var(--color_primary);
}

input[type="submit"]:hover {
	background-color: #FFF;
}


/* ------------------------------------------
    BUTTONS
------------------------------------------ */


/* Shape */

.btn {
	display: inline-block;
	position: relative;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	padding: 8px 15px;
	min-width: 170px;
	border-radius: 1px;
	cursor: pointer;
	-webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}

.btn span {
	position: relative;
	z-index: 30;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: 1;
	height: 100%;
	left: 0;
	top: 0;
	width: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btn-square,
.btn-circle {
	cursor: pointer;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 34px;
	height: 34px;
}

.btn-circle {
	border-radius: 50%;
}

.btn-square i,
.btn-circle i {
	position: relative;
	z-index: 30;
	font-size: 16px;
	line-height: 30px;
}

.btn-square:after {
	content: '';
	position: absolute;
	z-index: 1;
	height: 100%;
	left: 0;
	top: 0;
	width: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btn-square:hover,
.btn-circle:hover {
	color: var(--color_primary);
}

.btn-square:hover:after {
	background-color: #FFF;
	width: 100%;
}

.btn-link {
	position: relative;
	display: inline-block;
	cursor: pointer;
	color: var(--color_primary);
	font-size: 14px;
	font-weight: 600;
	border-radius: 2px;
	transition: all 0.2s ease-in-out;
}

.btn-link:hover {
	color: var(--color_primary-darken);
}


/* Style */

.btn--std {
	color: var(--color_primary-readable);
	background-color: var(--color_primary);
	border: 2px solid var(--color_primary);
}

.btn--std:hover {
	color: var(--color_primary);
}

.btn--std:hover:after {
	background-color: #FFF;
	width: 100%;
}

.btn--light {
	color: var(--color_primary-readable-dark);
	border: 2px solid var(--color_primary);
}

.btn--light:hover {
	color: var(--color_primary-darken-2);
	background-color: var(--color_primary);
}

.btn--light:hover:after {
	z-index: -1;
	background-color: var(--color_primary);
	width: 100%;
}

.btn--light-white {
	color: #FFF;
	border: 2px solid #FFF;
}

.btn--light-white:hover {
	color: var(--color_primary-readable-dark);
}

.btn--light-white:hover:after {
	background-color: #FFF;
	width: 100%;
}

.btn--light-black {
	color: #3D3B3B;
	border: 2px solid #3D3B3B;
}

.btn--light-black:hover {
	color: #FFF;
}

.btn--light-black:hover:after {
	background-color: #3D3B3B;
	width: 100%;
}

.btn--ghost {
	color: #3D3B3B;
}

.btn--ghost:hover {
	color: #2C3037;
	background-color: #F8F8F9;
}

.btn--ghost:hover:after {
	color: #2C3037;
	background-color: #F8F8F9;
}


/* ------------------------------------------
	PAGE • HOME
------------------------------------------ */

.s--about {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.s--about .presentation__picture {
	width: calc(50% - 30px);
	max-width: 525px;
	height: 525px;
	background-color: #1C2C2C;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	box-shadow: -10px -10px 0 var(--color_primary);
	margin: 0 30px 0 0;
}

.s--about .presentation__text {
	word-break: break-word;
	width: calc(50% - 30px);
	max-width: 525px;
	margin: 0 0 0 30px;
	max-height: 525px;
}

.s--about .presentation__text p:last-child {
	margin-bottom: 0;
}

.s--about .presentation__text-content {
	margin-bottom: 40px;
}

.s--opening-hours h2 {
	margin-bottom: 45px;
}

.opening-hours {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.day-wrap {
	flex: 0 0 140px;
	height: 150px;
	margin: 10px;
	border: 2px solid #716d6d;
	color: #606060;
	padding: 0 8px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.day-wrap h4 {
	color: #606060;
	margin: 0 0 20px 0;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.day-wrap p {
	margin: 0 0 5px 0;
}

.day-wrap p:last-child {
	margin: 0;
}

.day-wrap:hover,
.day-wrap--active {
	border-color: var(--color_primary);
	color: var(--color_primary);
}

.day-wrap:hover h4,
.day-wrap--active {
	color: var(--color_primary);
}

.s--useful-infos {
	position: relative;
	margin-top: 160px;
	margin-bottom: 160px;
	border: 2px solid var(--color_primary);
	padding: 60px;
}

.useful-infos {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.useful-infos h4,
.global-infos>h4 {
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

.useful-infos__item {
	width: 50%;
	margin-bottom: 30px;
}

.useful-infos__item {
	width: 60%;
}

.useful-infos__item:nth-child(even) {
	width: 40%;
}

.access__item {
	display: flex;
	align-items: baseline;
	margin: 5px 0;
}

.access__item h4 {
	font-family: var(--font_text);
	font-weight: 500;
	font-size: 14px;
}

.access__item h4:after {
	content: ':';
	margin: 0 5px;
}

.access__item * {
	margin: 0;
}

.current-page-home .access {
	display: inline-block;
	width: 40%;
	vertical-align: top;
}

.global-infos__map {
	display: inline-block;
	width: 58%;
	height: 250px;
	overflow: hidden;
	background-color: #1C2C2C;
	box-shadow: -10px -10px 0 var(--color_primary);
	margin: 0;
}

.global-infos__map iframe {
	min-height: 300px;
	height: calc(100% + 43px + 24px);
	-webkit-transform: translateY(-43px);
	-moz-transform: translateY(-43px);
	-ms-transform: translateY(-43px);
	-o-transform: translateY(-43px);
	transform: translateY(-43px);
	filter: grayscale(1);
}

.detail-infos {
	width: 50%;
}

.detail-infos__item h4 {
	margin: 0 0 10px 0;
}

.detail-infos__item p {
	margin: 0;
}


/* ------------------------------------------
	PAGE • MENU
------------------------------------------ */

.menu-nav {
	top: 83px;
	text-align: center;
	margin-bottom: 0;
}

.menu-nav a {
	font-size: 14px;
	font-weight: 500;
	color: #606060;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	margin: 0 15px;
}

.menu-nav a:hover {
	color: var(--color_primary);
}

.mnu-title {
	margin: 60px 0;
}

.mnu-title__wrapper {
	position: relative;
}

.mnu-title__wrapper h3 {
	position: relative;
	z-index: 10;
	display: inline-block;
	background: #FFF;
	padding-right: 30px;
}

.mnu-title__wrapper:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	display: block;
	background: var(--color_primary);
	width: 100%;
	height: 2px;
}

.mnu-title__infos {
	margin-top: 5px;
	font-size: 16px;
	color: #606060;
}

.mnu-title__price,
.category__price,
.sub-category__price {
	font-weight: 600;
	color: var(--color_primary);
}

.mnu__category {
	margin: 60px 0 20px 0;
}

.mnu__category h4 {
	font-style: italic;
	color: #3D3B3B;
	font-weight: 500;
	margin-bottom: 0;
}

.mnu__category .category__infos {
	color: #A1A1A1;
	font-size: 16px;
	margin: 2px 0 0 0;
}

.mnu__sub-category {
	margin: 60px 0;
}

.mnu__sub-category h5 {
	margin-bottom: 0;
}

.mnu__sub-category .sub-category__infos {
	color: #A1A1A1;
	font-size: 14px;
	margin: 2px 0 0 0;
}

.mnu__note {
	color: #A1A1A1;
	margin: 10px 0 0 0;
}

.dish-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 25px 0;
}

.dish {
	display: flex;
	align-items: center;
	width: 100%;
	margin-right: 40px;
}

.dish__picture {
	flex-shrink: 0;
	margin-right: 20px;
	box-shadow: -5px -5px 0 var(--color_primary);
}

.dish__picture img {
	display: block;
}

.dish__name {
	color: #3D3B3B;
	margin: 0;
}

.dish__descr {
	color: #A1A1A1;
	font-size: 14px;
	margin: 2px 0 0 0;
}

.price-wrapper {
	display: flex;
	align-items: center;
}

.price {
	text-align: center;
	margin-right: 30px;
}

.price:last-child {
	margin-right: 0;
}

.price__weight {
	color: #A1A1A1;
	font-size: 14px;
	margin: 0 0 2px 0;
}

.price__number {
	color: var(--color_primary);
	margin: 0;
}

.gallery-wrap {
	display: none;
}

.albums .slider__album {
	box-shadow: -5px -5px 0 var(--color_primary);
}

@media (max-width: 768px) {
	.albums li {
		width: calc(50% - calc(2*var(--marge-sm)));
	}
}

@media (max-width: 480px) {
	.slider-wrap {
		display: none;
	}

	.current-page-gallery h2 {
		margin-bottom: 20px;
	}

	.gallery-wrap {
		display: block;
	}
}

.s--virtual-tour iframe {
	box-shadow: -10px -10px 0 var(--color_primary);
}

.reviews-wrap h2 {
	margin: 40px 0;
	text-align: center;
}

.s--reviews .side {
	margin-top: 40px;
}

.review__criterion {
	color: #606060;
}

.reviews__verified {
	padding: var(--marge-md);
	border: 1px solid var(--color_light-grey);
	margin-top: var(--marge-sm);
}



/* ------------------------------------------
	PAGE • EVENTS & PRESS
------------------------------------------ */

.event__content,
.press {
	position: relative;
	display: flex;
	padding-bottom: 60px;
	margin-bottom: 100px;
}

.press {
	border-bottom: 2px solid var(--color_primary);
}

.event:last-child,
.press:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.event__title {
	position: relative;
	margin-bottom: 40px;
	width: 100%;
}

.press__title {
	margin: 0 0 10px 0;
}

.event__title h3 {
	position: relative;
	z-index: 10;
	display: inline-block;
	background: #FFF;
	padding-right: 30px;
}

.event__title:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	display: block;
	background: var(--color_primary);
	width: 100%;
	height: 2px;
}

.event__infos,
.press__infos {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.press__img-wrap,
.event__img-wrap {
	flex-shrink: 0;
	width: 200px;
	margin-right: 20px;
}

.event__img,
.press__img {
	box-shadow: -5px -5px 0 var(--color_primary);
}

.event__descr,
.press__descr {
	color: #A1A1A1;
	margin: 0;
}

.event__date,
.press__date {
	font-size: 16px;
	margin-top: 0;
	color: #A1A1A1;
	text-transform: uppercase;
	order: -1;
}

.event__date {
	color: #3D3B3B;
}

.event__price {
	position: absolute;
	top: -15px;
	right: 0;
	margin: 0;
	font-size: 12px;
	font-weight: 600;
	color: #3D3B3B;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .25rem;
	border: 1px solid var(--color_primary);
	border-radius: 2px;
	padding: 10px 15px;
}

.event__link {
	margin-top: 20px;
}


/* ------------------------------------------
	PAGE • RESTAURANTS
------------------------------------------ */

.restaurant-group {
	padding-bottom: 100px;
	margin-bottom: 100px;
	border-bottom: 2px solid var(--color_primary);
	gap: 30px;
}

.restaurant-group:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.restaurant-group__infos {
	margin-bottom: 30px;
}

.restaurant-group__ambiances {
	margin: 5px 0;
}

.restaurant-group__address {
	display: block;
	font-weight: 600;
	margin: 5px 0 10px 0;
}

.restaurant-group__descr {
	color: #A1A1A1;
}

.restaurant-group__infos .btn {
	margin-top: 20px;
}

@media (max-width: 992px) {
	.restaurant-group {
		grid-template-columns: 1fr;
	}

	.grid-2-col--w-reverse,
	.grid-2-col--w-reverse:nth-child(even) {
		grid-template-areas: "content-1""content-2";
	}
}

@media (min-width: 993px) {

	/* Maps */
	.map-wrap {
		height: auto;
		padding-bottom: 0;
	}

	/* Restaurants page */
	.restaurant-group__infos>div {
		max-height: 400px;
		overflow: scroll;
	}
}

blockquote {
	font-style: italic;
	text-align: center;
	margin: 10px auto;
	width: 70%;
}

blockquote p:first-child {
	margin-top: 0;
}

.s--contact {
	margin-bottom: 100px;
	gap: 30px;
}

.s--contact:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.s--contact-form {
	gap: 30px;
}

@media (max-width: 992px) {
	.s--contact-form {
		grid-template-columns: 100%;
	}
}

.contact__form h3 {
	text-align: center;
	margin-bottom: 20px;
}

.contact__ambiances {
	margin: 5px 0;
}

.contact__address {
	font-weight: 600;
}

.contact__descr {
	color: #A1A1A1;
}

.contact__map {
	align-self: stretch;
	overflow: hidden;
}

.contact__map iframe {
	min-height: 300px;
	height: calc(100% + 43px + 24px);
	-webkit-transform: translateY(-43px);
	-moz-transform: translateY(-43px);
	-ms-transform: translateY(-43px);
	-o-transform: translateY(-43px);
	transform: translateY(-43px);
	filter: grayscale(1);
}

@media (min-width: 1440px) {
	.hero-area {
		height: 40vh;
		aspect-ratio: initial;
	}
}

@media (max-width: 1280px) {
	.footer__container {
		margin: 0 100px;
	}
}

@media (max-width: 1280px) {
	.global-infos__picture {
		display: none;
	}

	.footer__content {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	footer h4 {
		margin-top: 30px;
	}

	footer .social-media-wrap {
		justify-content: center;
	}

	.footer__info:first-child h4 {
		margin-top: 0;
	}

	.footer__links-copyrights {
		justify-content: center;
	}
}

@media (max-width: 992px) {

	/* Contact */
	.s--contact {
		grid-template-columns: 1fr;
	}

	.s--about .presentation__picture {
		display: none;
	}

	.s--about .presentation__text {
		width: 100%;
		max-width: 100%;
		margin: 0;
		max-height: initial;
	}

	.s--useful-infos {
		margin-top: 100px;
	}

	.detail-infos {
		flex-direction: column;
	}

	.detail-infos .detail-infos__item {
		margin: 15px 0;
	}

	.detail-infos .detail-infos__item:first-child {
		margin-top: 0;
	}

	.galeries li {
		width: calc(33.333% - 20px);
	}

	.event__infos img {
		width: 150px;
	}

	.contact {
		flex-direction: column;
	}

	.contact__form,
	.contact__map {
		width: 100%;
	}

	.contact__form {
		margin-right: 0;
	}

	.contact__map {
		height: 300px;
		margin-top: 20px;
	}

	.event__price {
		position: initial;
		margin: 0 0 10px 0;
	}

	.current-page-home .hero-area {
		height: 400px;
	}

	.hero__infos {
		display: none;
	}

	.hero__infos--mobile {
		display: block;
	}

	.s--about.btn {
		display: block;
	}

	.day {
		flex-direction: row;
		align-items: center;
		flex: 0 0 calc(50% - 20px);
		flex-direction: column;
		padding: 10px;
		height: auto;
	}

	.day h4,
	.day p {
		margin: 0;
	}

	.container-wrapper,
	.container-wrapper--home {
		margin: 100px 80px;
		width: calc(100% - 160px);
	}

	.buttons-wrap {
		margin: 60px -15px 0;
	}

	.buttons-wrap .btn {
		width: calc(50% - 32px);
	}

	.press .buttons-wrap .btn {
		width: 100%;
		margin: 0 0 15px 0;
	}

	.press .buttons-wrap .btn:last-child {
		margin: 0;
	}

	footer {
		padding-top: 50px;
	}

	.footer__container {
		margin: 0 30px;
	}

	footer h5 {
		margin-top: 60px;
		margin-bottom: 20px;
	}

	.footer__links-copyrights {
		flex-direction: column;
		text-align: center;
		justify-content: center;
	}

	.footer__links-copyrights .copyright {
		margin-top: 5px;
	}

	.global-infos {
		flex-direction: column;
	}

	.useful-infos__item,
	.useful-infos__item:nth-child(odd),
	.global-infos__map {
		width: 100%;
	}

	.global-infos__map {
		margin-top: 30px;
	}

	.galeries li {
		width: calc(50% - 20px);
	}

	.reviews-global__details {
		flex-direction: column;
		align-items: flex-start;
	}

	body .reviews-global__criterion {
		margin-bottom: 10px;
	}
}

@media (max-width: 768px) {

	.event__content,
	.press {
		margin-bottom: 60px;
		flex-direction: column;
	}

	.event__img-wrap,
	.press__img-wrap {
		margin-bottom: 20px;
		width: 100%;
	}

	.nav {
		padding: 10px 20px;
	}

	.nav+.burger-menu {
		top: 70px;
	}

	.hero-area,
	.current-page-home .hero-area {
		aspect-ratio: 3/1;
		margin-top: 70px;
	}

	.current-page-home .hero-area {
		height: 250px;
	}

	.hero__infos--mobile {
		padding: 0 0 35px 0;
	}

	.opening-hours {
		margin: 0;
	}

	.day-wrap {
		flex: 0 0 100%;
	}

	.day-wrap:first-child {
		margin-top: 0;
	}

	.s--useful-infos {
		padding: 40px;
		margin-top: 60px;
	}

	.container-wrapper {
		margin: 25px;
		width: calc(100% - 50px);
	}

	.container-wrapper--home {
		margin: 35px;
		width: calc(100% - 70px);
	}

	.container-wrapper--home .container {
		margin-bottom: 60px;
	}

	.container.s--custom {
		margin-bottom: 60px;
	}

	.container-wrapper--home .container h2 {
		margin-bottom: 20px;
	}

	.buttons-wrap {
		margin: 0 auto 0;
	}

	.buttons-wrap .btn {
		display: block;
		width: 100%;
	}

	.nav-menu {
		display: none;
	}

	.mnu__sub-category,
	.mnu__category,
	.mnu-title {
		text-align: center;
	}

	.mnu-title__wrapper h3 {
		padding: 0 30px;
	}

	.dish-wrapper {
		flex-direction: column;
	}

	.dish {
		flex-direction: column;
		text-align: center;
		margin: 0;
	}

	.dish__picture {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.dish__name,
	.price__number {
		font-size: 14px;
	}

	.dish__descr {
		font-size: 12px;
	}

	.price {
		margin-right: 20px;
	}

	.galeries li {
		width: calc(100% - 20px);
	}
}

@media (max-width: 480px) {
	h1 {
		font-size: 32px;
	}

	.hero-area {
		aspect-ratio: 4/2;
	}

	/* .nav .btn--booking {
        display: none;
    } */
	.burger-menu .btn--booking {
		display: block;
	}

	.hero__infos--mobile {
		min-width: 0;
		width: 100%;
	}

	.s--useful-infos {
		padding: 0;
		border: none;
	}
}


/* ------------------------------------------
    PAGE • MENU
------------------------------------------ */

.menu-wrap {
	padding-top: 100px;
	margin-bottom: 20px;
}

.menu-wrap:last-child {
	margin-bottom: 0;
}

.menu-title-wrap {
	position: relative;
	margin: 0;
}

.menu__title {
	position: relative;
	z-index: 10;
	width: 100%;
}

.menu__title:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	display: block;
	background: var(--color_primary);
	width: 100%;
	height: 2px;
}

.menu__title h2 {
	position: relative;
	z-index: 10;
	display: inline-block;
	background: #FFF;
	padding-right: 30px;
	font-size: 24px;
	font-weight: 500;
	color: #3D3B3B;
	margin: 0;
}

.menu-descr-wrap {
	margin: 10px 0;
	font-size: 16px;
	color: #606060;
}

.menu-category__descr,
.menu-subcategory__descr,
.dish__descr {
	color: #ABACAF;
}

.menu__price {
	font-size: 16px;
	font-weight: 600;
	color: var(--color_primary);
}


/* Category */

.menu-category {
	display: block;
	margin: 50px 0 0;
	color: #A1A1A1;
}

.menu-category__title {
	color: var(--color_primary);
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0;
}

.menu-category__price {
	font-size: 16px;
	font-weight: 600;
	color: var(--color_primary);
}


/* Subcategory */

.menu-subcategory {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0 0;
}

.menu-subcategory__title {
	font-weight: 500;
	font-size: 14px;
	color: #A1A1A1;
	text-transform: uppercase;
	margin-bottom: 0;
}

.menu-subcategory__price {
	font-size: 14px;
	font-weight: 600;
	color: var(--color_primary);
}


/* Dish */

.dish-no-image,
.dish-w-image {
	margin: 25px 0;
}

.dish-w-image .dish-title-wrap {
	margin: 0 10px;
}

.dish-no-image .dish-title-wrap {
	margin-right: 10px;
}

.dish__title {
	margin: 0;
	color: #3D3B3B;
	font-size: 14px;
	font-weight: 500;
}

.dish__descr,
.menu-category__descr,
.menu-subcategory__descr {
	color: #A1A1A1;
	font-size: 14px;
	margin: 2px 0 0 0;
}

.dish-image {
	box-shadow: -5px -5px 0 var(--color_primary);
}

.dish-quant {
	margin-right: 30px;
}

.dish-quant:last-child {
	margin-right: 0;
}

.dish__price {
	color: var(--color_primary);
	margin: 0;
}

.dish__weight {
	color: #A1A1A1;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
}


/* Note */

.menu__note {
	color: #ABACAF;
	font-style: italic;
	text-align: left;
}

@media (max-width: 768px) {

	.menu-wrap,
	.menu__note {
		text-align: center;
		padding-top: 50px;

	}

	.menu__title h2 {
		padding: 0 20px;
	}

	.dish-no-image,
	.dish-w-image,
	.menu-subcategory {
		flex-direction: column;
	}

	.allergens-wrap,
	.three-dishes-wrap {
		justify-content: center;
	}

	.dish-no-image .dish-title-wrap {
		margin: 0;
	}

	.dish-w-image .dish-title-wrap {
		margin: 10px 0;
	}

	.dish__descr,
	.dish-price-wrap,
	.menu-category__descr,
	.menu-category__price,
	.menu-subcategory__descr,
	.menu-subcategory__price {
		margin-top: 10px;
	}
}

@media (min-width: 768px) {
	.sticky {
		position: sticky;
		top: calc(70px + var(--marge-md));
	}
}

@media (max-width: 768px) {
	.s--reviews {
		grid-template-areas: "sidebar""content";
	}
}
