@font-face {
	font-family: "Abel";
	src: url("../fonts/abel-400.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "Oswald";
	src: url("../fonts/oswald-400.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "Oswald";
	src: url("../fonts/oswald-500.ttf") format("truetype");
	font-style: normal;
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: "Oswald";
	src: url("../fonts/oswald-600.ttf") format("truetype");
	font-style: normal;
	font-weight: 600;
	font-display: swap;
}

@font-face {
	font-family: "Oswald";
	src: url("../fonts/oswald-700.ttf") format("truetype");
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/montserrat-400.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/montserrat-500.ttf") format("truetype");
	font-style: normal;
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/montserrat-600.ttf") format("truetype");
	font-style: normal;
	font-weight: 600;
	font-display: swap;
}

:root {
	--bleul-blue: #203154;
	--bleul-dark: #071f28;
	--bleul-green: #6bae37;
	--bleul-sky: #4a96bc;
	--bleul-light: #e5e4e4;
	--bleul-danger: #b43333;
	--bleul-header-offset: 110px;
}

html {
	scroll-behavior: smooth;
}

body {
	background: #ffffff;
	color: var(--bleul-dark);
}

.skip-link {
	position: absolute;
	top: -100px;
	left: 16px;
	z-index: 10001;
	padding: 0.8rem 1rem;
	background: var(--bleul-blue);
	color: #ffffff;
	text-decoration: none;
	border-radius: 10px;
}

.skip-link:focus {
	top: 16px;
}

#header_pop {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	width: 100%;
	z-index: 1000;
}

.bleul-sticky-shell {
	position: relative;
	min-height: var(--bleul-header-offset);
}

#header_pop.is-sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

body.admin-bar #header_pop.is-sticky {
	top: 32px;
}

.elementor-menu-anchor {
	position: relative;
	top: -110px;
	visibility: hidden;
}

.elementor-invisible {
	visibility: visible;
}

.bleul-icon-svg {
	display: block;
	width: 1em;
	height: 1em;
}

.elementor-icon-list-icon .bleul-icon-svg,
.elementor-button-icon .bleul-icon-svg,
.elementor-icon .bleul-icon-svg,
.elementor-social-icon .bleul-icon-svg {
	display: block;
	width: 1em;
	height: 1em;
}

.elementor-social-icon .bleul-icon-svg {
	width: 1em;
	height: 1em;
}

.elementor-51 .elementor-element.elementor-element-3ac8a0f6:not(.elementor-motion-effects-element-type-background),
.elementor-51 .elementor-element.elementor-element-3ac8a0f6 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-image: url("../img/original/hero.jpg");
}

.elementor-51 .elementor-element.elementor-element-79d743c9:not(.elementor-motion-effects-element-type-background),
.elementor-51 .elementor-element.elementor-element-79d743c9 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-image: url("../img/original/benefits-bg.jpg");
}

.elementor-51 .elementor-element.elementor-element-4907bd20:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap,
.elementor-51 .elementor-element.elementor-element-4907bd20 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-image: url("../img/original/about.png");
}

.elementor-88 .elementor-element.elementor-element-1eb516b0 .elementor-icon-list-item a {
	color: inherit;
}

.elementor-61 .elementor-element.elementor-element-0ba1a06 {
	display: none !important;
}

.elementor-toggle .elementor-tab-title {
	cursor: pointer;
}

.elementor-toggle .elementor-tab-content {
	display: none;
}

.elementor-toggle .elementor-tab-title.elementor-active + .elementor-tab-content {
	display: block;
}

.elementor-toggle .elementor-toggle-icon-opened {
	display: none;
}

.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened {
	display: inline-flex;
}

.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed {
	display: none;
}

.bleul-caret {
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
}

.bleul-caret--right {
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent currentColor;
}

.bleul-caret--up {
	border-width: 0 5px 7px 5px;
	border-color: transparent transparent currentColor transparent;
}

.elementor-menu-toggle {
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
}

.bleul-menu-icon,
.bleul-close-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
}

.bleul-menu-icon {
	flex-direction: column;
	gap: 4px;
}

.bleul-menu-icon span,
.bleul-close-icon span {
	display: block;
	width: 22px;
	height: 2px;
	background: currentColor;
	border-radius: 999px;
}

.bleul-close-icon {
	display: none;
}

.bleul-close-icon span {
	position: absolute;
}

.bleul-close-icon span:first-child {
	transform: rotate(45deg);
}

.bleul-close-icon span:last-child {
	transform: rotate(-45deg);
}

.elementor-menu-toggle.elementor-active .bleul-menu-icon {
	display: none;
}

.elementor-menu-toggle.elementor-active .bleul-close-icon {
	display: flex;
}

.honeypot-field {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
}

.form-message {
	margin-top: 1rem;
	font-family: "Abel", sans-serif;
	font-size: 1rem;
	color: var(--bleul-green);
}

.form-message.is-error,
.field-error {
	color: var(--bleul-danger);
}

.field-error {
	margin: 0.5rem 0 0;
	font-size: 0.9rem;
	line-height: 1.4;
}

.elementor-field-group.has-error .elementor-field,
.elementor-field-group.has-error textarea {
	border-color: var(--bleul-danger) !important;
}

.elementor-field-group.has-error .elementor-field-subgroup label {
	color: var(--bleul-danger);
}

