/**********/
/* COMMON */
/**********/

@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;
	font-size: .95vw;
}

*:focus {
	outline: 0 !important;
	box-shadow: none !important;
}

a, button {
	transition: all 0.25s ease;
	text-decoration: none;
	color: inherit;
}

.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: 'Editors Note';
	font-size: 2.1vw;
	line-height: 1.3;
	margin: 0 0 1.5vw 0;
	padding: 0;
}

h1 span {
	font-style: italic;
}

h2 {
	font-family: 'Editors Note';
	font-size: 2.1vw;
	line-height: 1.3;
	margin: 0 0 1.5vw 0;
	padding: 0;
}

h2 span {
	font-style: italic;
}

h2 .sub_title {
	font-family: "Roboto", sans-serif;
	color: #102B4E;
	text-transform: uppercase;
	display: block;
	margin: 0 0 .5vw 0;
	font-size: 1.1vw;
	font-weight: 400;
}

h3 {
	font-size: 1.6vw;
	color: #346754;
	font-weight: 500;
	margin: 0 0 1.5vw 0;
	padding: 0;
}

h3 span {
	font-family: "Roboto", sans-serif;
	display: block;
	text-transform: uppercase;
	color: #4E4A48;
	font-weight: 500;
	line-height: 1;
	padding-bottom: .5vw;
	font-size: 1vw;
}

h4 {
	font-size: 1.1vw;
	color: #102B4E;
	font-weight: 600;
	display: block;
	margin: 0 0 2.5vw 0;
	padding: 0;
	text-transform: uppercase;
	text-align: center;
}

p { 
	margin-bottom: 1vw;
	line-height: 1.65;
}

p:last-child, p:only-child {
	margin: 0;
}

.tel-link { 
	pointer-events: none;
  	cursor: default; 
}

#smooth-content {
	will-change: transform;
    padding-top: 1px;
    margin-top: -1px;
}

.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_trans.big {
	padding: 1vw;
	font-size: 1vw;
	font-weight: 700;
}

.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: 2px 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: #346754;
	padding: .5vw 1vw;
	line-height: 1;
	font-size: .75vw;
	border: 1px solid #346754;
	font-weight: 500;
}

.btn_trans:hover {
	color: #fff;
	background-color: #346754;
}

.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 svg {
	display: block;
    width: 25%;
    padding: 1vw 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 svg /*,
 header.main.sticky .header_section.btns a */ {
	opacity: 0;
}


.menu_wrapper {
	color: #fff;
	font-size: .85vw;
	background-color: #102B4E;
	display: flex;
	align-items: center;
	padding: 0 3vw;
	height: 4vw;
}

.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;
}

footer.main {
	position: relative;
	background-color: #102B4E;
	padding: 5vw 10vw;
	background-image: url('../images/img_topographie_footer.svg');
	background-size: 20%;
	background-position: left bottom;
	background-repeat: no-repeat;
}

.footer_menu {
	display: flex;
	flex-wrap: wrap;
	gap: .5vw 1.5vw;
	padding: 0 1vw 0 0;
	margin: 0 0 1.5vw 0;
	color: #fff;
	list-style: none;
}

.footer_menu li::after {
	position: absolute;
	content: "|";
	color: #fff;
	right: -.85vw;
}

.footer_menu li {
	position: relative;
}

.footer_menu li a {
	white-space: nowrap;
}

.footer_menu li:last-child::after {
	content: none;
}

.footer_menu li a:hover {
	color: #CAE2F8;
}

.footer_menu_other {
	display: flex;
	align-items: center;
	gap: 1vw;
	padding: 0;
	padding: 0;
	margin: 0 0 2.5vw 0;
	color: #fff;
	list-style: none;
}

.footer_menu_other li::after {
	display: inline-block;
	content: "|";
	color: #fff;
	margin-left: 1vw;
}

.footer_menu_other li a:hover {
	color: #CAE2F8;
}

.footer_menu_other li:last-child::after, .footer_menu_other li:only-child::after {
	content: none;
}

.footer_menu_other a {
	text-decoration: underline;
}

footer .infoBlock {
	align-items: center;
	margin-bottom: 1vw;
}

footer .infoBlock p {
	margin: 0;
}

