@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");
/* line 3, ../sass/scss/stillPresent/modules/main.scss */
* {
  margin: 0;
  border: 0;
  padding: 0;
}

/* line 8, ../sass/scss/stillPresent/modules/main.scss */
html {
  height: 100%;
  padding: 0;
}

/* line 12, ../sass/scss/stillPresent/modules/main.scss */
body {
  overflow: scroll;
  overflow-x: hidden;
  line-height: 30px;
  height: 100%;
  padding: 0;
  max-height: 999999px;
  font-size: 25px;
  color: #303030;
  background-color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}
@media only screen and (max-width: 1450px) {
  /* line 12, ../sass/scss/stillPresent/modules/main.scss */
  body {
    font-size: 23px;
  }
}

/* line 27, ../sass/scss/stillPresent/modules/main.scss */
.container {
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  padding: 110px 0 0 0;
}
@media only screen and (min-width: 991px) and (max-width: 1299px) {
  /* line 27, ../sass/scss/stillPresent/modules/main.scss */
  .container {
    width: inherit;
    max-width: inherit;
  }
}
@media only screen and (max-width: 991px) {
  /* line 27, ../sass/scss/stillPresent/modules/main.scss */
  .container {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  /* line 27, ../sass/scss/stillPresent/modules/main.scss */
  .container {
    padding-top: 75px;
  }
}

/* line 45, ../sass/scss/stillPresent/modules/main.scss */
.max-width {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1300px) {
  /* line 45, ../sass/scss/stillPresent/modules/main.scss */
  .max-width {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 45, ../sass/scss/stillPresent/modules/main.scss */
  .max-width {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 58, ../sass/scss/stillPresent/modules/main.scss */
a {
  position: relative;
  text-decoration: none;
  display: block;
  cursor: pointer;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  color: #303030;
}
/* line 65, ../sass/scss/stillPresent/modules/main.scss */
a:hover, a:focus {
  text-decoration: none;
  color: #303030;
}
/* line 70, ../sass/scss/stillPresent/modules/main.scss */
a.return {
  text-decoration: underline;
  font-family: 'ITCAvantGardeStdMd';
  margin-bottom: 15px;
}
/* line 74, ../sass/scss/stillPresent/modules/main.scss */
a.return span {
  display: inline-block;
  text-decoration: none;
  margin-right: 10px;
}

/* line 81, ../sass/scss/stillPresent/modules/main.scss */
ul,
li {
  margin: 0;
  list-style-type: none;
}

/* line 86, ../sass/scss/stillPresent/modules/main.scss */
img,
svg {
  border: 0;
  display: block;
}

/* line 91, ../sass/scss/stillPresent/modules/main.scss */
label {
  margin: 0;
}

/* line 94, ../sass/scss/stillPresent/modules/main.scss */
p,
figure {
  margin: 0;
  padding: 0;
}

/* line 100, ../sass/scss/stillPresent/modules/main.scss */
form {
  width: 100%;
  height: 100%;
}

/* line 105, ../sass/scss/stillPresent/modules/main.scss */
input:not([type]) {
  border-bottom: none;
  height: inherit;
  font-size: inherit;
  margin: 0;
  box-sizing: inherit;
}
/* line 112, ../sass/scss/stillPresent/modules/main.scss */
input:not([type]):focus:not([readonly]) {
  border-bottom: none;
  box-shadow: none;
}
/* line 118, ../sass/scss/stillPresent/modules/main.scss */
input::-ms-clear {
  width: 0;
  height: 0;
}

/* line 124, ../sass/scss/stillPresent/modules/main.scss */
label:focus,
input:focus {
  outline: none;
}

/* line 128, ../sass/scss/stillPresent/modules/main.scss */
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
  height: inherit;
  font-size: inherit;
  margin: 0;
  box-sizing: inherit;
}
/* line 140, ../sass/scss/stillPresent/modules/main.scss */
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  box-shadow: none;
}

/* line 145, ../sass/scss/stillPresent/modules/main.scss */
.three-points {
  display: none !important;
  opacity: 0 !important;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  /* line 145, ../sass/scss/stillPresent/modules/main.scss */
  .three-points {
    right: 0;
    bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  /* line 145, ../sass/scss/stillPresent/modules/main.scss */
  .three-points {
    display: none;
  }
}

/* line 161, ../sass/scss/stillPresent/modules/main.scss */
#user-login-form, #user-pass, #user-pass-reset {
  width: 600px;
  max-width: 100%;
  padding: 0 30px;
  margin: 250px auto 50px;
}
/* line 166, ../sass/scss/stillPresent/modules/main.scss */
#user-login-form input, #user-pass input, #user-pass-reset input {
  margin-bottom: 30px;
}
/* line 170, ../sass/scss/stillPresent/modules/main.scss */
#user-login-form #edit-submit, #user-pass #edit-submit, #user-pass-reset #edit-submit {
  display: block;
  margin: 30px auto 0;
  text-align: center;
  background: #027387;
}

/* line 178, ../sass/scss/stillPresent/modules/main.scss */
.block-message .row {
  padding: 0;
  background: none;
  display: block;
}
/* line 182, ../sass/scss/stillPresent/modules/main.scss */
.block-message .row .drupal-messages {
  background: #6983FC;
  padding: 30px 0;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  width: 600px;
  max-width: 100%;
}

/* line 193, ../sass/scss/stillPresent/modules/main.scss */
.block-local_tasks {
  display: none;
}

/* line 198, ../sass/scss/stillPresent/modules/main.scss */
.agree-button {
  background: #000 !important;
  padding: 20px !important;
  color: #fff !important;
}

/* line 203, ../sass/scss/stillPresent/modules/main.scss */
.decline-button {
  background: #fff !important;
  padding: 20px !important;
  color: #000 !important;
}

/* line 209, ../sass/scss/stillPresent/modules/main.scss */
#sliding-popup {
  padding-top: 20px !important;
}

