@charset "UTF-8";
/*!
Theme Name: Allblocks
Theme URI: http://underscores.me/
Author: S Agence
Author URI: https://s-agence.ch
Description: Allblocks theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: allblocks
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Allblocks is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: inherit;
}
a:visited {
  color: inherit;
}
a:hover, a:focus, a:active {
  color: inherit;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: fit-content;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.menu-toggle {
  display: block;
}

.main-navigation ul {
  display: none;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* 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;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

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

/* 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;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.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;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* allblocks
--------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Urbanist", sans-serif;
  background-color: #FFFBF4;
}
body.single h1 {
  color: #606157;
  font-weight: 300;
  line-height: 1.3;
}
@media (min-width: 781px) {
  body.single h1 {
    font-size: 1.625rem;
  }
}
@media (min-width: 1280px) {
  body.single h1 {
    font-size: 2rem;
  }
}
body h2 {
  color: #8CA76C;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
}
@media (min-width: 781px) {
  body h2 {
    font-size: 2rem;
  }
}
body h2 a {
  color: #8CA76C;
  text-decoration: none;
}
body h2 a:hover {
  color: #606157;
}
body h2 a:visited {
  color: #8CA76C;
}
body h3 {
  color: #606157;
  font-weight: 300;
  line-height: 1.3;
  font-size: 1.4rem;
}
@media (min-width: 781px) {
  body h3 {
    font-size: 1.625rem;
  }
}
@media (min-width: 1280px) {
  body h3 {
    font-size: 2rem;
  }
}
body h3 a {
  color: #606157;
  text-decoration: none;
}
body h3 a:hover {
  color: #8CA76C;
}
body h3 a:visited {
  color: #606157;
}
body h4 {
  color: #8CA76C;
  line-height: 1.3;
  font-size: 3rem;
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 781px) {
  body h4 {
    font-size: 4rem;
  }
}
body h4 a {
  color: #606157;
  text-decoration: none;
}
body h4 a:hover {
  color: #8CA76C;
}
body h4 a:visited {
  color: #606157;
}
body h5 {
  color: #8CA76C;
  line-height: 1.3;
  font-size: 1.8rem;
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 781px) {
  body h5 {
    font-size: 2rem;
  }
}
@media (min-width: 1280px) {
  body h5 {
    font-size: 2.6rem;
  }
}
body h5 a {
  color: #606157;
  text-decoration: none;
}
body h5 a:hover {
  color: #8CA76C;
}
body h5 a:visited {
  color: #606157;
}
body h6 {
  color: white;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.8rem;
}
@media (min-width: 781px) {
  body h6 {
    font-size: 2rem;
  }
}
@media (min-width: 1280px) {
  body h6 {
    font-size: 2.6rem;
  }
}
body h6 a {
  color: #606157;
  text-decoration: none;
}
body h6 a:hover {
  color: white;
}
body h6 a:visited {
  color: #606157;
}
body p {
  font-family: "Montserrat", sans-serif;
  color: #606157;
  line-height: 1.7;
  font-weight: 300;
  font-size: 0.938rem;
}
@media (min-width: 781px) {
  body p {
    font-size: 0.813rem;
  }
}
@media (min-width: 1280px) {
  body p {
    font-size: 1rem;
  }
}
body p a {
  color: #606157;
  font-size: 0.938rem;
  text-decoration: none;
  position: relative;
}
body p a::before {
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}
body p a:before {
  content: "";
}
body p a::before, body p a::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
}
@media (min-width: 781px) {
  body p a {
    font-size: 0.75rem;
  }
}
@media (min-width: 1280px) {
  body p a {
    font-size: 0.875rem;
  }
}
body p a:hover {
  outline: none;
  color: currentColor;
}
body p a:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
body p a:visited {
  color: #606157;
}
body p a:focus {
  outline: 0;
}
body .wp-block-quote p {
  font-size: 1.7rem;
}
@media (min-width: 781px) {
  body .wp-block-quote p {
    font-size: 2.75rem;
  }
}
@media (min-width: 1280px) {
  body .wp-block-quote p {
    font-size: 3.375rem;
  }
}
body .wp-block-group ul {
  margin-left: 0;
  color: #606157;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  font-size: 0.938rem;
}
@media (min-width: 781px) {
  body .wp-block-group ul {
    font-size: 0.813rem;
  }
}
@media (min-width: 1280px) {
  body .wp-block-group ul {
    font-size: 1rem;
  }
}

.wrapper-big {
  max-width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}
@media (min-width: 781px) {
  .wrapper-big {
    padding-left: 7.1428571429%;
    padding-right: 7.1428571429%;
    width: 100%;
  }
}
@media (min-width: 1920px) {
  .wrapper-big {
    max-width: 1640px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.wrapper-big .wp-block-group__inner-container {
  padding-left: 0;
  padding-right: 0;
  max-width: inherit;
}
.wrapper-big .one-col-head {
  width: 8.3333333333%;
}

.home .wp-block-eedee-block-gutenslider .swiper-pagination-bullet {
  height: 2px;
  width: 60px;
  border-radius: 5px;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
@media (min-width: 781px) {
  .home .wp-block-eedee-block-gutenslider .swiper-pagination-bullet {
    width: 130px;
  }
}

.home .wp-block-eedee-block-gutenslider .swiper-container-horizontal ~ .swiper-pagination-bullets {
  justify-self: flex-end;
  bottom: 2rem;
  padding: 0;
  right: 10%;
}
@media (min-width: 781px) {
  .home .wp-block-eedee-block-gutenslider .swiper-container-horizontal ~ .swiper-pagination-bullets {
    bottom: 2.75rem;
    right: 7.1428571429%;
  }
}
@media (min-width: 1280px) {
  .home .wp-block-eedee-block-gutenslider .swiper-container-horizontal ~ .swiper-pagination-bullets {
    bottom: 5.75rem;
  }
}

.detect {
  position: fixed;
  top: 0;
  width: 100%;
  height: 1px;
  z-index: -111;
}

#masthead {
  position: absolute;
  width: 100%;
  z-index: 11;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: #FFFBF4;
}
#masthead .site-branding {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 82%;
}
@media screen and (min-width: 781px) {
  #masthead .site-branding {
    width: 91.6%;
  }
}
#masthead .wrapper-big {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#masthead .main-navigation {
  width: 18%;
}
@media screen and (min-width: 781px) {
  #masthead .main-navigation {
    width: 8.4%;
  }
}
#masthead {
  /*--- debut burger menu ---*/
}
#masthead #burger-menu {
  position: relative;
  z-index: 111;
  width: 3.5rem;
  height: 3.5rem;
  border: none;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  transition: all;
  margin-left: auto;
  margin-top: 4px;
}
@media screen and (min-width: 781px) {
  #masthead #burger-menu {
    margin-top: -0.5rem;
  }
}
#masthead #burger-menu.active span:nth-child(1) {
  top: calc(50% - 2px);
  transform: rotate(45deg);
}
#masthead #burger-menu.active span:nth-child(2) {
  opacity: 0;
}
#masthead #burger-menu.active span:nth-child(3) {
  bottom: calc(50% - 2px);
  transform: rotate(-45deg);
}
#masthead #burger-menu span {
  display: block;
  position: absolute;
  left: calc(50% - 20px);
  right: 0;
  width: 35px;
  height: 4px;
  border-radius: 2px;
  background-color: #59442F;
  transition: top 0.2s 0.2s, bottom 0.2s 0.2s, opacity 0.2s 0.2s, transform 0.2s 0.4s;
}
#masthead #burger-menu span:nth-child(1) {
  top: 30%;
}
#masthead #burger-menu span:nth-child(2) {
  top: calc(50% - 2px);
}
#masthead #burger-menu span:nth-child(3) {
  bottom: 30%;
}
#masthead #burger-menu {
  /*--- enlever tour bleu en focus (non recommandé !) ---*/
}
#masthead #burger-menu:focus {
  outline: none;
}
#masthead #burger-menu.brown-menu span {
  background-color: #59442F;
}
#masthead #burger-menu.brown-menu.active span {
  background-color: white;
}
#masthead.big-scrolled {
  background-color: #fffbf4;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  position: fixed;
  top: -130px;
  transition: ease-in-out top 0.2s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