footer h3 {
	color: #fff;
	margin: 0 0 1vw 0;
}

.footer_left_wrapper {
	border-right: 1px solid #fff;
	padding-right: 5vw;
}

.logo_footer {
	display: block;
    width: 25vw;
    margin: 0 0 1vw 0;
}

footer small {
	font-size: .85vw;
	text-align: center;
	color: #fff;
	display: block;
	font-weight: 300;
}

.footer_contact_wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.footer_right_wrapper {
	padding: 0 0 0 2.5vw;
	color: #fff;
}


/* Vidéo BG */
.video-background {
	background: #000;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -99;
	height: 100svh;
	overflow: hidden;
}

.video-foreground,
.video-background iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
	.video-foreground {
		height: 300%;
		top: -100%;
	}
}

@media (max-aspect-ratio: 16/9) {
	.video-foreground {
		width: 300%;
		left: -100%;
	}
}
/* Vidéo BG */

/* Home */

#hero {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100svh;
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}

#hero.hero_pos_top {
	justify-content: flex-start;
	padding-top: 10vw;
}

#hero.hero_pos_center {
	justify-content: center;
}

#hero.hero_pos_bottom {
	justify-content: flex-end;
	padding-bottom: 10vw;
}

#hero h1 {
	font-family: 'Editors Note';
	margin: 0;
	font-size: 2.5vw;
}

#hero.hero_h1_white h1 {
	color: #FFFFFF;
}

#hero.hero_h1_blue h1 {
	color: #102B4E;
}

.btn_go_down {
	position: absolute;
	display: block;
	width: 2vw;
	bottom: 2.5vw;
	transition: all 0.25s ease;
}

.btn_go_down:hover {
	transform: translateY(.5vw);
}

#introduction {
	position: relative;
	padding: 10vw;
	overflow: hidden;
}

.intro_deco {
	position: absolute;
	top: 15%;
	right: 0;
	width: 90%;
	z-index: 0;
}

.intro_content_wrapper {
	position: relative;
	z-index: 10;
}

.intro_content_wrapper h2 {
	color: #102B4E;
}

.slick-dots {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .5vw;
	margin: 1.5vw auto 0 auto;
	padding: 0 1vw;
	list-style-type: none;
	border-radius: 0;
	border: 0;
	height: 2.5vw;
}

.slick-dots button {
	display: block;
	width: .75vw;
	height: .75vw;
	padding: 0;
	border: none;
	border-radius: 100%;
	background-color: #102B4E;
	text-indent: -9999px;
	opacity: .5;
}

.slick-dots li.slick-active button {
	opacity: 1;
}

.tab-wrapper .slick-dots button, #single_gallery .slick-dots button {
	background-color: #fff;
}

.slider_packages__content_wrapper {
	padding: 2.5vw 5vw;
}

.slider_packages__content_wrapper .actions_wrapper {
	justify-content: space-between;
}

.slider_packages {
	text-align: center;
}

.slider_packages__slide {
	background-color: #E8E5D9;
}

.slider_packages__content_wrapper {
	text-align: left;
}

.slider_packages__content_wrapper p.price {
	color: #346754;
	font-weight: 700;
	margin: 0 0 2vw 0;
}

#home_activities {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 5vw 0 5vw 10vw;
}

#home_activities h2 {
	color: #fff;
	margin-bottom: 5vw;
}

#home_activities .tab-content {
	display: none;
}

#home_activities .tab-content.active {
	display: inherit;
}

#home_activities .tab-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#home_activities .tab-wrapper nav {
	display: flex;
	flex-direction: column;
}

#home_activities .tab-wrapper nav .nav-tab {
	display: inline-flex;
	justify-content: center;
	background-color: transparent;
	border-radius: 2vw;
	color: #E8E5D9;
	padding: .5vw 1.5vw;
	line-height: 1;
	font-size: .85vw;
	border: 1px solid #E8E5D9;
	font-weight: 500;
	margin: 1vw 0;
}

#home_activities .tab-wrapper nav .nav-tab.active,
#home_activities .tab-wrapper nav .nav-tab:hover {
	background-color: #346754;
}

#home_activities .section_wrapper {
	background-color: #fff;
	width: 75vw;
}

