@charset "UTF-8";
/* # Media queries

    Markup

	//   @include phone {
	//	   your css here
	//   }

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Mixins */
/* To factorize */
/* Colors */
/* Heights */
.info {
  font-size: 0.5rem; }

/* Fonts */
@font-face {
  font-family: "futura-heavy";
  src: url("/static/fonts/FUTURASTD-HEAVY.OTF") format("truetype"); }

@font-face {
  font-family: "futura-book";
  src: url("/static/fonts/FUTURASTD-BOOK.OTF") format("truetype"); }

@font-face {
  font-family: "futura-light";
  src: url("/static/fonts/FUTURASTD-LIGHT.OTF") format("truetype"); }

@font-face {
  font-family: "futura-condensed";
  src: url("/static/fonts/FUTURASTD-CONDENSED.OTF") format("truetype"); }

/* Typography */
/* Layout */
.main-layout {
  min-height: 100vh;
  /* will cover the 100% of viewport */
  display: block;
  position: relative;
  padding-bottom: 100px;
  /* height of your footer */ }

.sub-layout {
  padding: 1rem 0;
  margin: 0 auto; }

.parallax {
  width: 100%;
  z-index: -1000;
  position: relative; }

.parallax-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  color: white;
  font-size: 40px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.3rem;
  font-family: "futura-condensed"; }

.box-fullsize {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5000; }

.booking {
  max-width: 600px;
  margin: 0 auto; }

.renting {
  margin: 10px; }

.contact-map {
  order: 13;
  height: 300px;
  margin: 50px 0 0 0;
  padding: 0; }

.contact-logo {
  width: 100px;
  margin: 0 auto; }

.contact-container > div {
  margin: 0.5rem 0; }
  .contact-container > div:first-child {
    margin-top: 1rem; }
  .contact-container > div:last-child {
    margin-bottom: 1rem; }

.contact-form-container {
  padding: 20px; }

@media (min-width: 750px) {
  .main-layout {
    padding-bottom: 120px; }
  .sub-layout {
    padding: 2rem; }
  .renting {
    max-width: 600px;
    margin: 0 auto; }
  .contact-map {
    order: -1;
    height: 650px; }
  .contact-logo {
    width: 120px; } }

@media (min-width: 1000px) {
  .main-layout {
    padding-bottom: 150px; }
  .sub-layout {
    padding: 4rem; }
  .renting {
    max-width: 850px;
    margin: 0 auto; }
  .parallax-title {
    font-size: 70px;
    line-height: 45px; }
  .contact-form-container {
    margin: 0 auto;
    max-width: 500px; } }

@media (min-width: 1200px) {
  .renting {
    max-width: 1000px;
    margin-bottom: 5rem; } }

/* Components overiding */
/* Colors */
.white {
  color: rgba(255, 255, 255, 0.7); }

