/*!
 * 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; } }
.pure-slider-small, .pure-slider-medium, .pure-slider-large {
  width: 100%; }
.pure-slider-small {
  height: 300px;
  max-width: 400px; }
.pure-slider-medium {
  height: 400px;
  max-width: 600px; }
.pure-slider-large {
  height: 500px;
  max-width: 800px; }
.pure-slider-fullwidth {
  height: 680px;
  width: 100%; }
  @media screen and (min-width: 320px) {
    .pure-slider-fullwidth {
      height: 800px; } }
  @media screen and (min-width: 1200px) {
    .pure-slider-fullwidth {
      height: 900px; } }
.pure-slider-fullscreen {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

ul[class*="pure-slider-"]:not([class*="-bullets-"]) {
  height: 100%;
  position: relative;
  width: 100%; }
  ul[class*="pure-slider-"]:not([class*="-bullets-"]) > li {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
    ul[class*="pure-slider-"]:not([class*="-bullets-"]) > li img {
      max-height: 100%;
      max-width: 100%; }

.pure-slider-1 > li:nth-child(1) {
  -webkit-animation: slider-1-1 5s linear infinite;
  animation: slider-1-1 5s linear infinite; }
@-webkit-keyframes slider-1-1 {}
.pure-slider-bullets-1 > li:nth-child(1) {
  -webkit-animation: bullets-1-1 5s linear infinite;
  animation: bullets-1-1 5s linear infinite; }
@-webkit-keyframes bullets-1-1 {}
.pure-slider-2 > li:nth-child(1) {
  -webkit-animation: slider-2-1 10s linear infinite;
  animation: slider-2-1 10s linear infinite; }
@-webkit-keyframes slider-2-1 {
  0% {
    opacity: 1; }
  45% {
    opacity: 1; }
  50% {
    opacity: 0; }
  95% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes slider-2-1 {
  0% {
    opacity: 1; }
  45% {
    opacity: 1; }
  50% {
    opacity: 0; }
  95% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.pure-slider-2 > li:nth-child(2) {
  -webkit-animation: slider-2-2 10s linear infinite;
  animation: slider-2-2 10s linear infinite; }
@-webkit-keyframes slider-2-2 {
  0% {
    opacity: 0; }
  45% {
    opacity: 0; }
  50% {
    opacity: 1; }
  95% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes slider-2-2 {
  0% {
    opacity: 0; }
  45% {
    opacity: 0; }
  50% {
    opacity: 1; }
  95% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.pure-slider-bullets-2 > li:nth-child(1) {
  -webkit-animation: bullets-2-1 10s linear infinite;
  animation: bullets-2-1 10s linear infinite; }
@-webkit-keyframes bullets-2-1 {}
.pure-slider-bullets-2 > li:nth-child(2) {
  -webkit-animation: bullets-2-2 10s linear infinite;
  animation: bullets-2-2 10s linear infinite; }
@-webkit-keyframes bullets-2-2 {}
.pure-slider-3 > li:nth-child(1) {
  -webkit-animation: slider-3-1 15s linear infinite;
  animation: slider-3-1 15s linear infinite; }
@-webkit-keyframes slider-3-1 {
  0% {
    opacity: 1; }
  28% {
    opacity: 1; }
  33% {
    opacity: 0; }
  95% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes slider-3-1 {
  0% {
    opacity: 1; }
  25% {
    opacity: 1; }
  30% {
    opacity: 0; }
  95% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.pure-slider-3 > li:nth-child(2) {
  -webkit-animation: slider-3-2 15s linear infinite;
  animation: slider-3-2 15s linear infinite; }
@-webkit-keyframes slider-3-2 {
  0% {
    opacity: 0; }
  28% {
    opacity: 0; }
  33% {
    opacity: 1; }
  61% {
    opacity: 1; }
  66% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes slider-3-2 {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  30% {
    opacity: 1; }
  65% {
    opacity: 1; }
  70% {
    opacity: 0; }
  100% {
    opacity: 0; } }
.pure-slider-3 > li:nth-child(3) {
  -webkit-animation: slider-3-3 15s linear infinite;
  animation: slider-3-3 15s linear infinite; }
@-webkit-keyframes slider-3-3 {
  0% {
    opacity: 0; }
  28% {
    opacity: 0; }
  61% {
    opacity: 0; }
  66% {
    opacity: 1; }
  95% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes slider-3-3 {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  65% {
    opacity: 0; }
  70% {
    opacity: 1; }
  95% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.pure-slider-bullets-3 > li:nth-child(1) {
  -webkit-animation: bullets-3-1 15s linear infinite;
  animation: bullets-3-1 15s linear infinite; }
@-webkit-keyframes bullets-3-1 {}
.pure-slider-bullets-3 > li:nth-child(2) {
  -webkit-animation: bullets-3-2 15s linear infinite;
  animation: bullets-3-2 15s linear infinite; }
@-webkit-keyframes bullets-3-2 {}
.pure-slider-bullets-3 > li:nth-child(3) {
  -webkit-animation: bullets-3-3 15s linear infinite;
  animation: bullets-3-3 15s linear infinite; }
@-webkit-keyframes bullets-3-3 {}
.pure-slider-4 > li:nth-child(1) {
  -webkit-animation: slider-4-1 20s linear infinite;
  animation: slider-4-1 20s linear infinite; }
@-webkit-keyframes slider-4-1 {
  0% {
    opacity: 1; }
  20% {
    opacity: 1; }
  25% {
    opacity: 0; }
  95% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes slider-4-1 {
  0% {
    opacity: 1; }
  20% {
    opacity: 1; }
  25% {
    opacity: 0; }
  95% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.pure-slider-4 > li:nth-child(2) {
  -webkit-animation: slider-4-2 20s linear infinite;
  animation: slider-4-2 20s linear infinite; }
@-webkit-keyframes slider-4-2 {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  25% {
    opacity: 1; }
  45% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes slider-4-2 {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  25% {
    opacity: 1; }
  45% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0; } }
.pure-slider-4 > li:nth-child(3) {
  -webkit-animation: slider-4-3 20s linear infinite;
  animation: slider-4-3 20s linear infinite; }
@-webkit-keyframes slider-4-3 {
  0% {
    opacity: 0; }
  45% {
    opacity: 0; }
  50% {
    opacity: 1; }
  70% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes slider-4-3 {
  0% {
    opacity: 0; }
  45% {
    opacity: 0; }
  50% {
    opacity: 1; }
  70% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 0; } }
.pure-slider-4 > li:nth-child(4) {
  -webkit-animation: slider-4-4 20s linear infinite;
  animation: slider-4-4 20s linear infinite; }
@-webkit-keyframes slider-4-4 {
  0% {
    opacity: 0; }
  70% {
    opacity: 0; }
  75% {
    opacity: 1; }
  95% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes slider-4-4 {
  0% {
    opacity: 0; }
  70% {
    opacity: 0; }
  75% {
    opacity: 1; }
  95% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.pure-slider-bullets-4 > li:nth-child(1) {
  -webkit-animation: bullets-4-1 20s linear infinite;
  animation: bullets-4-1 20s linear infinite; }
@-webkit-keyframes bullets-4-1 {
  0% {
    color: #ccbe69; }
  20% {
    color: #ccbe69; }
  25% {
    color: #fff; }
  100% {
    color: #fff; } }
@keyframes bullets-4-1 {
  0% {
    color: #ccbe69; }
  20% {
    color: #ccbe69; }
  25% {
    color: #fff; }
  100% {
    color: #fff; } }
.pure-slider-bullets-4 > li:nth-child(2) {
  -webkit-animation: bullets-4-2 20s linear infinite;
  animation: bullets-4-2 20s linear infinite; }
@-webkit-keyframes bullets-4-2 {
  0% {
    color: #fff; }
  20% {
    color: #fff; }
  25% {
    color: #ccbe69; }
  45% {
    color: #ccbe69; }
  50% {
    color: #fff; }
  100% {
    color: #fff; } }
@keyframes bullets-4-2 {
  0% {
    color: #fff; }
  20% {
    color: #fff; }
  25% {
    color: #ccbe69; }
  45% {
    color: #ccbe69; }
  50% {
    color: #fff; }
  100% {
    color: #fff; } }
.pure-slider-bullets-4 > li:nth-child(3) {
  -webkit-animation: bullets-4-3 20s linear infinite;
  animation: bullets-4-3 20s linear infinite; }
@-webkit-keyframes bullets-4-3 {
  0% {
    color: #fff; }
  45% {
    color: #fff; }
  50% {
    color: #ccbe69; }
  70% {
    color: #ccbe69; }
  75% {
    color: #fff; }
  100% {
    color: #fff; } }
@keyframes bullets-4-3 {
  0% {
    color: #fff; }
  45% {
    color: #fff; }
  50% {
    color: #ccbe69; }
  70% {
    color: #ccbe69; }
  75% {
    color: #fff; }
  100% {
    color: #fff; } }
.pure-slider-bullets-4 > li:nth-child(4) {
  -webkit-animation: bullets-4-4 20s linear infinite;
  animation: bullets-4-4 20s linear infinite; }
@-webkit-keyframes bullets-4-4 {
  0% {
    color: #fff; }
  70% {
    color: #fff; }
  75% {
    color: #ccbe69; }
  95% {
    color: #ccbe69; }
  100% {
    color: #fff; } }
@keyframes bullets-4-4 {
  0% {
    color: #fff; }
  70% {
    color: #fff; }
  75% {
    color: #ccbe69; }
  95% {
    color: #ccbe69; }
  100% {
    color: #fff; } }
.pure-slider-5 > li:nth-child(1) {
  -webkit-animation: slider-5-1 25s linear infinite;
  animation: slider-5-1 25s linear infinite; }
@-webkit-keyframes slider-5-1 {
  0% {
    opacity: 1; }
  15% {
    opacity: 1; }
  20% {
    opacity: 0; }
  95% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes slider-5-1 {
  0% {
    opacity: 1; }
  15% {
    opacity: 1; }
  20% {
    opacity: 0; }
  95% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.pure-slider-5 > li:nth-child(2) {
  -webkit-animation: slider-5-2 25s linear infinite;
  animation: slider-5-2 25s linear infinite; }
@-webkit-keyframes slider-5-2 {
  0% {
    opacity: 0; }
  15% {
    opacity: 0; }
  20% {
    opacity: 1; }
  35% {
    opacity: 1; }
  40% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes slider-5-2 {
  0% {
    opacity: 0; }
  15% {
    opacity: 0; }
  20% {
    opacity: 1; }
  35% {
    opacity: 1; }
  40% {
    opacity: 0; }
  100% {
    opacity: 0; } }
.pure-slider-5 > li:nth-child(3) {
  -webkit-animation: slider-5-3 25s linear infinite;
  animation: slider-5-3 25s linear infinite; }
@-webkit-keyframes slider-5-3 {
  0% {
    opacity: 0; }
  35% {
    opacity: 0; }
  40% {
    opacity: 1; }
  55% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes slider-5-3 {
  0% {
    opacity: 0; }
  35% {
    opacity: 0; }
  40% {
    opacity: 1; }
  55% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    opacity: 0; } }
.pure-slider-5 > li:nth-child(4) {
  -webkit-animation: slider-5-4 25s linear infinite;
  animation: slider-5-4 25s linear infinite; }
@-webkit-keyframes slider-5-4 {
  0% {
    opacity: 0; }
  55% {
    opacity: 0; }
  60% {
    opacity: 1; }
  75% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes slider-5-4 {
  0% {
    opacity: 0; }
  55% {
    opacity: 0; }
  60% {
    opacity: 1; }
  75% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }
.pure-slider-5 > li:nth-child(5) {
  -webkit-animation: slider-5-5 25s linear infinite;
  animation: slider-5-5 25s linear infinite; }
@-webkit-keyframes slider-5-5 {
  0% {
    opacity: 0; }
  75% {
    opacity: 0; }
  80% {
    opacity: 1; }
  95% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes slider-5-5 {
  0% {
    opacity: 0; }
  75% {
    opacity: 0; }
  80% {
    opacity: 1; }
  95% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.pure-slider-bullets-5 > li:nth-child(1) {
  -webkit-animation: bullets-5-1 25s linear infinite;
  animation: bullets-5-1 25s linear infinite; }
@-webkit-keyframes bullets-5-1 {}
.pure-slider-bullets-5 > li:nth-child(2) {
  -webkit-animation: bullets-5-2 25s linear infinite;
  animation: bullets-5-2 25s linear infinite; }
@-webkit-keyframes bullets-5-2 {}
.pure-slider-bullets-5 > li:nth-child(3) {
  -webkit-animation: bullets-5-3 25s linear infinite;
  animation: bullets-5-3 25s linear infinite; }
@-webkit-keyframes bullets-5-3 {}
.pure-slider-bullets-5 > li:nth-child(4) {
  -webkit-animation: bullets-5-4 25s linear infinite;
  animation: bullets-5-4 25s linear infinite; }
@-webkit-keyframes bullets-5-4 {}
.pure-slider-bullets-5 > li:nth-child(5) {
  -webkit-animation: bullets-5-5 25s linear infinite;
  animation: bullets-5-5 25s linear infinite; }
@-webkit-keyframes bullets-5-5 {}
.header {
  /*RSP*/
  height: 80vh;
  max-height: 54rem; }
  .header-slideshow {
    overflow: hidden;
    z-index: 1; }
    .header-slideshow.pure-slider-fullscreen {
      /*RSP*/
      top: 4rem; }
    .header-slideshow-content {
      margin: 0; }
      .header-slideshow-content > li:nth-child(1) {
        background: url(../img/slideshow/slide-1.jpg) no-repeat 50% 50%;
        background-size: cover; }
      .header-slideshow-content > li:nth-child(2) {
        background: url(../img/slideshow/slide-2.jpg) no-repeat 50% 50%;
        background-size: cover; }
      .header-slideshow-content > li:nth-child(3) {
        background: url(../img/slideshow/slide-3.jpg) no-repeat 50% 50%;
        background-size: cover; }
      .header-slideshow-content > li:nth-child(4) {
        background: url(../img/slideshow/slide-4.jpg) no-repeat 50% 50%;
        background-size: cover; }
    .header-slideshow-bullets {
      bottom: 2rem;
      position: absolute;
      z-index: 10; }
      .header-slideshow-bullets ul {
        float: right;
        list-style-type: none;
        margin: 0; }
      .header-slideshow-bullets li {
        color: #fff;
        float: left;
        font-size: 3rem; }

