@charset "UTF-8";
/*
	Webpack / Main entry point for styles
 */
@import url("https://fonts.googleapis.com/css?family=Cormorant:500,500i|Montserrat:400,400i,600");
@import url("https://rsms.me/inter/inter.css");
@import url("https://fonts.googleapis.com/css?family=Cormorant:500,500i|Montserrat:400,400i,600");
@import url("https://rsms.me/inter/inter.css");
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .-hide-mobile {
    display: none !important;
  }
}

@media (min-width: 480px) {
  .-hide-desktop {
    display: none !important;
  }
}

@media (orientation: portrait) {
  .-landscape-only {
    display: none !important;
  }
}

@media (orientation: landscape) {
  .-portrait-only {
    display: none !important;
  }
}

html {
  box-sizing: border-box;
  font-size: 16px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

html {
  font-family: "Inter", sans-serif;
}

@supports (font-variation-settings: normal) {
  html {
    font-family: "Inter var", sans-serif;
  }
}
html,
body,
p,
ul,
li {
  font-family: "Inter", sans-serif;
  font-weight: 300;
}

strong,
bold {
  font-weight: 500;
}

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  text-rendering: optimizeLegibility;
  width: 100vw;
  background: #fffcf9;
}

body {
  width: 100vw;
  overflow-x: hidden;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 300;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

section.main-menu + * {
  margin-top: 80px;
}

.home section.main-menu + * {
  margin-top: 0px;
}

section {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1440px) {
  section {
    padding: 0 25px;
  }
}
@media (max-width: 480px) {
  section {
    padding: 0 15px;
  }
}

section section {
  padding: 0;
}

html {
  font-family: "Inter", sans-serif;
}

@supports (font-variation-settings: normal) {
  html {
    font-family: "Inter var", sans-serif;
  }
}
html,
body,
p,
ul,
li {
  font-family: "Inter", sans-serif;
  font-weight: 300;
}

strong,
bold {
  font-weight: 500;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.45em;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  body {
    font-size: 17px;
  }
}

/*
  Article Titles
  Top Navigation Titles
 */
h1 {
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.015em;
  font-size: 60px;
  line-height: 1.45;
  margin-bottom: 0.333em;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  h1 {
    font-size: 32px;
  }
}

/*
  Section titles in articles
 */
h2 {
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  margin-bottom: 0.333em;
  font-style: italic;
  line-height: 1.14;
}

h3 {
  font-family: "Cormorant", serif;
  font-weight: normal;
  font-style: italic;
  font-size: 25px;
  line-height: 1.45em;
  margin-bottom: 0.8em;
}

h1 + h3 {
  line-height: 1em;
}

/*
  Practical information - Heading
  Menu Toggle
 */
h4 {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.4em;
  letter-spacing: 0.01em;
  margin-bottom: 0.8em;
}

.head-nav {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 20px;
}

/*
  Home Page Slides
 */
.home nav .menu > li > .sub-menu {
  font-size: 24px;
  line-height: 1.55em;
}
@media (max-width: 1024px) and (orientation: landscape), (orientation: portrait) and (max-width: 1024px) {
  .home nav .menu > li > .sub-menu {
    font-size: 21px;
    white-space: nowrap;
  }
}
.home nav .menu > li > .sub-menu .sub-menu {
  font-size: 21px;
  line-height: 1.45em;
  font-style: italic;
}
@media (max-width: 1024px) and (orientation: landscape), (orientation: portrait) and (max-width: 1024px) {
  .home nav .menu > li > .sub-menu .sub-menu {
    font-size: 16px;
  }
}

.footer-section ul.menu > li > a {
  font-family: "Cormorant", serif;
  font-size: 25px;
}
.footer-section ul.menu .sub-menu {
  font-size: 20px;
  line-height: 1.7em;
}
.footer-section ul.menu .sub-menu .sub-menu li {
  line-height: 1.45em;
  font-size: 17px;
  font-style: italic;
}

.main-menu__nav .sub-menu {
  font-size: 20px;
}
.main-menu__nav .sub-menu .sub-menu {
  font-size: 17px;
  line-height: 1.4em;
  font-style: italic;
}

/*
  Cards and search results
 */
.card h3 {
  font-family: "Cormorant", serif;
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  line-height: 1.2em;
  margin: 0;
  margin-bottom: 1.45em;
}
.card h3 + p {
  margin-top: 0.25em;
}

.icon {
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
}

.section--article {
  position: relative;
  display: flex;
  flex-flow: column;
  width: 100%;
  /*
    Title after a cover image
   */
  /* =WordPress Core
    -------------------------------------------------------------- */
}
.section--article .bloc--title:first-of-type {
  margin-top: 50px;
}
@media (max-width: 1024px) and (orientation: landscape), (orientation: portrait) and (max-width: 1024px) {
  .section--article .bloc--title:first-of-type {
    margin-top: 10px;
  }
}
.section--article .bloc--image:first-child {
  margin-top: 0;
}
.section--article .bloc ul {
  margin-left: 10px;
}
.section--article .bloc ul li {
  margin-left: 10px;
  margin-bottom: 0.35em;
  list-style: disc;
}
.section--article .bloc--title {
  padding: 0;
}
.section--article .bloc--title:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  margin: 40px auto;
  background: #c29f3b;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .section--article .bloc--title:after {
    width: 60px;
    margin: 15px auto 15px;
  }
}
.section--article h1.bloc--title,
.section--article h2.bloc--title {
  margin-bottom: 25px;
}
.section--article h1 {
  display: block;
  position: relative;
  color: #c29f3b;
  margin: 0;
  line-height: 1em;
  margin-top: 0;
}
.section--article h2 {
  color: #04143b;
}
.section--article a {
  color: #c29f3b;
}
.section--article p {
  margin-bottom: 1.4em;
}
.section--article p:last-child {
  margin-bottom: 0;
}
.section--article .bloc {
  margin: 0;
  margin-bottom: 50px;
  max-width: 1200px;
  align-self: center;
}
.section--article .bloc:last-child {
  padding-bottom: 0;
}
@media (max-width: 1024px) and (orientation: landscape), (orientation: portrait) and (max-width: 1024px) {
  .section--article .bloc {
    width: 100vw;
  }
}
.section--article .bloc:empty {
  display: none !important;
}
.section--article .bloc--image--cover + h1 {
  padding-top: 0.2em;
  color: #c29f3b;
}
.section--article .bloc + .bloc--title {
  padding-top: 0;
}
.section--article .bloc:not(.bloc--visavis) + .bloc--visavis {
  margin-top: 50px;
}
.section--article .bloc--visavis + .bloc {
  margin-top: 50px;
}
@media (min-width: 480px) {
  .section--article .bloc--image + .bloc--facilities,
.section--article .bloc--image + .bloc--practical,
.section--article .bloc--image + .bloc--labels {
    margin-top: 75px;
  }
}
.section--article .bloc--visavis header {
  display: flex;
  flex-flow: column;
}
.section--article .bloc--visavis header h3 {
  font-style: normal;
  margin: 0;
}
.section--article .bloc--visavis header:after {
  content: "";
  margin-top: 8px;
  margin-bottom: 1em;
  display: block;
  border-bottom: 2px solid #c29f3b;
  width: 80px;
}
.section--article .bloc--visavis .read_more {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #04143b;
  font-weight: 500;
  font-size: 0.8em;
  text-transform: uppercase;
}
.section--article .bloc--visavis .read_more:after {
  content: "";
  margin-left: 0.5em;
  width: 1.35em;
  height: 1.35em;
  display: inline-block;
  background: url(assets/icons/icn-big-arrow-blue.svg) no-repeat;
  background-size: 100%;
  background-position: center;
}
.section--article .bloc--visavis .read_more a {
  color: #04143b;
}
.section--article .bloc--visavis .read_more:after {
  transition: transform 400ms ease;
}
.section--article .bloc--visavis .read_more:hover a {
  text-decoration: none;
}
.section--article .bloc--visavis .read_more:hover:after {
  transform: translateX(4px);
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .section--article .bloc--visavis .bloc--visavis__text__paragraph {
    display: flex;
    flex-flow: column;
  }
}
.section--article .bloc--visavis .bloc--visavis__text__paragraph h2,
.section--article .bloc--visavis .bloc--visavis__text__paragraph h3 {
  font-style: normal;
  font-size: 1.4rem;
  margin: 1em 0 0.7em;
}
.section--article .bloc--visavis {
  width: 80%;
  display: flex;
  flex-flow: row;
}
.section--article .bloc--visavis p {
  max-width: 450px;
}
.section--article .bloc--visavis > * {
  box-sizing: border-box;
  margin: 0 25px;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .section--article .bloc--visavis {
    flex-flow: column;
    width: 100%;
  }
  .section--article .bloc--visavis > * {
    margin: 0;
  }
}
.section--article .bloc--visavis > div {
  flex: 1;
  display: flex;
  flex-flow: column;
}
.section--article .bloc--visavis figure {
  position: relative;
  width: 100%;
  height: 100%;
}
.section--article .bloc--visavis figure img,
.section--article .bloc--visavis figure picture {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.section--article .bloc--visavis figure:after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 50%;
}
.section--article .bloc--visavis--inverse > div.bloc--visavis__image {
  order: 1;
}
.section--article .bloc--visavis--inverse > div {
  order: 2;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .section--article .bloc--visavis {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .section--article .bloc--visavis > div.bloc--visavis__image {
    order: 1;
    margin: 0 -15px;
    padding: 0;
  }
  .section--article .bloc--visavis > div.bloc--visavis__image figure {
    height: 40vw;
  }
  .section--article .bloc--visavis > div {
    order: 2;
  }
  .section--article .bloc--visavis header {
    margin: 25px 0 0px;
    padding-bottom: 0;
    text-align: center;
    align-items: center;
  }
  .section--article .bloc--visavis header:after {
    margin-bottom: 25px;
  }
  .section--article .bloc--visavis .read_more {
    align-self: center;
    margin: 1em 0;
    border-bottom: 2px solid #04143b;
    padding-bottom: 3px;
  }
  .section--article .bloc--visavis .read_more:after {
    display: none;
  }
}
.section--article .bloc--title {
  margin: 0 0 50px;
  padding-bottom: 0;
  width: 100%;
  text-align: center;
  align-self: center;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .section--article .bloc--title {
    margin-bottom: 25px;
  }
}
.section--article .bloc--title .card__stars--restaurant div.card__stars__star {
  width: 14px;
  height: 14px;
}
.section--article .bloc--title .card__stars--restaurant div.card__stars__star {
  width: 14px;
  height: 14px;
}
.section--article .bloc--title .card__stars--hotel div.card__stars__star {
  width: 11px;
  height: 11px;
}
.section--article .fiche__dates {
  text-align: center;
  margin-bottom: 20px;
}
.section--article .bloc--title + .bloc {
  padding-top: 0;
}
.section--article .bloc--title.bloc--article-title {
  padding-bottom: 0.5em;
}
.section--article .bloc--title.bloc--article-title:after {
  content: "";
  position: absolute;
  width: 120px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border-bottom: 1px solid #c29f3b;
}
.section--article .bloc--text {
  max-width: 800px;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .section--article .bloc--text {
    padding: 15px;
  }
}
.section--article .bloc--text .alignnone {
  margin: 5px 20px 20px 0;
}
.section--article .bloc--text .aligncenter,
.section--article .bloc--text div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.section--article .bloc--text .alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.section--article .bloc--text .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.section--article .bloc--text a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.section--article .bloc--text a img.alignnone {
  margin: 5px 20px 20px 0;
}
.section--article .bloc--text a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.section--article .bloc--text a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.section--article .bloc--text .wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.section--article .bloc--text .wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.section--article .bloc--text .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.section--article .bloc--text .wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.section--article .bloc--text .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.section--article .bloc--text .wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
@media (min-width: 480px) {
  .section--article .bloc--text--col-1 {
    -moz-column-count: 1;
    column-count: 1;
    max-width: 800px;
  }
  .section--article .bloc--text--col-2 {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 100px;
    column-gap: 100px;
    -moz-column-rule: 1px dashed rgba(194, 159, 59, 0.5);
    column-rule: 1px dashed rgba(194, 159, 59, 0.5);
    max-width: 1200px;
  }
}
.section--article .bloc--image {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 80%;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .section--article .bloc--image {
    width: 100%;
  }
}
.section--article .bloc--image figcaption {
  display: block;
  position: relative;
  width: 60%;
  transform: translateY(-50px);
  margin-bottom: -50px;
  padding: 20px 20px;
  background: white;
  color: #04143b;
}
@media (max-width: 1024px) and (orientation: landscape), (orientation: portrait) and (max-width: 1024px) {
  .section--article .bloc--image figcaption {
    width: 100%;
    padding: 15px;
    transform: none;
    margin: 0;
    margin-top: 25px;
    left: 0 !important;
    right: 0 !important;
  }
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .section--article .bloc--image figcaption {
    border: 1px solid #3d3935;
  }
  .section--article .bloc--image figcaption p {
    padding: 0;
  }
}
.section--article .bloc--image img {
  width: 70vw;
  height: auto;
  max-width: 1440px;
}
@media (max-width: 1024px) and (orientation: landscape), (orientation: portrait) and (max-width: 1024px) {
  .section--article .bloc--image img {
    width: 100%;
  }
}
.section--article .bloc--image:nth-of-type(1) {
  padding: 0;
}
.section--article .bloc--image:nth-of-type(1) img {
  width: 100%;
  height: auto;
}
.section--article .bloc--image:nth-of-type(1) figcaption {
  align-self: flex-end;
  margin-right: 50px;
}
.section--article .bloc--image:nth-of-type(2n + 1) img {
  align-self: flex-end;
  height: auto;
}
.section--article .bloc--image:nth-of-type(2n + 1) figcaption {
  right: 50px;
  align-self: flex-end;
}
@media (max-width: 1024px) and (orientation: landscape), (orientation: portrait) and (max-width: 1024px) {
  .section--article .bloc--image:nth-of-type(2n + 1) figcaption {
    right: auto;
  }
}
.section--article .bloc--image:nth-of-type(2n + 2) img {
  align-self: flex-start;
  height: auto;
}
.section--article .bloc--image:nth-of-type(2n + 2) figcaption {
  left: 50px;
  align-self: flex-start;
}
@media (max-width: 1024px) and (orientation: landscape), (orientation: portrait) and (max-width: 1024px) {
  .section--article .bloc--image:nth-of-type(2n + 2) figcaption {
    left: auto;
  }
}
.section--article .bloc--image.bloc--image--cover {
  position: relative;
  padding: 0;
  max-width: 100%;
  width: 100vw;
  max-width: none;
  height: calc(50vh - 50px);
  overflow: hidden;
}
.section--article .bloc--image.bloc--image--cover img {
  width: 100%;
  height: 50vh;
  -o-object-fit: cover;
  object-fit: cover;
}
.section--article .bloc--image.bloc--image--cover figcaption {
  align-self: flex-end;
  margin-right: 50px;
}
@media (orientation: portrait) {
  .section--article .bloc--image.bloc--image--cover {
    height: calc(50vw);
  }
}
.section--article .bloc--image.bloc--image--cover img {
  height: 100%;
  max-width: 100%;
  align-self: auto;
  left: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.section--article .bloc--image.bloc--image--cover picture {
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.section--article section.bloc--map {
  display: block;
  position: relative;
  width: 100%;
  height: 40vh;
  max-height: 400px;
}
.section--article figure.bloc--map {
  display: block;
  position: relative;
  width: 100%;
}
.section--article .bloc--map__content {
  display: block;
  position: relative;
  width: 100%;
  border: none;
  height: 60vh;
  max-height: 700px;
  margin-bottom: 1em;
}
.section--article .bloc--facilities {
  display: block;
  width: 100%;
  text-align: left;
  padding-bottom: 0;
}
.section--article .bloc--facilities .facilities {
  text-align: left;
}
.section--article .bloc--facilities .facilities__list-container {
  display: flex;
  flex-flow: row;
  /*
    Icon & Text lists
   */
  /*
    Reset for lists
   */
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .section--article .bloc--facilities .facilities__list-container {
    flex-flow: column;
  }
}
.section--article .bloc--facilities .facilities__list-container .facilities__list {
  flex: 0.5;
  margin-top: 10px;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .section--article .bloc--facilities .facilities__list-container .facilities__list {
    margin: 0;
  }
}
.section--article .bloc--facilities .facilities__list-container ul {
  display: block;
  padding: 0;
  margin: 0;
}
.section--article .bloc--facilities .facilities__list-container ul li {
  padding: 0;
  margin: 0;
  font-size: 13px;
}
.section--article .bloc--facilities .facilities__list-container ul.facilities__list--icons {
  display: flex;
  flex: 0.5;
  flex-flow: row wrap;
  margin: 10px 0 0 0;
  margin-left: var(--space);
}
.section--article .bloc--facilities .facilities__list-container ul.facilities__list--icons li {
  flex: 0 1 80px;
  list-style: none;
  margin: 0 0px 10px 0;
  margin-bottom: 15px;
  /*
    Keeps icon and text centered vertically
   */
  /*
    Align to left page border
   */
  /*
    The icon
   */
  /*
    The title
   */
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .section--article .bloc--facilities .facilities__list-container ul.facilities__list--icons li {
    flex: 0 0 50%;
  }
}
.section--article .bloc--facilities .facilities__list-container ul.facilities__list--icons li .icon-text__center-container {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.section--article .bloc--facilities .facilities__list-container ul.facilities__list--icons li:first-child {
  padding-left: 0;
}
.section--article .bloc--facilities .facilities__list-container ul.facilities__list--icons li .icon {
  width: 35px;
  height: 35px;
  background-size: contain;
  margin-bottom: 0.6em;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .section--article .bloc--facilities .facilities__list-container ul.facilities__list--icons li .icon {
    width: 30px;
    height: 30px;
  }
}
.section--article .bloc--facilities .facilities__list-container ul.facilities__list--icons li p {
  color: #c29f3b;
  font-size: 1rem;
  text-align: center;
  max-width: 120px;
  text-transform: uppercase;
  font-size: 0.8em;
}
.section--article .bloc--facilities .facilities__list-container .facilities__list--text {
  display: block;
  padding: 0 1em;
}
.section--article .bloc--labels {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
}
.section--article .bloc--labels > div {
  display: flex;
  align-items: center;
}
.section--article .bloc--labels picture {
  position: relative;
  height: 90px;
  width: 90px;
  margin-right: 25px;
  margin-bottom: 25px;
}
.section--article .bloc--practical {
  display: block;
  margin-bottom: 50px;
  width: 100%;
}
@media (max-width: 1024px) and (orientation: landscape), (orientation: portrait) and (max-width: 1024px) {
  .section--article .bloc--practical {
    width: 100%;
  }
}
@media (min-width: 480px) {
  .section--article .bloc--practical.-double-column {
    width: 100%;
    margin-right: 0%;
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 100px;
    column-gap: 100px;
    -moz-column-rule-width: 1px;
    column-rule-width: 1px;
    -moz-column-rule-style: solid;
    column-rule-style: solid;
    -moz-column-rule-color: #04143b;
    column-rule-color: #04143b;
  }
  .section--article .bloc--practical .bloc--practical__section {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
}
.section--article .bloc--practical .card__social {
  margin-top: 1em;
  display: flex;
}
.section--article .bloc--practical .card__social .-social {
  position: relative;
  width: 25px;
  height: 25px;
  margin-right: 13px;
  background: white;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.section--article .bloc--practical .card__social .-social img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section--article .bloc--practical .card__social .-social-ig {
  background: #dc316e;
}

@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .-hide-mobile {
    display: none !important;
  }
}

@media (min-width: 480px) {
  .-hide-desktop {
    display: none !important;
  }
}

@media (orientation: portrait) {
  .-landscape-only {
    display: none !important;
  }
}

@media (orientation: landscape) {
  .-portrait-only {
    display: none !important;
  }
}

.card figure {
  overflow: hidden;
  height: 140px;
  background-color: #f9f5ea;
  margin: -20px;
  margin-bottom: 20px;
  width: calc(100% + 40px);
}
.card figure picture {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center;
  transform: scale(1);
  transition: 0.4s;
}

section.section--cards .cards {
  width: calc(100% + 50px);
  margin-left: -50px;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  flex-flow: wrap;
  padding: 50px 0;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  section.section--cards .cards {
    padding: 30px 0;
    width: 100%;
    margin-left: 0;
  }
}

.section--cards h2 {
  text-align: center;
  padding: 60px 0 0 0;
  margin-bottom: 0;
}
.section--cards h2:after {
  margin: 15px auto;
  height: 2px;
  background: #c29f3b;
}

.card__contact-container {
  display: flex;
}
.card__contact-container .card__contact-container__left {
  flex: 1;
}
.card__contact-container .card__contact-container__right {
  position: relative;
  flex: 1;
  color: #c29f3b;
  font-size: 0.85em;
  line-height: 1.6;
  margin-bottom: 10px;
}
.card__contact-container .card__contact-container__right:before {
  content: "";
  border-right: 1px solid #f9f5ea;
  position: absolute;
  left: -10px;
  height: 100%;
}

.section--cards .card__contacts {
  position: relative;
  font-size: 90%;
  line-height: 1.4 em;
  border-bottom: 1px solid #f9f5ea;
  padding-top: 1em;
}
@media (min-width: 1441px) {
  .section--cards .card__contacts {
    font-size: 100%;
  }
}

.card__oldtown {
  position: absolute;
  z-index: 2;
  top: -14px;
  left: -8px;
  padding: 5px 10px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 2px;
  color: #c29f3b;
  font-family: "Cormorant", serif;
  display: block;
  font-style: italic;
  font-size: 1.2em;
  white-space: nowrap;
}

.facilities {
  padding: 10px 0 0 !important;
  display: flex;
  border-bottom: 1px solid #f9f5ea;
}
.facilities:empty {
  display: none;
}
.facilities .icon {
  display: block;
  width: 25px;
  margin: 0 12px 5px 0;
}

.card .-no-wrap {
  display: inline-block;
  white-space: nowrap;
}
.card .-no-wrap h3 {
  white-space: normal;
  display: inline;
}
.card.card--recommended {
  border: 3px solid #c29f3b;
  border-radius: 3px;
}
.card.card--recommended:after {
  content: "♥︎";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  padding-top: 1px;
  top: -2.5px;
  left: -2.5px;
  transform: translate(-50%, -50%);
  width: 23px;
  height: 23px;
  border-radius: 20px;
  background: #c29f3b;
  color: #fff;
}

.card {
  position: relative;
}
.card .post-edit-link {
  position: absolute;
  bottom: 0px;
  margin-bottom: 20px !important;
  left: 20px;
  text-transform: uppercase;
  font-size: 0.75em;
  line-height: 1em;
}
.card .post-edit-link a {
  color: inherit;
}

.card_hotel_rooms {
  font-size: 80%;
}

section.section--cards.section--highlights {
  padding: 0;
}
section.section--cards.section--highlights .cards {
  flex-flow: row;
  padding-bottom: 0;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  section.section--cards.section--highlights .cards {
    flex-flow: column;
  }
}
section.section--cards.section--highlights .cards .card {
  flex: 1 1 50%;
}
section.section--cards.section--highlights .cards .card figure {
  height: 33vh;
  max-height: 400px;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  section.section--cards.section--highlights .cards .card {
    flex: 0 0 100%;
  }
}
section.section--cards.section--highlights .cards .card > div {
  padding-bottom: 35px;
}

section.section--cards .card {
  position: relative;
  top: 0px;
  display: flex;
  flex-flow: column;
  color: #04143b;
  box-shadow: 1px 1px 15px rgba(4, 20, 59, 0.15);
  flex: 0 1 320px;
  margin-left: 50px;
  margin-bottom: 50px;
  transition: all 400ms ease;
}
section.section--cards .card:hover picture {
  transform: scale(1.03);
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  section.section--cards .card {
    flex: 0 0 100%;
    margin-left: 0;
  }
}
section.section--cards .card > div {
  position: relative;
  display: flex;
  flex-flow: column;
  height: 100%;
  border-radius: 2px;
  overflow: hidden;
  padding: 20px 20px 50px 20px;
}
section.section--cards .card > *:not(:empty) {
  margin-bottom: 20px;
}
section.section--cards .card > *:not(:empty):last-child {
  margin-bottom: 0;
}
section.section--cards .card .card__dates {
  display: block;
  font-weight: 500;
  margin: 0.8em 0 0.4em;
}
section.section--cards .card .card__excerpt {
  font-size: 0.85rem;
  line-height: 1.4em;
  font-style: italic;
}
section.section--cards .card header:after {
  content: "";
  margin-top: 8px;
  margin-bottom: 1em;
  display: block;
  border-bottom: 2px solid #c29f3b;
  width: 80px;
}
section.section--cards .card h3 {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  line-height: 1.14em;
}
section.section--cards .card .cat_hebergement {
  font-size: 8pt;
}
section.section--cards .card a,
section.section--cards .card a:hover {
  color: inherit;
  text-decoration: none;
}

.-nbsp {
  white-space: nowrap;
}

.card__stars {
  position: relative;
  right: 0px;
  top: 0.1em;
  display: inline;
  vertical-align: super;
  display: inline-flex;
}
.card__stars div.card__stars__star {
  background-image: url(assets/icons/icn-star.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 1px;
  width: 5px;
  height: 5px;
}

.card__stars--restaurant div.card__stars__star {
  background-image: url(assets/icons/icn-macaron.svg);
  width: 8px;
  height: 8px;
  margin-left: 2px;
}

.card__more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  bottom: 15px;
  right: 20px;
  color: #04143b;
  font-weight: 500;
  font-size: 0.8em;
  text-transform: uppercase;
}
.card__more:after {
  content: "";
  margin-left: 0.5em;
  width: 1.35em;
  height: 1.35em;
  display: inline-block;
  background: url(assets/icons/icn-big-arrow-blue.svg) no-repeat;
  background-size: 100%;
  background-position: center;
}

.card .labels {
  display: flex;
  justify-content: flex-start;
}
.card .labels img {
  height: 25px;
  width: auto;
  max-width: 60px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 12px;
}

.card__contact {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  margin: 0 0 0.2em;
  color: #c29f3b;
  font-size: 11px;
  line-height: 2em;
  flex-wrap: nowrap;
  font-weight: 500;
  text-transform: uppercase;
}
.card__contact:empty {
  display: none;
}
.card__contact:before {
  content: "";
  position: relative;
  display: inline;
  width: 1.5em;
  height: 1em;
  margin: 6px 0 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
}
.card__contact.-mail:before {
  background-image: url(assets/icons/icn-mail.svg);
}
.card__contact.-phone {
  letter-spacing: -0.04em;
}
.card__contact.-phone:before {
  background-image: url(assets/icons/icn-phone.svg);
}
.card__contact.-site {
  margin-bottom: 0.8em;
}
.card__contact.-site:before {
  background-image: url(assets/icons/icn-link.svg);
}
.card__contact.-site:empty {
  display: none;
}
.card__contact.-site a:hover {
  text-decoration: none;
  border-bottom: none;
}

.filter__cats {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.filter__cats > div {
  display: inline-flex;
  margin: 0 5px;
  font-weight: 500;
  background: #fcfaf6;
  color: #04143b;
  border-radius: 2px 2px 0 0;
}
.filter__cats > div.-active {
  color: #04143b;
  background: #f9f5ea;
}
.filter__cats > div.-active a {
  display: inline-block;
  border-bottom: 2px solid #c29f3b;
}
.filter__cats > div:hover {
  background: #f9f5ea;
}
.filter__cats > div:hover a {
  display: inline-block;
}
.filter__cats > div a {
  margin: 0.75em 2em;
  padding-bottom: 0.1em;
  color: inherit;
  text-decoration: none;
}

.filter-box {
  position: relative;
  display: flex;
  flex-flow: row;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-weight: 200;
}
.filter-box:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #f9f5ea;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .filter-box {
    flex-flow: column;
  }
}
.filter-box h3 {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  color: #c29f3b;
  margin-bottom: 1rem;
  text-transform: uppercase;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ede2c3;
}

.filter-box > div {
  padding: 35px 25px 25px;
}

.filter-box__choices label[for=entree-libre] span {
  font-style: italic;
}

.filter-box__choices li label[for=groupes-acceptes] span {
  font-style: italic;
}

.filter-box__choices {
  display: block;
}
.filter-box__choices--many {
  -moz-columns: 2;
  columns: 2;
  -moz-column-width: 100px;
  column-width: 100px;
  -moz-column-fill: balance;
  column-fill: balance;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .filter-box__choices--many {
    -moz-columns: 1;
    columns: 1;
    -moz-column-width: 100%;
    column-width: 100%;
    padding: 0;
  }
}
.filter-box__choices li {
  margin: 0 1em 0.4em 0;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .filter-box__choices li {
    margin: 0;
    padding: 0;
  }
}
.filter-box__choices li {
  position: relative;
  cursor: pointer;
}
.filter-box__choices li input {
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .filter-box__choices li {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0.8em;
    line-height: 1.2em;
  }
}
.filter-box__choices li label {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.filter-box__choices li label span {
  display: inline-block;
  opacity: 0.75;
  font-weight: 400;
}
.filter-box__choices li label span.card_hotel_stars {
  font-size: 85%;
}
.filter-box__choices li label .-checkbox {
  display: block;
  left: 0;
  top: 0;
  pointer-events: none;
  min-width: 1.2em;
  min-height: 1.2em;
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.75em;
  background: white;
  border-radius: 2px;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .filter-box__choices li label .-checkbox {
    min-width: 1.4em;
    min-height: 1.4em;
    width: 1.4em;
    height: 1.4em;
    border: 1px solid rgba(194, 159, 59, 0.5);
  }
}
.filter-box__choices li input:focus + label .-checkbox {
  border: 1px solid #04143b;
}
.filter-box__choices li input:checked + label span {
  opacity: 1;
}
.filter-box__choices li input:checked + label .-checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.8);
  background: #04143b;
}
.filter-box__choices li input:checked + label .-checkbox:after {
  content: "";
  display: block;
}

.filter__cats--mobile {
  display: none;
}

@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .filter__cats {
    display: none;
  }

  .filter__cats--mobile {
    display: block;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 25px 0;
  }
  .filter__cats--mobile select {
    font-size: 14px;
  }

  .section--filters {
    padding: 0;
  }
  .section--filters .filter-box {
    padding: 15px 0;
  }
  .section--filters .filter-box > div {
    padding: 15px 0;
    margin: 0;
  }
}
.no-result {
  display: inline-block;
  text-align: center;
  margin: 100px 0 100px;
  width: 100%;
}
.no-result > h2 {
  display: inline-block;
  padding: 0.25em 1em;
  border: 2px solid #04143b;
}

@keyframes loading {
  0% {
    width: 0vw;
  }
  5% {
    width: 25vw;
  }
  10% {
    width: 60vw;
  }
  20% {
    width: 70vw;
  }
  30% {
    width: 76vw;
  }
  40% {
    width: 86vw;
  }
  90% {
    width: 90vw;
  }
  95% {
    width: 95vw;
  }
}
#search-results {
  position: relative;
  opacity: 1;
  transition: opacity 120ms ease;
}
#search-results .cards .card:nth-child(1) {
  opacity: 1;
  transition: all 420ms ease-out 160ms;
}
#search-results .cards .card:nth-child(2) {
  opacity: 1;
  transition: all 520ms ease-out 200ms;
}
#search-results .cards .card:nth-child(3) {
  opacity: 1;
  transition: all 620ms ease-out 240ms;
}
#search-results .cards .card:nth-child(4) {
  opacity: 1;
  transition: all 720ms ease-out 280ms;
}
#search-results .cards .card:nth-child(5) {
  opacity: 1;
  transition: all 820ms ease-out 320ms;
}
#search-results .cards .card:nth-child(6) {
  opacity: 1;
  transition: all 920ms ease-out 360ms;
}
#search-results .cards .card:nth-child(7) {
  opacity: 1;
  transition: all 1020ms ease-out 400ms;
}
#search-results .cards .card:nth-child(8) {
  opacity: 1;
  transition: all 1120ms ease-out 440ms;
}
#search-results .cards .card:nth-child(9) {
  opacity: 1;
  transition: all 1220ms ease-out 480ms;
}
#search-results .cards .card:nth-child(10) {
  opacity: 1;
  transition: all 1320ms ease-out 520ms;
}
#search-results .cards .card:nth-child(11) {
  opacity: 1;
  transition: all 1420ms ease-out 560ms;
}
#search-results .cards .card:nth-child(12) {
  opacity: 1;
  transition: all 1520ms ease-out 600ms;
}
#search-results .cards .card:nth-child(13) {
  opacity: 1;
  transition: all 1620ms ease-out 640ms;
}
#search-results .cards .card:nth-child(14) {
  opacity: 1;
  transition: all 1720ms ease-out 680ms;
}
#search-results .cards .card:nth-child(15) {
  opacity: 1;
  transition: all 1820ms ease-out 720ms;
}
#search-results .cards .card:nth-child(16) {
  opacity: 1;
  transition: all 1920ms ease-out 760ms;
}
#search-results .cards .card:nth-child(17) {
  opacity: 1;
  transition: all 2020ms ease-out 800ms;
}
#search-results .cards .card:nth-child(18) {
  opacity: 1;
  transition: all 2120ms ease-out 840ms;
}
#search-results .cards .card:nth-child(19) {
  opacity: 1;
  transition: all 2220ms ease-out 880ms;
}
#search-results .cards .card:nth-child(20) {
  opacity: 1;
  transition: all 2320ms ease-out 920ms;
}

