@charset "UTF-8";
/*!
Theme Name: Inglewood
Theme URI: http://underscores.me/
Author: Onzeweb
Author URI: http://onzeweb.ch
Description: Template Inglewood 2.0 by Onzeweb
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: inglewood
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.

Inglewood 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, .single-bon-cadeau #primary .amount-on-card {
  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: #222222;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1, .single-bon-cadeau #primary .amount-on-card,
h2,
h3,
.single-product .woocommerce-Price-amount,
h4,
h5,
h6 {
  clear: both;
}

p, .single-product .vicode-custom-field-wrapper label, .single-product .variations ul li .variable-item-span, .single-product .variations .woo-selected-variation-item-name {
  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;
}
.main-navigation ul {
  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: 200px;
}
.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;
}

.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;
}

/* Onzeweb
--------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  background-color: #fff4c8;
  background-image: url("data:image/png;base64,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");
}

body, .page {
  margin: 0;
}

.page-content, .entry-content, .entry-summary {
  margin: 0;
}

.wrapper, .single-bon-cadeau #primary, .woocommerce-shop #primary, .archive #primary, .error404 #primary {
  width: 90%;
  max-width: 1480px;
  margin: 0 auto;
}

@media screen and (max-width: 820px) {
  .no-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 820px) {
  .no-desktop {
    display: none !important;
  }
}

.shadow, .single-bon-cadeau #primary #use_gift_card, .woocommerce-shop #primary .products .product a img, .archive #primary .products .product a img, .wp-block-image.is-style-shadow img,
.wp-block-media-text figure {
  -webkit-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.3);
}

:where(body .is-layout-flex) {
  gap: 2rem;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
@font-face {
  font-family: "KC Bubble Shack";
  src: url("./sass/res/typo/KCBubbleShackRegular.eot");
  src: local("KC Bubble Shack"), local("KCBubbleShackRegular"), url("./sass/res/typo/KCBubbleShackRegular.eot?#iefix") format("embedded-opentype"), url("./sass/res/typo/KCBubbleShackRegular.woff2") format("woff2"), url("./sass/res/typo/KCBubbleShackRegular.woff") format("woff"), url("./sass/res/typo/KCBubbleShackRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Patrick Hand", Arial, sans-serif;
}

a {
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

h1, .single-bon-cadeau #primary .amount-on-card, h2, h5 {
  line-height: 1;
}

h3, .single-product .woocommerce-Price-amount, h4, h6, p, .single-product .vicode-custom-field-wrapper label, .single-product .variations ul li .variable-item-span, .single-product .variations .woo-selected-variation-item-name {
  line-height: 1.2;
}

h1, .single-bon-cadeau #primary .amount-on-card {
  font-family: "KC Bubble Shack", serif;
  font-weight: 400;
  font-size: min(max(50px, 3.646vw), 70px);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

h2 {
  font-family: "KC Bubble Shack", serif;
  font-weight: 400;
  font-size: min(max(35px, 4.054vw), 60px);
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h3, .single-product .woocommerce-Price-amount {
  font-weight: 600;
  font-size: min(max(28px, 2.0833vw), 40px);
  margin-top: 1rem;
  margin-bottom: 2rem;
}

h4 {
  font-weight: 600;
  font-size: min(max(24px, 1.666vw), 32px);
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h5 {
  font-family: "KC Bubble Shack", serif;
  font-weight: 400;
  font-size: min(max(18px, 1.25vw), 24px);
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h6 {
  font-weight: 600;
  font-size: min(max(18px, 1.25vw), 24px);
  margin-top: 1rem;
  margin-bottom: 1rem;
}

p, .single-product .vicode-custom-field-wrapper label, .single-product .variations ul li .variable-item-span, .single-product .variations .woo-selected-variation-item-name {
  font-size: min(max(24px, 1.666vw), 32px);
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#primary p, #primary .single-product .vicode-custom-field-wrapper label, .single-product .vicode-custom-field-wrapper #primary label, #primary .single-product .variations ul li .variable-item-span, .single-product .variations ul li #primary .variable-item-span, #primary .single-product .variations .woo-selected-variation-item-name, .single-product .variations #primary .woo-selected-variation-item-name, #primary ul, #primary ol {
  font-size: min(max(24px, 1.666vw), 32px);
}
#primary p.has-small-font-size, #primary .single-product .vicode-custom-field-wrapper label.has-small-font-size, .single-product .vicode-custom-field-wrapper #primary label.has-small-font-size, #primary .single-product .variations ul li .has-small-font-size.variable-item-span, .single-product .variations ul li #primary .has-small-font-size.variable-item-span, #primary .single-product .variations .has-small-font-size.woo-selected-variation-item-name, .single-product .variations #primary .has-small-font-size.woo-selected-variation-item-name, #primary ul.has-small-font-size, #primary ol.has-small-font-size {
  font-size: calc(min(max(24px, 1.666vw), 32px) * 0.75) !important;
}
#primary p.has-medium-font-size, #primary .single-product .vicode-custom-field-wrapper label.has-medium-font-size, .single-product .vicode-custom-field-wrapper #primary label.has-medium-font-size, #primary .single-product .variations ul li .has-medium-font-size.variable-item-span, .single-product .variations ul li #primary .has-medium-font-size.variable-item-span, #primary .single-product .variations .has-medium-font-size.woo-selected-variation-item-name, .single-product .variations #primary .has-medium-font-size.woo-selected-variation-item-name, #primary ul.has-medium-font-size, #primary ol.has-medium-font-size {
  font-size: calc(min(max(24px, 1.666vw), 32px) * 1.25) !important;
}
#primary p.has-large-font-size, #primary .single-product .vicode-custom-field-wrapper label.has-large-font-size, .single-product .vicode-custom-field-wrapper #primary label.has-large-font-size, #primary .single-product .variations ul li .has-large-font-size.variable-item-span, .single-product .variations ul li #primary .has-large-font-size.variable-item-span, #primary .single-product .variations .has-large-font-size.woo-selected-variation-item-name, .single-product .variations #primary .has-large-font-size.woo-selected-variation-item-name, #primary ul.has-large-font-size, #primary ol.has-large-font-size {
  font-size: calc(min(max(24px, 1.666vw), 32px) * 1.5) !important;
}
#primary p.has-x-large-font-size, #primary .single-product .vicode-custom-field-wrapper label.has-x-large-font-size, .single-product .vicode-custom-field-wrapper #primary label.has-x-large-font-size, #primary .single-product .variations ul li .has-x-large-font-size.variable-item-span, .single-product .variations ul li #primary .has-x-large-font-size.variable-item-span, #primary .single-product .variations .has-x-large-font-size.woo-selected-variation-item-name, .single-product .variations #primary .has-x-large-font-size.woo-selected-variation-item-name, #primary ul.has-x-large-font-size, #primary ol.has-x-large-font-size {
  font-size: calc(min(max(24px, 1.666vw), 32px) * 1.75) !important;
}
#primary p strong, #primary .single-product .vicode-custom-field-wrapper label strong, .single-product .vicode-custom-field-wrapper #primary label strong, .single-product .variations ul li #primary .variable-item-span strong, #primary .single-product .variations .woo-selected-variation-item-name strong, .single-product .variations #primary .woo-selected-variation-item-name strong, #primary p b, #primary .single-product .vicode-custom-field-wrapper label b, .single-product .vicode-custom-field-wrapper #primary label b, .single-product .variations ul li #primary .variable-item-span b, #primary .single-product .variations .woo-selected-variation-item-name b, .single-product .variations #primary .woo-selected-variation-item-name b, #primary ul strong, #primary ul b, #primary ol strong, #primary ol b {
  font-weight: 700;
}
#primary ul {
  margin: 0;
  padding: 0;
}
#primary ul li {
  padding: 0.5rem 0;
}
#primary ul li li {
  padding-left: 2rem;
}
#primary ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
#primary ol li li {
  padding-left: 2rem;
}

.has-white-color {
  color: white;
}

.has-white-background-color {
  background-color: white;
}

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

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

.has-black-color {
  color: #222222;
}

.has-black-background-color {
  background-color: #222222;
}

.has-dark-blue-color {
  color: #4F8C97;
}

.has-dark-blue-background-color {
  background-color: #4F8C97;
}

.has-blue-color {
  color: #6bb8c2;
}

.has-blue-background-color {
  background-color: #6bb8c2;
}

.has-light-blue-color {
  color: #c2e2e6;
}

.has-light-blue-background-color {
  background-color: #c2e2e6;
}

.has-yellow-color {
  color: #ffe37b;
}

.has-yellow-background-color {
  background-color: #ffe37b;
}

.has-light-yellow-color {
  color: #fff4c8;
}

.has-light-yellow-background-color {
  background-color: #fff4c8;
}

.has-green-color {
  color: #98c69a;
}

.has-green-background-color {
  background-color: #98c69a;
}

.has-light-green-color {
  color: #d4e8d5;
}

.has-light-green-background-color {
  background-color: #d4e8d5;
}

.has-pink-color {
  color: #f2a99c;
}

.has-pink-background-color {
  background-color: #f2a99c;
}

.has-light-pink-color {
  color: #fadcd6;
}

.has-light-pink-background-color {
  background-color: #fadcd6;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
#masthead {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1111;
  width: 100%;
  padding: 2rem 0;
  background-color: transparent;
  transition: padding 0.3s ease-in-out, background-color 0.3s ease-in-out, top 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  -webkit-box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.3);
}
#masthead .masthead-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}
#masthead .site-branding {
  position: relative;
  z-index: 4;
}
#masthead .site-branding .custom-logo-link {
  display: block;
  width: min(max(100px, 12.5vw), 240px);
  transition: width 0.3s ease-in-out;
}
#masthead .site-branding .custom-logo-link img {
  display: block;
}
#masthead.hidden {
  top: -8rem;
}
#masthead.scrolled {
  padding: 1rem 0;
  background-color: #4F8C97;
  -webkit-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
}
#masthead.scrolled .site-branding .custom-logo-link {
  width: min(max(80px, 12.5vw), 150px);
}
#masthead #site-navigation {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
#masthead #site-navigation #zone-menu {
  position: fixed;
  top: 0;
  left: 150vw;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4rem;
  width: 40%;
  height: 100vh;
  padding: 2rem 5%;
  background-color: #6bb8c2;
  box-shadow: 0px 0px 1rem rgba(34, 34, 34, 0.5);
  transition: left 0.3s ease-in-out;
}
@media screen and (max-width: 820px) {
  #masthead #site-navigation #zone-menu {
    width: 100%;
    padding: 5%;
  }
}
#masthead #site-navigation #zone-menu #menu-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.05;
  filter: invert(1);
}
#masthead #site-navigation.toggled #zone-menu {
  opacity: 1;
  left: 60vw;
}
@media screen and (max-width: 820px) {
  #masthead #site-navigation.toggled #zone-menu {
    left: 0;
  }
}
#masthead #menu-panier {
  position: relative;
  z-index: 4;
}
#masthead #menu-panier li {
  position: relative;
}
#masthead #menu-panier li a {
  display: block;
  width: 40px;
  max-height: 30px;
}
#masthead #menu-panier li a svg {
  display: block;
  width: 100%;
  height: auto;
  max-height: inherit;
}
#masthead #menu-panier li a svg > * {
  stroke: #4F8C97;
  transition: stroke 0.3s ease-in-out;
}
#masthead #menu-panier li a:hover svg > * {
  stroke: #6bb8c2;
}
#masthead #menu-panier li.panier-icon::before {
  content: attr(data-cart-count);
  position: absolute;
  top: -0.3rem;
  right: -0.5rem;
  display: block;
  font-weight: 700;
  line-height: 1;
  color: white;
  background-color: #f2a99c;
  padding: 0.2rem 0.5rem;
  border-radius: 50%;
}
#masthead #primary-menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
}
#masthead #primary-menu li {
  position: relative;
  display: block;
  opacity: 0;
  left: 1rem;
  transition: opacity 0.3s ease-in-out, left 0.3s ease-in-out;
}
#masthead #primary-menu li a {
  font-weight: 700;
  font-size: min(max(30px, 2.6042vw), 50px);
  color: #c2e2e6;
  padding: 0.2rem 0;
  transition: color 0.3s ease-in-out;
  display: block;
}
#masthead #primary-menu li a:hover {
  color: white;
}
#masthead #primary-menu li.current-menu-item a, #masthead #primary-menu li.current_page_item a {
  color: #ffe37b;
}
#masthead #primary-menu li.petit a {
  font-size: min(max(18px, 1.5625vw), 30px);
}
#masthead #primary-menu li.show {
  opacity: 1;
  left: 0;
}
#masthead #primary-menu > .petit {
  margin-top: 2rem;
}
#masthead #primary-menu > .petit ~ .petit {
  margin-top: 0;
}
#masthead #socials-menu {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 820px) {
  #masthead #socials-menu {
    gap: 0.5rem;
  }
}
#masthead #socials-menu li {
  position: relative;
  display: block;
  opacity: 0;
  left: 1rem;
  transition: opacity 0.3s ease-in-out, left 0.3s ease-in-out;
  padding: 0;
  margin: 0;
}
#masthead #socials-menu li a {
  display: block;
  width: 30px;
  height: auto;
  max-height: 30px;
  padding: 0;
}
#masthead #socials-menu li a svg {
  display: block;
  width: 100%;
  height: auto;
  max-height: inherit;
}
#masthead #socials-menu li a svg path, #masthead #socials-menu li a svg rect {
  fill: #c2e2e6;
  transition: fill 0.3s ease-in-out;
}
#masthead #socials-menu li a:hover svg path, #masthead #socials-menu li a:hover svg rect {
  fill: white;
}
#masthead #socials-menu li.show {
  opacity: 1;
  left: 0;
}

/*--- debut burger menu ---*/
#burger-menu {
  position: relative;
  z-index: 1111;
  width: 40px;
  height: 30px;
  margin-left: auto;
  padding: 0;
  border: none;
  border-radius: 0;
  cursor: pointer;
  background-color: transparent;
  /*--- enlever tour bleu en focus (non recommandé !) ---*/
}
#burger-menu span {
  display: block;
  position: absolute;
  right: calc(50% - 20px);
  width: 40px;
  height: 6px;
  background-color: #4F8C97;
  border-radius: 0;
  transition: top 0.2s 0.4s, bottom 0.2s 0.4s, opacity 0.2s 0.2s, transform 0.2s 0.2s, background-color 0.2s, border-radius 0.3s, width 0.3s, right 0.3s;
}
#burger-menu span:nth-child(1) {
  top: 0;
}
#burger-menu span:nth-child(2) {
  top: calc(50% - 3px);
}
#burger-menu span:nth-child(3) {
  bottom: 0;
}
#burger-menu:not(.active):hover span {
  transition: top 0.2s 0.4s, bottom 0.2s 0.4s, opacity 0.2s 0.2s, transform 0.2s 0.2s, background-color 0.2s, border-radius 0.3s 3s, width 0.3s 3s, right 0.3s 3s;
}
#burger-menu:not(.active):hover span:nth-child(1) {
  border-radius: 6px 6px 0 0;
}
#burger-menu:not(.active):hover span:nth-child(2) {
  right: calc(50% - 17px);
  width: 34px;
}
#burger-menu:not(.active):hover span:nth-child(3) {
  border-radius: 0 0 6px 6px;
}
#burger-menu.active span {
  transition: top 0.2s 0.2s, bottom 0.2s 0.2s, opacity 0.2s 0.2s, transform 0.2s 0.4s, background-color 0.2s 0.2s, border-radius 0.3s, width 0.3s, right 0.3s;
}
#burger-menu.active span:nth-child(1) {
  top: calc(50% - 3px);
  transform: rotate(45deg);
}
#burger-menu.active span:nth-child(2) {
  opacity: 0;
}
#burger-menu.active span:nth-child(3) {
  bottom: calc(50% - 3px);
  transform: rotate(-45deg);
}
#burger-menu:focus {
  outline: none;
}