.tab_content_wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 5vw;
	height: 100%;
}

.tab_content_wrapper a {
	margin-top: 1vw;
}

.slider {
	display: flex !important;
	justify-content: center;
}

.slider .slick-dots {
	position: absolute;
	bottom: 1.5vw;
	margin: 0 auto;
}

#home_cta {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #E7E4D8;
	height: 75vh;
	position: relative;
}

#home_cta h2 {
	font-size: 3vw;
	color: #AA5B26;
	font-style: italic;
}

.home_cta_img1 {
	position: absolute;
	left: 20vw;
	top: 5vw;
	width: 20vw;
}

.home_cta_img2 {
	position: absolute;
	left: 15vw;
	bottom: 5vw;
	width: 20vw;
}

.home_cta_img3 {
	position: absolute;
	top: 5vw;
	right: 20vw;
	width: auto;
	height: calc(100% - 10vw);
}

#cabins_listing {
	padding: 5vw 0 0 0;
}

.aCabin {
	overflow: hidden;
	border: 2px solid #346754;
	border-radius: 1vw;
}

.aCabin__infos {
	display: block;
	position: relative;
	padding: 1vw;
}

.aCabin__infos__title {
	color: #4E4A48;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 1vw 0;
	text-transform: uppercase;
	font-size: 1vw;
}

.aCabin__infos__title span {
	display: block;
	font-weight: 300;
	text-transform: initial;
}

.aCabin__infos__title .person {
	color: #346754;
	font-weight: 400;
	display: flex;
	align-items: center;
	font-size: .75vw;
}

.aCabin__infos__title svg {
	display: block;
	width: 1vw;
	height: auto;
	margin: 0 .25vw 0 0;
}

.aCabin .cabin_img {
	display: block;
	position: relative;
	overflow: hidden;
}

.aCabin .cabin_img img {
	transition: all 0.25s ease;
}

.aCabin:hover .cabin_img img {
	transform: scale(1.1);
}

.aCabin__infos__action {
	border-top: 1px solid #346754;
	padding: 1vw 0 0 0;
}

.aCabin__infos__action a {
	display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #346754;
    font-size: 1vw;
    font-weight: 300;
}

.aCabin__infos__action a:hover {
    color: #AA5B26;
}

.aCabin__infos__action a svg {
	width: 2vw;
	height: 2vw;
}

.aCabin__infos__action a:hover svg .fill {
	fill: #346754;
}

.h2_lined {
	display: inline-block;
	position: relative;
	text-align: right;
	margin-left: -10vw;
}

.h2_lined h2 {
	display: inline-block;
	border-bottom: 1px solid #346754;
	color: #346754;
	padding: 0 0 0 5vw;
	margin: 0 0 1vw 0;
}

.h2_lined p {
	color: #102B4E;
	font-size: .85vw;
	text-transform: initial;
}

#home_about {
	background-color: #E8E5D9;
	padding: 5vw 10vw;
	position: relative;
}

#home_about h2 {
	color: #346754;
}

.home_about_content {
	border-left: 1px solid #346754;
	padding: 0 0 0 1.5vw;
}

.home_about_pin {
	width: 1.5vw;
	height: auto;
	margin: 1vw 0 1.5vw 1.5vw;
}

.home_about_deco {
	width: 25vw;
	position: absolute;
	bottom: -2.5vw;
	left: -10vw;
	z-index: 50;
}


/* Inner */

#hero_inner {
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 50svh;
	padding-top: 10vw;
}

#inner_intro {
	padding: 5vw 10vw;
	position: relative;
}

#inner_intro h2 {
	color: #102B4E;
}

#inner_intro .btn_blue {
	margin-top: 1vw;
}

.inner_intro_infos {
	border: 2px solid #346754;
	padding: 1.5vw 2.5vw;
	border-radius: 1vw;
	text-align: left;
}

.inner_intro_infos h4 {
	font-size: 1.5vw;
	color: #000;
	text-align: left;
	font-weight: 400;
	margin: 0 0 1.5vw 0;
}

.cabin_person {
	font-size: 1.2vw;
	display: flex;
	align-items: center;
	font-weight: 300;
	margin-bottom: 1.5vw;
}

