/* BREAKPOINTS */
/* MEDIA QUERIES */
/*
$lt-smartphone: only screen and (max-device-width: 576px);
*/
.is-xs, .is-s, .is-m, .is-l, .is-xl {
  display: none;
}

@media only screen and (min-width: 576px) {
  .is-xs {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .is-s {
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  .is-m {
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
  .is-l {
    display: block;
  }
}

@media only screen and (min-width: 1600px) {
  .is-xl {
    display: block;
  }
}

.only-xs, .only-s, .only-m, .only-l, .only-xl {
  display: none;
}

@media only screen and (min-width: 0px) and (max-width: 576px) {
  .only-xs {
    display: block;
  }
}

@media only screen and (min-width: 577px) and (max-width: 768px) {
  .only-s {
    display: block;
  }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .only-m {
    display: block;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .only-l {
    display: block;
  }
}

@media only screen and (min-width: 1201px) {
  .only-xl {
    display: block;
  }
}

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%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

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;
}

* {
  box-sizing: border-box;
}

button, input {
  outline: 0;
}

@font-face {
  font-family: "icon";
  src: url("../fonts/icons/icon.eot");
  src: url("../fonts/icons/icon.eot?#iefix") format("eot"), url("../fonts/icons/icon.woff") format("woff"), url("../fonts/icons/icon.woff") format("woff"), url("../fonts/icons/icon.ttf") format("truetype"), url("../fonts/icons/icon.svg#icon") format("svg");
}

.icon:before {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
  text-decoration: none;
  text-transform: none;
}

.icon-admin-bold:before {
  content: "\E001";
}

.icon-admin-light:before {
  content: "\E002";
}

.icon-admin-regular:before {
  content: "\E003";
}

.icon-administrative-building-bold:before {
  content: "\E004";
}

.icon-administrative-building-light:before {
  content: "\E005";
}

.icon-administrative-building-regular:before {
  content: "\E006";
}

.icon-arrow-left:before {
  content: "\E007";
}

.icon-arrow-right:before {
  content: "\E008";
}

.icon-book-bold:before {
  content: "\E009";
}

.icon-book-light:before {
  content: "\E00A";
}

.icon-book-regular:before {
  content: "\E00B";
}

.icon-chat-bold:before {
  content: "\E00C";
}

.icon-chat-light:before {
  content: "\E00D";
}

.icon-chat-regular:before {
  content: "\E00E";
}

.icon-dashboard-bold:before {
  content: "\E00F";
}

.icon-dashboard-light:before {
  content: "\E010";
}

.icon-dashboard-regular:before {
  content: "\E011";
}

.icon-download-bold:before {
  content: "\E012";
}

.icon-download-light:before {
  content: "\E013";
}

.icon-download-regular:before {
  content: "\E014";
}

.icon-edit-bold:before {
  content: "\E015";
}

.icon-edit-light:before {
  content: "\E016";
}

.icon-edit-regular:before {
  content: "\E017";
}

.icon-form-bold:before {
  content: "\E018";
}

.icon-form-light:before {
  content: "\E019";
}

.icon-form-regular:before {
  content: "\E01A";
}

.icon-group-bold:before {
  content: "\E01B";
}

.icon-group-light:before {
  content: "\E01C";
}

.icon-group-regular:before {
  content: "\E01D";
}

.icon-home-bold:before {
  content: "\E01E";
}

.icon-home-light:before {
  content: "\E01F";
}

.icon-home-regular:before {
  content: "\E020";
}

.icon-hospital-bold:before {
  content: "\E021";
}

.icon-hospital-light:before {
  content: "\E022";
}

.icon-hospital-regular:before {
  content: "\E023";
}

.icon-hostel-bold:before {
  content: "\E024";
}

.icon-hostel-light:before {
  content: "\E025";
}

.icon-hostel-regular:before {
  content: "\E026";
}

.icon-language-bold:before {
  content: "\E027";
}

.icon-language-light:before {
  content: "\E028";
}

.icon-language-regular:before {
  content: "\E029";
}

.icon-less-bold:before {
  content: "\E02A";
}

.icon-less-light:before {
  content: "\E02B";
}

.icon-less-regular:before {
  content: "\E02C";
}

.icon-mail-bold:before {
  content: "\E02D";
}

.icon-mail-light:before {
  content: "\E02E";
}

.icon-mail-regular:before {
  content: "\E02F";
}

.icon-mall-bold:before {
  content: "\E030";
}

.icon-mall-light:before {
  content: "\E031";
}

.icon-mall-regular:before {
  content: "\E032";
}

.icon-minus-bold:before {
  content: "\E033";
}

.icon-minus-light:before {
  content: "\E034";
}

.icon-minus-regular:before {
  content: "\E035";
}

.icon-money-bold:before {
  content: "\E036";
}

.icon-money-light:before {
  content: "\E037";
}

.icon-money-regular:before {
  content: "\E038";
}

.icon-more-bold:before {
  content: "\E039";
}

.icon-more-light:before {
  content: "\E03A";
}

.icon-more-regular:before {
  content: "\E03B";
}

.icon-mountain-activity-bold:before {
  content: "\E03C";
}

.icon-mountain-activity-light:before {
  content: "\E03D";
}

.icon-mountain-activity-regular:before {
  content: "\E03E";
}

.icon-moutain-activity-bold:before {
  content: "\E03F";
}

.icon-moutain-activity-light:before {
  content: "\E040";
}

.icon-moutain-activity-regular:before {
  content: "\E041";
}

.icon-notification-bold:before {
  content: "\E042";
}

.icon-notification-light:before {
  content: "\E043";
}

.icon-notification-regular:before {
  content: "\E044";
}

.icon-off-bold:before {
  content: "\E045";
}

.icon-off-light:before {
  content: "\E046";
}

.icon-off-regular:before {
  content: "\E047";
}

.icon-pen-bold:before {
  content: "\E048";
}

.icon-pen-light:before {
  content: "\E049";
}

.icon-pen-regular:before {
  content: "\E04A";
}

.icon-person-bold:before {
  content: "\E04B";
}

.icon-person-light:before {
  content: "\E04C";
}

.icon-person-regular:before {
  content: "\E04D";
}

.icon-pharmacy-bold:before {
  content: "\E04E";
}

.icon-pharmacy-light:before {
  content: "\E04F";
}

.icon-pharmacy-regular:before {
  content: "\E050";
}

.icon-phone-bold:before {
  content: "\E051";
}

.icon-phone-light:before {
  content: "\E052";
}

.icon-phone-regular:before {
  content: "\E053";
}

.icon-pictos_mobilite_bus:before {
  content: "\E054";
}

.icon-pictos_mobilite_marche:before {
  content: "\E055";
}

.icon-pictos_mobilite_train:before {
  content: "\E056";
}

.icon-pictos_mobilite_voiture:before {
  content: "\E057";
}

.icon-plus-bold:before {
  content: "\E058";
}

.icon-plus-light:before {
  content: "\E059";
}

.icon-plus-regular:before {
  content: "\E05A";
}

.icon-restaurant-bold:before {
  content: "\E05B";
}

.icon-restaurant-light:before {
  content: "\E05C";
}

.icon-restaurant-regular:before {
  content: "\E05D";
}

.icon-school-bold:before {
  content: "\E05E";
}

.icon-school-light:before {
  content: "\E05F";
}

.icon-school-regular:before {
  content: "\E060";
}

.icon-setting-bold:before {
  content: "\E061";
}

.icon-setting-light:before {
  content: "\E062";
}

.icon-setting-regular:before {
  content: "\E063";
}

.icon-shop-bold:before {
  content: "\E064";
}

.icon-shop-light:before {
  content: "\E065";
}

.icon-shop-regular:before {
  content: "\E066";
}

.icon-stat-bold:before {
  content: "\E067";
}

.icon-stat-light:before {
  content: "\E068";
}

.icon-stat-regular:before {
  content: "\E069";
}

.icon-train-bold:before {
  content: "\E06A";
}

.icon-train-light:before {
  content: "\E06B";
}

.icon-train-regular:before {
  content: "\E06C";
}

.icon-trash-bold:before {
  content: "\E06D";
}

.icon-trash-light:before {
  content: "\E06E";
}

.icon-trash-regular:before {
  content: "\E06F";
}

.icon-under-setting-bold:before {
  content: "\E070";
}

.icon-under-setting-light:before {
  content: "\E071";
}

.icon-under-setting-regular:before {
  content: "\E072";
}

.icon-university-bold:before {
  content: "\E073";
}

.icon-university-light:before {
  content: "\E074";
}

.icon-university-regular:before {
  content: "\E075";
}

.icon-upload-bold:before {
  content: "\E076";
}

.icon-upload-light:before {
  content: "\E077";
}

.icon-upload-regular:before {
  content: "\E078";
}

@font-face {
  font-family: 'Tajawal';
  src: url("../fonts/Tajawal/Tajawal-ExtraLight.eot");
  src: url("../fonts/Tajawal/Tajawal-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Tajawal/Tajawal-ExtraLight.woff2") format("woff2"), url("../fonts/Tajawal/Tajawal-ExtraLight.woff") format("woff"), url("../fonts/Tajawal/Tajawal-ExtraLight.ttf") format("truetype"), url("../fonts/Tajawal/Tajawal-ExtraLight.svg#Tajawal-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Tajawal';
  src: url("../fonts/Tajawal/Tajawal-Medium.eot");
  src: url("../fonts/Tajawal/Tajawal-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Tajawal/Tajawal-Medium.woff2") format("woff2"), url("../fonts/Tajawal/Tajawal-Medium.woff") format("woff"), url("../fonts/Tajawal/Tajawal-Medium.ttf") format("truetype"), url("../fonts/Tajawal/Tajawal-Medium.svg#Tajawal-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Tajawal';
  src: url("../fonts/Tajawal/Tajawal-Light.eot");
  src: url("../fonts/Tajawal/Tajawal-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Tajawal/Tajawal-Light.woff2") format("woff2"), url("../fonts/Tajawal/Tajawal-Light.woff") format("woff"), url("../fonts/Tajawal/Tajawal-Light.ttf") format("truetype"), url("../fonts/Tajawal/Tajawal-Light.svg#Tajawal-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Tajawal';
  src: url("../fonts/Tajawal/Tajawal-Black.eot");
  src: url("../fonts/Tajawal/Tajawal-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Tajawal/Tajawal-Black.woff2") format("woff2"), url("../fonts/Tajawal/Tajawal-Black.woff") format("woff"), url("../fonts/Tajawal/Tajawal-Black.ttf") format("truetype"), url("../fonts/Tajawal/Tajawal-Black.svg#Tajawal-Black") format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Tajawal';
  src: url("../fonts/Tajawal/Tajawal-ExtraBold.eot");
  src: url("../fonts/Tajawal/Tajawal-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Tajawal/Tajawal-ExtraBold.woff2") format("woff2"), url("../fonts/Tajawal/Tajawal-ExtraBold.woff") format("woff"), url("../fonts/Tajawal/Tajawal-ExtraBold.ttf") format("truetype"), url("../fonts/Tajawal/Tajawal-ExtraBold.svg#Tajawal-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Tajawal';
  src: url("../fonts/Tajawal/Tajawal-Regular.eot");
  src: url("../fonts/Tajawal/Tajawal-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Tajawal/Tajawal-Regular.woff2") format("woff2"), url("../fonts/Tajawal/Tajawal-Regular.woff") format("woff"), url("../fonts/Tajawal/Tajawal-Regular.ttf") format("truetype"), url("../fonts/Tajawal/Tajawal-Regular.svg#Tajawal-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Tajawal';
  src: url("../fonts/Tajawal/Tajawal-Bold.eot");
  src: url("../fonts/Tajawal/Tajawal-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Tajawal/Tajawal-Bold.woff2") format("woff2"), url("../fonts/Tajawal/Tajawal-Bold.woff") format("woff"), url("../fonts/Tajawal/Tajawal-Bold.ttf") format("truetype"), url("../fonts/Tajawal/Tajawal-Bold.svg#Tajawal-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Cantata One';
  src: url("../fonts/CantataOne/CantataOne-Regular.eot");
  src: url("../fonts/CantataOne/CantataOne-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/CantataOne/CantataOne-Regular.woff2") format("woff2"), url("../fonts/CantataOne/CantataOne-Regular.woff") format("woff"), url("../fonts/CantataOne/CantataOne-Regular.ttf") format("truetype"), url("../fonts/CantataOne/CantataOne-Regular.svg#CantataOne-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

html, html body {
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: 300;
  font-family: 'Tajawal', sans-serif;
}

@media only screen and (max-width: 768px) {
  html, html body {
    font-size: 18px;
  }
}

#main-header > .wrapper, #main-content > section > .wrapper {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

a.button-download, .popup-form > .container .form-container .next-download, a.button, #main-content .contact .form .buttons .next {
  width: 250px;
  display: block;
  line-height: 1.2em;
  text-align: center;
  border-radius: 5px;
  color: #707070;
  font-weight: 300;
  margin: auto;
  font-size: 1rem;
  padding: 0.5em 0 0.2em 0;
  text-transform: uppercase;
  background-color: #FFFFFF;
  box-shadow: 3px 3px 0px 0px #707070;
  transition: all 200ms ease;
}

a.button-download:hover, .popup-form > .container .form-container .next-download:hover, a.button:hover, #main-content .contact .form .buttons .next:hover {
  color: #FFFFFF;
  background-color: #7A7571;
}

a.button-download:active, .popup-form > .container .form-container .next-download:active, a.button:active, #main-content .contact .form .buttons .next:active {
  color: #7A7571;
  background-color: #E5E5E5;
}

a.button-download, .popup-form > .container .form-container .next-download {
  width: 90%;
  display: flex;
  line-height: 1em;
  color: #FFFFFF;
  padding: 22.5px 0 10px 0;
  font-size: 30px;
  background-color: #427998;
  box-shadow: 3px 3px 0px 0px #FFFFFF;
}

@media only screen and (max-width: 768px) {
  a.button-download, .popup-form > .container .form-container .next-download {
    font-size: 1rem;
    padding: 1em 0;
  }
}

a.button-download .icon, .popup-form > .container .form-container .next-download .icon {
  top: 5px;
  display: block;
  margin-left: auto;
  margin-right: 20px;
  font-size: 65px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  a.button-download .icon, .popup-form > .container .form-container .next-download .icon {
    font-size: 28px;
    top: 1px;
  }
}

a.button-download span, .popup-form > .container .form-container .next-download span {
  display: block;
  margin-right: auto;
  font-weight: 400;
  text-align: left;
}

a.button-download:hover, .popup-form > .container .form-container .next-download:hover {
  color: #FFFFFF;
  background-color: #3E3D43;
}

a.button-download:hover .icon, .popup-form > .container .form-container .next-download:hover .icon {
  color: #FFFFFF;
}

a.button-download:hover span, .popup-form > .container .form-container .next-download:hover span {
  color: #FFFFFF;
}

a.button-download:active, .popup-form > .container .form-container .next-download:active {
  color: #FFFFFF;
  background-color: #7A7571;
}

#main-header .burger-toggle > div, #main-header .burger-toggle > div:before, #main-header .burger-toggle > div:after {
  height: 1px;
  width: 100%;
  display: block;
  transition: all 300ms ease;
  background-color: #7A7571;
}

html {
  scroll-behavior: smooth;
}

html body {
  color: #7A7571;
}

html body img {
  width: 100%;
  max-width: 100%;
}

h1 {
  width: 100%;
  line-height: 1.1em;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  position: relative;
  margin-bottom: 2em;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 25px;
  }
}

h1:after {
  content: '';
  width: 7em;
  height: 1px;
  display: block;
  margin: auto;
  background-color: black;
  margin-top: 0.7em;
}

h2 {
  font-weight: 500;
  line-height: 1.1em;
  font-size: 30px;
  text-transform: uppercase;
  padding-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  h2 {
    font-size: 25px;
  }
}

a {
  transition: all 200ms ease;
  text-decoration: none;
}

strong {
  font-weight: 600;
}

p {
  line-height: 1.2em;
  margin-bottom: 20px;
}

sup {
  top: -0.5em;
  position: relative;
  font-size: 70%;
}

figure {
  width: 100%;
  display: block;
}

figure a {
  color: #FFFFFF;
  display: block;
  position: relative;
}

figure a .icon {
  top: 20px;
  right: 20px;
  position: absolute;
}

.status {
  display: flex;
  position: relative;
}

.status:before {
  top: 0;
  left: -20px;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  max-width: 15px;
  max-height: 15px;
  background-color: white;
  border-radius: 100%;
  margin-right: 5px;
  position: absolute;
}

.status.free:before {
  background-color: #57B766;
}

.status.reserved:before {
  background-color: #F7BF03;
}

.status.sold:before {
  background-color: #B75959;
}

.content img {
  display: block;
  margin: auto;
}

.content ul li {
  position: relative;
  list-style-type: none;
}

.content ul li:before {
  content: '-';
  margin-right: 0.2em;
  display: inline-block;
}

.swiper-container {
  position: relative;
}

.swiper-container .icon {
  top: 20px;
  right: 20px;
  position: absolute;
  z-index: 900;
  color: #FFFFFF;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  bottom: 20px;
  top: initial;
  width: 23px;
  height: 36px;
  background-size: 23px 36px;
}

.swiper-container .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.4);
}

.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: white;
}

.notice {
  display: none;
}

.notice.success {
  text-align: center;
  font-size: 25px;
}

.notice.error {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
}

.popup-form {
  top: 0;
  left: 0;
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 1000000;
  background-color: rgba(0, 0, 0, 0.9);
}

.popup-form > .container {
  top: 50%;
  left: 50%;
  width: 40%;
  margin: auto;
  min-width: 550px;
  padding: 10px;
  z-index: 1000000;
  transform: translate(-50%, -50%);
  position: fixed;
  background-color: #FFFFFF;
}

@media only screen and (max-width: 768px) {
  .popup-form > .container {
    top: 50%;
    left: 0;
    width: 100%;
    min-width: initial;
    transform: translate(0, -50%);
  }
}

.popup-form > .container .header {
  position: relative;
  padding: 22.5px 0;
  background-color: #7A7571;
}

.popup-form > .container .header img {
  width: 50%;
  max-width: 200px;
  margin: auto;
  display: block;
}

.popup-form > .container .header .icon {
  cursor: pointer;
  font-size: 25px;
  transform: rotate(45deg);
  color: #FFFFFF;
  top: 10px;
  right: 20px;
  position: absolute;
}

.popup-form > .container .form-container {
  padding: 45px;
  background-color: #E5E5E5;
}

.popup-form > .container .form-container .form-field {
  margin-bottom: 20px;
}

.popup-form > .container .form-container p.message {
  text-align: center;
  margin-bottom: 45px;
}

.popup-form > .container .form-container input {
  width: 100%;
  border: none;
  font-size: 1rem;
  line-height: 1.8em;
  padding: 0 0.5em;
  font-weight: 300;
}

.popup-form > .container .form-container input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #d2cccc;
}

.popup-form > .container .form-container input::-moz-placeholder {
  /* Firefox 19+ */
  color: #d2cccc;
}

.popup-form > .container .form-container input:-ms-input-placeholder {
  /* IE 10+ */
  color: #d2cccc;
}

.popup-form > .container .form-container input:-moz-placeholder {
  /* Firefox 18- */
  color: #d2cccc;
}

.popup-form > .container .form-container .g-recaptcha {
  margin: auto;
  margin-bottom: 45px;
}

.popup-form > .container .form-container .next-download {
  width: initial;
  padding: 0.8em;
  font-size: 1rem;
  border: none;
  box-shadow: 3px 3px 0px 0px #7A7571;
}

@media only screen and (max-width: 768px) {
  .popup-form > .container .form-container .next-download {
    font-size: 0.85rem;
  }
}

.popup-form > .container .form-error input, .popup-form > .container .form-error textarea {
  border: 1px solid #427998;
}

.popup-form > .container .notice.success {
  line-height: 1.1em;
  font-size: 25px;
  color: #427998;
}

.popup-form > .container .notice.success h2 {
  font-weight: 500;
  line-height: 0.9em;
  font-size: 30px;
  padding-bottom: 0;
  transform: translateY(10%);
}

.popup-form > .container .notice.success .info {
  transform: translateY(10%);
  color: #7A7571;
  font-size: 1rem;
}

.popup-form > .container .notice.success .info a {
  color: #7A7571;
}

.popup-form > .container .notice.error {
  color: #427998;
}

.popup-info {
  left: 50%;
  bottom: -100%;
  width: 90%;
  max-width: 1000px;
  position: fixed;
  z-index: 10000;
  padding: 45px 0;
  transform: translateX(-50%);
  background-color: #427998;
  border-radius: 20px 20px 0 0;
  transition: all 700ms ease;
}

.popup-info.opened {
  bottom: 0;
}

.popup-info #close-info {
  top: 10px;
  right: 20px;
  font-size: 25px;
  color: #FFFFFF;
  position: absolute;
  transform: rotate(45deg);
  cursor: pointer;
}

.popup-info h1 {
  color: #FFFFFF;
  margin-bottom: 1rem;
}

.popup-info h1:after {
  background-color: #CAB195;
}

.popup-info img {
  width: 50%;
  margin: auto;
  display: block;
  max-width: 500px;
  margin-bottom: 1rem;
}

.popup-info .buttons {
  width: 45%;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .popup-info .buttons {
    width: 100%;
  }
}

.popup-info .buttons .button-download {
  color: #000;
  background-color: white;
  font-size: 25px;
  box-shadow: 3px 3px 0px 0px black;
}

@media only screen and (max-width: 768px) {
  .popup-info .buttons .button-download {
    font-size: 1rem;
  }
}

.popup-info .buttons .button-download:hover {
  background-color: #7A7571;
}

.page-homepage #main-header.fixed .logo {
  display: block;
}