/* line 3, ../sass/scss/stillPresent/modules/header-footer.scss */
header {
  position: fixed;
  width: 100%;
  height: 88px;
  background-color: #ffffffd9;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 99;
  top: 0;
}
/* line 10, ../sass/scss/stillPresent/modules/header-footer.scss */
header .header {
  position: relative;
}
/* line 12, ../sass/scss/stillPresent/modules/header-footer.scss */
header .header ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
@media only screen and (max-width: 991px) {
  /* line 12, ../sass/scss/stillPresent/modules/header-footer.scss */
  header .header ul {
    display: none;
  }
}
/* line 20, ../sass/scss/stillPresent/modules/header-footer.scss */
header .header ul li a {
  line-height: 88px;
  transition: all 0.2s;
  padding: 0 20px;
}
/* line 24, ../sass/scss/stillPresent/modules/header-footer.scss */
header .header ul li a:hover {
  background: #FFF;
}
/* line 29, ../sass/scss/stillPresent/modules/header-footer.scss */
header .header ul li:first-child {
  margin-right: 132px;
}
@media only screen and (max-width: 1300px) {
  /* line 29, ../sass/scss/stillPresent/modules/header-footer.scss */
  header .header ul li:first-child {
    margin-right: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  /* line 29, ../sass/scss/stillPresent/modules/header-footer.scss */
  header .header ul li:first-child {
    margin-right: 50px;
  }
}
/* line 38, ../sass/scss/stillPresent/modules/header-footer.scss */
header .header ul li:last-child {
  margin-left: 132px;
}
@media only screen and (max-width: 1300px) {
  /* line 38, ../sass/scss/stillPresent/modules/header-footer.scss */
  header .header ul li:last-child {
    margin-left: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  /* line 38, ../sass/scss/stillPresent/modules/header-footer.scss */
  header .header ul li:last-child {
    margin-left: 50px;
  }
}
/* line 47, ../sass/scss/stillPresent/modules/header-footer.scss */
header .header ul li:nth-child(2) {
  margin-right: 400px;
}
@media only screen and (max-width: 1300px) {
  /* line 47, ../sass/scss/stillPresent/modules/header-footer.scss */
  header .header ul li:nth-child(2) {
    margin-right: 280px;
  }
}
/* line 55, ../sass/scss/stillPresent/modules/header-footer.scss */
header .header .logo {
  position: absolute;
  left: 50%;
  margin-left: -116px;
  top: 20px;
  background: #FFF;
  border-radius: 50%;
  border: 19px solid #FFF;
  width: 178px;
  height: 178px;
  background: white;
}
@media only screen and (max-width: 991px) {
  /* line 55, ../sass/scss/stillPresent/modules/header-footer.scss */
  header .header .logo {
    width: 150px;
    border: 10px solid #FFF;
    margin-left: -66px;
  }
}

/* line 76, ../sass/scss/stillPresent/modules/header-footer.scss */
footer .max-width {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  /* line 76, ../sass/scss/stillPresent/modules/header-footer.scss */
  footer .max-width {
    height: auto;
    padding: 20px;
    display: block;
    text-align: center;
  }
}
/* line 88, ../sass/scss/stillPresent/modules/header-footer.scss */
footer .max-width > div {
  margin: 0 5px;
}
/* line 92, ../sass/scss/stillPresent/modules/header-footer.scss */
footer .max-width div a {
  display: inline;
}

/* menu button */
/* line 101, ../sass/scss/stillPresent/modules/header-footer.scss */
.menuBtn {
  height: 70px;
  width: 50px;
  position: fixed;
  z-index: 101;
  display: none;
}
@media only screen and (max-width: 991px) {
  /* line 101, ../sass/scss/stillPresent/modules/header-footer.scss */
  .menuBtn {
    right: 40px;
    top: 10px;
    margin-left: -66px;
    display: block;
  }
}
/* line 115, ../sass/scss/stillPresent/modules/header-footer.scss */
.menuBtn > span {
  background-color: #000;
  border-radius: 1px;
  height: 4px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -15px;
  transition: height 100ms;
}
/* line 125, ../sass/scss/stillPresent/modules/header-footer.scss */
.menuBtn > span:after, .menuBtn > span:before {
  content: '';
  background-color: #000;
  border-radius: 1px;
  height: 4px;
  width: 100%;
  position: absolute;
  left: 50%;
  transition: all 200ms;
  margin: 16px 0 16px -25px;
}
/* line 136, ../sass/scss/stillPresent/modules/header-footer.scss */
.menuBtn > span:after {
  top: -7px;
}
/* line 139, ../sass/scss/stillPresent/modules/header-footer.scss */
.menuBtn > span:before {
  bottom: -7px;
}
/* line 144, ../sass/scss/stillPresent/modules/header-footer.scss */
.menuBtn.act > span {
  height: 0;
}
/* line 146, ../sass/scss/stillPresent/modules/header-footer.scss */
.menuBtn.act > span:after, .menuBtn.act > span:before {
  background-color: #000;
  top: 1px;
}
/* line 150, ../sass/scss/stillPresent/modules/header-footer.scss */
.menuBtn.act > span:after {
  transform: rotate(45deg);
}
/* line 153, ../sass/scss/stillPresent/modules/header-footer.scss */
.menuBtn.act > span:before {
  transform: rotate(-45deg);
}

/* main menu block */
/* line 160, ../sass/scss/stillPresent/modules/header-footer.scss */
.mainMenu {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
  display: table;
  text-align: center;
  opacity: 0;
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: scale(0);
}
/* line 173, ../sass/scss/stillPresent/modules/header-footer.scss */
.mainMenu.act {
  opacity: 1;
  transform: scale(1);
}
/* line 176, ../sass/scss/stillPresent/modules/header-footer.scss */
.mainMenu.act ul li {
  opacity: 1;
  transform: translateX(0);
}
/* line 181, ../sass/scss/stillPresent/modules/header-footer.scss */
.mainMenu ul {
  display: table-cell;
  vertical-align: middle;
}
/* line 185, ../sass/scss/stillPresent/modules/header-footer.scss */
.mainMenu li {
  padding: 8px 0;
  transition: all 400ms 510ms;
  opacity: 0;
}
/* line 189, ../sass/scss/stillPresent/modules/header-footer.scss */
.mainMenu li:nth-child(odd) {
  transform: translateX(30%);
}
/* line 192, ../sass/scss/stillPresent/modules/header-footer.scss */
.mainMenu li:nth-child(even) {
  transform: translateX(-30%);
}
/* line 195, ../sass/scss/stillPresent/modules/header-footer.scss */
.mainMenu li:last-child {
  transform: none;
}
/* line 199, ../sass/scss/stillPresent/modules/header-footer.scss */
.mainMenu a {
  color: #000;
  display: inline-block;
  font-size: 18px;
}
/* line 203, ../sass/scss/stillPresent/modules/header-footer.scss */
.mainMenu a.suBtn {
  color: #fff;
}

/* line 210, ../sass/scss/stillPresent/modules/header-footer.scss */
#button {
  display: inline-block;
  background-color: transparent;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border: 1px solid #000;
}

/* line 227, ../sass/scss/stillPresent/modules/header-footer.scss */
#button::after {
  content: url("../image/up.png");
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #000;
}

/* line 235, ../sass/scss/stillPresent/modules/header-footer.scss */
#button:hover {
  cursor: pointer;
  background-color: #d8ae5e;
  border: 1px solid #d8ae5e;
}

/* line 240, ../sass/scss/stillPresent/modules/header-footer.scss */
#button:active {
  background-color: #d8ae5e;
  border: 1px solid #d8ae5e;
}

/* line 244, ../sass/scss/stillPresent/modules/header-footer.scss */
#button.show {
  opacity: 1;
  visibility: visible;
}

/* line 249, ../sass/scss/stillPresent/modules/header-footer.scss */
.shortcuts {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 999;
}
@media only screen and (max-width: 991px) {
  /* line 249, ../sass/scss/stillPresent/modules/header-footer.scss */
  .shortcuts {
    display: none;
  }
}
/* line 258, ../sass/scss/stillPresent/modules/header-footer.scss */
.shortcuts ul li {
  text-align: center;
}
/* line 260, ../sass/scss/stillPresent/modules/header-footer.scss */
.shortcuts ul li a {
  background: #0d1a34;
  padding: 5px 7px;
  transition: all 0.2s;
}
/* line 264, ../sass/scss/stillPresent/modules/header-footer.scss */
.shortcuts ul li a:hover {
  background: #000;
}
/* line 267, ../sass/scss/stillPresent/modules/header-footer.scss */
.shortcuts ul li a img {
  width: 38px;
  height: 38px;
  display: inline;
}
/* line 276, ../sass/scss/stillPresent/modules/header-footer.scss */
.shortcuts ul li:nth-child(1) a img, .shortcuts ul li:nth-child(2) a img {
  width: 30px;
}

@font-face {
  font-family: "Kiyana";
  src: url("/themes/custom/lapoje/fonts/KiyanaDisplay-UltraLight.otf") format("opentype");
}
/* line 3, ../sass/scss/stillPresent/modules/buttons.scss */
button,
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 230px;
  height: 50px;
  line-height: 50px;
  border: none;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  font-size: 16px;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: none;
  text-shadow: none;
  overflow: hidden;
  color: #ffffff;
  fill: #ffffff;
}
/* line 24, ../sass/scss/stillPresent/modules/buttons.scss */
button:focus, button.active, button:hover,
.button:focus,
.button.active,
.button:hover {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 73, 103, 0.2);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 73, 103, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 73, 103, 0.2);
  opacity: 0.8;
  cursor: pointer;
  outline: none;
  color: #ffffff;
  background-color: #303030;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 35, ../sass/scss/stillPresent/modules/buttons.scss */
