body {
	height: 100%;
	font-family: var(--font-family);
	color: var(--color-text);
	font-size: 0.9rem;
	line-height: 20px;
}

p {
	font-family: var(--font-family);
	color: var(--color-text);
}

a {
	transition: all 280ms ease;
	text-decoration: underline;
}

label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}

.navbar {
	box-shadow: 0px 4px 6px 0px #00000014;
	background-color: var(--color-navbar-bg);
	padding: 16px;
	border-radius: 0 0 48px 48px;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
}

.navbar_content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	justify-self: center;
	max-width: 1200px;
	width: 100%;
}


.button {
	padding: 18px 30px;
	border-radius: 4px;
	background-color: var(--color-cta);
	transition: all 270ms ease;
	font-family: var(--font-family);
	color: var(--color-cta-contrast);
	font-size: 0.9rem;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
}

.button div {
	max-width: 100% !important;
	background-color: var(--color-cta);
}

.button div button {
	padding: 18px 30px;
	border-radius: 4px;
	background: var(--color-cta);
	transition: all 270ms ease;
	font-family: var(--font-family);
	color: var(--color-cta-contrast);
	font-size: 0.9rem;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	word-break: break-all;
	max-width: 100% !important;
}

.button:hover {
	opacity: 0.8;
}

.button.full div button {
	width: 100%;
}

.button.full {
	width: 100%;
}

.button.full.mobile {
	width: auto;
}


.navbar_content_right-box_links {
	display: flex;
}

.navbar_content_right-wrapper {
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 16px;
}


.navbar_content_right-box_links_item {
	display: flex;
	margin-right: 32px;
	align-items: center;
	font-family: var(--font-family);
	color: var(--color-contrast);
	text-decoration: none;
}


.navbar_content_right-box_links_item_text {
	margin-left: 7px;
}

.brand_country {
	display: flex;
	min-width: 70px;
	justify-content: space-between;
	align-items: center;
}

.navbar_content_right-box_links_item_text_title {
	margin-bottom: -1px;
	font-size: 11px;
	line-height: 15px;
}

.navbar_content_right-box_links_item_text_info {
	font-size: 13px;
	line-height: 15px;
	font-weight: 700;
}


.products-list-section {
	padding-bottom: 125px;
}

.products-list-section.page {
	padding-bottom: 0px;
}

.products-list-section_list_item {
	margin-right: 35px;
	margin-bottom: 20px;
	flex: 0 30%;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.12);
	text-decoration: none;
}

.products-list-section_list_item_header {
	display: block;
	width: 100%;
	height: 200px;
	background-position: 50% 50%;
	background-size: cover;
}

.products-list-section_list_item_content {
	padding: 25px 22px 35px;
}

.products-list-section_list_item_content_title {
	margin-top: 0px;
	margin-bottom: 2px;
	font-family: var(--font-family);
	color: var(--color-text);
	font-size: 20px;
	line-height: 23px;
	text-transform: uppercase;
	height: 46px;
	overflow: hidden;
}

.products-list-section_list_item_content_title.menu {
	color: var(--color-text);
}

.products-list-section_list_item_content .small-p {
	height: 57px;
	overflow: hidden;
}

.small-p {
	font-family: var(--font-family);
	color: var(--color-text);
	font-size: 0.8rem;
	line-height: 19px;
}

.small-p.footer_infos_payment_secure_p {
	margin-bottom: 0px;
	margin-left: 8px;
	font-size: 11px;
	line-height: 16px;
	color: var(--color-main-contrast);
}

.small-p.menu-page_content_section_list_item_list_item {
	margin-bottom: 5px;
}

.products-list-section_list_item_content_price-box {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	text-align: right;
}

.products-list-section_list_item_content_price-box.menu {
	margin-bottom: 0px;
	text-align: left;
}

.products-list-section_list_item_content_price-box_number {
	font-family: var(--font-family);
	color: #4e4e4e;
	font-size: 20px;
	font-weight: 700;
}

.testimonial-section {
	padding-top: 140px;
	padding-bottom: 125px;
}

.testimonial-section_slider {
	height: auto;
	background-color: transparent;
}

.testimonial-section_slider_mask {
	height: auto;
}

.testimonial-section_slider_mask_slide {
	height: 99%;
}

.testimonial-section_slider_mask_slide_content {
	display: flex;
	padding-right: 90px;
	padding-left: 90px;
	justify-content: center;
	align-items: flex-start;
}