#main-header {
  top: 20px;
  left: 20px;
  z-index: 1000;
  position: absolute;
  width: calc(100vw - 40px);
  background-color: rgba(255, 255, 255, 0.8);
}

#main-header > .wrapper {
  position: relative;
  padding: 10px 0;
}

@media only screen and (max-width: 768px) {
  #main-header {
    height: 55px;
  }
}

#main-header .logo {
  top: 6.6666666667px;
  left: 0;
  width: 100px;
  position: absolute;
  display: block;
}

#main-header .logo.show {
  display: block;
}

#main-header .info-lots-status {
  top: 0;
  right: 45px;
  position: absolute;
  padding: 10px;
  padding-top: 20px;
  border: 1px solid #000;
  background-color: rgba(20, 20, 20, 0.7);
}

@media only screen and (max-width: 768px) {
  #main-header .info-lots-status {
    display: none;
  }
}

#main-header .info-lots-status > span {
  color: #FFFFFF;
  display: block;
  text-align: center;
  line-height: 1.2em;
  font-size: 64px;
  font-family: 'Cantata One';
}

#main-header .info-lots-status > span.status-info {
  font-weight: 600;
  line-height: 1.1em;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-family: 'Tajawal';
}

#main-header .info-lots-status > span.label {
  line-height: 1.1em;
  color: #7A7571;
  background-color: #FFFFFF;
  font-size: 0.9rem;
}

