/*
Theme Name: Qosqo
Author: Noosphere
Author URI: https://noosphere.lu/
Text Domain: qosqo
Version: 1
*/

/* IMPORT FONTS */
@font-face {
	font-family: "Avenir-Light";
	src: url("assets/fonts/Avenir-Light.ttf");
}

@font-face {
	font-family: "Avenir-Medium";
	src: url("assets/fonts/Avenir-Medium.ttf");
}

@font-face {
	font-family: "Avenir-Black";
	src: url("assets/fonts/Avenir-Black.ttf");
}

@font-face {
	font-family: "Avenir-Book";
	src: url("assets/fonts/Avenir-Book.ttf");
}

@font-face {
	font-family: "Avenir-Heavy";
	src: url("assets/fonts/Avenir-Heavy.ttf");
}

@font-face {
	font-family: "DaftBrush";
	src: url("assets/fonts/DaftBrush.otf");
}


/* VARIABLES */
:root {
	/* OFFICIAL */
	--primary: #898563;
	--secondary: #3F3C37;
	--qosqo-container-width: 1060px;
	--qosqo-container-width-small: 1000px;
	--qosqo-container-width-big: 1280px;
}

::selection {
	background: var(--primary);
	/* WebKit/Blink Browsers */
	color: #ffffff;
}

::-moz-selection {
	background: var(--primary);
	/* Gecko Browsers */
	color: #ffffff;
}

body {
	font-family: Avenir-Light;
	font-size: 16px;
	color: var(--secondary);
	letter-spacing: 0.44px;
	line-height: 24px;
}

body,
dl,
ol,
ul {
	margin: 0;
	padding: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

a,
a:hover {
	color: var(--primary);
}

/* GLOBAL */
/* Width */
.container {
	max-width: 1200px;
}

.qosqo-container {
	/* max-width: 1030px; */
	/* max-width: 1060px; */
	max-width: var(--qosqo-container-width);
}

.qosqo-container-small {
	/* max-width: 970px; */
	/* max-width: 1000px; */
	max-width: var(--qosqo-container-width-small);
}

.qosqo-container-big {
	/* max-width: 970px; */
	/* max-width: 1000px; */
	max-width: var(--qosqo-container-width-big);
}

.container.plats {
	max-width: 870px;
}

.qosqo-container a {
	margin-bottom: 2rem;
}

/* Text */
/* p {
	font-family: Avenir-Light;
	font-size: 16px;
	color: var(--secondary);
	letter-spacing: 0.44px;
	line-height: 24px;
} */
/* p margin-bottom */
p {
	margin-bottom: 30px;
}

p strong {
	font-family: Avenir-Heavy;
	color: var(--primary);
}

/* Buttons */
a,
button,
input[type="submit"] {
	transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
}

.bg-img-center {
	background-repeat: no-repeat;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.btn-qosqo {
	font-family: Avenir-Light;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	line-height: 18px;
	text-transform: uppercase;
	background: var(--primary);
	display: inline-block;
	padding: 14px 30px;
	border: 1px solid var(--primary);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.btn-qosqo.dark {
	background: var(--secondary);
}

.btn-qosqo:hover {
	text-decoration: none;
	background: #ffffff;
	color: var(--primary);
}

.page-id-520 .btn-facebook,
.page-id-520 .btn-instagram,
.page-id-14 .btn-info {
	display: block;
}

.btn-facebook,
.btn-info {
	display: none;
	margin-left: 20px;
	font-size: 20px;
	padding: 10.5px 20px 16px 20px;
}

.btn-instagram {
	display: none;
	margin-left: 5px;
	font-size: 25px;
	padding: 10.5px 15px 11px 15px;
}

.btn-reserve {
	padding: 14px 25px;
}

.btn-reserve img {
	margin-right: 15px;
}

.btn-reserve:hover img.hide-hover,
.btn-gotop:hover img.hide-hover {
	display: none !important;
}

.btn-reserve:hover img.show-hover,
.btn-gotop:hover img.show-hover {
	display: inline-block !important;
}

.btn-gotop {
	display: inline-block;
	width: 45px;
	height: 45px;
	border: 1px solid var(--primary);
	line-height: 40px;
	border-radius: 5px;
	color: var(--primary);
	text-align: center;
	background: #ffffff;
}

.btn-gotop:hover {
	color: #ffffff;
	background-color: var(--primary)
}

.btn-gotop img {
	height: 24px;
}

/* Defaults PAGE */
.default-page .qosqo-container {
	margin: 50px auto;
}

/* Headers */
.section-header {
	margin-bottom: 40px;
}

.section-header.bg-img {
	padding-top: 45px;
	padding-bottom: 30px;
	background-size: auto;
}

.section-header h1 {
	text-transform: uppercase;
	font-family: Avenir-Light;
	font-size: 32px;
	line-height: 44px;
	color: var(--primary);
	margin: 0;
}

.section-header h1 b {
	font-family: Avenir-Black;
	color: var(--secondary);
}

.section-header span {
	font-family: Avenir-Light;
	font-size: 21px;
	line-height: 29px;
	color: var(--primary);
	text-align: center;
}

h2 {
	font-family: Avenir-Light;
	font-size: 28px;
	line-height: 38px;
	color: var(--primary);
	margin-bottom: 12px;
}

h2 b {
	font-family: Avenir-Black;
	color: var(--secondary);
}

.section-header.light h1,
.section-header.light h1 b,
.section-header.light span {
	color: #ffffff;
}

.header-block {
	margin-bottom: 45px;
}

.header-block .header-title {
	/* max-width: calc(1140px / 2); width: 100%; */
	max-width: calc(var(--qosqo-container-width-small) / 2);
	width: 100%;
	padding: 0 15px;
}

.header-block .header-title .text-content {
	max-width: 410px;
	max-width: 425px;
	padding: 40px 0;
}

.header-block.half {
	background: #f3f2ef;
}

/* green text */
.header-block h1 {
	font-family: Avenir-Light;
	text-transform: uppercase;
	font-size: 48px;
	line-height: 58px;
	color: var(--primary);
}

.header-block h1 b,
.header-block h1 b {
	font-family: Avenir-Black;
	color: var(--secondary);
}

/* white text */
.header-block.white * {
	color: #ffffff;
}

/* black text */
.header-block.black * {
	color: #000000;
}

.image-header,
.header-block .bg-img-center {
	height: 400px;
}

/* WPADMINBAR */
#wpadminbar.fixed-top {
	position: fixed;
	top: 0;
}

/* MENU */
@media screen and (max-width: 1113px) {
	.btn-qosqo.btn-reserve.openReserveModal img {
		display: none !important;
	}

	.more-links.d-flex.align-items-center {
		max-width: 247px !important;
	}
}

@media screen and (max-width: 1081px) {
	/* .navbar ul.main-menu li a.nav-link {
		padding: 0 4px !important;
	} */
}

.logo img {
	height: 90px;
	height: 100px;
	width: auto;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.navbar {
	background: #ffffff !important;
	padding: 0 1rem;
	z-index: 10;
}

.navbar ul {
	list-style: none;
}

.navbar ul li {
	display: inline-block;
}

.navbar ul.main-menu li a.nav-link {
	font-family: Avenir-Light;
	font-size: 14px;
	color: var(--secondary);
	letter-spacing: 0;
	line-height: 18px;
	text-transform: uppercase;
	padding: 0 18px;
	position: relative;
}

.navbar ul.main-menu li a.nav-link.active,
.navbar ul.main-menu li a.nav-link:hover {
	color: var(--primary);
}

.navbar ul.main-menu li a.nav-link::after {
	transition: 0.2s ease-in-out;
	content: '';
	position: absolute;
	bottom: -8px;
	left: calc(50% - 10px);
	height: 4px;
	width: 20px;
	background-size: contain;
	opacity: 0;
}

.navbar ul.main-menu li a.nav-link.active::after,
.navbar ul.main-menu li a.nav-link:hover::after {
	opacity: 1;
}

.navbar ul li a {
	padding: 0;
}

/* more-links */
.more-links ul li a {
	color: var(--primary);
}

.more-links ul li a:hover {
	text-decoration: none;
}

/* social-links */
.more-links ul.social-links li a {
	margin: 0 15px;
	color: var(--primary);
}

.more-links ul.social-links li:last-of-type a {
	margin-right: 0;
}

.more-links ul.lang-switcher li a {
	font-family: Avenir-Light;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 18px;
}

.more-links ul.lang-switcher li:first-of-type a {
	margin-right: 15px;
}

.more-links ul.lang-switcher li a.current {
	font-family: Avenir-Heavy;
}

.more-links .btn-reserve {
	margin: 0 12px;
}

.navbar-light .navbar-toggler {
	border-color: var(--primary);
	color: var(--primary);
	padding: 8px;
}

/* MENU STICKY */
body.admin-bar nav.fixed-top {
	margin-top: 32px;
}

#page {
	margin-top: 100px;
}

#page.small-header nav.navbar {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}

#page.small-header .logo img {
	height: 60px;
}

@media screen and (max-width: 782px) {
	body.admin-bar nav.fixed-top {
		margin-top: 46px;
	}

	#page {
		margin-top: 100px;
	}

	#page.small-header .logo .desktop img {
		height: 60px;
	}
}