.cabin_person svg {
    display: inline-block;
    width: 1.25vw;
    height: auto;
    margin: 0 1vw 0 0;
}

.cabin_price {
	font-size: 1.2vw;
	color: #000;
	font-weight: 500;
}

#hero_inner .egg_content__text {
	text-align: center;
}

#hero_inner .egg_content__text h2 {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 1.6vw;
}

#hero_inner .egg_content {
    left: inherit;
    right: 10vw;
    bottom: -10vw;
    width: 25vw;
}

#hero_inner .egg_content svg {
	width: 100%;
	height: auto;
}

#cabin_specs {
	background: #E7E4D8;
	padding: 5vw 10vw;
}

#cabin_specs h4 {
	text-align: left;
	text-transform: initial;
	font-weight: 500;
	margin: 0 0 2.5vw 0;
}

.cabin_specs_wrapper {
	display: flex;
	align-items: flex-start;
	gap: 2vw;
	/*padding: 0 0 0 5vw;*/
}

#cabin_specs .cabin_specs_wrapper h4 {
	color: #AA5B26;
	text-align: left;
	margin: 0 0 1vw 0;
}

.cabin_specs_wrapper__icon svg, .cabin_specs_wrapper__icon img {
	width: 7vw;
	height: auto;
}

#important_notes {
	color: #E8E5D9;
	background-color: #102B4E;
	font-size: 1vw;
	padding: 2.5vw 10vw;
	display: flex;
	align-items: flex-start;
	gap: 5vw;
	position: relative;
}

.important_notes_title {
	font-size: 1.2vw;
	font-weight: 500;
}

#single_gallery {
	position: relative;
}

.single_fading_slider {
	display: flex !important;
	justify-content: center;
}

#single_gallery  .slick-dots {
    position: absolute;
	bottom: 2.5vw;
}

#inner_about {
	background-color: #fff;
	padding: 5vw 10vw;
	position: relative;
}

#inner_about h2 {
	color: #346754;
}

.inner_about_content {
	border-left: 1px solid #346754;
	padding: 0 0 0 1.5vw;
}

.inner_about_pin {
	width: 1.5vw;
	height: auto;
	margin: 1vw 0 1.5vw 1.5vw;
}

.inner_about_deco {
	width: 25vw;
	position: absolute;
	bottom: 2.5vw;
	left: 0;
	z-index: 50;
}

.home_about_actions {
	padding: 1.5vw 0 0 1.5vw;
}

#cabins #cabins_listing {
	padding: 10vw;
}


/* Events */

/* Aside Event */

#aside_event {
	display: block;
	color: #102B4E;
	font-family: 'Editors Note';
	font-size: 2vw;
	line-height: 1.2;
	letter-spacing: 0.8px;
	border-radius: 1vw;
	border: 2px solid #102B4E;
	padding: 2vw;
	cursor: pointer;
	transition: all 0.25s ease;
}

#aside_event span {
	display: block;
	text-align: center;
	padding-bottom: 2vw;
}

#aside_event svg {
	display: block;
	width: 5vw;
	margin: auto;
}

#aside_event:hover {
	background-color: #102B4E;
	color: #fff;
}

#aside_event:hover .fill {
	fill: #fff;
}

/* Aside Event  END */


.content_box {
	background-color: #E8E5D9;
	padding: 5vw 10vw;
	position: relative;
}

.content_box h2 {
	color: #346754;
}

.content_box .actions_wrapper {
	justify-content: flex-start;
	padding: 2.5vw 0 0 0;
}

.content_box .row {
	margin-bottom: 2.5vw !important;
}

.content_box .row:last-child {
	margin-bottom: 0 !important;
}


/* WPFORMS */

div.wpforms-container-full:not(:empty) {
    margin: 0 auto !important;
}

.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 0 0 1vw 0 !important;
}

.wpforms-layout-column .wpforms-field {
	padding: 0 !important;
}

.form_wrapper ::placeholder {
	opacity: 1 !important;
	color: #fff !important;
	font-size: .95vw !important;
}