.testimonial-section_slider_mask_slide_content_photo {
	width: 170px;
	height: 170px;
	margin-left: 18px;
	border-radius: 100%;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.testimonial-section_slider_mask_slide_content_txt-block {
	margin-left: 28px;
	flex: 0 50%;
}

.testimonial-section_slider_mask_slide_content_txt-block_name {
	margin-top: 15px;
	margin-bottom: 2px;
	font-family: var(--font-family);
	color: var(--color-text);
}

.testimonial-section_slider_mask_slide_content_txt-block_date {
	font-family: var(--font-family);
	color: hsla(0, 0%, 50.6%, 0.8);
	font-size: 12px;
	line-height: 17px;
}

.testimonial-section_slider_mask_slide_content_txt-block_trip {
	margin-top: 18px;
}

.testimonial-section_slider_mask_slide_content_photo_quote {
	position: absolute;
	display: none;
}

.testimonial-section_slider_arrow-icon {
	width: 16px;
	height: 27px;
	margin-left: 0px;
	background-image: url("../images/template/arrow-left.svg");
	background-position: 0px 0px;
	background-size: cover;
	font-size: 0px;
}

.testimonial-section_slider_arrow-icon.right {
	margin-right: 1px;
	margin-left: 64px;
	background-image: url("../images/template/arrow-right.svg");
}

.testimonial-section_slider_mask_slide_content_photo-box {
	display: flex;
	align-items: flex-start;
}

.testimonial-section_slider_nav {
	position: relative;
	margin-top: 45px;
}

.testimonial-section_slider_arrow {
	margin-bottom: 55px;
}

.footer {
	background-color: var(--color-navbar-bg);
	color: var(--color-main-contrast);
	padding-top: 35px;
	padding-bottom: 20px;
	position: relative;
	border-radius: 20px 20px 0 0;
}

.footer_header {
	justify-content: space-between;
	align-items: center;
	display: flex;
	flex-direction: row;
	padding: 5px;
	align-items: center;
	gap: 5px;
}

.footer_icons_and_links {
	display: flex;
	flex-direction: row;
	gap: 30px;
}

.footer_header_socials {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.footer_header_socials_item {
	display: flex;
	margin-left: 11px;
	align-items: center;
}

.footer_header_mobile {
	display: none;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.footer_toggle_hide {
	display: none;
}

.footer_infos {
	display: flex;
	margin-top: 55px;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

.footer_infos_block {
	padding-right: 35px;
	flex: 0 auto;
	align-self: flex-start;
}

.footer_infos_block_title {
	margin-bottom: 8px;
	font-family: var(--font-family);
	color: inherit;
	opacity: 0.7;
	font-size: 18px;
	font-weight: 700;
}

.footer_infos_block_content_text {
	margin-bottom: 2px;
	font-family: var(--font-family);
	font-size: 13px;
}

.footer_infos_payment {
	flex: 0 34%;
	align-self: flex-start;
}


.footer_infos_payment_secure {
	display: flex;
	margin-top: 10px;
	align-items: center;
}

.footer_links {
	display: flex;
	margin-top: 55px;
	padding-top: 45px;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid rgba(128, 128, 128, 0.4);
}

.footer_links_nav {
	display: flex;
	align-items: center;
}

.footer_links_nav_item {
	margin-right: 20px;
	font-family: var(--font-family);
	color: var(--color-main-contrast);
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

.footer_links_nav_item:hover {
	color: var(--color-main-contrast);
}

.footer_links_nav_item.terms {
	margin-right: 0px;
	font-size: 10px;
	font-weight: 700;
}

.footer_links_terms {
	display: flex;
	align-items: center;
}

.footer_links_terms_divisor {
	width: 5px;
	height: 5px;
	margin-right: 12px;
	margin-left: 12px;
	border-radius: 100%;
	background-color: currentColor;
	opacity: 0.3;
}

.footer_copyright {
	margin-top: 55px;
	margin-bottom: 20px;
	font-family: var(--font-family);
	color: var(--color-main-contrast);
	opacity: 0.5;
	font-size: 10px;
	text-align: center;
}

.footer_header_socials_item_embed {
	color: inherit;
}

.footer_header_socials_item svg {
	max-height: 20px;
	color: var(--color-main-contrast);
}

.footer_infos_block_content_text_link {
	color: var(--color-main-contrast);
	text-decoration: none;
}

.page-header {
	padding-bottom: 45px;
	background-color: var(--color-main);
}

.page-header.nav-only {
	padding-bottom: 0px;
}

.page-header.checkout {
	padding-bottom: 25px;
}

.page-header_h1 {
	margin-top: 38px;
	margin-bottom: 4px;
	color: #fff;
	font-size: 40px;
	line-height: 42px;
	font-weight: 300;
}

.page-header_h1.checkout {
	margin-top: 5px;
}

.page-header_subtitle {
	font-family: var(--font-family);
	color: hsla(0, 0%, 100%, 0.7);
	font-size: 12px;
}

.menu-page_content_section {
	margin-bottom: 45px;
	padding-top: 65px;
}

.menu-page_content_section_list {
	display: flex;
	flex-wrap: wrap;
}

.menu-page_content_section_header {
	margin-bottom: 25px;
	font-family: var(--font-family);
	color: var(--color-text);
	text-transform: uppercase;
}

.menu-page_content_section_header.bg-image {
	padding-top: 166px;
	padding-bottom: 40px;
	background-image:
		linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
		url("../images/ambiente-3.jpg");
	background-position:
		0px 0px,
		50% 50%;
	background-size: auto, cover;
	color: #fff;
}

.menu-page_content_section_header_h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 28px;
	line-height: 26px;
}

.page-content {
	padding-top: 65px;
	padding-bottom: 65px;
}

.photo-section {
	position: relative;
}

.photo-section.right-section {
	margin-top: 70px;
	margin-bottom: 70px;
}

.photo-section_content {
	padding-top: 95px;
	padding-bottom: 95px;
	padding-left: 600px;
}

.photo-section_content.right-content {
	padding-right: 600px;
	padding-left: 0px;
}

.photo-section_main-photo {
	position: absolute;
	left: 0%;
	top: 0%;
	right: auto;
	bottom: auto;
	width: 50%;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
}

.photo-section_main-photo.right {
	left: auto;
	top: 0%;
	right: 0%;
	bottom: auto;
}

.page-content-intro-p {
	margin-bottom: 55px;
}

.photo-section_content_h2 {
	color: var(--color-text);
	font-size: 26px;
	line-height: 30px;
	text-transform: uppercase;
}

.text-page_content {
	padding-bottom: 19px;
	text-align: left;
}

.text-page_content_h2 {
	margin-top: 20px;
	margin-bottom: 7px;
	font-family: var(--font-family);
	color: rgba(43, 43, 43, 0.8);
	font-size: 19px;
	line-height: 23px;
}

.footer_powered {
	margin-top: 55px;
	text-align: center;
}

.footer_powered_text {
	color: var(--color-main-contrast);
	opacity: 0.5;
	font-size: 10px;
	line-height: 15px;
}

.footer_powered_link {
	margin-top: 8px;
}

#cookie-notice {
	display: none;
	position: fixed;
	z-index: 99999;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px;
	background-color: var(--color-main);
	color: var(--color-contrast);
}
#cookie-notice .row {
	display: flex;
	align-items: center;
}
#cookie-notice .text {
	flex: 1 1;
}
#cookie-notice .button {
	padding: 10px 30px;
}
#cookie-notice a {
	font-weight: bold;
	color: var(--color-contrast);
}

