/*!
Theme Name: Fleurons
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: fleurons
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.

Fleurons 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;
  color: black;
  overflow-x: hidden;
}

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

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

/* Grouping content
	 ========================================================================== */

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

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

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none !important;
  color: black;
}

/**
 * 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: black;
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links


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

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

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

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 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;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.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-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-title {
  font-family: "Work Sans";
  font-weight: 300;
  font-size: 17px;
  letter-spacing: 2px;
}

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

.product-item {
  background-color: white;
  padding: 20px 30px;
}

.product-item-container {
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;

  position: relative;
}

.search .product-item-container {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.columns-3 .product-item-container {
  padding-left: 15px;
  padding-right: 15px;
  width: 33%;
}

.product-item-container .product-item:hover {
  box-shadow: 0 0 12px rgb(214, 214, 214);
}

.product-item {
  background-color: white;
  padding: 30px 50px 90px 50px;
  width: 100%;
  border: 1px solid white;
  transition: all ease 500ms;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.product-item .product-item-title {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 1.04px;
  color: black;
  text-transform: uppercase;
  min-height: 75px;
  text-align: center;
}

.product-item .product-item-img {
  width: 100%;
  /* padding-left: 20px;
  padding-right: 20px; */
}

.product-item .product-item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-item .product-item-price {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 2px;
  text-align: center;
  color: black;
}

.product-item-button {
  position: absolute !important;
  bottom: 30px;
  left: calc(50% - 88px) !important;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 2px;
  color: var(--lightGrey);
  background-color: black;
  padding: 10px 10px;
  width: 176px;
  margin: auto !important;
  border-radius: 2px;
  text-transform: uppercase;
  display: block;
  text-align: center;
}

.product-item .product-item-button:hover {
  color: black;
  background-color: var(--lightGrey) !important;
}

.product-item .has-gallery {
  background-size: cover;
  background-position: center center;
}

.product-item .has-gallery img {
  opacity: 1;
  background-color: white;
  transition: all ease 500ms;
}

.product-item:hover .has-gallery img {
  opacity: 0;
}

.woocommerce .product-item-container {
  margin-top: 45px;
}

.post-item-container {
  width: 100%;
  position: relative;
}

.post-item {
  padding-top: 50%;
}

.post-item-container .post-item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.post-item-container .post-item-img img {
  width: 100%;
}

.post-item-container .metaContent {
  padding: 15px 45px;
  width: fit-content;
  background-color: white;
  position: relative;
  z-index: 3;
  margin-top: -75px;
}

.post-item-container .metaContent .post-item-title {
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  color: black;
  min-height: 28px;
}

.post-item-container .post-item-button {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 2px;
  color: var(--lightGrey);
  background-color: var(--lightGrey);
  padding: 10px 10px;
  color: black;
  width: 190px;
  text-align: center;
  border-radius: 2px;
  text-transform: uppercase;
  display: block;
}

body .flickity-page-dots {
  list-style: none;
  text-align: center;
  line-height: 1;
  display: flex;
  flex-direction: row;
  gap: 15px;
  bottom: -15px;
  justify-content: center;
}

body.home .flickity-page-dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 1px 8px;
  background: transparent;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  opacity: 1 !important;
  position: relative;
  overflow: visible;
  background-color: black;
}

body.home .flickity-page-dots li.is-selected {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: transparent;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  opacity: 1 !important;
  position: relative;
  overflow: visible;
  background-color: black;
}

body .flickity-page-dots li.is-selected::before {
  width: 140%;
  height: 140%;
  left: -20%;
  top: -20%;
  position: absolute;
  content: "";
  opacity: 1;
  background-color: black;
  border-radius: 50%;
  z-index: 0;
}

body .flickity-page-dots li::after {
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  position: absolute;
  content: none;
  background: black;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
  border: 1px solid white;
  border-radius: 50%;
  opacity: 1;
  z-index: 2;
}

.homePostsSlider .flickity-page-dots {
  bottom: -45px;
}

.flickity-page-dots li.is-selected::after {
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  position: absolute;
  content: "";
  background: black;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
  border: 2px solid white;
  border-radius: 50%;
  opacity: 1;
  z-index: 2;
}

#homeSlider .flickity-page-dots {
  position: absolute;
  width: 100px;
  right: 30px;
  bottom: auto;
  top: 36%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#homeSlider .flickity-page-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: transparent;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  opacity: 1 !important;
  position: relative;
  overflow: visible;
}

#homeSlider .flickity-page-dots li.is-selected::before {
  width: 140%;
  height: 140%;
  left: -20%;
  top: -20%;
  position: absolute;
  content: "";
  opacity: 1;
  background-color: white;
  border-radius: 50%;
  z-index: 0;
}

#homeSlider .flickity-page-dots li::after {
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  position: absolute;
  content: "";
  background: white;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
  border: 2px solid black;
  border-radius: 50%;
  opacity: 1;
  z-index: 2;
}

.zb-el-zionImage > div {
  height: 100%;
  width: 100%;
}

#desktopVersion #desktopMenu.active {
  padding-top: 30px;
  padding-bottom: 30px;
}