#main-header.fixed {
  top: 0;
  left: 0;
  position: fixed;
  padding: 0 20px;
  width: 100vw;
}

#main-header.fixed .logo {
  display: block;
}

#main-header.fixed .info-lots-status {
  right: calc(45px + 20px);
}

#main-header .burger-toggle {
  top: 15px;
  right: 0px;
  width: 40px;
  height: 25px;
  z-index: 910;
  display: none;
  position: absolute;
  margin-left: auto;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  #main-header .burger-toggle {
    display: flex;
  }
}

#main-header .burger-toggle > div {
  transition: all 100ms ease;
}

#main-header .burger-toggle > div:before {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
}

#main-header .burger-toggle > div:after {
  bottom: 0;
  left: 0;
  content: '';
  position: absolute;
}

#main-header .burger-toggle.open > div {
  background-color: transparent;
}

#main-header .burger-toggle.open > div:before {
  top: 50%;
  transform: rotate(45deg);
}

#main-header .burger-toggle.open > div:after {
  top: 50%;
  bottom: initial;
  transform: rotate(-45deg);
}

#main-header nav {
  width: 100%;
}

#main-header nav ul {
  display: flex;
}

#main-header nav ul li {
  padding: 0.5em 10px 0.2em 10px;
  border-right: 1px solid #CAB195;
}

