/*
 * Globals
 */
.text-brand {
  color: #540303;
}

.bg-brand {
  background-color: #540303;
}

/* end of globals */
/* base structure */
body {
  text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.5);
}

/* end of base structure */
/* header */
header {
  display: flex;
  flex-direction: column;
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url(imgs/1_couch.jpeg) no-repeat center center/cover;
}

/* navbar */
.appsee-brand {
  margin-bottom: 2rem;
  font-size: 1.7rem;
  line-height: 1;
}

/* .appartement{
    font-size: 60%;
    margin-bottom: 0;
} */
.appsee-nav .nav-link {
  color: rgba(255, 255, 255, 0.6);
  padding: 0.1rem 0;
  background-color: transparent;
  border-bottom: 0.1rem solid transparent;
  font-size: 1rem;
}

.appsee-nav .nav-link:hover,
.appsee-nav .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

.appsee-nav .nav-link + .nav-link {
  margin-left: 1rem;
}

.appsee-nav .active {
  color: white;
  border-bottom-color: white;
}

.stars {
  height: 20px;
}

@media (min-width: 576px) {
  .appsee-brand {
    font-size: 2.4rem;
  }

  .appsee-nav .nav-link {
    font-size: 1.65rem;
  }

  .stars {
    height: 25px;
  }
}
@media (min-width: 1200px) {
  .appsee-brand {
    font-size: 3rem;
  }

  .appsee-nav .nav-link {
    font-size: 2rem;
  }
}
/* end of navbar  */
/* banner */
.banner {
  flex-grow: 1;
}

.banner-info {
  background-color: rgba(21, 25, 29, 0.6);
}

.banner-heading {
  line-height: 80%;
  -webkit-animation-name: anim;
          animation-name: anim;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}

.banner-par {
  -webkit-animation-name: anim;
          animation-name: anim;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  max-width: 600px;
}

#more {
  display: none;
}

.btn-brand {
  color: dark;
  background-color: #eea914;
  -webkit-animation-name: anim;
          animation-name: anim;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

@-webkit-keyframes anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* end of banner */
/* end of header */
/* furnishing */
.icon-img {
  width: 30px;
  height: 30px;
}

/* .icon-text{
  min-width: 300px;
} */
.enterprise-section img {
  margin: auto;
  display: block;
  width: 70px;
  height: 70px;
}

.characteristic {
  align-items: center;
  font-size: 0.9rem;
  line-height: 1.1;
}

/* end of furnishing */
/* location */
.location-info {
  text-align: left;
}
.location-info img {
  width: 20px;
  height: 20px;
}

/* end of location */
/* presentation */
/* Thin out the marketing headings */
.featurette-divider {
  margin: 2rem 0;
  /* Space out the Bootstrap <hr> more */
  border-color: white;
  background-color: white;
}

.underline {
  width: 150px;
  border: 1px solid #eee;
  margin: auto;
}

.underline-dark {
  width: 150px;
  border: 1px solid #6c757d;
  margin: auto;
}

.featurette-heading {
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.05rem;
  color: white;
}

.featurette-text {
  color: #ddd;
}

featurette-image {
  border: 0.1rem solid lightgray;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}
/* @media (min-width: 62em) {
  .featurette-heading {

  }
} */
.fadeIn {
  -webkit-animation-name: anim;
          animation-name: anim;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

.fromLeft {
  -webkit-animation-name: fromLeft;
          animation-name: fromLeft;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

.fromLeftDelayed {
  -webkit-animation-name: fromLeft;
          animation-name: fromLeft;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.fromRight {
  -webkit-animation-name: fromRight;
          animation-name: fromRight;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

.fromRightDelayed {
  -webkit-animation-name: fromRight;
          animation-name: fromRight;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes fromLeft {
  0% {
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fromLeft {
  0% {
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fromRight {
  0% {
    transform: translateX(20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fromRight {
  0% {
    transform: translateX(20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/* end of presentation *//*# sourceMappingURL=index.css.map */