body:not(.znpb) #desktopMenu,
body:not(.znpb) #searchBloc {
  position: relative;
  opacity: 0;
  max-height: 0;
  padding: 0 6%;
  height: 100%;
  /* transform: translateY(-100%); */
  transition: all ease 0.3s;
  /*pointer-events: none;  Empêche les interactions quand caché */
  overflow: hidden;
  border-bottom: 0px solid black;
}

#searchBloc {
  z-index: 7000;
}

#desktopMenu.active,
body.znpb #desktopMenu,
#searchBloc.active {
  opacity: 1 !important;
  max-height: 1000px !important;
  /* transform: translateY(0); */
  pointer-events: auto;
  padding-left: 6%;
  padding-right: 6%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 3px solid black;
}

.childListMegaMenu {
  margin-top: 5px;
}

body #MiddleSection .menuLvl1_Item:hover,
body #MiddleSection #productMenu.active {
  cursor: pointer;
  background-color: black;
  color: var(--lightGrey);
}

.childListMegaMenu .childListMegaMenu_link {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.category-navigation .category-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  overflow: scroll;
  padding-bottom: 15px;
}

.category-navigation .category-list .category-item {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #e8e3db;
  color: black;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  transition: all linear 400ms;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: max-content;
}

.category-navigation .category-list .category-item.active,
.category-navigation .category-list .category-item:hover {
  border: 1px solid black;
  color: black;
}

/* Boutons de scroll */
.scroll-btn {
  position: absolute;
  top: 70%;
  z-index: 10;
  color: black;
  width: 36px;
  height: 36px;
  cursor: pointer;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  transition: all 0.3s ease;
  background-color: transparent;
  border: none;
}

.scroll-btn.hidden {
  display: none !important;
}

.scroll-btn:focus {
  border: none !important;
}

.scroll-btn:hover {
  color: #c4a86a;
}

.scroll-btn.left {
  right: 45px;
}
.scroll-btn.right {
  right: 5px;
}

.category-navigation .category-list::-webkit-scrollbar {
  display: none; /* masque scrollbar sur Chrome/Safari */
}

.category-navigation .category-list .category-item a {
  color: black;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
}

.product_listing_archive,
.products.columns-4 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.woocommerce-cart .product_listing_archive .product-item {
  padding: 30px 20px 90px 20px;
}

.woocommerce-cart .product_listing_archive .product-item .product-item-title {
  font-size: 12px;
}

body .miniVignette .product_listing_archive .product-item {
  padding: 30px 30px 90px 30px;
}

body .miniVignette .product_listing_archive .product-item-button {
  font-size: 10px !important;
  margin: auto;
  width: 176px;
}

body .miniVignette .product_listing_archive .product-item .product-item-title {
  font-size: 12px;
  line-height: 16px;
  min-height: 92px;
}

.drawer {
  position: fixed;
  top: 0;
  left: -400px; /* Caché par défaut */
  width: 400px;
  height: 100%;
  background: white;
  box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
  transition: left 0.5s ease-in-out;
  padding: 90px 45px;
  z-index: 1000;
}
.drawer.active {
  left: 0;
  display: block !important;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: none;
  font-size: 24px;
  cursor: pointer;
}

/* .drawer h3 {
  text-align: left;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 1px;
  color: rgb(0, 0, 0);
  margin-top: 0px;
  padding-bottom: 15px;
} */

.woocommerce-ordering {
  position: relative;
}
.woocommerce-ordering label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}

select.orderby {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#openDrawer {
  border: none;
  background: transparent;
  font-size: 15px;
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-right: auto;
}
.before_loop {
  display: flex;
  justify-content: right;
  align-items: baseline;
  gap: 45px;
}
.woocommerce-result-count {
  font-size: 13px;
}

.drawerTitle {
  font-size: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 45px;
  display: block;
}

#drawerSideBar h3 {
  font-family: "Work Sans";
  font-weight: 300;
  font-size: 17px;
  letter-spacing: 2px;
}

#drawerSideBar .wc-blocks-filter-wrapper label {
  font-family: "Work Sans";
  font-weight: 300;
}

.product-stock {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 15px;
  line-height: 24px;
  background-color: var(--lightGrey);
  width: fit-content;
  padding: 3px 15px;
}
.product-stock svg {
  width: 20px;
  height: 20px;
}

#product_main_container form.cart {
  display: flex;
  align-items: center;
  gap: 10px;
}

#product_main_container form.cart .quantity {
  width: 100px;
  border-radius: 0;
}

#product_main_container form.cart .quantity input {
  height: 42px;
  width: 100%;
  border-radius: 2px;
}

#product_main_container form.cart button {
  border-radius: none;
  width: 300px;
  height: 42px;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1.8px;
  font-family: "Work Sans";
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 2px;
}

.tab-titles {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
  margin-left: 0 !important;
}
.tab-title {
  padding: 10px 45px;
  cursor: pointer;
  border: 2px solid var(--lightGrey);
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.tab-title.active {
  background-color: var(--lightGrey);
}

.tab-title svg {
  transform: rotate(90deg);
  transition: all ease 600ms;
}

.tab-title.active svg {
  transform: rotate(180deg);
}

.tab-content {
  padding: 5px 15px;
  font-family: "Work Sans";
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}
.tab-panel {
  display: none;
}
.tab-panel.active {
  display: block;
}

.macaron-images {
  z-index: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-bottom: 45px;
}

.macaron-images .macaron-image {
  width: 50px;
  height: 50px;
}

.overflowX-hidden {
  overflow-x: hidden;
}

#mini-cart-container a {
  transition: all ease 400ms;
  color: black;
  background-color: white;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#mini-cart-container a svg {
  width: 25px;
  height: 25px;
}

