/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/**
 * CONTENTS
 *
 * SETTINGS
 *
 *
 * GENERIC
 *
 * BASE

 *
 * OBJECTS

 *
 * COMPONENTS

 *
 * TRUMPS

 */
/**
 * #SETTINGS
 */
@font-face {
  font-family: "PP Woodland";
  src: url(40547e7a163217c17575b698251fc402.woff2) format("woff2"), url(33803b26fa269baab8ead29d56787ee0.woff) format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "PP Woodland";
  src: url(f875ba5d1c9df769d62ed546d8cabb96.woff2) format("woff2"), url(3fd52ea32306388dfe427af4599a63e3.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "PP Woodland";
  src: url(1052a7ce646d519a586d527c4897f0c4.woff2) format("woff2"), url(5845c432e121404129b5d76dddc49f7b.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
/**
 * #TOOLS
 */
/**
 * #BASE
 */
.title--waiting {
  font-size: 3em;
}

.title--contact {
  font-size: 2em;
}

.title--section {
  font-size: 2.6666666667em;
}

.section--primary .title--place, .section--primary .title--table, .section--primary .title--section {
  color: #F7F7ED;
}

.title--place {
  font-size: 1em;
}
.title--place .title, .title--place .subtitle {
  transition: all 0.25s ease 0s;
}
.title--place .title {
  font-size: 2em;
}
.title--place .subtitle {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  margin-top: 0.5555555556em;
}
.title--place span {
  display: block;
}
.title--place a {
  color: #F7F7ED;
}
.title--place a > div > div {
  max-width: 1200px;
}
.title--place a:hover {
  color: #F7F7ED;
}
@media (hover: hover) and (pointer: fine) {
  .title--place a:hover {
    background-color: #505C3D;
  }
  .title--place a:hover .title, .title--place a:hover .subtitle {
    transform: translateX(8px);
  }
  .title--place a:hover .btn {
    transform: scale(1.05);
  }
}

.title--table {
  font-size: 1.5333333333em;
}
.title--table span {
  font-size: 0.8695652174em;
}

.title--price {
  font-size: 1.8666666667em;
}

@media (max-width: 1200px) {
  .title--place a > div > div {
    max-width: 900px;
  }
}
@media (max-width: 1000px) {
  .title--place .subtitle {
    margin-top: 0.2777777778em;
  }
  .title--place a > div {
    flex-direction: column;
    align-items: flex-start;
  }
  .title--place a .btn {
    margin-top: 2em;
  }
}
@media (max-width: 900px) {
  .title--waiting {
    font-size: 2.5333333333em;
  }
  .title--section {
    font-size: 2.3333333333em;
  }
}
@media (max-width: 650px) {
  .title--waiting {
    font-size: 2.1333333333em;
  }
  .title--contact {
    font-size: 1.6666666667em;
  }
  .title--section {
    font-size: 2.1333333333em;
  }
  .title--place .title {
    font-size: 1.6666666667em;
  }
  .title--place .subtitle {
    font-size: 1.1333333333em;
    margin-top: 0.4117647059em;
  }
  .title--price {
    font-size: 1.6666666667em;
  }
}
@media (max-width: 500px) {
  .title--waiting {
    font-size: 1.8em;
  }
  .title--contact {
    font-size: 1.4666666667em;
  }
  .title--section {
    font-size: 1.8em;
  }
}
@media (max-width: 450px) {
  .title--price {
    font-size: 1.4666666667em;
  }
}
@media (max-width: 400px) {
  .title--place .title {
    font-size: 1.4666666667em;
  }
  .title--place .subtitle {
    font-size: 1.1333333333em;
  }
}
@media (max-width: 360px) {
  .title--waiting {
    font-size: 1.6666666667em;
  }
  .title--contact {
    font-size: 1.3333333333em;
  }
  a .btn {
    margin-top: 1.3333333333em;
  }
}
/**
 * #OBJECTS
 */
.section--waves {
  margin-top: 8.9285714286%;
}
.section--waves.section--last .section__inside {
  padding-bottom: 8.9285714286%;
}
.section--waves .section__inside {
  padding-top: 5.3333333333em;
}
.section--waves:before {
  content: "";
  display: block;
  width: 100%;
  height: 90px;
}

.section--shape .section__inside {
  position: relative;
  overflow: hidden;
}
.section--shape .section__inside > div {
  position: relative;
  z-index: 2;
}
.section--shape .section__inside:after {
  position: absolute;
  top: 20px;
  right: 0px;
  width: 50.8670520231%;
  content: "";
  padding-bottom: 82.2429906542%;
  background-image: url(66b13d8b76292c64695528d4b8122f70.svg);
  background-size: cover;
  background-position: top left;
  opacity: 0.28;
  pointer-events: none;
  z-index: 0;
}

.waves--bg {
  color: #F7F7ED;
}
.waves--bg .section__inside {
  background: #586643;
}
.waves--bg:before {
  background-image: url(306cf91f39092b54b5906ef61051f280.svg);
  background-size: cover;
  background-position-x: center;
}

@media (max-width: 700px) {
  .section--waves {
    margin-top: 5.3333333333em;
  }
  .section--waves.section--last .section__inside {
    padding-bottom: 6em;
  }
}
@media (max-width: 400px) {
  .section--waves {
    margin-top: 4em;
  }
  .section--waves .section__inside {
    padding-top: 2.6666666667em;
  }
  .section--waves.section--last .section__inside {
    padding-bottom: 5.3333333333em;
  }
}
.header__logo--waiting {
  margin-top: 4em;
}
.header__logo--waiting img {
  width: 200px;
  height: auto;
}

@media (max-width: 650px) {
  .header__logo--waiting {
    margin-top: 2.6666666667em;
  }
  .header__logo--waiting img {
    width: 160px;
  }
}
@media (max-width: 450px) {
  .header__logo--waiting img {
    width: 140px;
  }
}
.section__intro .btn--spaced {
  margin-top: 1.25em;
}
.section__intro.section--centered {
  margin: 0px auto;
}

.section__intro--smallest {
  max-width: 380px;
}

@media (max-width: 500px) {
  .section__intro--smallest {
    max-width: 90%;
  }
}
/**
 * #COMPONENTS
 */
.waiting__intro {
  margin-top: 4.6666666667em;
}
.waiting__intro .intro__content {
  font-size: 1.3333333333em;
  max-width: 900px;
  margin: 0px auto;
  margin-top: 0.75em;
  line-height: 2;
}

.waiting__contacts {
  margin-top: 4.3333333333em;
}
.waiting__contacts li {
  text-align: center;
}
.waiting__contacts li + li {
  margin-left: 13.0952380952%;
}
.waiting__contacts a {
  display: inline-block;
  font-size: 1.2em;
  margin-top: 0.2777777778em;
  text-decoration: underline;
}

.places__list {
  margin-top: 8.6666666667em;
}
.places__list > li {
  display: block;
}
.places__list .place__item + .place__item {
  margin-top: 2em;
  padding-top: 2.6666666667em;
  border-top: 1px solid #63744A;
}

.place__item--open .btn--light {
  color: #F7F7ED;
  border: 1px solid #F7F7ED;
  background-color: transparent;
}

.place__details {
  transition: all 0.6s ease-in-out 0s;
  overflow: hidden;
  height: 0px;
}

.place__content {
  width: 100%;
}

.place__args {
  padding-top: 2.6666666667em;
  align-items: flex-end;
}
.place__args li {
  font-size: 1.0666666667em;
  background: #505C3D;
  padding: 0.625em 1.25em;
  border-radius: 25px;
  line-height: 1.2;
  font-weight: 400;
  max-width: 350px;
}
.place__args li + li {
  margin-left: 0.5em;
}

.place__datas {
  margin-top: 4.3333333333em;
}
.place__datas table {
  width: 50.3355704698%;
  font-size: 1.0666666667em;
  margin-top: 1.5625em;
  line-height: 1.3;
  flex-shrink: 0;
}
.place__datas table th, .place__datas table td {
  font-weight: 300;
  padding-bottom: 8px;
}
.place__datas table td {
  text-align: right;
}
.place__datas table tr + tr th, .place__datas table tr + tr td {
  padding-top: 1.25em;
  border-top: 1px solid #63744A;
}

.place__price {
  margin-left: 6.711409396%;
  background-color: #E3E3C1;
  border-radius: 35px;
  padding: 2em 3.6666666667em 2em;
  color: #707664;
  max-width: 540px;
}

.price__text {
  font-size: 1.2em;
  margin-top: 0.5555555556em;
}

footer {
  position: relative;
}

.footer__cardi--wait {
  position: absolute;
  right: 7.1428571429%;
  bottom: 20px;
  color: #E3E3C1;
}
.footer__cardi--wait:hover {
  color: #F7F7ED;
}
.footer__cardi--wait img {
  display: inline-block;
  margin-left: 3px;
}

@media (max-width: 1050px) {
  .place__args {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1em;
    grid-gap: 1em;
  }
  .place__args li {
    max-width: inherit;
    height: 100%;
  }
  .place__args li + li {
    margin-left: 0px;
  }
}
@media (max-width: 1000px) {
  .place__datas .column--free {
    flex-direction: column;
  }
  .place__datas table, .place__price {
    width: 100%;
  }
  .place__price {
    max-width: inherit;
    margin: 0px;
    padding: 2em;
    margin-top: 2.6666666667em;
  }
}
@media (max-width: 900px) {
  .waiting__intro {
    margin-top: 3.3333333333em;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .waiting__intro .intro__content {
    max-width: inherit;
    margin-top: 0.5555555556em;
  }
}
@media (max-width: 650px) {
  .waiting__intro {
    margin-top: 2.6666666667em;
  }
  .waiting__intro .intro__content {
    font-size: 1.2666666667em;
  }
  .waiting__contacts {
    margin-top: 3.3333333333em;
  }
  .waiting__contacts li + li {
    margin-left: 8.9285714286%;
  }
  .waiting__contacts a {
    font-size: 1.1333333333em;
  }
  .places__list {
    margin-top: 6em;
  }
  .price__text {
    font-size: 1.1333333333em;
  }
  .place__price {
    padding: 1.3333333333em;
  }
}
@media (max-width: 600px) {
  .place__args {
    display: block;
  }
  .place__args li {
    height: auto;
  }
  .place__args li + li {
    margin-left: 0px;
    margin-top: 0.6666666667em;
  }
  .place__datas {
    margin-top: 2.6666666667em;
  }
}
@media (max-width: 500px) {
  .waiting__intro .intro__content {
    font-size: 1.1333333333em;
  }
  .waiting__contacts {
    margin-top: 2.6666666667em;
  }
  .waiting__contacts li + li {
    margin-left: 5.9523809524%;
  }
  .waiting__contacts a {
    font-size: 1.0666666667em;
  }
}
@media (max-width: 450px) {
  .price__text {
    font-size: 1em;
  }
  .place__price {
    margin-top: 1.6666666667em;
  }
}
@media (max-width: 400px) {
  .places__list {
    margin-top: 4.3333333333em;
  }
  .place__args {
    padding-top: 1.6666666667em;
  }
  .place__args li {
    font-size: 1em;
  }
}
@media (max-width: 360px) {
  .waiting__intro .intro__content {
    font-size: 1.0666666667em;
  }
}