#main-header nav ul li:first-child {
  margin-left: auto;
}

#main-header nav ul li:last-child {
  margin-right: auto;
  border-right: none;
}

#main-header nav ul li a {
  color: #000;
  font-size: 0.9rem;
}

#main-header nav ul li a:hover {
  color: #CAB195;
}

@media only screen and (max-width: 768px) {
  #main-header nav {
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    height: 100vh;
    position: fixed;
    align-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
  }
  #main-header nav.open {
    display: flex;
  }
  #main-header nav ul {
    width: 80%;
    margin: auto;
    display: block;
  }
  #main-header nav ul li {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    border-right: none;
    border-bottom: 1px solid #CAB195;
  }
  #main-header nav ul li a {
    font-size: 30px;
    text-align: center;
    display: block;
    padding: 20px 0;
    color: #FFFFFF;
  }
}

@media only screen and (max-width: 768px) {
  #main-header.fixed nav {
    top: 55px;
    height: calc(100vh - 55px);
  }
}

#main-content .slideshow {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

#main-content .slideshow .slide {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

#main-content .slideshow .slide.movie {
  background-color: #CAB195;
  background-position: center;
  background-size: cover;
}

#main-content .slideshow .slide.pictures {
  background-position: center;
  background-size: cover;
}

#main-content .slideshow .slide img.logo {
  top: 30px;
  right: 30px;
  width: 250px;
  position: absolute;
}