#masthead.scrolled #burger-menu span, #site-navigation.toggled #burger-menu span {
  background-color: #ffe37b;
}
#masthead.scrolled #menu-panier li a svg > *, #site-navigation.toggled #menu-panier li a svg > * {
  stroke: #ffe37b;
}

/*--- fin burger menu ---*/
@media screen and (max-width: 420px) {
  .menu-open .acf-month-burger {
    display: none;
  }
}
.home #masthead #primary-menu li.menu-item-5850.current-menu-item a, .home #masthead #primary-menu li.menu-item-5850.current_page_item a {
  color: #c2e2e6;
}
.home #masthead #primary-menu li.menu-item-5850:hover a {
  color: white;
}
.home #colophon #ftr-primary-menu li.menu-item-5850.current-menu-item a, .home #colophon #ftr-primary-menu li.menu-item-5850.current_page_item a {
  color: #fff4c8;
}
.home #colophon #ftr-primary-menu li.menu-item-5850:hover a {
  color: #ffe37b;
}

.wp-block-image.is-style-shadow img,
.wp-block-media-text figure {
  border-radius: 1rem;
  margin-bottom: 1rem;
}

.single-restaurant {
  background-image: none;
}
.single-restaurant #primary .entry-header {
  position: relative;
}
.single-restaurant #primary .entry-header .post-thumbnail {
  height: 60vh;
}
.single-restaurant #primary .entry-header .post-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-restaurant #primary .entry-header .post-thumbnail::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 25vh;
  background: #fff4c8;
  background: linear-gradient(0deg, rgb(255, 244, 200) 0%, rgba(255, 244, 200, 0) 100%);
}
.single-restaurant #primary .entry-header .restaurant-title {
  position: absolute;
  left: 10%;
  bottom: 0;
  color: #4F8C97;
  text-shadow: 0 0 15px #fff4c8;
}
.single-restaurant #primary .entry-content h2 {
  font-family: "Patrick Hand", Arial, sans-serif;
  font-size: min(max(28px, 2.0833vw), 40px);
  color: #4F8C97;
  font-weight: 600;
}
.single-restaurant #primary .titre-desc-content {
  width: 80%;
  margin: 2rem auto;
}
.single-restaurant #primary .restaurant-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  width: 80%;
  margin: 2rem auto;
}
@media screen and (max-width: 820px) {
  .single-restaurant #primary .restaurant-content {
    width: 90%;
    flex-direction: column;
    justify-content: flex-start;
    padding: 1rem 1rem;
  }
}
.single-restaurant #primary .restaurant-content .content .restaurant-adresse, .single-restaurant #primary .restaurant-content .content .restaurant-horaire, .single-restaurant #primary .restaurant-content .content .restaurant-tel {
  color: #222222;
}
.single-restaurant #primary .restaurant-content .restaurant-tel .wp-block-button {
  margin: 0 auto;
}
.single-restaurant #primary .restaurant-content .restaurant-map {
  width: 40%;
  flex: 0 0 40%;
  aspect-ratio: 2/3;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .single-restaurant #primary .restaurant-content .restaurant-map {
    width: 100%;
    aspect-ratio: 3/2;
  }
}

