/**********/
/* COMMON */
/**********/

.animated:not(.vc_grid-item) {
    opacity: 1 !important;
}

@font-face {
    font-family: 'Editors Note';
    src: url('../fonts/EditorsNote-Regular.woff2') format('woff2'),
        url('../fonts/EditorsNote-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Editors Note';
    src: url('../fonts/EditorsNote-Italic.woff2') format('woff2'),
        url('../fonts/EditorsNote-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

.otgs-development-site-front-end {
	display: none;	
}

.fill {
	transition: all 0.25s ease;
}

body {
	overflow-x: hidden;
	background: #fff;
	font-family: "Roboto", sans-serif !important;
	font-size: .95vw;
}

*:focus {
	outline: 0 !important;
	box-shadow: none !important;
}

a, button {
	transition: all 0.25s ease;
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: none;
}

.g-2, .gy-2 {
    --bs-gutter-y: 2.5vw;
	margin-top: inherit;
}

.g-2, .gx-2 {
    --bs-gutter-x: 2.5vw;
	margin-top: inherit;
}

.g-5, .gy-5 {
    --bs-gutter-y: 5vw;
	margin-top: inherit;
}

.g-5, .gx-5 {
    --bs-gutter-x: 5vw;
	margin-top: inherit;
}

.bg_white {
	background-color: #fff !important;
}

.flex_center {
	display: flex;
	align-items: center;
}

.flex_end {
	display: flex;
	align-items: flex-end;
}

ol, ul {
    margin-bottom: 1vw;
	padding-left: 1vw;
	line-height: 1.65;
}

h1 {
	font-family: "Roboto", sans-serif !important;
	font-size: 2.1vw;
	line-height: 1.3;
	margin: 0 0 1.5vw 0;
	padding: 0;
	font-weight: 400;
}

h1 span {
	font-family: 'Editors Note' !important;
	font-style: italic;
}

h2 {
	font-family: "Roboto", sans-serif !important;
	font-size: 2.1vw;
	line-height: 1.3;
	margin: 0 0 1.5vw 0;
	padding: 0;
	font-weight: 400;
	color: #fff !important;
}

p { 
	font-family: "Roboto", sans-serif !important;
	margin-bottom: 1vw;
	line-height: 1.65;
}

p:last-child, p:only-child {
	margin: 0;
}

.tel-link { 
	pointer-events: none;
  	cursor: default; 
}

.loading {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: 1000;
}

.btn_green {
	display: inline-flex;
	background-color: #346754;
	border-radius: 2vw;
	color: #fff;
	padding: .5vw 1vw;
	line-height: 1;
	font-size: .75vw;
	font-weight: 500;
	border: 1px solid transparent;
}

.btn_green.big {
	padding: 1vw;
	font-size: 1vw;
	font-weight: 700;
	border: 1px solid transparent;
}

.btn_green:hover {
	color: #346754;
	background-color: #fff;
	border: 1px solid #346754;
}

.btn_blue {
	display: inline-flex;
	background-color: #102B4E;
	border-radius: 2vw;
	color: #fff;
	padding: .5vw 1vw;
	line-height: 1;
	font-size: .75vw;
	font-weight: 500;
	border: 1px solid transparent;
}

.btn_blue:hover {
	color: #102B4E;
	background-color: #fff;
	border: 1px solid #102B4E;
}

.btn_white {
	display: inline-flex;
	background-color: transparent;
	border-radius: 2vw;
	color: #102B4E;
	padding: .5vw 1vw;
	line-height: 1;
	font-size: .75vw;
	border: 1px solid #102B4E;
	font-weight: 500;
}

.btn_white:hover {
	color: #fff;
	background-color: #102B4E;
}

.btn_trans {
	display: inline-flex;
	background-color: transparent;
	border-radius: 2vw;
	color: #fff;
	padding: .5vw 1vw;
	line-height: 1;
	font-size: .75vw;
	border: 1px solid #fff;
	font-weight: 500;
}

.btn_trans:hover {
	color: #172543;
	background-color: #fff;
}

.btn_icon {
	display: inline-flex;
	align-items: center;
	gap: 1vw;
	color: #346754;
	line-height: 1;
	font-size: .75vw;
	font-weight: 500;
}
.btn_icon svg {
	width: 1.25vw;
}
.btn_icon:hover {
	color: #102B4E;
}
.btn_icon svg path {
	transition: all 0.25s ease;
}
.btn_icon:hover svg path {
	stroke: #102B4E !important;
}

.btn_icon_blue {
	display: inline-flex !important;
	align-items: center;
	gap: 1vw;
	color: #102B4E;
	line-height: 1;
	font-size: .75vw;
	font-weight: 500;
}
.btn_icon_blue svg {
	width: 1.25vw;
}
.btn_icon_blue:hover {
	color: #102B4E;
	opacity: .75;
}
.btn_icon_blue svg path {
	stroke: #102B4E !important;
	transition: all 0.25s ease;
}
.btn_icon_blue:hover svg path {
	stroke: #102B4E !important;
}

.btn_lite_blue {
	display: inline-flex;
	background-color: #CAE2F8;
	border-radius: 2vw;
	color: #102B4E;
	padding: .5vw 1vw;
	line-height: 1;
	font-size: .75vw;
	font-weight: 500;
	border: 1px solid transparent;
}

.btn_lite_blue:hover {
	color: #CAE2F8;
	background-color: #102B4E;
}

.actions_wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1vw;
	padding-top: 2.5vw;
}



/********************/
/* HEADER + FOOTER  */
/********************/

header.main {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	z-index: 995;
	transition: all 0.25s ease;
}

header.main .header_section.btns {
	display: flex;
	align-items: center;
	transition: all 0.25s ease;
	gap: 1vw;
	padding-top: 2.5vw;
    padding-left: 2.5vw;
	text-align: center;
	width: 40%;
	position: relative;
	z-index: 10;
}

header.main.sticky .header_section.btns {
	padding: 1vw 0 0 2.5vw;
}


header.main .header_section.logo {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
    width: 100%;
	z-index: 0;
}

header.main .header_section.logo a {
	width: 100%;
	padding: 0 1.5vw;
}

header.main .header_section.logo img {
	display: block;
    width: 20%;
    padding: 2.5vw 0 0 0;
    transition: all 0.25s ease;
	margin: auto;
}

header.main .header_section.logo svg * {
	fill: #fff !important;
}

.page-template-activities header.main .header_section.logo svg *,
.page-template-cabins header.main .header_section.logo svg *,
.page-template-promotions_packages header.main .header_section.logo svg *,
.page-template-contact header.main .header_section.logo svg * {
	fill: #172543 !important;
}

header.main .header_section.menu {
	display: flex;
	justify-content: flex-end;
	width: 35%;
	position: relative;
	z-index: 10;
}

 header.main.sticky .logo img {
	opacity: 0;
}

.menu_wrapper {
	color: #fff;
	font-size: .85vw;
	background-color: #102B4E;
	display: flex;
	align-items: center;
	padding: 0 1.5vw;
    height: 2.5vw;
}

.menu_wrapper span.label {
	padding-right: 2vw;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    width: 2vw;
    height: 1px;
    background-color: #fff;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
    background-color: #fff;
}

.hamburger {
	padding: 0;
	height: 100%;
}

.hamburger-inner:before {
    top: -.65vw;
}

.hamburger-inner:after {
    bottom: -.6vw;
}

.hamburger-box {
    width: 2vw;
    height: 100%;
}


/* Overlay burger */

#menu_panel {
	position: fixed;
	top: 4vw;
	right: 0;
	width: 50%;
	opacity: 0;
	z-index: -1;
	padding: 2.5vw 0;
	color: #fff;
	background-color: #102B4E;
	transition: all 0.25s ease;
}

#menu_panel.open {
	opacity: 1;
	z-index: 997;
}