#mini-cart-container:hover a {
  color: white;
  background-color: black;
}

#cart-count {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  border: 1px solid;
  min-width: 23px;
  min-height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

#mini-cart-container:hover #cart-count {
  color: white;
  background-color: black;
  border: 1px solid black;
}

body .woocommerce-message {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #8eae1b0e !important;
}

body .woocommerce-info {
  display: flex;
  justify-content: start;
  gap: 45px;
  align-items: center;
  border-top-color: black;
  width: 100% !important;
  background-color: white;
}

.woocommerce-info::before {
  color: black;
}

body #payment .woocommerce-info,
#order_review .cart-item td,
.woocommerce-checkout-review-order-table td.product-name {
  font-size: 13px;
  line-height: 18px;
}

.woocommerce-shipping-totals.shipping #shipping_method {
  margin: 0;
  padding-left: 0;
  width: fit-content;
  margin-left: auto;
  margin-top: 15px;
}

.woocommerce-checkout-review-order-table {
  display: flex;
  flex-direction: column;
}

.woocommerce-checkout-review-order-table thead tr,
.woocommerce-checkout-review-order-table tbody tr,
.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal,
.woocommerce-checkout-review-order-table tfoot tr.order-total {
  display: flex;
  justify-content: space-between;
}

.woocommerce-checkout-review-order-table tfoot .cart-subtotal,
.woocommerce-checkout-review-order-table tfoot .order-total {
  height: 50px;
  align-items: end;
}
.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals th {
  height: 50px;
  display: flex;
  align-items: end;
}

.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td {
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
}

.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals {
  display: flex;
  flex-direction: column;
}

.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-total td {
  text-align: right;
}

.woocommerce-checkout-review-order-table thead .product-total {
  text-align: right;
}

.woocommerce-checkout-review-order-table th.product-total {
  width: 300px;
}

.woocommerce-shipping-totals.shipping #shipping_method li {
  list-style: none;
}

body .woocommerce-error::before,
body .woocommerce-info::before,
body .woocommerce-message::before {
  font-family: WooCommerce;
  content: "\e028";
  content: "\e028"/ "";
  display: inline-block;
  position: relative;
  top: auto;
  left: auto;
}

body .woocommerce-info a {
  margin-left: auto;
}

.woocommerce-info,
.woocommerce-message {
  padding: 1em 2em 1em 2em;
  margin: 0 0 2em;
  position: relative;
  background-color: white;
  color: black;
  font-family: "Work Sans";
  font-weight: 400;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}

.woocommerce-error {
  padding: 1em 2em 1em 2em;
  margin: 0 0 2em;
  position: relative;
  background-color: white;
  color: black;
  font-family: "Work Sans";
  font-weight: 400;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: left;
}

.woocommerce-error::before {
  padding-left: 15px;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
  color: white !important;
  font-family: "Work Sans";
  font-weight: 300 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 5px 15px;
  font-size: 12px !important;
  background-color: black !important;
}

.wp-block-woocommerce-cart.alignwide > div {
  width: 100%;
}

body .woocommerce-cart-form__contents th,
body .shop_table.shop_table_responsive th,
.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table thead th {
  font-size: 14px !important;
  font-family: "Work Sans";
  font-weight: 400 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#shipping_method label {
  margin-left: 5px;
  font-size: 14px !important;
  font-family: "Work Sans";
  font-weight: 400 !important;
}

body .shop_table.shop_table_responsive td {
  text-align: right;
  font-size: 17px !important;
  font-weight: 400 !important;
}

body
  form.woocommerce-cart-form
  .woocommerce-cart-form__cart-item
  .product-name
  a,
body form.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-name,
body
  form.woocommerce-cart-form
  .woocommerce-cart-form__cart-item
  .product-subtotal,
body
  form.woocommerce-cart-form
  .woocommerce-cart-form__cart-item
  .product-price {
  font-size: 14px !important;
  font-family: "Work Sans";
  font-weight: 300 !important;
}

body .shop_table.shop_table_responsive.cart td {
  text-align: left;
  /* font-size: 17px !important;
  font-weight: 400 !important; */
}

.wc-block-components-sidebar-layout {
  display: flex;
  flex-direction: column;
}

.wc-block-components-sidebar-layout > div,
.wc-block-components-sidebar-layout .wc-block-components-main {
  width: 100% !important;
  padding-right: 45px !important;
  padding-left: 45px !important;
}

body .woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
  width: 160px;
}

body .woocommerce-cart-form__cart-item.cart_item .product-thumbnail img {
  width: 140px;
}

body .wc-block-components-product-metadata__description {
  display: none;
}

.woocommerce table.shop_table {
  border: none !important;
}

button[name="update_cart"] {
  margin-left: auto !important;
}