/* SLIDERS */
.owl-carousel {
	display: block;
}

/* fullwidth-slider */
.fullwidth-slider {
	min-height: 700px;
	max-height: 700px;
	overflow: hidden;
}

.owl-carousel .slide-item {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.fullwidth-slider .slide-item {
	width: 100%;
	height: 700px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* plats-slider */
.gallery-slider {
	margin-bottom: 40px;
	height: 400px;
	overflow: hidden;
}

.gallery-slider .owl-item {
	overflow: hidden;
	transition: 0.5s ease-in-out;
}

.gallery-slider .slide-item,
.qosqo-slideshow-mobile .slide-item {
	height: 400px;
	margin-right: 1px;

	transition: 1s ease-in-out;
}

.gallery-slider .slide-item:hover {
	transform: scale(1.05);
}

.owl-nav button {
	position: absolute;
	top: 50%;
	color: #ffffff !important;
	font-size: 20px !important;
	/*line-height: 20px !important;*/
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
}

.owl-nav button:focus,
.owl-dots button:focus,
.btn-gotop:focus,
.navbar-toggler:focus {
	outline: none;
}

.btn-info:focus {
	box-shadow: none
}

.owl-nav button.owl-prev {
	left: 10px;
}

.owl-nav button.owl-next {
	right: 10px;
}

.owl-dots {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
}

.owl-dots .owl-dot span {
	border: 1px solid #ffffff;
	border-radius: 50%;
	width: 7px;
	height: 7px;
	margin: 0px 3px;
	background: transparent;
	display: block;
	border-radius: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transition: opacity .2s ease;
	-webkit-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	-ms-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
}

.owl-dots .owl-dot.active span {
	background: var(--primary);
	border-color: var(--primary);
}

.slide-caption h2 {
	font-family: Avenir-Black;
	font-size: 54px;
	color: var(--primary);
	line-height: 62px;
	max-width: 570px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.slide-caption h3 {
	font-family: DaftBrush;
	font-size: 28px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 36px;
	margin-bottom: 25px;
}

/* QOSQO-SLIDESHOW */
.qosqo-slideshow {
	position: relative;
	width: 850px;
	height: 520px;
	/* background: rgb(206, 206, 206); */
}

.qosqo-slideshow .overlay {
	position: absolute;
	background: #F3F2EF;
	top: 38px;
	right: 85px;
	bottom: 26px;
	left: 68px;
	z-index: 0;
}

.qosqo-slideshow .slide-item {
	overflow: hidden;
	transition: 0.5s ease-in-out;
}

.qosqo-slideshow .slide-item:hover .bg-img {
	transform: scale(1.05);
}

.qosqo-slideshow .bg-img {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	width: 0%;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	opacity: 0;
	position: absolute;
	transition: transform 1s ease-in-out;
}

.qosqo-slideshow .bg-img.active {
	opacity: 1;
}

.qosqo-slideshow .bg-img.active.prev {
	left: 0;
	width: 100%;
	opacity: 1;
}

.qosqo-slideshow .bg-img.active.next {
	right: 0;
	width: 100%;
	opacity: 1;
}

/* qosqo slideshow mobile */
.qosqo-slideshow-mobile {
	height: 300px;
	margin-bottom: 50px;
	overflow: hidden;
}

.qosqo-slideshow-mobile .owl-nav button {
	top: inherit;
	transform: inherit;
	color: var(--primary) !important;
}

/* .qosqo-slideshow-mobile.owl-loaded a.slide-item {
	display: block !important;
} */


/*  */
.qosqo-slideshow .slide1 {
	position: absolute;
	top: 0;
	left: 0;
	height: 356px;
	width: 529px;
	background: var(--primary);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.qosqo-slideshow .slide2 {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 282px;
	width: 422px;
	background: var(--secondary);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.qosqo-slideshow .slide-nav {
	display: inline-block;
	position: absolute;
	bottom: 125px;
	left: 360px;
	height: 21px;
}

.slide-btn {
	display: inline-block;
	line-height: 1px;
	cursor: pointer;
}

.slide-prev {
	float: left;
	padding: 4px;
}

.slide-next {
	float: right;
	padding: 4px;
}

.nav-divider {
	display: inline-block;
	width: 2px;
	background: var(--primary);
	height: 21px;
	line-height: 21px;
	margin: 0 10px
}


/* SECTIONS */
/* idees plats */
.idees-plats {
	margin-top: 70px;
	margin-bottom: 90px;
}

/* qosqo-slideshow */
.slideshow-bg {
	margin-bottom: 70px;
	position: relative;
	background-repeat: no-repeat;
	background-position: right;
}

.slideshow-bg .bg_img {
	position: absolute;
	right: 0;
	max-height: 100%;
	height: 100%;
}

.slideshow-bg .bg_img img {
	width: auto;
	height: 100%;
}

.slideshow-bg .text-content {
	position: relative;
	/* p margin-bottom */
	/* padding-bottom: 30px; */
	padding-bottom: 5px;
	margin-bottom: 54px;
}

.slideshow-bg .text-content::after {
	content: '';
	position: absolute;
	bottom: -30px;
	bottom: 0;
	left: 0;
	height: 6px;
	width: 30px;
	background-size: contain;
}

/* text-block */
.text-block {
	margin-bottom: 0px;
}

/* text-block-bg */
.btn-container a:first-of-type {
	margin-right: 30px;
}

/* instagram */
.instagram-feed {
	background: #F3F2EF;
	padding-top: 90px;
	padding-bottom: 70px;
	margin-bottom: 45px;
}

.instagram-feed .button-container {
	margin-top: 40px;
}

.instagram-feed .instagram-post {
	overflow: hidden;
	position: relative;
	display: block;
	height: 100%;
}

.instagram-feed .instagram-post .image {
	transition: 1s ease-in-out;
}

.instagram-feed .instagram-post:hover .image {
	transform: scale(1.05);
}

.instagram-post .hover-overlay {
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
	transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
}

.instagram-post:hover .hover-overlay {
	background: rgba(0, 0, 0, 0.25);
	opacity: 1;
}

.instagram-post .heart-icon {
	color: #ffffff;
	font-size: 20px;
	margin-right: 10px;
}

.instagram-post .likes-count {
	font-family: Avenir-Black;
	font-size: 28px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	line-height: 60px;
}

/* reserver */
.reserver {
	background: var(--primary);
	padding: 20px 0 50px;
}

.reserver .section-header.bg-img {
	margin: 0;
	padding-bottom: 35px;
	padding-top: 50px;
}


/* MAP */
#map {
	height: 550px;
}

.gm-style .gm-style-iw-t::after {
	background: var(--secondary) !important;
	top: -228px !important;
	transform: translate(-50%, -50%) rotate(135deg) !important;
}

.gm-style-iw.gm-style-iw-c {
	background: var(--secondary) !important;
	padding: 40px 35px !important;
	color: #ffffff !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	width: 320px;
}

.gm-style-iw.gm-style-iw-c * {
	overflow: inherit !important;
}

.gm-style-iw.gm-style-iw-c button.gm-ui-hover-effect {
	top: 0 !important;
	right: 0 !important;
	height: 35px !important;
	width: 35px !important;
}

.gm-style-iw.gm-style-iw-c button.gm-ui-hover-effect img {
	display: none !important;
}

.infowindow-map .title {
	font-family: Avenir-Book;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0.44px;
	line-height: 24px;
}

.infowindow-map .addresse {
	font-family: Avenir-Black;
	font-size: 16px;
	color: var(--primary);
	letter-spacing: 0.44px;
	line-height: 24px;
	margin-bottom: 25px;
}


/* Footer */
footer {
	background: var(--secondary);
	padding: 80px 0 30px;
	color: #ffffff;
}

footer .widget-area {
	margin-bottom: 60px;
}

footer .widget_media_image img {
	max-height: 205px;
	width: auto;
}

footer .widget-column {
	position: relative;
}

footer .widget-column,
footer .widget-title {
	font-family: Avenir-Book;
	font-size: 18px;
	letter-spacing: 0.5px;
	line-height: 26px;
	color: var(--primary);
}

footer .widget-title {
	color: #FFFFFF;
	margin-bottom: 25px;
}

footer .widget-column a {
	color: var(--primary);
}

footer .widget-column .textwidget a {
	font-family: Avenir-Black;
}

footer .footer-widget-3::after {
	content: '';
	position: absolute;
	bottom: -30px;
	left: 0;
	height: 6px;
	width: 30px;
	background-size: contain;
}

@media (min-width: 992px) {

	.offset-lg-1 {
		margin-left: 0;
	}

	footer .footer-widget-3 {
		width: 140%;
	}
}

footer .social {
	color: #FFFFFF;
}

footer .social a {
	margin: 0 7px 0 15px;
	color: var(--primary);
}

footer .social a:hover {
	color: #ffffff;
}

footer .contact span {
	font-family: Avenir-Light;
}

footer .contact a:hover {
	color: #FFFFFF;
	text-decoration: inherit;
}

.footer-newsletter-form {
	margin-bottom: 60px;
}

.footer-newsletter-form .submit-container {
	margin-top: 30px;
}

/* site-info bar */
footer .site-info {
	font-family: Avenir-Light;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}

footer .site-info a {
	color: #FFFFFF;
}

footer .site-info strong {
	font-family: Avenir-Heavy;
}

footer .site-info .legal-links a:hover {
	text-decoration: underline
}

footer .site-info .legal-links ul {
	list-style: none;
}

footer .site-info .legal-links ul li {
	display: inline-block;
}

footer .site-info .legal-links ul li a {
	margin: 0 10px;
	position: relative;
}

footer .site-info .legal-links ul li:not(:last-child) a::after {
	content: '|';
	position: absolute;
	right: -13px;
}

footer .site-info .legal-links ul li:first-child a {
	margin-left: 0;
}

footer .site-info .legal-links ul li:last-child a {
	margin-right: 0;
}

footer .designedBy img {
	margin-right: 13px;
	height: 14px;
}

footer a.designedBy:hover {
	text-decoration: none;
}

footer .designedBy b {
	font-family: Avenir-Heavy;
}



/* Forms */
form.qosqo-form {
	margin-bottom: 80px;
}

form .form-group {
	margin-bottom: 45px;
}

form input::placeholder {
	color: var(--primary);
}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea,
form input[type="text"] {
	font-family: Avenir-Book;
	font-size: 18px;
	color: var(--primary);
	letter-spacing: 0.5px;
	line-height: 28px;
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--primary);
	padding-bottom: 5px;
	width: 100%;
}

form input:focus,
form textarea:focus,
form button:focus {
	outline: none;
}

form .missing {
	border-color: #ff0000 !important;
	border-width: 2px;
}

form .missing::placeholder {
	color: #ff0000 !important;
}

.gdpr label {
	font-family: Avenir-Book;
	font-size: 16px;
	letter-spacing: 0.25px;
	line-height: 26px;
}

.gdpr label {
	font-family: Avenir-Book;
	font-size: 16px;
	letter-spacing: 0.25px;
	line-height: 26px;
}

.gdpr label a {
	font-family: Avenir-Light;
	text-decoration: underline;
}

.form-footer {
	width: 100%;
}


/* PAGE NEWSLETTER*/
/* Custom checkbox */
/* Hide the browser's default checkbox */
.gdpr-label {
	display: block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.gdpr-label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 20px;
	width: 20px;
}

/* Create a custom checkbox */
.checkmark {
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	min-height: 20px;
	min-width: 20px;
	background-color: #ffffff;
	border: 1px solid var(--primary);
	margin-right: 10px;
}

/* On mouse-over, add a grey background color */
.gdpr-label:hover .checkmark {
	background-color: rgb(137, 133, 99, 0.25);
}

/* When the checkbox is checked, add a blue background */
.gdpr-label input:checked~.checkmark {
	background-color: #ffffff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.gdpr-label input:checked~.checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.gdpr-label .checkmark::after {
	left: 6px;
	top: 3px;
	width: 6px;
	height: 10px;
	border: solid var(--primary);
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* PAGE CARTE */
.carte-categories {
	background: #f3f2ef;
	margin-bottom: 40px;
}

.carte-categories ul {
	list-style: none;
	text-align: center;

	/* overflow: auto;
	max-width: 100%;
	white-space: nowrap; */
}

.carte-categories ul li {
	display: inline-block;
}

.carte-categories ul li a {
	position: relative;
	font-family: Avenir-Book;
	font-size: 13px;
	color: var(--secondary);
	text-transform: uppercase;
	letter-spacing: 0;
	line-height: 18px;
	display: inline-block;
	padding: 30px 16px;
}

.carte-categories ul li a:hover {
	color: var(--primary);
	text-decoration: none;
}

.carte-categories ul li a.current {
	font-family: Avenir-Black;
	color: var(--primary);
}

.carte-categories ul li a::after {
	transition: 0.2s ease-in-out;
	content: '';
	position: absolute;
	bottom: 22px;
	left: calc(50% - 10px);
	height: 4px;
	width: 20px;
	background-size: contain;
	opacity: 0;
}

.carte-categories ul li a:hover::after,
.carte-categories ul li a.current::after {
	opacity: 1;
}

.plats {
	margin-bottom: 40px;
}

.plats h5 {
	display: block;
	font-family: Avenir-Black;
	font-size: 18px;
	color: var(--primary);
	letter-spacing: 0.5px;
	line-height: 28px;
}

.carte-title {
	background-size: contain;
	margin: 40px 0;
	position: relative;
	overflow: hidden;
}

.carte-title h2 {
	position: relative;
	/* display: inline-block; */
	font-family: Avenir-Black;
	font-size: 28px;
	line-height: 38px;
	text-transform: uppercase;
	color: var(--primary);
	text-align: center;
	margin: 0;
	background-size: contain;
	padding: 41px 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	min-width: 120px;
}

.carte-title::before {
	content: '';
	display: inline-block;
	background: var(--primary);
	background: #D2CFBD;
	height: 1px;
	width: 100%;
	position: absolute;
	top: 49%;
	left: 0;
	right: 0;
}

.title-holder {
	position: relative;
	display: inline-block;
	background: #FFFFFF;
	padding: 0 5px;
}

/* plat item */
.plat-item {
	margin-bottom: 50px;
}

.plat-item .plat-header {
	margin-bottom: 25px;
}

.plat-item h4 {
	font-family: Avenir-Black;
	font-size: 18px;
	color: var(--secondary);
	letter-spacing: 0.5px;
	line-height: 18px;
	text-transform: uppercase;
	margin: 0;
}

.plat-item .plat-subtitle {
	font-family: DaftBrush;
	color: var(--primary);
}

.plat-item .description {
	font-family: Avenir-Light;
	font-size: 14px;
	color: var(--primary);
	letter-spacing: 0.5px;
	line-height: 18px;
	padding-left: 20px;
	border-left: 1px solid var(--primary);
	margin-bottom: 25px;
}

.plat-item .label .allergene:not(:last-of-type) {
	margin-right: 15px;
	padding-right: 15px;
}

.plat-item .label .allergene {
	position: relative;
	display: inline-block;
	line-height: 27px;
}

.plat-item .label .allergene:not(:last-of-type)::after {
	content: '-';
	color: var(--primary);
	position: absolute;
	right: -5px;
	top: 0px;
	font-size: 23px;
	line-height: 25px;
}

.plat-item .label img {
	position: relative;
	height: auto;
	width: auto;
	max-height: 27px;
	max-width: 27px;
	cursor: pointer;
}

.price-holder {
	text-align: right;
	font-family: Avenir-Black;
	font-size: 16px;
	color: var(--primary);
	letter-spacing: 0.44px;
	line-height: 24px;
}

.carte-footer {
	padding-top: 15px;
	margin-bottom: 50px;
}

.carte-footer figure img {
	height: 50px;
	padding: 0 30px;
}

.carte-footer figure {
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-align: center;
}

.carte-footer figure:before,
.carte-footer figure:after {
	position: absolute;
	top: 51%;
	overflow: hidden;
	width: 50%;
	height: 1px;
	content: '';
	background-color: #D2CFBD;
}

.carte-footer figure:before {
	margin-left: -50%;
	text-align: right;
}

.pdf-wrapper {
	padding: 5px 0 35px 0
}

.pdf-wrapper h5 {
	margin-bottom: 15px;
}

.allergenes-wrapper {
	padding: 40px 0;
}

.allergenes-wrapper h5 {
	margin-bottom: 30px;
}

.allergenes-wrapper .allergene {
	width: calc(100% / 7);
	margin-bottom: 15px;
}

.allergenes-wrapper .allergene figure {
	/* height: 40px; */
	height: 30px;
	margin-bottom: 0.7rem;
}

.allergenes-wrapper .allergene img {
	height: auto;
	width: auto;
	/* max-height: 40px;
	max-width: 40px; */
	max-height: 30px;
	max-width: 30px;
}

.allergenes-wrapper .allergene-name {
	font-family: Avenir-Light;
	font-size: 14px;
	color: var(--primary);
	letter-spacing: 0;
	text-align: center;
	line-height: 18px;
	width: 80px;
	display: inline-block;
	/* height: 40px; */
}

.goTop-wrapper {
	padding-top: 20px;
}

/* Page Restaurants */
.text-block-bg {
	position: relative;
}

img.skull-right {
	position: absolute;
	right: 0;
	top: 0;
}

.text-image {
	position: relative;
	margin-bottom: -80px;
	z-index: 2;
}

.text-image .image-container figure {
	margin-left: -150px;
}

.text-image .text-container {
	padding: 20px 0;
}

.text-image .text-container h1 {
	font-family: Avenir-Light;
	text-transform: uppercase;
	font-size: 48px;
	line-height: 58px;
	color: var(--primary);
}

.text-image .text-container h1 b {
	font-family: Avenir-Black;
	color: var(--secondary);
}

/* temporaire ville */
/* .restaurant-item:not(:last-of-type) { */
.restaurant-item {
	margin-bottom: 80px;
}

.restaurant-item .actual-image {
	position: relative;
}

.restaurant-item .actual-image .restaurant-info {
	background: #ffffff;
	position: absolute;
	top: 0;
	z-index: 1;
}

.restaurant-item .actual-image .restaurant-info.custom-width {
	width: 485px;
}

.restaurant-item:nth-child(odd) .actual-image .restaurant-info {
	left: 0;
}

.restaurant-item:nth-child(even) .actual-image .restaurant-info {
	right: 0;
}

.restaurant-item .actual-image .restaurant-info .text-content {
	padding-top: 80px;
}

.restaurant-item:nth-child(odd) .actual-image .restaurant-info .text-content {
	padding-right: 100px;
}

.restaurant-item:nth-child(even) .actual-image .restaurant-info .text-content {
	padding-left: 100px;
}

.slick-custom-nav {
	display: inline-block;
	position: absolute;
	bottom: 0;
	background: #F3F2EF;
	width: 80px;
	text-align: center;
}

.restaurant-item:nth-child(odd) .slick-custom-nav {
	left: 0;
}

.restaurant-item:nth-child(even) .slick-custom-nav {
	right: 0;
}

.slick-custom-nav button {
	background: transparent !important;
	border: 0 !important;
	line-height: 50px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
}

.slick-custom-nav button:focus {
	outline: 0;
}

.slick-custom-nav button.prev:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 20px;
	background: var(--primary);
	position: absolute;
	right: -3px;
	top: 50%;
	transform: translateY(-50%);
}

.restaurant-item .slider-for .slide-item {
	height: 780px;
	/* padding-bottom: 11%; */
	margin-bottom: 1px;
}

.restaurant-item .slider-nav .slide-item {
	height: 230px;
	/* padding-bottom: 3.85%; */
	margin-right: 1px;
	cursor: pointer;
	transition: 0.3s ease-in-out;
}

.restaurant-item .slider-nav .slide-item:hover {
	filter: brightness(115%);
}


/* Page actualite */
.actualites .posts {
	margin-top: 70px;
	margin-bottom: 70px;
}

.actualites article:not(:last-of-type) {
	margin-bottom: 50px;
}

.actualites .actualite-image {
	padding-bottom: 56.25%;
	height: 0px;
	position: relative;
}

.actualites-pagination {
	margin-top: 50px;
}

/* Single Acuatlite */
.single-actualite article {
	padding-top: 70px;
	padding-bottom: 70px;
}

.single-actualite .article-title {
	max-width: 900px;
	margin: 0 auto;
	padding-bottom: 50px;
}

.single-actualite .article-title h1 {
	font-family: Avenir-Heavy;
	font-size: 36px;
	line-height: 44px;
	text-transform: uppercase;
}

.article-date {
	display: inline-block;
	padding: 10px 20px;
	font-size: 13px;
	letter-spacing: 1.5px;
	background-color: var(--primary);
	color: #ffffff;
}

.single-actualite .article-content {
	/* p margin-bottom */
	/* padding-bottom: 25px; */
	padding-bottom: 5px;
	margin-bottom: 30px;
	border-bottom: 1px solid #D2CFBD;

}

.single-actualite .article-content ul {
	list-style: none;
}

.single-actualite .article-content li {
	position: relative;
	padding-left: 15px;
}

.single-actualite .article-content li:before {
	position: absolute;
	top: 10px;
	left: 0;
	content: '';
	display: inline-block;
	width: 8px;
	height: 1px;
	background: var(--primary);
}

.single-actualite .share-article a {
	font-size: 20px;
	line-height: 28px;
	margin: 0 5px;
}

.single-actualite .article-nav {
	margin-top: 30px;
}

/* PAGE 404 */
.error-404 {
	margin-top: 70px;
	margin-bottom: 70px;
	text-align: center;
	text-transform: uppercase;
}

.text404 {
	font-family: Avenir-Black;
	font-size: 7rem;
	line-height: 1.1;
	color: var(--primary);
	display: block;
}

.btn404 i {
	margin-right: 15px;
}


/* RESERVER MODAL */
.reserverModal .modal-dialog {
	/* temporaire - resto ville */
	/* max-width: 680px; */
	width: auto;
}

.reserverModal:not(.single-resto) .modal-dialog {
	/* temporaire - resto ville */
	max-width: 680px !important;
	width: auto;
}

.reserverModal .modal-content {
	background: var(--secondary);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	border: 0;
}

.reserverModal .modal-header {
	border: 0;
}

.reserverModal .modal-header .close {
	background: var(--primary);
	opacity: 1 !important;
	border-radius: 0 10px 0 0;
	color: var(--secondary);
	text-shadow: inherit !important;
	height: 50px;
	width: 50px;
	padding: 0;
	font-family: Avenir-Heavy;
	font-size: 30px;
}

.reserverModal .modal-header .close:hover {
	opacity: 0.8 !important;
}

.reserverModal .half-skull {
	position: absolute;
	right: 0;
	bottom: 60px;
}

.reserverModal .modal-body {
	padding: 10px 35px 60px;
}

.reserverModal .modal-body h1 {
	color: var(--primary);
}

.reserverModal .modal-body h1 b {
	color: #FFFFFF;
}

.reserverModal .modal-body .container .row {
	margin: auto;
}

.reserverModal .modal-body .restaurant-info {
	position: relative;
	padding-top: 20px;
	padding-bottom: 35px;
	margin-bottom: 35px;
}

.reserverModal .modal-body .restaurant {
	width: 45%;
	padding-bottom: 10px;
}

.reserverModal .modal-body .restaurant:first-of-type {
	border-right: 1px solid var(--primary);
	padding-right: 30px;
}

.reserverModal .modal-body .restaurant-info::after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	height: 6px;
	width: 30px;
	background-size: contain;
}

.reserverModal .modal-body .restaurant-info span,
.reserverModal .modal-body span.phone {
	display: block;
	font-family: Avenir-Book;
	font-size: 18px;
	letter-spacing: 0.5px;
	line-height: 28px;
	color: var(--primary);
}

.reserverModal .modal-body span.restaurant-addresse {
	font-family: Avenir-Black;
}

.reserverModal .modal-body span.restaurant-horaire {
	font-family: Avenir-Book;
	color: #FFFFFF;
}

p.restaurant-horaire {
	margin-top: 30px;
}

.reserverModal .modal-body .restaurant-info span.restaurant-title,
.reserverModal .modal-body span.phone {
	color: #FFFFFF;
}

.reserverModal .modal-body span.horaire {
	margin-bottom: 5px;
	display: block;
	font-family: Avenir-Black;
	font-size: 18px;
	letter-spacing: 0.5px;
	line-height: 28px;
	color: var(--primary);
}

.reserverModal a.btn-qosqo {
	margin-top: 20px;
	margin-bottom: 20px;
}



/* GDPR */
#moove_gdpr_cookie_info_bar {
	background-color: var(--primary) !important;
	color: #ffffff !important;
	border: 0 !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice p {
	font-family: Avenir-Light !important;
	font-size: 16px !important;
	letter-spacing: 0.44px !important;
	line-height: 24px !important;
}

.moove-gdpr-button-holder .mgbutton {
	font-family: Avenir-Light !important;
	font-size: 14px !important;
	background-color: #FFFFFF !important;
	letter-spacing: 0 !important;
	text-align: center !important;
	line-height: 18px !important;
	text-transform: uppercase !important;
	color: var(--primary) !important;
	display: inline-block !important;
	padding: 10px 20px !important;
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-ms-border-radius: 5px !important;
	-o-border-radius: 5px !important;
	border: 1px solid var(--primary) !important;
}

.moove-gdpr-button-holder .mgbutton:hover {
	text-decoration: none !important;
	background: #ffffff !important;
	color: var(--primary) !important;
	border: 1px solid #ffffff !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice span.change-settings-button:hover {
	color: #ffffff !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon {
	background-color: var(--primary) !important;
	border-color: var(--primary) !important;
}



/* MEDIA BREAKPOINTS */
@media only screen and (max-width: 1440px) {

	/* Menu */
	/* .logo img {
		max-height: 90px;
	} */
	.navbar ul.main-menu li a.nav-link {
		/* padding: 0 10px; */
	}

	.navbar .btn-reserve {
		padding: 14px 15px;
	}

	/* Slider */
	.full-slider .container {
		padding: 0 45px;
	}
}

@media only screen and (max-width: 1200px) {

	.navbar ul.main-menu li a.nav-link {
		padding: 0 15px;
	}
}

@media only screen and (max-width: 1170px) {

	.navbar ul.main-menu li a.nav-link {
		padding: 0 13px;
	}
}

@media only screen and (max-width: 1145px) {

	.navbar ul.main-menu li a.nav-link {
		padding: 0 10px;
	}
}

@media only screen and (max-width: 1052px) {

	.navbar ul.main-menu li a.nav-link {
		padding: 0 7px;
	}
}

@media only screen and (max-width: 1025px) {

	.navbar ul.main-menu li a.nav-link {
		padding: 0 5px;
	}
}

@media only screen and (max-width: 1002px) {

	.navbar ul.main-menu li a.nav-link {
		padding: 0 4px;
	}
}

@media only screen and (max-width: 1170px) {
	.container.categories {
		max-width: 100%;
		padding: 0;
	}

	.carte-categories ul li a {
		padding: 30px 11px;
	}
}

@media only screen and (max-width: 1024px) {
	/* Menu */
	/* .logo .desktop {
		display: none !important;
	}
	.logo .mobile {
		display: block !important;
		padding: 5px 0;
	}
	.logo .mobile img {
		height: 80px;
	} */
	/* .logo .desktop img {
		height: 60px;
	} */
	/* .btn-reserve img {
		margin: 0;
	}
	.more-links .btn-reserve {
		margin: 0 15px;
	}
	.more-links li a {
		margin: 0 15px !important;
	} */

	/* Header */
	.image-header {
		height: auto;
		min-height: 150px;
		padding-bottom: 39%;
	}

	/* Slider */
	.fullwidth-slider {
		min-height: 500px;
		max-height: 500px;

	}

	.fullwidth-slider .slide-item {
		height: 500px;
	}

	.full-slider .slide-caption h2 {
		font-size: 40px;
		line-height: 50px;
	}
}

@media only screen and (max-width: 991px) {

	/* Menu */
	.logo {
		order: 0;
	}

	.more-links {
		order: 1;
	}

	.navbar-toggler {
		order: 2;
	}

	.navbar-collapse {
		order: 3;
	}

	.navbar ul.main-menu li a.nav-link::after {
		content: none;
	}

	.navbar ul.main-menu li {
		border-top: 1px solid #eeeeee;
	}

	.navbar ul.main-menu li a.nav-link {
		padding: 15px 0;
	}

	/* Page carte */
	.carte-categories {
		padding: 0 15px;
	}

	.carte-categories .toggle-filter {
		display: block !important;
	}

	.carte-categories .toggle-filter a {
		padding: 15px 0;
		display: block;
	}

	.carte-categories .toggle-filter a:hover {
		text-decoration: none;
	}

	.carte-categories ul {
		display: none;
	}

	.carte-categories ul li {
		display: block;
		text-align: left;
	}

	.carte-categories ul li:first-of-type {
		border-top: 1px solid rgb(137, 133, 99, 0.25);
	}

	.carte-categories ul li:not(:last-of-type) {
		border-bottom: 1px solid rgb(137, 133, 99, 0.25);
	}

	.carte-categories ul li a {
		padding: 10px 0;
	}

	.carte-categories ul li a::after {
		content: none;
	}

	/* Page Accueil */
	.slideshow-bg {
		background-size: contain;
	}

	.qosqo-slideshow {
		width: 100%;
		height: auto;
	}

	.qosqo-slideshow .slider {
		display: none;
	}

	/* qosqo slideshow mobile */
	.qosqo-slideshow .slide-nav {
		display: inline-block;
		position: absolute;
		bottom: -35px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
	}

	.qosqo-slideshow-mobile {
		display: block !important;
	}

	.qosqo-slideshow .overlay {
		position: absolute;
		background: #F3F2EF;
		top: 0;
		right: 40px;
		bottom: -50px;
		left: 40px;
		z-index: 0;
	}

	.instagram-feed div[class*=col-] {
		padding-left: 0;
		padding-right: 0;
	}


	/* Page Restaurant */
	.text-image {
		margin-bottom: 50px;
	}

	.text-image .image-container figure {
		margin: 0 auto;
		text-align: center;
	}

	.text-image .image-container figure img {
		width: 100%;
		height: auto;
	}

	.restaurant-item {
		margin: 0 auto !important;
		margin-bottom: 50px !important;
	}

	.restaurant-item .actual-image .restaurant-info {
		position: relative;
		margin: 0 auto;
	}

	.restaurant-item .actual-image .restaurant-info.custom-width {
		width: 100%;
		padding: 0 15px;
	}

	.restaurant-item .actual-image .restaurant-info .text-content {
		padding: 0;
		/* margin-bottom: 30px; */
		padding-bottom: 30px !important;
	}

	.restaurant-item:nth-child(odd) .actual-image .restaurant-info .text-content,
	.restaurant-item:nth-child(even) .actual-image .restaurant-info .text-content {
		padding: 0;
	}

	.restaurant-item .slider-for .slide-item {
		height: 550px;
	}

	.restaurant-item .slider-nav .slide-item {
		height: 150px;
	}


	/* Footer */
	footer {
		padding-top: 50px;
	}

	footer .widget-column {
		margin-bottom: 25px;
	}

	footer .widget_media_image {
		text-align: center;
	}

	footer .widget-title {
		margin-bottom: 15px;
	}

	.footer-newsletter-form {
		margin-bottom: 20px;
	}

	.site-info .row {
		display: block;
		text-align: center;
	}

	.site-info .designedBy {
		display: block;
		margin-bottom: 10px;
	}

	.site-info .copyright {
		display: block;
		margin-top: 10px;
	}

	/* 404 */
	.text404 {
		font-family: Avenir-Black;
		font-size: 4rem;
		line-height: 1.1;
		color: var(--primary);
		display: block;
	}


	/* Margins / Paddings */
	.idees-plats,
	.actualites .posts,
	.error-404 {
		margin-top: 55px;
		margin-bottom: 55px;
	}

	.slideshow-bg,
	.text-block,
	form.qosqo-form {
		margin-bottom: 55px;
	}

	.text-block.text-block-bg {
		margin-bottom: 0px;
	}

	.instagram-feed,
	.single-actualite article {
		padding-top: 55px;
		padding-bottom: 55px;
	}

	.carte-categories {
		margin-bottom: 10px;
	}

	.plat-item:last-of-type {
		margin-bottom: 30px;
	}

	.pdf-wrapper {
		padding: 15px 0;
	}

}

@media only screen and (max-width: 768px) {

	/* Slider */
	.fullwidth-slider,
	.fullwidth-slider .slide-item {
		min-height: 425px;
		height: 425px;
		max-height: 240px;
	}

	.full-slider .slide-caption h3 {
		margin-bottom: 15px;
	}

	.full-slider .slide-caption h2 {
		font-size: 34px;
		line-height: 40px;
		max-width: 450px;
	}

	/* gallery-slider */
	.gallery-slider,
	.gallery-slider .slide-item,
	.qosqo-slideshow-mobile .slide-item {
		height: 300px;
	}

	/* Page Accueil */
	.slideshow-bg {
		background-size: 33%;
	}

	/* Page Carte */
	.plat-item h4 {
		line-height: 20px;
	}

	.allergenes-wrapper .allergene {
		width: calc(100% / 5);
	}

	/* Page Contact & Newsletter & Restaurant */
	.header-block h1,
	.text-image .text-container h1 {
		font-size: 38px;
		line-height: 48px;
	}

	/* Page actualités */
	.posts .actualite-image {
		margin-bottom: 20px;
	}

	/* Single actualite */
	.single-actualite .article-title {
		padding-bottom: 25px;
	}

	.single-actualite .article-date {
		margin-bottom: 20px;
	}

	/* Reserver-Modal */
	.reserverModal .half-skull {
		bottom: 25px;
	}

	.reserverModal .btn-reserve img {
		margin-right: 7px;
	}

	.reserverModal .modal-body {
		padding: 10px 10px 25px;
	}

	.reserverModal .modal-body .restaurant {
		/* border: 0; */
		width: 45%;
		padding-right: 0;
		padding: 0 15px 10px;
	}

	.reserverModal .modal-body .restaurant.kirchberg {
		width: 55%;
	}

	/* Page Restaurant */
	.restaurant-item .slider-for .slide-item {
		height: 450px;
	}

	.restaurant-item .slider-nav .slide-item {
		height: 150px;
	}

	/* Footer */
	footer,
	footer form input::placeholder {
		text-align: center;
		color: var(--primary);
	}

	footer .footer-widget-3::after {
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
	}

}

@media only screen and (max-width: 700px) {

	/* Menu */
	.navbar .btn-reserve {
		background: inherit;
		padding: 0;
		border: 0;
	}

	.navbar .btn-reserve span,
	.navbar .btn-reserve .hide-hover {
		display: none !important;
	}

	.btn-qosqo.btn-reserve.openReserveModal img {
		display: initial !important;
	}

	.navbar .btn-reserve .show-hover {
		display: block !important;
	}
}

@media only screen and (max-width: 600px) {

	/* Page Carte */
	.allergenes-wrapper .allergene {
		width: calc(100% / 4);
	}

	/* Reserver Modal */
	.reserverModal .modal-body {
		padding: 25px 15px;
	}

	.reserverModal .modal-body .restaurant {
		width: 100% !important;
		padding: 0;
		padding: 0 10px 10px !important;
	}

	.reserverModal .modal-body .restaurant:first-of-type {
		padding-bottom: 25px !important;
		border: 0;
		border-bottom: 1px solid var(--primary);
	}

	.reserverModal .modal-body .container {
		z-index: 2;
		max-height: 400px;
		overflow-y: overlay;
		text-align: center;
	}

	.reserverModal .modal-body .restaurant-info {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.reserverModal .modal-body .restaurant-info::after {
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
	}
}

@media only screen and (max-width: 575px) {
	.header-block .row {
		flex-direction: column-reverse !important;
		-ms-flex-direction: column-reverse !important;
	}

	.header-block .bg-img-center {
		height: auto;
		min-height: 150px;
		padding-bottom: 39%;
	}

	/* Single actualite */
	.single-actualite .article-title h1 {
		font-size: 30px;
		line-height: 36px;
	}

	.single-actualite .article-nav .text-right {
		text-align: left !important;
	}

	.single-actualite .article-nav .text-left {
		text-align: right !important;
	}

	.single-actualite .article-nav span {
		display: none;
	}
}

@media only screen and (max-width: 500px) {

	/* Menu */
	.more-links {
		display: none !important;
		padding: 15px 0;
		margin: 0 auto;
	}

	.navbar.collapsed .more-links {
		display: flex !important;
		display: -ms-flexbox !important;
	}

	.navbar-collapse {
		order: 2;
	}

	.more-links {
		order: 3;
	}

	.navbar ul.main-menu li:last-of-type {
		border-bottom: 1px solid #eeeeee;
	}

	/* Buttons */
	.btn-qosqo {
		/* padding: 14px 20px; */
		margin: 0 auto;
		margin-top: 5px;
	}

	.btn-lounge {
		text-align: center;
		margin: 10px auto;
		margin-bottom: -20px;
	}

	.btn-facebook,
	.btn-instagram {
		margin: 3px auto;
	}

	.description p {
		margin-bottom: 0px;
	}

	.btn-instagram {
		margin-left: 3px;
	}

	/* Slider */
	.full-slider .slide-caption h3 {
		font-size: 24px;
		line-height: 30px;
	}

	.full-slider .slide-caption h2 {
		font-size: 26px;
		line-height: 32px;
	}

	/* Page Restaurant */
	.restaurant-item .slider-for .slide-item {
		height: 350px;
	}

	.restaurant-item .slider-nav .slide-item {
		height: 125px;
	}

	/* Footer */
	.section-header h1 {
		font-size: 28px;
		line-height: 36px;
	}
}

@media only screen and (max-width: 400px) {

	/* Page Carte */
	.allergenes-wrapper .allergene {
		width: calc(100% / 3);
	}

	/* Page Restaurant */
	.restaurant-item .slider-for .slide-item {
		height: 300px;
	}

	.restaurant-item .slider-nav .slide-item {
		height: 125px;
	}
}








/* TEMPORAIRE - ENLEVER QoSQo Ville */
.reserverModal .modal-dialog {
	text-align: center;
}

.reserverModal .restaurant2 {
	margin: 0 auto;
}

.reserverModal .modal-body .restaurant-info::after {
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

/* language */
/* .lang-switcher {
	display: none !important;
} */