#main-content > section {
  width: calc(100% - 40px);
  margin: auto;
  margin-top: 20px;
  padding: 3em 0;
}

#main-content > section:first-child {
  padding-top: calc(3em + 20px);
}

#main-content > section.slider {
  padding-top: 0;
}

#main-content > section.grey {
  color: #7A7571;
  background-color: #EAE7E7;
}

#main-content > section.grey h1:after {
  background-color: #CAB195;
}

#main-content > section.brown {
  color: #FFFFFF;
  background-color: #7A7571;
}

#main-content > section.brown h1:after {
  background-color: #CAB195;
}

#main-content > section.gold {
  color: #FFFFFF;
  background-color: #CAB195;
}

#main-content > section.gold h1:after {
  background-color: #7A7571;
}

#main-content > section .swiper-container, #main-content > section .swiper-container-only {
  width: 100%;
}

#main-content > section .swiper-container .swiper-slide, #main-content > section .swiper-container-only .swiper-slide {
  width: 100%;
  background-size: cover;
  background-position: center;
}

#main-content > section .swiper-container .swiper-slide > img, #main-content > section .swiper-container-only .swiper-slide > img {
  width: 100%;
}

#main-content .slider {
  position: relative;
  height: calc(100vh - 40px);
  margin: 20px auto;
  padding: 0;
}

#main-content .slider .swiper-container, #main-content .slider .swiper-container-only {
  width: 100%;
  height: 100%;
  position: relative;
}

#main-content .slider .swiper-slide {
  background-size: cover;
  background-position: center;
}

#main-content .slider .slider-logo {
  top: 20%;
  left: 50%;
  width: 50%;
  z-index: 900;
  transform: translateX(-50%);
  max-width: 400px;
  position: absolute;
}

#main-content .slider .slider-logo > img {
  width: 95%;
  display: block;
  margin: auto;
}

#main-content .slider .slider-logo > span {
  color: #000;
  display: block;
  font-size: 1.25rem;
  width: 100%;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  margin-top: 0.5em;
}

@media only screen and (max-width: 768px) {
  #main-content .slider .slider-logo > span {
    font-size: 0.6rem;
  }
}

#main-content .slider .button-group {
  left: 0;
  bottom: 45px;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 1200;
}

#main-content .slider .button-group .button, #main-content .slider .button-group .button-download {
  width: 90%;
  max-width: 400px;
  min-width: 300px;
}

@media only screen and (max-width: 768px) {
  #main-content .slider .button-group .button, #main-content .slider .button-group .button-download {
    width: 70%;
    max-width: initial;
    min-width: initial;
  }
}

#main-content > .home-1 .content {
  column-count: 2;
  column-gap: 54px;
  margin-bottom: 45px;
}

@media only screen and (max-width: 768px) {
  #main-content > .home-1 .content {
    column-count: 1;
  }
}

#main-content > .home-1 .content img {
  display: block;
}

#main-content > .home-1 span {
  margin-top: 20px;
}

#main-content > .home-2 .content {
  width: calc(50% - 27px);
  margin-right: 22.5px;
}

@media only screen and (max-width: 768px) {
  #main-content > .home-2 .content {
    width: 100%;
    margin-right: 0;
  }
}

#main-content > .home-2 figure {
  width: calc(50% - 27px);
  margin-left: 22.5px;
}

@media only screen and (max-width: 768px) {
  #main-content > .home-2 figure {
    width: 100%;
    margin-left: 0;
  }
}

#main-content > .home-2 .cta {
  width: 100%;
  padding: 45px 0;
}

#main-content > .home-2 .list-access {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
}

#main-content > .home-2 .list-access li {
  width: 25%;
  color: #7A7571;
  font-weight: 300;
  text-align: center;
  padding: 0 2em;
  border-right: 1px solid #CAB195;
}

#main-content > .home-2 .list-access li:last-child {
  border-right: none;
}

@media only screen and (max-width: 992px) {
  #main-content > .home-2 .list-access li {
    width: 50%;
    border-right: none;
    margin-bottom: 45px;
  }
  #main-content > .home-2 .list-access li:nth-child(2n) {
    border-left: 1px solid #CAB195;
  }
}

@media only screen and (max-width: 768px) {
  #main-content > .home-2 .list-access li {
    width: 100%;
    border-right: none;
    margin-bottom: 45px;
    padding-bottom: 45px;
    border-bottom: 1px solid #CAB195;
  }
  #main-content > .home-2 .list-access li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #main-content > .home-2 .list-access li:nth-child(2n) {
    border-left: none;
  }
}

#main-content > .home-2 .list-access li .title {
  display: block;
  font-weight: 500;
  font-size: 30px;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  #main-content > .home-2 .list-access li .title {
    font-size: 25px;
  }
}

#main-content > .home-2 .list-access li .icon {
  display: block;
  font-size: 50px;
}

@media only screen and (max-width: 768px) {
  #main-content > .home-2 .list-access li .icon {
    font-size: 40px;
  }
}

#main-content > .home-2 .list-access li .time {
  display: block;
  font-size: 30px;
}

@media only screen and (max-width: 768px) {
  #main-content > .home-2 .list-access li .time {
    font-size: 25px;
  }
}

#main-content > .content-list article {
  width: 100%;
  margin-bottom: 45px;
}

#main-content > .content-list article figure {
  margin-bottom: 20px;
}

#main-content > .content-list article .swiper-container {
  width: 100%;
  margin-bottom: 20px;
}

#main-content > .content-list article .swiper-container .swiper-slide {
  width: 100%;
  background-size: cover;
  background-position: center;
}

#main-content > .content-list article .content {
  column-count: 2;
  column-gap: 54px;
}

@media only screen and (max-width: 768px) {
  #main-content > .content-list article .content {
    column-count: 1;
  }
}