.loading #search-results .cards .card {
  transition: none;
  transform: translateY(5px);
  opacity: 0;
}

.loading #search-results:before {
  opacity: 1;
  animation: loading 5s 1 ease both;
}

#search-results {
  min-height: 100vh;
  width: 100%;
}
#search-results:before {
  content: "";
  position: absolute;
  top: 0;
  opacity: 0;
  background: #c29f3b;
  height: 2px;
  width: 100vw;
  left: -25px;
  transition: all 350ms ease;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  #search-results:before {
    left: -15px;
  }
}
@media (min-width: 1440px) {
  #search-results:before {
    left: calc((100vw - 1440px) * -0.5);
  }
}

.footer-section a {
  font-family: "Cormorant", serif;
  color: #3d3935;
  border-bottom: 1px solid transparent;
  transition: border-color 250ms ease;
}
.footer-section a:hover {
  text-decoration: none;
  border-color: inherit;
}

.footer-section {
  position: relative;
}
.footer-section:before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #f9f5ea;
}

.footer-section {
  width: 100%;
  min-height: 25vh;
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0 auto;
  max-width: 1440px;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .footer-section {
    flex-flow: column;
  }
  .footer-section > div {
    padding: 25px 0 !important;
    border-bottom: 1px solid rgba(194, 159, 59, 0.25);
  }
}
.footer-section > div {
  padding: 0px 0;
}
.footer-section > div {
  flex: 1 0 25%;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .footer-section > div {
    text-align: center;
  }
}
.footer-section > div > ul > li > a {
  display: inline-block;
  margin-bottom: 0.85em;
}
.footer-section > div > ul > li .sub-menu a {
  color: #3d3935;
}
.footer-section > div > ul > li .sub-menu .sub-menu {
  border-left: 1px solid #c29f3b;
  margin: 0.5em 1em;
}
.footer-section > div > ul > li .sub-menu .sub-menu li {
  display: block;
  margin: 0em 1em;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .footer-section > div > ul > li .sub-menu .sub-menu {
    display: none;
  }
}