#masthead.big-scrolled .logo2 svg {
  display: block;
  height: auto;
  width: 110px;
  margin-top: 22px;
  margin-right: 15px;
}
@media screen and (min-width: 781px) {
  #masthead.big-scrolled .logo2 svg {
    width: 160px;
    margin-top: 20px;
    margin-right: 0;
  }
}
#masthead.big-scrolled .brown-logo-wm-menu {
  display: block !important;
}
#masthead.big-scrolled .white-logo-wm-menu {
  display: none !important;
}
#masthead.big-scrolled .custom-logo-link,
#masthead.big-scrolled .white-wm-logo-link {
  width: 70px;
}
@media screen and (min-width: 781px) {
  #masthead.big-scrolled .custom-logo-link,
  #masthead.big-scrolled .white-wm-logo-link {
    width: 100px;
  }
}
#masthead.big-scrolled .custom-logo-link img,
#masthead.big-scrolled .white-wm-logo-link img {
  margin-top: 15px;
}
@media screen and (min-width: 781px) {
  #masthead.big-scrolled .custom-logo-link img,
  #masthead.big-scrolled .white-wm-logo-link img {
    margin-top: 8px;
  }
}
#masthead.big-scrolled #burger-menu {
  margin-top: 0;
}
#masthead.big-scrolled #burger-menu span {
  background-color: #59442F;
}
#masthead.big-scrolled-move {
  top: 0;
}
#masthead {
  /*--- fin burger menu ---*/
}
#masthead #site-navigation .menu-menu-navigation-fr-container,
#masthead #site-navigation .menu-menu-navigation-en-container {
  position: fixed;
  top: -150vh;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: calc(100vh - 81px);
  overflow: auto;
  background-color: #59442F;
  padding: 3rem;
  display: flex;
  flex-flow: column;
}
@media screen and (min-width: 781px) {
  #masthead #site-navigation .menu-menu-navigation-fr-container,
  #masthead #site-navigation .menu-menu-navigation-en-container {
    height: calc(100vh - 119px);
    padding-left: 0;
    padding-right: 0;
    top: -200vh;
  }
}
@media screen and (min-width: 1280px) and (min-height: 630px) {
  #masthead #site-navigation .menu-menu-navigation-fr-container,
  #masthead #site-navigation .menu-menu-navigation-en-container {
    justify-content: center;
  }
}
#masthead #site-navigation .menu-menu-navigation-fr-container #primary-menu,
#masthead #site-navigation .menu-menu-navigation-en-container #primary-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  color: black;
  margin: 0 auto;
  opacity: 0;
  width: 100%;
}
@media (min-width: 781px) {
  #masthead #site-navigation .menu-menu-navigation-fr-container #primary-menu,
  #masthead #site-navigation .menu-menu-navigation-en-container #primary-menu {
    padding-left: 7.1428571429%;
    padding-right: 7.1428571429%;
    width: 100%;
  }
}
@media (min-width: 1920px) {
  #masthead #site-navigation .menu-menu-navigation-fr-container #primary-menu,
  #masthead #site-navigation .menu-menu-navigation-en-container #primary-menu {
    max-width: 1640px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
#masthead #site-navigation .menu-menu-navigation-fr-container #primary-menu li,
#masthead #site-navigation .menu-menu-navigation-en-container #primary-menu li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 600;
  padding-bottom: 2rem;
}
@media screen and (min-width: 1280px) {
  #masthead #site-navigation .menu-menu-navigation-fr-container #primary-menu li,
  #masthead #site-navigation .menu-menu-navigation-en-container #primary-menu li {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 781px) {
  #masthead #site-navigation .menu-menu-navigation-fr-container #primary-menu li,
  #masthead #site-navigation .menu-menu-navigation-en-container #primary-menu li {
    flex-direction: column;
  }
}
@media screen and (min-width: 1280px) {
  #masthead #site-navigation .menu-menu-navigation-fr-container #primary-menu li,
  #masthead #site-navigation .menu-menu-navigation-en-container #primary-menu li {
    flex-direction: row;
    width: 50%;
  }
}
#masthead #site-navigation .menu-menu-navigation-fr-container #primary-menu li a,
#masthead #site-navigation .menu-menu-navigation-en-container #primary-menu li a {
  color: #8CA76C;
  text-transform: uppercase;
  opacity: 0.7;
  z-index: 10000;
  position: relative;
}
@media screen and (min-width: 1280px) {
  #masthead #site-navigation .menu-menu-navigation-fr-container #primary-menu li a,
  #masthead #site-navigation .menu-menu-navigation-en-container #primary-menu li a {
    max-width: 50%;
    height: fit-content;
    padding-right: 2rem;
  }
}
#masthead #site-navigation .menu-menu-navigation-fr-container #primary-menu li a:hover,
#masthead #site-navigation .menu-menu-navigation-en-container #primary-menu li a:hover {
  opacity: 1;
}
#masthead #site-navigation .menu-menu-navigation-fr-container #primary-menu li a:focus,
#masthead #site-navigation .menu-menu-navigation-en-container #primary-menu li a:focus {
  outline: 0;
}
#masthead #site-navigation .menu-menu-navigation-fr-container #primary-menu .sub-menu,
#masthead #site-navigation .menu-menu-navigation-en-container #primary-menu .sub-menu {
  position: relative;
  top: auto;
  left: auto;
  box-shadow: none;
  background: none;
  padding-top: 0.5rem;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 781px) {
  #masthead #site-navigation .menu-menu-navigation-fr-container #primary-menu .sub-menu,
  #masthead #site-navigation .menu-menu-navigation-en-container #primary-menu .sub-menu {
    width: 50%;
    padding-right: 2rem;
  }
}
#masthead #site-navigation .menu-menu-navigation-fr-container #primary-menu .sub-menu li,
#masthead #site-navigation .menu-menu-navigation-en-container #primary-menu .sub-menu li {
  font-size: 1rem;
  width: auto;
  margin: 0.8rem 0;
  padding: 0;
  line-height: 20px;
}
#masthead #site-navigation .menu-menu-navigation-fr-container #primary-menu .sub-menu li:first-of-type,
#masthead #site-navigation .menu-menu-navigation-en-container #primary-menu .sub-menu li:first-of-type {
  margin-top: 0;
}
#masthead #site-navigation .menu-menu-navigation-fr-container #primary-menu .sub-menu li a,
#masthead #site-navigation .menu-menu-navigation-en-container #primary-menu .sub-menu li a {
  max-width: none;
  color: white;
  text-transform: inherit;
}
#masthead #site-navigation.toggled .menu-menu-navigation-en-container,
#masthead #site-navigation.toggled .menu-menu-navigation-fr-container {
  top: 80px;
}
@media screen and (min-width: 781px) {
  #masthead #site-navigation.toggled .menu-menu-navigation-en-container,
  #masthead #site-navigation.toggled .menu-menu-navigation-fr-container {
    top: 119px;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  #masthead #site-navigation.toggled .menu-menu-navigation-en-container,
  #masthead #site-navigation.toggled .menu-menu-navigation-fr-container {
    padding-top: 3rem;
  }
}
#masthead #site-navigation.toggled .menu-menu-navigation-en-container #primary-menu,
#masthead #site-navigation.toggled .menu-menu-navigation-fr-container #primary-menu {
  opacity: 1;
}
#masthead .logo2 svg {
  display: block;
  height: auto;
  width: 110px;
  margin-top: 22px;
  margin-right: 15px;
}
@media screen and (min-width: 781px) {
  #masthead .logo2 svg {
    width: 260px;
    margin-top: 0;
    margin-right: 0;
  }
}
#masthead .custom-logo-link,
#masthead .white-wm-logo-link {
  width: 70px;
}
@media screen and (min-width: 781px) {
  #masthead .custom-logo-link,
  #masthead .white-wm-logo-link {
    width: 100px;
  }
}
#masthead .custom-logo-link img,
#masthead .white-wm-logo-link img {
  margin-top: 15px;
}
@media screen and (min-width: 781px) {
  #masthead .custom-logo-link img,
  #masthead .white-wm-logo-link img {
    margin-top: 0;
  }
}
#masthead .custom-logo-link:focus,
#masthead .white-wm-logo-link:focus {
  outline: 0;
}