#main-content > .content-image figure {
  margin-bottom: 20px;
}

#main-content > .content-image .swiper-container {
  width: 100%;
  margin-bottom: calc(20px + 5px);
}

#main-content > .content-image .swiper-container .swiper-slide {
  width: 100%;
  background-size: cover;
  background-position: center;
}

#main-content > .content-image .content {
  column-count: 2;
  column-gap: 54px;
}

@media only screen and (max-width: 768px) {
  #main-content > .content-image .content {
    column-count: 1;
  }
}

#main-content > .content-list-lots {
  background-color: #E5E5E5;
}

#main-content > .content-list-lots h2.restitle {
  margin-top: 45px;
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 10px;
  padding-bottom: 4px;
}

#main-content > .content-list-lots h1:after {
  background-color: #CAB195;
}

#main-content > .content-list-lots .content {
  margin: auto;
}

#main-content > .content-list-lots .buildings-info {
  width: 100%;
  display: flex;
  color: #FFFFFF;
  background-color: rgba(122, 117, 113, 0.3);
  margin: 0;
  padding: 20px;
  padding-top: calc(20px + 8px);
}

@media only screen and (max-width: 768px) {
  #main-content > .content-list-lots .buildings-info {
    flex-wrap: wrap;
  }
}

#main-content > .content-list-lots .buildings-info p {
  line-height: 1.1em;
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 25px;
}

@media only screen and (max-width: 768px) {
  #main-content > .content-list-lots .buildings-info p {
    display: block;
    margin-bottom: 20px;
  }
}

#main-content > .content-list-lots .buildings-info .status {
  display: block;
  line-height: 1.1em;
  margin-left: 40px;
  font-size: 25px;
  white-space: nowrap;
}

#main-content > .content-list-lots .buildings-info .status.free {
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  #main-content > .content-list-lots .buildings-info .status.free {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 768px) {
  #main-content > .content-list-lots .buildings-info .status {
    width: 100%;
    margin-left: 20px;
  }
}

#main-content > .content-list-lots .list-lots {
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
}

#main-content > .content-list-lots .list-lots > article {
  color: #7A7571;
  padding: 20px;
  position: relative;
  font-size: 0.9rem;
  width: calc(50% - 20px);
  margin: 0 10px 20px 10px;
  background-color: #FFFFFF;
}

@media only screen and (max-width: 992px) {
  #main-content > .content-list-lots .list-lots > article {
    width: calc(50% - 20px);
  }
}

@media only screen and (max-width: 768px) {
  #main-content > .content-list-lots .list-lots > article {
    width: calc(100% - 20px);
  }
}

#main-content > .content-list-lots .list-lots > article h2 {
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 1px solid #CAB195;
  margin-bottom: 10px;
  padding-bottom: 4px;
}

#main-content > .content-list-lots .list-lots > article .status {
  top: calc(20px + 2px);
  right: 40px;
  position: absolute;
  display: inline-block;
}

#main-content > .content-list-lots .list-lots > article .status:before {
  right: -25px;
  left: initial;
}

#main-content > .content-list-lots .list-lots > article ul.floor {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#main-content > .content-list-lots .list-lots > article ul.floor > li {
  order: 2;
  width: 50%;
}

#main-content > .content-list-lots .list-lots > article ul.floor > li > img {
  width: 90%;
  display: block;
  margin: auto;
}

#main-content > .content-list-lots .list-lots > article ul.floor > li.main {
  order: 1;
  width: 95%;
  margin: auto;
}

#main-content > .content-list-lots .list-lots > article ul.floor > li.main > img {
  width: 100%;
}

#main-content > .content-list-lots .list-lots > article .situation, #main-content > .content-list-lots .list-lots > article .download {
  display: block;
  width: 100%;
}

#main-content > .content-list-lots .list-lots > article .situation {
  margin: 22.5px 0 10px 0;
  text-align: center;
  color: #CAB195;
  font-size: 0.9rem;
}

#main-content > .content-list-lots .list-lots > article a.situation:hover {
  text-decoration: underline;
}

#main-content > .content-list-lots .list-lots > article .download {
  display: flex;
  color: #FFFFFF;
  background-color: #427998;
  font-size: 0.9rem;
  line-height: 1.2em;
  border-radius: 5px;
  padding: 0.3em 0 0.1em 0;
}

#main-content > .content-list-lots .list-lots > article .download .icon {
  font-size: 30px;
  margin-left: auto;
  margin-right: 10px;
  line-height: 1.2em;
}

#main-content > .content-list-lots .list-lots > article .download span {
  display: flex;
  align-items: center;
  align-content: center;
  line-height: 1em;
  margin-right: auto;
  font-size: 0.9rem;
}

#main-content > .content-list-lots .list-lots > article .download:hover {
  color: #FFFFFF;
  background-color: #3E3D43;
}

#main-content > .content-list-lots .list-lots > article .download:active {
  color: #FFFFFF;
  background-color: #7A7571;
}

#main-content > .content-list-lots .list-lots > article span.download, #main-content > .content-list-lots .list-lots > article span.situation {
  opacity: 0.7;
}

#main-content > .content-list-lots .item-lot {
  margin-top: 45px;
  padding: 20px;
  background-color: #FFFFFF;
}

#main-content > .content-list-lots .item-lot h1 {
  width: initial;
  text-align: left;
  font-weight: 500;
  margin-right: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
}

#main-content > .content-list-lots .item-lot h1:after {
  display: none;
}

#main-content > .content-list-lots .item-lot .previous, #main-content > .content-list-lots .item-lot .next {
  top: 50%;
  color: #CAB195;
  font-size: 60px;
  transform: translateY(-50%);
  position: absolute;
}

@media only screen and (max-width: 768px) {
  #main-content > .content-list-lots .item-lot .previous, #main-content > .content-list-lots .item-lot .next {
    display: none;
  }
}

#main-content > .content-list-lots .item-lot .previous {
  left: -60px;
}

#main-content > .content-list-lots .item-lot .next {
  right: -60px;
}

#main-content > .content-list-lots .item-lot .header {
  width: 100%;
  display: flex;
  position: relative;
  border-bottom: 1px solid #CAB195;
}

@media only screen and (max-width: 768px) {
  #main-content > .content-list-lots .item-lot .header {
    flex-wrap: wrap;
  }
}