.footer-notes {
  position: relative;
  color: #3d3935;
  max-width: 1440px;
  height: auto;
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
  padding-bottom: 25px;
  color: #f9f5ea;
}
.footer-notes > div {
  margin: 15px 0;
}
.footer-notes:before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #f9f5ea;
}
.footer-notes__logos {
  display: flex;
  justify-content: flex-start;
}
.footer-notes__logos__item {
  width: 45px;
  height: 45px;
  padding: 10px;
  margin: 0 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.footer-notes__logo-container {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .footer-notes__logo-container {
    padding: 0;
  }
}
.footer-notes__logo-container .logo {
  width: 215px;
  height: 25px;
  background: url(assets/logo-ot-baux-provence.svg);
  background-repeat: no-repeat;
  background-size: 215px 100%;
  background-position: left center;
}
.footer-notes__credits {
  color: inherit;
  color: #3d3935;
  font-size: 0.8rem;
  white-space: nowrap;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .footer-notes .menu-site-footer-container ul {
    display: flex;
    flex-flow: column;
    margin-bottom: 2em;
  }
}
.footer-notes .menu-site-footer-container ul li {
  display: inline;
}
.footer-notes .menu-site-footer-container ul li:after {
  content: "|";
  margin: 0 5px;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .footer-notes .menu-site-footer-container ul li:after {
    display: none;
  }
}
.footer-notes .menu-site-footer-container ul li:last-child:after {
  display: none;
}
.footer-notes .menu-site-footer-container ul a {
  color: inherit;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .footer-notes {
    flex-flow: column;
  }
}

.head-nav {
  flex: 1;
}
.head-nav .quick-nav {
  flex: 1 auto;
}
.head-nav .quick-nav--lang {
  flex: 1 auto;
}
.head-nav .logo {
  flex: 1 auto;
}

.head-nav {
  font-size: 14px;
  line-height: 1em;
  font-weight: 400;
  white-space: nowrap;
  text-transform: capitalize;
  letter-spacing: 0.015em;
}

.quick-nav {
  color: #3d3935;
  margin-right: 0px;
}
.quick-nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  font-weight: inherit;
}
.quick-nav ul li {
  flex: 0 1 auto;
  white-space: nowrap;
  margin: 0 10px;
  font-weight: inherit;
}