#colophon {
  clear: both;
  background-color: #4F8C97;
  padding: 5rem 0 1rem;
  color: #fff4c8;
}
#colophon .colophon-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  width: 90%;
  max-width: 1480px;
  margin: 0 auto;
}
#colophon .ftr-logo {
  flex: 1 0 100%;
}
#colophon .ftr-logo .custom-logo-link {
  display: block;
  width: min(max(100px, 12.5vw), 240px);
  transition: width 0.3s ease-in-out;
}
#colophon .ftr-logo .custom-logo-link img {
  display: block;
}
#colophon .ftr-contact a:hover {
  color: #ffe37b;
}
#colophon .ftr-menu-2 {
  text-align: right;
}
@media screen and (max-width: 820px) {
  #colophon .ftr-menu-2 {
    text-align: left;
  }
}
#colophon #ftr-primary-menu, #colophon #ftr-menu {
  margin: 0;
  padding: 0;
}
#colophon #ftr-primary-menu li, #colophon #ftr-menu li {
  display: block;
  padding: 0;
}
#colophon #ftr-primary-menu li a, #colophon #ftr-menu li a {
  display: block;
  padding: 0.2rem 0;
  font-size: min(max(24px, 1.666vw), 32px);
  color: #fff4c8;
  transition: color 0.3s ease-in-out;
}
#colophon #ftr-primary-menu li:hover a, #colophon #ftr-menu li:hover a {
  color: #ffe37b;
}
#colophon #ftr-primary-menu li.current-menu-item a, #colophon #ftr-primary-menu li.current_page_item a, #colophon #ftr-menu li.current-menu-item a, #colophon #ftr-menu li.current_page_item a {
  color: #ffe37b;
}
#colophon #ftr-socials-menu {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  gap: 1rem;
  margin: 0 0 2rem 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 820px) {
  #colophon #ftr-socials-menu {
    gap: 0.5rem;
    justify-content: start;
  }
}
#colophon #ftr-socials-menu li {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
}
#colophon #ftr-socials-menu li a {
  display: block;
  width: 30px;
  height: auto;
  max-height: 30px;
  padding: 0;
}
#colophon #ftr-socials-menu li a svg {
  display: block;
  width: 100%;
  height: auto;
  max-height: inherit;
}
#colophon #ftr-socials-menu li a svg path, #colophon #ftr-socials-menu li a svg rect {
  fill: #fff4c8;
  transition: fill 0.3s ease-in-out;
}
#colophon #ftr-socials-menu li a:hover svg path, #colophon #ftr-socials-menu li a:hover svg rect {
  fill: #ffe37b;
}
#colophon .site-info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  margin-top: 3rem;
}
@media screen and (max-width: 820px) {
  #colophon .site-info {
    flex-direction: column;
    align-items: center;
    justify-content: start;
    text-align: center;
  }
}
#colophon .site-info .ftr-credits {
  text-align: right;
}
@media screen and (max-width: 820px) {
  #colophon .site-info .ftr-credits {
    text-align: center;
  }
}
#colophon .site-info p, #colophon .site-info .single-product .vicode-custom-field-wrapper label, .single-product .vicode-custom-field-wrapper #colophon .site-info label, #colophon .site-info .single-product .variations ul li .variable-item-span, .single-product .variations ul li #colophon .site-info .variable-item-span, #colophon .site-info .single-product .variations .woo-selected-variation-item-name, .single-product .variations #colophon .site-info .woo-selected-variation-item-name {
  margin: 0;
  font-size: min(max(18px, 1.25vw), 24px);
}
#colophon .site-info p a:hover, #colophon .site-info .single-product .vicode-custom-field-wrapper label a:hover, .single-product .vicode-custom-field-wrapper #colophon .site-info label a:hover, #colophon .site-info .single-product .variations ul li .variable-item-span a:hover, .single-product .variations ul li #colophon .site-info .variable-item-span a:hover, #colophon .site-info .single-product .variations .woo-selected-variation-item-name a:hover, .single-product .variations #colophon .site-info .woo-selected-variation-item-name a:hover {
  color: #ffe37b;
}

