/*!
 * La ferme Nature v1.0 (201700911)
 * @file app.css Styles of the `La ferme Nature`'s site
 * @author Claudia CERRATO <contact@waipdesign.fr>
 */
/**
 * Monkfish reset styles <contact@monkfish.fr>
 * v1.0 | 20170426
 *
 * Based on normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css
 * and reset.css v2.0 | License: none (public domain) | meyerweb.com/eric/tools/css/reset
 */
address,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block; }

summary {
  display: list-item; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }
  *::before, *::after {
    box-sizing: border-box; }

::-moz-selection,
::selection {
  background: #b3d4fc;
  text-shadow: none; }

html,
body {
  height: 100%;
  width: 100%; }

html {
  font: 62.5%/1.15 sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  border: 0;
  vertical-align: baseline; }

h1 {
  font-size: 4.2rem;
  line-height: 4.8rem;
  margin-bottom: 4.8rem; }

h2 {
  font-size: 3.4rem;
  line-height: 4.8rem;
  margin-bottom: 2.4rem; }

h3 {
  font-size: 2.6rem;
  line-height: 4.8rem;
  margin-bottom: 2.4rem; }

h4 {
  font-size: 2.1rem;
  line-height: 2.4rem;
  margin-bottom: 2.4rem; }

h5,
h6 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 2.4rem; }

a {
  background: transparent;
  color: #428bca;
  outline: none;
  text-decoration: none;
  -webkit-text-decoration-skip: objects; }
  a:hover, a:focus, a:active {
    color: #2a6496;
    text-decoration: underline; }
  a:hover, a:active {
    outline: none; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bold; }

i,
em,
dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: .8em; }

sub,
sup {
  font-size: .65em;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border: 0;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 2.4rem; }
  blockquote p {
    margin-bottom: 0; }

hr {
  border: 0;
  border-top: 1px solid #ccc;
  box-sizing: content-box;
  display: block;
  height: 1px;
  margin: 1rem 0; }

ol,
ul {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 2.4em;
  margin-left: 4.8rem; }
  ol ol, ul ol, ol
  ul, ul
  ul {
    margin-bottom: 0; }

blockquote,
q {
  border-left: 3px solid #000;
  padding-left: .3rem;
  quotes: none; }
  blockquote::before, blockquote::after,
  q::before,
  q::after {
    content: '';
    content: none; }
  blockquote footer,
  q footer {
    font-size: 1.3rem;
    line-height: 2.4rem; }
    blockquote footer::before,
    q footer::before {
      content: '\2014\0020'; }

blockquote {
  margin-bottom: 2.4rem;
  margin-left: 4.8rem;
  padding-left: 2.4rem; }

