@charset "UTF-8";
/*

Reset styles are based on the great work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/ 
and Nicolas Gallagher & Jonathan Neal http://necolas.github.io/normalize.css/

http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)

normalize.css v3.0.1 | MIT License | git.io/normalize

*/
/*  ---------------------------------------

    GRID          

---------------------------------------- */
/* 
	  Responsive CSS Framework
    Copyright © 2012 Aline Keller - www.alinekeller.ch 
    This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) - http://creativecommons.org/licenses/by-sa/4.0/
*/
/* Column = 15px / Gutter = 10px => 310px */
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");
.wrapper,
.wrapper-narrow,
.contentcenter {
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
  position: relative;
  padding: 0 10px;
  width: 96%;
}
@media screen and (min-width: 30em) {
  .wrapper,
  .wrapper-narrow,
  .contentcenter {
    width: 90%;
  }
}
@media screen and (min-width: 48em) {
  .wrapper,
  .wrapper-narrow,
  .contentcenter {
    padding: 0 15px;
    width: 675px;
  }
}
@media screen and (min-width: 64em) {
  .wrapper,
  .wrapper-narrow,
  .contentcenter {
    padding-left: 20px;
    padding-right: 20px;
    width: 980px;
  }
}
@media screen and (min-width: 79em) {
  .wrapper,
  .wrapper-narrow,
  .contentcenter {
    padding-left: 30px;
    padding-right: 30px;
    width: 1230px;
  }
}
.grid {
  margin-left: -5px;
  margin-right: -5px;
}
@supports (display: flex) {
  .grid:after {
    content: none;
  }
}
@media screen and (min-width: 48em) {
  .grid {
    display: flex;
    flex-wrap: wrap;
    place-content: center;
    margin-left: -7px;
    margin-right: -8px;
  }
}
@media screen and (min-width: 64em) {
  .grid {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (min-width: 79em) {
  .grid {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.col {
  clear: both;
  float: none;
  margin: 0 0 10px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .col {
    clear: none;
    float: left;
    padding-left: 7px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 64em) {
  .col {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 79em) {
  .col {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.col.right {
  float: right;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  clear: none;
  float: left;
}

.col-xs-1 {
  width: 8.33343%;
}

.col-xs-2 {
  width: 16.6667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3334%;
}

.col-xs-5 {
  width: 41.6667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3334%;
}

.col-xs-8 {
  width: 66.6667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3334%;
}

.col-xs-11 {
  width: 91.6667%;
}

.col-xs-12 {
  width: 100%;
}

/*  -----------------------------------------------------------

	Media Queries - Mobile phones (> 480px)

	Column = 25px / Gutter = 10px => 430px

------------------------------------------------------------ */
@media screen and (min-width: 30em) {
  .col-s-1,
  .col-s-2,
  .col-s-3,
  .col-s-4,
  .col-s-5,
  .col-s-6,
  .col-s-7,
  .col-s-8,
  .col-s-9,
  .col-s-10,
  .col-s-11 {
    clear: none;
    float: left;
  }
  .col-s-1 {
    width: 8.3334%;
  }
  .col-s-2 {
    width: 16.6667%;
  }
  .col-s-3 {
    width: 25%;
  }
  .col-s-4 {
    width: 33.3334%;
  }
  .col-s-5 {
    width: 41.6667%;
  }
  .col-s-6 {
    width: 50%;
  }
  .col-s-7 {
    width: 58.3334%;
  }
  .col-s-8 {
    width: 66.6667%;
  }
  .col-s-9 {
    width: 75%;
  }
  .col-s-10 {
    width: 83.3334%;
  }
  .col-s-11 {
    width: 91.6667%;
  }
  .col-s-12 {
    width: 100%;
  }
  .offset-1 {
    margin-left: 8.3334%;
  }
  .offset-2 {
    margin-left: 16.6667%;
  }
  .offset-3 {
    margin-left: 25%;
  }
  .offset-4 {
    margin-left: 33.3334%;
  }
  .offset-5 {
    margin-left: 41.6667%;
  }
  .offset-6 {
    margin-left: 50%;
  }
  .offset-7 {
    margin-left: 58.3334%;
  }
  .offset-8 {
    margin-left: 66.6667%;
  }
  .offset-9 {
    margin-left: 75%;
  }
  .offset-10 {
    margin-left: 83.3334%;
  }
  .offset-11 {
    margin-left: 91.6667%;
  }
}
/*  -----------------------------------------------------------

	Media Queries - Small desktop & vertical tablets (> 768px)

	Column = 40px (* 12) / Gutter = 15px (* 13) => 675px

------------------------------------------------------------ */
@media screen and (min-width: 48em) {
  .col12,
  .col-m-12,
  .col-l-12,
  .col-xl-12 {
    clear: both;
    float: none;
  }
  /* Columns width */
  .col1 {
    width: 8.3334%;
  }
  .col2 {
    width: 16.6667%;
  }
  .col3 {
    width: 25%;
  }
  .col4 {
    width: 33.3334%;
  }
  .col5 {
    width: 41.6667%;
  }
  .col6 {
    width: 50%;
  }
  .col7 {
    width: 58.3334%;
  }
  .col8 {
    width: 66.6667%;
  }
  .col9 {
    width: 75%;
  }
  .col10 {
    width: 83.3334%;
  }
  .col11 {
    width: 91.6667%;
  }
  .col12 {
    width: 100%;
  }
  .col-m-1 {
    width: 8.33344%;
  }
  .col-m-2 {
    width: 16.6667%;
  }
  .col-m-3 {
    width: 25%;
  }
  .col-m-4 {
    width: 33.3334%;
  }
  .col-m-5 {
    width: 41.6667%;
  }
  .col-m-6 {
    width: 50%;
  }
  .col-m-7 {
    width: 58.3334%;
  }
  .col-m-8 {
    width: 66.6667%;
  }
  .col-m-9 {
    width: 75%;
  }
  .col-m-10 {
    width: 83.3334%;
  }
  .col-m-11 {
    width: 91.6667%;
  }
  .col-m-12 {
    width: 100%;
  }
  /* Offset */
  .offset-m-1 {
    margin-left: 8.3334%;
  }
  .offset-m-2 {
    margin-left: 16.6667%;
  }
  .offset-m-3 {
    margin-left: 25%;
  }
  .offset-m-4 {
    margin-left: 33.3334%;
  }
  .offset-m-5 {
    margin-left: 41.6667%;
  }
  .offset-m-6 {
    margin-left: 50%;
  }
  .offset-m-7 {
    margin-left: 58.3334%;
  }
  .offset-m-8 {
    margin-left: 66.6667%;
  }
  .offset-m-9 {
    margin-left: 75%;
  }
  .offset-m-10 {
    margin-left: 83.3334%;
  }
  .offset-m-11 {
    margin-left: 91.6667%;
  }
}
/*  -----------------------------------------------------------

	Media Queries - Desktop > 1024px

	Column = 60px (* 12) / Gutter = 20px (* 13) => 980px

------------------------------------------------------------ */
@media screen and (min-width: 64em) {
  .col-l-1 {
    width: 8.33344%;
  }
  .col-l-2 {
    width: 16.6667%;
  }
  .col-l-3 {
    width: 25%;
  }
  .col-l-4 {
    width: 33.3334%;
  }
  .col-l-5 {
    width: 41.6667%;
  }
  .col-l-6 {
    width: 50%;
  }
  .col-l-7 {
    width: 58.3334%;
  }
  .col-l-8 {
    width: 66.6667%;
  }
  .col-l-9 {
    width: 75%;
  }
  .col-l-10 {
    width: 83.3334%;
  }
  .col-l-11 {
    width: 91.6667%;
  }
  .col-l-12 {
    width: 100%;
  }
  .offset-l-1 {
    margin-left: 8.3334%;
  }
  .offset-l-2 {
    margin-left: 16.6667%;
  }
  .offset-l-3 {
    margin-left: 25%;
  }
  .offset-l-4 {
    margin-left: 33.3334%;
  }
  .offset-l-5 {
    margin-left: 41.6667%;
  }
  .offset-l-6 {
    margin-left: 50%;
  }
  .offset-l-7 {
    margin-left: 58.3334%;
  }
  .offset-l-8 {
    margin-left: 66.6667%;
  }
  .offset-l-9 {
    margin-left: 75%;
  }
  .offset-l-10 {
    margin-left: 83.3334%;
  }
  .offset-l-11 {
    margin-left: 91.6667%;
  }
}
/*  -----------------------------------------------------------

	Media Queries - Desktop > 1264px

	Column = 70px (* 12) / Gutter = 30px (* 13) => 1230px

------------------------------------------------------------ */
@media screen and (min-width: 79em) {
  .col-xl-1 {
    width: 8.33343%;
  }
  .col-xl-2 {
    width: 16.6667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.3334%;
  }
  .col-xl-5 {
    width: 41.6667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.3334%;
  }
  .col-xl-8 {
    width: 66.6667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.3334%;
  }
  .col-xl-11 {
    width: 91.6667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .offset-xl-1 {
    margin-left: 8.3334%;
  }
  .offset-xl-2 {
    margin-left: 16.6667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3334%;
  }
  .offset-xl-5 {
    margin-left: 41.6667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3334%;
  }
  .offset-xl-8 {
    margin-left: 66.6667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3334%;
  }
  .offset-xl-11 {
    margin-left: 91.6667%;
  }
}
/*  -----------------------------------------------------------

	Media Queries - Desktop > 1440px

	Column = 80px (* 12) / Gutter = 30px (* 13) => 1280px

------------------------------------------------------------ */
@media screen and (min-width: 90em) {
  /*
    .col-xxl-1 { width: 8.33343%; }
    .col-xxl-2 { width: 16.6667%; }
    .col-xxl-3 { width: 25%; }
    .col-xxl-4 { width: 33.3334%; }
    .col-xxl-5 { width: 41.6667%; }
    .col-xxl-6 { width: 50%; }
    .col-xxl-7 { width: 58.3334%; }
    .col-xxl-8 { width: 66.6667%; }
    .col-xxl-9 { width: 75%; }
    .col-xxl-10 { width: 83.3334%; }
    .col-xxl-11 { width: 91.6667%; }
    .col-xxl-12 { width: 100%; }

    .offset-xxl-1   { margin-left: 8.3334%; }
    .offset-xxl-2   { margin-left: 16.6667%; }
    .offset-xxl-3   { margin-left: 25%; }
    .offset-xxl-4   { margin-left: 33.3334%; }
    .offset-xxl-5   { margin-left: 41.6667%; }
    .offset-xxl-6   { margin-left: 50%; }
    .offset-xxl-7   { margin-left: 58.3334%; }
    .offset-xxl-8   { margin-left: 66.6667%; }
    .offset-xxl-9   { margin-left: 75%; }
    .offset-xxl-10  { margin-left: 83.3334%; }
    .offset-xxl-11  { margin-left: 91.6667%; }
  */
}
/* Media queries */
/* Theme colors */
/* WP colors */
/*
@mixin icon-regular {
  @include icon;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget:last-child {
  margin-bottom: 0;
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

/*
.post,
.page {
	margin: 0 0 1.5em;
}
*/
.updated:not(.published) {
  display: none;
}

/*
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
*/
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/* ------------------------------------------
 00 STRUCTURE
------------------------------------------ */
.wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.wrapper:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.site {
  position: relative;
}

.wrapper-wide {
  overflow: visible;
  margin-left: auto;
  margin-right: auto;
  width: 92%;
}
@media screen and (min-width: 30em) {
  .wrapper-wide {
    width: 90%;
  }
}
@media screen and (min-width: 48em) {
  .wrapper-wide {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .wrapper-wide {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 79em) {
  .wrapper-wide {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (min-width: 90em) {
  .wrapper-wide {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    max-width: 1640px;
  }
}

.wrapper-narrow {
  margin-left: auto;
  margin-right: auto;
  max-width: 970px;
}

#page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}
#page .site-content {
  flex-grow: 1;
}
#page .site-footer {
  flex-shrink: 0;
}

/* ------------------------------------------
 01 BASE STYLES
------------------------------------------ */
/* Fonts */
/* Structure */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  position: relative;
  color: #000;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}
html.no-scroll {
  overflow: hidden;
}

.site {
  position: relative;
}

section, .section {
  position: relative;
  padding: 80px 5% 3rem;
}
@media screen and (min-width: 64em) {
  section, .section {
    padding: 100px 7.5% 3rem;
  }
}

.grecaptcha-badge {
  display: none;
}

/* Typography */
dd,
dt,
li,
p,
td,
th,
label,
input,
select,
textarea {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.2em;
}
@media screen and (min-width: 64em) {
  dd,
  dt,
  li,
  p,
  td,
  th,
  label,
  input,
  select,
  textarea {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 79em) {
  dd,
  dt,
  li,
  p,
  td,
  th,
  label,
  input,
  select,
  textarea {
    font-size: 1.25rem;
  }
}

p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}

p.lead {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 1.125em;
}
p.lead + p.lead {
  margin-top: 1.125em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-style: normal;
}

h1 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 0;
}

h2, .h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

h3 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.375rem;
  margin-bottom: 1rem;
}

h4 {
  font-size: 1.25em;
}

h5,
h6 {
  font-size: 1.125em;
}

.c-btn {
  display: block;
}
.c-btn a {
  display: block;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid black;
  border-radius: 20px;
  padding: 0.25rem 1rem;
  font-weight: 400;
}
.c-btn a:hover {
  background-color: #F7F5F0;
}

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6,
ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ol + h1,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6,
blockquote + h1,
blockquote + h2,
blockquote + h3,
blockquote + h4,
blockquote + h5,
blockquote + h6,
img + h1,
img + h2,
img + h3,
img + h4,
img + h5,
img + h6,
figure + h1,
figure + h2,
figure + h3,
figure + h4,
figure + h5,
figure + h6,
.jetpack-video-wrapper + h1,
.jetpack-video-wrapper + h2,
.jetpack-video-wrapper + h3,
.jetpack-video-wrapper + h4,
.jetpack-video-wrapper + h5,
.jetpack-video-wrapper + h6 {
  clear: both;
  margin-top: 2em;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 1.125em;
}

a {
  color: #000000;
  position: relative;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.3s ease-in-out;
  font-weight: bold;
}
a:hover, a:active {
  color: #000000;
}
a:focus {
  color: #000000;
  outline-color: #000000;
}

/* Lists */
li {
  margin-bottom: 0.75em;
}
li:last-child {
  margin-bottom: 0;
}

ul li {
  padding-left: 1.5em;
  position: relative;
}

.nav li {
  padding: 0;
}
.nav li:before {
  display: none;
}

/* Accessibility */
.screen-reader-text,
.label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  border: 0;
}

/* Forms */
label {
  display: block;
}
.form-item {
  margin-bottom: 1rem;
}

input[type=color],
input[type=date],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
  border-radius: 0;
  border-color: #e0e0e0;
  height: 40px;
  line-height: 40px;
}
.btn,
.wp-block-button__link,
button,
input[type=submit],
input[type=button] {
  background-color: transparent;
  border: 1px solid #8c5932;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 700;
  height: 44px;
  line-height: 42px;
  text-transform: lowercase;
  text-align: center;
  transition: color 0.2s ease-in-out, border 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.btn:hover,
.wp-block-button__link:hover,
button:hover,
input[type=submit]:hover,
input[type=button]:hover, .btn:active,
.wp-block-button__link:active,
button:active,
input[type=submit]:active,
input[type=button]:active {
  background: #000000;
  border-color: #000000;
  color: #fff;
}
@media screen and (min-width: 64em) {
  .btn,
  .wp-block-button__link,
  button,
  input[type=submit],
  input[type=button] {
    font-size: 1.125rem;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 79em) {
  .btn,
  .wp-block-button__link,
  button,
  input[type=submit],
  input[type=button] {
    font-size: 1.25rem;
    height: 56px;
    line-height: 56px;
  }
}

a.btn,
a.wp-block-button__link {
  display: inline-block;
  height: auto;
  line-height: 1.5em;
  padding-top: 9px;
  padding-bottom: 9px;
}
@media screen and (min-width: 64em) {
  a.btn,
  a.wp-block-button__link {
    padding-top: 11px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 79em) {
  a.btn,
  a.wp-block-button__link {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

textarea {
  height: auto;
}

fieldset.grid {
  border: 0;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0;
}
fieldset.grid .form-item.col {
  padding: 0 10px;
}
fieldset.grid .inline-container.col12 {
  width: auto;
}

/* Social icons */
.list-socials {
  padding: 0;
}
.list-socials li {
  display: inline-block;
  margin: 0;
}
.list-socials li a {
  border: none;
  display: block;
  height: 32px !important;
  width: 32px !important;
  text-align: center;
}
.list-socials li a .label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  border: 0;
}
.list-socials li a:before {
  font-family: "Font Awesome 6 Brands";
  font-size: 2rem;
  font-weight: normal;
  line-height: 2rem;
}
.list-socials li a[href*=facebook]:before {
  content: "\f082";
}
.list-socials li a[href*=instagram]:before {
  content: "\f16d";
}
.list-socials li a[href*=pinterest]:before {
  content: "\f231";
}
.list-socials li a[href*=twitter]:before {
  content: "\f099";
}
.list-socials li a[href*=youtube]:before {
  content: "\f167";
}
.list-socials li a[href*=vimeo]:before {
  content: "\f27d";
}
.list-socials li a[href*=linkedin]:before {
  content: "\f0e1";
}
.list-socials li a[href*=tiktok]:before {
  content: "\e07b";
}
.list-socials li a[href*=snapchat]:before {
  content: "\f2ac";
}
.list-socials li a[href*=github]:before {
  content: "\f09b";
}
.list-socials li a[href*=bitbucket]:before {
  content: "\f171";
}
.list-socials li a[href*=behance]:before {
  content: "\f1b4";
}
.list-socials li a[href*=dribbble]:before {
  content: "\f17d";
}
.list-socials li a[href*=spotify]:before {
  content: "\f1bc";
}
.list-socials li a[href*=deezer]:before {
  content: "\e077";
}
.list-socials li a[href*=itunes]:before, .list-socials li a[href*="music.apple"]:before {
  content: "\f3b4";
}
.list-socials li a[href*=goodreads]:before {
  content: "\f3a8";
}
.list-socials li a[href*=whatsapp]:before {
  content: "\f232";
}
.list-socials li a[href*=tumblr]:before {
  content: "\f174";
}
.list-socials li a[href*=yelp]:before {
  content: "\f1e9";
}
.list-socials li a[href*=tripadvisor]:before {
  content: "\f262";
}

/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
@media screen and (min-width: 48em) {
  h1 {
    font-size: 2.25rem;
  }
  h2, .h2 {
    font-size: 2rem;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
@media screen and (min-width: 64em) {
  h1 {
    font-size: 2rem;
  }
  h2, .h2 {
    font-size: 2.25rem;
  }
  h2.h2-text, .h2.h2-text {
    font-size: 4.5rem;
  }
  p.lead {
    font-size: 1.25rem;
  }
  textarea {
    padding: 14px;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1264px
------------------------------------------------------------ */
@media screen and (min-width: 79em) {
  dd,
  dt,
  li,
  p,
  td,
  th,
  .btn,
  .button,
  button,
  input,
  textarea,
  label {
    font-size: 1.25rem;
    line-height: 1.2em;
  }
  h1 {
    font-size: 1.75rem;
  }
  h2, .h2 {
    font-size: 2.375rem;
  }
  h3 {
    font-size: 1.625em;
  }
  h4 {
    font-size: 1.375em;
  }
  h5,
  h6 {
    font-size: 1.25em;
  }
  p.lead {
    font-size: 1.5rem;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1440px
------------------------------------------------------------ */
@media screen and (min-width: 125em) {
  p {
    font-size: 1.5rem;
  }
}
/* ------------------------------------------
 02 HEADER
------------------------------------------ */
.admin-bar .site-menu .menu {
  top: 44px;
}
@media screen and (max-width: 782px) {
  .admin-bar .site-menu .menu {
    top: 58px;
  }
}
.admin-bar.nav-open .menu-toggle {
  top: 44px;
}
@media screen and (max-width: 782px) {
  .admin-bar.nav-open .menu-toggle {
    top: 58px;
  }
}

/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1264px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1440px
------------------------------------------------------------ */
/* ------------------------------------------
 03 FOOTER
------------------------------------------ */
.footer-credit {
  padding: 0.25rem 2rem;
  display: flex;
  align-items: center;
}
.footer-credit p, .footer-credit a {
  color: white;
  margin: 0;
}
.footer-credit .copyright a {
  font-weight: normal;
  font-size: 1rem;
}
.footer-credit .copyright a:hover {
  color: rgb(197, 197, 197);
}

.credits.lemon {
  margin: 0;
  margin-left: auto;
  height: 19px;
  width: 74px;
}
.credits.lemon a {
  color: white;
  display: block;
  height: inherit;
  width: inherit;
}
.credits.lemon a:hover {
  color: white;
}
.credits.lemon a .svg {
  display: block;
  fill: currentColor;
}
.credits.lemon a span {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  border: 0;
}

/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1264px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1440px
------------------------------------------------------------ */
/* ------------------------------------------
 04 CONTENT
------------------------------------------ */
.construction {
  padding: 0;
  min-height: 800px;
}
.construction .construction-container {
  height: 100%;
}
.construction .construction-container .construction-media {
  height: 70%;
  min-height: 500px;
  position: relative;
}
.construction .construction-container .construction-media.video {
  height: 100vh;
}
.construction .construction-container .construction-media .logo-small {
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 80px;
  z-index: 2;
}
.construction .construction-container .construction-media .logo-small img {
  width: 100%;
  height: auto;
}
.construction .construction-container .construction-media .arrow-down {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  width: 60px;
}
.construction .construction-container .construction-media .arrow-down a {
  display: block;
}
.construction .construction-container .construction-media .arrow-down a img {
  width: 100%;
  height: auto;
}
.construction .construction-container .construction-media .logo {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 2rem;
  transform: translateX(-50%);
}
.construction .construction-container .construction-media .bg-img {
  position: absolute;
  top: 0;
  z-index: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.construction .construction-container .construction-media .bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.construction .construction-container .construction-media video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.construction .construction-container .construction-content {
  padding: 2rem;
}
.construction .construction-container .construction-content .construction-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.construction .construction-container .construction-content .construction-grid .construction-title {
  margin: 0;
}
.construction .construction-container .construction-content .construction-grid .construction-title .c-btn {
  margin-top: 1rem;
}
.construction .construction-container .construction-content .construction-grid .construction-contact {
  display: grid;
  gap: 2rem;
}
.construction .construction-container .construction-content .construction-grid .construction-contact .contact-title {
  color: #A3AA82;
  font-size: 0.8rem;
  margin: 0;
}
.construction .construction-container .construction-content .construction-grid .construction-contact .contact-title img {
  height: 30px;
}
.construction .construction-container .construction-content .construction-grid .construction-contact .contact-register .contact-newsletter {
  font-weight: 500;
  font-size: 1.25rem;
}
.construction .construction-container .construction-content .construction-grid .construction-contact .contact-address .address {
  font-size: 1.25rem;
}
.construction .construction-container .construction-content .construction-grid .construction-contact .contact-address .address strong {
  font-weight: 500;
}
.construction .construction-container .construction-content .construction-grid .construction-contact .contact-address .contact-links {
  display: flex;
  flex-direction: column;
}
.construction .construction-container .construction-content .construction-grid .construction-contact .contact-address .contact-links a {
  font-size: 0.8rem;
  font-weight: 400;
}
.construction .construction-container .construction-content .construction-grid .construction-contact .contact-address .contact-links a.mail {
  position: relative;
  color: #A3AA82;
}
.construction .construction-container .construction-content .construction-grid .construction-contact .contact-address .contact-links a.mail::before {
  content: "";
  position: absolute;
  left: 0;
  width: 25px;
  height: 1px;
  bottom: 1px;
  background-color: #A3AA82;
}
.construction .construction-container .contact-credit {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 0;
}
.construction .construction-container .contact-credit p {
  font-size: 0.8rem;
  margin: 0;
}
@media screen and (min-width: 79em) {
  .construction {
    height: 100vh;
    max-height: 100vh;
  }
  .construction.video-container {
    max-height: unset;
    height: auto;
    min-height: 100vh;
  }
  .construction .construction-container {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .construction .construction-container .construction-media {
    height: 100%;
    min-height: 500px;
    position: relative;
  }
  .construction .construction-container .construction-media .logo-small {
    position: absolute;
    top: 2rem;
    left: 2rem;
    width: 120px;
    z-index: 2;
    opacity: 0.6;
  }
  .construction .construction-container .construction-media .logo-small img {
    width: 100%;
    height: auto;
  }
  .construction .construction-container .construction-media .arrow-down {
    width: 80px;
  }
  .construction .construction-container .construction-media .logo {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 2rem;
    transform: translateX(-50%);
  }
  .construction .construction-container .construction-media .bg-img {
    position: absolute;
    top: 0;
    z-index: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .construction .construction-container .construction-media .bg-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .construction .construction-container .construction-content {
    margin-top: auto;
    padding: 1rem 5% 1rem;
  }
  .construction .construction-container .construction-content .construction-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .construction .construction-container .construction-content .construction-grid .construction-title {
    margin: 0;
  }
  .construction .construction-container .construction-content .construction-grid .construction-title img {
    height: 40px;
  }
  .construction .construction-container .construction-content .construction-grid .construction-contact {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
  }
  .construction .construction-container .construction-content .construction-grid .construction-contact .contact-title {
    color: #A3AA82;
    font-size: 0.8rem;
    margin: 0;
  }
  .construction .construction-container .construction-content .construction-grid .construction-contact .contact-register .contact-newsletter {
    font-weight: 500;
    font-size: 1.125rem;
  }
  .construction .construction-container .construction-content .construction-grid .construction-contact .contact-address .address {
    font-size: 1.125rem;
  }
  .construction .construction-container .construction-content .construction-grid .construction-contact .contact-address .address strong {
    font-weight: 500;
  }
  .construction .construction-container .construction-content .construction-grid .construction-contact .contact-address .contact-links {
    display: flex;
    flex-direction: column;
  }
  .construction .construction-container .construction-content .construction-grid .construction-contact .contact-address .contact-links a {
    font-size: 0.8rem;
    font-weight: 400;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
  .construction .construction-container .construction-content .construction-grid .construction-contact .contact-address .contact-links a.mail {
    position: relative;
    color: #A3AA82;
  }
  .construction .construction-container .construction-content .construction-grid .construction-contact .contact-address .contact-links a.mail::before {
    content: "";
    position: absolute;
    left: 0;
    width: 25px;
    height: 1px;
    bottom: 1px;
    background-color: #A3AA82;
    transition: 0.3s;
  }
  .construction .construction-container .construction-content .construction-grid .construction-contact .contact-address .contact-links a.mail:hover::before {
    width: 100%;
  }
  .construction .construction-container .construction-content .contact-credit {
    margin-top: -2.5rem;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 1rem;
  }
  .construction .construction-container .construction-content .contact-credit p {
    font-size: 0.8rem;
    margin: 0;
  }
}

.newsletter {
  position: fixed;
  background-color: #F0E8D0;
  z-index: 10;
  top: 0;
  left: 100%;
  width: 100vw;
  min-height: 100vh;
  height: auto;
  transition: 0.3s;
}
.newsletter.active {
  left: 0;
}
.newsletter .newsletter-grid {
  padding: 2rem;
  position: relative;
  display: grid;
  max-width: 800px;
  margin: auto;
  gap: 3rem;
}
.newsletter .newsletter-grid .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}
.newsletter .newsletter-grid .close .span-container {
  width: 30px;
  height: 30px;
  position: relative;
}
.newsletter .newsletter-grid .close .span-container span {
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  height: 1px;
  width: 100%;
}
.newsletter .newsletter-grid .close .span-container span.top {
  top: 14px;
  transform: rotate(45deg);
}
.newsletter .newsletter-grid .close .span-container span.bot {
  top: 14px;
  transform: rotate(-45deg);
}
.newsletter .newsletter-grid .newsletter-content {
  max-width: 500px;
}
.newsletter .newsletter-grid .newsletter-content .newsletter-label p {
  color: #8A8578;
  font-size: 0.8rem;
  margin: 0;
  margin-bottom: 0.5rem;
}
.newsletter .newsletter-grid .newsletter-content .newsletter-title p {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.newsletter .newsletter-grid .newsletter-content .newsletter-text {
  color: #8A8578;
}
.newsletter .newsletter-grid .newsletter-content .newsletter-text p {
  font-size: 0.8rem;
}
.newsletter .newsletter-grid .newsletter-form .form-container {
  display: flex;
  flex-direction: column;
}
.newsletter .newsletter-grid .newsletter-form .form-container .form-field {
  margin-top: 1rem;
}
.newsletter .newsletter-grid .newsletter-form .form-container .form-field:first-of-type {
  margin-top: 0;
}
.newsletter .newsletter-grid .newsletter-form .form-container .form-field .wpcf7-text {
  height: auto;
  line-height: 1em;
  border: none;
  border-bottom: 1px solid black;
  background-color: transparent;
  color: black;
  padding-left: 0;
  padding-bottom: 0.25rem;
}
.newsletter .newsletter-grid .newsletter-form .form-container .form-field .wpcf7-text::-moz-placeholder {
  color: #8A8578;
}
.newsletter .newsletter-grid .newsletter-form .form-container .form-field .wpcf7-text::placeholder {
  color: #8A8578;
}
.newsletter .newsletter-grid .newsletter-form .form-container .form-line {
  margin-top: 1rem;
}
.newsletter .newsletter-grid .newsletter-form .form-container .form-line p, .newsletter .newsletter-grid .newsletter-form .form-container .form-line a {
  color: #8A8578;
  font-size: 0.8rem;
  font-weight: 400;
}
.newsletter .newsletter-grid .newsletter-form .form-container .form-line a {
  text-decoration: underline;
}
.newsletter .newsletter-grid .newsletter-form .form-container .form-submit {
  margin-top: 1rem;
}
.newsletter .newsletter-grid .newsletter-form .form-container .form-submit input {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid black;
  border-radius: 20px;
  background-color: #D7D0BB;
  padding: 0.25rem 1rem;
  height: auto;
  color: black;
  line-height: 1em;
  font-weight: 400;
}
.newsletter .newsletter-grid .newsletter-form .form-container .form-submit input:hover {
  background-color: #F0E8D0;
}
@media screen and (min-width: 79em) {
  .newsletter {
    bottom: 0;
    top: unset;
    left: 100%;
    width: 100vw;
    min-height: 400px;
    height: 50vh;
    transition: 0.3s;
  }
  .newsletter.active {
    left: 0;
  }
  .newsletter .newsletter-grid {
    padding: 4rem 2rem;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1600px;
    margin: auto;
    gap: 3rem;
  }
  .newsletter .newsletter-grid .close {
    position: absolute;
    top: 4rem;
    right: 1rem;
  }
  .newsletter .newsletter-grid .close .span-container {
    width: 30px;
    height: 30px;
    position: relative;
  }
  .newsletter .newsletter-grid .close .span-container span {
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    height: 1px;
    width: 100%;
  }
  .newsletter .newsletter-grid .close .span-container span.top {
    top: 14px;
    transform: rotate(45deg);
  }
  .newsletter .newsletter-grid .close .span-container span.bot {
    top: 14px;
    transform: rotate(-45deg);
  }
  .newsletter .newsletter-grid .newsletter-content .newsletter-label p {
    color: #8A8578;
    font-size: 0.8rem;
    margin: 0;
    margin-bottom: 0.5rem;
  }
  .newsletter .newsletter-grid .newsletter-content .newsletter-title p {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1rem;
  }
  .newsletter .newsletter-grid .newsletter-content .newsletter-text {
    color: #8A8578;
  }
  .newsletter .newsletter-grid .newsletter-content .newsletter-text p {
    font-size: 0.8rem;
  }
  .newsletter .newsletter-grid .newsletter-form {
    max-width: 500px;
    margin-left: auto;
    margin-top: 0;
  }
  .newsletter .newsletter-grid .newsletter-form .form-container {
    display: flex;
    flex-direction: column;
  }
  .newsletter .newsletter-grid .newsletter-form .form-container .form-field {
    margin-top: 1rem;
  }
  .newsletter .newsletter-grid .newsletter-form .form-container .form-field:first-of-type {
    margin-top: 0;
  }
  .newsletter .newsletter-grid .newsletter-form .form-container .form-field .wpcf7-text {
    height: auto;
    line-height: 1em;
    border: none;
    border-bottom: 1px solid black;
    background-color: transparent;
    color: black;
    padding-left: 0;
    padding-bottom: 0.25rem;
  }
  .newsletter .newsletter-grid .newsletter-form .form-container .form-field .wpcf7-text::-moz-placeholder {
    color: #8A8578;
  }
  .newsletter .newsletter-grid .newsletter-form .form-container .form-field .wpcf7-text::placeholder {
    color: #8A8578;
  }
  .newsletter .newsletter-grid .newsletter-form .form-container .form-line {
    margin-top: 1rem;
  }
  .newsletter .newsletter-grid .newsletter-form .form-container .form-line p, .newsletter .newsletter-grid .newsletter-form .form-container .form-line a {
    color: #8A8578;
    font-size: 0.8rem;
    font-weight: 400;
  }
  .newsletter .newsletter-grid .newsletter-form .form-container .form-line a {
    text-decoration: underline;
  }
  .newsletter .newsletter-grid .newsletter-form .form-container .form-submit {
    margin-top: 1rem;
  }
  .newsletter .newsletter-grid .newsletter-form .form-container .form-submit input {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid black;
    border-radius: 20px;
    padding: 0.25rem 1rem;
    height: auto;
    font-size: 1rem;
    color: black;
    line-height: 1em;
    font-weight: 400;
  }
  .newsletter .newsletter-grid .newsletter-form .form-container .form-submit input:hover {
    background-color: #F0E8D0;
  }
}

.cgu-intro {
  padding-top: 7rem;
}
.cgu-intro .cgu-intro-container {
  max-width: 1200px;
  margin: auto;
}
.cgu-intro h1 {
  text-align: center;
}

.cgu-content {
  padding-top: 2rem;
}
.cgu-content .cgu-content-container {
  max-width: 1200px;
  margin: auto;
}

/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1264px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1440px
------------------------------------------------------------ */
/* IE */
/* ------------------------------------------
 05 HOMEPAGE
------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1264px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1440px
------------------------------------------------------------ */
/* IE */
.site {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-content,
.site-main {
  height: 100%;
}

.site-header .wrapper {
  display: flex;
}

.site-menu {
  margin-left: auto;
}

.home-content {
  padding-top: 30vh;
  text-align: center;
}
.home-content p {
  font-size: 32px;
}