div.wpforms-container-full input[type=date], div.wpforms-container-full input[type=datetime], div.wpforms-container-full input[type=datetime-local], div.wpforms-container-full input[type=email], div.wpforms-container-full input[type=month], div.wpforms-container-full input[type=number], div.wpforms-container-full input[type=password], div.wpforms-container-full input[type=range], div.wpforms-container-full input[type=search], div.wpforms-container-full input[type=tel], div.wpforms-container-full input[type=text], div.wpforms-container-full input[type=time], div.wpforms-container-full input[type=url], div.wpforms-container-full input[type=week], div.wpforms-container-full select, div.wpforms-container-full textarea, .wp-core-ui div.wpforms-container-full input[type=date], .wp-core-ui div.wpforms-container-full input[type=datetime], .wp-core-ui div.wpforms-container-full input[type=datetime-local], .wp-core-ui div.wpforms-container-full input[type=email], .wp-core-ui div.wpforms-container-full input[type=month], .wp-core-ui div.wpforms-container-full input[type=number], .wp-core-ui div.wpforms-container-full input[type=password], .wp-core-ui div.wpforms-container-full input[type=range], .wp-core-ui div.wpforms-container-full input[type=search], .wp-core-ui div.wpforms-container-full input[type=tel], .wp-core-ui div.wpforms-container-full input[type=text], .wp-core-ui div.wpforms-container-full input[type=time], .wp-core-ui div.wpforms-container-full input[type=url], .wp-core-ui div.wpforms-container-full input[type=week], .wp-core-ui div.wpforms-container-full select, .wp-core-ui div.wpforms-container-full textarea {
    background-color: transparent !important;
    border-radius: 0 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
    padding: .5vw !important;
    font-size: .95vw !important;
	height: inherit !important;
	line-height: inherit !important;
}

.wpforms-container textarea.wpforms-field-large {
    height: 150px !important;
}

div.wpforms-container-full input[type=submit], div.wpforms-container-full button[type=submit], div.wpforms-container-full .wpforms-page-button, .wp-core-ui div.wpforms-container-full input[type=submit], .wp-core-ui div.wpforms-container-full button[type=submit], .wp-core-ui div.wpforms-container-full .wpforms-page-button {
    height: inherit !important;
    background-color: transparent !important;
    border-radius: 2vw !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    padding: .5vw 1.5vw !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: 400 !important;
    font-size: .95vw !important;
}


/* Other fixes */

.footer_right_wrapper .wpforms-submit-container {
	margin-top: 1vw !important;
	text-align: right !important;
}

.footer_right_wrapper div.wpforms-container-full button[type=submit] {
	background-color: #fff !important;
	color: #102B4E !important;
}

.form_wrapper div.wpforms-container-full button[type=submit]:hover {
	color: #fff !important;
	background: #102B4E !important;
}

.side_form .form_wrapper div.wpforms-container-full button[type=submit]:hover {
	color: #102B4E !important;
	background: #fff !important;
}


#aside_event_popup {
	position: fixed;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.25s ease;
}

#aside_event_popup.open {
	opacity: 1;
	visibility: visible;
	z-index: 9999;
}

.close_popup {
	font-size: 2vw;
	color: #fff;
	position: absolute;
	top: 1vw;
	right: 1vw;
	cursor: pointer;
	transition: all 0.25s ease;
}

.close_popup:hover {
	transform: rotate(90deg);
}

.aside_event_popup_content {
	position: relative;
	background-color: #102B4E;
	padding: 2.5vw;
	color: #fff;
	width: 50%;
	min-height: 75%;
	max-height: 90svh;
	overflow-y: auto;
	z-index: 101;
}

.aside_event_popup_filter {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.75);
}

.aside_event_popup_content p {
	margin-bottom: 1.5vw;
	font-weight: 700;
}

#aside_event_popup .wpforms-layout-column .wpforms-field {
	padding: 0 0 1vw 0 !important;
}

div.wpforms-container-full select, div.wpforms-container-full select:disabled, .wp-core-ui div.wpforms-container-full select, .wp-core-ui div.wpforms-container-full select:disabled {
    background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%) !important;
}

.aside_event_popup_content ::placeholder {
	opacity: 1 !important;
	color: #fff !important;
	font-size: .95vw !important;
}