.head-nav {
  position: fixed;
  max-width: none;
  width: 100vw;
  z-index: 10;
  top: 0;
  left: 0;
  border-bottom: 1px solid #f9f5ea;
  background-color: rgba(255, 255, 255, 0.95);
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .head-nav {
    padding: 0 10px;
  }
}

.quick-nav--lang ul li {
  margin: 0;
  padding: 0 0;
  width: auto;
}
.quick-nav--lang ul li:last-child {
  border: none;
}
.quick-nav--lang ul li.current-lang, .quick-nav--lang ul li.current-menu-item {
  font-weight: bold;
}

.quick-nav--lang {
  text-transform: uppercase;
  width: 100px;
}
.quick-nav--lang ul {
  display: flex;
  flex-flow: column;
  border: 1px solid transparent;
  padding: 5px 10px;
}
.quick-nav--lang ul li {
  margin: 0;
  padding: 3px 0px;
  width: auto;
  display: none;
}
.quick-nav--lang ul li:last-child {
  border: none;
}
.quick-nav--lang ul li.current-lang, .quick-nav--lang ul li.current-menu-item {
  display: block;
  font-weight: bold;
}
.quick-nav--lang ul li.current-lang:after, .quick-nav--lang ul li.current-menu-item:after {
  content: "";
}
.quick-nav--lang ul:hover li {
  display: block;
  font-weight: normal;
}
.quick-nav--lang ul:hover li:hover a {
  text-decoration: none;
  font-weight: bold;
}

.head-nav > div {
  height: 80px;
  transition: all 220ms ease;
}
.head-nav > div .logo {
  transform: none;
  transform-origin: 0 50%;
  transition: all 220ms ease;
}
.head-nav > div .quick-nav {
  opacity: 1;
}
.head-nav > div .quick-nav a {
  color: inherit;
}
.head-nav > div .-hide-scrolled {
  transition: all 220ms;
}

.page-scrolled .head-nav > div,
.main-menu--open .head-nav > div {
  height: 60px;
}
.page-scrolled .head-nav > div .logo,
.main-menu--open .head-nav > div .logo {
  transform: scale(0.9);
}
.page-scrolled .head-nav > div .quick-nav,
.main-menu--open .head-nav > div .quick-nav {
  opacity: 1;
}