#masthead.fixed-menu {
  position: fixed;
  top: 0;
  background-color: #59442F;
  box-shadow: 0;
}
@media screen and (min-width: 781px) {
  #masthead.fixed-menu {
    padding-top: 3rem;
    padding-bottom: 0;
  }
}
#masthead.fixed-menu .custom-logo-link,
#masthead.fixed-menu .white-wm-logo-link {
  width: 70px;
}
@media screen and (min-width: 781px) {
  #masthead.fixed-menu .custom-logo-link,
  #masthead.fixed-menu .white-wm-logo-link {
    width: 165px;
  }
}
#masthead.fixed-menu .custom-logo-link img,
#masthead.fixed-menu .white-wm-logo-link img {
  margin-top: 15px;
}
@media screen and (min-width: 781px) {
  #masthead.fixed-menu .custom-logo-link img,
  #masthead.fixed-menu .white-wm-logo-link img {
    margin-top: 0;
  }
}
#masthead.fixed-menu .custom-logo-link {
  display: none !important;
}
#masthead.fixed-menu .white-wm-logo-link {
  display: block !important;
}
#masthead.fixed-menu .logo2 svg {
  display: block;
  height: auto;
  width: 110px;
  margin-top: 22px;
  margin-right: 15px;
}
@media screen and (min-width: 781px) {
  #masthead.fixed-menu .logo2 svg {
    width: 260px;
    margin-top: 0;
    margin-right: 0;
  }
}
#masthead.fixed-menu .logo2 svg path, #masthead.fixed-menu .logo2 svg rect {
  fill: white;
}
#masthead.fixed-menu .logo2 .brown-logo-wm-menu {
  display: none !important;
}
#masthead.fixed-menu .logo2 .white-logo-wm-menu {
  display: block !important;
}
#masthead.fixed-menu #burger-menu {
  margin-top: 0;
}
@media screen and (min-width: 781px) {
  #masthead.fixed-menu #burger-menu {
    margin-top: -0.5rem;
  }
}
#masthead.fixed-menu #burger-menu span {
  background-color: white;
}

.galery-padding-img img {
  padding: 2rem 3rem;
  display: block;
}
@media (min-width: 781px) {
  .galery-padding-img img {
    padding: 0 1.5rem;
  }
}

.page {
  margin: 0;
}
.page .entry-header {
  height: 50vh;
  display: flex;
  position: relative;
  z-index: 5;
}
@media (min-width: 781px) {
  .page .entry-header {
    height: 100vh;
  }
}
.page .entry-header .title-wrap {
  position: absolute;
  color: white;
  bottom: 40px;
  left: 0;
  right: 0;
  font-size: 1.2rem;
}
@media (min-width: 781px) {
  .page .entry-header .title-wrap {
    font-size: 3rem;
  }
}
@media (min-width: 1280px) {
  .page .entry-header .title-wrap {
    font-size: 4.5rem;
  }
}
.page .entry-header .title-wrap {
  text-transform: uppercase;
}
.page .entry-header .title-wrap .entry-title {
  margin: 0;
  font-weight: 300;
}
.page .entry-header img {
  height: 50vh;
  object-fit: cover;
}
@media (min-width: 781px) {
  .page .entry-header img {
    height: 100vh;
  }
}
.page .entry-content {
  margin-top: 0;
}