body .woocommerce-cart-form__contents .actions button,
a.button,
button.button {
  color: white !important;
  font-family: "Work Sans";
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px !important;
  background-color: black !important;
  border-radius: 2px;
  height: 36px;
  display: flex !important;
  align-items: center;
  width: fit-content;
  justify-content: center;
  border: none;
}

body .woocommerce-cart-form__contents .actions button:hover,
a.button:hover,
button.button:hover {
  color: black !important;
  background-color: white !important;
}

body .woocommerce a.remove {
  color: black !important;
  text-decoration: none;
  font-weight: 100;
  transition: all ease 600ms;
  border: 1px solid black;
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 25px;
}

body .woocommerce a.remove:hover {
  color: white !important;
  text-decoration: none;
  background-color: black;
  font-weight: 100;
  border: 1px solid black;
}
.cart_totals h2 {
  font-size: 22px !important;
  font-family: "Bodoni Moda" !important;
  font-weight: 500 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.gift-wrap-container {
  margin-bottom: 20px;
  padding: 20px 20px 20px;
  margin-top: 45px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

.gift-explanation {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.gift-explanation span:first-child {
  font-family: "Work Sans";
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px !important;
  text-align: left;
  display: block;
  margin-bottom: 15px;
}

.gift-explanation span:last-child {
  font-family: "Work Sans";
  font-weight: 300 !important;
  text-align: left;
  font-size: 13px !important;
}

.gift-wrap-container button.button.gift-wrap-add,
body .cart_totals .wc-proceed-to-checkout a.button {
  border-radius: none;
  width: 340px;
  height: 42px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.8px;
  font-family: "Work Sans";
  font-weight: 500 !important;
  text-transform: uppercase;
  border-radius: 2px;
  background-color: black;
  color: white;
  margin-left: auto;
  margin-right: auto;
}

.gift-wrap-container button.button.gift-wrap-add {
  margin-right: 0 !important;
}

.woocommerce-shipping-destination,
.woocommerce-privacy-policy-text {
  font-size: 13px;
  line-height: 18px;
}
.cart_totals .order-total {
  height: 80px;
}

.cart_totals .order-total th,
.cart_totals .order-total td {
  vertical-align: bottom !important;
}
.cart_totals .order-total .amount {
  font-size: 22px;
}

body .shop_table.shop_table_responsive.cart td.actions {
  text-align: right;
}

#coupon_code {
  width: 220px;
}
/* 
.zb-woo-checkout-container {
  display: flex;
  flex-direction: column;
  gap: 60px;
} */

.woocommerce-checkout form #customer_details {
  display: flex;
  flex-direction: column;
}

.woocommerce-checkout form #customer_details > div {
  width: 100%;
}

form.checkout.woocommerce-checkout {
  width: 100%;
}

form.checkout .zb-woo-checkout-container {
  width: 100%;
  gap: 60px;
  display: flex;
}

body .woocommerce-billing-fields h3,
body .zb-el-wooCheckoutOrderReview h3 {
  font-size: 22px !important;
  font-family: "Bodoni Moda" !important;
  font-weight: 500 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.woocommerce-shipping-fields {
  margin-top: 45px;
}

h3#ship-to-different-address span {
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgb(0, 0, 0);
  font-size: 15px;
  line-height: 23p;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 600;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: var(--lightGrey) !important;
}

.form-row {
  position: relative;
}

.form-row ::placeholder,
.form-row input,
.select2-container .select2-selection--single .select2-selection__rendered {
  position: relative;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.8px;
  font-family: "Work Sans";
  padding-left: 15px;
}
form .form-row {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}

form .form-row label:not(.woocommerce-form-login__rememberme) {
  font-size: 13px;
  font-weight: 400 !important;
  position: absolute;
  left: 15px;
  top: -12px;
  background-color: var(--lightGrey);
  padding: 3px 6px;
  z-index: 2;
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text,
.select2-container .select2-selection--single .select2-selection__rendered {
  height: 46px;
  line-height: 37px;
  background-color: var(--lightGrey);
  border: 1px solid #ccc;
}

#customer_details textarea,
#gift_message {
  padding-top: 14px;
  height: 100px;
  margin-bottom: 30px;
  background-color: var(--lightGrey);
}

body.woocommerce-cart ul#shipping_method {
  margin-top: 30px !important;
}

body ul#shipping_method label.shipping_method_label {
  line-height: 0;
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 15px;
}

body #shipping_method label.shipping_method_label input[type="radio"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 20px;
  height: 20px;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
}

body #shipping_method label.shipping_method_label input[type="radio"]::before {
  content: "";
  display: block;
  margin-top: 1px;
  margin-left: 1px;
  width: 14px;
  height: 14px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em black;
}

body
  #shipping_method
  label.shipping_method_label
  input[type="radio"]:checked::before {
  transform: scale(1);
}

nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
  padding: 8px 15px;
  border: 1px solid #dfdfdf;
  margin-bottom: 8px;
  font-size: 14px !important;
  font-family: "Bodoni Moda" !important;
  font-weight: 500 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  list-style: none;
  transition: all ease 600ms;
}

nav.woocommerce-MyAccount-navigation
  .woocommerce-MyAccount-navigation-link:hover,
