@import url('https://fonts.googleapis.com/css2?family=Parisienne&family=Syncopate:wght@400&display=swap');

body {
	--thelounge-bg: #f8f0dc;
	--thelounge-text: #594836;
	--thelounge-gold: #B8955F;
	--thelounge-green: #78856A;

	--thelounge-font-script: 'Parisienne', cursive;
	--thelounge-font-heading: 'Syncopate', sans-serif;

	background: var(--thelounge-bg);
	color: var(--thelounge-text);
}

body:not(.the-lounge-bongenie-geneve) .wrap {
	position: relative;
	background-image: url('thelounge-bg-bandeau-vegetal.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 640px;
	padding-bottom: 160px;
}
body:not(.the-lounge-bongenie-geneve) footer.content-info {
	margin-top: 0;
}

.thelounge-actions {
	display: flex;
	gap: 20px;
	margin: 24px 0 32px;
	justify-content: center;
	flex-direction: row;
}

.thelounge-actions__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 160px;
	padding: 18px 28px;
	border-radius: 10px;
	background: var(--thelounge-gold);
	color: #fff;
	text-decoration: none;
	font-family: var(--thelounge-font-script);
	font-size: 30px;
	box-shadow: 0 3px 8px rgba(0,0,0,.15);
	text-align: center;
	line-height: 0.8em;
}

.thelounge-actions__button:hover {
    color: #fff;
    text-decoration: none;
    opacity: .92;
}

@media only screen and (max-width: 767px) {
	.thelounge-actions {
		gap: 10px;
	}
	.thelounge-actions__button {
		width: 100%;
		font-size: 28px;
		padding: 16px 15px;
		white-space: nowrap;
		word-spacing: -0.15em;
	}
}

.thelounge-page {
	position: relative;
	overflow: hidden;
	margin-top: -110px;
	padding-top: 0;
	padding-bottom: 0;
	/*background: var(--thelounge-bg);*/
	color: var(--thelounge-text);
}
.thelounge-page > * {
	position: relative;
	z-index: 1;
}

.thelounge-page__hero {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 640px;
	margin: 0 0 -120px;
	padding: 64px 24px 0;
	gap: 10px;
	background: url('foret-tropicale-bg.jpg') center top / cover no-repeat;
	background-attachment: fixed;
}
.thelounge-page__hero::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 420px;
	background: linear-gradient(to bottom, rgba(248, 240, 220, 0) 0%, rgba(248, 240, 220, 0.55) 42%, var(--thelounge-bg) 100%);
	pointer-events: none;
	z-index: 0;
}
.thelounge-page__hero-logo img {
	display: block;
	width: 340px;
	height: auto;
	max-width: 82vw;
}
.thelounge-page__hero-kicker {
	z-index: 1;
	margin: 0!important;
	font-family: var(--thelounge-font-script);
	font-size: 64px;
	letter-spacing: normal;
	line-height: 1;
	color: var(--thelounge-gold);
	text-align: center;
	text-rendering: optimizeLegibility;
}

.thelounge-page__intro {
	max-width: 1200px;
	margin: 0 auto 60px;
	padding: 0 20px;
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: var(--thelounge-text);
}
.thelounge-page__intro .wp-block-heading,
.thelounge-page__intro h2 {
	margin: 60px 0 15px;
	font-family: var(--thelounge-font-heading);
	font-size: 24px;
	line-height: 1.05;
	font-weight: 400;
	letter-spacing: 0;
	color: var(--thelounge-green);
	text-align: center;
}
.thelounge-page__intro p,
.thelounge-brand-card__description p {
	margin-bottom: 0.8em!important;
	max-width: 800px;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	body:not(.the-lounge-bongenie-geneve) .wrap {
		padding-bottom: 90px;
	}
	.thelounge-page__hero {
		min-height: 520px;
		padding: 38px 16px 24px;
		background-attachment: scroll;
	}
	.thelounge-page__hero::after {
		height: 256px;
	}

	.thelounge-page__hero-logo img {
		width: 256px;
	}

	.thelounge-page__hero-kicker {
		font-size: 48px;
	}

	.thelounge-page__intro {
		padding: 0 20px;
		line-height: 1.5em;
	}
	.thelounge-page__intro .wp-block-heading, .thelounge-page__intro h2 {
		font-size: 21px;
		line-height: 1.25em;
	}
}