.blue {
  color: #004856; }

.orange {
  color: #E75C0F; }

.bg-blue {
  background-color: #004856; }

.bg-orange {
  background-color: #E75C0F; }

.bg-light-blue {
  background-color: #7fa3aa; }

/* Borders and spacers */
.border-orange {
  border: solid thin #E75C0F; }

.border-right-orange {
  border-right: solid thin #E75C0F; }

.border-bottom-orange {
  border-bottom: solid thin #E75C0F; }

.border-blue {
  border: solid thin #004856; }

.border-top-blue {
  border-top: solid thin #004856; }

.border-left-blue {
  border-left: solid thin #004856; }

.border-bottom-blue {
  border-bottom: solid thin #004856; }

.border-bottom-shadow {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-image: linear-gradient(to bottom, white, black) 1 100%; }

/* Helpers */
.uppercase {
  text-transform: uppercase; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "futura-heavy"; }

div,
p {
  font-family: "futura-book"; }

span {
  font-family: "futura-light"; }

label {
  color: #004856; }

.booking-desktop-filters {
  max-width: 300px !important; }

.booking-filters-wrapper {
  width: 100%;
  margin: 0;
  padding: 1rem; }

.booking-filters-buttons {
  color: #004856;
  background-color: white;
  border: solid thin #E75C0F; }

.booking-filters-wrapper-content {
  width: 200px; }

.booking-filters-wrapper-submit {
  outline: 0;
  color: white;
  background-color: #E75C0F;
  border-radius: 0;
  transition: all 400 ease-out; }
  .booking-filters-wrapper-submit:hover {
    color: #E75C0F;
    border-color: #E75C0F;
    background-color: white; }

.booking-filters-wrapper-close {
  width: 30px;
  height: 30px;
  margin: 0 10px;
  padding: 0 0 2px 0;
  outline: 0;
  font-size: 25px;
  line-height: 0px;
  text-align: center;
  color: white;
  background-color: #004856;
  border-radius: 30px;
  border-style: none; }
  .booking-filters-wrapper-close::after {
    content: "x"; }

.apartment-desktop {
  padding: 0 100px; }

.apartment-heading-btn {
  color: #004856 !important;
  background-color: white;
  border: solid thin #E75C0F;
  border-radius: 0;
  padding: 2px 10px; }
  .apartment-heading-btn:hover {
    cursor: pointer; }

.apartment-description-cgv {
  color: #004856;
  background-color: white;
  border: solid thin #E75C0F !important;
  border-radius: 0;
  padding: 2px 10px;
  text-decoration: none; }
  .apartment-description-cgv:hover {
    cursor: pointer; }

.apartment-description-section {
  margin: 15px 0; }

.apartment-description-section-title {
  color: #004856;
  font-size: 15px;
  text-transform: uppercase;
  border-bottom: solid thin #E75C0F; }

.apartment-description-section-content {
  margin-top: 5px; }

.apartment-mobile-box {
  min-height: 120px; }

.apartment-mobile-box-price {
  color: #E75C0F;
  font-size: 20px;
  font-weight: 600; }

.apartment-mobile-box-btn {
  color: white;
  background-color: #E75C0F;
  border-radius: none; }

.apartment-mobile-box-img {
  width: 100px;
  margin: 0 auto; }

.apartment-mobile-box-content {
  width: 200px;
  margin: 0 auto; }

@media (min-width: 1000px) {
  .appartment-description {
    margin-right: 300px; } }

@media (min-width: 750px) {
  .apartment-mobile-box-img {
    width: 150px; }
  .apartment-mobile-box-content {
    width: 250px; } }

.images-wrapper-btn {
  bottom: 15px;
  left: 15px;
  background-color: white;
  border-radius: 8px; }
  .images-wrapper-btn:hover {
    cursor: pointer; }

.confirm-booking-desktop {
  margin: 0 100px; }

.confirm-booking-number {
  max-width: 350px; }

.confirm-booking-cancelBtn {
  color: white;
  background-color: #E75C0F;
  border-radius: none; }

.btn-traveler-selector {
  height: 30px;
  width: 30px;
  margin: 0 10px;
  padding: 0 0 2px 0;
  border-radius: 30px;
  box-sizing: border-box;
  font-size: 25px;
  line-height: 0px;
  text-align: center;
  outline: 0;
  color: #E75C0F;
  border: solid thin #E75C0F;
  background-color: transparent; }
  .btn-traveler-selector:focus {
    outline: 0; }
  .btn-traveler-selector:disabled {
    color: grey;
    border: solid thin grey; }

.images-wrapper {
  height: 150px;
  max-height: 150px;
  object-fit: cover;
  width: 100%; }

@media (min-width: 750px) {
  .images-wrapper {
    height: 250px;
    max-height: 250px; } }

@media (min-width: 1000px) {
  .images-wrapper {
    height: 400px;
    max-height: 400px; } }

.features {
  padding: 2px 0;
  margin-bottom: 0; }

.feature-icon {
  width: 20px;
  margin: 0 2px; }

.feature-description {
  margin: 5px 10px;
  font-size: 1rem; }

@media (min-width: 550px) {
  .features {
    padding: 2px 0; }
  .feature-icon {
    width: 20px;
    margin: 0 4px; }
  .feature-description {
    margin: 10px 20px; } }

@media (min-width: 1000px) {
  .features {
    padding: 4px 0; }
  .feature-icon {
    width: 24px;
    margin: 0 6px; } }

.admin-layout {
  width: 100%;
  min-height: 100vh; }

.admin-layout-heading {
  width: 100%;
  height: 150px;
  border-bottom: solid 3px #E75C0F;
  background-color: #004856 !important; }
  .admin-layout-heading .logo {
    width: 100px; }
  .admin-layout-heading .logout {
    color: white;
    font-size: medium;
    text-decoration: none;
    text-transform: none; }
    .admin-layout-heading .logout:hover {
      color: white;
      text-decoration: none; }
    .admin-layout-heading .logout span {
      margin: 0 5px; }

.admin-layout-sidemenu-account {
  width: 100%;
  height: 100px; }
  .admin-layout-sidemenu-account div {
    font-size: 1.5rem; }
    .admin-layout-sidemenu-account div span {
      font-size: 1.5rem; }

@charset "UTF-8";
/*
  Navbar bootstrap override
*/
/* # Media queries

    Markup

	//   @include phone {
	//	   your css here
	//   }

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Colors */
/* Heights */
nav {
  height: 100px;
  padding-bottom: 3px;
  border-bottom: solid 3px #E75C0F; }

nav.nav-over {
  height: auto; }

.navbar-brand {
  width: 50px;
  margin: 0 10px; }

.navbar-toggler {
  height: 40px; }
  .navbar-toggler:focus {
    border: none;
    outline: 0; }

.navbar-toggler.collapsed {
  color: white;
  background-color: #E75C0F;
  text-transform: uppercase;
  border: none;
  border-radius: 0; }
  .navbar-toggler.collapsed:after {
    content: 'Menu'; }

.navbar-toggler.not-collapsed {
  width: 40px;
  color: #004856;
  background-color: white;
  border: none;
  border-radius: 25px; }
  .navbar-toggler.not-collapsed:after {
    content: 'X'; }

.nav-item {
  margin: 10px;
  font-weight: lighter;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  font-size: 1rem !important; }

.nav-link {
  color: white;
  outline: 0; }
  .nav-link:visited {
    color: white; }
  .nav-link:hover {
    color: #E75C0F; }

.nav-link.active {
  outline: 0;
  color: #E75C0F; }

button.nav-item {
  outline: 0;
  color: white;
  background-color: #E75C0F;
  border-radius: 0;
  transition: all 400 ease-out; }
  button.nav-item:hover {
    color: #E75C0F;
    border-color: #E75C0F;
    background-color: white; }

@media (min-width: 750px) {
  nav.navbar {
    height: 130px;
    padding-bottom: 5px;
    padding-left: 50px;
    padding-right: 50px; }
  nav.nav-over {
    height: auto; }
  .navbar-brand {
    width: 70px;
    margin: 20px 15px; } }

@media (min-width: 1000px) {
  nav.navbar {
    padding-left: 50px;
    padding-right: 50px; }
  nav.nav-over {
    height: auto; }
  .navbar-brand {
    width: 70px;
    margin: 20px 15px; } }

@charset "UTF-8";
/* # Media queries

    Markup

	//   @include phone {
	//	   your css here
	//   }

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Colors */
/* Heights */
.footer {
  width: 100%;
  height: 100px;
  background-color: white;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0; }

.footer-headband {
  width: 100%;
  height: 15px;
  background-color: #E75C0F; }

.footer-content {
  padding: 10px; }
  .footer-content col {
    margin-right: 0; }

.footer-title {
  font-size: .75rem; }

.footer-spacer {
  width: 35px;
  margin: 2px;
  margin-bottom: 5px; }

.footer-optional {
  display: none; }

.footer-block > * {
  font-size: .5rem; }

.footer-link {
  color: #004856;
  text-decoration: none; }

.footer-icon {
  width: 50px; }

.footer-link-icon {
  width: 15px;
  height: 15px;
  margin-left: 10px; }
  .footer-link-icon a > img {
    padding-bottom: 5px; }

@media (min-width: 400px) {
  .footer-headband {
    height: 20px; } }

@media (min-width: 750px) {
  .footer {
    height: 120px; }
  .footer-headband {
    height: 25px; }
  .footer-content {
    padding: 20px; }
  .footer-title {
    font-size: 1rem; }
  .footer-block > * {
    font-size: .75rem; } }

@media (min-width: 1000px) {
  .footer {
    height: 150px; }
  .footer-headband {
    height: 30px; }
  .footer-icon {
    width: 60px;
    margin: 0 10px; }
  .footer-link-icon {
    margin-left: 20px; }
    .footer-link-icon a > img {
      padding-bottom: 10px; } }

