/*!***********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/css/index.css ***!
  \***********************************************************************************************************************************************************************/
/* Base layer */
/* ! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
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;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-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; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
/* Component layer */
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
/* Custom select component */
/* Grid container */
/* Default: 4 columns */
/* Responsive breakpoints */
/* Utilities layer */
.pointer-events-none {
  pointer-events: none;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-6 {
  bottom: 1.5rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-4 {
  left: 1rem;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-1\/3 {
  top: 33.333333%;
}
.top-6 {
  top: 1.5rem;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.\!my-\[16px\] {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-\[30px\] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[18px\] {
  margin-bottom: 18px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[3rem\] {
  margin-bottom: 3rem;
}
.ml-\[16px\] {
  margin-left: 16px;
}
.ml-auto {
  margin-left: auto;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[150px\] {
  margin-top: 150px;
}
.mt-\[16px\] {
  margin-top: 16px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.\!h-\[234px\] {
  height: 234px !important;
}
.\!h-\[400px\] {
  height: 400px !important;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[45\%\] {
  height: 45%;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[600px\] {
  height: 600px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[8px\] {
  height: 8px;
}
.h-full {
  height: 100%;
}
.min-h-\[174px\] {
  min-height: 174px;
}
.w-1\/2 {
  width: 50%;
}
.w-2\/12 {
  width: 16.666667%;
}
.w-5\/12 {
  width: 41.666667%;
}
.w-6\/12 {
  width: 50%;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[90px\] {
  width: 90px;
}
.w-full {
  width: 100%;
}
.max-w-\[293px\] {
  max-width: 293px;
}
.max-w-\[350px\] {
  max-width: 350px;
}
.max-w-xs {
  max-width: 20rem;
}
.basis-full {
  flex-basis: 100%;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[25px\] {
  gap: 25px;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-8 {
  border-width: 8px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-t-\[1px\] {
  border-top-width: 1px;
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(24 137 84 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-\[\#F5F5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(24 137 84 / var(--tw-bg-opacity));
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 173 171 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-cover {
  background-size: cover;
}
.fill-primary {
  fill: #188954;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-4 {
  padding: 1rem;
}
.p-8 {
  padding: 2rem;
}
.\!py-\[12px\] {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[23px\] {
  padding-top: 23px;
  padding-bottom: 23px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-40 {
  padding-bottom: 10rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-\[10px\] {
  padding-left: 10px;
}
.pl-\[30px\] {
  padding-left: 30px;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-\[100px\] {
  padding-top: 100px;
}
.pt-\[135px\] {
  padding-top: 135px;
}
.pt-\[160px\] {
  padding-top: 160px;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-oswald {
  font-family: Oswald;
}
.\!text-small {
  font-size: 16px !important;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-base {
  font-size: 16px;
}
.text-large {
  font-size: 35px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-medium {
  font-size: 24px;
}
.text-menu {
  font-size: 22px;
}
.text-x-small {
  font-size: 14px;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.\!normal-case {
  text-transform: none !important;
}
.italic {
  font-style: italic;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-\[1\.4\] {
  line-height: 1.4;
}
.leading-\[25px\] {
  line-height: 25px;
}
.leading-\[40px\] {
  line-height: 40px;
}
.leading-none {
  line-height: 1.1;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(24 137 84 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.opacity-20 {
  opacity: 0.2;
}
.\!shadow-\[5px_14px_0px_5px_\#00ADAB\] {
  --tw-shadow: 5px 14px 0px 5px #00ADAB !important;
  --tw-shadow-colored: 5px 14px 0px 5px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[5px_14px_0px_5px_\#0581BF\] {
  --tw-shadow: 5px 14px 0px 5px #0581BF;
  --tw-shadow-colored: 5px 14px 0px 5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
body {
  font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
body.post-type-archive-saveur .menu-shadow {
  display: none;
}
h1,
h2:not(.ui-sortable-handle):not(.editor-post-card-panel__title),
h3:not(.ui-sortable-handle):not(.editor-post-card-panel__title),
h4:not(ui-sortable-handle):not(.editor-post-card-panel__title),
h5:not(ui-sortable-handle):not(.editor-post-card-panel__title),
h6:not(ui-sortable-handle):not(.editor-post-card-panel__title),.has-oswald-font-family {
  margin-bottom: 1.5rem;
  font-family: Oswald;
  font-weight: 600;
  line-height: 1.2;
}
h1 {
  margin-bottom: 2rem;
  font-size: 30px;
}
@media (min-width: 1024px) {
  h1 {
    font-size: 40px;
  }
}
h1,
h1.wp-block-heading {
  text-align: center !important;
  font-weight: 300 !important;
  line-height: 1.2 !important;
}
@media (min-width: 1024px) {
  h1,
h1.wp-block-heading {
    font-size: 50px !important;
  }
}
h2 {
  font-size: 25px;
  line-height: 30px;
}
h2.wp-block-heading {
  font-size: 25px !important;
  line-height: 30px !important;
}
p {
    font-size: 18px;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  text-align: center;
}
.alignright {
  margin-left: auto;
  text-align: right;
}
.to-top {
  position: fixed;
  bottom: 2.5rem;
  right: 2.5rem;
  z-index: 100;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 12px;
}
@layer {
    .menu-container.to-top {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
    }

}
.to-top {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.to-top.visible {
    opacity: 1;
}
.to-top span.arrow-up {
  display: flex;
  height: 48px;
  width: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(24 137 84 / var(--tw-border-opacity)) !important;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.to-top span.arrow-up svg {
  --tw-rotate: -90deg !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.to-top span.arrow-up:hover {
  opacity: 0.5;
}
/* container */
.container, .entry-content.content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .container, .entry-content.content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1024px) {
  .container, .entry-content.content {
    max-width: 1193px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1536px) {
  .container, .entry-content.content {
    max-width: 1280px;
  }
}
.entry-content.content {
  padding-top: 0px;
  padding-bottom: 0px;
}
.editor-post-featured-image__preview {
  --tw-bg-opacity: 1;
  background-color: rgb(24 137 84 / var(--tw-bg-opacity));
}
.editor-post-featured-image__preview .editor-post-featured-image__preview-image {
    aspect-ratio: initial;
    -o-object-fit: initial;
       object-fit: initial;
    -o-object-position: initial;
       object-position: initial;
    width: initial;
    margin-top: 2em;
    margin-bottom: 2rem;
}
/* menu container */
#primary-menu .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  #primary-menu .container {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
#primary-menu .sub-menu .container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
#primary-menu .container ul li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#primary-menu .container ul li a:hover svg path {
  fill: #00ADAB;
}
#primary-menu .container ul.container li a {
  --tw-text-opacity: 1;
  color: rgb(24 137 84 / var(--tw-text-opacity));
}
#primary-menu .sub-menu {
  position: absolute;
  left: 0px;
  right: 0px;
  display: none;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#primary-menu .sub-menu li a {
  font-size: 20px;
  letter-spacing: 0.05em;
}
#primary-menu ul li.menu-item.active.visible a {
  --tw-text-opacity: 1;
  color: rgb(0 173 171 / var(--tw-text-opacity));
}
#primary-menu ul li.menu-item.active.visible a svg path {
  fill: #00ADAB;
}
#primary-menu ul li.menu-item.active.visible .sub-menu,
#primary-menu ul li.menu-item:hover .sub-menu {
  opacity: 1;
}
#primary-menu ul li.menu-item.active .sub-menu,
#primary-menu ul li.menu-item:hover .sub-menu {
  display: flex;
}
#primary-menu .container ul li a {
  position: relative;
  flex-wrap: wrap;
}
/* #primary-menu .container ul li a:after {
    @apply content-[''] block w-0 h-[2px] bg-white transition-all duration-500 ease-in-out absolute bottom-[22px]
}*/
#primary-menu .container ul li a:hover:after,
#primary-menu .container ul li.current-menu-item a:after {
  width: 100%;
}
.sidebar li.current-menu-item span {
  --tw-text-opacity: 1;
  color: rgb(0 173 171 / var(--tw-text-opacity));
}
/* entry content */
.entry-content {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.loading-slides .swiper-slide .product-item .product-image img {
  transition-property: opacity;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.loading-slides .swiper-slide .product-item .product-image img,
.archive .product {
  opacity: 0;
}
.loading-slides .swiper-slide .product-item .product-image {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.swiper-pagination-bullet {
  display: block;
  height: 5px;
  width: 33px;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.swiper-pagination-bullet:hover {
  opacity: 0.8;
}
#slide-header-swiper .swiper-slide video {
  transition-property: opacity;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1024px) {
  #slide-header-swiper .swiper-slide:not(.swiper-slide-active) video {
    opacity: 0;
  }
}
.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(24 137 84 / var(--tw-bg-opacity));
}
#slide-header-swiper .swiper-slide {
  --tw-bg-opacity: 1;
  background-color: rgb(24 137 84 / var(--tw-bg-opacity));
}
input[type="text"],
input[type="email"],
input[type="number"]:not(.qty),
input[type="password"],
select:not(.gt_selector),
textarea {
    /* border:none;
    border-bottom: 1px solid #382E2C;
    background-color: transparent;*/
    font-family: Oswald;
    font-weight: 400;
    letter-spacing: 0.112px}
select.gt_selector{
    border:none;
    background-color: transparent;
    color: black;
    outline:none;
    max-width: 40px;
}
.menu-icons select.gt_selector{
    color: white;
}
.menu-icons a {
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.menu-icons a:not(.favori):not(.login) {
  display: flex;
  flex-direction: column;
}
.menu-icons .gtranslate_wrapper {
  display: none;
}
@media (min-width: 1024px) {
  .menu-icons .gtranslate_wrapper {
    display: block;
  }
}
/* Boutons */
.wp-block-button,
.wp-block-button__link {
  width: 100%;
  max-width: 300px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#slide-header-swiper .wp-block-button,
#slide-header-swiper .wp-block-button__link {
  max-width: 261px;
}
.swiper-button-prev,
.swiper-button-next {
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.4;
}
.swiper-button-prev {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMzcuNSAxNjQiPgogIDwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyOC43LjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiAxLjIuMCBCdWlsZCAxNDIpICAtLT4KICA8Zz4KICAgIDxnIGlkPSJDYWxxdWVfMSI+CiAgICAgIDxpbWFnZSB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4NjEgNDc1LjQpIiB4bGluazpocmVmPSIuLi8uLi8uLi9Eb3dubG9hZHMvZmxlY2hlZ2F1Y2hlLnBuZyIvPgogICAgICA8cGF0aCBkPSJNOTIsMjcuMWMxLjYsMiwzLjYsNC42LDYsNy43LTE1LjIsMTUtMzEuMSwzMC43LTQ2LjksNDYuMywxNi42LDE2LjYsMzIuNywzMi42LDQ5LjIsNDkuMS0zLjIsMi43LTUuNyw0LjgtOCw2LjctMTguMy0xOC4yLTM2LjktMzYuOC01NS4yLTU1LjEsMTcuOS0xNy45LDM2LjItMzYuMSw1NC45LTU0LjdaIi8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4=);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMzcuNSAxNjQiPgogIDwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyOC43LjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiAxLjIuMCBCdWlsZCAxNDIpICAtLT4KICA8Zz4KICAgIDxnIGlkPSJDYWxxdWVfMSI+CiAgICAgIDxpbWFnZSB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4NjEgNDc1LjQpIiB4bGluazpocmVmPSIuLi8uLi8uLi9Eb3dubG9hZHMvZmxlY2hlZ2F1Y2hlLnBuZyIvPgogICAgICA8cGF0aCBkPSJNNDUuNCwxMzYuOWMtMS42LTItMy42LTQuNi02LTcuNywxNS4yLTE1LDMxLjEtMzAuNyw0Ni45LTQ2LjMtMTYuNi0xNi42LTMyLjctMzIuNi00OS4yLTQ5LjEsMy4yLTIuNyw1LjctNC44LDgtNi43LDE4LjMsMTguMiwzNi45LDM2LjgsNTUuMiw1NS4xLTE3LjksMTcuOS0zNi4yLDM2LjEtNTQuOSw1NC43WiIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#toggleMenu {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  height: 2rem;
  width: 2rem;
  cursor: pointer;
  place-content: center;
  padding: 0px;
}
.hamburger-toggle > div {
  height: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hamburger-toggle > div::before,
.hamburger-toggle > div::after {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hamburger-toggle > div::before {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hamburger-toggle > div::after {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.burger-menu {
  height: 2px;
  width: 1.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
    position: relative;
}
.burger-menu::before,
.burger-menu::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: white;
    border-radius: 0.25rem;
    transition: transform 0.3s ease-in-out;
}
.burger-menu::before {
    top: -0.50rem;
}
.burger-menu::after {
    bottom: -0.50rem;
}
.close-burger {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  height: 100%;
  width: 100%;
}
.close-burger.active {
  display: block;
}
@media (min-width: 1024px) {
  div.sidebar.show, #toggleMenu,  #toggleMenu.close-navbar {
    display: none;
  }
}
.sub-menu-mobile {
  margin-bottom: 2rem;
  display: none;
}
.item-has-children.visible.active .sub-menu-mobile {
  display: grid;
}
@media (min-width: 1024px) {
  .item-has-children.visible.active .sub-menu-mobile {
    display: block;
  }
}
#toggleMenu.close-navbar .burger-menu::before {
    transform: rotate(45deg);
    top: 0;
}
#toggleMenu.close-navbar .burger-menu::after  {
    transform: rotate(-45deg);
    bottom: 0;
}
#toggleMenu.close-navbar .burger-menu {
    background-color: transparent;
}
body.no-scroll .site-header {
  position: fixed;
  width: 100%;
  overflow: hidden;
}
@layer {
    body.menu-container.no-scroll .site-header {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
    }

}
/* Nav bar */
.nav-bar {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  height: 100vh;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(24 137 84 / var(--tw-bg-opacity));
}
@layer {
    .menu-container.nav-bar {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
    }

}
@media (min-width: 768px) {
  .nav-bar {
    width: 25%;
  }
}
.nav-bar.show {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
/* Hide scrollbar for Chrome, Safari, and Edge on the specific element */
.nav-bar::-webkit-scrollbar {
    width: 0.2em;
}
.nav-bar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3);
}
.nav-bar::-webkit-scrollbar-thumb {
    background-color: darkgrey;
}
body.no-scroll {
  overflow: hidden;
}
body.no-scroll #primary-menu {
  position: fixed;
  width: 100%;
  overflow: hidden;
}
@layer {
    body.menu-container.no-scroll #primary-menu {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
    }

}
.eu-logo ,
.custom-logo-link {
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
body.no-scroll .eu-logo ,
body.no-scroll .custom-logo-link {
  opacity: 0;
}
#primary-menu {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 50;
  width: 100%;
  background-color: transparent;
}
@media (min-width: 1024px) {
  #primary-menu {
    padding-bottom: 0px;
  }
}
body:not(.home) #primary-menu {
  position: absolute;
}
.main-menu-ul {
  display: none;
  align-items: center;
}
@media (min-width: 1024px) {
  .main-menu-ul {
    display: flex;
  }
}
/* .menu-item.btn-secondary,
.menu-item.btn-primary {
    @apply max-w-[168px]
}*/
/* Survol sur les menus primaire */
.menu-item span {
    letter-spacing: 0.05em;
}
.menu-item:not(.btn-secondary):not(.btn-primary):not(.btn-info) a:hover span:hover {
  color: rgb(255 255 255 / 0.7);
}
@media (max-width: 980px) {
    #primary-menu .container {
        width: 90%;
    }
}
/* Overwrite block cover */
@layer {

    /* cover gutenberg */



    h1, h2, h3, h4, h5 {
    font-weight: 700;
  }

    /* ====== BLOC LIST ====== */
    ul.wp-block-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-bottom: 2rem !important;
  }

    ul.wp-block-list li {
    display: flex;
    gap: 1rem;
  }

    ul.wp-block-list li::before {
    display: block;
    height: 2px;
    width: 18px;
    --tw-bg-opacity: 1;
    background-color: rgb(247 87 81 / var(--tw-bg-opacity));
    --tw-content: '';
    content: var(--tw-content);
  }

    ul.wp-block-list li:before {
        transform:translateY(10px);
    }

    /* ====== RECETTE ====== */
    .recettes-content .recette-item h2 {
    font-size: 30px !important;
  }

    @media (min-width: 1024px) {
        .recettes-content .recette-item:nth-child(2n) .wp-block-columns .wp-block-column:first-child {
      order: 3;
    }

        .recettes-content .recette-item:nth-child(2n) .wp-block-columns .wp-block-column:nth-child(2) {
      order: 2;
    }

        .recettes-content .recette-item:nth-child(2n) .wp-block-columns .wp-block-column:last-child {
      order: 1;
    }

        .recettes-content .recette-item:nth-child(2n) h2 {
            padding-left: calc(50% + 52px);
            margin-top: 3rem !important;
        }

        .recettes-content .recette-item .wp-block-columns .wp-block-column figure {
            transform: translateY(-50px);
        }
    }


    /* ====== OVERWRITE BOUTON CORE ====== */
    .wp-block-button.is-style-download-btn a,
    .block-editor-block-list__block .is-style-download-btn .wp-element-button {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    border-width: 1px !important;
    --tw-border-opacity: 1 !important;
    border-color: rgb(249 145 15 / var(--tw-border-opacity)) !important;
    background-color: transparent !important;
    font-size: 13px !important;
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  }
    .wp-block-button.is-style-download-btn a:hover,
    .block-editor-block-list__block .is-style-download-btn .wp-element-button:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }
    .block-editor-block-list__block .is-style-download-btn .wp-element-button,
    .wp-block-button.is-style-download-btn a {
    position: relative;
    z-index: 30;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
    .block-editor-block-list__block .is-style-download-btn .wp-element-button::before,
    .wp-block-button.is-style-download-btn a::before {
    display: block;
    height: 16px;
    width: 16px;
    --tw-content: '';
    content: var(--tw-content);
  }
    .block-editor-block-list__block .is-style-download-btn .wp-element-button::after,
    .wp-block-button.is-style-download-btn a::after {
    display: block;
    height: 16px;
    width: 16px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNiAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik03LjY0NjQ1IDExLjM1MzZDNy44NDE3MSAxMS41NDg4IDguMTU4MjkgMTEuNTQ4OCA4LjM1MzU1IDExLjM1MzZMMTEuNTM1NSA4LjE3MTU3QzExLjczMDggNy45NzYzMSAxMS43MzA4IDcuNjU5NzMgMTEuNTM1NSA3LjQ2NDQ3QzExLjM0MDMgNy4yNjkyIDExLjAyMzcgNy4yNjkyIDEwLjgyODQgNy40NjQ0N0w4IDEwLjI5MjlMNS4xNzE1NyA3LjQ2NDQ3QzQuOTc2MzEgNy4yNjkyIDQuNjU5NzMgNy4yNjkyIDQuNDY0NDcgNy40NjQ0N0M0LjI2OTIgNy42NTk3MyA0LjI2OTIgNy45NzYzMSA0LjQ2NDQ3IDguMTcxNTdMNy42NDY0NSAxMS4zNTM2Wk03LjUgMi4xODU1N2UtMDhMNy41IDExTDguNSAxMUw4LjUgLTIuMTg1NTdlLTA4TDcuNSAyLjE4NTU3ZS0wOFoiIGZpbGw9ImJsYWNrIi8+CiAgICA8bGluZSB5MT0iMTQuNSIgeDI9IjE2IiB5Mj0iMTQuNSIgc3Ryb2tlPSJibGFjayIvPgo8L3N2Zz4K);
    --tw-content: '';
    content: var(--tw-content);
  }

    .wp-block-button {
    position: relative;
  }

    .wp-block-button::before {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 20;
    display: block;
    height: 100%;
    width: 0px;
    background-color: rgb(24 137 84 / var(--tw-bg-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(249 145 15 / var(--tw-bg-opacity));
    transition-property: all;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --tw-content: '';
    content: var(--tw-content);
  }

    .wp-block-button:hover::before {
    content: var(--tw-content);
    width: 100%;
  }
    .wp-block-button:hover a {
    position: relative;
    z-index: 50;
    --tw-border-opacity: 1 !important;
    border-color: rgb(249 145 15 / var(--tw-border-opacity)) !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }
    wp-block-button:hover a.has-background {
    background-color: transparent !important;
  }

        /* ====== MENU ====== */
    .menu-container {
    top: 0px;
    left: 0px;
    display: flex;
    height: 103px;
    width: 100%;
    justify-content: center;
    gap: 1rem;
  }
    @media (min-width: 1024px) {
    .menu-container {
      gap: 3.5rem;
    }
  }
    .menu-shadow {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 40;
    display: none;
    height: 120px;
    background-position: 0 0px;
  }
@layer {
    .menu-container.menu-shadow {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
    }

}
    @media (min-width: 1024px) {
    .menu-shadow {
      display: block;
      height: 116px;
      width: 100%;
    }
  }
    .menu-container.fixed {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
    }

    .menu-container .menu-item {
    flex-direction: column;
  }
    .menu-container .menu-item:not(.site-logo) a {
    font-family: Oswald;
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }

    .menu-container .menu-item:not(.site-logo) {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
  }

    @media (min-width: 1024px) {
    .menu-container .menu-item:not(.site-logo) {
      min-width: 130px;
    }
  }
    .menu-container .menu-item:not(.site-logo) a::after {
    display: block;
    height: 2px;
    width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    transition-property: all;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --tw-content: '';
    content: var(--tw-content);
  }
    .menu-container .menu-item:not(.site-logo) a:hover::after {
    content: var(--tw-content);
    width: 100%;
  }
    .menu-container .menu-item.current-menu-item:not(.site-logo) a::after {
    content: var(--tw-content);
    width: 100%;
  }

    /* Dans un bloc bannière */
    .wp-block-cover p.has-text-align-center + .wp-block-heading a::after {
    display: block;
    height: 2px;
    width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    transition-property: all;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --tw-content: '';
    content: var(--tw-content);
  }
    .wp-block-cover p.has-text-align-center + .wp-block-heading a:hover::after {
    content: var(--tw-content);
    width: 100%;
  }
    .wp-block-cover p.has-text-align-center + .wp-block-heading {
    display: flex;
    justify-content: center;
  }
    body .menu-container .menu-item.site-logo {
    padding-bottom: 2rem;
  }
    @media (min-width: 1024px) {
    body .menu-container .menu-item.site-logo {
      height: 102px;
      width: 90px;
    }
    body.home .menu-container .menu-item.site-logo {
      height: 133px;
      width: 116px;
    }
  }

    /* mobe custom-map-content of the map a bit */
    @media (min-width: 1024px) {
    .custom-map-content {
      padding-top: 120px !important;
    }
  }


        /* ======= Accordeons */
    .wp-block-pb-accordion-item {
    margin-bottom: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 2rem;
    padding-right: 2rem;
  }

    .wp-block-pb-accordion-item + h2 {
    margin-top: 2.5rem !important;
  }

    @media (min-width: 1024px) {
    .wp-block-pb-accordion-item + h2 {
      margin-top: 3.5rem;
    }
  }


    .wp-block-pb-accordion-item,
    .wp-block-pb-accordion-item.is-open .c-accordion__title {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity));
  }

    .wp-block-pb-accordion-item .c-accordion__title {
    margin-bottom: 0px !important;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    line-height: 20px;
  }

    @media (min-width: 1024px) {
    .wp-block-pb-accordion-item .c-accordion__title {
      font-size: 20px !important;
    }
  }
    .wp-block-pb-accordion-item .c-accordion__content {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }
    @media (min-width: 768px) {
    .wp-block-pb-accordion-item .c-accordion__content {
      padding-left: 2rem;
    }
  }
    .wp-block-pb-accordion-item .c-accordion__content p {
    font-size: 14px !important;
  }
    .c-accordion__title:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMy4yNjkzIDYuNTMwMzNDMTMuNTYyMiA2LjIzNzQ0IDEzLjU2MjIgNS43NjI1NiAxMy4yNjkzIDUuNDY5NjdMOC40OTYzMSAwLjY5NjY5OUM4LjIwMzQyIDAuNDAzODA2IDcuNzI4NTUgMC40MDM4MDYgNy40MzU2NSAwLjY5NjY5OUM3LjE0Mjc2IDAuOTg5NTkzIDcuMTQyNzYgMS40NjQ0NyA3LjQzNTY1IDEuNzU3MzZMMTEuNjc4MyA2TDcuNDM1NjUgMTAuMjQyNkM3LjE0Mjc2IDEwLjUzNTUgNy4xNDI3NiAxMS4wMTA0IDcuNDM1NjUgMTEuMzAzM0M3LjcyODU1IDExLjU5NjIgOC4yMDM0MiAxMS41OTYyIDguNDk2MzEgMTEuMzAzM0wxMy4yNjkzIDYuNTMwMzNaTTAgNi43NUgxMi43MzlWNS4yNUgwTDAgNi43NVoiIGZpbGw9IiNmZmZmZmYiLz4KPC9zdmc+);
        text-indent:-99999px;
        transform:translateY(-50%) rotate(90deg)!important;
    }
    .wp-block-pb-accordion-item.is-open .c-accordion__title:after {
        transform:translateY(-50%) rotate(-90deg)!important;
    }
    .c-accordion__title:after {
    display: block;
    display: flex;
    height: 30px;
    width: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(24 137 84 / var(--tw-bg-opacity));
    background-position: center;
    background-repeat: no-repeat;
    font-size: 16px;
    --tw-text-opacity: 1 !important;
    color: rgb(24 137 84 / var(--tw-text-opacity)) !important;
  }

    .wp-block-pb-accordion-item.is-open .c-accordion__title:after {
    --tw-bg-opacity: 1;
    background-color: rgb(24 137 84 / var(--tw-bg-opacity));
    --tw-text-opacity: 1 !important;
    color: rgb(24 137 84 / var(--tw-text-opacity)) !important;
  }

    /* ======= BLOC CENTRAL ====== */
    .wp-block-columns,
    #content .prose {
        max-width: 1179px;
        margin:auto
    }

    .archive-grid-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    --tw-bg-opacity: 1;
    background-color: rgb(16 106 63 / var(--tw-bg-opacity));
  }

    @media (min-width: 768px) {
    .archive-grid-content {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

    @media (min-width: 1024px) {
    .archive-grid-content {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

    @media (min-width: 1280px) {
    .archive-grid-content {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
    .post-item {
    aspect-ratio: 1 / 1;
  }
    .post-item-link {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 2rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: all;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
    .archive-grid-content .post-item-link {
    border-right-width: 1px !important;
    border-bottom-width: 1px !important;
  }


    .post-item.product h2 {
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

    .menu-menu-footer-container ul#menu-menu-footer-1 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    font-size: 11px;
  }
    .menu-menu-footer-container ul#menu-menu-footer-1 li a:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(24 137 84 / var(--tw-text-opacity)) !important;
  }

    /* ======= SAVOIR FAIRE ====== */
    .swiper-wrapper {
        width: 100% !important;
    }
    .savoir-faire-item {
    position: relative;
    z-index: 20;
    width: 100%;
    overflow: hidden;
  }
    @media (min-width: 768px) {
    .savoir-faire-item {
      grid-column: span 6 / span 6;
    }
  }
    .lebo-slide-swiper .swiper-slide,
    .lebo-slide-swiper .savoir-faire-item,
    .actualite-item {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

    .lebo-slide-swiper .swiper-slide .post-thumbnail,
    .actualite-item .post-thumbnail {
    height: 234px !important;
    --tw-bg-opacity: 1;
    background-color: rgb(25 130 178 / var(--tw-bg-opacity));
  }

    .lebo-slide-swiper[data-post-type="post"] .post-content,
    .actualite-item .post-content
    {
        height: calc(100% - 234px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }


    .lebo-slide-swiper[data-post-type="post"] .post-content .category,
    .actualite-item .post-content .category {
    font-family: Oswald;
    font-weight: 300;
    text-transform: uppercase;
  }

    .lebo-slide-swiper .swiper-slide .post-content,
    .actualite-item .post-content {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }

    @media (min-width: 1024px) {
    .lebo-slide-swiper[data-post-type='savoir-faire'] .savoir-faire-item {
      height: 259px !important;
      width: 273px;
    }
    .sf-container .savoir-faire-item {
      height: 259px;
      width: 273px;
    }
  }

    .lebo-slide-swiper[data-post-type='recette'] .savoir-faire-item {
    height: 350px;
    width: 100% !important;
    cursor: pointer;
  }

    @media (min-width: 1024px) {
    .lebo-slide-swiper[data-post-type='recette'] .savoir-faire-item {
      height: 448px;
    }
  }

    .lebo-slide-swiper[data-post-type='savoir-faire'] .savoir-faire-item:hover a span {
    opacity: 1;
  }
    .lebo-slide-swiper[data-post-type='savoir-faire']  .savoir-faire-item:hover img,
    .savoir-faire-item:hover img
    {
        transform: scale(1.06);
        bottom: -50px;
    }
    .lebo-slide-swiper[data-post-type='savoir-faire'] .savoir-faire-item:hover h3 {
        transform: scale(1.8) translateY(50px);
    }

    .lebo-slide-swiper[data-post-type='recette']  .savoir-faire-item a {
        display: none;
    }
    .lebo-slide-swiper[data-post-type='recette'] .savoir-faire-item:hover img {
        transform: scale(1.05);
    }
    .lebo-slide-swiper[data-post-type='post'] .swiper-slide:hover .post-thumbnail img,
    .actualite-item .post-thumbnail img {
    transition-property: all;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
    .lebo-slide-swiper[data-post-type='post'] .swiper-slide:hover .post-thumbnail img,
    .actualite-item:hover .post-thumbnail img
    {
        opacity: .5;
    }

    .savoir-faire-item a {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 40;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
    .savoir-faire-item a span {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    opacity: 0;
    transition-property: all;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 1.5rem;
    font-family: Oswald;
    font-weight: 600;
    line-height: 1.2;
  }
    .savoir-faire-item img {
    height: 100% !important;
    width: 100%;
    transform-origin: left;
    -o-object-fit: cover;
       object-fit: cover;
    transition-property: all;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
    .savoir-faire-item h3 {
    position: absolute;
    bottom: 10px;
    margin-bottom: 0px !important;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    font-size: 1.6rem !important;
    font-weight: 300 !important;
    text-transform: uppercase;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    transition-property: all;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
    .lebo-slide-swiper[data-post-type='recette'] .savoir-faire-item h3
    {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNiAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0yMi4xODQ0IDIuMTI0ODJDMjIuMDEyMiAxLjAzMzc2IDIwLjk4ODEgMC4yODg4OSAxOS44OTcgMC40NjExMTJMMi4xMTcxOCAzLjI2NzYyQzEuMDI2MTIgMy40Mzk4NCAwLjI4MTI1MiA0LjQ2Mzk0IDAuNDUzNDc0IDUuNTU1QzAuNjI1Njk1IDYuNjQ2MDYgMS42NDk3OSA3LjM5MDkzIDIuNzQwODUgNy4yMTg3TDE4LjU0NTIgNC43MjQwM0wyMS4wMzk4IDIwLjUyODNDMjEuMjEyMSAyMS42MTk0IDIyLjIzNjIgMjIuMzY0MyAyMy4zMjcyIDIyLjE5MjFDMjQuNDE4MyAyMi4wMTk4IDI1LjE2MzIgMjAuOTk1NyAyNC45OTA5IDE5LjkwNDdMMjIuMTg0NCAyLjEyNDgyWk03LjY5MDE3IDIzLjA0ODRMMjEuODI2MyAzLjYxMzA3TDE4LjU5MTUgMS4yNjAyM0w0LjQ1NTM0IDIwLjY5NTVMNy42OTAxNyAyMy4wNDg0WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
        background-repeat: no-repeat;
        background-position: 95% center;
    }

    .acf-label label {
    text-transform: uppercase;
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  }

    .acf-fields>.acf-field {
        padding: 15px 8px 8px 8px!important;
        border-top: none !important;
        border-bottom: 1px solid #E7E7E7 !important;
    }


    .acf-fields>.acf-field:not(:first-child) {
        padding: 25px 8px 8px 8px!important;
    }
    .acf-field input[type=text], .acf-field input[type=password], .acf-field input[type=date], .acf-field input[type=datetime], .acf-field input[type=datetime-local], .acf-field input[type=email], .acf-field input[type=month], .acf-field input[type=number], .acf-field input[type=search], .acf-field input[type=tel], .acf-field input[type=time], .acf-field input[type=url], .acf-field input[type=week], .acf-field textarea, .acf-field select {
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  }
    .acf-form-submit {
    margin-top: 1.5rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

    input[type="submit"] {
    width: 100%;
    max-width: 261px !important;
    cursor: pointer;
    border-width: 2px !important;
    --tw-border-opacity: 1 !important;
    border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
    background-color: transparent !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    text-transform: uppercase;
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  }

    input[type="submit"]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgb(249 145 15 / var(--tw-border-opacity)) !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(249 145 15 / var(--tw-bg-opacity)) !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }
    #message {
    margin-top: 0px !important;
    width: 100%;
    border-width: 2px !important;
    --tw-border-opacity: 1 !important;
    border-color: rgb(24 137 84 / var(--tw-border-opacity)) !important;
    padding: 2rem;
    text-align: center !important;
    --tw-text-opacity: 1 !important;
    color: rgb(24 137 84 / var(--tw-text-opacity)) !important;
  }

    body.no-scroll .menu-container {
    display: none !important;
  }

    /* Select */
    /* Style for the options */
    select option {
        background-color: black;
        color: white;
        padding: 8px 12px;
    }

    /* Style for the selected option */
    select option:checked {
        background-color: #333;
        color: white;
    }

    /* Style for hover state (works in some browsers) */
    select option:hover {
        background-color: #444;
    }


    @media(max-width: 980px) {
        .container {
      padding-left: 0px !important;
      padding-right: 0px !important;
    }
        .wp-block-group.alignfull {
      padding-left: 2rem !important;
      padding-right: 2rem !important;
    }
        body.page-id-2 .wp-block-group.alignfull,
        body.single-saveur .wp-block-group {
      padding-left: 0px !important;
      padding-right: 0px !important;
    }
        .footer-partenaires figure {
      display: flex;
      align-items: center;
      justify-content: center;
    }
        .numbers-details h4.chiffre {
      font-size: 50px !important;
    }
        .numbers-details h4.chiffre span {
      font-size: 35px !important;
    }
        .numbers-details .description {
      font-size: 25px !important;
      line-height: 1.2 !important;
    }
        .lebo-slide-swiper {
      padding-left: 2rem !important;
      padding-right: 2rem !important;
    }
        .lebo-slide-swiper .savoir-faire-item {
      height: 250px;
    }
        body.single-saveur .lebo-slide-swiper {
      padding-left: 2rem !important;
      padding-right: 2rem !important;
    }
        .lebo-slide-swiper .lebo-slide-header {
      flex-direction: column;
    }
        .footer-partenaires li {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
    }
        .footer-partenaires li p {
      width: 100%;
      text-align: center;
    }
        .footer-partenaires li .wp-block-columns {
      display: flex;
    }
        .footer-partenaires li .wp-block-columns .wp-block-column {
      width: 50% !important;
      flex-basis: 50% !important;
    }
        #content[role="main"].site-main article.container .main > .wp-block-cover:first-of-type  {
            min-height: 90vh!important;
        }

        .lebo-slide-swiper .navigation-container {
            display: none !important;
        }
    }

}
.hover\:\!border-\[\#000000\]:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}
.hover\:\!bg-transparent:hover {
  background-color: transparent !important;
}
.hover\:bg-\[\#F6F6F6\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:opacity-50:hover {
  opacity: 0.5;
}
@media (min-width: 768px) {
  .md\:\!my-\[25px\] {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:mb-\[0px\] {
    margin-bottom: 0px;
  }
  .md\:mb-\[25px\] {
    margin-bottom: 25px;
  }
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:mt-\[25px\] {
    margin-top: 25px;
  }
  .md\:block {
    display: block;
  }
  .md\:hidden {
    display: none;
  }
  .md\:w-7\/12 {
    width: 58.333333%;
  }
  .md\:w-\[180px\] {
    width: 180px;
  }
  .md\:w-\[19px\] {
    width: 19px;
  }
  .md\:max-w-\[700px\] {
    max-width: 700px;
  }
  .md\:max-w-\[800px\] {
    max-width: 800px;
  }
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:gap-6 {
    gap: 1.5rem;
  }
  .md\:bg-contain {
    background-size: contain;
  }
  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:pb-8 {
    padding-bottom: 2rem;
  }
  .md\:pl-\[100px\] {
    padding-left: 100px;
  }
  .md\:pr-\[30px\] {
    padding-right: 30px;
  }
  .md\:pt-\[160px\] {
    padding-top: 160px;
  }
  .md\:pt-\[40px\] {
    padding-top: 40px;
  }
  .md\:\!text-medium {
    font-size: 24px !important;
  }
  .md\:text-\[20px\] {
    font-size: 20px;
  }
  .md\:text-\[40px\] {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }
  .lg\:-right-\[80px\] {
    right: -80px;
  }
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .lg\:-mt-\[28\%\] {
    margin-top: -28%;
  }
  .lg\:mb-0 {
    margin-bottom: 0px;
  }
  .lg\:mb-\[22px\] {
    margin-bottom: 22px;
  }
  .lg\:ml-auto {
    margin-left: auto;
  }
  .lg\:mt-0 {
    margin-top: 0px;
  }
  .lg\:mt-\[43px\] {
    margin-top: 43px;
  }
  .lg\:mt-\[50px\] {
    margin-top: 50px;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:grid {
    display: grid;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:\!h-\[633px\] {
    height: 633px !important;
  }
  .lg\:h-\[1028px\] {
    height: 1028px;
  }
  .lg\:h-\[600px\] {
    height: 600px;
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:w-3\/12 {
    width: 25%;
  }
  .lg\:w-5\/12 {
    width: 41.666667%;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:max-w-\[418px\] {
    max-width: 418px;
  }
  .lg\:basis-1\/4 {
    flex-basis: 25%;
  }
  .lg\:basis-2\/4 {
    flex-basis: 50%;
  }
  .lg\:-translate-y-\[150px\] {
    --tw-translate-y: -150px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-wrap {
    flex-wrap: wrap;
  }
  .lg\:justify-start {
    justify-content: flex-start;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:gap-0 {
    gap: 0px;
  }
  .lg\:gap-6 {
    gap: 1.5rem;
  }
  .lg\:border-4 {
    border-width: 4px;
  }
  .lg\:fill-white {
    fill: #fff;
  }
  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:pb-20 {
    padding-bottom: 5rem;
  }
  .lg\:pl-4 {
    padding-left: 1rem;
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-\[50px\] {
    font-size: 50px;
  }
}
@media (min-width: 1536px) {
  .\32xl\:-mt-\[10\%\] {
    margin-top: -10%;
  }
}
/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/swiper/swiper.css ***!
  \************************************************************************************************************************************************************************************/
/**
 * Swiper 11.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 5, 2024
 */

/* FONT_START */

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

/* FONT_END */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */

/* 3D Shadows */

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Slide styles end */

/*!*************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/swiper/modules/effect-fade.css ***!
  \*************************************************************************************************************************************************************************************************/
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}


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