/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

:root {
  --color-dark-red: #490400;
  --color-light-yellow: #FED774;
  --color-charcoal: #1B262E;
  --color-light-red: #C10307;
  --color-yellow: #FFCF00;
  --color-grey: #384955;
  --color-beige-light: #efe6df;
  --color-beige: #EDD6C2;
  --color-residence: #00688a;
  --color-residence-mid: #0188b5;
  --color-residence-light: #46c1ea;
  --color-azure-dark: #003255;
  --color-azure-mid: #1a5884;
  --color-forest-green: #054a0e;
  --color-forest-mid: #077015;
}

@font-face {
  font-family: "immortal";
  src: url("../font/IMMORTAL.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mistrully";
  src: url("../font/mistrully.regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  scroll-behavior: smooth;
}

body {
  font-family: "Hanken Grotesk", "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  margin: 0;
  background-color: var(--color-beige);
  background-position: center;
  line-height: 140%;
  font-size: 18px;
}

.srt,
.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.container {
  padding: 1rem;
  max-width: 1000px;
  margin: 1rem auto;
}

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

.highlight-text {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--color-forest-green);
  margin: 1rem auto;
  text-align: center;
}

/*****************/
.split-page {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  text-align: center;
}
.split-page .split {
  height: 60vh;
  position: relative;
}
.split-page .split .split-link {
  font-family: "IMMORTAL";
  font-size: 2rem;
  line-height: 1.2;
  color: var(--color-charcoal);
  text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.9);
  text-decoration: none;
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1;
}
.split-page .split .split-link p {
  width: 270px;
}
.split-page .split .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.4;
}
.split-page .split:hover .background {
  opacity: 0.8;
}