.main-menu--open .head-nav > div .-hide-scrolled {
  opacity: 0;
}
.head-nav > div {
  width: 100%;
  max-width: 1440px;
  position: relative;
  display: flex;
  flex-flow: row;
  align-items: center;
}
@media (min-width: 1441px) {
  .head-nav > div {
    margin-left: calc((100vw - 1440px) / 2);
  }
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .head-nav > div {
    padding: 0;
  }
}
.head-nav > div > div {
  position: relative;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.head-nav > div .logo-container {
  flex: 1 1 100%;
  justify-content: flex-start;
  display: flex;
  flex-flow: row;
  justify-content: center;
  height: 100%;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .head-nav > div .logo-container {
    padding: 0;
  }
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .head-nav > div .logo-container {
    justify-content: flex-end;
  }
}
.head-nav > div .menu-opener {
  flex: 1 1 80px;
  justify-content: flex-end;
  align-items: center;
}
.head-nav > div .logo {
  width: 100%;
  height: 30px;
  background: url(assets/icons/logo-ot-baux-provence.svg);
  background-repeat: no-repeat;
  background-size: 215px 100%;
  background-position: left center;
}

.menu-opener {
  cursor: pointer;
  text-transform: uppercase;
  color: #3d3935;
}
.menu-opener span {
  margin: 0 10px;
}
.menu-opener .icon-burger {
  border: 1px solid rgba(4, 20, 59, 0.2);
  padding: 10px 5px;
  width: 30px;
  height: 30px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .menu-opener .icon-burger {
    width: 30px;
    height: 30px;
  }
}
.menu-opener .icon-burger > div {
  width: 100%;
  height: 2px;
  background: currentColor;
  transition: transform 240ms ease;
  transform-origin: 50% 50%;
}
.menu-opener .icon-burger > div:nth-child(1) {
  transform: translateY(-2.5px);
}
.menu-opener .icon-burger > div:nth-child(2) {
  transform: translateY(2.5px);
}

.main-menu--open .menu-opener .icon-burger > div:nth-child(1) {
  transform: translateY(1px) rotate(45deg);
}
.main-menu--open .menu-opener .icon-burger > div:nth-child(2) {
  transform: translateY(-1px) rotate(-45deg);
}

section.main-menu {
  height: 0;
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
  top: 60px;
  padding: 0;
  background: rgba(0, 10, 30, 0.95);
  will-change: height;
}
section.main-menu li {
  opacity: 0;
}

.main-menu--open section.main-menu {
  transition: all 120ms ease-in;
  height: calc(100vh - 60px);
}
.main-menu--open section.main-menu li:nth-child(1) {
  transition: all 320ms ease-out;
  transition-delay: 60ms;
  opacity: 1;
}
.main-menu--open section.main-menu li:nth-child(2) {
  transition: all 320ms ease-out;
  transition-delay: 120ms;
  opacity: 1;
}
.main-menu--open section.main-menu li:nth-child(3) {
  transition: all 320ms ease-out;
  transition-delay: 180ms;
  opacity: 1;
}
.main-menu--open section.main-menu li:nth-child(4) {
  transition: all 320ms ease-out;
  transition-delay: 240ms;
  opacity: 1;
}
.main-menu--open section.main-menu li:nth-child(5) {
  transition: all 320ms ease-out;
  transition-delay: 300ms;
  opacity: 1;
}
.main-menu--open section.main-menu li:nth-child(6) {
  transition: all 320ms ease-out;
  transition-delay: 360ms;
  opacity: 1;
}
.main-menu--open section.main-menu li:nth-child(7) {
  transition: all 320ms ease-out;
  transition-delay: 420ms;
  opacity: 1;
}
.main-menu--open section.main-menu li:nth-child(8) {
  transition: all 320ms ease-out;
  transition-delay: 480ms;
  opacity: 1;
}
.main-menu--open section.main-menu li:nth-child(9) {
  transition: all 320ms ease-out;
  transition-delay: 540ms;
  opacity: 1;
}
.main-menu--open section.main-menu li:nth-child(10) {
  transition: all 320ms ease-out;
  transition-delay: 600ms;
  opacity: 1;
}
.main-menu--open section.main-menu li:nth-child(11) {
  transition: all 320ms ease-out;
  transition-delay: 660ms;
  opacity: 1;
}
.main-menu--open section.main-menu li:nth-child(12) {
  transition: all 320ms ease-out;
  transition-delay: 720ms;
  opacity: 1;
}
.main-menu--open section.main-menu li:nth-child(13) {
  transition: all 320ms ease-out;
  transition-delay: 780ms;
  opacity: 1;
}
.main-menu--open section.main-menu li:nth-child(14) {
  transition: all 320ms ease-out;
  transition-delay: 840ms;
  opacity: 1;
}
.main-menu--open section.main-menu li:nth-child(15) {
  transition: all 320ms ease-out;
  transition-delay: 900ms;
  opacity: 1;
}
.main-menu--open section.main-menu li:nth-child(16) {
  transition: all 320ms ease-out;
  transition-delay: 960ms;
  opacity: 1;
}
.main-menu--open section.main-menu li:nth-child(17) {
  transition: all 320ms ease-out;
  transition-delay: 1020ms;
  opacity: 1;
}
.main-menu--open section.main-menu li:nth-child(18) {
  transition: all 320ms ease-out;
  transition-delay: 1080ms;
  opacity: 1;
}
.main-menu--open section.main-menu li:nth-child(19) {
  transition: all 320ms ease-out;
  transition-delay: 1140ms;
  opacity: 1;
}
.main-menu--open section.main-menu li:nth-child(20) {
  transition: all 320ms ease-out;
  transition-delay: 1200ms;
  opacity: 1;
}

section.main-menu {
  z-index: 100;
  position: fixed;
}

section.main-menu > div {
  transform: translate3d(0, 0, 0);
  position: relative;
  display: flex;
  flex-flow: row;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 140px);
  padding-bottom: 0px;
  color: #fff;
  justify-content: center;
}
section.main-menu > div a {
  color: inherit;
  text-decoration: none;
}
section.main-menu > div > div {
  max-width: 700px;
  width: 50%;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  section.main-menu > div > div {
    width: auto;
  }
}
section.main-menu > div .main-menu__titles {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex: 0 1 auto;
  padding-left: 30px;
  text-align: right;
}
section.main-menu > div .main-menu__titles h1 {
  cursor: pointer;
  line-height: 1em;
  margin-bottom: 0.5em;
}
section.main-menu > div .main-menu__titles h1 a {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 1300px) and (orientation: landscape) {
  section.main-menu > div .main-menu__titles h1 {
    font-size: 50px;
  }
}
@media (max-width: 1000px) {
  section.main-menu > div .main-menu__titles h1 {
    font-size: 40px;
  }
}
section.main-menu > div .main-menu__titles > ul > li {
  position: relative;
  cursor: hand;
  margin-right: 100px;
}
@media (max-width: 1000px) {
  section.main-menu > div .main-menu__titles > ul > li {
    margin-right: 40px;
  }
}
section.main-menu > div .main-menu__titles > ul > li:after {
  opacity: 0;
  transition: opacity 320ms, transform 320ms;
}
section.main-menu > div .main-menu__titles h1 {
  transition: all 320ms ease;
}
section.main-menu > div .main-menu__titles > ul > li:hover:after,
section.main-menu > div .main-menu__titles > ul:not(:hover) > li.menu-container--active:after {
  opacity: 1;
  transform: none;
}
section.main-menu > div .main-menu__titles > ul > li:hover h1,
section.main-menu > div .main-menu__titles > ul:not(:hover) > li.menu-container--active h1 {
  color: #c29f3b;
}
section.main-menu > div .main-menu__nav {
  flex: 0 0 50%;
  padding-left: 100px;
}
@media (max-width: 1000px) {
  section.main-menu > div .main-menu__nav {
    padding-left: 40px;
  }
}
section.main-menu > div .main-menu__nav a:hover {
  text-decoration: none;
  color: #c29f3b;
}
section.main-menu > div .main-menu__nav nav .current-menu-item a {
  color: #c29f3b;
}
section.main-menu > div .main-menu__nav > div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  opacity: 0;
  padding-top: 30px;
  min-width: 260px;
  pointer-events: none;
  transition: none;
}
section.main-menu > div .main-menu__nav > div li {
  opacity: 0;
  transform: translateY(-5px);
}
section.main-menu > div .main-menu__nav > div.menu-container--active {
  pointer-events: all;
  opacity: 1;
  transition: all 320ms ease;
}
section.main-menu > div .main-menu__nav > div.menu-container--active li {
  opacity: 1;
  transform: none;
  transition: all 320ms ease-out;
}
section.main-menu > div .main-menu__nav > div.menu-container--active li:nth-child(1) {
  transition-delay: 40ms;
}
section.main-menu > div .main-menu__nav > div.menu-container--active li:nth-child(2) {
  transition-delay: 80ms;
}
section.main-menu > div .main-menu__nav > div.menu-container--active li:nth-child(3) {
  transition-delay: 120ms;
}
section.main-menu > div .main-menu__nav > div.menu-container--active li:nth-child(4) {
  transition-delay: 160ms;
}
section.main-menu > div .main-menu__nav > div.menu-container--active li:nth-child(5) {
  transition-delay: 200ms;
}
section.main-menu > div .main-menu__nav > div.menu-container--active li:nth-child(6) {
  transition-delay: 240ms;
}
section.main-menu > div .main-menu__nav > div.menu-container--active li:nth-child(7) {
  transition-delay: 280ms;
}
section.main-menu > div .main-menu__nav > div.menu-container--active li:nth-child(8) {
  transition-delay: 320ms;
}
section.main-menu > div .main-menu__nav > div.menu-container--active li:nth-child(9) {
  transition-delay: 360ms;
}
section.main-menu > div .main-menu__nav > div.menu-container--active li:nth-child(10) {
  transition-delay: 400ms;
}
section.main-menu > div .main-menu__nav > div.menu-container--active li:nth-child(11) {
  transition-delay: 440ms;
}
section.main-menu > div .main-menu__nav > div.menu-container--active li:nth-child(12) {
  transition-delay: 480ms;
}
section.main-menu > div .main-menu__nav > div.menu-container--active li:nth-child(13) {
  transition-delay: 520ms;
}
section.main-menu > div .main-menu__nav > div.menu-container--active li:nth-child(14) {
  transition-delay: 560ms;
}
section.main-menu > div .main-menu__nav > div.menu-container--active li:nth-child(15) {
  transition-delay: 600ms;
}
section.main-menu > div .main-menu__nav > div.menu-container--active li:nth-child(16) {
  transition-delay: 640ms;
}
section.main-menu > div .main-menu__nav > div.menu-container--active li:nth-child(17) {
  transition-delay: 680ms;
}
section.main-menu > div .main-menu__nav > div.menu-container--active li:nth-child(18) {
  transition-delay: 720ms;
}
section.main-menu > div .main-menu__nav > div.menu-container--active li:nth-child(19) {
  transition-delay: 760ms;
}
section.main-menu > div .main-menu__nav > div.menu-container--active li:nth-child(20) {
  transition-delay: 800ms;
}

.main-menu__nav .menu > li > a {
  display: none;
}
.main-menu__nav .menu .sub-menu > li {
  margin-bottom: 1.5em;
}
.main-menu__nav .menu .sub-menu li > a {
  font-family: "Cormorant", serif;
  color: #fff;
}
.main-menu__nav .menu .sub-menu .sub-menu {
  border-left: 1px solid #c29f3b;
  margin-left: 1em;
}
.main-menu__nav .menu .sub-menu .sub-menu li {
  color: rgba(255, 255, 255, 0.8);
  display: block;
  margin-left: 1em;
  font-family: "Cormorant", serif;
  margin: 0.6em 1em;
}
.main-menu__nav .menu .sub-menu .sub-menu li a {
  color: inherit;
}

section.main-menu div.main-menu__footer {
  border-top: 1px solid rgba(249, 245, 234, 0.2);
  text-align: center;
  position: absolute;
  top: auto;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 25px;
  display: flex;
  flex-flow: column;
}
section.main-menu div.main-menu__footer .language-selection {
  margin-top: 10px;
}
section.main-menu div.main-menu__footer ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
section.main-menu div.main-menu__footer ul li {
  opacity: 0.5;
  margin: 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  section.main-menu div.main-menu__footer {
    padding: 10px;
  }
  section.main-menu div.main-menu__footer ul {
    flex-flow: column;
  }
  section.main-menu div.main-menu__footer ul li {
    margin: 2px;
    color: #d1d1d1;
    font-size: 0.85em;
  }
}

.menu-mobile-container {
  width: 100%;
}
.menu-mobile-container .menu {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 45px;
}
.menu-mobile-container .menu > .menu-item {
  color: #c29f3b;
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.015em;
  font-size: 60px;
  line-height: 1.45;
  margin-bottom: 0.333em;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .menu-mobile-container .menu > .menu-item {
    font-size: 32px;
  }
}
.menu-mobile-container .menu .sub-menu {
  margin-top: 0.5em;
  padding: 0 0 0 1em;
  border-left: 1px solid #c29f3b;
}
.menu-mobile-container .menu .sub-menu .menu-item {
  color: #fff;
  font-family: "Cormorant", serif;
  font-weight: normal;
  font-style: italic;
  font-size: 25px;
  line-height: 1.45em;
  margin-bottom: 0.8em;
  line-height: 1em;
}
@media (max-width: 340px) {
  .menu-mobile-container .menu {
    padding: 25px 20px;
  }
  .menu-mobile-container .menu .sub-menu {
    margin-top: 0.5em;
    padding: 0 0 0 20px;
  }
}