pre {
  font-family: monospace, monospace;
  font-size: 1.6rem;
  line-height: 2.4rem;
  overflow: auto; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

[readonly] {
  cursor: not-allowed; }

[disabled] {
  cursor: default; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border: 0;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

input {
  line-height: normal; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

legend {
  border: 0;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto;
  resize: vertical; }

optgroup {
  font-weight: bold; }

@-moz-document url-prefix() {
  fieldset {
    display: table-cell; } }
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clearfix {
  *zoom: 1; }
  .clearfix::before, .clearfix::after {
    content: ' ';
    display: table; }
  .clearfix::after {
    clear: both; }

/* Definition of custom fonts */
@font-face {
  font-family: "Droid Sans";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/droidsans/DroidSans.eot?#iefix") format("eot"), url("fonts/droidsans/DroidSans.woff") format("woff"), url("fonts/droidsans/DroidSans.ttf") format("truetype"); }
@font-face {
  font-family: "Droid Sans";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/droidsans/DroidSans-Bold.eot?#iefix") format("eot"), url("fonts/droidsans/DroidSans-Bold.woff") format("woff"), url("fonts/droidsans/DroidSans-Bold.ttf") format("truetype"); }
@font-face {
  font-family: "Antipasto";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/antipasto/antipasto.eot?#iefix") format("eot"), url("fonts/antipasto/antipasto.woff") format("woff"), url("fonts/antipasto/antipasto.ttf") format("truetype"); }
@font-face {
  font-family: "Martina";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/martina/martina.eot?#iefix") format("eot"), url("fonts/martina/martina.woff") format("woff"), url("fonts/martina/martina.ttf") format("truetype"); }
body {
  background-color: #fff;
  color: #231f20;
  font-family: "Droid Sans", Arial, sans-serif; }

h1,
h2,
h3 {
  font-family: "Antipasto", Georgia, serif;
  font-weight: 400; }

h1 {
  color: #ccbe69;
  /*RSPfont-size: 4.5rem;*/
  /*RSP*/
  font-size: 3.5rem;
  /*RSP*/
  line-height: 3.5rem;
  /*RSPmargin-top: 4.8rem;*/
  /*RSP*/
  margin: 1.5rem 0;
  /*RSP*/
  padding: 0 5vw;
  text-align: center;
  /*RSP*/
  width: 100%; }
  h1.secondary {
    color: #352c71; }

h2 {
  font-family: "Martina", Georgia, serif;
  font-size: 3.6rem;
  line-height: 3.6rem; }
  .page-mentions h2, .page-plan h2, .page-contact h2 {
    padding-left: 5vw; }

.page-mentions p {
  padding-left: 5vw; }

a {
  color: #8da953; }
  a:hover {
    color: #a4bb74; }

section {
  margin-bottom: 4.8rem; }

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 96rem; }

.intro {
  font-family: "Antipasto", Georgia, serif;
  font-size: 2.1rem;
  text-align: center;
  width: 90vw;
  max-width: 96rem;
  /*RSP*/
  margin: 0 auto 2rem auto;
  /*RSP margin: 0 auto;*/ }

.form {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: stretch;
  align-content: flex-start;
  margin-bottom: 4.8rem; }
  .form * {
    font-size: 2.1rem; }
  .form fieldset {
    border: 0;
    display: inline-block;
    flex: 0 0 100%;
    /*RSP margin: 2rem;*/
    vertical-align: top;
    /*RSP width: 46rem;*/
    /*RSP*/
    width: 100%; }
    .form fieldset:first-of-type {
      margin-left: 0; }
    .form fieldset:last-of-type {
      margin-right: 0; }
  .form label {
    display: block; }
  .form input:not(.btn),
  .form textarea {
    padding: .6rem 1rem;
    width: 100%; }
  .form textarea {
    min-height: 12.4rem; }
  .form-group {
    margin-bottom: 1.2rem; }
  .form-buttons {
    text-align: center; }

.btn {
  background: transparent;
  border: 0;
  font-size: 2.1rem;
  margin: 1.2rem;
  padding: 2rem;
  transition: all .18s ease-out .18s; }
  .btn.no-action {
    cursor: default; }
  .btn:not(.btn-default):not(.btn-link) {
    color: #fff; }
  .btn-default {
    background: #ccc; }
    .btn-default:not(.no-action):hover {
      background: #b3b3b3;
      text-decoration: none; }
  .btn-primary {
    background: #ccbe69; }
    .btn-primary:not(.no-action):hover {
      background: #c6b656;
      text-decoration: none; }
  .btn-link {
    color: #8da953; }
    .btn-link:hover {
      color: #a4bb74;
      text-decoration: underline; }
  .btn-big {
    font-size: 3.4rem;
    line-height: 4.8rem;
    padding: 1.2rem 4.8rem; }
  .btn-small {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: .6rem;
    padding: .6rem 1.2rem; }

.alert {
  border: 0 none;
  height: auto;
  margin-bottom: 2.4rem;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 1.5rem;
  text-align: center;
  -webkit-transition: border .3s ease 0s, max-height .3s ease 0s, opacity .3s ease 0s, padding .3s ease 0s;
  transition: border .3s ease 0s, max-height .3s ease 0s, opacity .3s ease 0s, padding .3s ease 0s; }
  .alert.is-open {
    border: 1px solid;
    max-height: 100rem;
    opacity: 1;
    padding: 1.5rem; }
  .alert-success {
    color: #8da953;
    border-color: #8da953; }
  .alert-danger {
    color: #b3585a;
    border-color: #b3585a; }
  .alert-dismissible {
    padding-right: 3.5rem; }
  .alert-close {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: inherit;
    cursor: pointer;
    float: right;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1;
    opacity: .2;
    padding: 0;
    text-shadow: 0 1px 0 #fff; }
    .alert-close:focus, .alert-close:hover {
      color: #000;
      cursor: pointer;
      opacity: .5;
      text-decoration: none; }
  .alert p {
    margin-bottom: 0; }

.error-block {
  display: inline-block;
  margin-left: 1.2rem;
  position: relative;
  z-index: 1; }
  .error-block::before {
    background: #b3585a;
    border-radius: 100%;
    color: #fff;
    content: '!';
    cursor: pointer;
    display: block;
    height: 2.4rem;
    line-height: 2.4rem;
    text-align: center;
    width: 2.4rem; }
  .error-block-content {
    display: none; }
    .error-block-content.is-open {
      background: #c37b7d;
      color: #fff;
      display: inline-block;
      font-size: 1.6rem;
      left: 4.8rem;
      padding: 1.2rem;
      position: absolute;
      top: 0;
      width: 50rem; }
      .error-block-content.is-open::before {
        border: .5rem solid transparent;
        border-right: 1rem solid #c37b7d;
        content: '';
        display: inline-block;
        height: 0;
        position: absolute;
        right: 100%;
        top: .4rem;
        width: 0; }

@media screen and (min-width: 500px) {
  h1 {
    /*RSP*/
    font-size: 4rem;
    /*RSP*/
    line-height: 4rem;
    /*RSP*/
    margin: 2rem 0; }

  .form fieldset {
    flex: 0 0 45%; } }
@media screen and (min-width: 960px) {
  .page-mentions h2,
  .page-plan h2,
  .page-contact h2 {
    padding-left: 0; }

  .page-mentions p {
    padding-left: 0; } }
.header {
  /*RSP*/
  height: 80vh;
  max-height: 38rem;
  position: relative; }
  .header-logo {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 0;
    /*RSP*/
    transform: translateX(-50%) translateY(5rem);
    width: 100vw;
    max-width: 96rem;
    z-index: 10;
    /*RSP*/ }
    .header-logo-left {
      margin-left: 5vw;
      text-align: left; }
    .header-logo img {
      height: auto;
      width: 50%;
      max-width: 20.5rem; }

@media screen and (min-width: 960px) {
  .header-logo {
    transform: translateX(-50%) translateY(12rem);
    /*RSP*/ }
    .header-logo img {
      width: auto; } }
.header-photo {
  background: #f1efda;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }
  .header-photo > img {
    /*RSP*/
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    /*RSP*/
    width: auto; }

@media screen and (min-width: 1150px) {
  .header-photo > img {
    height: auto;
    width: 100%; } }
.nav {
  /*RSP*/
  background-color: #ccbe69;
  /*RSP*/
  height: 4rem;
  /*RSP*/
  left: 0;
  /*RSPheight: 6.6rem;*/
  font-family: "Antipasto", Georgia, serif;
  position: fixed;
  /*RSP*/
  text-align: left;
  top: 0;
  width: 100%;
  /*RSP z-index: 100;*/
  /*RSP*/
  z-index: 100;
  /*RSP*/ }
  .nav #menu-toggle {
    display: block;
    left: 10px;
    position: relative;
    top: 10px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    /*RSP*/
    /*RSP*/ }
    .nav #menu-toggle input {
      cursor: pointer;
      display: block;
      height: 35px;
      left: -3px;
      opacity: 0;
      /* hide this */
      position: absolute;
      width: 40px;
      top: -7px;
      z-index: 2;
      /* and place it over the hamburger */
      -webkit-touch-callout: none;
      border: 1px solid red; }
      .nav #menu-toggle input:checked ~ span.hamburger {
        background: #ccbe69;
        opacity: 1;
        transform: rotate(45deg) translate(-2px, -1px); }
        .nav #menu-toggle input:checked ~ span.hamburger:nth-last-child(3) {
          opacity: 0;
          transform: rotate(0deg) scale(0.2, 0.2); }
        .nav #menu-toggle input:checked ~ span.hamburger:nth-last-child(2) {
          opacity: 1;
          transform: rotate(-45deg) translate(0, -1px); }
      .nav #menu-toggle input:checked ~ ul {
        opacity: 1;
        transform: scale(1, 1); }
    .nav #menu-toggle span.hamburger {
      background: #ffffff;
      border-radius: 3px;
      display: block;
      height: 4px;
      margin-bottom: 5px;
      position: relative;
      transform-origin: 4px 0px;
      transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
      width: 33px;
      z-index: 1; }
      .nav #menu-toggle span.hamburger:first-child {
        transform-origin: 0% 0%; }
      .nav #menu-toggle span.hamburger:nth-last-child(2) {
        transform-origin: 0% 100%; }
  .nav ul {
    list-style-type: none;
    margin: 0;
    /*RSP text-align: center;*/
    /*RSP*/
    text-align: left;
    width: 100%; }
    .nav ul.nav-list {
      /*RSP*/
      background: #fff;
      /*RSP*/
      margin: -100px 0 0 -10px;
      /*RSP*/
      max-width: 300px;
      /*RSP*/
      padding: 50px 2.5rem;
      /*RSP*/
      padding-top: 125px;
      /*RSP*/
      position: absolute;
      /*RSP*/
      -webkit-font-smoothing: antialiased;
      /*RSP*/
      transform-origin: 0% 0%;
      /*RSP*/
      transform: translate(-150%, 0);
      /*RSP*/
      transition: transform 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
      /*RSP*/
      width: 100%; }
  .nav li {
    /*RSP display: inline-block;*/
    /*RSP width: 33%;*/ }
  .nav a {
    color: #fff;
    display: block;
    /*RSP*/
    font-size: 1.6rem;
    height: 100%;
    /*RSP*/
    padding: 5px 10px;
    width: 100%; }
    .nav a span {
      text-transform: uppercase; }
    .nav a:hover, .nav a:focus {
      color: #fff;
      text-decoration: none; }
  .nav-item {
    /*RSP height: 4rem;*/
    /*RSP line-height: 4rem;*/
    /*RSP*/
    margin-bottom: 5px;
    transition: background .3s linear;
    vertical-align: top; }
    .nav-item > a {
      /*RSP border-top: 4px solid transparent;*/
      line-height: 3rem; }
      .nav-item > a.is-active, .nav-item > a.is-active:hover {
        background: #ccbe69;
        /*RSP border-top: 4px solid $white;*/
        height: calc(100% + .8rem);
        line-height: 3.8rem; }
    .nav-item.menu-1 > a {
      background: rgba(203, 153, 43, 0.8); }
      .nav-item.menu-1 > a:hover {
        background: #cb992b; }
    .nav-item.menu-2 > a {
      background: rgba(141, 169, 83, 0.8); }
      .nav-item.menu-2 > a:hover {
        background: #8da953; }
  .nav .submenu {
    background: #ccbe69;
    /*RSP left: 0;*/
    /*RSP*/
    padding-bottom: 10px;
    /*RSP position: absolute;*/
    /*RSP right: 0;*/
    /*RSP top: 4.8rem;*/ }
    .nav .submenu li {
      height: 3rem;
      line-height: 3rem; }
    .nav .submenu a {
      font-size: 2.1rem;
      /*RSP*/
      line-height: 100%;
      margin: 0 auto;
      /*RSP max-width: 60%;*/
      transition: background .3s linear; }
      .nav .submenu a:hover, .nav .submenu a.is-active {
        background: #fff;
        color: #ccbe69; }

@media screen and (min-width: 300px) {
  .nav a {
    font-size: 2rem; } }
@media screen and (min-width: 960px) {
  .nav {
    background-color: transparent;
    height: 6.6rem;
    left: auto;
    position: absolute;
    text-align: center;
    z-index: 1; }
    .nav #menu-toggle {
      left: 0;
      right: 0;
      position: static;
      top: 0; }
      .nav #menu-toggle input, .nav #menu-toggle span.hamburger {
        display: none; }
    .nav ul {
      text-align: center; }
      .nav ul.nav-list {
        background: transparent;
        margin: 0;
        max-width: 100%;
        padding: 0;
        position: static;
        text-align: center;
        transform: none;
        transition: none;
        width: 100%; }
    .nav li {
      display: inline-block;
      width: 33%; }
    .nav a {
      font-size: 2.4rem;
      padding: 0; }
    .nav-item {
      height: 4rem;
      line-height: 4rem;
      margin-bottom: 0; }
      .nav-item > a {
        border-top: 4px solid transparent; }
        .nav-item > a.is-active, .nav-item > a.is-active:hover {
          border-top: 4px solid #fff; }
    .nav .submenu {
      left: 0;
      padding-bottom: 0;
      position: absolute;
      right: 0;
      top: 4.8rem; }
      .nav .submenu a {
        line-height: 3rem;
        max-width: 60%; } }
.col {
  border: 1px solid #ccbe69;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .col.first {
    margin-left: 0; }
  .col.last {
    margin-right: 0; }
  .col-header {
    background: #ccbe69;
    color: #fff;
    height: 25rem;
    padding: 2rem 1rem 0; }
    .col-header-small {
      height: 17.5rem; }
      .col-header-small + .col-content li {
        padding-bottom: 1.2rem; }
    .col-header-tiny {
      height: 8rem; }
    .col-header h2 {
      font-family: "Martina", Georgia, serif;
      font-size: 3.6rem; }
    .col-header p {
      font-size: 2.1rem;
      line-height: 2.8rem; }
  .col-content {
    padding: 2rem 1rem; }
    .col-content ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }

.cloud {
  color: #352c71;
  font-family: "Antipasto", Georgia, serif;
  font-size: 2.8rem;
  list-style-type: none;
  margin: 0 auto;
  text-align: center;
  width: 75%; }
  .cloud li {
    display: inline-block;
    padding: .5rem 1rem; }
  .cloud big {
    font-size: 1.1em; }
  .cloud small {
    font-size: .9em; }

.table-vertical {
  font-size: 1.8rem;
  margin: 0 auto;
  text-align: center;
  width: auto; }
  .table-vertical thead,
  .table-vertical tbody {
    display: inline-block; }
  .table-vertical th,
  .table-vertical td {
    padding: 1.2rem 2.4rem;
    text-align: center; }
  .table-vertical th {
    border-bottom: 1px solid #352c71;
    display: block;
    font-weight: 700; }
  .table-vertical td {
    background: #352c71;
    border-bottom: 1px solid #fff;
    color: #fff;
    display: block; }

.table-tarifs {
  font-size: 1.8rem;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  .table-tarifs .row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    align-content: flex-start; }
  .table-tarifs .col1,
  .table-tarifs .col2 {
    flex: 0 1 32rem;
    padding: 1.2rem 2.4rem;
    text-align: center; }
  .table-tarifs .col1 {
    border-bottom: 1px solid #352c71;
    display: block;
    font-weight: 700; }
  .table-tarifs .col2 {
    background: #352c71;
    border-bottom: 1px solid #fff;
    color: #fff;
    display: block; }

.contact-address {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0 auto 2.4rem;
  width: 90vw;
  max-width: 96rem; }

.contact-form {
  margin: 0 auto;
  width: 90vw;
  max-width: 96rem; }

.flickity-page-dots {
  display: none !important; }

@media screen and (min-width: 500px) {
  .content > div.container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: stretch;
    align-content: flex-start; }
    .content > div.container .col {
      flex: 0 0 22.5rem;
      margin-bottom: 2rem; } }
@media screen and (min-width: 600px) {
  .page-services main {
    margin-bottom: 8rem; }

  .flickity-page-dots {
    display: block !important; } }
.gallery {
  height: 20rem; }
  .gallery-content {
    height: 15rem; }
  .gallery-cell {
    height: 100%;
    margin: 0 1px; }

/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: 0; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: #fff; }

.flickity-prev-next-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #09f; }

.flickity-prev-next-button:active {
  opacity: .6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: .3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: .25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/*
  halkaBox.js , url: https://github.com/ahmednooor/halkaBox.js
  Version: 0.5
  Author: Ahmed Noor , url: https://github.com/ahmednooor
  License: MIT , url: https://opensource.org/licenses/MIT
*/
.hb-wrapper, .hb-wrapper *, .hb-wrapper :after, .hb-wrapper :before, .hb-wrapper:after, .hb-wrapper:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

.hb-noscroll, .hb-wrapper {
  overflow: hidden; }

.hb-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9990;
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear; }

.hb-wrapper .hb-image-container, .hb-wrapper .hb-image-container div, .hb-wrapper .hb-main-container {
  width: 100%;
  height: 100%;
  position: relative;
  display: block; }

.hb-wrapper .hb-main-container {
  margin: 0;
  padding: 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 9991; }

.hb-wrapper .hb-main-container a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 0;
  opacity: .7;
  z-index: 9995;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out; }

.hb-wrapper .hb-main-container a:hover {
  cursor: pointer;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.hb-wrapper .hb-main-container a svg {
  max-width: 100%;
  max-height: 100%;
  fill: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.hb-wrapper .hb-image-container {
  padding: 30px;
  text-align: center;
  z-index: 9993; }

.hb-wrapper .hb-image-container div {
  top: 50%;
  left: 50%;
  opacity: 1;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 9994; }

.hb-wrapper .hb-close-icon-container, .hb-wrapper .hb-left-icon-container {
  -webkit-backface-visibility: hidden;
  width: 30px;
  height: 30px;
  z-index: 9995;
  position: absolute; }

.hb-wrapper .hb-image-container div div.hb-loader {
  display: block;
  width: 35px;
  height: 35px;
  position: fixed;
  top: 50%;
  left: 50%;
  border-radius: 1000px;
  border-top: 5px solid #444;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: spinner .6s linear infinite;
  animation: spinner .6s linear infinite;
  z-index: 9998; }

.hb-wrapper .hb-image-container div img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.hb-wrapper .hb-image-container div p {
  display: block;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.hb-wrapper .hb-image-container div p.hb-err-text-white {
  color: #fff; }

.hb-wrapper .hb-image-container div p.hb-err-text-black {
  color: #000; }

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes spinner {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); } }
.hb-slidenextin {
  -webkit-animation: slideNextIn .3s ease-in-out forwards;
  animation: slideNextIn .3s ease-in-out forwards; }

@-webkit-keyframes slideNextIn {
  0% {
    left: 100%;
    opacity: 0; }
  100% {
    left: 50%;
    opacity: 1; } }
@keyframes slideNextIn {
  0% {
    left: 100%;
    opacity: 0; }
  100% {
    left: 50%;
    opacity: 1; } }
.hb-slidenextout {
  -webkit-animation: slideNextOut .3s ease-in-out forwards;
  animation: slideNextOut .3s ease-in-out forwards; }

@-webkit-keyframes slideNextOut {
  0% {
    left: 50%;
    opacity: 1; }
  100% {
    left: 0;
    opacity: 0; } }
@keyframes slideNextOut {
  0% {
    left: 50%;
    opacity: 1; }
  100% {
    left: 0;
    opacity: 0; } }
.hb-slidepreviousin {
  -webkit-animation: slidePreviousIn .3s ease-in-out forwards;
  animation: slidePreviousIn .3s ease-in-out forwards; }

@-webkit-keyframes slidePreviousIn {
  0% {
    left: 0;
    opacity: 0; }
  100% {
    left: 50%;
    opacity: 1; } }
@keyframes slidePreviousIn {
  0% {
    left: 0;
    opacity: 0; }
  100% {
    left: 50%;
    opacity: 1; } }
.hb-slidepreviousout {
  -webkit-animation: slidePreviousOut .3s ease-in-out forwards;
  animation: slidePreviousOut .3s ease-in-out forwards; }

@-webkit-keyframes slidePreviousOut {
  0% {
    left: 50%;
    opacity: 1; }
  100% {
    left: 100%;
    opacity: 0; } }
@keyframes slidePreviousOut {
  0% {
    left: 50%;
    opacity: 1; }
  100% {
    left: 100%;
    opacity: 0; } }
.hb-wrapper .hb-close-icon-container {
  top: 0;
  right: 0;
  backface-visibility: hidden; }

.hb-wrapper .hb-left-icon-container {
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  backface-visibility: hidden; }

.hb-wrapper .hb-right-icon-container {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 9995; }

.hb-wrapper .hb-close {
  padding: 8px; }

.hb-wrapper .hb-left, .hb-wrapper .hb-right {
  padding: 6px; }

@media only screen and (max-width: 960px) {
  .hb-wrapper .hb-image-container, .hb-wrapper .hb-image-container img {
    padding: 0; }

  .hb-wrapper .hb-close-icon-container {
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7); }

  .hb-wrapper .hb-left-icon-container, .hb-wrapper .hb-right-icon-container {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7); }

  .hb-wrapper .hb-close {
    padding: 10px; }

  .hb-wrapper .hb-left {
    padding: 9px 10px 9px 8px; }

  .hb-wrapper .hb-right {
    padding: 9px 8px 9px 10px; } }
.aside {
  position: relative; }
  .aside-content {
    /*RSP padding: 2.4rem 0 0;*/
    /*RSP width: 48rem;*/
    /*RSP&:not(.aside-small) {
      min-height: 50.5rem;
    }*/ }
  .aside-social {
    position: absolute;
    right: 50%;
    text-align: right;
    top: 0;
    transform: translateX(48rem);
    width: 40.2rem;
    z-index: 2; }
    .widget-map .aside-social {
      background: #fff; }
    .aside-social h3 {
      color: #352c71;
      font-family: "Antipasto", Georgia, serif;
      font-size: 4.5rem;
      margin: 2.4rem 2.4rem 1.2rem 0; }
  .aside-social-mobile {
    background-color: #352c71;
    overflow: hidden;
    padding: 1rem 5vw; }
    .aside-social-mobile h3 {
      color: #fff;
      margin: 0; }
    .aside-social-mobile p, .aside-social-mobile a {
      color: #fff; }
    .aside-social-mobile p {
      width: 20rem; }
    .aside-social-mobile a {
      display: block;
      float: right; }
    .aside-social-mobile img {
      display: block;
      margin-top: -5px;
      float: left; }
  .aside-map {
    background: #f1efda;
    /*RSP height: 50.5rem;*/
    /*RSP*/
    height: auto;
    position: relative;
    z-index: 1; }
    .aside-map-content {
      /*RSP height: 100%;*/
      /*RSP*/
      height: 50vh;
      width: 100%; }
    .aside-map-hero {
      background: #f1efda;
      /*RSP left: 50%;*/
      /*RSP padding: 1.2rem 2.4rem;*/
      /*RSP*/
      padding: 1rem 5vw;
      /*RSP position: absolute;*/
      /*RSP*/
      position: relative;
      /*RSP top: 2.4rem;*/
      /*RSP transform: translateX(-100%);*/
      z-index: 400; }
      .aside-map-hero h3 {
        color: #ccbe69;
        font-family: "Martina", Georgia, serif;
        /*RSP font-size: 4rem;*/
        /*RSP*/
        font-size: 2.8rem;
        margin: 0; }
      .aside-map-hero p {
        font-family: "Antipasto", Georgia, serif;
        /*RSP font-size: 2.5rem;*/
        /*RSP*/
        font-size: 2rem;
        /*RSP line-height: 3.2rem;*/
        /*RSP*/
        line-height: 2.2rem;
        margin: 0; }
  .aside-objectives {
    background: #f1efda;
    font-family: "Antipasto", Georgia, serif;
    /*RSP*/
    padding: 5vw; }
    .aside-objectives h2 {
      color: #ccbe69;
      margin-bottom: 1.2rem; }
      .aside-objectives h2.aside-garden {
        /*RSP margin: 4.5rem 0 3.5rem;*/ }
    .aside-objectives p {
      font-size: 2.1rem; }
      .aside-objectives p.objective {
        text-align: right; }
        .mobile .aside-objectives p.objective {
          text-align: left; }
  .aside-label {
    /*RSP font-size: 2.5rem;*/
    /*RSP*/
    font-size: 2rem;
    /*RSP height: 23.8rem;*/
    /*RSP*/
    padding: 1rem 5vw; }
    .aside-label figure {
      margin-bottom: 2.4rem; }
      .aside-label figure img {
        /*RSP float: right;*/ }
      .aside-label figure figcaption {
        padding-top: 3.6rem; }
        .aside-label figure figcaption.labels-paysage {
          padding-top: .6rem; }
        .aside-label figure figcaption small {
          display: block;
          font-size: 1.6rem;
          line-height: 1.8rem; }
      .aside-label figure.img-left img {
        /*RSP float: left;*/ }
      .aside-label figure.img-left figcaption {
        padding-top: 0; }
    .aside-label strong {
      font-weight: 400;
      text-transform: uppercase; }

@media screen and (min-width: 400px) {
  .aside-label {
    font-size: 2.5rem; }
    .aside-label figure img {
      float: right; }
    .aside-label figure.img-left img {
      float: left; } }
@media screen and (min-width: 960px) {
  .aside-content {
    padding: 2.4rem 0 0;
    width: 48rem; }
    .mobile .aside-objectives .aside-content {
      width: 100%; }
  .aside-social-mobile {
    bottom: 5rem;
    padding: 1rem 3rem;
    position: absolute;
    right: 50%;
    text-align: left;
    transform: translateX(48rem);
    width: 40.2rem;
    z-index: 2; }
  .aside-map {
    height: 50.5rem; }
    .aside-map-content {
      height: 100%; }
    .aside-map-hero {
      left: 50%;
      padding: 1.2rem 2.4rem;
      position: absolute;
      top: 2.4rem;
      transform: translateX(-100%); }
      .mobile .aside-map-hero {
        width: 40rem; }
      .aside-map-hero h3 {
        font-size: 4rem; }
      .aside-map-hero p {
        font-size: 2.5rem;
        line-height: 3.2rem; }
  .aside-label {
    font-size: 2.5rem;
    height: 23.8rem;
    /*RSP*/
    padding: 1rem 5vw; } }
.footer {
  background: #ccbe69;
  color: #fff;
  padding-bottom: 1.2rem;
  font-size: 1.4rem;
  text-align: center; }
  .footer a,
  .footer h1 {
    color: #fff;
    font-family: "Droid Sans", Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin: 0; }
  .footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .footer ul li {
      display: inline-block; }
      .footer ul li.divider {
        padding: 0 4px; }
  .footer-address > * {
    display: inline-block; }
  .footer a:hover {
    text-decoration: underline; }