nav.woocommerce-MyAccount-navigation
  .woocommerce-MyAccount-navigation-link.is-active {
  border: 1px solid #dfdfdf;
  background-color: black;
  color: var(--lightGrey);
}

nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
  transition: all ease 600ms;
}

nav.woocommerce-MyAccount-navigation
  .woocommerce-MyAccount-navigation-link:hover
  a,
nav.woocommerce-MyAccount-navigation
  .woocommerce-MyAccount-navigation-link.is-active
  a {
  color: var(--lightGrey);
}

.zb-element.zb-el-wooAddToCart .stock.out-of-stock {
  display: none !important;
}

.notify-me-form {
  display: flex;
  align-items: center;
  gap: 10px;
}
.notify-me-form input,
form.custom-search-form input {
  width: 300px;
  height: 38px;
  border-radius: 2px !important;
  font-size: 13px;
}

.custom-search-icon svg {
  width: 20px;
  height: 20px;
}

form.custom-search-form {
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-image.flickity-enabled.is-draggable img {
  object-fit: cover;
  max-width: auto;
  width: 100%;
  height: 100%;
}

.main-image.flickity-enabled.is-draggable {
  margin-bottom: 30px;
}
.main-image.flickity-enabled.is-draggable li.dot {
  position: relative;
}

.page .zb-el-innerContent h2 {
  margin-top: 45px;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: none;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 1.3px;
  background-color: hsla(0, 0%, 0%, 0);
}

.woocommerce-pagination {
  display: flex;
  justify-content: center;
  padding: 30px 10px 0 10px;
  gap: 10px;
}

.woocommerce-pagination .page-numbers.current {
  background-color: black;
  color: var(--lightGrey);
  padding: 0 5px;
  display: block;
  border-radius: 2px;
}

.in-stock {
  display: none !important;
}

#ws_opt_in_field {
  width: 100%;
}

/****************************************************
*****************************************************
*****************************************************
* MEDIA QUERIES
*****************************************************
*****************************************************
*****************************************************/

@media (max-width: 1590px) {
  body #primary .product-item-container {
    padding-left: 15px;
    padding-right: 15px;
    width: 33%;
  }

  body #primary .title-100,
  body #footer .title-100 {
    font-size: 60px;
    line-height: 70px;
  }

  body #primary .title-100.negative-margin,
  #footer .title-100.negative-margin {
    margin-top: -180px;
  }

  body #primary .title-100.single-word {
    margin-top: -110px;
  }

  .childListMegaMenu .childListMegaMenu_link {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  #desktopMenu.active {
    pointer-events: auto;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 40px;
    padding-bottom: 25px;
  }
}

body.modal-open {
  overflow: hidden;
}
.commercial .mapImage {
  opacity: 0;
  transition: all ease 400ms;
}

.commercial:hover .mapImage {
  opacity: 1;
  transition: all ease 400ms;
}

.commercial .mapImage > div {
  display: flex;
  justify-content: center;
}
.commercial .mapImage > div img {
  height: fit-content;
}

body
  ul#shipping_method
  label.shipping_method_label
  .woocommerce-Price-amount.amount {
  line-height: 2;
}

.mm .sub-menu-item .zb-menuTitle {
  color: black;
}

.mm .zb-menu li:hover > a,
.mm .zb-menu a:focus {
  color: white;
}

.main-menu-item .main-menu-link:hover {
  color: white;
}

#greatestMenu {
  position: fixed;
  z-index: 2000;
  height: 100%;
  overflow: scroll;
  width: 100vw;
  top: -200vh;
  transition: all ease 500ms;
  background-color: white;
}

#greatestMenu.active {
  top: 0;
}

#wc-custom-toaster {
  top: 120px;
  right: 30px;
}

.wc-custom-toast {
  font-size: 16px !important;
  font-family: "Bodoni Moda" !important;
  background-color: black !important;
  max-width: 500px;
}

.wc-toast-view-cart {
  font-size: 14px !important;
  padding: 12px 16px;
  font-family: "Work Sans" !important;
  background-color: white !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
}

.wc-toaster {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  background: #333;
  color: #fff;
  padding: 16px 20px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  max-width: 300px;
  display: none;
}

.wc-toaster .woocommerce-message {
  background: none !important;
  border: none !important;
  color: #fff !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* body .zb-menu li:hover > a {
  color: white !important;
} */

.mm .sub-menu-item .zb-menuTitle {
  font-family: "Work Sans", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 10px !important;
  padding-right: 10px !important;
  display: block;
}

.mm .sub-menu-item:hover .zb-menuTitle {
  color: white;
  background-color: black;
  transition: all ease 400ms;
}

#catDescription .zb-el-zionText h2 {
  font-family: "Work Sans", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 2.25px;

  margin-top: 45px !important;
}

#catDescription b,
#catDescription strong {
  font-weight: 600;
}

#catDescription .zb-el-zionText p {
  font-weight: 300;
}

#mobileVersion {
  position: fixed;
  width: 100vw;

  height: auto;
  top: 0;
  left: 0;
}

#pourquoi h3 {
  font-weight: 400 !important;
  line-height: 1;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.form-flex .flex-row {
  display: flex;
  gap: 15px;
}