.elementor-field:focus,
textarea.elementor-field:focus,
.bleul-booking input:not([type="checkbox"]):focus,
.bleul-booking textarea:focus {
	outline: none;
	border-color: var(--bleul-sky);
	box-shadow: 0 0 0 2px rgba(74, 150, 188, 0.18);
}

[data-contact-form] button[disabled] {
	opacity: 0.8;
	cursor: wait;
}

body.bleul-modal-open {
	overflow: hidden;
}

.bleul-booking-modal[hidden] {
	display: none !important;
}

.bleul-booking-modal {
	position: fixed;
	inset: 0;
	z-index: 10050;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.bleul-booking-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(7, 31, 40, 0.74);
}

.bleul-booking-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(1140px, 100%);
	max-height: calc(100vh - 48px);
	overflow: auto;
	padding: 28px 20px 20px;
	background: #ffffff;
	border-radius: 18px;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.bleul-booking-modal__dialog:focus {
	outline: none;
}

.bleul-booking-modal__inner {
	max-width: 1100px;
	margin: 0 auto;
}

.bleul-booking-modal__title {
	margin: 0 64px 24px 0;
	font-family: "Oswald", sans-serif;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.1;
	text-transform: uppercase;
	color: var(--bleul-blue);
}

.bleul-booking-modal__close {
	position: absolute;
	top: 16px;
	right: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 999px;
	background: #eef2f4;
	color: var(--bleul-blue);
	font-size: 2rem;
	line-height: 1;
	cursor: pointer;
}

.bleul-booking,
.bleul-booking-fallback {
	border: 2px solid var(--bleul-light);
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.bleul-booking-fallback {
	padding: 2rem;
}

.bleul-booking label {
	display: block;
	margin-bottom: 0.45rem;
	font-family: "Montserrat", sans-serif;
	font-size: 0.85rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #68757e;
}

.bleul-booking input:not([type="checkbox"]),
.bleul-booking textarea {
	width: 100%;
	padding: 0.9rem 1rem;
	border: 1px solid #d7e0e5;
	border-radius: 12px;
	background: #ffffff;
	font-family: "Abel", sans-serif;
	font-size: 1rem;
	color: var(--bleul-dark);
}

.bleul-booking textarea {
	min-height: 7rem;
	resize: vertical;
}

.bleul-booking .button,
.bleul-booking button.button,
.bleul-booking .button--primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 1.4rem;
	border: 0;
	border-radius: 999px;
	background-image: linear-gradient(188deg, rgba(74, 150, 188, 0.89) 0%, rgba(107, 174, 55, 0.51) 100%);
	color: #ffffff;
	font-family: "Oswald", sans-serif;
	font-size: 1rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

.bleul-booking .form-checkbox {
	display: flex;
	gap: 0.75rem;
	align-items: flex-start;
	margin-top: 1rem;
}

.bleul-booking .form-checkbox input {
	width: auto;
	margin-top: 0.25rem;
}

.bleul-booking .form-checkbox label {
	margin: 0;
	font-family: "Abel", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
	color: var(--bleul-dark);
}

.bleul-booking .form-message {
	margin-top: 1rem;
}

#bleul-map,
.bleul-map {
	width: 100%;
	min-height: 500px;
	background: #dfe7ea;
}

.map-fallback {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0.6rem;
	min-height: 500px;
	padding: 2rem;
	text-align: center;
	font-family: "Abel", sans-serif;
	font-size: 1.1rem;
	color: var(--bleul-dark);
	text-decoration: none;
}

.map-fallback strong {
	font-family: "Oswald", sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
	text-transform: uppercase;
	color: var(--bleul-blue);
}

.leaflet-control-attribution {
	font-family: "Abel", sans-serif;
}

@media (min-width: 1025px) {
	.elementor-widget-nav-menu .elementor-menu-toggle,
	.elementor-widget-nav-menu .elementor-nav-menu--dropdown {
		display: none !important;
	}
}

@media (max-width: 1024px) {
	#header_pop .elementor-widget-nav-menu {
		position: relative;
	}

	#header_pop .elementor-widget-nav-menu .elementor-nav-menu--main {
		display: none;
	}

	#header_pop .elementor-widget-nav-menu .elementor-menu-toggle {
		display: flex !important;
		margin-left: auto;
	}

	#header_pop .elementor-widget-nav-menu .elementor-nav-menu--dropdown {
		display: none;
		position: absolute;
		top: 100%;
		right: 0;
		width: min(360px, calc(100vw - 30px));
		padding: 10px 20px 20px;
		background: #ffffff;
		z-index: 50;
	}

	#header_pop .elementor-widget-nav-menu .elementor-nav-menu--dropdown.is-open {
		display: block;
	}

	.elementor-88 .elementor-element.elementor-element-6b9550de {
		display: none;
	}

	.bleul-booking-modal {
		padding: 20px;
	}

	.bleul-booking-modal__dialog {
		max-height: calc(100vh - 40px);
	}
}

@media (max-width: 767px) {
	body.admin-bar #header_pop.is-sticky {
		top: 46px;
	}

	.elementor-menu-anchor {
		top: -90px;
	}

	.elementor-hidden-phone {
		display: none !important;
	}

	.bleul-booking-modal {
		padding: 12px;
	}

	.bleul-booking-modal__dialog {
		padding: 24px 14px 14px;
		max-height: calc(100vh - 24px);
	}

	.bleul-booking-modal__title {
		margin-right: 56px;
		font-size: 1.5rem;
	}
}