/*****************/
header {
  text-align: center;
  position: sticky;
  top: 0;
  width: 100vw;
  min-height: 2.5rem;
  background-color: var(--color-charcoal);
  z-index: 10;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
header.jardins .active {
  background-color: var(--color-forest-green);
}
header.jardins .sub-menu {
  background-color: var(--color-forest-green);
}
header.jardins .sub-menu .button:hover {
  background: var(--color-forest-mid);
}
header.utopia .active {
  background-color: var(--color-azure-dark);
}
header.utopia .sub-menu {
  background-color: var(--color-azure-dark);
}
header.utopia .sub-menu .button:hover {
  background: var(--color-azure-mid);
}
header.residence .active {
  background-color: var(--color-residence);
}
header.residence .sub-menu {
  background-color: var(--color-residence);
}
header.residence .sub-menu .button:hover {
  background: var(--color-residence-mid);
}

nav {
  width: 100%;
  height: 100%;
}

.menu {
  width: 100%;
  height: 40px;
}
.menu li {
  padding: 0.4rem;
}
.menu .button {
  font-family: "IMMORTAL";
  font-size: 1.2rem;
}
.menu .button:hover {
  background: var(--color-grey);
}

.menu ul {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 1rem;
  justify-content: space-evenly;
  align-items: center;
}

.button {
  color: var(--color-beige);
  padding: 0.2rem 0.5rem;
}

.button:hover {
  background: rgba(0, 0, 0, 0.8);
}

.frontPage {
  width: 100vw;
  min-height: 260px;
  background-image: url(../img/background.jpg);
  background-size: cover;
  background-position: center;
  scroll-margin-top: 40px;
}
.frontPage h2 {
  color: var(--color-charcoal);
  font-weight: normal;
  padding: 0.5rem;
}

.headerSmall {
  font-family: "mistrully", sans-serif;
  color: var(--color-dark-red);
  font-size: 2rem;
}

.headerLarge {
  font-family: "IMMORTAL";
  color: var(--color-light-yellow);
  font-size: 4rem;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 12%;
  text-shadow: 2px 0px var(--color-forest-green), -2px 0px var(--color-forest-green), 0px 2px var(--color-forest-green), 0px -2px var(--color-forest-green);
}

.headerMedium {
  font-family: "IMMORTAL";
  color: var(--color-light-yellow);
  font-size: 2rem;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 80%;
  text-shadow: 2px 0px var(--color-forest-green), -2px 0px var(--color-forest-green), 0px 2px var(--color-forest-green), 0px -2px var(--color-forest-green);
}

h1 {
  font-size: 3rem;
  text-shadow: 1px 1px 2px rgba(56, 73, 85, 0.5294117647);
}

h2 {
  font-size: 2rem;
}

p {
  margin: 0.5rem auto;
  font-weight: 400;
}

em {
  font-style: italic;
}

span.bold {
  font-weight: 600;
}

.centered {
  margin: 1rem 0 3rem;
  text-align: center;
}

a.dl-btn {
  display: inline-block;
  background-color: var(--color-forest-green);
  color: white;
  font-family: "IMMORTAL";
  padding: 0.7rem 1.2rem;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  border-radius: 2rem;
}
a.dl-btn:hover {
  background-color: var(--color-forest-mid);
}
a.dl-btn:visited {
  color: white;
}

.space-up {
  margin-top: 2rem;
}

.presentation {
  background-color: var(--color-beige-light);
  margin: 0 auto;
  position: relative;
  scroll-margin-top: 40px;
  padding: 3vh 0;
}
.presentation .sub {
  color: var(--color-forest-green);
  font-size: 1.1rem;
  margin: -1rem 0 0.8rem;
  font-weight: 500;
}
.presentation .signature {
  text-align: right;
  font-weight: 300;
}

.gites-background {
  width: 90%;
  height: 95%;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin: 0 auto;
  padding: 4vh 4vw;
  max-width: 800px;
}

.background.last {
  justify-content: start;
  padding-top: 5%;
  height: fit-content;
}

h1, h2, h3 {
  font-family: "IMMORTAL";
  text-align: center;
  color: var(--color-forest-green);
  margin-top: 0.5rem;
  margin-bottom: 0.8rem;
  line-height: 1.4;
}

h3 {
  font-size: 1.5rem;
  color: var(--color-dark-red);
  margin: 0.5rem;
}

.dl-link:link, .dl-link:visited, .dl-link:hover, .dl-link:active {
  font-family: "IMMORTAL";
  margin: 1.2rem;
  font-size: 1.2rem;
  color: var(--color-forest-mid);
}

.gites {
  background-color: var(--color-forest-green);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  margin: 0 auto;
  scroll-margin-top: 40px;
  padding: 3vh 0;
}

.gite {
  margin-bottom: 3rem;
}

.programDescription {
  font-size: 1rem;
  text-align: left;
  margin: 0;
}

.partners {
  width: 100vw;
  background-color: white;
  scroll-margin-top: 40px;
}
.partners .partnerLogo {
  max-width: 200px;
  max-height: 50px;
  margin: 20px;
  display: inline-block;
}

footer {
  background-color: var(--color-charcoal);
  clear: both;
  color: var(--color-beige);
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.5rem 0;
  text-align: center;
  bottom: 0;
  overflow: hidden;
}
footer.jardins {
  background-color: var(--color-forest-green);
}
footer.utopia {
  background-color: var(--color-azure-dark);
}
footer a:link, footer a:visited, footer a:hover, footer a:active {
  color: var(--color-beige);
}

.copyright {
  background-color: var(--color-grey);
  color: var(--color-beige);
  padding: 0.5rem 0;
  text-align: center;
}

.feature-image {
  position: relative;
}
.feature-image img {
  width: 100%;
  max-height: 300px;
  display: block;
}
.feature-image h1 {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  color: var(--color-light-yellow);
  font-family: "IMMORTAL";
  font-size: 3rem;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.9);
}

.gites-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 0;
  background-color: var(--color-beige);
}
.gites-section .summary {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 2rem;
  padding: 2rem;
}

.text-block ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}
.text-block blockquote {
  font-family: "mistrully", sans-serif;
  font-size: 2rem;
  color: var(--color-forest-green);
  margin: 1rem 0;
  text-align: center;
}
.text-block a:link,
.text-block a:visited {
  color: var(--color-forest-green);
  text-decoration: underline;
}
.text-block .image {
  max-width: 300px;
  display: inline-block;
  margin: 1rem;
  border-radius: 5px;
  background-color: var(--color-beige-light);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  padding: 0.8rem;
}
.text-block .image img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto 0.5rem;
}
.text-block .image figcaption {
  font-family: "mistrully", sans-serif;
  text-align: center;
  color: var(--color-grey);
}

.large-text {
  clear: both;
  padding: 2rem;
}

.large-image {
  clear: both;
  margin: 2rem auto;
}

.width50 {
  width: 50%;
  float: left;
  vertical-align: top;
  padding: 0 2rem;
  margin: 2rem 0;
}

.prices {
  max-width: 600px;
  margin: 2rem auto;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 260px;
  gap: 1rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
}

.gallery-item {
  background-size: cover;
  background-position: center;
}