#menu_panel ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu_panel ul a {
	display: block;
	color: #fff;
	padding: .5vw 0 .5vw 3.5vw;
	font-weight: 500;
	font-size: 1.1vw;
}

#menu_panel ul a:hover {
	background-color: rgba(0,0,0,0.25);
}

.has_sub {
	position: relative;
}

.has_sub::after {
	content: "";
	font-family: 'Font Awesome 6 Pro';
	content: '\f107';
	font-size: 1.1vw;
	position: absolute;
	top: .5vw;
	right: 1vw;
}

.has_sub.open a {
	background-color: rgba(0,0,0,0.25);
}

.submenu {
	display: none;
}

.submenu.open {
	display: block;
}

#menu_panel ul.submenu a {
	font-size: .95vw;
	font-weight: 400;
	padding: .5vw 0 .5vw 4vw;
}

#menu_panel ul.submenu a:hover {
	color: #CAE2F8;
}

.other_links a {
	text-decoration: underline;
}

.side_left {
	padding: .5vw 1vw 0 0;
	border-right: 2px solid #fff;
	height: 100%;
}

.side_right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: .5vw 0 0 0;
	height: 100%;
}

.side_right a {
	color: #CAE2F8;
}

.socials {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 1vw;	
}

.socials a {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 2vw;
	height: 2vw;
	color: #102B4E;
	background-color: #fff;
	font-size: 1.35vw;
}

.socials a:hover {
	color: #fff;
	background-color: rgba(0,0,0,0.25);
}

.side_form {
	font-size: 1.1vw;
	font-weight: 500;
	padding: 0 3.5vw 0 3.5vw;
}

.side_form .form_wrapper {
	border-radius: 0;
	padding: 0;
}

.wpforms-container .form_wrapper p {
	margin: 0;
}