/* ------------------------------------------- */
/* ------------------------------------------- */
.error404 #primary {
  text-align: center;
}
.error404 .redirection {
  width: 100%;
  max-width: 600px;
  height: 10px;
  border: 1px solid #6bb8c2;
  border-radius: 5px;
  margin: 2rem auto;
}
.error404 .redirection .full-load {
  background-color: #6bb8c2;
  width: 0;
  animation-name: redirect;
  animation-duration: 2.8s;
  animation-timing-function: ease-in-out;
  height: 100%;
  animation-fill-mode: forwards;
  border-radius: 5px;
}
@keyframes redirect {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

/* Onzeweb X Gutenberg
--------------------------------------------- */
.wp-block-buttons .wp-block-button {
  position: relative;
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  padding: 1rem 2rem;
  border-radius: calc(1rem + 30px);
  color: #ffe37b;
  background-color: #4F8C97;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  font-family: "Patrick Hand", Arial, sans-serif;
}
.wp-block-buttons .wp-block-button .wp-block-button__link strong {
  font-family: "KC Bubble Shack", serif;
  font-weight: 400;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  color: rgb(255, 210.7727272727, 46.5);
  background-color: rgb(73.7447826087, 130.6869565217, 140.9552173913);
}
.wp-block-buttons .wp-block-button .wp-block-button__link:focus, .wp-block-buttons .wp-block-button .wp-block-button__link:focus-visible, .wp-block-buttons .wp-block-button .wp-block-button__link:active {
  outline: 0;
  outline-color: transparent;
}
.wp-block-buttons .wp-block-button.is-style-melting .drops {
  position: absolute;
  top: calc(100% - 2rem);
  z-index: 1;
  width: 1rem;
  height: 0px;
  background-color: #ffe37b;
  border-radius: 0 0 0.5rem 0.5rem;
}
.wp-block-buttons .wp-block-button.is-style-melting .wp-block-button__link {
  position: relative;
  z-index: 2;
  color: #222222;
  background-color: #ffe37b;
  transition: background-color 0.5s ease-in-out;
}
.wp-block-buttons .wp-block-button.is-style-melting .wp-block-button__link:hover {
  background-color: rgb(255, 210.7727272727, 46.5);
}
.wp-block-buttons .wp-block-button.is-style-melting .wp-block-button__link:hover ~ .drops {
  background-color: rgb(255, 210.7727272727, 46.5);
  box-shadow: 0 0 0.4rem rgba(148.5, 117, 0, 0.8);
}
.wp-block-buttons .wp-block-button.is-style-melting .wp-block-button__link:hover ~ .drop-1 {
  height: 35px;
}
.wp-block-buttons .wp-block-button.is-style-melting .wp-block-button__link:hover ~ .drop-2 {
  height: 39px;
}
.wp-block-buttons .wp-block-button.is-style-melting .wp-block-button__link:hover ~ .drop-3 {
  height: 42px;
}
.wp-block-buttons .wp-block-button.is-style-melting .wp-block-button__link:hover ~ .drop-4 {
  height: 45px;
}
.wp-block-buttons .wp-block-button.is-style-tel .wp-block-button__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wp-block-buttons .wp-block-button.is-style-tel .wp-block-button__link::before {
  content: "";
  position: relative;
  display: block;
  width: 47px;
  height: 30px;
  margin-bottom: 0.5rem;
  background-image: url("./sass/res/icon-tel.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.wp-block-buttons .wp-block-button.is-style-tel .wp-block-button__link .numero {
  font-size: 20px;
  font-family: "Patrick Hand", Arial, sans-serif !important;
}

#primary .wp-block-group {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#primary .wp-block-group .wp-block-group__inner-container {
  width: 90%;
  max-width: 1480px;
  margin: 0 auto;
}
#primary .wp-block-group.alignwide .wp-block-group__inner-container {
  width: 90%;
  max-width: none;
  margin: 0 auto;
}
#primary .wp-block-group.alignfull .wp-block-group__inner-container {
  width: 100%;
  max-width: none;
  margin: 0;
}

#primary .wp-block-media-text .wp-block-media-text__content {
  padding: 0 2rem;
}
@media screen and (max-width: 820px) {
  #primary .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  #primary .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  #primary .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
}

#primary .wp-block-columns {
  width: 90%;
  max-width: 1480px;
  margin: 0 auto;
}
#primary .wp-block-columns.alignwide {
  width: 90%;
  max-width: none;
  margin: 0 auto;
}
#primary .wp-block-columns.alignfull {
  width: 100%;
  max-width: none;
  margin: 0 auto;
}
#primary .wp-block-columns .wp-block-column.has-background {
  padding-left: 1rem;
  padding-right: 1rem;
}

#primary .wp-block-cover .wp-block-cover__inner-container {
  width: 90%;
  max-width: 1480px;
  margin: 0 auto;
}
#primary .wp-block-cover.alignwide .wp-block-cover__inner-container {
  width: 90%;
  max-width: none;
  margin: 0 auto;
}
#primary .wp-block-cover.alignfull .wp-block-cover__inner-container {
  width: 100%;
  max-width: none;
  margin: 0;
}

#primary .wp-block-heading {
  width: 90%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
}
#primary .wp-block-heading.alignwide {
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}
#primary .wp-block-heading.alignfull {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

/* Onzeweb X Woocommerce
--------------------------------------------- */
/* fil d'arian woocommerce + nombre de résultats */
.woocommerce-breadcrumb, .woocommerce-result-count {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

.woocommerce-shop #primary, .archive #primary {
  position: relative;
}
.woocommerce-shop #primary .products, .archive #primary .products {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 820px) {
  .woocommerce-shop #primary .products, .archive #primary .products {
    gap: 2rem;
  }
}
.woocommerce-shop #primary .products .product, .archive #primary .products .product {
  flex: 0 1 calc(50% - 2rem);
  width: auto;
  float: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 820px) {
  .woocommerce-shop #primary .products .product, .archive #primary .products .product {
    flex: 0 1 calc(50% - 1rem);
  }
}
.woocommerce-shop #primary .products .product a img, .archive #primary .products .product a img {
  width: 100%;
  border-radius: 1rem;
}

/* Select : Tri des produits */
.woocommerce-ordering {
  margin-bottom: 3rem;
}
.woocommerce-ordering select {
  font-family: "Patrick Hand", Arial, sans-serif;
  font-size: calc(min(max(24px, 1.666vw), 32px) * 0.75);
  appearance: none;
  border: 1px solid #4F8C97;
  border-radius: 2rem;
  padding: 0.5rem 3rem 0.5rem 1rem;
  margin: 0.5rem 0;
  color: #4F8C97;
  background-color: transparent;
  background-image: url(./sass/res/arrow-down.svg);
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-size: auto;
  cursor: pointer;
}
.woocommerce-ordering select:focus {
  outline: 0;
}

/* Design bouton ajouter au panier */
.add_to_cart_button, .single_add_to_cart_button, .checkout-button {
  font-family: "KC Bubble Shack", serif;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  padding: 1rem 2rem;
  border-radius: calc(1rem + 30px);
  color: #ffe37b !important;
  background-color: #4F8C97;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.add_to_cart_button:hover, .single_add_to_cart_button:hover, .checkout-button:hover {
  color: rgb(255, 210.7727272727, 46.5) !important;
  background-color: rgb(73.7447826087, 130.6869565217, 140.9552173913);
}