.framed {
  width: 90%;
  height: 95%;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin: 0 auto;
  padding: 4vh 4vw;
  max-width: 800px;
}
.framed + * {
  clear: both;
}

.section {
  clear: both;
  margin: 0 auto;
  scroll-margin-top: 80px;
  padding: 3vh 0;
}

#utopia h1, #utopia h2 {
  color: var(--color-grey);
  text-align: center;
}
#utopia h3 {
  color: var(--color-dark-red);
}
#utopia a.dl-btn {
  background-color: #5fa09e;
}
#utopia a.dl-btn:hover {
  background-color: #58c7c3;
}
#utopia .dl-link:link, #utopia .dl-link:visited, #utopia .dl-link:hover, #utopia .dl-link:active {
  color: var(--color-azure-mid);
}
#utopia .frontPage {
  background-image: url(../img/background.png);
  background-repeat: repeat-x;
  background-size: contain;
}
#utopia .frontPage h1, #utopia .frontPage h2 {
  color: var(--color-light-yellow);
  margin-left: auto;
  margin-right: auto;
}
#utopia .frontPage .title {
  position: relative;
  max-width: 402.53px;
  aspect-ratio: 848/1264;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}
#utopia .cloud {
  width: 45vw;
  max-width: 181.14px;
  aspect-ratio: 203/94;
  background-image: url(img/cloud.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 3%;
  text-align: center;
  padding: 14px 0 0 0;
}
#utopia .presentation {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0 auto;
  position: relative;
  padding: 3vh 0;
}
#utopia .presentation .sub {
  color: var(--color-azure-dark);
  font-size: 1.1rem;
  margin: -1rem 0 0.8rem;
  font-weight: 500;
}
#utopia .program {
  background-size: cover;
  background-position: center;
}
#utopia .programDay {
  font-family: "IMMORTAL";
  font-size: 1rem;
  width: 95%;
  margin: 0 0 0 5%;
  text-align: left;
}
#utopia .programDay::first-letter {
  text-transform: uppercase;
}
#utopia .programContent {
  display: grid;
  grid-template-columns: 1fr 50px 6fr;
  margin: 0.5rem 0 0.5rem 5%;
  width: 95%;
}
#utopia .programHour {
  margin: 0;
  font-size: 1.2rem;
}
#utopia .programIcon {
  background-repeat: no-repeat;
  background-position: center 0%;
  background-size: 40px 40px;
}
#utopia .partners .partnerLogo {
  max-width: 200px;
  max-height: 50px;
  margin: 20px;
  display: inline-block;
}

#residences {
  background-color: var(--color-beige-light);
}
#residences h1 {
  color: white;
}
#residences h2 {
  color: var(--color-residence);
}
#residences h3 {
  color: var(--color-residence-mid);
}
#residences a.dl-btn {
  background-color: var(--color-residence-mid);
}
#residences a.dl-btn:hover {
  background-color: var(--color-residence-mid);
}
#residences .dl-link:link, #residences .dl-link:visited, #residences .dl-link:hover, #residences .dl-link:active {
  color: var(--color-residence-mid);
}
#residences .text-block a:link,
#residences .text-block a:visited {
  color: var(--color-residence);
  text-decoration: underline;
}
#residences .intro {
  font-family: "mistrully";
  font-size: 2em;
  line-height: 180%;
  text-align: center;
  margin: 2rem auto;
  padding: 1rem;
  max-width: 90%;
  color: var(--color-residence);
}
#residences .photos {
  color: white;
  background-color: var(--color-residence);
}
#residences .photos h2 {
  color: white;
}

@media screen and (min-width: 768px) {
  .split-page {
    flex-direction: row;
    flex-wrap: nowrap;
    height: 100vh;
  }
  .split-page .split {
    width: 33.3vw;
    height: 100vh;
    transition: all 0.5s ease-in-out;
  }
  .split-page .split:hover {
    width: 45vw;
  }
  .frontPage {
    padding: 3vh 0;
  }
  .frontPage h2 {
    text-align: left;
    max-width: 500px;
  }
  .col-2 .col {
    width: 50%;
    margin: 0 -1rem;
    padding: 0 2rem;
    display: inline-block;
    vertical-align: center;
  }
  .gallery {
    grid-template-columns: repeat(4, 1fr);
  }
  footer {
    display: flex;
    justify-content: space-around;
  }
  .footer-col {
    text-align: left;
    margin: 0.5rem 0;
    display: inline-block;
  }
}
@media screen and (min-width: 1040px) {
  .gallery {
    grid-template-columns: repeat(6, 1fr);
  }
}

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