#main-content > .content-list-lots .item-lot .header .info {
  top: 3px;
  width: 50%;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #main-content > .content-list-lots .item-lot .header .info {
    width: 100%;
  }
}

#main-content > .content-list-lots .item-lot .header .status {
  top: 3px;
  right: 25px;
  margin-left: auto;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #main-content > .content-list-lots .item-lot .header .status {
    position: absolute;
  }
}

#main-content > .content-list-lots .item-lot .header .status:before {
  right: -25px;
  left: initial;
}

#main-content > .content-list-lots .item-lot .plans {
  width: 90%;
  margin: auto;
  display: flex;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  #main-content > .content-list-lots .item-lot .plans {
    flex-wrap: wrap;
  }
}

#main-content > .content-list-lots .item-lot .plans li p {
  padding-top: 20px;
  text-align: center;
  font-size: 25px;
}

#main-content > .content-list-lots .item-lot .footer {
  width: 100%;
  display: flex;
}

@media only screen and (max-width: 768px) {
  #main-content > .content-list-lots .item-lot .footer {
    flex-wrap: wrap;
  }
}

#main-content > .content-list-lots .item-lot .footer figure {
  margin-right: 22.5px;
  width: calc(50% - 10px);
  border-top: 1px solid #CAB195;
  border-bottom: 1px solid #CAB195;
}

@media only screen and (max-width: 768px) {
  #main-content > .content-list-lots .item-lot .footer figure {
    width: 100%;
    margin-right: 0;
  }
}

#main-content > .content-list-lots .item-lot .footer .buttons {
  display: flex;
  position: relative;
  margin-left: 22.5px;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: auto;
  width: calc(50% - 10px);
}

#main-content > .content-list-lots .item-lot .footer .buttons .button-download {
  box-shadow: 4px 4px 0px 0px #CAB195;
}

@media only screen and (max-width: 768px) {
  #main-content > .content-list-lots .item-lot .footer .buttons {
    width: 100%;
    margin-left: 0;
    margin-top: 45px;
  }
}

#main-content > .content-list-lots .item-lot .footer .buttons p {
  width: 90%;
  display: block;
  margin: 20px auto;
}

#main-content > .content-list-lots .item-lot .footer .buttons .button-back {
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  color: #CAB195;
  font-size: 25px;
  text-transform: uppercase;
}

#main-content > .content-list-lots .item-lot .footer .buttons .button-back:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  #main-content > .content-list-lots .item-lot .footer .buttons .button-back {
    position: initial;
    font-size: 1.3rem;
  }
}

#main-content > .item-lot > .wrapper {
  position: relative;
  color: #7A7571;
  padding: 45px;
  background-color: #FFFFFF;
}

@media only screen and (max-width: 768px) {
  #main-content > .item-lot > .wrapper {
    padding: 11.25px;
  }
}

#main-content > .item-lot > .wrapper h1 {
  width: initial;
  text-align: left;
  font-weight: 500;
  margin-right: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
}

#main-content > .item-lot > .wrapper h1:after {
  display: none;
}

#main-content > .item-lot > .wrapper .previous, #main-content > .item-lot > .wrapper .next {
  top: 50%;
  color: #CAB195;
  font-size: 60px;
  transform: translateY(-50%);
  position: absolute;
}

@media only screen and (max-width: 768px) {
  #main-content > .item-lot > .wrapper .previous, #main-content > .item-lot > .wrapper .next {
    display: none;
  }
}

#main-content > .item-lot > .wrapper .previous {
  left: -60px;
}

#main-content > .item-lot > .wrapper .next {
  right: -60px;
}

#main-content > .item-lot > .wrapper .header {
  width: 100%;
  display: flex;
  position: relative;
  border-bottom: 1px solid #CAB195;
}

@media only screen and (max-width: 768px) {
  #main-content > .item-lot > .wrapper .header {
    flex-wrap: wrap;
  }
}

#main-content > .item-lot > .wrapper .header .info {
  top: 3px;
  width: 50%;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #main-content > .item-lot > .wrapper .header .info {
    width: 100%;
  }
}

#main-content > .item-lot > .wrapper .header .status {
  top: 3px;
  right: 25px;
  margin-left: auto;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #main-content > .item-lot > .wrapper .header .status {
    position: absolute;
  }
}

#main-content > .item-lot > .wrapper .header .status:before {
  right: -25px;
  left: initial;
}

#main-content > .item-lot > .wrapper .plans {
  width: 90%;
  margin: auto;
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  #main-content > .item-lot > .wrapper .plans {
    flex-wrap: wrap;
  }
}

#main-content > .item-lot > .wrapper .plans li p {
  padding-top: 20px;
  text-align: center;
  font-size: 25px;
}

#main-content > .item-lot > .wrapper .footer {
  width: 100%;
  display: flex;
}

@media only screen and (max-width: 768px) {
  #main-content > .item-lot > .wrapper .footer {
    flex-wrap: wrap;
  }
}

#main-content > .item-lot > .wrapper .footer figure {
  margin-right: 22.5px;
  width: calc(50% - 10px);
  border-top: 1px solid #CAB195;
  border-bottom: 1px solid #CAB195;
}

@media only screen and (max-width: 768px) {
  #main-content > .item-lot > .wrapper .footer figure {
    width: 100%;
    margin-right: 0;
  }
}

#main-content > .item-lot > .wrapper .footer .buttons {
  display: flex;
  position: relative;
  margin-left: 22.5px;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: calc(50% - 10px);
}

#main-content > .item-lot > .wrapper .footer .buttons .button-download {
  box-shadow: 4px 4px 0px 0px #CAB195;
}

@media only screen and (max-width: 768px) {
  #main-content > .item-lot > .wrapper .footer .buttons {
    width: 100%;
    margin-left: 0;
    margin-top: 45px;
  }
}

#main-content > .item-lot > .wrapper .footer .buttons p {
  width: 90%;
  display: block;
  margin: 20px auto;
}

#main-content > .item-lot > .wrapper .footer .buttons .button-back {
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  color: #CAB195;
  font-size: 25px;
  text-transform: uppercase;
}

#main-content > .item-lot > .wrapper .footer .buttons .button-back:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  #main-content > .item-lot > .wrapper .footer .buttons .button-back {
    position: initial;
    font-size: 1.3rem;
  }
}

#main-content > .vtour {
  padding-top: calc(2em + 15px) !important;
}

@media only screen and (max-width: 768px) {
  #main-content > .vtour {
    padding-bottom: 0 !important;
  }
}