.infoBlock {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 1vw;
	color: #CAE2F8;
}

.infoBlock__icon i {
	color: #fff;
	font-size: 1.1vw;
}

.wpml-ls-legacy-list-horizontal {
    border: 0;
    padding: 0;
}

.menu_wrapper ul {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
	line-height: 1 !important;
}

.wpml-ls-legacy-list-horizontal a {
    padding: 0;
	color: #fff !important;
}

footer.main {
	position: relative;
	background-color: #102B4E;
	padding: 2.5vw;
}

footer.main ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7.5vw;
}

footer.main ul a {
	text-transform: uppercase;
	text-decoration: underline;
	color: #fff;
	font-size: .85vw;
	font-weight: 500;
}

footer.main ul a:hover {
	text-decoration: none;
}


/* Home */

#hero {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100svh;
	text-align: center;
	color: #102B4E !important;
	position: relative;
	overflow: hidden;
	padding-top: 15vw;
}

#hero h1 {
	margin: 0;
	font-size: 2.5vw;
	line-height: 1;
	margin: 0 0 1.5vw 0;
	color: #102B4E !important;
}

#sites {
	color: #fff !important;
}

.sites_wrapper_left {
	background-color: #102B4E;
	padding: 5vw 12vw;
	text-align: center;
	height: 100%;
}

.sites_wrapper_right {
	background-color: #346754;
	padding: 5vw 12vw;
	text-align: center;
	height: 100%;
}

.sites_wrapper_left__logo,
.sites_wrapper_right__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 2.5vw 0;
	height: 5vw;
}

.sites_wrapper_left__logo img {
	width: 20vw;
}

.sites_wrapper_right__logo img {
	width: 7.5vw;
}

.sites_wrapper_left .btn_trans, .sites_wrapper_right .btn_trans {
	margin-top: 2.5vw;
}

#residential_project {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #fff;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.residential_project__content {
	width: 50%;
	border-radius: 2.5vw;
	padding: 2.5vw 5vw;
	color: #fff;
	text-align: center;
	background-color: #102B4E;
	margin-top: 30vw;
	margin-bottom: 5vw;
}

.row.g-0 {
	display: flex;
	margin: 0 !important;
}

.g-0 .col-md-6 {
	padding: 0 !important;
}

#content {
    padding-top: 15vw !important;
}

.actions_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1vw;
    padding-top: 2.5vw;
}

.slider_packages__slide__shop {
	background-color: #E8E5D9;
}

.slick-dots {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .5vw;
	margin: 0;
	list-style-type: none;
	position: static;
	margin-top: 2vw;
}

.slick-dots button {
	display: block;
	width: .75vw;
	height: .75vw;
	padding: 0;
	border: none;
	border-radius: 100%;
	background-color: #102B4E;
	text-indent: -9999px;
}

.slick-dots li.slick-active button {
	background-color: #102B4E;
	opacity: .5;
}

.slick-disabled {
	opacity: .5;
	cursor: not-allowed;
}


/* Barre fixe mobile : liens vers les divisions (Chalets / Golf / Boutique).
   gap: 1px → espace fin (couleur de la barre) entre les 3 boutons. */
.actions_mobile {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 995;
	width: 100%;
	display: none; /* activé en @media via responsive.css */
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 1px;
	background-color: rgba(255, 255, 255, 0.95);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid rgba(16, 43, 78, 0.1);
}

/* Sélecteur `a.btn_*` → spécificité supérieure à la règle générique du
   responsive.css, donc les overrides "barre" gagnent dans la cascade.
   On compense le gap de 1px × 2 (entre 3 boutons) en réduisant légèrement
   la largeur cible — calc évite tout dépassement. */
.actions_mobile a.btn_green,
.actions_mobile a.btn_blue,
.actions_mobile a.btn_trans {
	flex: 0 0 calc((100% - 2px) / 3);
	width: calc((100% - 2px) / 3);
	max-width: calc((100% - 2px) / 3);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 3rem;
	padding: .35rem .5rem;
	margin: 0;
	border-radius: 0;
	border: 0;
	font-size: .7rem;
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: .02em;
	color: #fff;
}

/* Neutralise le hover des .btn_green / .btn_blue (qui rendaient le bouton
   blanc avec texte coloré sur tap mobile = clignotement illisible).
   Les hover restent inactifs : on conserve les couleurs natives au tap. */
.actions_mobile a.btn_green:hover,
.actions_mobile a.btn_green:focus,
.actions_mobile a.btn_green:active {
	color: #fff;
	background-color: #346754;
	border: 0;
}
.actions_mobile a.btn_blue:hover,
.actions_mobile a.btn_blue:focus,
.actions_mobile a.btn_blue:active {
	color: #fff;
	background-color: #102B4E;
	border: 0;
}

.page-description h2 {
	color: rgba(54, 61, 64, 1) !important;
}

#side {
	display: none !important;
}