/* Design pagination woocommerce */
.woocommerce-pagination {
  margin: 4rem 0 2rem;
  clear: both;
}
.woocommerce-pagination .page-numbers {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.woocommerce-pagination .page-numbers li .current {
  opacity: 1;
}
.woocommerce-pagination .page-numbers li a {
  opacity: 0.5;
}

.woocommerce-loop-product__title {
  text-align: center;
  color: #4F8C97;
}

.price {
  font-family: "KC Bubble Shack", serif;
  font-weight: 400 !important;
  display: block;
  text-align: center;
}

.attachment-woocommerce_thumbnail {
  width: 100%;
  object-fit: contain;
}

.woocommerce-ordering {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

.woocommerce-products-header .woocommerce-products-header__title {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

.single-product div.product {
  position: relative;
  width: 90%;
  max-width: 1480px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: start;
  justify-content: start;
  gap: 4rem;
}
.single-product div.product .product_meta {
  display: none;
}
.single-product div.product .woocommerce-product-gallery {
  width: 40%;
}
@media screen and (max-width: 820px) {
  .single-product div.product .woocommerce-product-gallery {
    width: 100%;
  }
}
.single-product div.product .summary {
  margin-top: 0;
  width: calc(60% - 4rem);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 820px) {
  .single-product div.product .summary {
    width: 100%;
  }
}
.single-product div.product .summary .price {
  text-align: initial !important;
}
.single-product div.product .product_title {
  order: 1;
}
.single-product div.product .woocommerce-product-details__short-description {
  order: 2;
}
.single-product div.product .price {
  order: 3;
}
.single-product div.product .variations_form, .single-product div.product form.cart {
  order: 4;
}
.single-product div.product .woocommerce-product-details__short-description ul {
  list-style: circle;
  list-style-position: inside;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport, .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  height: auto;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image a, .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
  display: block;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image a img, .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
  width: 100%;
  object-fit: contain;
}
.single-product div.product .woocommerce-product-gallery .flex-control-nav {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.single-product div.product .woocommerce-product-gallery .flex-control-nav li {
  float: none !important;
  width: auto !important;
}
.single-product .variations .label {
  text-align: left;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.single-product .variations .label label {
  font-size: calc(min(max(24px, 1.666vw), 32px) * 0.75);
  text-transform: uppercase;
  display: block;
}
.single-product .variations ul li {
  color: #6bb8c2 !important;
  background-color: transparent !important;
  border: 1px solid #6bb8c2 !important;
  border-radius: 2rem !important;
  padding: 1rem 2rem !important;
  box-shadow: none !important;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out !important;
}
.single-product .variations ul li::before, .single-product .variations ul li::after {
  display: none !important;
  content: none !important;
}
.single-product .variations ul li:hover {
  color: #fff4c8 !important;
  background-color: #6bb8c2 !important;
}
.single-product .variations ul li.selected {
  color: #ffe37b !important;
  background-color: #4F8C97 !important;
  border-color: #4F8C97 !important;
}
.single-product .vicode-custom-field-wrapper input[type=text],
.single-product .vicode-custom-field-wrapper input[type=email],
.single-product .vicode-custom-field-wrapper textarea {
  color: #222222;
  border: 1px solid #6bb8c2;
  border-radius: 0;
  appearance: none;
  padding: 0.5rem 1rem;
  margin: 0.5rem 0 1rem;
  width: 100%;
}
.single-product .vicode-custom-field-wrapper input[type=text]::placeholder,
.single-product .vicode-custom-field-wrapper input[type=email]::placeholder,
.single-product .vicode-custom-field-wrapper textarea::placeholder {
  color: rgba(108, 108, 108, 0.3764705882);
}
.single-product .vicode-custom-field-wrapper input[type=text]:focus, .single-product .vicode-custom-field-wrapper input[type=text]:focus-visible, .single-product .vicode-custom-field-wrapper input[type=text]:active,
.single-product .vicode-custom-field-wrapper input[type=email]:focus,
.single-product .vicode-custom-field-wrapper input[type=email]:focus-visible,
.single-product .vicode-custom-field-wrapper input[type=email]:active,
.single-product .vicode-custom-field-wrapper textarea:focus,
.single-product .vicode-custom-field-wrapper textarea:focus-visible,
.single-product .vicode-custom-field-wrapper textarea:active {
  outline: 0;
  outline-color: transparent;
}
.single-product .single_add_to_cart_button {
  cursor: pointer;
  margin-top: 1.5rem;
}
.single-product .custom-quantity-label {
  font-size: calc(min(max(24px, 1.666vw), 32px) * 0.75) !important;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5rem;
}
.single-product .quantity input {
  color: #222222;
  border: none;
  border-radius: 0;
  padding: 1rem 0.2rem 1rem 1rem;
}
.single-product .woocommerce-Price-amount {
  font-weight: 400 !important;
}
.single-product .woocommerce-tabs {
  width: 100%;
}
.single-product .woocommerce-tabs .tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.single-product .woocommerce-tabs .tabs li a {
  font-size: 1rem;
  opacity: 0.5;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  padding: 0.5rem 2rem;
  transition: opacity 0.3s ease-in-out;
  background-color: #c2e2e6;
  border-radius: 2rem;
}
.single-product .woocommerce-tabs .tabs li a:focus {
  outline: none;
}
.single-product .woocommerce-tabs .tabs li a::before {
  display: none !important;
}
.single-product .woocommerce-tabs .tabs li:hover a {
  opacity: 1;
}
.single-product .woocommerce-tabs .tabs li.active a {
  opacity: 1;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
  background-color: #c2e2e6;
  border-radius: 1rem;
  margin-top: 0.5rem;
  padding: 2rem;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel h2:first-of-type {
  display: none;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel p, .single-product .woocommerce-tabs .woocommerce-Tabs-panel .variations .woo-selected-variation-item-name, .single-product .variations .woocommerce-tabs .woocommerce-Tabs-panel .woo-selected-variation-item-name, .single-product .woocommerce-tabs .woocommerce-Tabs-panel .variations ul li .variable-item-span, .single-product .variations ul li .woocommerce-tabs .woocommerce-Tabs-panel .variable-item-span, .single-product .woocommerce-tabs .woocommerce-Tabs-panel .vicode-custom-field-wrapper label, .single-product .vicode-custom-field-wrapper .woocommerce-tabs .woocommerce-Tabs-panel label {
  font-size: calc(min(max(24px, 1.666vw), 32px) * 0.75) !important;
}
.single-product .woocommerce-tabs .woocommerce-product-attributes {
  border-collapse: collapse;
  text-align: left;
}
.single-product .woocommerce-tabs .woocommerce-product-attributes th, .single-product .woocommerce-tabs .woocommerce-product-attributes td {
  font-size: calc(min(max(24px, 1.666vw), 32px) * 0.75) !important;
  padding: 0.5rem 0;
}
.single-product .woocommerce-tabs .woocommerce-product-attributes th > *, .single-product .woocommerce-tabs .woocommerce-product-attributes td > * {
  font-size: calc(min(max(24px, 1.666vw), 32px) * 0.75) !important;
  padding: 0 !important;
  margin: 0 !important;
}
.single-product .woocommerce-tabs .woocommerce-product-attributes th {
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}

.woocommerce-cart-form {
  margin-bottom: 4rem;
}

.woocommerce-cart-form table, .cart-collaterals table {
  border-collapse: collapse;
  width: 100%;
}
.woocommerce-cart-form table thead, .cart-collaterals table thead {
  background-color: #6bb8c2;
  color: #ffe37b;
}
.woocommerce-cart-form table th, .woocommerce-cart-form table td, .cart-collaterals table th, .cart-collaterals table td {
  font-size: calc(min(max(24px, 1.666vw), 32px) * 0.75);
  border: 1px solid #4F8C97;
  text-align: left;
  padding: 0.5rem;
}
.woocommerce-cart-form table tr, .cart-collaterals table tr {
  background-color: rgb(222.9395348837, 239.7581395349, 241.8604651163);
}
.woocommerce-cart-form table tr:nth-child(even), .cart-collaterals table tr:nth-child(even) {
  background-color: #c2e2e6;
}
.woocommerce-cart-form table tr:last-of-type, .cart-collaterals table tr:last-of-type {
  background-color: #6bb8c2;
}
.woocommerce-cart-form .product-remove a, .cart-collaterals .product-remove a {
  display: block;
  text-align: center !important;
  line-height: 1;
}
.woocommerce-cart-form .product-remove a:hover, .cart-collaterals .product-remove a:hover {
  color: #f2a99c;
}
.woocommerce-cart-form .product-thumbnail a, .cart-collaterals .product-thumbnail a {
  display: block;
  max-width: 100px;
  margin: 0 auto;
}
.woocommerce-cart-form .product-thumbnail a img, .cart-collaterals .product-thumbnail a img {
  display: block;
}
.woocommerce-cart-form .coupon input, .cart-collaterals .coupon input {
  color: #222222;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 2rem;
}
.woocommerce-cart-form .coupon button, .cart-collaterals .coupon button {
  font-family: "Patrick Hand", Arial, sans-serif;
  font-size: calc(min(max(24px, 1.666vw), 32px) * 0.75);
  line-height: 1;
  text-align: center;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: calc(1rem + 30px);
  color: #ffe37b;
  background-color: #4F8C97;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  cursor: pointer;
}
.woocommerce-cart-form .coupon button:hover, .cart-collaterals .coupon button:hover {
  color: rgb(255, 210.7727272727, 46.5);
  background-color: rgb(73.7447826087, 130.6869565217, 140.9552173913);
}
.woocommerce-cart-form .coupon button:focus, .woocommerce-cart-form .coupon button:focus-visible, .woocommerce-cart-form .coupon button:active, .cart-collaterals .coupon button:focus, .cart-collaterals .coupon button:focus-visible, .cart-collaterals .coupon button:active {
  outline: 0;
  outline-color: transparent;
}
.woocommerce-cart-form button[name=update_cart], .cart-collaterals button[name=update_cart] {
  margin: 0.5rem 0 0 auto;
  font-family: "Patrick Hand", Arial, sans-serif;
  font-size: calc(min(max(24px, 1.666vw), 32px) * 0.75);
  line-height: 1;
  text-align: center;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: calc(1rem + 30px);
  color: #222222;
  background-color: #ffe37b;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  cursor: pointer;
}
.woocommerce-cart-form button[name=update_cart]:hover, .cart-collaterals button[name=update_cart]:hover {
  color: #222222;
  background-color: rgb(255, 210.7727272727, 46.5);
}
.woocommerce-cart-form button[name=update_cart]:focus, .woocommerce-cart-form button[name=update_cart]:focus-visible, .woocommerce-cart-form button[name=update_cart]:active, .cart-collaterals button[name=update_cart]:focus, .cart-collaterals button[name=update_cart]:focus-visible, .cart-collaterals button[name=update_cart]:active {
  outline: 0;
  outline-color: transparent;
}

.cart-collaterals .cart_totals h2 {
  color: #4F8C97;
}
.cart-collaterals .wc-proceed-to-checkout {
  margin-top: 2rem;
}
.cart-collaterals .wc-proceed-to-checkout a {
  display: block;
  width: fit-content;
  margin-left: auto;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

.woocommerce-checkout #primary label {
  font-size: calc(min(max(24px, 1.666vw), 32px) * 0.75);
}
.woocommerce-checkout #primary .required {
  color: #f2a99c;
  text-decoration: none;
}
.woocommerce-checkout #primary input[type=text],
.woocommerce-checkout #primary input[type=email],
.woocommerce-checkout #primary input[type=url],
.woocommerce-checkout #primary input[type=password],
.woocommerce-checkout #primary input[type=search],
.woocommerce-checkout #primary input[type=number],
.woocommerce-checkout #primary input[type=tel],
.woocommerce-checkout #primary input[type=range],
.woocommerce-checkout #primary input[type=date],
.woocommerce-checkout #primary input[type=month],
.woocommerce-checkout #primary input[type=week],
.woocommerce-checkout #primary input[type=time],
.woocommerce-checkout #primary input[type=datetime],
.woocommerce-checkout #primary input[type=datetime-local],
.woocommerce-checkout #primary input[type=color],
.woocommerce-checkout #primary textarea {
  color: #222222;
  border: 1px solid #6bb8c2;
  border-radius: 0;
  appearance: none;
  padding: 0.5rem 1rem;
  margin: 1rem 0 0.2rem;
  width: 100%;
}
.woocommerce-checkout #primary input[type=text]::placeholder,
.woocommerce-checkout #primary input[type=email]::placeholder,
.woocommerce-checkout #primary input[type=url]::placeholder,
.woocommerce-checkout #primary input[type=password]::placeholder,
.woocommerce-checkout #primary input[type=search]::placeholder,
.woocommerce-checkout #primary input[type=number]::placeholder,
.woocommerce-checkout #primary input[type=tel]::placeholder,
.woocommerce-checkout #primary input[type=range]::placeholder,
.woocommerce-checkout #primary input[type=date]::placeholder,
.woocommerce-checkout #primary input[type=month]::placeholder,
.woocommerce-checkout #primary input[type=week]::placeholder,
.woocommerce-checkout #primary input[type=time]::placeholder,
.woocommerce-checkout #primary input[type=datetime]::placeholder,
.woocommerce-checkout #primary input[type=datetime-local]::placeholder,
.woocommerce-checkout #primary input[type=color]::placeholder,
.woocommerce-checkout #primary textarea::placeholder {
  color: rgba(108, 108, 108, 0.3764705882);
}
.woocommerce-checkout #primary input[type=text]:focus, .woocommerce-checkout #primary input[type=text]:focus-visible, .woocommerce-checkout #primary input[type=text]:active,
.woocommerce-checkout #primary input[type=email]:focus,
.woocommerce-checkout #primary input[type=email]:focus-visible,
.woocommerce-checkout #primary input[type=email]:active,
.woocommerce-checkout #primary input[type=url]:focus,
.woocommerce-checkout #primary input[type=url]:focus-visible,
.woocommerce-checkout #primary input[type=url]:active,
.woocommerce-checkout #primary input[type=password]:focus,
.woocommerce-checkout #primary input[type=password]:focus-visible,
.woocommerce-checkout #primary input[type=password]:active,
.woocommerce-checkout #primary input[type=search]:focus,
.woocommerce-checkout #primary input[type=search]:focus-visible,
.woocommerce-checkout #primary input[type=search]:active,
.woocommerce-checkout #primary input[type=number]:focus,
.woocommerce-checkout #primary input[type=number]:focus-visible,
.woocommerce-checkout #primary input[type=number]:active,
.woocommerce-checkout #primary input[type=tel]:focus,
.woocommerce-checkout #primary input[type=tel]:focus-visible,
.woocommerce-checkout #primary input[type=tel]:active,
.woocommerce-checkout #primary input[type=range]:focus,
.woocommerce-checkout #primary input[type=range]:focus-visible,
.woocommerce-checkout #primary input[type=range]:active,
.woocommerce-checkout #primary input[type=date]:focus,
.woocommerce-checkout #primary input[type=date]:focus-visible,
.woocommerce-checkout #primary input[type=date]:active,
.woocommerce-checkout #primary input[type=month]:focus,
.woocommerce-checkout #primary input[type=month]:focus-visible,
.woocommerce-checkout #primary input[type=month]:active,
.woocommerce-checkout #primary input[type=week]:focus,
.woocommerce-checkout #primary input[type=week]:focus-visible,
.woocommerce-checkout #primary input[type=week]:active,
.woocommerce-checkout #primary input[type=time]:focus,
.woocommerce-checkout #primary input[type=time]:focus-visible,
.woocommerce-checkout #primary input[type=time]:active,
.woocommerce-checkout #primary input[type=datetime]:focus,
.woocommerce-checkout #primary input[type=datetime]:focus-visible,
.woocommerce-checkout #primary input[type=datetime]:active,
.woocommerce-checkout #primary input[type=datetime-local]:focus,
.woocommerce-checkout #primary input[type=datetime-local]:focus-visible,
.woocommerce-checkout #primary input[type=datetime-local]:active,
.woocommerce-checkout #primary input[type=color]:focus,
.woocommerce-checkout #primary input[type=color]:focus-visible,
.woocommerce-checkout #primary input[type=color]:active,
.woocommerce-checkout #primary textarea:focus,
.woocommerce-checkout #primary textarea:focus-visible,
.woocommerce-checkout #primary textarea:active {
  outline: 0;
  outline-color: transparent;
}
.woocommerce-checkout #primary select {
  font-family: "Patrick Hand", Arial, sans-serif;
  font-size: min(max(24px, 1.666vw), 32px);
  appearance: none;
  border: none;
  border-radius: 2rem;
  padding: 0.5rem 3rem 0.5rem 1rem;
  margin: 0.5rem 0;
  color: #ffe37b;
  background-color: #6bb8c2;
  background-image: url(./sass/res/arrow-down.svg);
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-size: auto;
  cursor: pointer;
}
.woocommerce-checkout #primary select:focus {
  outline: 0;
}
.woocommerce-checkout #primary button,
.woocommerce-checkout #primary input[type=button],
.woocommerce-checkout #primary input[type=reset],
.woocommerce-checkout #primary input[type=submit] {
  font-family: "KC Bubble Shack", serif;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  padding: 1rem 2rem;
  border-radius: calc(1rem + 30px);
  color: #ffe37b;
  background-color: #4F8C97;
  display: block;
  margin: 2rem auto 0;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  cursor: pointer;
}
.woocommerce-checkout #primary button:hover,
.woocommerce-checkout #primary input[type=button]:hover,
.woocommerce-checkout #primary input[type=reset]:hover,
.woocommerce-checkout #primary input[type=submit]:hover {
  color: rgb(255, 210.7727272727, 46.5);
  background-color: rgb(73.7447826087, 130.6869565217, 140.9552173913);
}
.woocommerce-checkout #primary button:focus, .woocommerce-checkout #primary button:focus-visible, .woocommerce-checkout #primary button:active,
.woocommerce-checkout #primary input[type=button]:focus,
.woocommerce-checkout #primary input[type=button]:focus-visible,
.woocommerce-checkout #primary input[type=button]:active,
.woocommerce-checkout #primary input[type=reset]:focus,
.woocommerce-checkout #primary input[type=reset]:focus-visible,
.woocommerce-checkout #primary input[type=reset]:active,
.woocommerce-checkout #primary input[type=submit]:focus,
.woocommerce-checkout #primary input[type=submit]:focus-visible,
.woocommerce-checkout #primary input[type=submit]:active {
  outline: 0;
  outline-color: transparent;
}
.woocommerce-checkout #primary .select2-selection--single {
  border: 1px solid #6bb8c2;
  border-radius: 0;
  padding: 0.5rem 3rem 0.5rem 0.8rem;
  height: auto;
  margin: 1rem 0 0.5rem;
}
.woocommerce-checkout #primary .select2-selection--single .select2-selection__rendered {
  color: #222222 !important;
  line-height: 1.5 !important;
  font-size: 1rem !important;
  padding: 0 !important;
}
.woocommerce-checkout #primary .select2-selection__arrow {
  height: 100% !important;
  top: 0.3rem !important;
  right: 1rem !important;
  background-image: url(./sass/res/arrow-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
.woocommerce-checkout #primary .select2-selection__arrow b {
  border: none !important;
}