.form-flex .flex-row > div {
  flex: 1 1 auto;
}

.form-flex .flex-row p input {
  width: 100%;
  height: 46px;
  line-height: 37px;
  background-color: var(--lightGrey);
  border: 1px solid #ccc;
  padding-left: 15px;
}

input[type="date"] {
  height: 46px;
  line-height: 37px;
  background-color: var(--lightGrey);
  border: 1px solid #ccc;
  padding-left: 15px;
}

.form-flex .flex-row p textarea {
  line-height: 37px;
  height: 140px;
  background-color: var(--lightGrey);
  border: 1px solid #ccc;
  padding-left: 15px;
}
.form-flex .flex-row p {
  position: relative;
}
.form-flex .flex-row p input::placeholder {
  background-color: #f8f7f5;
  position: relative;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.8px;
  font-family: "Work Sans";
  padding-left: 15px;
}

.form-flex .flex-row p label {
  font-size: 13px;
  font-weight: 400 !important;
  position: absolute;
  left: 15px;
  top: 10px;
  background-color: var(--lightGrey);
  padding: 3px 6px;
  z-index: 2;
}

#contactForms .zb-el-tabs-nav {
  display: flex;
  gap: 15px;
}

.product-tabs h2 {
  margin-top: 20px !important;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: none;
  font-weight: 500;
  font-style: normal;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
  color: black !important;
  font-family: "Work Sans";
  font-weight: 300 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 5px 15px;
  font-size: 12px !important;
  background-color: transparent !important;
}

#billing_country_field {
  display: none !important;
}

.zb-el-wooCheckoutOrderReview {
  padding-right: 30px;
}

.product-tabs h3 {
  font-weight: 600 !important;
}

#contactForms .zb-el-tabs-nav-title {
  padding: 10px 45px;
  cursor: pointer;
  border: 2px solid var(--lightGrey);
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  border: 1px solid #cecece !important;
}

#contactForms .wpcf7-submit {
  width: 300px;
  height: 42px;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1.8px;
  font-family: "Work Sans";
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 2px;
  font-size: 12px;
  background-color: black;
  color: white;
  transition: all ease 400ms;
}
#contactForms .wpcf7-submit:hover,
.sib-form-block__button:hover {
  background-color: white !important;
  color: black !important;
}

#sib-container form .sib-form-block__button {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1.8px;
  font-family: "Work Sans";
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 2px;
  font-size: 12px;
  background-color: black;
  color: white;
  transition: all ease 400ms;
}

h3.product_listing_archive_title {
  font-size: 22px !important;
  font-family: "Bodoni Moda" !important;
  font-weight: 500 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#sib-container input {
  font-size: 12px;
  font-family: "Work Sans";
}

#sib-container input::placeholder {
  font-size: 12px;
  font-family: "Work Sans";
}

#contactForms .zb-el-tabs-nav-title.zb-el-tabs-nav--active {
  color: black;
  border: 1px solid black !important;
}

#contactForms .zb-el-tabs-nav-title.zb-el-tabs-nav--active:after {
  border-color: black;
  background-color: black;
}

.sib-form,
#sib-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (min-width: 993px) {
  #mobileVersion {
    display: none;
  }
}

#mobileVersion #desktopMenu {
  position: relative !important;
  height: 100vh;
  padding-top: 120px;
}

.woocommerce-checkout-review-order-table .fee {
  width: 100%;
  min-width: 100%;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1800px) {
  #primary .commercial {
    width: 30% !important;
    max-width: 30% !important;
  }
}

@media (max-width: 1600px) {
  #blockPageTitle .zb-column--3.zb-column-offset--2 {
    margin-left: 5%;
    max-width: 40%;
  }

  #primary .commercial {
    width: 400px !important;
    max-width: 400px !important;
    height: 600px;
  }
}

@media (max-width: 1500px) {
  .zb .menuLvl1_Item {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 1px;
    background-color: hsla(0, 0%, 0%, 0);
  }

  #MiddleSection {
    padding-left: 10px !important;
    padding-right: 10px !important;
    border-bottom: 5px solid #f8f7f5;
  }
}

@media (max-width: 1200px) {
  #desktopMenu .work-sans-600 {
    font-size: 12px;
  }

  body #MiddleSection {
    padding-left: 5px;
    padding-right: 5px;
  }

  #MiddleSection .menuLvl1_Item {
    font-size: 13px;
    text-align: center;
  }

  #MiddleSection .zb-column--5:first-child {
    max-width: 50%;
    align-items: flex-end;
    justify-content: space-around;
  }
  #MiddleSection .zb-column--5:last-child {
    max-width: 50%;
    align-items: flex-end;
    justify-content: space-around;
  }

  #MiddleSection .zb-flex-width--full > a {
    position: absolute;
    top: 10px;
    left: calc(50% - 60px);
    width: 120px !important;
  }

  #blockPageTitle .bodoni-moda-800 {
    font-size: 30px;
    line-height: 40px;
  }

  .product-item-container .product-item-title.work-sans-500 {
    font-size: 12px;
    line-height: 16px;
  }

  #footer .zb-flex-width--full .zb-column--6 {
    max-width: 100%;
    width: 100%;
  }

  #footer .zb-flex-width--full .zb-column--6:nth-child(2) {
    order: 3;
  }
  #footer .zb-flex-width--full .zb-column--6:nth-child(3) {
    order: 2;
  }
}