button span,
.button span {
  padding: 0 !important;
  margin: 0 !important;
}
/* line 39, ../sass/scss/stillPresent/modules/buttons.scss */
button.btn-blue,
.button.btn-blue {
  background-color: #027387;
}
/* line 42, ../sass/scss/stillPresent/modules/buttons.scss */
button.btn-sec,
.button.btn-sec {
  background-color: #0d1a34;
}
/* line 45, ../sass/scss/stillPresent/modules/buttons.scss */
button.btn-red,
.button.btn-red {
  background-color: #0d1a34;
}
/* line 48, ../sass/scss/stillPresent/modules/buttons.scss */
button.btn-grey,
.button.btn-grey {
  background-color: #77787b;
  cursor: initial;
}
/* line 52, ../sass/scss/stillPresent/modules/buttons.scss */
button.btn-rounded,
.button.btn-rounded {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/* line 56, ../sass/scss/stillPresent/modules/buttons.scss */
button.btn-huge,
.button.btn-huge {
  display: block;
  width: 230px;
  height: 200px;
  min-width: 230px;
  padding: 30px 20px 20px 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media only screen and (max-width: 650px) {
  /* line 56, ../sass/scss/stillPresent/modules/buttons.scss */
  button.btn-huge,
  .button.btn-huge {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    padding: 15px;
  }
}
/* line 70, ../sass/scss/stillPresent/modules/buttons.scss */
button.btn-huge span,
.button.btn-huge span {
  display: block;
  font-size: 30px;
  line-height: 34px;
}
@media only screen and (max-width: 650px) {
  /* line 70, ../sass/scss/stillPresent/modules/buttons.scss */
  button.btn-huge span,
  .button.btn-huge span {
    margin: 0 15px 0 0 !important;
    font-size: 24px;
  }
}
/* line 79, ../sass/scss/stillPresent/modules/buttons.scss */
button.btn-huge img,
.button.btn-huge img {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media only screen and (max-width: 650px) {
  /* line 79, ../sass/scss/stillPresent/modules/buttons.scss */
  button.btn-huge img,
  .button.btn-huge img {
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    width: 25px;
    height: auto;
  }
}
/* line 87, ../sass/scss/stillPresent/modules/buttons.scss */
button.btn-tiny,
.button.btn-tiny {
  width: 50px;
  height: 50px;
  min-width: 50px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
/* line 92, ../sass/scss/stillPresent/modules/buttons.scss */
button.btn-picto,
.button.btn-picto {
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 96, ../sass/scss/stillPresent/modules/buttons.scss */
button.btn-picto.btn-upload svg,
.button.btn-picto.btn-upload svg {
  width: 14px;
  height: 16px;
}

/* line 103, ../sass/scss/stillPresent/modules/buttons.scss */
.plyr__progress {
  width: 100% !important;
}

/* line 3, ../sass/scss/stillPresent/modules/main-titles.scss */
h1,
.h1 {
  font-size: 60px;
  line-height: 65px;
}
@media only screen and (max-width: 991px) {
  /* line 3, ../sass/scss/stillPresent/modules/main-titles.scss */
  h1,
  .h1 {
    font-size: 50px;
    line-height: 52px;
  }
}
@media only screen and (max-width: 650px) {
  /* line 3, ../sass/scss/stillPresent/modules/main-titles.scss */
  h1,
  .h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 380px) {
  /* line 3, ../sass/scss/stillPresent/modules/main-titles.scss */
  h1,
  .h1 {
    font-size: 35px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 320px) {
  /* line 3, ../sass/scss/stillPresent/modules/main-titles.scss */
  h1,
  .h1 {
    font-size: 32px;
    line-height: 32px;
  }
}

/* line 24, ../sass/scss/stillPresent/modules/main-titles.scss */
h3,
.h3 {
  font-size: 45px;
  line-height: 50px;
}
@media only screen and (max-width: 991px) {
  /* line 24, ../sass/scss/stillPresent/modules/main-titles.scss */
  h3,
  .h3 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 650px) {
  /* line 24, ../sass/scss/stillPresent/modules/main-titles.scss */
  h3,
  .h3 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 380px) {
  /* line 24, ../sass/scss/stillPresent/modules/main-titles.scss */
  h3,
  .h3 {
    font-size: 30px;
    line-height: 30px;
  }
}

/* line 42, ../sass/scss/stillPresent/modules/main-titles.scss */
h4,
.h4 {
  font-size: 30px;
  line-height: 34px;
}
@media only screen and (max-width: 991px) {
  /* line 42, ../sass/scss/stillPresent/modules/main-titles.scss */
  h4,
  .h4 {
    font-size: 26px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 650px) {
  /* line 42, ../sass/scss/stillPresent/modules/main-titles.scss */
  h4,
  .h4 {
    font-size: 24px;
    line-height: 24px;
  }
}

/* line 55, ../sass/scss/stillPresent/modules/main-titles.scss */
h5,
.h5 {
  font-size: 22px;
  line-height: 25px;
}

/* line 60, ../sass/scss/stillPresent/modules/main-titles.scss */
h1,
h2,
h3,
h4,
h5 {
  display: block;
  margin: 0;
}

/* line 70, ../sass/scss/stillPresent/modules/main-titles.scss */
.node-page h4, .node-page .h4 {
  margin-bottom: 20px;
  margin-top: 20px;
}
/* line 74, ../sass/scss/stillPresent/modules/main-titles.scss */
.node-page h3,
.node-page .h3 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 80px;
  margin-top: 100px;
}
@media only screen and (max-width: 991px) {
  /* line 74, ../sass/scss/stillPresent/modules/main-titles.scss */
  .node-page h3,
  .node-page .h3 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 650px) {
  /* line 74, ../sass/scss/stillPresent/modules/main-titles.scss */
  .node-page h3,
  .node-page .h3 {
    font-size: 22px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 380px) {
  /* line 74, ../sass/scss/stillPresent/modules/main-titles.scss */
  .node-page h3,
  .node-page .h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
/* line 93, ../sass/scss/stillPresent/modules/main-titles.scss */
.node-page h2,
.node-page .h2 {
  font-size: 45px;
  line-height: 50px;
}
@media only screen and (max-width: 991px) {
  /* line 93, ../sass/scss/stillPresent/modules/main-titles.scss */
  .node-page h2,
  .node-page .h2 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 650px) {
  /* line 93, ../sass/scss/stillPresent/modules/main-titles.scss */
  .node-page h2,
  .node-page .h2 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 380px) {
  /* line 93, ../sass/scss/stillPresent/modules/main-titles.scss */
  .node-page h2,
  .node-page .h2 {
    font-size: 30px;
    line-height: 30px;
  }
}

/* line 3, ../sass/scss/stillPresent/modules/radio-button.scss */
.radio-button {
  margin-bottom: 25px;
}
/* line 5, ../sass/scss/stillPresent/modules/radio-button.scss */
.radio-button > div {
  display: flex;
}
/* line 8, ../sass/scss/stillPresent/modules/radio-button.scss */
.radio-button .ui-radio {
  display: block;
  position: relative;
  width: 175px;
  height: 100%;
}
/* line 12, ../sass/scss/stillPresent/modules/radio-button.scss */
.radio-button .ui-radio input[type=radio] {
  position: absolute;
  visibility: hidden;
}
/* line 16, ../sass/scss/stillPresent/modules/radio-button.scss */
.radio-button .ui-radio label {
  display: block;
  position: relative;
  padding: 10px 0 0 30px;
  margin: 0;
  z-index: 9;
  cursor: pointer;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
/* line 25, ../sass/scss/stillPresent/modules/radio-button.scss */
.radio-button .ui-radio .check {
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 11px;
  left: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #77787b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 5;
  -moz-transition: border 0.25s linear;
  -o-transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
  transition: border 0.25s linear;
}
/* line 33, ../sass/scss/stillPresent/modules/radio-button.scss */
.radio-button .ui-radio .check:hover {
  width: 21px;
  height: 21px;
  border-width: 1px;
  border-style: solid;
  border-color: #303030;
}
/* line 37, ../sass/scss/stillPresent/modules/radio-button.scss */
.radio-button .ui-radio .check:before {
  display: block;
  width: 50%;
  height: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
  content: '';
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: auto;
  -moz-transition: background 0.25s linear;
  -o-transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  transition: background 0.25s linear;
}
/* line 48, ../sass/scss/stillPresent/modules/radio-button.scss */
.radio-button input[type=radio]:checked ~ .check {
  border: 1px solid #303030;
  background-color: #ffffff;
}
/* line 51, ../sass/scss/stillPresent/modules/radio-button.scss */
.radio-button input[type=radio]:checked ~ .check:before {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 3px;
  left: 3px;
  background-color: #027387;
  border: 2px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  text-align: center;
  font-size: 0.8em;
}

/* line 1, ../sass/scss/stillPresent/modules/checkbox.scss */
input[type=checkbox] + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
}

/* line 8, ../sass/scss/stillPresent/modules/checkbox.scss */
input[type=checkbox] {
  display: none;
}

/* line 12, ../sass/scss/stillPresent/modules/checkbox.scss */
input[type=checkbox] + label:before {
  content: "\2714";
  border: 0.1em solid #FFF;
  border-radius: 0.2em;
  display: inline-block;
  width: 35px;
  height: 35px;
  padding-left: 8px;
  padding-bottom: 10px;
  margin-right: 10px;
  vertical-align: bottom;
  color: transparent;
  transition: .2s;
}

/* line 27, ../sass/scss/stillPresent/modules/checkbox.scss */
input[type=checkbox] + label:active:before {
  transform: scale(0);
}

/* line 31, ../sass/scss/stillPresent/modules/checkbox.scss */
input[type=checkbox]:checked + label:before {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000;
}

/* line 37, ../sass/scss/stillPresent/modules/checkbox.scss */
input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

/* line 42, ../sass/scss/stillPresent/modules/checkbox.scss */
input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}

/* line 2, ../sass/scss/stillPresent/modules/intro.scss */
.intro {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1199px) {
  /* line 2, ../sass/scss/stillPresent/modules/intro.scss */
  .intro {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 2, ../sass/scss/stillPresent/modules/intro.scss */
  .intro {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 2, ../sass/scss/stillPresent/modules/intro.scss */
  .intro {
    padding-bottom: 0;
  }
}
/* line 13, ../sass/scss/stillPresent/modules/intro.scss */
.intro .intro-content {
  position: relative;
}
/* line 15, ../sass/scss/stillPresent/modules/intro.scss */
.intro .intro-content .img {
  object-fit: cover;
  width: 100%;
  height: 556px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  /* line 15, ../sass/scss/stillPresent/modules/intro.scss */
  .intro .intro-content .img {
    height: 450px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 15, ../sass/scss/stillPresent/modules/intro.scss */
  .intro .intro-content .img {
    height: 325px;
  }
}
/* line 26, ../sass/scss/stillPresent/modules/intro.scss */
.intro .intro-content figcaption {
  display: flex;
  align-items: center;
  width: calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  height: 556px;
  position: absolute;
  top: 0;
  left: 100px;
  z-index: 5;
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  /* line 26, ../sass/scss/stillPresent/modules/intro.scss */
  .intro .intro-content figcaption {
    left: 40px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 26, ../sass/scss/stillPresent/modules/intro.scss */
  .intro .intro-content figcaption {
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 26, ../sass/scss/stillPresent/modules/intro.scss */
  .intro .intro-content figcaption {
    height: 450px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 26, ../sass/scss/stillPresent/modules/intro.scss */
  .intro .intro-content figcaption {
    height: 325px;
  }
}
/* line 46, ../sass/scss/stillPresent/modules/intro.scss */
.intro .intro-content figcaption h1,
.intro .intro-content figcaption .h1 {
  width: 440px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  /* line 46, ../sass/scss/stillPresent/modules/intro.scss */
  .intro .intro-content figcaption h1,
  .intro .intro-content figcaption .h1 {
    width: 375px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 46, ../sass/scss/stillPresent/modules/intro.scss */
  .intro .intro-content figcaption h1,
  .intro .intro-content figcaption .h1 {
    width: 100%;
  }
}
/* line 57, ../sass/scss/stillPresent/modules/intro.scss */
.intro .intro-content figcaption span {
  display: block;
  width: 440px;
  font-size: 22px;
  line-height: 25px;
}
@media only screen and (max-width: 991px) {
  /* line 57, ../sass/scss/stillPresent/modules/intro.scss */
  .intro .intro-content figcaption span {
    width: 375px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 57, ../sass/scss/stillPresent/modules/intro.scss */
  .intro .intro-content figcaption span {
    width: 90%;
    font-size: 18px;
    line-height: 20px;
  }
}
/* line 72, ../sass/scss/stillPresent/modules/intro.scss */
.intro .intro-content a {
  width: 100%;
  color: #ffffff;
}

/* line 3, ../sass/scss/stillPresent/modules/glide.scss */
.prev-next {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  /* line 3, ../sass/scss/stillPresent/modules/glide.scss */
  .prev-next {
    margin-bottom: 15px;
  }
}
/* line 10, ../sass/scss/stillPresent/modules/glide.scss */
.prev-next button {
  margin-left: 10px;
}

/* line 15, ../sass/scss/stillPresent/modules/glide.scss */
.glide__bullets {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  text-align: center;
}
/* line 21, ../sass/scss/stillPresent/modules/glide.scss */
.glide__bullets .glide__bullet {
  border: 2px solid #fff;
  background: transparent;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  margin-right: 30px;
}
/* line 28, ../sass/scss/stillPresent/modules/glide.scss */
.glide__bullets .glide__bullet.glide__bullet--active {
  background: #fff;
}
/* line 31, ../sass/scss/stillPresent/modules/glide.scss */
.glide__bullets .glide__bullet:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 991px) {
  /* line 4, ../sass/scss/home/styles.scss */
  .slider .max-width {
    padding: 0;
  }
}
/* line 10, ../sass/scss/home/styles.scss */
.slider li img {
  max-width: 200%;
  height: auto;
  min-height: 500px;
}

/* line 19, ../sass/scss/home/styles.scss */
.cuisine .max-width {
  font-size: 20px;
  line-height: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 70px 100px;
}
@media only screen and (max-width: 1199px) {
  /* line 19, ../sass/scss/home/styles.scss */
  .cuisine .max-width {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 991px) {
  /* line 19, ../sass/scss/home/styles.scss */
  .cuisine .max-width {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 1199px) {
  /* line 34, ../sass/scss/home/styles.scss */
  .cuisine .max-width .cuisine-left {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 1550px) {
  /* line 39, ../sass/scss/home/styles.scss */
  .cuisine .max-width .cuisine-left img {
    width: 600px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1300px) {
  /* line 39, ../sass/scss/home/styles.scss */
  .cuisine .max-width .cuisine-left img {
    width: 400px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  /* line 39, ../sass/scss/home/styles.scss */
  .cuisine .max-width .cuisine-left img {
    display: inline;
    width: 600px;
    margin: 20px auto;
    max-width: 100%;
  }
}
/* line 59, ../sass/scss/home/styles.scss */
.cuisine .max-width .cuisine-right {
  padding: 0 50px 0 100px;
}
@media only screen and (max-width: 1199px) {
  /* line 59, ../sass/scss/home/styles.scss */
  .cuisine .max-width .cuisine-right {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 650px) {
  /* line 59, ../sass/scss/home/styles.scss */
  .cuisine .max-width .cuisine-right {
    padding: 0px;
  }
}
/* line 67, ../sass/scss/home/styles.scss */
.cuisine .max-width .cuisine-right img {
  margin: 0 auto 10px;
  width: 120px;
}
@media only screen and (max-width: 1550px) {
  /* line 67, ../sass/scss/home/styles.scss */
  .cuisine .max-width .cuisine-right img {
    width: 120px;
  }
}
/* line 74, ../sass/scss/home/styles.scss */
.cuisine .max-width .cuisine-right .cuisine-title {
  font-size: 58px;
  line-height: 68px;
  font-family: 'Kiyana', serif;
  text-align: center;
  margin-bottom: 40px;
  color: #d8ae5e;
}
@media only screen and (max-width: 1550px) {
  /* line 74, ../sass/scss/home/styles.scss */
  .cuisine .max-width .cuisine-right .cuisine-title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  /* line 74, ../sass/scss/home/styles.scss */
  .cuisine .max-width .cuisine-right .cuisine-title {
    margin-bottom: 30px;
  }
}
/* line 83, ../sass/scss/home/styles.scss */
.cuisine .max-width .cuisine-right .cuisine-text {
  text-align: left;
}
/* line 85, ../sass/scss/home/styles.scss */
.cuisine .max-width .cuisine-right .cuisine-text p {
  margin-bottom: 10px;
}

/* line 97, ../sass/scss/home/styles.scss */
.cuisinebis .max-width {
  font-size: 20px;
  line-height: 30px;
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  align-items: center;
  padding: 70px 100px;
}
@media only screen and (max-width: 1199px) {
  /* line 97, ../sass/scss/home/styles.scss */
  .cuisinebis .max-width {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 991px) {
  /* line 97, ../sass/scss/home/styles.scss */
  .cuisinebis .max-width {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 1199px) {
  /* line 113, ../sass/scss/home/styles.scss */
  .cuisinebis .max-width .cuisine-left {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 1550px) {
  /* line 118, ../sass/scss/home/styles.scss */
  .cuisinebis .max-width .cuisine-left img {
    width: 600px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1300px) {
  /* line 118, ../sass/scss/home/styles.scss */
  .cuisinebis .max-width .cuisine-left img {
    width: 400px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  /* line 118, ../sass/scss/home/styles.scss */
  .cuisinebis .max-width .cuisine-left img {
    display: inline;
    width: 600px;
    margin: 20px auto;
    max-width: 100%;
  }
}
/* line 138, ../sass/scss/home/styles.scss */
.cuisinebis .max-width .cuisine-right {
  padding: 0 50px 0 100px;
}
@media only screen and (max-width: 1199px) {
  /* line 138, ../sass/scss/home/styles.scss */
  .cuisinebis .max-width .cuisine-right {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 650px) {
  /* line 138, ../sass/scss/home/styles.scss */
  .cuisinebis .max-width .cuisine-right {
    padding: 0px;
  }
}
/* line 146, ../sass/scss/home/styles.scss */
.cuisinebis .max-width .cuisine-right img {
  margin: 0 auto 10px;
}
@media only screen and (max-width: 1550px) {
  /* line 146, ../sass/scss/home/styles.scss */
  .cuisinebis .max-width .cuisine-right img {
    width: 120px;
  }
}
/* line 152, ../sass/scss/home/styles.scss */
.cuisinebis .max-width .cuisine-right .cuisine-title {
  font-size: 58px;
  line-height: 68px;
  font-family: 'Kiyana', serif;
  text-align: center;
  margin-bottom: 40px;
  color: #d8ae5e;
}
@media only screen and (max-width: 1550px) {
  /* line 152, ../sass/scss/home/styles.scss */
  .cuisinebis .max-width .cuisine-right .cuisine-title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  /* line 152, ../sass/scss/home/styles.scss */
  .cuisinebis .max-width .cuisine-right .cuisine-title {
    margin-bottom: 30px;
  }
}
/* line 161, ../sass/scss/home/styles.scss */
.cuisinebis .max-width .cuisine-right .cuisine-text {
  text-align: right;
}
/* line 163, ../sass/scss/home/styles.scss */
.cuisinebis .max-width .cuisine-right .cuisine-text p {
  margin-bottom: 10px;
}

/* line 174, ../sass/scss/home/styles.scss */
.chef {
  background: #0d1a34;
}
/* line 176, ../sass/scss/home/styles.scss */
.chef .max-width {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  padding: 50px 100px 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  /* line 176, ../sass/scss/home/styles.scss */
  .chef .max-width {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 991px) {
  /* line 176, ../sass/scss/home/styles.scss */
  .chef .max-width {
    padding: 40px 40px;
  }
}
@media only screen and (max-width: 650px) {
  /* line 176, ../sass/scss/home/styles.scss */
  .chef .max-width {
    padding: 40px 20px;
  }
}
/* line 193, ../sass/scss/home/styles.scss */
.chef .max-width .chef-left {
  width: 50%;
  padding: 0 100px 0 50px;
}
@media only screen and (max-width: 1300px) {
  /* line 193, ../sass/scss/home/styles.scss */
  .chef .max-width .chef-left {
    width: 60%;
  }
}
@media only screen and (max-width: 1199px) {
  /* line 193, ../sass/scss/home/styles.scss */
  .chef .max-width .chef-left {
    padding: 0 40px 0 0px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 193, ../sass/scss/home/styles.scss */
  .chef .max-width .chef-left {
    width: 100%;
    padding: 0px;
  }
}
/* line 207, ../sass/scss/home/styles.scss */
.chef .max-width .chef-left .chef-title {
  font-size: 58px;
  line-height: 68px;
  font-family: 'Kiyana', serif;
  margin-bottom: 45px;
  position: relative;
  color: #d8ae5e;
}
@media only screen and (max-width: 1550px) {
  /* line 207, ../sass/scss/home/styles.scss */
  .chef .max-width .chef-left .chef-title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 207, ../sass/scss/home/styles.scss */
  .chef .max-width .chef-left .chef-title {
    text-align: center;
  }
}
/* line 215, ../sass/scss/home/styles.scss */
.chef .max-width .chef-left .chef-title span {
  position: relative;
  z-index: 2;
}
/* line 219, ../sass/scss/home/styles.scss */
.chef .max-width .chef-left .chef-title img {
  margin-left: 0px;
  position: absolute;
  right: -230px;
  top: 0;
}
@media only screen and (max-width: 1550px) {
  /* line 219, ../sass/scss/home/styles.scss */
  .chef .max-width .chef-left .chef-title img {
    right: -170px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 219, ../sass/scss/home/styles.scss */
  .chef .max-width .chef-left .chef-title img {
    position: static;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
  }
}
/* line 237, ../sass/scss/home/styles.scss */
.chef .max-width .chef-left .chef-text {
  text-align: left;
}
/* line 239, ../sass/scss/home/styles.scss */
.chef .max-width .chef-left .chef-text p {
  margin-bottom: 10px;
}
/* line 244, ../sass/scss/home/styles.scss */
.chef .max-width .chef-right {
  width: 50%;
  position: relative;
  padding-bottom: 116px;
}
@media only screen and (max-width: 1300px) {
  /* line 244, ../sass/scss/home/styles.scss */
  .chef .max-width .chef-right {
    width: 40%;
  }
}
@media only screen and (max-width: 991px) {
  /* line 244, ../sass/scss/home/styles.scss */
  .chef .max-width .chef-right {
    width: 100%;
  }
}
/* line 255, ../sass/scss/home/styles.scss */
.chef .max-width .chef-right .chef-small {
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: 2;
  border-top: 20px solid #0d1a34;
  border-right: 20px solid #0d1a34;
  max-width: 100%;
}
@media only screen and (max-width: 1300px) {
  /* line 255, ../sass/scss/home/styles.scss */
  .chef .max-width .chef-right .chef-small {
    bottom: -115px;
  }
}
@media only screen and (max-width: 1199px) {
  /* line 255, ../sass/scss/home/styles.scss */
  .chef .max-width .chef-right .chef-small {
    bottom: -5px;
    width: 300px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 255, ../sass/scss/home/styles.scss */
  .chef .max-width .chef-right .chef-small {
    width: 400px;
  }
}
/* line 274, ../sass/scss/home/styles.scss */
.chef .max-width .chef-right .chef-big {
  float: right;
  max-width: 100%;
}
@media only screen and (max-width: 1199px) {
  /* line 274, ../sass/scss/home/styles.scss */
  .chef .max-width .chef-right .chef-big {
    width: 300px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 274, ../sass/scss/home/styles.scss */
  .chef .max-width .chef-right .chef-big {
    width: 500px;
  }
}

/* line 287, ../sass/scss/home/styles.scss */
.tabs {
  min-height: 400px;
}

/* line 291, ../sass/scss/home/styles.scss */
.menu {
  padding-top: 25px;
}
/* line 293, ../sass/scss/home/styles.scss */
.menu .menu-nav {
  background: #d8ae5e;
}
/* line 295, ../sass/scss/home/styles.scss */
.menu .menu-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 650px) {
  /* line 295, ../sass/scss/home/styles.scss */
  .menu .menu-nav ul {
    display: block;
  }
}
/* line 302, ../sass/scss/home/styles.scss */
.menu .menu-nav ul li {
  padding: 15px 50px;
  color: #FFF;
  cursor: pointer;
  transition: all 0.2s;
}
@media only screen and (max-width: 767px) {
  /* line 302, ../sass/scss/home/styles.scss */
  .menu .menu-nav ul li {
    padding: 15px 20px;
  }
}
/* line 311, ../sass/scss/home/styles.scss */
.menu .menu-nav ul li:hover, .menu .menu-nav ul li.active {
  background: #0d1a34;
}
/* line 317, ../sass/scss/home/styles.scss */
.menu #suggestions {
  padding: 50px 100px 0;
}
@media only screen and (max-width: 991px) {
  /* line 317, ../sass/scss/home/styles.scss */
  .menu #suggestions {
    padding: 50px 50px 0;
  }
}
/* line 323, ../sass/scss/home/styles.scss */
.menu #suggestions .menu-title {
  font-size: 58px;
  line-height: 68px;
  font-family: 'Kiyana', serif;
  margin-bottom: 20px;
  color: #0d1a34;
}
@media only screen and (max-width: 1550px) {
  /* line 323, ../sass/scss/home/styles.scss */
  .menu #suggestions .menu-title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  /* line 323, ../sass/scss/home/styles.scss */
  .menu #suggestions .menu-title {
    margin-bottom: 40px;
  }
}
/* line 330, ../sass/scss/home/styles.scss */
.menu #suggestions .menu-title img {
  margin-top: 15px;
}
@media only screen and (max-width: 1199px) {
  /* line 330, ../sass/scss/home/styles.scss */
  .menu #suggestions .menu-title img {
    margin-top: -5px;
    display: inline-block;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 330, ../sass/scss/home/styles.scss */
  .menu #suggestions .menu-title img {
    display: none;
  }
}
/* line 343, ../sass/scss/home/styles.scss */
.menu #suggestions .menu-items .menu-item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 140px;
}
@media only screen and (max-width: 991px) {
  /* line 343, ../sass/scss/home/styles.scss */
  .menu #suggestions .menu-items .menu-item {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 343, ../sass/scss/home/styles.scss */
  .menu #suggestions .menu-items .menu-item {
    flex-wrap: wrap;
  }
}
/* line 354, ../sass/scss/home/styles.scss */
.menu #suggestions .menu-items .menu-item .menu-item-title {
  font-size: 58px;
  line-height: 68px;
  font-family: 'Kiyana', serif;
  color: #d8ae5e;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1550px) {
  /* line 354, ../sass/scss/home/styles.scss */
  .menu #suggestions .menu-items .menu-item .menu-item-title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 354, ../sass/scss/home/styles.scss */
  .menu #suggestions .menu-items .menu-item .menu-item-title {
    text-align: center;
    margin-top: 30px;
  }
}
/* line 363, ../sass/scss/home/styles.scss */
.menu #suggestions .menu-items .menu-item .menu-item-subtitle {
  font-size: 33px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  /* line 363, ../sass/scss/home/styles.scss */
  .menu #suggestions .menu-items .menu-item .menu-item-subtitle {
    text-align: center;
  }
}
/* line 370, ../sass/scss/home/styles.scss */
.menu #suggestions .menu-items .menu-item .menu-item-text {
  font-size: 20px;
  line-height: 24px;
}
@media only screen and (max-width: 991px) {
  /* line 370, ../sass/scss/home/styles.scss */
  .menu #suggestions .menu-items .menu-item .menu-item-text {
    text-align: center;
  }
}
/* line 377, ../sass/scss/home/styles.scss */
.menu #suggestions .menu-items .menu-item .menu-item-block {
  padding-left: 110px;
}
@media only screen and (max-width: 1199px) {
  /* line 377, ../sass/scss/home/styles.scss */
  .menu #suggestions .menu-items .menu-item .menu-item-block {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 377, ../sass/scss/home/styles.scss */
  .menu #suggestions .menu-items .menu-item .menu-item-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 387, ../sass/scss/home/styles.scss */
.menu #suggestions .menu-items .menu-item.menu-item-even {
  flex-direction: row-reverse;
}
/* line 389, ../sass/scss/home/styles.scss */
.menu #suggestions .menu-items .menu-item.menu-item-even .menu-item-block {
  padding-left: 0px;
  padding-right: 110px;
}
@media only screen and (max-width: 1199px) {
  /* line 389, ../sass/scss/home/styles.scss */
  .menu #suggestions .menu-items .menu-item.menu-item-even .menu-item-block {
    padding-left: 0px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 389, ../sass/scss/home/styles.scss */
  .menu #suggestions .menu-items .menu-item.menu-item-even .menu-item-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 406, ../sass/scss/home/styles.scss */
.menu #menu {
  padding: 50px 100px 0;
}
@media only screen and (max-width: 991px) {
  /* line 406, ../sass/scss/home/styles.scss */
  .menu #menu {
    padding: 50px 50px 0;
  }
}
/* line 412, ../sass/scss/home/styles.scss */
.menu #menu .suggestions-title {
  font-size: 58px;
  line-height: 68px;
  font-family: 'Kiyana', serif;
  margin-bottom: 20px;
  color: #0d1a34;
}
@media only screen and (max-width: 1550px) {
  /* line 412, ../sass/scss/home/styles.scss */
  .menu #menu .suggestions-title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  /* line 412, ../sass/scss/home/styles.scss */
  .menu #menu .suggestions-title {
    margin-bottom: 40px;
  }
}
/* line 419, ../sass/scss/home/styles.scss */
.menu #menu .suggestions-title img {
  margin-top: 15px;
}
@media only screen and (max-width: 1199px) {
  /* line 419, ../sass/scss/home/styles.scss */
  .menu #menu .suggestions-title img {
    margin-top: -5px;
    display: inline-block;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 419, ../sass/scss/home/styles.scss */
  .menu #menu .suggestions-title img {
    display: none;
  }
}
/* line 431, ../sass/scss/home/styles.scss */
.menu #menu .suggestions-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 435, ../sass/scss/home/styles.scss */
.menu #menu .suggestions-items .suggestions-item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 140px;
}
/* line 440, ../sass/scss/home/styles.scss */
.menu #menu .suggestions-items .suggestions-item:nth-child(1) {
  width: 100%;
}
/* line 443, ../sass/scss/home/styles.scss */
.menu #menu .suggestions-items .suggestions-item:nth-child(3) {
  width: 630px;
}
/* line 445, ../sass/scss/home/styles.scss */
.menu #menu .suggestions-items .suggestions-item:nth-child(3) .suggestions-item-block {
  padding-left: 40px;
  padding-right: 0px !important;
}
@media only screen and (max-width: 991px) {
  /* line 445, ../sass/scss/home/styles.scss */
  .menu #menu .suggestions-items .suggestions-item:nth-child(3) .suggestions-item-block {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 1300px) {
  /* line 443, ../sass/scss/home/styles.scss */
  .menu #menu .suggestions-items .suggestions-item:nth-child(3) {
    text-align: center;
  }
}
@media only screen and (max-width: 1300px) {
  /* line 435, ../sass/scss/home/styles.scss */
  .menu #menu .suggestions-items .suggestions-item {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  /* line 435, ../sass/scss/home/styles.scss */
  .menu #menu .suggestions-items .suggestions-item {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 435, ../sass/scss/home/styles.scss */
  .menu #menu .suggestions-items .suggestions-item {
    flex-wrap: wrap;
  }
}
/* line 466, ../sass/scss/home/styles.scss */
.menu #menu .suggestions-items .suggestions-item .suggestions-item-title {
  font-size: 58px;
  line-height: 68px;
  font-family: 'Kiyana', serif;
  color: #d8ae5e;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1550px) {
  /* line 466, ../sass/scss/home/styles.scss */
  .menu #menu .suggestions-items .suggestions-item .suggestions-item-title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 466, ../sass/scss/home/styles.scss */
  .menu #menu .suggestions-items .suggestions-item .suggestions-item-title {
    text-align: center;
    margin-top: 30px;
  }
}
/* line 475, ../sass/scss/home/styles.scss */
.menu #menu .suggestions-items .suggestions-item .suggestions-item-subtitle {
  font-size: 27px;
  margin-bottom: 40px;
  margin-left: 5px;
}
@media only screen and (max-width: 991px) {
  /* line 475, ../sass/scss/home/styles.scss */
  .menu #menu .suggestions-items .suggestions-item .suggestions-item-subtitle {
    text-align: center;
  }
}
/* line 483, ../sass/scss/home/styles.scss */
.menu #menu .suggestions-items .suggestions-item .suggestions-item-text {
  font-size: 20px;
  line-height: 24px;
}
@media only screen and (max-width: 991px) {
  /* line 483, ../sass/scss/home/styles.scss */
  .menu #menu .suggestions-items .suggestions-item .suggestions-item-text {
    text-align: center;
  }
}
/* line 489, ../sass/scss/home/styles.scss */
.menu #menu .suggestions-items .suggestions-item .suggestions-item-text p {
  margin-bottom: 10px;
}
/* line 493, ../sass/scss/home/styles.scss */
.menu #menu .suggestions-items .suggestions-item .suggestions-item-block {
  padding-left: 110px;
  max-width: 480px;
  padding-right: 100px;
}
@media only screen and (max-width: 1199px) {
  /* line 493, ../sass/scss/home/styles.scss */
  .menu #menu .suggestions-items .suggestions-item .suggestions-item-block {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 493, ../sass/scss/home/styles.scss */
  .menu #menu .suggestions-items .suggestions-item .suggestions-item-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 505, ../sass/scss/home/styles.scss */
.menu #menu .suggestions-items .suggestions-item.suggestions-item-even {
  flex-direction: row-reverse;
}
/* line 507, ../sass/scss/home/styles.scss */
.menu #menu .suggestions-items .suggestions-item.suggestions-item-even .suggestions-item-block {
  padding-left: 0px;
  padding-right: 80px;
}
@media only screen and (max-width: 1199px) {
  /* line 507, ../sass/scss/home/styles.scss */
  .menu #menu .suggestions-items .suggestions-item.suggestions-item-even .suggestions-item-block {
    padding-left: 0px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 507, ../sass/scss/home/styles.scss */
  .menu #menu .suggestions-items .suggestions-item.suggestions-item-even .suggestions-item-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 525, ../sass/scss/home/styles.scss */
.menu #business,
.menu #alacarte{
  padding: 50px 100px 0;
}
@media only screen and (max-width: 991px) {
  /* line 525, ../sass/scss/home/styles.scss */
  .menu #business,
	.menu #alacarte{
    padding: 50px 50px 0;
  }
}
/* line 531, ../sass/scss/home/styles.scss */
.menu #business .suggestions-title,
.menu #alacarte .suggestions-title{
  font-size: 58px;
  line-height: 68px;
  font-family: 'Kiyana', serif;
  margin-bottom: 20px;
  color: #0d1a34;
}
@media only screen and (max-width: 1550px) {
  /* line 531, ../sass/scss/home/styles.scss */
  .menu #business .suggestions-title,
	.menu #alacarte .suggestions-title{
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  /* line 531, ../sass/scss/home/styles.scss */
  .menu #business .suggestions-title,
.menu #alacarte .suggestions-title
	{
    margin-bottom: 40px;
  }
}
/* line 538, ../sass/scss/home/styles.scss */
.menu #business .suggestions-title img,
.menu #alacarte .suggestions-title img{
  margin-top: 15px;
}
@media only screen and (max-width: 1199px) {
  /* line 538, ../sass/scss/home/styles.scss */
  .menu #business .suggestions-title img,
	.menu #alacarte .suggestions-title img{
    margin-top: -5px;
    display: inline-block;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 538, ../sass/scss/home/styles.scss */
  .menu #business .suggestions-title img,
	.menu #alacarte .suggestions-title img{
    display: none;
  }
}
/* line 550, ../sass/scss/home/styles.scss */
.menu #business .suggestions-items,
.menu #alacarte .suggestions-items{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 554, ../sass/scss/home/styles.scss */
.menu #business .suggestions-items .suggestions-item,
.menu #alacarte .suggestions-items .suggestions-item{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 140px;
}
/* line 559, ../sass/scss/home/styles.scss */
.menu #business .suggestions-items .suggestions-item:nth-child(1),
.menu #alacarte .suggestions-items .suggestions-item:nth-child(1){
  width: 100%;
}
/* line 562, ../sass/scss/home/styles.scss */
.menu #business .suggestions-items .suggestions-item:nth-child(3),
.menu #alacarte .suggestions-items .suggestions-item:nth-child(3){
  width: 630px;
}
/* line 564, ../sass/scss/home/styles.scss */
.menu #business .suggestions-items .suggestions-item:nth-child(3) .suggestions-item-block,
.menu #alacarte .suggestions-items .suggestions-item:nth-child(3) .suggestions-item-block{
  padding-left: 40px;
  padding-right: 0px !important;
}
@media only screen and (max-width: 991px) {
  /* line 564, ../sass/scss/home/styles.scss */
  .menu #business .suggestions-items .suggestions-item:nth-child(3) .suggestions-item-block,
	.menu #alacarte .suggestions-items .suggestions-item:nth-child(3) .suggestions-item-block{
    padding-left: 0px;
  }
}
@media only screen and (max-width: 1300px) {
  /* line 562, ../sass/scss/home/styles.scss */
  .menu #business .suggestions-items .suggestions-item:nth-child(3),
	.menu #alacarte .suggestions-items .suggestions-item:nth-child(3){
    text-align: center;
  }
}
@media only screen and (max-width: 1300px) {
  /* line 554, ../sass/scss/home/styles.scss */
  .menu #business .suggestions-items .suggestions-item,
	.menu #alacarte .suggestions-items .suggestions-item{
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  /* line 554, ../sass/scss/home/styles.scss */
  .menu #business .suggestions-items .suggestions-item,
	.menu #alacarte .suggestions-items .suggestions-item{
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 554, ../sass/scss/home/styles.scss */
  .menu #business .suggestions-items .suggestions-item,
	.menu #alacarte .suggestions-items .suggestions-item{
    flex-wrap: wrap;
  }
}
/* line 585, ../sass/scss/home/styles.scss */
.menu #business .suggestions-items .suggestions-item .suggestions-item-title,
.menu #alacarte .suggestions-items .suggestions-item .suggestions-item-title{
  font-size: 58px;
  line-height: 68px;
  font-family: 'Kiyana', serif;
  margin-bottom: 5px;
  color: #d8ae5e;
}
@media only screen and (max-width: 1550px) {
  /* line 585, ../sass/scss/home/styles.scss */
  .menu #business .suggestions-items .suggestions-item .suggestions-item-title,
	.menu #alacarte .suggestions-items .suggestions-item .suggestions-item-title{
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 585, ../sass/scss/home/styles.scss */
  .menu #business .suggestions-items .suggestions-item .suggestions-item-title,
	.menu #alacarte .suggestions-items .suggestions-item .suggestions-item-title{
    text-align: center;
    margin-top: 30px;
  }
}
/* line 594, ../sass/scss/home/styles.scss */
.menu #business .suggestions-items .suggestions-item .suggestions-item-subtitle,
.menu #alacarte .suggestions-items .suggestions-item .suggestions-item-subtitle{
  font-size: 27px;
  margin-bottom: 40px;
  margin-left: 5px;
}
@media only screen and (max-width: 991px) {
  /* line 594, ../sass/scss/home/styles.scss */
  .menu #business .suggestions-items .suggestions-item .suggestions-item-subtitle,
	 .menu #alacarte .suggestions-items .suggestions-item .suggestions-item-subtitle{
    text-align: center;
  }
}
/* line 602, ../sass/scss/home/styles.scss */
.menu #business .suggestions-items .suggestions-item .suggestions-item-text,
.menu #alacarte .suggestions-items .suggestions-item .suggestions-item-text{
  font-size: 20px;
  line-height: 24px;
}
@media only screen and (max-width: 991px) {
  /* line 602, ../sass/scss/home/styles.scss */
  .menu #business .suggestions-items .suggestions-item .suggestions-item-text,
	 .menu #alacarte .suggestions-items .suggestions-item .suggestions-item-text{
    text-align: center;
  }
}
/* line 608, ../sass/scss/home/styles.scss */
.menu #business .suggestions-items .suggestions-item .suggestions-item-text p,
.menu #alacarte .suggestions-items .suggestions-item .suggestions-item-text p {
  margin-bottom: 10px;
}
/* line 612, ../sass/scss/home/styles.scss */
.menu #business .suggestions-items .suggestions-item .suggestions-item-block,
.menu #alacarte .suggestions-items .suggestions-item .suggestions-item-block{
  padding-left: 110px;
  max-width: 480px;
  padding-right: 100px;
}
@media only screen and (max-width: 1199px) {
  /* line 612, ../sass/scss/home/styles.scss */
  .menu #business .suggestions-items .suggestions-item .suggestions-item-block,
	.menu #alacarte .suggestions-items .suggestions-item .suggestions-item-block{
    padding-left: 60px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 612, ../sass/scss/home/styles.scss */
  .menu #business .suggestions-items .suggestions-item .suggestions-item-block,
	 .menu #alacarte .suggestions-items .suggestions-item .suggestions-item-block{
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 624, ../sass/scss/home/styles.scss */
.menu #business .suggestions-items .suggestions-item.suggestions-item-even,
.menu #alacarte .suggestions-items .suggestions-item.suggestions-item-even{
  flex-direction: row-reverse;
}
/* line 626, ../sass/scss/home/styles.scss */
.menu #business .suggestions-items .suggestions-item.suggestions-item-even .suggestions-item-block,
.menu #alacarte .suggestions-items .suggestions-item.suggestions-item-even .suggestions-item-block{
  padding-left: 0px;
  padding-right: 80px;
}
@media only screen and (max-width: 1199px) {
  /* line 626, ../sass/scss/home/styles.scss */
  .menu #business .suggestions-items .suggestions-item.suggestions-item-even .suggestions-item-block,
	 .menu #alacarte .suggestions-items .suggestions-item.suggestions-item-even .suggestions-item-block{
    padding-left: 0px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 626, ../sass/scss/home/styles.scss */
  .menu #business .suggestions-items .suggestions-item.suggestions-item-even .suggestions-item-block,
	 .menu #alacarte .suggestions-items .suggestions-item.suggestions-item-even .suggestions-item-block{
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* line 646, ../sass/scss/home/styles.scss */
#vins {
  padding: 20px 100px 0;
}
/* line 647, ../sass/scss/home/styles.scss */
#vins .vins-title {
  font-size: 58px;
  line-height: 68px;
  font-family: 'Kiyana', serif;
  margin-bottom: 35px;
  color: #0d1a34;
}
@media only screen and (max-width: 1550px) {
  /* line 647, ../sass/scss/home/styles.scss */
  #vins .vins-title {
    font-size: 50px;
    line-height: 60px;
  }
}
/* line 651, ../sass/scss/home/styles.scss */
#vins .vins-title img {
  display: inline-block;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  /* line 651, ../sass/scss/home/styles.scss */
  #vins .vins-title img {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  /* line 646, ../sass/scss/home/styles.scss */
  #vins {
    padding: 20px 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 646, ../sass/scss/home/styles.scss */
  #vins {
    padding: 20px;
  }
}
/* line 666, ../sass/scss/home/styles.scss */
#vins .vins-items {
  overflow: hidden;
}
/* line 668, ../sass/scss/home/styles.scss */
#vins .vins-items .vins-items-categorie {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 1550px) {
  /* line 668, ../sass/scss/home/styles.scss */
  #vins .vins-items .vins-items-categorie {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 668, ../sass/scss/home/styles.scss */
  #vins .vins-items .vins-items-categorie {
    width: 100%;
    float: none;
  }
}
/* line 678, ../sass/scss/home/styles.scss */
#vins .vins-items .vins-items-categorie .vins-items-categorie-label {
  color: #d8ae5e;
  font-size: 33px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1550px) {
  /* line 678, ../sass/scss/home/styles.scss */
  #vins .vins-items .vins-items-categorie .vins-items-categorie-label {
    font-size: 25px;
  }
}
/* line 686, ../sass/scss/home/styles.scss */
#vins .vins-items .vins-items-categorie .vins-item-regions {
  margin-bottom: 70px;
}
/* line 688, ../sass/scss/home/styles.scss */
#vins .vins-items .vins-items-categorie .vins-item-regions .vins-item-regions-label {
  margin-bottom: 20px;
  font-weight: bold;
}
/* line 693, ../sass/scss/home/styles.scss */
#vins .vins-items .vins-items-categorie .vins-item-regions .vins-item-vin {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1550px) {
  /* line 693, ../sass/scss/home/styles.scss */
  #vins .vins-items .vins-items-categorie .vins-item-regions .vins-item-vin {
    font-size: 20px;
  }
}
/* line 701, ../sass/scss/home/styles.scss */
#vins .vins-items .vins-items-categorie .vins-item-regions .vins-item-vin .cl {
  font-size: 33px;
}
@media only screen and (max-width: 1550px) {
  /* line 701, ../sass/scss/home/styles.scss */
  #vins .vins-items .vins-items-categorie .vins-item-regions .vins-item-vin .cl {
    font-size: 25px;
  }
}
/* line 707, ../sass/scss/home/styles.scss */
#vins .vins-items .vins-items-categorie .vins-item-regions .vins-item-vin div {
  width: 140px;
  padding-left: 20px;
}
@media only screen and (max-width: 1550px) {
  /* line 707, ../sass/scss/home/styles.scss */
  #vins .vins-items .vins-items-categorie .vins-item-regions .vins-item-vin div {
    width: 100px;
  }
}
/* line 714, ../sass/scss/home/styles.scss */
#vins .vins-items .vins-items-categorie .vins-item-regions .vins-item-vin .item-vin-label {
  width: 560px;
  padding-left: 0;
  padding-right: 20px;
}
@media only screen and (max-width: 1550px) {
  /* line 714, ../sass/scss/home/styles.scss */
  #vins .vins-items .vins-items-categorie .vins-item-regions .vins-item-vin .item-vin-label {
    width: 500px;
  }
}