.woocommerce-thankyou-order-received {
  background-color: #98c69a;
  color: white;
  padding: 2rem;
  text-align: center;
  border-radius: 2rem;
}

.woocommerce-thankyou-order-details {
  list-style: none;
}
.woocommerce-thankyou-order-details li {
  font-size: min(max(24px, 1.666vw), 32px);
}

.woocommerce-order-details__title, .woocommerce-column__title {
  color: #4F8C97;
}

.woocommerce-checkout-review-order table, .woocommerce-order-details table {
  border-collapse: collapse;
  font-size: calc(min(max(24px, 1.666vw), 32px) * 0.75) !important;
}
.woocommerce-checkout-review-order table th, .woocommerce-checkout-review-order table td, .woocommerce-order-details table th, .woocommerce-order-details table td {
  font-size: calc(min(max(24px, 1.666vw), 32px) * 0.75);
  border: 1px solid #4F8C97;
  text-align: left;
  padding: 0.5rem;
}
.woocommerce-checkout-review-order table thead, .woocommerce-order-details table thead {
  background-color: #6bb8c2;
  color: #ffe37b;
}
.woocommerce-checkout-review-order table tbody tr, .woocommerce-order-details table tbody tr {
  background-color: rgb(222.9395348837, 239.7581395349, 241.8604651163);
}
.woocommerce-checkout-review-order table tbody tr:nth-child(even), .woocommerce-order-details table tbody tr:nth-child(even) {
  background-color: #c2e2e6;
}
.woocommerce-checkout-review-order table tfoot tr, .woocommerce-order-details table tfoot tr {
  background-color: #6bb8c2;
}
.woocommerce-checkout-review-order table tfoot tr :first-child, .woocommerce-order-details table tfoot tr :first-child {
  text-align: center;
}
.woocommerce-checkout-review-order table tfoot tr.order-total, .woocommerce-order-details table tfoot tr.order-total {
  background-color: #4F8C97;
  color: #ffe37b;
}
.woocommerce-checkout-review-order table tfoot tr.order-total th, .woocommerce-checkout-review-order table tfoot tr.order-total td, .woocommerce-order-details table tfoot tr.order-total th, .woocommerce-order-details table tfoot tr.order-total td {
  font-size: min(max(24px, 1.666vw), 32px) !important;
  background-color: inherit;
}
.woocommerce-checkout-review-order .wc_payment_methods, .woocommerce-order-details .wc_payment_methods {
  list-style: none !important;
}
.woocommerce-checkout-review-order .woocommerce-terms-and-conditions-wrapper p, .woocommerce-checkout-review-order .woocommerce-terms-and-conditions-wrapper .single-product .variations .woo-selected-variation-item-name, .single-product .variations .woocommerce-checkout-review-order .woocommerce-terms-and-conditions-wrapper .woo-selected-variation-item-name, .woocommerce-checkout-review-order .woocommerce-terms-and-conditions-wrapper .single-product .variations ul li .variable-item-span, .single-product .variations ul li .woocommerce-checkout-review-order .woocommerce-terms-and-conditions-wrapper .variable-item-span, .woocommerce-checkout-review-order .woocommerce-terms-and-conditions-wrapper .single-product .vicode-custom-field-wrapper label, .single-product .vicode-custom-field-wrapper .woocommerce-checkout-review-order .woocommerce-terms-and-conditions-wrapper label, .woocommerce-order-details .woocommerce-terms-and-conditions-wrapper p, .woocommerce-order-details .woocommerce-terms-and-conditions-wrapper .single-product .variations .woo-selected-variation-item-name, .single-product .variations .woocommerce-order-details .woocommerce-terms-and-conditions-wrapper .woo-selected-variation-item-name, .woocommerce-order-details .woocommerce-terms-and-conditions-wrapper .single-product .variations ul li .variable-item-span, .single-product .variations ul li .woocommerce-order-details .woocommerce-terms-and-conditions-wrapper .variable-item-span, .woocommerce-order-details .woocommerce-terms-and-conditions-wrapper .single-product .vicode-custom-field-wrapper label, .single-product .vicode-custom-field-wrapper .woocommerce-order-details .woocommerce-terms-and-conditions-wrapper label {
  font-size: calc(min(max(24px, 1.666vw), 32px) * 0.75) !important;
}
.woocommerce-checkout-review-order .woocommerce-terms-and-conditions-wrapper a, .woocommerce-order-details .woocommerce-terms-and-conditions-wrapper a {
  color: #6bb8c2;
  transition: color 0.3s ease-in-out;
}
.woocommerce-checkout-review-order .woocommerce-terms-and-conditions-wrapper a:hover, .woocommerce-order-details .woocommerce-terms-and-conditions-wrapper a:hover {
  color: #4F8C97;
}
.woocommerce-checkout-review-order .woocommerce-terms-and-conditions-wrapper .validate-required input, .woocommerce-order-details .woocommerce-terms-and-conditions-wrapper .validate-required input {
  border-color: #4F8C97;
}