@media (max-width: 1100px) {
  #blockPageTitle .zb-column--3.zb-column-offset--2 {
    margin-left: 45px;
    max-width: calc(45% - 45px);
  }

  .product-item-container .product-item {
    padding: 30px 20px 90px 20px;
  }

  .product-item-container {
    width: 33%;
  }

  body #primary .flickity-slider .product-item-container {
    width: 50%;
  }

  .category-navigation .category-list .category-item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: fit-content;
    min-width: 160px;
  }

  .category-navigation .category-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    overflow: scroll;
  }

  #blog .category-navigation .category-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    overflow: hidden;
  }

  #MiddleSection .menuLvl1_Item {
    font-size: 11px;
    text-align: center;
  }

  #shortcutPictos {
    gap: 0px !important;
  }

  body #primary .title-100,
  body #footer .title-100 {
    font-size: 50px;
    line-height: 60px;
  }
}

#mobileMenuTrigger {
  padding: 6px;
}

#mobileMenuTrigger:hover {
  fill: white !important;
}

@media (max-width: 992px) {
  body .woocommerce-message {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    background-color: #8eae1b0e !important;
    text-align: center;
    gap: 10px;
  }
  #primary .commercial {
    width: 380px !important;
    max-width: 380px !important;
  }
  #blockPageTitle h1 {
    padding-top: 45px;
  }
  .category-navigation .category-list .category-item a {
    color: black;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  #desktopMenu.active {
    pointer-events: all !important;
  }
  #MiddleSection .zb-column--5:last-child {
    max-width: 100%;
    align-items: flex-end;
    justify-content: space-around;
  }

  #desktopMenu .zb-el-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #desktopMenu .zb-el-container > div {
    width: 50% !important;
    max-width: 50%;
    margin-bottom: 45px;
  }

  #desktopMenu > div > .zb-element:last-child {
    display: none !important;
  }

  #desktopMenu > div > .zb-element:first-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #desktopMenu {
    padding-left: 15px !important;
    padding-right: 15px !important;
    border-bottom: 1px solid black !important;
  }

  .gift-wrap-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .gift-wrap-container button.button.gift-wrap-add,
  body .cart_totals .wc-proceed-to-checkout a.button {
    width: fit-content;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  form.checkout .zb-woo-checkout-container {
    width: 100%;
    gap: 0px;
    display: flex;
    flex-wrap: wrap;
  }

  body .woocommerce-info {
    display: flex;
    justify-content: center;
    gap: 5px;
    flex-direction: column;
    align-items: center;
  }

  .showcoupon {
    text-align: center;
  }

  #product_main_container form.cart button {
    width: fit-content;
  }
  #product_main_container {
    padding-top: 0px !important;
  }

  #mobileVersion .liquid-content:not(.active),
  #mobileVersion .solid-content:not(.active) {
    height: 100%;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    transition: all ease 600ms;
  }

  #mobileVersion .liquid-content,
  #mobileVersion .solid-content {
    max-height: 1200px;
    transition: all ease 600ms;
  }

  #mobileVersion .liquid-title,
  #mobileVersion .solid-title {
    position: relative;
  }

  #mobileVersion .liquid-title::before,
  #mobileVersion .solid-title::before {
    content: url("data:image/svg+xml,%3Csvg  viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' id='fi_4655002'%3E%3Cg id='Layer_62' data-name='Layer 62'%3E%3Cpath d='m60.71 15.37a1.5 1.5 0 0 0 -1.53.06l-27.18 17.72-27.18-17.72a1.5 1.5 0 0 0 -2.32 1.26v10.62a1.48 1.48 0 0 0 .63 1.22l28 20a1.49 1.49 0 0 0 1.74 0l28-20a1.48 1.48 0 0 0 .63-1.22v-10.62a1.49 1.49 0 0 0 -.79-1.32z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    right: 120px;
    font-weight: 900;
    top: 5px;
    color: black;
    width: 50px;
    height: 50px;
    transition: all ease 500ms;
    transform: rotate(-90deg);
    transform-origin: center;
    padding: 10px;
  }

  #mobileVersion .liquid-title.active::before,
  #mobileVersion .solid-title.active::before {
    transform: rotate(0deg);
    margin-top: -6px;
  }

  #greatestMenu .separator {
    font-size: 18px !important;
    font-family: "Bodoni Moda" !important;
    font-weight: 500 !important;
    letter-spacing: 1px;
    color: black;
  }
  #greatestMenu .zb-el-accordions-accordionTitle {
    font-family: "Work Sans", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 18px !important;
    color: black;
  }

  a.linkMobileMenu {
    font-family: "Work Sans", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 0;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }

  .childListMegaMenu .childListMegaMenu_link {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    display: block;
    text-transform: uppercase;
  }

  .linkOutOfTab {
    font-family: "Work Sans", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 18px !important;
    color: black;
  }
}