.home .entry-header {
  height: 100vh;
}
.home .entry-header .title-wrap {
  bottom: 200px;
  font-size: 2rem;
}
@media (min-width: 781px) {
  .home .entry-header .title-wrap {
    bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .home .entry-header .title-wrap {
    font-size: 5.5rem;
  }
}
.home .entry-header img {
  height: 100vh;
  object-fit: cover;
}

.slider-cafe .post-title,
.slider-caco .post-title {
  display: none;
}

.blog .head-blog,
.post-type-archive-project .head-blog {
  height: 50vh;
  display: flex;
  position: relative;
  z-index: 5;
}
@media (min-width: 781px) {
  .blog .head-blog,
  .post-type-archive-project .head-blog {
    height: 100vh;
  }
}
.blog .head-blog .title-wrap,
.post-type-archive-project .head-blog .title-wrap {
  position: absolute;
  color: white;
  bottom: 40px;
  left: 0;
  right: 0;
  font-size: 1.8rem;
}
@media (min-width: 781px) {
  .blog .head-blog .title-wrap,
  .post-type-archive-project .head-blog .title-wrap {
    font-size: 4.5rem;
  }
}
@media (min-width: 1280px) {
  .blog .head-blog .title-wrap,
  .post-type-archive-project .head-blog .title-wrap {
    font-size: 6rem;
  }
}
.blog .head-blog .title-wrap,
.post-type-archive-project .head-blog .title-wrap {
  text-transform: uppercase;
}
.blog .head-blog .title-wrap .entry-title,
.post-type-archive-project .head-blog .title-wrap .entry-title {
  margin: 0;
  font-weight: 300;
}
.blog .head-blog img,
.post-type-archive-project .head-blog img {
  height: 50vh;
  object-fit: cover;
}
@media (min-width: 781px) {
  .blog .head-blog img,
  .post-type-archive-project .head-blog img {
    height: 100vh;
  }
}
.blog .site-main,
.post-type-archive-project .site-main {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.blog .site-main article,
.post-type-archive-project .site-main article {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
  margin-top: 2rem;
  margin-left: 0;
}
.blog .site-main article::after,
.post-type-archive-project .site-main article::after {
  content: "";
  display: block;
  padding-bottom: 120%;
}
@media (min-width: 781px) {
  .blog .site-main article,
  .post-type-archive-project .site-main article {
    width: 49%;
  }
  .blog .site-main article:nth-of-type(2n+1),
  .post-type-archive-project .site-main article:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .blog .site-main article:nth-of-type(2n+2),
  .post-type-archive-project .site-main article:nth-of-type(2n+2) {
    margin-left: 2%;
  }
}
@media (min-width: 1280px) {
  .blog .site-main article,
  .post-type-archive-project .site-main article {
    width: 32.6666666667%;
  }
  .blog .site-main article:nth-of-type(2n+2),
  .post-type-archive-project .site-main article:nth-of-type(2n+2) {
    margin-left: 0;
  }
  .blog .site-main article:nth-of-type(3n+2), .blog .site-main article:nth-of-type(3n+3),
  .post-type-archive-project .site-main article:nth-of-type(3n+2),
  .post-type-archive-project .site-main article:nth-of-type(3n+3) {
    margin-left: 1%;
  }
}
.blog .site-main article .entry-header,
.post-type-archive-project .site-main article .entry-header {
  position: absolute;
  bottom: 0;
  padding: 10%;
  padding-top: 50%;
  width: 100%;
  transition: padding-top 0.3s ease-in-out;
  background: black;
  background: -moz-linear-gradient(0deg, #1D1710 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, #1D1710 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, #1D1710 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1D1710",endColorstr="#1D1710",GradientType=1);
}
.blog .site-main article .entry-header h2,
.post-type-archive-project .site-main article .entry-header h2 {
  color: white;
  font-size: 1rem;
  margin-bottom: 0;
}
@media (min-width: 781px) {
  .blog .site-main article .entry-header h2,
  .post-type-archive-project .site-main article .entry-header h2 {
    font-size: 1.375rem;
  }
}
.blog .site-main article .entry-meta,
.post-type-archive-project .site-main article .entry-meta {
  text-transform: uppercase;
  color: white;
}
.blog .site-main article .entry-meta a,
.post-type-archive-project .site-main article .entry-meta a {
  color: white;
  font-size: 0.825rem;
}
@media (min-width: 781px) {
  .blog .site-main article .entry-meta a,
  .post-type-archive-project .site-main article .entry-meta a {
    font-size: 1rem;
  }
}
.blog .site-main article .link-for-single,
.post-type-archive-project .site-main article .link-for-single {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
}
.blog .site-main article .link-for-single:hover img,
.post-type-archive-project .site-main article .link-for-single:hover img {
  transform: scale(1.1);
}
.blog .site-main article img,
.post-type-archive-project .site-main article img {
  display: block;
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
  transition: 0.3s ease-in-out transform;
}

.post-type-archive-rapport_publication .head-blog {
  height: 100vh;
  display: flex;
  position: relative;
  z-index: 5;
}
.post-type-archive-rapport_publication .head-blog .title-wrap {
  position: absolute;
  color: white;
  bottom: 40px;
  left: 0;
  right: 0;
  font-size: 1.8rem;
}
@media (min-width: 781px) {
  .post-type-archive-rapport_publication .head-blog .title-wrap {
    font-size: 4.5rem;
  }
}
@media (min-width: 1280px) {
  .post-type-archive-rapport_publication .head-blog .title-wrap {
    font-size: 6rem;
  }
}
.post-type-archive-rapport_publication .head-blog .title-wrap {
  text-transform: uppercase;
}
.post-type-archive-rapport_publication .head-blog .title-wrap .entry-title {
  margin: 0;
  font-weight: 300;
}
.post-type-archive-rapport_publication .head-blog img {
  height: 100vh;
  object-fit: cover;
}
.post-type-archive-rapport_publication .site-main article {
  margin-bottom: 5rem;
  margin-top: 3rem;
}
@media (min-width: 781px) {
  .post-type-archive-rapport_publication .site-main article {
    padding-left: 8.3333333333%;
  }
}
.post-type-archive-rapport_publication .site-main article a {
  background-image: url("./img/pdf.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 32px;
  text-decoration: none;
  display: block;
  padding-right: 45px;
}
@media (min-width: 781px) {
  .post-type-archive-rapport_publication .site-main article a {
    padding-right: 5.3333333333%;
    width: fit-content;
  }
}
.post-type-archive-rapport_publication .site-main article a .entry-meta {
  color: #606157;
}
.post-type-archive-rapport_publication .site-main article a .entry-title {
  text-transform: initial;
}
.post-type-archive-rapport_publication .site-main article a:hover {
  background-image: url("./img/pdf-hover.svg");
}
.post-type-archive-rapport_publication .site-main article a:hover .entry-title {
  color: #404040;
}

.single .head-blog {
  height: 60vh;
  display: flex;
  position: relative;
  z-index: 5;
}
.single .head-blog .title-wrap {
  position: absolute;
  color: white;
  bottom: 40px;
  left: 0;
  right: 0;
  font-size: 1.8rem;
}
@media (min-width: 781px) {
  .single .head-blog .title-wrap {
    font-size: 4.5rem;
  }
}
@media (min-width: 1280px) {
  .single .head-blog .title-wrap {
    font-size: 6rem;
  }
}
.single .head-blog .title-wrap {
  text-transform: uppercase;
}
.single .head-blog .title-wrap .entry-title {
  margin: 0;
  font-weight: 300;
}
.single .head-blog img {
  height: 60vh;
  object-fit: cover;
}
.single .site-main article {
  margin-top: 7rem;
  width: 100%;
}
.single .site-main article .top-single {
  margin-bottom: 4rem;
}
@media (min-width: 781px) {
  .single .site-main article .top-single {
    padding-left: 8.3333333333%;
    padding-right: 8.3333333333%;
  }
}
.single .site-main article .top-single .entry-title {
  margin-top: 3rem;
}
.single .site-main article .top-single .tags-list {
  margin-bottom: 5rem;
  margin-top: 3rem;
}
.single .site-main article .top-single span.tags-single {
  padding: 0.25rem 1rem 0.2rem 1rem !important;
  border: #A5AB9C solid 1px;
  margin-right: 1rem;
  color: #A5AB9C;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.single .site-main article img {
  width: 100%;
}
.single .site-main article .slider-post article {
  margin-top: 0;
}

.gutenslider-home {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.wp-block-group__inner-container {
  max-width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}
@media (min-width: 781px) {
  .wp-block-group__inner-container {
    padding-left: 7.1428571429%;
    padding-right: 7.1428571429%;
    width: 100%;
  }
}
@media (min-width: 1920px) {
  .wp-block-group__inner-container {
    max-width: 1640px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.wp-block-group__inner-container .wp-block-group__inner-container {
  padding-left: 0;
  padding-right: 0;
  max-width: inherit;
}

@media (min-width: 782px) {
  .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
@media (max-width: 782px) {
  .column-revers-mobile {
    flex-direction: column-reverse;
  }
}
.wp-block-quote {
  position: relative;
  margin: 0;
}
.wp-block-quote::before {
  display: block;
  content: "";
  width: 160px;
  height: 178px;
  position: absolute;
  background-image: url("./quote.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: -30px;
  left: 60px;
}

.bg-fond-primary {
  position: relative;
}
.bg-fond-primary p,
.bg-fond-primary h2,
.bg-fond-primary h3,
.bg-fond-primary h4,
.bg-fond-primary a {
  color: white;
}
.bg-fond-primary::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #8CA76C;
  position: absolute;
  z-index: -1;
}
@media (min-width: 781px) {
  .bg-fond-primary::before {
    width: 78.5714285714%;
    left: 21.4285714286%;
  }
}
.bg-fond-primary p a:visited {
  color: white;
}
.bg-fond-primary p.has-text-color {
  margin-bottom: 0;
}

.very-small-p-r {
  padding-right: 0.5rem;
}

.small-p-r {
  padding-right: 0;
}
@media (min-width: 781px) {
  .small-p-r {
    padding-right: 2rem;
  }
}

.small-p-l {
  padding-left: 0;
}
@media (min-width: 781px) {
  .small-p-l {
    padding-left: 2rem;
  }
}

.small-p-rl {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 781px) {
  .small-p-rl {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.bg-fond-secondary {
  position: relative;
}
.bg-fond-secondary p,
.bg-fond-secondary h2,
.bg-fond-secondary h3,
.bg-fond-secondary h4,
.bg-fond-secondary a {
  color: white;
}
.bg-fond-secondary::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #59442F;
  position: absolute;
  z-index: -1;
}
@media (min-width: 781px) {
  .bg-fond-secondary::before {
    width: 78.5714285714%;
    right: 21.4285714286%;
  }
}
.bg-fond-secondary p a:visited {
  color: white;
}
.bg-fond-secondary p.has-text-color {
  margin-bottom: 0;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}

.site-main article {
  margin: 0;
}

.wp-block-cover.marg-top-neg {
  margin-top: -14rem;
  z-index: -1;
}

.vision {
  list-style: none;
  margin-top: 2rem;
  margin-bottom: 6rem;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  padding-left: 10%;
}
@media (min-width: 781px) {
  .vision {
    margin-top: 12rem;
    margin-bottom: 16rem;
    padding-left: 7.1428571429%;
  }
}
@media (min-width: 1920px) {
  .vision {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }
}
.vision ul {
  margin: 0;
}
.vision .item-vision {
  width: 100%;
  margin-bottom: 2rem;
  margin-top: 0rem;
}
@media (min-width: 781px) {
  .vision .item-vision {
    width: 41.6666666667%;
  }
}
@media (min-width: 1280px) {
  .vision .item-vision {
    margin-left: 8.3333333333%;
  }
}
.vision .item-vision h2 {
  padding-top: 4rem;
}
.vision .img-vision {
  width: 100%;
}
@media (min-width: 781px) {
  .vision .img-vision {
    left: 57.1428571429%;
    width: 35.7142857143%;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    position: fixed;
    top: 10vh;
    z-index: -1;
  }
}
.vision .img-vision.show-vision {
  opacity: 1;
}

.slider-post {
  width: 100%;
  margin-left: auto;
  overflow: hidden;
  margin-bottom: 1rem;
  margin-top: 4rem;
}
@media (min-width: 781px) {
  .slider-post {
    width: 83.3333333333%;
  }
}
.slider-post .posts-list {
  display: flex;
  flex-wrap: wrap;
}
.slider-post .posts-list article .list-categorie-publications {
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 1280px) {
  .slider-post .posts-list article .list-categorie-publications {
    font-size: 1rem;
  }
}
.slider-post .posts-list article .contentpost {
  padding-left: 1px;
  margin-top: 2rem;
  font-size: 1.125rem;
}
@media (min-width: 1280px) {
  .slider-post .posts-list article .contentpost {
    font-size: 1.375rem;
  }
}
.slider-post .posts-list article a.linkimg {
  display: block;
  overflow: hidden;
}
.slider-post .posts-list article a.linkimg:hover img {
  transform: scale(1.1);
}
.slider-post .posts-list article a.linkimg img {
  transition: transform 0.5s ease-in-out;
  display: block;
}

.controls-post {
  width: 100%;
  margin-left: auto;
  margin-bottom: 6rem;
}
@media (min-width: 781px) {
  .controls-post {
    width: 83.3333333333%;
    margin-bottom: 13rem;
  }
}
@media (max-width: 780px) {
  .controls-post {
    display: block !important;
  }
}
.controls-post .line-grey {
  width: 100%;
  height: 1px;
  background-color: #8CA76C;
}
.controls-post .line-grey .line-actual {
  height: 2px;
  background-color: #606157;
  border-radius: 3px;
  margin-top: -1px;
  transition: margin-left 0.5s ease-in-out;
}
.controls-post .arrow-sliderpost {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4rem;
}
.controls-post .arrow-sliderpost.phase1 .l-arrow {
  opacity: 0.2;
}
.controls-post .arrow-sliderpost.phase1 .l-arrow:hover path {
  stroke: #606157;
}
.controls-post .arrow-sliderpost .l-arrow {
  width: 20px;
  height: 35px;
  cursor: pointer;
}
.controls-post .arrow-sliderpost .l-arrow svg {
  width: 100%;
}
.controls-post .arrow-sliderpost .l-arrow:hover path {
  stroke: #8CA76C;
}
.controls-post .arrow-sliderpost .r-arrow {
  width: 20px;
  height: 35px;
  margin-left: 2rem;
  cursor: pointer;
}
.controls-post .arrow-sliderpost .r-arrow svg {
  width: 100%;
}
.controls-post .arrow-sliderpost .r-arrow:hover path {
  stroke: #8CA76C;
}

.margin-slider2 {
  display: none;
  margin-bottom: 6rem;
  height: 1px;
  width: 1px;
}
@media (min-width: 781px) {
  .margin-slider2 {
    display: block;
    margin-bottom: 13rem;
  }
}

.filtre-facet {
  font-family: "Montserrat", sans-serif;
  margin-top: 7rem;
}

.facetwp-checkbox {
  background: inherit !important;
  margin-bottom: 0 !important;
}

.facetwp-counter {
  display: none !important;
}

.facetwp-facet-tags,
.facetwp-facet-cats,
.facetwp-facet-cat_rapport {
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
}
.facetwp-facet-tags .facetwp-checkbox,
.facetwp-facet-cats .facetwp-checkbox,
.facetwp-facet-cat_rapport .facetwp-checkbox {
  padding: 0.25rem 0 !important;
  border-bottom: #A5AB9C solid 1px;
  margin-right: 1rem;
  color: #A5AB9C;
  margin-bottom: 1rem !important;
  font-size: 0.7rem;
}
@media (min-width: 781px) {
  .facetwp-facet-tags .facetwp-checkbox,
  .facetwp-facet-cats .facetwp-checkbox,
  .facetwp-facet-cat_rapport .facetwp-checkbox {
    font-size: 0.875rem;
  }
}
.facetwp-facet-tags .facetwp-checkbox:hover,
.facetwp-facet-cats .facetwp-checkbox:hover,
.facetwp-facet-cat_rapport .facetwp-checkbox:hover {
  border-bottom: #606157 solid 1px;
  color: #606157;
  font-weight: 600;
}
.facetwp-facet-tags .facetwp-checkbox.checked,
.facetwp-facet-cats .facetwp-checkbox.checked,
.facetwp-facet-cat_rapport .facetwp-checkbox.checked {
  border-bottom: #606157 solid 1px;
  color: #606157;
  font-weight: 600;
}

.facetwp-facet-tags .facetwp-checkbox {
  padding: 0.25rem 1rem 0.2rem 1rem !important;
  border: #A5AB9C solid 1px;
  margin-right: 1rem;
  color: #A5AB9C;
  font-size: 0.7rem;
  margin-bottom: 1rem !important;
}
@media (min-width: 781px) {
  .facetwp-facet-tags .facetwp-checkbox {
    font-size: 0.875rem;
  }
}
.facetwp-facet-tags .facetwp-checkbox:hover {
  background-color: #606157 !important;
  border: #606157 solid 1px;
  color: #FFFBF4;
}
.facetwp-facet-tags .facetwp-checkbox.checked {
  background-color: #606157 !important;
  border: #606157 solid 1px;
  color: #FFFBF4;
}

.pagination-blog {
  padding-left: 7.1428571429%;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  margin-bottom: 7rem;
}
.pagination-blog a {
  color: #59442F;
  width: 36px;
  text-align: center;
  border-bottom: 3px solid transparent;
}
.pagination-blog a:hover {
  color: #8CA76C;
  border-bottom: 3px solid #8CA76C;
}
.pagination-blog .next,
.pagination-blog .prev {
  display: none;
}
.pagination-blog .active {
  color: #8CA76C;
  border-bottom: 3px solid #8CA76C;
}

#colophon {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #59442F;
  color: white !important;
  font-family: "Montserrat", sans-serif;
}
#colophon .lang-item {
  display: none;
}
#colophon .logo-foot img {
  width: 250px;
}
@media (min-width: 781px) {
  #colophon .logo-foot img {
    width: 300px;
  }
}
#colophon p {
  color: white;
}
#colophon a {
  color: white;
}
#colophon .site-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 3rem;
}
@media (min-width: 781px) {
  #colophon .site-info {
    justify-content: flex-end;
    margin-top: 1.5rem;
  }
}
@media (min-width: 1280px) {
  #colophon .site-info {
    margin-top: 0;
  }
}
#colophon .site-info ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
#colophon .site-info p {
  margin-top: 0;
}
@media (min-width: 781px) {
  #colophon .site-info .menu-foot {
    width: 33%;
  }
}
@media (min-width: 1280px) {
  #colophon .site-info .menu-foot {
    width: 20%;
  }
}
#colophon .site-info .menu-foot a {
  padding: 0.5rem 0;
  display: block;
  text-decoration: none;
  opacity: 0.7;
  width: fit-content;
}
#colophon .site-info .menu-foot a:first-of-type {
  padding-top: 0;
}
#colophon .site-info .menu-foot a:hover {
  opacity: 1;
}
#colophon .site-info .contact-foot {
  width: 100%;
}
#colophon .site-info .contact-foot a {
  padding: 0.5rem 0;
  display: block;
  text-decoration: none;
  opacity: 0.7;
  width: fit-content;
  font-size: 1rem !important;
}
#colophon .site-info .contact-foot a:hover {
  opacity: 1;
}
@media (min-width: 781px) {
  #colophon .site-info .contact-foot {
    width: 33%;
  }
}
@media (min-width: 1280px) {
  #colophon .site-info .contact-foot {
    width: 20%;
  }
}
#colophon .site-fullbottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 3rem;
}
#colophon .site-fullbottom .privacy-foot {
  width: 100%;
  order: 1;
}
@media (min-width: 781px) {
  #colophon .site-fullbottom .privacy-foot {
    width: fit-content;
    margin-right: 2rem;
  }
}
#colophon .site-fullbottom .privacy-foot a {
  text-decoration: none;
  opacity: 0.7;
}
#colophon .site-fullbottom .privacy-foot a:hover {
  opacity: 1;
}
#colophon .site-fullbottom .copyright-foot {
  width: 100%;
  order: 3;
  margin-top: 2rem;
  opacity: 0.7;
}
@media (min-width: 781px) {
  #colophon .site-fullbottom .copyright-foot {
    margin-top: 0;
    order: 2;
    width: 37%;
  }
}
#colophon .site-fullbottom .copyright-foot a {
  text-decoration: none;
}
#colophon .site-fullbottom .copyright-foot a:hover {
  opacity: 1;
}
#colophon .site-fullbottom .credits-foot {
  width: 100%;
  order: 2;
}
@media (min-width: 781px) {
  #colophon .site-fullbottom .credits-foot {
    order: 3;
    width: 20%;
    margin-left: auto;
  }
}
#colophon .site-fullbottom .credits-foot a {
  text-decoration: none;
  opacity: 0.7;
}
#colophon .site-fullbottom .credits-foot a:hover {
  opacity: 1;
}
#colophon #primary-menu-footer > li > a {
  text-transform: uppercase;
  line-height: 1.7;
  font-weight: 600;
  font-size: 0.938rem;
  opacity: 1;
}
@media (min-width: 781px) {
  #colophon #primary-menu-footer > li > a {
    font-size: 0.813rem;
  }
}
@media (min-width: 1280px) {
  #colophon #primary-menu-footer > li > a {
    font-size: 1rem;
  }
}

