/*
*
* GLOBAL
*
*/
/************************************************************
Variables
************************************************************/
/* Colors */
/* basic colors */
/* Z-index */
/* Import */
/*
*
* Reset
*
*/
html {
  color: #000;
}

a {
  color: inherit;
  text-decoration: none;
}

big {
  font-size: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure, figcaption {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  font-size: 100%;
}

legend {
  color: #000;
}

body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  font-size: small;
  font: x-small;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  font-size: 108%;
  line-height: 100%;
}

button {
  border: 0;
  border-radius: 0;
  background: none;
  cursor: pointer;
  outline: 0;
}

input {
  outline: 0;
}

/*
*
* Media Queries
*
*/
/************************************************************
MEDIA QUERIES
************************************************************/
/** Target points **/
/* MOBILE - Targeting iPhone 5s only */
/* TABLET - movile & up */
/* TABLET - 480px & up */
/* MOBILE - Only Mobile */
/* TABLET - Tablet & up */
/* TABLET - Targeting only tablet */
/* TABLET - Targeting only tablet */
/* TABLET - Targeting Mobile & Tablet */
/* DESKTOP - Desktop & Up */
/* DESKTOP - Custom targeting point */
/* DESKTOP -  13 inch Macbook Pro screen */
/*
*
* Mixins
*
*/
/*******************************************************
MIXINS - Typography and Text
*******************************************************/
/* Mixin - Font Style */
/*
*
* FONTS
*
*/
h1, h2, h3, h4 {
  font-family: "Playfair Display", serif;
  display: flex;
  align-items: center;
  gap: 1rem;
}

h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  h1 {
    font-size: 4rem;
  }
}
@media (min-width: 1024px) {
  h1.section-title {
    position: absolute;
    top: 0;
    left: 2rem;
    gap: 3rem;
    font-weight: 400;
  }
}
h1.section-title:before {
  font: var(--fa-font-thin);
  content: "\f86c";
  font-size: 1rem;
}
@media (min-width: 1024px) {
  h1.section-title:before {
    font-size: 6rem;
  }
}

h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 1024px) {
  h3 {
    font-size: 1.5rem;
  }
}
h3.property-location {
  font-family: "Source Sans Pro", sans-serif;
  color: orange;
}

h4 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  h4 {
    font-size: 1.25rem;
  }
}

h5 {
  font-size: 0.875rem;
}
@media (min-width: 1024px) {
  h5 {
    font-size: 1rem;
  }
}

h6 {
  font-size: 0.75rem;
}

p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 400;
  color: #242424;
  margin-bottom: 1rem;
}
.w-property-detailed p {
  text-align: center;
}

/***** ICONS *****/
.icon {
  display: flex;
  gap: 0.5rem;
}
.icon:before, .icon:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.icon-room:before {
  font: var(--fa-font-regular);
  content: "\f8f7";
}

.icon-bath:before {
  font: var(--fa-font-regular);
  content: "\f2cd";
}

.icon-guest:before {
  font: var(--fa-font-regular);
  content: "\e21b";
}

.i-close:before {
  font: var(--fa-font-regular);
  content: "\f00d";
}

/*
*
* LAYOUT
*
*/
a, button, input {
  outline: none;
  padding: 0;
  border-radius: 0;
  border: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  background-color: white;
}
body * {
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
}