@media (max-width: 850px) {
  body {
    overflow-x: hidden !important;
  }
  .coupon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: stretch;
  }

  .woocommerce table.cart td.actions .coupon .input-text + .button {
    width: 220px !important;
  }
  #coupon_code {
    margin-right: 0 !important;
  }
  .product-item-container {
    width: 50%;
  }

  #totalCart {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body ul#shipping_method label.shipping_method_label {
    line-height: 1;
  }

  #blockPageTitle .zb-flex-width--full {
    flex-direction: column-reverse;
  }

  #blockPageTitle .zb-flex-width--full > div {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    border-left: 15px solid #c4a86a;
  }

  #blockPageTitle .zb-flex-width--full > div:first-child {
    padding-bottom: 60px;
  }

  .product-item-container {
    padding-left: 5px;
    padding-right: 5px;
  }

  body .woocommerce-cart-form__contents .actions button,
  a.button,
  button.button {
    color: white !important;
    font-family: "Work Sans";
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px !important;
    background-color: black !important;
    border-radius: 2px;
    height: 36px;
    display: flex !important;
    margin-left: auto !important;
    margin-right: auto !important;
    align-items: center;

    justify-content: center;
    border: none;
  }

  .product-item-container .product-item-button {
    width: 130px;
    left: calc(50% - 65px) !important;
  }

  body .woocommerce-info a {
    margin-left: auto;
    margin-right: auto;
  }

  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    float: none;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 1em;
    margin-top: 110px;
  }
}
#billing_birthdate_field,
#billing_birthdate_field input,
#billing_birthdate_field span {
  max-width: 100%;
}

#billing_birthdate_field input {
  display: flex;
}
.woocommerce-terms-and-conditions-wrapper > p {
  height: auto;
  min-height: 15px;
  margin-top: 15px;
}

.woocommerce-terms-and-conditions-wrapper > p input {
  height: 15px;
  width: 15px;
}

.place-order p.form-row input {
  height: 15px;
  width: 15px;
}

.woocommerce-privacy-policy-text {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .product_listing_archive .flickity-slider .product-item-container {
    width: 100%;
  }

  .product_listing_archive .flickity-page-dots .dot {
    position: relative;
  }
  body {
    overflow-x: hidden !important;
  }
  #contactForms .zb-el-tabs-nav {
    display: flex;
    gap: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #contactForms .zb-el-tabs-nav li {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  #mobileVersion #desktopMenu {
    padding-top: 45px;
  }

  #mobileVersion .liquid-title::before,
  #mobileVersion .solid-title::before {
    right: -30px;

    top: 0px;

    width: 50px;
    height: 50px;

    padding: 13px;
  }
  .product-tabs .tab-titles {
    display: flex;
    flex-wrap: wrap;
  }
  .product-tabs .tab-titles .tab-title {
    width: 100%;
  }

  #MiddleSection .zb-flex-width--full > a {
    position: absolute;
    top: 10px;
    left: calc(50% - 100px);
    width: 200px !important;
  }

  .woocommerce-cart .product_listing_archive.columns-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 45px;
  }

  .woocommerce-cart .product_listing_archive.columns-3 > div {
    width: 100%;
  }

  html,
  body {
    width: 100vw !important;
    max-width: 100vw !important;
  }

  #desktopMenu {
    pointer-events: all;
  }
  #desktopMenu .zb-el-container {
    display: flex;
    flex-direction: row;
  }
  #desktopMenu .zb-el-container > div {
    width: 50% !important;
    max-width: 50%;
  }

  #desktopMenu .bodoni-moda-700 {
    padding-top: 15px;
    margin-top: 0px;
    line-height: 1.2 !important;
    font-size: 18px !important;
  }

  /* #desktopMenu .zb-el-container > div {
    width: 50% !important;
    max-width: 50%;
    margin-bottom: 25px;
  } */

  #desktopMenu .zb-el-container > div {
    width: 100% !important;
    max-width: 100%;
    margin-bottom: 25px;
  }

  #footer .zb-flex-width--full .zb-column--6 {
    flex-wrap: wrap;
    gap: 45px;
  }
  #footer .zb-flex-width--full .zb-column--6 > div {
    width: 100% !important;
    max-width: 100% !important;
  }

  #closeMenu {
    top: -30px !important;
    left: -5px !important;
  }

  body ul#shipping_method label.shipping_method_label {
    line-height: 0;
  }
}

@media (max-width: 568px) {
  body,
  #primary {
    overflow-x: hidden !important;
  }
  body #primary .flickity-slider .product-item-container {
    width: 100%;
  }
  body #primary .title-100,
  body #footer .title-100 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 2px;
  }
  body #primary .title-100.negative-margin,
  #footer .title-100.negative-margin {
    margin-top: -140px;
  }

  #homeSlider .flickity-page-dots {
    width: 20px;
  }

  .post-item-container .metaContent {
    padding: 15px 15px;
    width: 100%;
    background-color: white;
    position: relative;
    z-index: 3;
    margin-top: 0;
  }

  .post-item-container .metaContent .post-item-title {
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: black;
    min-height: 28px;
  }

  .post-item-container .post-item {
    padding-top: unset;
    padding-bottom: 15px;
  }

  .post-item-container .post-item-img {
    position: relative;
  }

  .post-item-container .post-item-button {
    margin-left: auto;
    margin-right: auto;
  }

  #sib-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