@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-column:not(:only-child) {
    flex-basis: inherit !important;
  }
  .wp-block-column:nth-child(2n) {
    margin-left: inherit;
  }
}
.slider-year {
  display: none;
}
.slider-year::before {
  background-color: #937C4A !important;
}
.slider-year .wp-block-image {
  position: relative;
  margin: 0;
}
.slider-year .wp-block-image .btn-suivant-slider {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #59442F;
  border-radius: 100%;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease-in-out;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
@media (min-width: 781px) {
  .slider-year .wp-block-image .btn-suivant-slider {
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -50px;
    left: inherit;
  }
}
.slider-year .wp-block-image .btn-suivant-slider svg {
  position: relative;
  right: -3px;
}
.slider-year .wp-block-image .btn-suivant-slider svg path {
  transition: stroke 0.3s ease-in-out;
}
.slider-year .wp-block-image .btn-suivant-slider:hover {
  background-color: #8CA76C;
}
.slider-year .wp-block-image .btn-suivant-slider:hover svg path {
  stroke: white;
}
.slider-year .wp-block-image .btn-last svg {
  transform: rotate(180deg);
  right: 3px;
}
.slider-year .wp-block-image img {
  display: block;
  position: relative;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  opacity: 0;
  left: -7.1428571429%;
  transition: opacity ease-in-out 0.5s, left ease-in-out 1s;
}
.slider-year .content-years {
  opacity: 0;
  transition: opacity ease-in-out 0.5s;
}
.slider-year.opacity-img .wp-block-image img {
  opacity: 1;
  left: 0;
}
.slider-year.opacity-img .content-years {
  opacity: 1;
}
.slider-year span.one-year-btn {
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
  margin-right: 1rem;
  font-weight: bold;
}
.slider-year span.one-year-btn::before {
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}
.slider-year span.one-year-btn:before {
  content: "";
}
.slider-year span.one-year-btn::before, .slider-year span.one-year-btn::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
}
.slider-year span.one-year-btn:hover {
  outline: none;
  color: currentColor;
}
.slider-year span.one-year-btn:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
.slider-year span.one-year-btn.active-year {
  color: #8CA76C;
  border-bottom: 1px solid currentColor;
}
.slider-year.slider-n-0 {
  display: block;
}
.slider-year h3 {
  margin-bottom: 0;
}
@media (min-width: 781px) {
  .slider-year h3 {
    margin-bottom: 1em;
  }
}
.slider-year .list-years-btn {
  margin-top: 3rem;
}
@media (min-width: 781px) {
  .slider-year .list-years-btn {
    margin-top: 0;
    position: absolute;
    bottom: 5rem;
  }
}
.slider-year .text-years {
  margin-bottom: 1.5em;
}
@media (min-width: 781px) {
  .slider-year .text-years {
    margin-bottom: 100px;
  }
}