@media (max-width: 991px) {
	.navbar_content_right-wrapper {
		gap: 12px;
	}

	.container {
		width: 85%;
	}

	.photo-section_content {
		padding-top: 40px;
		padding-bottom: 40px;
		padding-left: 0px;
	}

	.photo-section_content.right-content {
		padding-right: 0px;
	}

	.photo-section_main-photo {
		position: relative;
		width: 100%;
		height: 350px;
	}

	.text-page_content {
		padding-right: 0px;
		padding-left: 0px;
	}

	.age-confirmation .age-confirmation_title {
		padding-left: 15px;
		padding-right: 15px;
		width: auto;
	}

	.age-confirmation .age-confirmation_details {
		width: auto;
	}

	.navbar_content_right-box_links {
		display: none;
	}
}

@media (max-width: 767px) {
	.container {
		width: auto;
		margin-right: 16px;
		margin-left: 16px;
	}

	.navbar_content_right-wrapper {
		gap: 4px;
	}

	.navbar_content_right-box {
		display: flex;
		align-items: center;
		position: relative;
	}

	.products-list-section {
		padding-bottom: 65px;
	}

	.products-list-section_list_item {
		margin-right: 0px;
		flex: 0 auto;
	}

	.testimonial-section {
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.testimonial-section_slider_mask_slide_content {
		padding-right: 0px;
		padding-left: 0px;
		flex-direction: column;
		align-items: center;
	}

	.testimonial-section_slider_mask_slide_content_txt-block {
		margin-top: 20px;
	}

	.testimonial-section_slider_nav {
		margin-top: 15px;
	}

	.testimonial-section_slider_arrow {
		display: none;
	}

	.footer_infos {
		flex-direction: column;
		align-items: stretch;
	}

	.footer_header_logo,
	.footer_header_socials {
		display: none;
	}

	.footer_header_mobile,
	.footer_toggle_hide {
		display: flex;
	}

	.footer_infos_block {
		margin-bottom: 30px;
		padding-right: 0px;
	}

	.footer_links {
		flex-direction: column;
	}

	.footer_links_terms {
		margin-top: 26px;
	}
}

@media (max-width: 479px) {
	.navbar_content_right-wrapper {
		gap: 0px;
	}

	.button.full.mobile {
		width: 100%;
	}

	.testimonial-section_slider_mask_slide_content {
		align-items: flex-start;
	}

	.testimonial-section_slider_mask_slide_content_txt-block {
		margin-left: 0px;
	}

	.footer_header {
		flex-direction: column;
	}

	.footer_header_logo {
		margin-bottom: 20px;
	}

	.footer_infos_payment_secure {
		margin-top: 20px;
	}

	.footer_links {
		align-items: stretch;
	}

	.footer_links_nav {
		flex-direction: column;
		align-items: stretch;
	}

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

	.footer_links_nav_item.terms {
		margin-bottom: 0px;
	}

	.footer_links_terms {
		align-items: center;
	}

	.page-header {
		padding-bottom: 25px;
	}

	.page-header_h1 {
		font-size: 22px;
		line-height: 28px;
	}

	#cookie-notice .row {
		flex-direction: column;
	}

	#cookie-notice .row .button {
		margin-top: 1rem;
	}
}