.woocommerce-account #customer_login {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.woocommerce-account #customer_login a {
  font-weight: 600;
}
.woocommerce-account #customer_login .col-1, .woocommerce-account #customer_login .col-2 {
  flex: 1;
  box-shadow: 0 0 0px rgb(41.5, 41.5, 41.5);
  transition: all 0.3s ease-in-out;
  padding: 2rem;
  border-radius: 1rem;
}
.woocommerce-account #customer_login .col-1:hover, .woocommerce-account #customer_login .col-2:hover {
  box-shadow: 0 0 10px rgb(41.5, 41.5, 41.5);
}
.woocommerce-account fieldset {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 1rem 2rem;
  border-color: #434343;
  width: fit-content;
}
.woocommerce-account fieldset legend {
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 1rem 2rem;
}
.woocommerce-account input[type=text],
.woocommerce-account input[type=email],
.woocommerce-account input[type=url],
.woocommerce-account input[type=password],
.woocommerce-account input[type=search],
.woocommerce-account input[type=number],
.woocommerce-account input[type=tel],
.woocommerce-account input[type=range],
.woocommerce-account input[type=date],
.woocommerce-account input[type=month],
.woocommerce-account input[type=week],
.woocommerce-account input[type=time],
.woocommerce-account input[type=datetime],
.woocommerce-account input[type=datetime-local],
.woocommerce-account input[type=color],
.woocommerce-account textarea {
  display: block;
  margin-top: 1rem;
  color: #222222;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #222222;
  padding: 0.5rem 1rem;
  background-color: transparent;
}
.woocommerce-account input[type=text]:focus-visible,
.woocommerce-account input[type=email]:focus-visible,
.woocommerce-account input[type=url]:focus-visible,
.woocommerce-account input[type=password]:focus-visible,
.woocommerce-account input[type=search]:focus-visible,
.woocommerce-account input[type=number]:focus-visible,
.woocommerce-account input[type=tel]:focus-visible,
.woocommerce-account input[type=range]:focus-visible,
.woocommerce-account input[type=date]:focus-visible,
.woocommerce-account input[type=month]:focus-visible,
.woocommerce-account input[type=week]:focus-visible,
.woocommerce-account input[type=time]:focus-visible,
.woocommerce-account input[type=datetime]:focus-visible,
.woocommerce-account input[type=datetime-local]:focus-visible,
.woocommerce-account input[type=color]:focus-visible,
.woocommerce-account textarea:focus-visible {
  outline: none;
  background-color: #434343;
}
.woocommerce-account [type=checkbox], .woocommerce-account [type=radio] {
  appearance: none;
  border: 2px solid #222222;
  width: 1rem;
  height: 1rem;
  position: relative;
  margin-right: 0.5rem;
}
.woocommerce-account [type=checkbox]::before, .woocommerce-account [type=radio]::before {
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  top: 50%;
  left: 50%;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #222222;
  transition: transform 0.2s ease-in-out;
}
.woocommerce-account [type=checkbox]:checked::before, .woocommerce-account [type=radio]:checked::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.woocommerce-account [type=radio] {
  border-radius: 50%;
}
.woocommerce-account [type=radio]::before {
  border-radius: 50%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  opacity: 0.5;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  padding: 1rem 2rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a {
  opacity: 1;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  opacity: 1;
  border-bottom: 2px solid #222222;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a::before {
  display: none !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout:hover a {
  color: #f2a99c;
  opacity: 1;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout:hover a::before {
  background-color: rgb(236.0803571429, 129.8392857143, 110.9196428571) !important;
}
.woocommerce-account .woocommerce-MyAccount-content {
  margin-top: 5rem;
}

.single-bon-cadeau #primary {
  padding: 5rem 0;
  text-align: center;
}
.single-bon-cadeau #primary .title-code {
  font-family: Helvetica, Arial, sans-serif;
  font-size: min(max(24px, 1.666vw), 32px);
  padding: 1rem;
  border-radius: 1rem;
  background-color: white;
  color: black;
}
@media screen and (max-width: 820px) {
  .single-bon-cadeau #primary .title-code {
    display: block;
    width: fit-content;
    margin: 0 auto;
  }
}
.single-bon-cadeau #primary .amount-on-card {
  color: #98c69a;
}
.single-bon-cadeau #primary .amount-on-card.used {
  color: #f2a99c;
}
.single-bon-cadeau #primary .button-custom {
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  padding: 0.5rem 1rem;
  margin-top: 1rem;
  border: 1px solid #4F8C97;
  border-radius: 1.5rem;
  color: #4F8C97;
  background-color: transparent;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  cursor: pointer;
}
.single-bon-cadeau #primary .button-custom:hover {
  color: #ffe37b;
  background-color: #4F8C97;
}
.single-bon-cadeau #primary .button-custom:focus, .single-bon-cadeau #primary .button-custom:focus-visible, .single-bon-cadeau #primary .button-custom:active {
  outline: 0;
  outline-color: transparent;
}
.single-bon-cadeau #primary .hide {
  display: none;
}
.single-bon-cadeau #primary #use_gift_card {
  width: fit-content;
  padding: 1rem;
  margin: 2rem auto;
  background-color: #fff4c8;
  border-radius: 2rem;
}
.single-bon-cadeau #primary #use_gift_card label {
  font-size: min(max(24px, 1.666vw), 32px);
  margin-right: 0.5rem;
  cursor: pointer;
}
.single-bon-cadeau #primary #use_gift_card #submit_bon {
  cursor: pointer;
  -webkit-transform: scale(2);
  transform: scale(2);
}
.single-bon-cadeau #primary #use_gift_card input[type=text] {
  color: #222222;
  border: 1px solid #6bb8c2;
  border-radius: 0;
  appearance: none;
  padding: 0.5rem 1rem;
  margin: 1rem 0 0.2rem;
  width: 100%;
}
.single-bon-cadeau #primary #use_gift_card input[type=text]::placeholder {
  color: rgba(108, 108, 108, 0.3764705882);
}
.single-bon-cadeau #primary #use_gift_card input[type=text]:focus, .single-bon-cadeau #primary #use_gift_card input[type=text]:focus-visible, .single-bon-cadeau #primary #use_gift_card input[type=text]:active {
  outline: 0;
  outline-color: transparent;
}