.arrows {
	position: absolute;
	top: 40%;
	font-size: 3vw;
	color: #102B4E;
	z-index: 100;
	cursor: pointer;
}

.arrow_left {
	left: -2.5vw;
}

.arrow_right {
	right: -2.5vw;
}

.img_wrapper {
	position: relative;
}

#cabins_cta {
	background-color: #346754;
	padding: 5vw 10vw;
	color: #fff;
}

#cabins_cta .home_about_content {
    border-left: 1px solid #fff;
}

.cabins_cta__cabin {
	cursor: pointer;
	border: 1px solid #fff;
	border-radius: 1vw;
	padding: 1vw 2vw;
	color: #fff;
}

.cabins_cta__cabin svg {
	width: 2vw;
	height: 2vw;
	transition: all 0.25s ease;
}

.cabins_cta__cabin:hover .fill {
	fill: #E8E5D94D;
}


/* Contact */

#contact_infos {
	padding: 5vw 10vw;
	color: #102B4E;
}

.contacts_bloc_wrapper {
	border-left: 1px solid #346754;
    padding: 0 0 0 1.5vw;
	margin: 2.5vw 0 0 0;
}

.contacts_bloc {
	display: block;
	margin: 0 0 1.5vw 0;
}

.contacts_bloc:last-child {
	margin: 0;
}

.contacts_bloc i {
	color: #E8E5D9;
	display: block;
	margin: 0 0 .5vw 0;
	font-size: 1.5vw;
}

.contacts_bloc a {
	text-decoration: underline;
}

.form_wrapper {
	display: block;
	border-radius: 1vw;
	background-color: #102B4E;
	padding: 2.5vw;
	color: #fff;
}

.form_wrapper p {
	font-weight: 500;
	margin-bottom: 1vw !important;
}

#contact .wpforms-layout-row {
    margin-bottom: 1.5vw !important;
}

#contact .wpforms-container .wpforms-field-layout {
	padding: 0 !important;
}


/* Actibities */

#activities_listing {
	padding: 0 10vw 5vw 10vw;
	position: relative;
}

.activities_wrapper {
	position: relative;
	z-index: 20;
}

.aActivity {
	border: 2px solid #346754;
	border-radius: 1vw;
	overflow: hidden;
	height: 100%;
}

.aActivity__img {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 15vw;
}

.aActivity__content {
	padding: 2vw 1.5vw;
	height: 100%;
}

.aActivity__content h3 {
	font-family: 'Editors Note';
	font-weight: 400;
	border-bottom: 1px solid #346754;
	padding-bottom: 1vw;
}

.aActivity__content .actions_wrapper {
	justify-content: flex-start;
	padding-top: 1.5vw;
}

.btn_text {
	text-decoration: underline;
	color: #4E4A48;
}

.btn_text:hover {
	text-decoration: none;
}


/* Promos & Packages */

#promos_listing {
	padding: 0 5vw 5vw 5vw;
    position: relative;
}

#promotions_packages .h2_lined {
	margin-left: -5vw;
}

#promotions_packages .content_box .h2_lined {
	margin-left: -10vw;
	margin-bottom: 2.5vw;
}

#promos_listing .h2_lined {
	margin-bottom: 2.5vw;
}

.aPromo {
	overflow: hidden;
	border: 2px solid #346754;
	border-radius: 1vw;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	background-color: #E8E5D9;
	height: 100%;
}

.aPromo__img {
	width: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.aPromo_infos {
	width: 50%;
	padding: 2.5vw;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.aPromo__infos__action {
    border-top: 1px solid #346754;
    padding: 1vw 0 0 0;
	margin: 2.5vw 0 0 0;
}

.aPromo__infos__action a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #346754;
    font-size: 1vw;
    font-weight: 300;
}

.aPromo__infos__action a:hover {
	color: #AA5B26;
}

.aPromo__infos__action a:hover svg .fill {
	fill: #346754;
}

.aPromo h3 {
	font-family: 'Editors Note';
}

.aPromo h3 span {
	font-family: "Roboto", sans-serif;
	color: #AA5B26;
	font-weight: 400;
}

.promos_deco {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	z-index: -1;
}

#promotions_packages .content_box .flex_center {
	background-color: #fff;
}