.main {
  position: relative;
  min-height: calc(100vh - 100px);
}

.post-edit-link--fixed {
  position: fixed;
  z-index: 1000;
  top: 50%;
  right: -2px;
  border: 1px solid #c29f3b;
  border-radius: 2px;
  padding: 10px;
  background: #fff;
  opacity: 1;
}

@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .section--article .bloc p {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.practical-information {
  position: relative;
  color: #fff;
  max-width: 1440px;
  margin: 50px auto 0;
  height: auto;
  display: flex;
  flex-flow: row;
  color: #f9f5ea;
}
.practical-information p {
  margin-bottom: 1em;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .practical-information {
    position: relative;
    text-align: center;
    padding: 50px 0 !important;
    margin: 0;
  }
}
.practical-information .practical-information__odt a {
  position: relative;
  display: block;
  width: auto;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.85em;
}
.practical-information .practical-information__odt a:after {
  content: "";
  margin: 0 0.5em;
  width: 1.35em;
  height: 1.35em;
  display: inline-block;
  background: url(assets/icons/icn-big-arrow-white.svg) no-repeat;
  background-size: 100%;
  background-position: center 3px;
}
.practical-information .practical-information__odt a:hover {
  text-decoration: none;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .practical-information {
    flex-flow: column;
  }
}
.practical-information:before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0a1735;
}

@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .practical-information h4 {
    margin-top: 50px;
  }
}

.bloc--practical__section + .bloc--practical__section {
  margin-top: 50px;
}

.practical-information > div {
  padding: 50px 50px 50px 0;
  flex: 0 1 25%;
  display: flex;
  flex-flow: column;
}
.practical-information > div:first-child {
  padding-left: 0px;
}
.practical-information > div:last-child {
  padding-right: 0px;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .practical-information > div {
    padding: 30px 0;
  }
  .practical-information > div h4 {
    margin-top: 0;
  }
}

.practical-information > div > * {
  margin-bottom: 20px;
}
.practical-information > div > *:last-child {
  margin-bottom: 0;
}

.practical-information__social {
  display: flex;
  flex-flow: row;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .practical-information__social {
    justify-content: center;
  }
}
.practical-information__social a {
  display: block;
  width: 29px;
  height: 29px;
  margin-right: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 3px;
  overflow: hidden;
}
.practical-information__social a.icon-ig {
  background-image: url(assets/icons/icn-instagram.svg);
  background-color: #dc3175;
}
.practical-information__social a.icon-tw {
  background-image: url(assets/icons/icn-twitter.svg);
}
.practical-information__social a.icon-sc {
  background-image: url(assets/icons/icn-snapchat.svg);
}
.practical-information__social a.icon-fb {
  background-image: url(assets/icons/icn-facebook.svg);
}

.practical-information__links a {
  color: inherit;
  width: auto;
  display: inline-block;
  margin: 0.5vw;
}
.practical-information__links a:before {
  content: "";
}

.practical-information__newsletter a:after {
  content: "";
  margin: 0 0.5em;
  width: 1.35em;
  height: 1.35em;
  display: inline-block;
  background: url(assets/icons/icn-big-arrow-white.svg) no-repeat;
  background-size: 100%;
  background-position: center 3px;
}

.practical-information__downloads div {
  position: relative;
}
.practical-information__downloads div a {
  height: 100%;
  padding: 0 30px;
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .practical-information__downloads div a {
    justify-content: center;
  }
}
.practical-information__downloads div a figure {
  margin: 1em -20px 0 0;
}
.practical-information__downloads div a figure:nth-child(1) img {
  transform-origin: 50% 50%;
  transform: rotate(-7deg) translateY(0);
  transition: transform 320ms ease;
}
@media (min-width: 480px) {
  .practical-information__downloads div a figure:nth-child(1):hover img {
    transform: translateX(-6px) rotate(-7deg) translateY(-3px);
    transition: transform 220ms ease-in;
  }
}
.practical-information__downloads div a figure:nth-child(2) img {
  transform-origin: 50% 50%;
  transform: rotate(-4deg) translateY(0);
  transition: transform 320ms ease;
}
@media (min-width: 480px) {
  .practical-information__downloads div a figure:nth-child(2):hover img {
    transform: translateX(-3px) rotate(-4deg) translateY(-3px);
    transition: transform 220ms ease-in;
  }
}
.practical-information__downloads div a figure:nth-child(3) img {
  transform-origin: 50% 50%;
  transform: rotate(-1deg) translateY(0);
  transition: transform 320ms ease;
}
@media (min-width: 480px) {
  .practical-information__downloads div a figure:nth-child(3):hover img {
    transform: translateX(0px) rotate(-1deg) translateY(-3px);
    transition: transform 220ms ease-in;
  }
}
.practical-information__downloads div a figure img {
  margin: 0 auto 1em auto;
  max-height: 150px;
  box-shadow: -2px 2px 20px 10px rgba(0, 0, 0, 0.4);
  display: block;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .practical-information__downloads div a figure img {
    margin: auto;
  }
}

.main-menu__footer .menu-language-container a {
  color: inherit;
  opacity: 0.25;
}
.main-menu__footer .menu-language-container .current-lang a {
  opacity: 1;
}
.main-menu__footer .menu-language-container .menu > li > a {
  display: none;
}
.main-menu__footer .menu-language-container .sub-menu {
  display: flex;
  padding: 0 5px;
}
.main-menu__footer .menu-language-container .sub-menu li {
  margin-left: 20px;
}
.main-menu__footer .menu-language-container:hover .sub-menu {
  background: #fff;
  visibility: visible;
}

#wpc-weather-id-817 {
  position: absolute !important;
  height: calc(100% - 130px);
  position: absolute;
  top: 100px;
  right: 30px;
  font-size: 24px;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  #wpc-weather-id-817 {
    display: none;
  }
}
#wpc-weather-id-817 .wpc-weather-800 {
  position: sticky;
  top: 100px;
  bottom: 100px;
  padding: 0;
  margin: 0;
  padding: 20px;
}
#wpc-weather-id-817 .location_name {
  display: none !important;
}
#wpc-weather-id-817 .now {
  display: none;
}
#wpc-weather-id-817 .now > * {
  font-size: 20px !important;
  font-weight: bold;
  margin: 0;
  display: flex;
}
#wpc-weather-id-817 .now > * svg {
  margin: 0 !important;
}
#wpc-weather-id-817 .infos {
  display: flex !important;
  flex-direction: column !important;
}
#wpc-weather-id-817 .infos div {
  width: 100% !important;
  display: flex !important;
  justify-content: left !important;
  margin: 0 !important;
}
#wpc-weather-id-817 .infos div span {
  margin-left: 10px !important;
}
#wpc-weather-id-817 .hours {
  border-bottom: none;
  margin-top: 10px;
  padding-top: 10px;
}
#wpc-weather-id-817 .hours .first .hour {
  display: none;
}
#wpc-weather-id-817 .hours .first .climacon {
  font-size: 40px;
  height: 40px;
}

@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .wpcf7 {
    width: 100%;
    max-width: 400px;
  }
}
@media (max-height: 720px) {
  .wpcf7 {
    max-width: 600px;
  }
}
.breadcrumbs {
  margin: -25px 0 25px;
  display: flex;
  justify-content: flex-start;
  color: #04143b;
  font-weight: 500;
  font-size: 0.8em;
  text-transform: uppercase;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .breadcrumbs {
    margin: -35px 0 25px;
  }
}
.breadcrumbs :before {
  content: "⟵";
  margin-right: 0.5em;
}
.breadcrumbs a {
  color: inherit;
}
.breadcrumbs a:hover {
  text-decoration: none;
}