/* line 727, ../sass/scss/home/styles.scss */
.contact {
  background: #d8ae5e;
}
/* line 729, ../sass/scss/home/styles.scss */
.contact .max-width {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 34px 0 55px;
}
@media only screen and (max-width: 991px) {
  /* line 729, ../sass/scss/home/styles.scss */
  .contact .max-width {
    flex-wrap: wrap;
  }
}
/* line 738, ../sass/scss/home/styles.scss */
.contact .max-width .contact-left {
  width: 50%;
  padding: 0 70px 0 50px;
}
@media only screen and (max-width: 1550px) {
  /* line 738, ../sass/scss/home/styles.scss */
  .contact .max-width .contact-left {
    padding: 0 30px 0 50px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 738, ../sass/scss/home/styles.scss */
  .contact .max-width .contact-left {
    width: 100%;
    padding: 0px 30px 0;
  }
}
/* line 748, ../sass/scss/home/styles.scss */
.contact .max-width .contact-left .contact-title {
  font-size: 58px;
  line-height: 68px;
  font-family: 'Kiyana', serif;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1550px) {
  /* line 748, ../sass/scss/home/styles.scss */
  .contact .max-width .contact-left .contact-title {
    font-size: 50px;
    line-height: 60px;
  }
}
/* line 752, ../sass/scss/home/styles.scss */
.contact .max-width .contact-left .contact-intro {
  margin-bottom: 45px;
}
/* line 756, ../sass/scss/home/styles.scss */
.contact .max-width .contact-right {
  width: 50%;
  padding: 0 50px 0 60px;
}
@media only screen and (max-width: 1550px) {
  /* line 756, ../sass/scss/home/styles.scss */
  .contact .max-width .contact-right {
    padding: 0 30px 0 60px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 756, ../sass/scss/home/styles.scss */
  .contact .max-width .contact-right {
    width: 100%;
    padding: 40px 30px 0;
  }
}
/* line 766, ../sass/scss/home/styles.scss */
.contact .max-width .contact-right .contact-right-intro {
  padding-top: 30px;
}
/* line 769, ../sass/scss/home/styles.scss */
.contact .max-width .contact-right form {
  margin-top: 20px;
}
/* line 771, ../sass/scss/home/styles.scss */
.contact .max-width .contact-right form .form-item {
  margin-bottom: 25px;
  font-size: 20px;
}
/* line 774, ../sass/scss/home/styles.scss */
.contact .max-width .contact-right form .form-item input[type=text], .contact .max-width .contact-right form .form-item input[type=email] {
  height: 55px;
  line-height: 55;
  padding-left: 15px;
}
/* line 779, ../sass/scss/home/styles.scss */
.contact .max-width .contact-right form .form-item textarea {
  width: 100%;
  padding: 15px;
}
/* line 785, ../sass/scss/home/styles.scss */
.contact .max-width .contact-right form .form-actions {
  width: 100%;
  text-align: right;
}
/* line 788, ../sass/scss/home/styles.scss */
.contact .max-width .contact-right form .form-actions input.form-submit {
  border-radius: 0;
  background: #0d1a34;
  color: #fff;
  width: auto;
  padding: 0px 20px;
  height: 54px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 60px;
  margin-top: -10px;
}

/* line 808, ../sass/scss/home/styles.scss */
.contact-follow {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
/* line 812, ../sass/scss/home/styles.scss */
.contact-follow ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 60px;
}
/* line 817, ../sass/scss/home/styles.scss */
.contact-follow ul img {
  width: 40px;
  height: auto;
  margin-right: 10px;
}

/* line 824, ../sass/scss/home/styles.scss */
#map {
  height: 512px;
  /* The height is 400 pixels */
  width: 100%;
  max-width: 727px;
  /* The width is the width of the web page */
}
@media only screen and (max-width: 991px) {
  /* line 824, ../sass/scss/home/styles.scss */
  #map {
    max-width: 100%;
    height: 400px;
  }
}

/* line 836, ../sass/scss/home/styles.scss */
.error {
  border: 2px solid red;
}

/* line 840, ../sass/scss/home/styles.scss */
div[role=alert] {
  background: #77787b;
  color: #ffffff;
  border: 2px solid #000000;
  margin-bottom: 30px;
  font-size: 18px;
  font-style: italic;
  padding: 20px;
}

/* line 851, ../sass/scss/home/styles.scss */
.ajax-progress-throbber .throbber {
  display: inline-block;
  width: 1em;
  height: 1em;
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
  background: none;
}

/* line 860, ../sass/scss/home/styles.scss */
.ajax-progress-throbber .throbber {
  border: .2em solid currentcolor;
  border-bottom-color: transparent;
  border-radius: 50%;
  animation: 1s loader-03 linear infinite;
  position: relative;
}

@keyframes loader-03 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* line 877, ../sass/scss/home/styles.scss */
.tabs > div {
  display: none;
}
/* line 879, ../sass/scss/home/styles.scss */
.tabs > div.active {
  display: block;
}

/* line 885, ../sass/scss/home/styles.scss */
.suggestions-subtitle {
  margin-bottom: 20px;
}