/*** For extend ***/
.web-layout, .w-footer, article {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
}
.web-layout.grid-layout, .grid-layout.w-footer, article.grid-layout {
  display: grid;
  gap: 16px;
}
@media (min-width: 768px) {
  .web-layout.grid-layout, .grid-layout.w-footer, article.grid-layout {
    gap: 24px;
  }
}
@media (min-width: 1024px) {
  .web-layout.grid-layout, .grid-layout.w-footer, article.grid-layout {
    gap: 40px;
  }
}
.web-layout.col-12, .col-12.w-footer, article.col-12 {
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 768px) {
  .web-layout.col-12, .col-12.w-footer, article.col-12 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1024px) {
  .web-layout.col-12, .col-12.w-footer, article.col-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
.web-layout.col-2, .col-2.w-footer, article.col-2 {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .web-layout.col-2, .col-2.w-footer, article.col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.web-layout.col-3, .col-3.w-footer, article.col-3 {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .web-layout.col-3, .col-3.w-footer, article.col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

/*******************************************************
VARIABLES
*******************************************************/
/****************************************
LAYOUT
****************************************/
section {
  padding: 60px 24px;
}
@media (min-width: 768px) {
  section {
    padding: 80px 40px;
  }
}
@media (min-width: 1024px) {
  section {
    padding: 120px 80px;
  }
}
@media (min-width: 1440px) {
  section {
    padding: 120px 120px;
  }
}
section.w-hero {
  padding: 96px 24px 64px;
  display: grid;
  align-items: flex-end;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (max-width: 767px) {
  section.w-hero {
    padding: 160px 40px 80px;
  }
}
@media (min-width: 1024px) {
  section.w-hero {
    padding: 160px 80px 80px;
  }
}
@media (min-width: 1440px) {
  section.w-hero {
    padding: 160px 120px 80px;
  }
}
section.w-hero * {
  color: white;
}

article.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
article.wrapper.align-top {
  justify-content: flex-start;
}
article.wrapper.align-center {
  justify-content: center;
}
article.wrapper.align-end {
  justify-content: flex-end;
}
article.wrapper-full {
  max-width: inherit;
}
article.text-content-only {
  max-width: 960px;
}

/********* FONCTIONS *********/
.hide,
.is-hide {
  display: none;
}

@media (min-width: 768px) {
  .only-mobile {
    display: none;
  }
}
/****************************************
Design System - General buttons
****************************************/
.main-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 16px 24px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  line-height: 1em;
  font-weight: 700;
  color: white;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .main-cta {
    width: fit-content;
  }
}
.main-cta.disabled {
  opacity: 0.7;
}
.main-cta.rounded-cta {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.main-cta:hover {
  cursor: pointer;
  transition: all 0.3s ease;
}
.main-cta.primary-cta.neutral-cta {
  background: #d3d3d3;
  color: #181818;
}
.main-cta.primary-cta.neutral-cta:hover {
  background: rgb(172.75, 172.75, 172.75);
}
.main-cta.primary-cta.brand-cta {
  background: #242424;
}
.main-cta.primary-cta.brand-cta:hover {
  background: black;
}
.main-cta.primary-cta.accent-cta {
  color: white;
  background: orange;
}
.main-cta.primary-cta.accent-cta:hover {
  background: rgb(178.5, 115.5, 0);
}
.main-cta.secondary-cta.neutral-cta {
  border: 1px solid #181818;
  color: #181818;
}
.main-cta.secondary-cta.neutral-cta:hover {
  background: #181818;
}
.main-cta.secondary-cta.inverted-cta {
  border: 1px solid white;
  color: white;
}
.main-cta.secondary-cta.inverted-cta:hover {
  background: white;
  color: #181818;
}
.main-cta.secondary-cta.brand-cta {
  border: 1px solid #242424;
  color: #242424;
}
.main-cta.secondary-cta.brand-cta:hover {
  background: #242424;
  color: white;
}
.main-cta.secondary-cta.accent-cta {
  border: 1px solid orange;
  color: orange;
}
.main-cta.secondary-cta.accent-cta:hover {
  background: orange;
  color: white;
}
.main-cta.tertiary-cta {
  padding: 0;
  justify-content: flex-start;
}
.main-cta.tertiary-cta.neutral-cta {
  color: #181818;
}
.main-cta.tertiary-cta.neutral-cta:hover {
  color: rgb(100.5, 100.5, 100.5);
  transform: scale(1.1);
  transform-origin: center;
}
.main-cta.tertiary-cta.brand-cta {
  color: #242424;
}
.main-cta.tertiary-cta.brand-cta:hover {
  color: rgb(10.5, 10.5, 10.5);
}
.main-cta.tertiary-cta.accent-cta {
  color: orange;
}
.main-cta.tertiary-cta.accent-cta:hover {
  color: #cc8400;
}
.main-cta.icon:after {
  font: var(--fa-font-regular);
  content: "\f178";
  font-size: 1.5em;
}

/*
*
* HEADER
*
*/
header {
  width: 100%;
  padding: 1rem;
  background: #181818;
  z-index: 10;
}
@media (min-width: 768px) {
  header {
    padding: 1rem;
  }
}
@media (min-width: 1024px) {
  header {
    padding: 1rem 2rem;
  }
}

nav {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav.nav-desktop {
  display: grid;
  grid-template-columns: 3fr 1fr 3fr;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 1023px) {
  nav.nav-desktop {
    display: none;
  }
}
@media (min-width: 1024px) {
  nav.nav-mobile {
    display: none;
  }
}
nav.nav-mobile li {
  width: 100%;
  justify-content: flex-start;
}
nav li {
  list-style: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
nav li.subnav {
  margin-top: -1.5rem;
}

.header-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: fit-content;
}
@media (min-width: 1024px) {
  .header-logo {
    margin: 0 auto;
    width: 80px;
  }
}
.nav-desktop .header-logo {
  flex: 1;
}
.header-logo img {
  width: 100%;
  height: auto;
}

.nav-left,
.nav-right {
  display: inline-flex;
  gap: 3rem;
  flex-direction: row;
}

.nav-right {
  justify-self: flex-end;
}

.header-nav-el {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  line-height: 1em;
  font-weight: 700;
  color: white;
  text-transform: capitalize;
  padding: 0.5rem 0.5rem;
  transition: all 0.3s ease;
}
.header-nav-el:hover {
  opacity: 0.7;
  cursor: pointer;
}
.nav-mobile .header-nav-el {
  color: #181818;
  font-size: 1.5rem;
}

.nav-submenu {
  width: 100%;
  display: none;
  flex-direction: column;
  gap: 2px;
}
.nav-submenu.open {
  display: flex;
}
.nav-submenu .header-nav-el {
  width: 100%;
  background: #d3d3d3;
  font-size: 1.25rem;
  font-weight: 400;
  color: #777777;
  padding: 0.5rem 0.5rem;
}

/********* MOBILE NAV ********/
.nav-menu.mobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background: #e2e2e2;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  transform: translateX(105%);
  transition: all 0.2s ease;
}
.nav-menu.mobile.open {
  transform: translateX(0);
  transition: all 0.2s ease;
}
.nav-menu.mobile .cta-close {
  position: absolute;
  top: 32px;
  right: 32px;
  z-index: 99;
  font-size: 2em;
  color: #181818;
}

#open-nav-mobile {
  font-size: 2rem;
  color: white;
}

/*
*
* FOOTER
*
*/
footer {
  width: 100%;
  background: #e2e2e2;
  z-index: 10;
  padding: 2rem 24px;
}
@media (min-width: 768px) {
  footer {
    padding: 3rem 40px;
  }
}
@media (min-width: 1024px) {
  footer {
    padding: 4rem 80px;
  }
}
footer h5 {
  color: #777777;
}
footer h5:first-child {
  margin-bottom: 1rem;
  color: #333333;
}
@media (min-width: 768px) {
  footer h5:first-child {
    margin-bottom: 1.5rem;
  }
}

ul.footer-sitemap {
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
}
ul.footer-sitemap a {
  color: #777777;
}
ul.footer-sitemap a:hover {
  color: #333333;
}

/*
*
* MAIN CONTENTS
*
*/
.w-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 620px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.w-hero h1 {
  text-align: center;
}
@media (max-width: 767px) {
  .w-hero {
    max-height: 400px;
    padding: 0 2rem !important;
  }
}
@media (max-width: 767px) {
  .w-hero.w-video {
    max-height: 320px;
  }
}
.w-hero .w-hero-content {
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .w-hero .w-hero-content {
    justify-content: center;
  }
}
.w-property-detailed .w-hero .w-hero-content {
  justify-content: center;
}
.w-hero .w-hero-content .main-cta {
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .w-hero .w-hero-content .main-cta {
    margin-top: 3rem;
  }
}
.w-hero .w-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(36, 36, 36, 0.3);
}
.w-hero .w-hero-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
@media (max-width: 767px) {
  .w-hero .w-hero-video-bg {
    height: 100%;
    width: unset;
  }
}

/*********************
HOME PAGE
*********************/
.w-infos {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: space-between;
  gap: 2rem;
}
@media (min-width: 768px) {
  .w-infos {
    flex-direction: row;
    gap: 3rem;
  }
}
@media (min-width: 1024px) {
  .w-infos {
    gap: 6rem;
  }
}
.w-infos figure {
  width: 100%;
  flex: none;
}
@media (min-width: 768px) {
  .w-infos figure {
    width: 320px;
  }
}

.w-properties {
  position: relative;
}

.property-content {
  display: grid;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .property-content {
    grid-template-columns: 7fr 5fr;
    margin-bottom: 4rem;
  }
}
.property-content:nth-of-type(even) {
  direction: rtl;
}
.property-content:nth-of-type(even) > * {
  direction: ltr;
}
@media (min-width: 1024px) {
  .property-content:nth-of-type(even) .property-infos {
    margin-left: 0;
    margin-right: -6rem;
  }
}
.property-content .w-property-img {
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .property-content .w-property-img {
    margin: 0 -24px;
  }
}
.property-content .w-property-img .property-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  aspect-ratio: 1/1;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.property-content .w-property-img .property-img:hover {
  transform: scale(1.1);
}
.property-content .property-infos {
  padding: 1rem;
  background: #f2f2f2;
  margin-top: -1.5rem;
  height: fit-content;
  z-index: 2;
}
@media (min-width: 1024px) {
  .property-content .property-infos {
    padding: 3rem;
    margin-top: 3rem;
    margin-left: -6rem;
  }
}
@media (max-width: 767px) {
  .property-content .property-infos p {
    display: none;
  }
}
@media (max-width: 767px) {
  .property-content .property-infos a {
    justify-content: flex-end;
  }
}

.property-name {
  margin-bottom: 0.25rem;
}
@media (min-width: 1024px) {
  .property-name {
    margin-bottom: 0.5rem;
  }
}

.property-location {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .property-location {
    margin-bottom: 0.75rem;
  }
}

.features-list {
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
  margin-bottom: 2rem;
}
@media (min-width: 375px) {
  .features-list {
    flex-wrap: wrap;
  }
}
.features-list li {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  line-height: 1em;
  font-weight: 400;
  color: #777777;
}

/*********************
PROPERTY PAGE
*********************/
.w-gallery {
  margin-top: 4rem;
}
@media (min-width: 1024px) {
  .w-gallery {
    margin-top: 8rem;
  }
}

.gallery-container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .gallery-container {
    grid-template-columns: repeat(4, 1fr);
  }
}

.gallery-thumb {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  aspect-ratio: 1/1;
  transition: all 0.3s ease;
}
.gallery-thumb:hover {
  opacity: 0.7;
  cursor: pointer;
}

.w-popup {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  padding: 2rem;
}
@media (min-width: 768px) {
  .w-popup {
    padding: 4rem;
  }
}
.w-popup.is-hide {
  display: none;
}

.popup-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
  color: white;
  font-size: 3rem;
}

.gallery-img {
  max-width: 1340px;
  margin: 0 auto;
}

/*# sourceMappingURL=global.css.map */