@media screen and (min-width: 960px) {
  .header-slideshow.pure-slider-fullscreen {
    top: 0; }
  .header-slideshow-bullets {
    left: 50%;
    transform: translateX(-50%);
    width: 96rem; } }
.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%; } }
.block {
  background: #ccbe69;
  color: #fff;
  /*RSP*/
  margin: 0 0 2rem 0;
  padding: 1rem;
  text-align: center;
  /*RSP*/
  width: 100%; }
  .block-photo {
    margin-bottom: 2.4rem;
    /*RSP*/ }
    .block-photo img {
      width: 100%;
      height: auto; }
  .block-content p {
    /*RSP*/
    font-size: 1.6rem;
    /*RSP*/
    line-height: 2rem; }

.col {
  /*RSP*/
  margin-bottom: 2rem; }
  .col-photo {
    text-align: center; }
  .col-content {
    border: 1px solid #231f20;
    padding: 2rem; }
    .col-content h2 {
      font-size: 2.4rem;
      line-height: 2.4rem;
      margin-bottom: 1.2rem; }
    .col-content p, .col-content-footer {
      font-size: 1.4rem;
      line-height: 1.8rem;
      margin-bottom: 1.2rem; }
      .col-content p-footer, .col-content-footer-footer {
        border-top: 1px solid #231f20;
        padding-top: 2.4rem; }

@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; }
      .content > div.container .col-content {
        height: 38rem; }
        .content > div.container .col-content-desc {
          min-height: 24.6rem; } }
@media screen and (min-width: 700px) {
  .content > div.container .block {
    flex: 0 1 48%; } }
@media screen and (min-width: 960px) {
  .content > div.container {
    justify-content: space-between; } }
.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; }