#main-content > .vtour > .wrapper {
  max-width: inherit;
  width: 100%;
}

#main-content > .vtour > .wrapper #tour {
  width: 100%;
  height: 100vh;
}

@media only screen and (max-width: 768px) {
  #main-content > .vtour > .wrapper #tour {
    height: 300px;
  }
}

#main-content > .vtour > .wrapper iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  #main-content > .vtour > .wrapper {
    padding: 11.25px;
  }
}

#main-content > .rdv {
  padding-top: calc(2em + 15px) !important;
}

@media only screen and (max-width: 768px) {
  #main-content > .rdv {
    padding-bottom: 0 !important;
  }
}

#main-content > .rdv > .wrapper .content {
  text-align: center;
  width: 100%;
}

#main-content > .rdv > .wrapper h1 {
  margin-top: 40px;
  display: block;
  font-weight: 500;
  font-size: 30px;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  #main-content > .rdv > .wrapper h1 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}

#main-content > .rdv > .wrapper #rdv {
  width: 100%;
  height: 600px;
}

@media only screen and (max-width: 768px) {
  #main-content > .rdv > .wrapper #rdv {
    height: 1000px;
  }
}

#main-content > .rdv > .wrapper #rdv iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #main-content > .rdv > .wrapper {
    padding: 11.25px;
  }
}

#main-content .download figure {
  margin-bottom: 45px;
}

#main-content .download .content {
  width: 55%;
  line-height: 1.2em;
  font-size: 30px;
}

@media only screen and (max-width: 768px) {
  #main-content .download .content {
    width: 100%;
    font-size: 25px;
  }
}

#main-content .download .content p {
  margin-bottom: 0;
}

#main-content .download .content ul {
  line-height: 1.2em;
}

#main-content .download .button-group {
  width: 45%;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #main-content .download .button-group {
    width: 100%;
  }
}

#main-content .download .button-group .button-download {
  bottom: 0;
  position: absolute;
}

@media only screen and (max-width: 768px) {
  #main-content .download .button-group .button-download {
    margin-top: 20px;
    position: initial;
  }
}

#main-content .contact .form-container {
  width: 100%;
}

#main-content .contact .contact-info {
  width: 50%;
  margin: auto;
  margin-top: 45px;
}

@media only screen and (max-width: 768px) {
  #main-content .contact .contact-info {
    width: 80%;
  }
}

#main-content .contact .contact-info > span {
  display: block;
  text-align: center;
  font-weight: 300;
  line-height: 1.3em;
}

#main-content .contact .contact-info > a {
  font-weight: 300;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  color: #FFFFFF;
  text-decoration: underline;
}

#main-content .contact .contact-info > a:hover {
  text-decoration: none;
}

#main-content .contact .form {
  display: flex;
  flex-wrap: wrap;
}

#main-content .contact .form .info {
  width: calc(50% - 27px);
  margin-right: 27px;
}

@media only screen and (max-width: 768px) {
  #main-content .contact .form .info {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

#main-content .contact .form .info .form-field {
  margin-bottom: 20px;
}

#main-content .contact .form .info .form-field:last-child {
  margin-bottom: 0;
}

#main-content .contact .form .info input {
  width: 100%;
  border: none;
  font-size: 1rem;
  line-height: 1.8em;
  padding: 0 0.5em;
  font-weight: 300;
}

#main-content .contact .form .info input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #d2cccc;
}

#main-content .contact .form .info input::-moz-placeholder {
  /* Firefox 19+ */
  color: #d2cccc;
}

#main-content .contact .form .info input:-ms-input-placeholder {
  /* IE 10+ */
  color: #d2cccc;
}

#main-content .contact .form .info input:-moz-placeholder {
  /* Firefox 18- */
  color: #d2cccc;
}

#main-content .contact .form div[rel="comment"] {
  width: calc(50% - 27px);
  margin-left: 27px;
}

@media only screen and (max-width: 768px) {
  #main-content .contact .form div[rel="comment"] {
    width: 100%;
    margin-left: 0;
  }
}

#main-content .contact .form div[rel="comment"] * {
  height: 100%;
}

#main-content .contact .form div[rel="comment"] textarea {
  width: 100%;
  border: none;
  font-size: 1rem;
  padding: 0.5em;
  line-height: 1.2em;
  font-weight: 300;
  min-height: 150px;
}

#main-content .contact .form div[rel="comment"] textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #d2cccc;
}

#main-content .contact .form div[rel="comment"] textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #d2cccc;
}

#main-content .contact .form div[rel="comment"] textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #d2cccc;
}

#main-content .contact .form div[rel="comment"] textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #d2cccc;
}

#main-content .contact .form .g-recaptcha {
  margin: auto;
  margin-top: 20px;
}

#main-content .contact .form .buttons {
  width: 100%;
  padding: 45px 0;
  border-bottom: 1px solid #FFFFFF;
}

#main-content .contact .form .form-error input, #main-content .contact .form .form-error textarea {
  border: 1px solid red !important;
}

#main-footer {
  display: block;
}

#main-footer ul.logo-partners {
  width: 100%;
  display: flex;
  padding: 45px 0;
}

@media only screen and (max-width: 768px) {
  #main-footer ul.logo-partners {
    flex-wrap: wrap;
  }
}

#main-footer ul.logo-partners li {
  width: 200px;
  margin-right: 45px;
}

#main-footer ul.logo-partners li:first-child {
  margin-left: auto;
}

#main-footer ul.logo-partners li:last-child {
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  #main-footer ul.logo-partners li {
    width: 70%;
    margin: auto;
  }
}

#main-footer ul.logo-partners li > span {
  color: #707070;
  display: block;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-bottom: 1px solid #CAB195;
}

#main-footer ul.logo-partners li a {
  display: block;
}

#main-footer ul.logo-partners li a img {
  width: 95%;
  margin: auto;
  display: block;
}

#main-footer .sub-footer {
  font-size: 0.7rem;
  text-align: center;
  padding-bottom: 20px;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6000000000;
  background: rgba(255, 255, 255, 0.97);
}

#loader .showbox {
  position: relative;
  top: 50%;
  transform: translateY(-55%);
}

#loader .loader-content {
  position: relative;
  margin: 0 auto;
  width: 100px;
}

#loader .loader-content:before {
  content: '';
  display: block;
  padding-top: 100%;
}

#loader .loader-content .circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#loader .loader-content .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
  stroke: #7A7571;
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

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