#promotions_packages .content_box .flex_center:nth-child(even)  {
	flex-direction: row-reverse !important;
}

#promotions_packages .content_box .row {
    margin-bottom: 5vw !important;
}

#promotions_packages .content_box .row:last-child {
	margin-bottom: 0 !important;
}

.content_box_paragraphes {
	margin-bottom: 2vw;
}

.home_cta_content {
	position: relative;
	z-index: 100;
}

#promos_golf .btn_white {
	color: #346754;
	border-color: #346754;
}

#promos_golf .btn_white:hover {
	color: #fff;
	background-color: #346754;
}

#promos_golf .arrows {
    color: #346754;
}

.videobg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	opacity: 1;
	transition: all 0.25s ease;
}

.hero_content {
	position: relative;
	z-index: 50;
}

.otgs-development-site-front-end {
	display: none;
}

#promotions_packages #promos_golf {
	padding: 10vw 10vw 5vw 10vw;
	background-color: #fff;
}

#promotions_packages .content_box .flex_center {
    background-color: #E8E5D9;
}


/* Added */

#home_advantages {
	display: block;
	margin-bottom: 10vw;
}

#home_advantages h2 {
	text-align: center;
	margin: 0 0 5vw 0;
}

#home_advantages p {
	text-align: center;
	color: #102B4E;
}

#home_advantages .aAdv {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
}

#home_advantages .aAdv h2 {
	margin: 0 0 2vw 0;
}

#home_advantages .aAdv img {
	width: auto;
	height: 5vw;
	display: block;
	margin: 0 0 2.5vw 0;
}

#home_advantages .aAdv:hover {
	background: rgb(16,43,78);
	background: radial-gradient(circle, rgba(16,43,78,.2) 0%, rgba(16,43,78,0) 65%);
}


/* Home popup */

#home_popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100svh;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: -1;
	opacity: 0;
	transition: all 0.25s ease;
}

#home_popup.open {
	z-index: 9999;
	opacity: 1;
}

.home_popup_wrapper {
	background-color: #102B4E;
	display: flex;
	position: relative;
	z-index: 101;
}

.home_popup_wrapper__content {
	padding: 0 10vw;
	color: #E8E5D9;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.home_popup_wrapper__content h2 {
	margin: 0 0 2.5vw 0;
}

.home_popup_wrapper__content .hpp_icon {
	display: block;
	width: 2.5vw;
	margin: 0 0 1.5vw 0;
}

.btn_popup {
    background-color: transparent;
    border-radius: 2vw;
    border: 1px solid #E8E5D9;
    color: #fff;
    padding: .5vw 1.5vw;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: .95vw;
}

.btn_popup:hover {
	color: #102B4E;
	background-color: #E8E5D9;
}


/* Slider Chalet */

#single_gallery .arrows {
    top: 45%;
	color: #fff;
}

#single_gallery .arrow_left {
    left: 2.5vw;
}

#single_gallery .arrow_right {
    right: 2.5vw;
}

div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #fff !important;
    border: 1px solid #fff !important;
}


/* Ajout - Janvier 2025 */

#activities_onsite {
    padding: 10vw 10vw 5vw 10vw;
    position: relative;
}

.activities_slider_wrapper {
	padding-top: 2.5vw;
}

.activities_slider_wrapper .slider_activities {
	position: relative;
}

.activities_slider_wrapper .slider_activities .slick-dots {
	position: absolute;
	bottom: 1vw;
	width: 100%;
}

.activities_slider_wrapper .slider_activities .slick-dots button {
	background-color: #fff;
}

.wpml-ls-legacy-list-horizontal {
    border: 0;
    padding: 0 0 0 2vw;
}

.wpml-ls-legacy-list-horizontal a {
    padding: 0;
}


/* Fixes */

#activities_onsite .activities_slider_wrapper .slider_activities,
#activities_onsite .activities_slider_wrapper .slider_activities .slick-list, 
#activities_onsite .activities_slider_wrapper .slider_activities .slick-list .slick-track {
	height: 100% !important;
}

#activities_onsite .slick-slide img {
	width: auto !important;
    height: 100% !important;
}

#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
    font-size: initial;
    max-width: 100%;
}

#default_section {
	padding: 5vw;
}