section.page-not-found {
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wpcf7 form .sent-ok {
  display: none;
}

.wpcf7 form.sent .sent-ok {
  display: block;
}

.wpcf7 input, .wpcf7 textarea {
  width: 100%;
  height: 2vw;
  margin: 0 0 10px 0;
  font-size: 100%;
  color: #04143b;
  border: none;
  border-bottom: 1px solid #DDD;
  background: transparent;
}

.wpcf7 textarea {
  height: 10vw;
  border: 1px solid #DDD;
}

.wpcf7 .wpcf7-submit {
  width: 6vw;
  border: 1px solid #c29f3b;
  color: #c29f3b;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - Main
 */
.alert-traduction {
  position: absolute;
  text-align: left;
  left: 50%;
  transform: translateX(-50%);
  width: 480px;
  padding: 20px;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: #04143b;
  color: white;
}
.alert-traduction .no-break {
  white-space: nowrap;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .alert-traduction {
    width: 100%;
  }
}

.page.home section.main {
  width: 100vw;
  margin: 0;
  padding: 0;
  max-width: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - Nav
 */
.home .slide__toggle-menu {
  margin-top: 2em;
  color: #c29f3b;
}
.home .slide__toggle-menu span {
  padding-bottom: 0.15em;
  border-bottom: 1px dotted currentColor;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .home .slide__toggle-menu {
    display: block;
  }
}

@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .home .slide__copy nav {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 220ms ease;
  }
  .home .slide__copy nav.-show-menu {
    max-height: 100vh;
  }
}

@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .home .slide__copy nav {
    display: flex;
    justify-content: flex-start;
  }
}
.home .slide__copy nav a {
  color: #fff;
  font-family: "Cormorant", serif;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .home .slide__copy nav a {
    color: #04143b;
  }
}
.home .slide__copy nav > ul > li > a {
  display: none;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .home .slide__copy nav {
    padding-bottom: 45px;
  }
}
.home .slide__copy nav .menu {
  margin-top: 26px;
  -moz-columns: 2;
  columns: 2;
  -moz-column-fill: auto;
  column-fill: auto;
  max-height: 280px;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .home .slide__copy nav .menu {
    position: relative;
    -moz-columns: 1;
    columns: 1;
    max-height: none;
    margin-top: 15px;
    padding: 25px 0;
    border-bottom: 1px solid #c29f3b;
  }
}
.home .slide__copy nav .menu * {
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.home .slide__copy nav .menu > li > .sub-menu .sub-menu {
  margin: 1em;
  padding-left: 1em;
  border-left: 1px solid #c29f3b;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - Section
 */
.page.home section.main section {
  height: 100vh;
  position: relative;
  max-width: 1440px;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .page.home section.main section {
    padding: 0 15px;
  }
}
.page.home section.main section > div.slide__copy {
  padding: 50px;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .page.home section.main section > div.slide__copy {
    padding: 0px;
  }
}
.page.home section.main section > div.slide__copy .slide__description {
  max-width: 540px;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .page.home section.main section > div.slide__copy .slide__description {
    max-width: none;
  }
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .page.home section.main section {
    height: auto;
    padding-bottom: 0px;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - Section Overlay
 */
.page.home article.slide {
  background: white;
}
.page.home article.slide:first-child:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 120px;
  left: calc(50% - 20px);
  width: 40px;
  height: 20px;
  background: url(assets/scroll-arrow.svg) no-repeat;
  -webkit-animation: scroll-down 2s infinite linear both;
  animation: scroll-down 2s infinite linear both;
}
.page.home article.slide:first-child.-scrolled-once:after {
  opacity: 0;
  -webkit-animation: none;
  animation: none;
}
@-webkit-keyframes scroll-down {
  0%, 100% {
    opacity: 0;
    transform: translateY(0);
  }
  30% {
    opacity: 1;
    transform: translateY(20px);
  }
  90% {
    opacity: 0;
    transform: translateY(40px);
  }
}
@keyframes scroll-down {
  0%, 100% {
    opacity: 0;
    transform: translateY(0);
  }
  30% {
    opacity: 1;
    transform: translateY(20px);
  }
  90% {
    opacity: 0;
    transform: translateY(40px);
  }
}
.page.home article.slide:first-child .slide__overlay {
  position: absolute;
  top: calc(50% + 40px);
  left: 50%;
}
.page.home article.slide:first-child .slide__overlay:after {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  transform: translate(-50%, -50%);
  background: url(assets/logo-ot-baux-provence-square.svg);
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .page.home article.slide:first-child .slide__overlay:after {
    width: 200px;
    height: 200px;
  }
}

.page.home article.slide {
  position: relative;
  width: 100vw;
  height: 100vh;
}
.page.home article.slide figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.page.home article.slide figure .bg-picture {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.page.home article.slide:not(:first-child) {
  height: auto;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .page.home article.slide:not(:first-child) figure {
    position: relative;
    height: 200px;
    width: 100%;
  }
}

.page.home .slide figure {
  position: absolute;
  top: 0;
  left: 0;
}
.page.home .slide figure:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.page.home .slide .slide__copy {
  right: 0;
}
.page.home .slide figure::after {
  background: linear-gradient(-90deg, var(--bg-1) 0%, var(--bg-2) 45%, var(--bg-2) 45%, var(--bg-3) 75%, var(--bg-4) 100%);
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .page.home .slide figure::after {
    display: none;
  }
}
@media (min-width: 480px) {
  .page.home .slide:nth-child(odd) {
    text-align: right;
  }
  .page.home .slide:nth-child(odd) .slide__copy {
    left: 0;
    text-align: right;
    align-items: flex-end;
  }
  .page.home .slide:nth-child(odd) .slide__copy h3 {
    text-align: right;
    direction: rtl;
  }
  .page.home .slide:nth-child(odd) .slide__copy nav ul {
    direction: rtl;
  }
  .page.home .slide:nth-child(odd) figure::after {
    background: linear-gradient(90deg, var(--bg-1), var(--bg-2) 50%, var(--bg-3) 60%, var(--bg-4));
  }
}

@media (min-width: 480px) {
  .page.home .slide__copy .slide__description {
    font-size: 18px;
    line-height: 1.45em;
  }
}
.page.home .slide__copy h1 {
  font-size: 70px;
}

@media (min-width: 480px) {
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(1) {
    opacity: 1;
    transform: translate3d(0, 10px, 0);
    transition: all 220ms ease;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(1) .sub-menu li:nth-child(1) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 280ms ease 120ms;
    transition: transform 280ms ease 30ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(1) .sub-menu li:nth-child(2) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 340ms ease 240ms;
    transition: transform 340ms ease 60ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(1) .sub-menu li:nth-child(3) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 400ms ease 360ms;
    transition: transform 400ms ease 90ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(1) .sub-menu li:nth-child(4) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 460ms ease 480ms;
    transition: transform 460ms ease 120ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(1) .sub-menu li:nth-child(5) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 520ms ease 600ms;
    transition: transform 520ms ease 150ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(1) .sub-menu li:nth-child(6) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 580ms ease 720ms;
    transition: transform 580ms ease 180ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(1) .sub-menu li:nth-child(7) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 640ms ease 840ms;
    transition: transform 640ms ease 210ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(1) .sub-menu li:nth-child(8) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 700ms ease 960ms;
    transition: transform 700ms ease 240ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(1) .sub-menu li:nth-child(9) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 760ms ease 1080ms;
    transition: transform 760ms ease 270ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(1) .sub-menu li:nth-child(10) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 820ms ease 1200ms;
    transition: transform 820ms ease 300ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(2) {
    opacity: 1;
    transform: translate3d(0, 10px, 0);
    transition: all 440ms ease;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(2) .sub-menu li:nth-child(1) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 280ms ease 120ms;
    transition: transform 280ms ease 30ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(2) .sub-menu li:nth-child(2) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 340ms ease 240ms;
    transition: transform 340ms ease 60ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(2) .sub-menu li:nth-child(3) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 400ms ease 360ms;
    transition: transform 400ms ease 90ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(2) .sub-menu li:nth-child(4) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 460ms ease 480ms;
    transition: transform 460ms ease 120ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(2) .sub-menu li:nth-child(5) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 520ms ease 600ms;
    transition: transform 520ms ease 150ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(2) .sub-menu li:nth-child(6) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 580ms ease 720ms;
    transition: transform 580ms ease 180ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(2) .sub-menu li:nth-child(7) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 640ms ease 840ms;
    transition: transform 640ms ease 210ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(2) .sub-menu li:nth-child(8) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 700ms ease 960ms;
    transition: transform 700ms ease 240ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(2) .sub-menu li:nth-child(9) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 760ms ease 1080ms;
    transition: transform 760ms ease 270ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(2) .sub-menu li:nth-child(10) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 820ms ease 1200ms;
    transition: transform 820ms ease 300ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(3) {
    opacity: 1;
    transform: translate3d(0, 10px, 0);
    transition: all 660ms ease;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(3) .sub-menu li:nth-child(1) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 280ms ease 120ms;
    transition: transform 280ms ease 30ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(3) .sub-menu li:nth-child(2) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 340ms ease 240ms;
    transition: transform 340ms ease 60ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(3) .sub-menu li:nth-child(3) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 400ms ease 360ms;
    transition: transform 400ms ease 90ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(3) .sub-menu li:nth-child(4) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 460ms ease 480ms;
    transition: transform 460ms ease 120ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(3) .sub-menu li:nth-child(5) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 520ms ease 600ms;
    transition: transform 520ms ease 150ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(3) .sub-menu li:nth-child(6) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 580ms ease 720ms;
    transition: transform 580ms ease 180ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(3) .sub-menu li:nth-child(7) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 640ms ease 840ms;
    transition: transform 640ms ease 210ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(3) .sub-menu li:nth-child(8) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 700ms ease 960ms;
    transition: transform 700ms ease 240ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(3) .sub-menu li:nth-child(9) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 760ms ease 1080ms;
    transition: transform 760ms ease 270ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(3) .sub-menu li:nth-child(10) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 820ms ease 1200ms;
    transition: transform 820ms ease 300ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(4) {
    opacity: 1;
    transform: translate3d(0, 10px, 0);
    transition: all 880ms ease;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(4) .sub-menu li:nth-child(1) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 280ms ease 120ms;
    transition: transform 280ms ease 30ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(4) .sub-menu li:nth-child(2) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 340ms ease 240ms;
    transition: transform 340ms ease 60ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(4) .sub-menu li:nth-child(3) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 400ms ease 360ms;
    transition: transform 400ms ease 90ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(4) .sub-menu li:nth-child(4) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 460ms ease 480ms;
    transition: transform 460ms ease 120ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(4) .sub-menu li:nth-child(5) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 520ms ease 600ms;
    transition: transform 520ms ease 150ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(4) .sub-menu li:nth-child(6) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 580ms ease 720ms;
    transition: transform 580ms ease 180ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(4) .sub-menu li:nth-child(7) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 640ms ease 840ms;
    transition: transform 640ms ease 210ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(4) .sub-menu li:nth-child(8) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 700ms ease 960ms;
    transition: transform 700ms ease 240ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(4) .sub-menu li:nth-child(9) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 760ms ease 1080ms;
    transition: transform 760ms ease 270ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(4) .sub-menu li:nth-child(10) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 820ms ease 1200ms;
    transition: transform 820ms ease 300ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(5) {
    opacity: 1;
    transform: translate3d(0, 10px, 0);
    transition: all 1100ms ease;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(5) .sub-menu li:nth-child(1) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 280ms ease 120ms;
    transition: transform 280ms ease 30ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(5) .sub-menu li:nth-child(2) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 340ms ease 240ms;
    transition: transform 340ms ease 60ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(5) .sub-menu li:nth-child(3) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 400ms ease 360ms;
    transition: transform 400ms ease 90ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(5) .sub-menu li:nth-child(4) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 460ms ease 480ms;
    transition: transform 460ms ease 120ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(5) .sub-menu li:nth-child(5) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 520ms ease 600ms;
    transition: transform 520ms ease 150ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(5) .sub-menu li:nth-child(6) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 580ms ease 720ms;
    transition: transform 580ms ease 180ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(5) .sub-menu li:nth-child(7) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 640ms ease 840ms;
    transition: transform 640ms ease 210ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(5) .sub-menu li:nth-child(8) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 700ms ease 960ms;
    transition: transform 700ms ease 240ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(5) .sub-menu li:nth-child(9) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 760ms ease 1080ms;
    transition: transform 760ms ease 270ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(5) .sub-menu li:nth-child(10) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 820ms ease 1200ms;
    transition: transform 820ms ease 300ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(6) {
    opacity: 1;
    transform: translate3d(0, 10px, 0);
    transition: all 1320ms ease;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(6) .sub-menu li:nth-child(1) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 280ms ease 120ms;
    transition: transform 280ms ease 30ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(6) .sub-menu li:nth-child(2) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 340ms ease 240ms;
    transition: transform 340ms ease 60ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(6) .sub-menu li:nth-child(3) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 400ms ease 360ms;
    transition: transform 400ms ease 90ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(6) .sub-menu li:nth-child(4) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 460ms ease 480ms;
    transition: transform 460ms ease 120ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(6) .sub-menu li:nth-child(5) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 520ms ease 600ms;
    transition: transform 520ms ease 150ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(6) .sub-menu li:nth-child(6) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 580ms ease 720ms;
    transition: transform 580ms ease 180ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(6) .sub-menu li:nth-child(7) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 640ms ease 840ms;
    transition: transform 640ms ease 210ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(6) .sub-menu li:nth-child(8) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 700ms ease 960ms;
    transition: transform 700ms ease 240ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(6) .sub-menu li:nth-child(9) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 760ms ease 1080ms;
    transition: transform 760ms ease 270ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(6) .sub-menu li:nth-child(10) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 820ms ease 1200ms;
    transition: transform 820ms ease 300ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(7) {
    opacity: 1;
    transform: translate3d(0, 10px, 0);
    transition: all 1540ms ease;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(7) .sub-menu li:nth-child(1) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 280ms ease 120ms;
    transition: transform 280ms ease 30ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(7) .sub-menu li:nth-child(2) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 340ms ease 240ms;
    transition: transform 340ms ease 60ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(7) .sub-menu li:nth-child(3) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 400ms ease 360ms;
    transition: transform 400ms ease 90ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(7) .sub-menu li:nth-child(4) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 460ms ease 480ms;
    transition: transform 460ms ease 120ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(7) .sub-menu li:nth-child(5) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 520ms ease 600ms;
    transition: transform 520ms ease 150ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(7) .sub-menu li:nth-child(6) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 580ms ease 720ms;
    transition: transform 580ms ease 180ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(7) .sub-menu li:nth-child(7) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 640ms ease 840ms;
    transition: transform 640ms ease 210ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(7) .sub-menu li:nth-child(8) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 700ms ease 960ms;
    transition: transform 700ms ease 240ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(7) .sub-menu li:nth-child(9) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 760ms ease 1080ms;
    transition: transform 760ms ease 270ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(7) .sub-menu li:nth-child(10) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 820ms ease 1200ms;
    transition: transform 820ms ease 300ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(8) {
    opacity: 1;
    transform: translate3d(0, 10px, 0);
    transition: all 1760ms ease;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(8) .sub-menu li:nth-child(1) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 280ms ease 120ms;
    transition: transform 280ms ease 30ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(8) .sub-menu li:nth-child(2) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 340ms ease 240ms;
    transition: transform 340ms ease 60ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(8) .sub-menu li:nth-child(3) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 400ms ease 360ms;
    transition: transform 400ms ease 90ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(8) .sub-menu li:nth-child(4) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 460ms ease 480ms;
    transition: transform 460ms ease 120ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(8) .sub-menu li:nth-child(5) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 520ms ease 600ms;
    transition: transform 520ms ease 150ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(8) .sub-menu li:nth-child(6) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 580ms ease 720ms;
    transition: transform 580ms ease 180ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(8) .sub-menu li:nth-child(7) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 640ms ease 840ms;
    transition: transform 640ms ease 210ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(8) .sub-menu li:nth-child(8) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 700ms ease 960ms;
    transition: transform 700ms ease 240ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(8) .sub-menu li:nth-child(9) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 760ms ease 1080ms;
    transition: transform 760ms ease 270ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(8) .sub-menu li:nth-child(10) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 820ms ease 1200ms;
    transition: transform 820ms ease 300ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(9) {
    opacity: 1;
    transform: translate3d(0, 10px, 0);
    transition: all 1980ms ease;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(9) .sub-menu li:nth-child(1) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 280ms ease 120ms;
    transition: transform 280ms ease 30ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(9) .sub-menu li:nth-child(2) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 340ms ease 240ms;
    transition: transform 340ms ease 60ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(9) .sub-menu li:nth-child(3) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 400ms ease 360ms;
    transition: transform 400ms ease 90ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(9) .sub-menu li:nth-child(4) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 460ms ease 480ms;
    transition: transform 460ms ease 120ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(9) .sub-menu li:nth-child(5) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 520ms ease 600ms;
    transition: transform 520ms ease 150ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(9) .sub-menu li:nth-child(6) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 580ms ease 720ms;
    transition: transform 580ms ease 180ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(9) .sub-menu li:nth-child(7) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 640ms ease 840ms;
    transition: transform 640ms ease 210ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(9) .sub-menu li:nth-child(8) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 700ms ease 960ms;
    transition: transform 700ms ease 240ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(9) .sub-menu li:nth-child(9) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 760ms ease 1080ms;
    transition: transform 760ms ease 270ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(9) .sub-menu li:nth-child(10) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 820ms ease 1200ms;
    transition: transform 820ms ease 300ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(10) {
    opacity: 1;
    transform: translate3d(0, 10px, 0);
    transition: all 2200ms ease;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(10) .sub-menu li:nth-child(1) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 280ms ease 120ms;
    transition: transform 280ms ease 30ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(10) .sub-menu li:nth-child(2) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 340ms ease 240ms;
    transition: transform 340ms ease 60ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(10) .sub-menu li:nth-child(3) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 400ms ease 360ms;
    transition: transform 400ms ease 90ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(10) .sub-menu li:nth-child(4) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 460ms ease 480ms;
    transition: transform 460ms ease 120ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(10) .sub-menu li:nth-child(5) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 520ms ease 600ms;
    transition: transform 520ms ease 150ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(10) .sub-menu li:nth-child(6) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 580ms ease 720ms;
    transition: transform 580ms ease 180ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(10) .sub-menu li:nth-child(7) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 640ms ease 840ms;
    transition: transform 640ms ease 210ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(10) .sub-menu li:nth-child(8) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 700ms ease 960ms;
    transition: transform 700ms ease 240ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(10) .sub-menu li:nth-child(9) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 760ms ease 1080ms;
    transition: transform 760ms ease 270ms;
  }
  .page.home .slide.in-view .slide__copy nav .sub-menu li:nth-child(10) .sub-menu li:nth-child(10) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 820ms ease 1200ms;
    transition: transform 820ms ease 300ms;
  }
  .page.home .slide .slide__copy nav .sub-menu li {
    opacity: 0;
    transform: translateY(40px);
    transition: all 440ms ease;
  }
  .page.home .slide .slide__copy nav .sub-menu li .sub-menu li {
    opacity: 0.1;
    transition: all 0ms ease 440ms;
    transform: translateY(20px);
  }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - Journey Planner
 */
.page.home .slide__copy {
  position: absolute;
  width: 50%;
  height: 100%;
  padding: 50px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  top: 0;
  color: #fff;
}
.page.home .slide__copy h1 {
  margin: 0;
}
.page.home .slide__copy h3 {
  display: block;
  color: #fff;
  margin-bottom: 1.5em;
}
.page.home .slide__copy h3:after {
  content: "";
  position: relative;
  margin-top: 1em;
  display: block;
  width: 100px;
  border-bottom: 1px solid white;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .page.home .slide__copy {
    position: relative;
    width: 100%;
    justify-content: flex-start;
    padding: 25px 0 100px 0;
    top: auto;
    color: #04143b;
  }
  .page.home .slide__copy h1 {
    font-family: "Cormorant", serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -0.015em;
    font-size: 60px;
    line-height: 1.45;
    margin-bottom: 0.333em;
    color: #c29f3b;
    margin: 0.5em 0 0;
  }
}
@media (max-width: 480px) and (orientation: portrait) and (max-width: 480px) and (orientation: portrait), (max-width: 480px) and (orientation: portrait) and (max-height: 480px) and (orientation: landscape), (max-height: 480px) and (orientation: landscape) and (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) and (max-height: 480px) and (orientation: landscape) {
  .page.home .slide__copy h1 {
    font-size: 32px;
  }
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .page.home .slide__copy h3 {
    font-family: "Cormorant", serif;
    font-weight: normal;
    font-style: italic;
    font-size: 25px;
    line-height: 1.45em;
    margin-bottom: 0.8em;
    line-height: 1em;
    color: #04143b;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #c29f3b;
    transition: 0.5s;
  }
  .page.home .slide__copy h3.no-border {
    border-bottom: 1px solid transparent;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - Journey Planner
 */
.slide--journey-planner .filter-box {
  width: auto;
  display: block;
  color: white;
  text-align: right;
  padding: 0;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .slide--journey-planner .filter-box {
    color: #04143b;
    text-align: left;
  }
}
.slide--journey-planner h2 {
  margin-bottom: 1em;
  font-style: normal;
}
.slide--journey-planner .filter-box__choices {
  justify-content: flex-end;
  display: flex;
  flex-flow: column;
}
.slide--journey-planner .filter-box__choices li {
  width: auto;
  display: block;
  padding: 0;
  margin: 0 0 0.5em;
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .slide--journey-planner .filter-box__choices li {
    margin: 0 1em 1em 0;
  }
}
.slide--journey-planner .filter-box__choices label {
  display: inline;
  width: auto;
  padding: 0.2em 0.5em;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.25);
}
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .slide--journey-planner .filter-box__choices label {
    color: #04143b;
    text-align: left;
    background: inherit;
    border: 1px solid gold;
    border-radius: 2px;
    padding: 0.4em;
  }
}
.slide--journey-planner input[type=submit] {
  margin-top: 1em;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  outline: none;
  padding: 0.2em 1em;
  font-size: 16px;
  font-family: "Cormorant", serif;
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  line-height: 1.2em;
  cursor: pointer;
}

.home__journey-planner ul {
  margin-bottom: 1em;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - Social
 */
@media (max-width: 480px) and (orientation: portrait), (max-height: 480px) and (orientation: landscape) {
  .page.home section.main .slide.slide--social {
    border-top: 2px #c29f3b;
    min-height: 0;
    height: auto;
  }
  .page.home section.main .slide.slide--social section {
    height: auto;
    min-height: 0;
  }
  .page.home section.main .slide.slide--social .home__social {
    flex-flow: column-reverse;
  }
  .page.home section.main .slide.slide--social .slide__copy {
    padding-bottom: 3em;
  }
  .page.home section.main .slide.slide--social .home__widget-instagram {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

.page.home .slide .home__social {
  width: 100%;
  height: 100%;
  display: flex;
}
.page.home .slide .home__social .home__widget-instagram {
  background: #fff;
  width: 50%;
  position: relative;
  padding: 50px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.page.home .slide .home__social .home__widget-instagram > iframe {
  width: 100%;
  height: 100%;
}
.page.home .slide .home__social .home__social__links {
  margin-top: 2em;
  display: flex;
}
.page.home .slide .home__social .home__social__links > div {
  padding: 10px 20px;
  color: #c29f3b;
  border: 2px solid currentColor;
}
.page.home .slide .home__social .home__social__links > div a {
  color: inherit;
  text-decoration: none;
}
.page.home .slide .home__social .slide__copy {
  color: #04143b;
}
.page.home .slide .home__social .slide__copy h1 {
  color: #c29f3b;
  margin-bottom: 0;
}
.page.home .slide .home__social .slide__copy em {
  color: #c29f3b;
}
.page.home .slide .home__social .slide__copy .slide__description p {
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  margin-bottom: 0.333em;
  font-style: italic;
  line-height: 1.14;
}

.scroll-top {
  position: fixed;
  z-index: 100;
  width: 30px;
  height: 30px;
  background-size: 80%;
  background-color: rgba(255, 255, 255, 0.9);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(assets/arrow-top.svg);
  box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.2);
  bottom: 50px;
  right: 25px;
}
@media (min-width: 1441px) {
  .scroll-top {
    right: calc((100vw - 1440px) / 2);
  }
}

.scroll-top {
  pointer-events: none;
  opacity: 0;
  transform: translateY(100px);
  transition: all 240ms ease;
}

.scroll-top.show {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0px);
}

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