.entry-content .slider-year:last-of-type .btn-suivant-slider {
  display: none;
}

.anchor-offset:target:before {
  content: "";
  display: block;
  height: 120px;
  margin: -120px 0 0;
}

strong {
  font-weight: bold !important;
}

.wp-block-spacer.none-phone, .wp-block-column.none-phone {
  display: none;
}
@media (min-width: 781px) {
  .wp-block-spacer.none-phone, .wp-block-column.none-phone {
    display: block;
  }
}

.wp-block-spacer.only-phone {
  display: block;
}
@media (min-width: 781px) {
  .wp-block-spacer.only-phone {
    display: none;
  }
}

.wp-block-cover.small-ban-phone {
  min-height: 500px !important;
}
@media (min-width: 781px) {
  .wp-block-cover.small-ban-phone {
    min-height: 700px !important;
  }
}

.wp-block-columns.marg-bas-no {
  margin-bottom: 0;
}
@media (min-width: 781px) {
  .wp-block-columns.marg-bas-no {
    margin-bottom: 1.75em;
  }
}

#jv-map {
  height: 400px;
}
@media (min-width: 781px) {
  #jv-map {
    height: 500px !important;
  }
}

.block-services {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}
.block-services .grid-service {
  width: 100%;
}
@media (min-width: 781px) {
  .block-services .grid-service {
    width: 49%;
  }
  .block-services .grid-service:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .block-services .grid-service:nth-of-type(2n+2) {
    margin-left: 2%;
  }
}
@media (min-width: 1280px) {
  .block-services .grid-service {
    width: 32.6666666667%;
  }
  .block-services .grid-service:nth-of-type(2n+2) {
    margin-left: 0;
  }
  .block-services .grid-service:nth-of-type(3n+2), .block-services .grid-service:nth-of-type(3n+3) {
    margin-left: 1%;
  }
}
.block-services .grid-service .oneservice {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
  margin-top: 2rem;
  margin-left: 0;
}
.block-services .grid-service .oneservice::after {
  content: "";
  display: block;
  padding-bottom: 120%;
}
.block-services .grid-service .oneservice .header-service {
  position: absolute;
  bottom: 0;
  padding: 7%;
  padding-top: 50%;
  width: 100%;
  transition: padding-top 0.3s ease-in-out;
  background: black;
  background: -moz-linear-gradient(0deg, #1D1710 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, #1D1710 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, #1D1710 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1D1710",endColorstr="#1D1710",GradientType=1);
}
.block-services .grid-service .oneservice .header-service h2 {
  color: white;
  font-size: 1.5rem;
  margin-bottom: 0;
}
@media (min-width: 781px) {
  .block-services .grid-service .oneservice .header-service h2 {
    font-size: 2rem;
  }
}
.block-services .grid-service .oneservice .entry-meta {
  text-transform: uppercase;
  color: white;
}
.block-services .grid-service .oneservice .entry-meta a {
  color: white;
  font-size: 0.825rem;
}
@media (min-width: 781px) {
  .block-services .grid-service .oneservice .entry-meta a {
    font-size: 1rem;
  }
}
.block-services .grid-service .oneservice .link-for-single {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
}
.block-services .grid-service .oneservice .link-for-single:hover img {
  transform: scale(1.1);
}
.block-services .grid-service .oneservice img {
  display: block;
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
  transition: 0.3s ease-in-out transform;
}

/* Ajouts Onzeweb L*/
.wp-block-cover {
  padding-left: 10%;
  padding-right: 10%;
}
@media (min-width: 781px) {
  .wp-block-cover {
    padding-left: 7.1428571429%;
    padding-right: 7.1428571429%;
    width: 100%;
  }
}
.wp-block-cover.aspect-ratio {
  aspect-ratio: 2/3;
}
.wp-block-cover.is-style-header-zone {
  height: 50vh !important;
  min-height: 50vh !important;
}
@media (min-width: 781px) {
  .wp-block-cover.is-style-header-zone {
    height: 100vh !important;
    min-height: 100vh !important;
  }
}
.wp-block-cover.is-style-header-zone h1 {
  margin: 0;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
  font-size: 2rem;
}
@media (min-width: 781px) {
  .wp-block-cover.is-style-header-zone h1 {
    bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .wp-block-cover.is-style-header-zone h1 {
    font-size: 5.5rem;
  }
}
.wp-block-cover.is-style-header-zone h2 {
  margin-top: 0;
  font-size: 1.7rem;
}
@media (min-width: 781px) {
  .wp-block-cover.is-style-header-zone h2 {
    font-size: 2.75rem;
  }
}
@media (min-width: 1280px) {
  .wp-block-cover.is-style-header-zone h2 {
    font-size: 3.375rem;
  }
}

.wp-block-separator {
  height: 2px;
  width: 50%;
  border: none !important;
  margin: 0;
}
.wp-block-separator.is-style-wide {
  width: 100%;
}
.wp-block-separator:not(.is-style-wide) {
  margin-inline-start: 0;
  margin-left: 0;
  margin-inline-end: auto;
  margin-right: auto;
}

.wp-block-button .wp-block-button__link {
  text-transform: uppercase;
  color: white;
  border: 1px solid white;
  padding: 1em 1.2em;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  border-radius: 0;
}
.wp-block-button .wp-block-button__link:hover {
  background-color: white;
  color: #8CA76C;
}

.block-s-peace {
  margin: 0 !important;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  height: var(--space-mobile, 0px);
}
@media (min-width: 781px) {
  .block-s-peace {
    height: var(--space-ipad, 0px);
  }
}
@media (min-width: 1280px) {
  .block-s-peace {
    height: var(--space-desktop, 0px);
  }
}

/* ------------------------------------------- */
/* ------------------------------------------- */
.has-primary-color {
  color: #8CA76C;
}

.has-primary-background-color {
  background-color: #8CA76C;
}

.has-grey-color {
  color: #606157;
}

.has-grey-background-color {
  background-color: #606157;
}

.has-secondary-color {
  color: #59442F;
}

.has-secondary-background-color {
  background-color: #59442F;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
.wpcf7-form {
  max-width: 900px;
}
.wpcf7-form .cf7-row {
  margin-bottom: 40px;
}
.wpcf7-form .cf7-row.two-cols {
  display: flex;
  gap: 60px;
}
.wpcf7-form .cf7-row.two-cols .col {
  flex: 1;
}
.wpcf7-form label {
  display: block;
  font-size: 20px;
  color: white;
}
.wpcf7-form input,
.wpcf7-form textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding: 10px 10px;
  color: white;
  font-size: 18px;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 0.938rem;
}
@media (min-width: 781px) {
  .wpcf7-form input,
  .wpcf7-form textarea {
    font-size: 0.813rem;
  }
}
@media (min-width: 1280px) {
  .wpcf7-form input,
  .wpcf7-form textarea {
    font-size: 1rem;
  }
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  outline: none;
  border-bottom: 1px solid white;
  background-color: white;
  color: #59442F;
}
.wpcf7-form textarea {
  min-height: 120px;
  resize: none;
}
.wpcf7-form .wpcf7-radio, .wpcf7-form .wpcf7-checkbox {
  margin: 0.5rem 0;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item.first, .wpcf7-form .wpcf7-checkbox .wpcf7-list-item.first {
  margin-left: 0;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item label, .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: flex-start;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.938rem;
}
@media (min-width: 781px) {
  .wpcf7-form .wpcf7-radio .wpcf7-list-item label, .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label {
    font-size: 0.813rem;
  }
}
@media (min-width: 1280px) {
  .wpcf7-form .wpcf7-radio .wpcf7-list-item label, .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label {
    font-size: 1rem;
  }
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item label input[type=radio], .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label input[type=radio] {
  accent-color: #8CA76C;
  width: auto;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label, .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  flex: 0 0 auto;
}
.wpcf7-form input[type=radio] {
  -webkit-appearance: radio;
}
.wpcf7-form input[type=submit] {
  font-family: "Montserrat", sans-serif;
  background: transparent;
  border: 1px solid white;
  padding: 15px 40px;
  font-size: 18px;
  cursor: pointer;
  color: white;
  transition: 0.3s;
}
.wpcf7-form input[type=submit]:hover {
  background: white;
  color: #5a3e28;
}
.wpcf7-form .wpcf7-response-output {
  color: white;
}
