@charset "UTF-8";
/*!
Theme Name: monpetitmarche
Theme URI: http://underscores.me/
Author: Jerome Bart & Polomarco
Author URI: http://underscores.me/
Description: Theme pour le site monpetitmarche.ch
Version: 2.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: monpetitmarche
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.

monpetitmarche 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

--------------------------------------------------------------*/
/* woocommerce */
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,700;0,900;1,400&display=swap");
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #243E36;
  font-family: "Rubik", "Helvetica Neue", sans-serif;
  font-size: 17px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
  line-height: 1;
}

h1, h2 {
  font-weight: 900;
  text-transform: uppercase;
  max-width: 750px;
}

h1 {
  font-size: 4em;
}
@media all and (max-width: 564px) {
  h1 {
    font-size: 2.5em;
  }
}

h2 {
  font-size: 3em;
  max-width: 700px;
}
@media all and (max-width: 564px) {
  h2 {
    font-size: 2em;
  }
}

h3 {
  font-weight: 300;
  text-transform: uppercase;
}

.elementor-inner h3 {
  font-size: 1.3em;
  font-weight: 300;
  text-transform: uppercase;
}

.elementor-inner h4 {
  font-size: 1.17em;
  font-weight: 300;
  text-transform: uppercase;
}

.cart_totals h2,
.woocommerce-MyAccount-content h2 {
  font-size: 2.5em;
}

.term-description, h4 {
  text-transform: uppercase;
  font-weight: 100;
  line-height: 1.2;
  font-size: 1.5em;
  margin-top: 0;
}
.term-description p, h4 p {
  margin-top: 0;
  margin-bottom: 0;
}

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
--------------------------------------------- */
html {
  scroll-behavior: smooth;
}

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;
  transition: opacity 0.25s;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  opacity: 0.6;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
.button,
.woocommerce .checkout-button,
.woocommerce button.button.alt,
.single_add_to_cart_button,
.btn-mpm-load-more,
.woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  border-radius: 0;
  background: #243E36;
  color: #7CA982;
  line-height: 1;
  padding: 1em;
  text-transform: uppercase;
  transition: all 0.25s;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
}
button:hover,
.button:hover,
.woocommerce .checkout-button:hover,
.woocommerce button.button.alt:hover,
.single_add_to_cart_button:hover,
.btn-mpm-load-more:hover,
.woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: #7CA982;
  color: #243E36;
}
button:hover:before,
.button:hover:before,
.woocommerce .checkout-button:hover:before,
.woocommerce button.button.alt:hover:before,
.single_add_to_cart_button:hover:before,
.btn-mpm-load-more:hover:before,
.woocommerce a.button:hover:before, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover:before,
input[type=button]:hover:before,
input[type=reset]:hover:before,
input[type=submit]:hover:before {
  color: #F1F7ED;
}
button:active, button:focus,
.button:active,
.button:focus,
.woocommerce .checkout-button:active,
.woocommerce .checkout-button:focus,
.woocommerce button.button.alt:active,
.woocommerce button.button.alt:focus,
.single_add_to_cart_button:active,
.single_add_to_cart_button:focus,
.btn-mpm-load-more:active,
.btn-mpm-load-more:focus,
.woocommerce a.button:active,
.woocommerce a.button:focus, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:active, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.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;
}

.woocommerce .checkout-button,
.woocommerce a.button,
.woocommerce .a.button.alt,
.woocommerce button.button .mpm-modal-add-btn {
  border-radius: 0;
  font-weight: 600;
  background-color: #7CA982 !important;
  color: #F1F7ED;
  font-weight: 400;
}
.woocommerce .checkout-button:hover, .woocommerce .checkout-button:focus, .woocommerce .checkout-button:active,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce a.button:active,
.woocommerce .a.button.alt:hover,
.woocommerce .a.button.alt:focus,
.woocommerce .a.button.alt:active,
.woocommerce button.button .mpm-modal-add-btn:hover,
.woocommerce button.button .mpm-modal-add-btn:focus,
.woocommerce button.button .mpm-modal-add-btn:active {
  background-color: #243E36;
  color: #F1F7ED;
}

.btn-mpm-load-more {
  margin-top: 3em;
}

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],
.aws-container .aws-search-field,
textarea {
  color: #666;
  border: none;
  padding: 0.75rem 0.5rem;
  background-color: #E3E3E3;
}
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,
.aws-container .aws-search-field:focus,
textarea:focus {
  background-color: #E0EEC6;
}

label {
  text-transform: uppercase;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.no-sidebar .site {
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: "header" "main" "footer";
}
.no-sidebar .site .site-main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5em 0;
}
@media all and (max-width: 1280px) {
  .no-sidebar .site .site-main {
    padding: 5em 1.2em;
  }
}

.single-product main.product {
  grid-area: "main";
}

.site {
  display: grid;
  grid-template-columns: 370px auto;
  grid-template-areas: "header header" "sidebar main" "footer footer";
}
@media all and (max-width: 1600px) {
  .site {
    grid-template-columns: 25% auto;
  }
}
@media all and (max-width: 768px) {
  .site {
    display: block;
  }
}

.site-header {
  grid-area: header;
}

.site-main {
  grid-area: main;
  overflow: hidden; /* Resolves issue with <pre> elements forcing full width. */
}

.single-product main.product {
  grid-area: "main";
}

main.product {
  grid-area: main;
}

.widget-area {
  grid-area: sidebar;
}

.site-footer {
  grid-area: footer;
}

.no-sidebar .site {
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: "header" "main" "footer";
}
.no-sidebar .site .site-main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5em 0;
}
@media all and (max-width: 1280px) {
  .no-sidebar .site .site-main {
    padding: 5em 1.2em;
  }
}

.single-product main.product {
  grid-area: "main";
}

.elementor-template-full-width:not(.archive) .site {
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: "header" "main" "footer";
}

@media all and (max-width: 1280px) {
  .site-main {
    padding: 0 1.2em;
  }
}

@media (max-width: 767px) {
  #masthead {
    display: none;
  }
}
.mpm-header-mobile,
.mpm-offcanvas-overlay,
.mpm-mobile-offcanvas {
  display: none;
}

@media (max-width: 767px) {
  .mpm-header-mobile {
    display: block;
    position: sticky;
    top: -110px;
    z-index: 998;
    background: #7CA982;
  }
  .mpm-header-mobile__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110px;
    overflow: hidden;
  }
  .mpm-header-mobile__logo img {
    max-height: 78px;
    width: auto;
  }
  .mpm-header-mobile__actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 1rem;
    background: #EBEBEB;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }
  .mpm-header-mobile__actions .mpm-header-mobile__search .aws-search-form {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mpm-mobile-menu-toggle {
    background: none;
    border: none;
    color: #7CA982;
    font-size: 1.25rem;
    cursor: pointer;
    padding: 0.25rem;
    flex-shrink: 0;
  }
  .mpm-header-mobile__search {
    flex: 1;
    min-width: 0;
  }
  .mpm-header-mobile__search .aws-container {
    width: 100%;
  }
  .mpm-header-mobile__search input[type=search],
  .mpm-header-mobile__search input[type=text] {
    width: 100%;
    border-radius: 20px;
    padding: 0.4rem 0.75rem;
    font-size: 0.875rem;
  }
  .mpm-header-mobile__cart,
  .mpm-header-mobile__account {
    position: relative;
    color: #7CA982;
    font-size: 1.2rem;
    text-decoration: none;
    flex-shrink: 0;
    padding: 0.25rem;
  }
  .mpm-header-mobile__cart-count {
    position: absolute;
    top: -4px;
    right: -6px;
    background: #7CA982;
    color: #fff;
    font-size: 0.625rem;
    font-weight: 700;
    min-width: 16px;
    height: 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }
  .mpm-header-mobile__cart-count:empty, .mpm-header-mobile__cart-count:contains('0') {
    display: none;
  }
  .mpm-offcanvas-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1099;
  }
  .mpm-offcanvas-overlay.is-visible {
    display: block;
  }
  .mpm-mobile-offcanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 85vw;
    max-width: 320px;
    height: 100%;
    background: #fff;
    z-index: 1100;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
  }
  .mpm-mobile-offcanvas.is-open {
    transform: translateX(0);
  }
  body.mpm-offcanvas-open {
    overflow: hidden;
  }
  .mpm-offcanvas__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    background: #7CA982;
  }
  .mpm-offcanvas__header img {
    max-height: 40px;
    width: auto;
  }
  .mpm-offcanvas__close {
    background: none;
    border: none;
    color: #F1F7ED;
    font-size: 1.4rem;
    cursor: pointer;
    padding: 0.25rem;
  }
  .mpm-offcanvas__section {
    padding: 1.25rem 1rem;
    border-bottom: 1px solid #eee;
  }
  .mpm-offcanvas__section:last-child {
    border-bottom: none;
  }
  .mpm-offcanvas__section-title {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #7CA982;
    margin: 0 0 0.75rem;
  }
  #offcanvas-primary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #offcanvas-primary-menu li {
    border-bottom: 1px solid #f5f5f5;
  }
  #offcanvas-primary-menu li:last-child {
    border-bottom: none;
  }
  #offcanvas-primary-menu a {
    display: block;
    padding: 0.65rem 0;
    color: #243E36;
    font-size: 0.95rem;
    text-decoration: none;
    font-weight: 500;
  }
  #offcanvas-primary-menu a:hover {
    color: #7CA982;
  }
  .mpm-offcanvas__categories {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .mpm-offcanvas__cat-item {
    border-bottom: 1px solid #f5f5f5;
  }
  .mpm-offcanvas__cat-item:last-child {
    border-bottom: none;
  }
  .mpm-offcanvas__cat-item > a {
    display: inline-block;
    padding: 0.65rem 0;
    color: #243E36;
    font-size: 0.95rem;
    text-decoration: none;
    font-weight: 500;
  }
  .mpm-offcanvas__cat-item > a:hover {
    color: #7CA982;
  }
  .mpm-offcanvas__cat-item.has-children {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    flex-wrap: wrap;
  }
  .mpm-offcanvas__cat-item.has-children > a {
    grid-column: 1;
  }
  .mpm-offcanvas__cat-toggle {
    background: none;
    border: none;
    color: #7CA982;
    cursor: pointer;
    padding: 0.5rem;
    font-size: 0.8rem;
    transition: transform 0.2s;
    grid-column: 2;
  }
  .mpm-offcanvas__cat-item.is-expanded .mpm-offcanvas__cat-toggle i {
    transform: rotate(180deg);
  }
  .mpm-offcanvas__cat-item.is-expanded .mpm-offcanvas__subcategories {
    display: block;
  }
  .mpm-offcanvas__subcategories {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0 0 0.5rem 1rem;
    grid-column: 1/-1;
  }
  .mpm-offcanvas__subcategories li a {
    display: block;
    padding: 0.4rem 0;
    color: #555;
    font-size: 0.875rem;
    text-decoration: none;
  }
  .mpm-offcanvas__subcategories li a:hover {
    color: #7CA982;
  }
  .mpm-offcanvas__contact-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #243E36;
    text-decoration: none;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }
  .mpm-offcanvas__contact-link i {
    color: #7CA982;
    width: 1rem;
    text-align: center;
  }
  .mpm-offcanvas__contact-link:hover {
    color: #7CA982;
  }
  .mpm-offcanvas__social {
    display: flex;
    gap: 0.75rem;
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
  }
  .mpm-offcanvas__social a {
    color: #243E36;
    font-size: 1.2rem;
    text-decoration: none;
  }
  .mpm-offcanvas__social a:hover {
    color: #7CA982;
  }
  #secondary {
    display: none;
  }
  .mpm-searchform {
    display: none;
  }
}
@media (max-width: 767px) {
  #aws-search-result-1,
  .aws-search-result {
    position: fixed !important;
    top: var(--mpm-actions-height, 60px) !important;
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    max-width: none !important;
  }
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Header
--------------------------------------------- */
#masthead {
  background-color: #7CA982;
  color: #fff;
}

#site-navigation {
  padding: 2em 1.2em;
}

#mainBanner {
  background-position: center center;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  padding: 10rem 2em;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
#mainBanner .banner-img {
  width: 100vmax;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  pointer-events: none;
  max-width: inherit;
}
@media all and (max-width: 1024px) {
  #mainBanner .banner-img {
    width: 150vmax;
  }
}
@media all and (max-width: 768px) {
  #mainBanner .banner-img {
    width: 200vmax;
  }
}
@media all and (max-width: 514px) {
  #mainBanner .banner-img {
    width: 300vmax;
  }
}
#mainBanner .banner-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1298px;
  margin: 0 auto;
}
@media all and (max-width: 1024px) {
  #mainBanner .banner-container {
    flex-direction: column;
  }
}
#mainBanner .banner-container .banner-content:first-child {
  width: 60%;
}
@media all and (max-width: 1024px) {
  #mainBanner .banner-container .banner-content:first-child {
    width: 100%;
    margin-bottom: 2rem;
  }
}
#mainBanner .banner-container .banner-content:last-child {
  padding-top: 1em;
  padding-left: 4em;
}
@media all and (max-width: 1024px) {
  #mainBanner .banner-container .banner-content:last-child {
    width: 100%;
    padding-left: inherit;
  }
}
#mainBanner .banner-container .banner-content h2 {
  max-width: 700px;
}
#mainBanner .banner-container .banner-content h2 p {
  margin: 0;
}

/* mobile header */
.header-container {
  display: grid;
  grid-template-columns: 25% 50% 25%;
  padding: 1em 1.2em;
}
.header-container .site-branding {
  grid-column-start: 2;
  display: block;
  text-align: center;
  align-self: center;
  height: 150px;
}
.header-container .site-branding a.custom-logo-link {
  height: 100%;
}
.header-container .site-branding a.custom-logo-link img {
  height: 100%;
}
.header-container #site-navigation {
  grid-column-start: 1;
  grid-row-start: 1;
  align-self: center;
  padding: 0;
}
.header-container #site-navigation .wpml-ls {
  display: block;
}
.header-container .wpml-ls {
  display: none;
}

/* desktop header */
@media all and (min-width: 850px) {
  .header-container {
    display: flex;
    flex-direction: column;
  }
  .header-container .site-branding {
    display: none;
  }
  .header-container .wpml-ls {
    position: absolute;
    top: 3em;
    right: 3em;
    display: block;
    color: #fff;
  }
}
/* Footer
--------------------------------------------- */
.site-footer {
  background-color: #F1F7ED;
  padding: 6em 1.2em;
}
.site-footer .footer-content-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #243E36;
}
@media all and (max-width: 768px) {
  .site-footer .footer-content-wrapper {
    flex-direction: column;
  }
}
.site-footer .footer-content-left .slogan {
  margin-bottom: 5rem;
}
@media all and (max-width: 768px) {
  .site-footer .footer-content-left .slogan {
    display: none;
  }
}
.site-footer .footer-content-left .slogan h3 {
  font-size: 3rem;
  font-weight: 600;
  color: #7CA982;
  margin-bottom: 2rem;
}
.site-footer .footer-content-left .slogan h3 p {
  margin: 0;
}
.site-footer .footer-content-left .slogan .site-description {
  max-width: 500px;
  font-weight: 100;
}
.site-footer .footer-content-left .contact {
  margin-bottom: 10em;
}
@media all and (max-width: 768px) {
  .site-footer .footer-content-left .contact {
    margin-bottom: 3em;
  }
}
.site-footer .footer-content-left .contact h3 {
  max-width: 60%;
  font-size: 3rem;
  font-weight: 600;
  color: #243E36;
}
.site-footer .footer-content-left .contact p {
  margin: 0;
  font-weight: 100;
}
.site-footer .footer-content-left .contact .info-contact {
  max-width: 60%;
  font-weight: 100;
  margin-top: 0.5em;
}
.site-footer .footer-content-right.footer-menus {
  display: flex;
}
@media all and (max-width: 768px) {
  .site-footer .footer-content-right.footer-menus {
    flex-direction: column;
  }
}
.site-footer .footer-content-right.footer-menus .navigation-area:first-child {
  padding-right: 4rem;
}
@media all and (max-width: 768px) {
  .site-footer .footer-content-right.footer-menus .navigation-area:first-child {
    padding-right: 0;
    margin-bottom: 2rem;
  }
}
.site-footer .footer-content-right.footer-menus .navigation-area .social-links,
.site-footer .footer-content-right.footer-menus .navigation-area ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-content-right.footer-menus .navigation-area .social-links li a,
.site-footer .footer-content-right.footer-menus .navigation-area ul.menu li a {
  text-transform: uppercase;
  font-weight: 100;
}
.site-footer .footer-content-right.footer-menus .navigation-area .social-links {
  margin-top: 4em;
  display: flex;
}
@media all and (max-width: 768px) {
  .site-footer .footer-content-right.footer-menus .navigation-area .social-links {
    margin-bottom: 2rem;
  }
}
.site-footer .footer-content-right.footer-menus .navigation-area .social-links li {
  margin-right: 1rem;
}
.site-footer .footer-content-right.footer-menus .navigation-area .social-links li .fab {
  font-size: 1.5rem;
}
@media all and (max-width: 768px) {
  .site-footer .footer-content-right.footer-menus .navigation-area .social-links li .fab {
    font-size: 3rem;
  }
}

.site-info {
  padding-top: 2rem;
  font-weight: 100;
}

/* selecteur de langue */
.wpml-ls-legacy-list-vertical {
  margin-top: 1em;
  padding: 0;
  text-transform: uppercase;
}
.wpml-ls-legacy-list-vertical li {
  display: inline-block;
  font-weight: 100;
}
.wpml-ls-legacy-list-vertical li:first-child:after {
  content: "|";
  display: inline;
  font-weight: 100;
  font-size: 0.7em;
}
.wpml-ls-legacy-list-vertical li.wpml-ls-current-language {
  font-weight: bold;
}
.wpml-ls-legacy-list-vertical li a {
  display: inline;
  padding: 0;
}

/* Sidebar
--------------------------------------------- */
#secondary {
  background-color: #EBEBEB;
  padding: 2em 0;
  padding-top: 3.5em;
}
@media all and (max-width: 768px) {
  #secondary .sidebar-content-wrapper {
    overflow-y: scroll;
    height: 100%;
  }
}
#secondary .widget .widget-title {
  font-weight: bold;
  text-align: center;
}
#secondary .widget ul, #secondary .widget .product-categories {
  margin: 2em 0;
  padding: 0;
  list-style: none;
}
#secondary .widget ul:not(.children) {
  overflow: hidden;
}
#secondary .widget ul:not(.children) .cat-parent > a {
  position: relative;
}
#secondary .widget ul:not(.children) .cat-parent > a:after {
  content: "";
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
  vertical-align: middle;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  align-self: flex-end;
  position: absolute;
  right: 1em;
  top: 40%;
  color: #FFF;
  transition: all 0.25s;
}
#secondary .widget ul:not(.children) .cat-parent.open > a:after {
  transform: rotate(-135deg);
}
#secondary .widget ul:not(.children) > .cat-item {
  background-color: #243E36;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 100;
}
#secondary .widget ul:not(.children) > .cat-item > a {
  padding: 1.2em;
  transition: opacity 0.25s;
  display: block;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.25s;
  cursor: pointer;
}
#secondary .widget ul:not(.children) > .cat-item > a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
@media all and (max-width: 768px) {
  #secondary .widget ul:not(.children) > .cat-item > a {
    padding: 1em;
  }
}
#secondary .widget ul:not(.children) > .cat-item {
  /* get gradient color from : https://jsfiddle.net/8dcs0azw/4/ */
}
#secondary .widget ul:not(.children) > .cat-item:nth-child(1n) {
  background-color: #243E36;
}
#secondary .widget ul:not(.children) > .cat-item:nth-child(2n) {
  background-color: rgb(80, 116, 92);
}
#secondary .widget ul:not(.children) > .cat-item:nth-child(3n) {
  background-color: #7CA982;
}
#secondary .widget ul:not(.children) > .cat-item:nth-child(4n) {
  background-color: rgb(174, 204, 164);
}
#secondary .widget ul:not(.children) > .cat-item:nth-child(5n) {
  background-color: rgb(191, 215, 175);
}
#secondary .widget ul:not(.children) > .cat-item:nth-child(6n) {
  background-color: #E0EEC6;
  color: #7CA982;
}
#secondary .widget ul:not(.children) > .cat-item:nth-child(7n) {
  background-color: rgb(233, 243, 218);
  color: rgb(80, 116, 92);
}
#secondary .widget ul:not(.children) > .cat-item:nth-child(8n) {
  background-color: #F1F7ED;
  color: #243E36;
}
#secondary .widget ul:not(.children) a {
  text-decoration: none;
}
#secondary .widget ul:not(.children) .children {
  height: 0;
  padding: 0 0 0 0;
  transition: all 0.25s;
  margin: 0;
}
#secondary .widget ul:not(.children) .children.show {
  height: auto;
  padding: 1em 1em 3em 1em;
}
#secondary .widget ul:not(.children) .children .cat-item {
  padding-bottom: 1em;
}
#secondary .widget ul:not(.children) .children .cat-item:last-child {
  padding-bottom: 0;
}
#secondary .widget ul:not(.children) .children a:before {
  content: "✽";
  display: inline-block;
  margin-left: -0.5em;
  margin-right: 0.5em;
}

.infos-link {
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.5em;
}

@media all and (max-width: 768px) {
  #secondary {
    position: fixed;
    height: 100vh;
    top: 0;
    left: -350px;
    width: 350px;
    z-index: 400;
  }
  #secondary .sidebar-btn {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
    background-color: #EBEBEB;
    cursor: pointer;
  }
  #secondary .sidebar-btn:after {
    content: "";
    border: solid currentColor;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 6px;
    vertical-align: middle;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    align-self: flex-end;
    position: absolute;
    right: 1em;
    top: 40%;
    color: #243E36;
    transition: all 0.25s;
  }
  #secondary .sidebar-btn.show:after {
    transform: rotate(-35deg);
    -webkit-transform: rotate(135deg);
  }
}
.simplebar-content-wrapper {
  padding: 2em 0;
}

/* The emerging W3C standard
 that is currently Firefox-only */
/* Works on Chrome/Edge/Safari */
#secondary .children::-webkit-scrollbar-thumb {
  /* background-color: $color__primary-dark;
   border: 2px solid $color__primary-lighter;
   border-radius: 0; */
}

/* mobile sidebar */
#secondary .close {
  display: none;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
  max-width: 1298px;
  margin: 0 auto;
}
.main-navigation #mobile-primary-menu .menu,
.main-navigation #primary-menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
  height: auto;
}
.main-navigation #primary-menu {
  display: none;
}
.main-navigation #mobile-primary-menu {
  display: none;
  position: absolute;
  top: 184px;
  left: 0;
  right: 0;
  z-index: 300;
  background-color: #243E36;
  overflow: hidden;
  opacity: 0;
  height: 0;
  flex-direction: column;
  padding: 3em;
}
.admin-bar .main-navigation #mobile-primary-menu {
  top: 230px;
}
.main-navigation #mobile-primary-menu li {
  opacity: 1;
  transform: translate(0, 0);
}
.main-navigation #mobile-primary-menu li:not(:last-child) {
  margin-bottom: 0.5em;
}
.main-navigation #mobile-primary-menu .main-nav-site-logo {
  display: none;
}
.main-navigation #mobile-primary-menu .menu 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 #mobile-primary-menu .menu ul ul {
  left: -999em;
  top: 0;
}
.main-navigation #mobile-primary-menu .menu ul li:hover > ul, .main-navigation #mobile-primary-menu .menu ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation #mobile-primary-menu .menu ul a {
  width: 200px;
}
.main-navigation #mobile-primary-menu li:hover > ul,
.main-navigation #mobile-primary-menu li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
}
/* Small menu. */
.menu-toggle {
  background-color: transparent;
}
.menu-toggle.toggled {
  background-color: 0;
}
.menu-toggle:active, .menu-toggle:focus, .menu-toggle:hover {
  border: none;
  background: none;
  outline: none;
}
.menu-toggle .bar1, .menu-toggle .bar2, .menu-toggle .bar3 {
  width: 35px;
  height: 2px;
  background-color: #ffffff;
  margin: 6px 0;
  transition: 0.4s;
}
.menu-toggle.toggled .bar1 {
  -webkit-transform: rotate(-45deg) translate(-8px, 7px);
  transform: rotate(-45deg) translate(-8px, 7px);
}
.menu-toggle.toggled .bar2 {
  opacity: 0;
}
.menu-toggle.toggled .bar3 {
  -webkit-transform: rotate(45deg) translate(-4px, -4px);
  transform: rotate(45deg) translate(-4px, -4px);
}

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
  padding: 0;
  border: none;
}

@media screen and (min-width: 850px) {
  .main-navigation #primary-menu .main-nav-site-logo {
    display: block;
  }
  .menu-toggle {
    display: none;
  }
  .main-navigation #primary-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
    background-color: inherit;
  }
  .main-navigation #primary-menu li a {
    font-size: 20px;
  }
  #mobile-primary-menu {
    display: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

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

.updated:not(.published) {
  display: none;
}

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

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.site-main {
  position: relative;
}

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

/* search
--------------------------------------------- */
.mpm-searchform--sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  padding: 0.5rem 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.mpm-searchform--sticky .aws-container .aws-search-form {
  margin-bottom: 1em;
}

.aws-container {
  /* position: absolute;
  right: 5em;
  top: 120px;

  @media all and (max-width: 1200px) {
    position: relative;
    right: inherit;
    top: inherit;
    margin-bottom: 1em;
  } */
}
.aws-container .aws-search-form {
  margin-top: 1em;
  margin-bottom: 2em;
  width: 100%;
  max-width: 635px;
}
.aws-container .aws-search-form .aws-search-field {
  font-size: 18px;
}
.aws-container .aws-search-form .aws-search-field::placeholder {
  color: #7CA982;
  text-transform: uppercase;
  font-size: 18px;
}
.aws-container .aws-search-form .aws-search-btn.aws-form-btn {
  background-color: #7CA982;
}
.aws-container .aws-search-form .aws-search-btn.aws-form-btn .aws-search-btn_icon {
  color: #E0EEC6;
  height: 32px;
}

.aws-search-result {
  background: #F1F7ED;
  border: none;
  z-index: 999;
}
.aws-search-result ul {
  padding: 0 10px 10px 10px;
}
.aws-search-result ul li {
  border-bottom-color: #243E36;
  margin-left: 10px;
  margin-right: 10px;
}
.aws-search-result ul li:Last-child {
  border-bottom: none;
}
.aws-search-result .aws_result_title {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}
.aws-search-result .aws_result_price {
  font-weight: bold;
  color: #7CA982;
}
.aws-search-result .aws_result_excerpt {
  color: #243E36;
}
.aws-search-result .aws_search_more {
  background: #243E36;
}
.aws-search-result .aws_search_more a {
  color: #E0EEC6;
}
.aws-search-result .aws_search_more:hover {
  background: #243E36;
}
.aws-search-result .aws_search_more:hover a {
  background: #7CA982;
  color: #E0EEC6;
  opacity: 1;
}

/* recettes
--------------------------------------------- */
.post-type-archive-recette .site-main,
.mpm-recipe-loop {
  padding: 5em 5em;
}
@media all and (max-width: 768px) {
  .post-type-archive-recette .site-main,
  .mpm-recipe-loop {
    padding: 5em 2em;
  }
}
.post-type-archive-recette .site-main .mpm-recipe-loop-header,
.mpm-recipe-loop .mpm-recipe-loop-header {
  text-align: center;
}
.post-type-archive-recette .site-main .mpm-recipe-loop-header h2,
.mpm-recipe-loop .mpm-recipe-loop-header h2 {
  margin: 0 auto;
}
.post-type-archive-recette .site-main .mpm-recipe-loop-header .description,
.mpm-recipe-loop .mpm-recipe-loop-header .description {
  margin-top: 3rem;
  margin-bottom: 2rem;
  color: #7CA982;
  line-height: 1.1;
  text-transform: uppercase;
}
.post-type-archive-recette .site-main .mpm-recipe-loop-grid,
.mpm-recipe-loop .mpm-recipe-loop-grid {
  display: flex;
  margin: 0em -1em !important;
  flex-wrap: wrap;
}
@media all and (max-width: 540px) {
  .post-type-archive-recette .site-main .mpm-recipe-loop-grid,
  .mpm-recipe-loop .mpm-recipe-loop-grid {
    flex-direction: column;
  }
}
.post-type-archive-recette .site-main .mpm-recipe-loop-grid .recipe,
.mpm-recipe-loop .mpm-recipe-loop-grid .recipe {
  position: relative;
  width: 33.3%;
  padding: 1em;
  text-align: center;
}
@media all and (min-width: 1680px) {
  .post-type-archive-recette .site-main .mpm-recipe-loop-grid .recipe,
  .mpm-recipe-loop .mpm-recipe-loop-grid .recipe {
    width: 25% !important;
  }
}
@media all and (max-width: 1024px) {
  .post-type-archive-recette .site-main .mpm-recipe-loop-grid .recipe,
  .mpm-recipe-loop .mpm-recipe-loop-grid .recipe {
    width: 50% !important;
  }
}
@media all and (max-width: 540px) {
  .post-type-archive-recette .site-main .mpm-recipe-loop-grid .recipe,
  .mpm-recipe-loop .mpm-recipe-loop-grid .recipe {
    width: 100% !important;
  }
}
.post-type-archive-recette .site-main .mpm-recipe-loop-grid .recipe .recipe-thumbnail-wrapper,
.mpm-recipe-loop .mpm-recipe-loop-grid .recipe .recipe-thumbnail-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}
.post-type-archive-recette .site-main .mpm-recipe-loop-grid .recipe .recipe-thumbnail-wrapper img,
.mpm-recipe-loop .mpm-recipe-loop-grid .recipe .recipe-thumbnail-wrapper img {
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
}
.post-type-archive-recette .site-main .mpm-recipe-loop-grid .recipe .recipe-thumbnail-wrapper:after,
.mpm-recipe-loop .mpm-recipe-loop-grid .recipe .recipe-thumbnail-wrapper:after {
  content: "";
  padding-bottom: 66.66%;
  display: block;
}
.post-type-archive-recette .site-main .mpm-recipe-loop-grid .recipe .recipe-header h3,
.mpm-recipe-loop .mpm-recipe-loop-grid .recipe .recipe-header h3 {
  font-weight: bold;
  margin-bottom: 15px;
}
.post-type-archive-recette .site-main .mpm-recipe-loop-grid .recipe .btn-recipe,
.mpm-recipe-loop .mpm-recipe-loop-grid .recipe .btn-recipe {
  max-width: 200px;
  margin: auto;
  display: block;
}

.single-recette .site-main {
  padding: 5em 13.3%;
}
.single-recette .site-main .recipe-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 750px;
}
.single-recette .site-main .recipe-content .recipe-thumbnail-wrapper img {
  width: 100%;
  max-width: inherit;
}
.single-recette .site-main .recipe-content .recipe-header {
  display: flex;
  justify-content: space-between;
}
.single-recette .site-main .recipe-content .recipe-header .recipe-title {
  font-size: 3em;
}
.single-recette .site-main .recipe-content .recipe-header .recipe-pricing {
  text-align: right;
  line-height: 1;
}
.single-recette .site-main .recipe-content .recipe-header .recipe-pricing .amount {
  font-weight: bold;
  font-size: 1.8rem;
  display: block;
}
.single-recette .site-main .recipe-content .recipe-header .recipe-pricing .amount-label {
  text-transform: uppercase;
  font-weight: 100;
  font-size: 0.8rem;
  line-height: 1;
}
.single-recette .site-main .recipe-content .recipe-duration {
  margin: 2em 0;
  text-transform: uppercase;
  display: flex;
  font-weight: 100;
  justify-content: space-between;
}
.single-recette .site-main .recipe-content ul.ingredient-list,
.single-recette .site-main .recipe-content ul.recipe-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-recette .site-main .recipe-content .ingredients {
  padding-right: 1em;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.single-recette .site-main .recipe-content .ingredients b {
  font-size: 1rem;
}
.single-recette .site-main .recipe-content .ingredients ul.ingredient-list {
  margin-top: 0.5rem;
}
.single-recette .site-main .recipe-content .ingredients ul.ingredient-list li {
  font-size: 1rem;
  font-weight: 100;
  margin-bottom: 0.5rem;
  color: #243E36;
  display: inline;
}
.single-recette .site-main .recipe-content .ingredients ul.ingredient-list li a {
  color: #7CA982;
}
.single-recette .site-main .recipe-content .ingredients ul.ingredient-list li:not(:last-child):after {
  content: ", ";
}
.single-recette .site-main .recipe-content .recipe-content-wrapper .recipe-steps ul {
  counter-reset: step;
  margin: 0;
  padding: 0;
}
.single-recette .site-main .recipe-content .recipe-content-wrapper .recipe-steps ul li {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: start;
}
.single-recette .site-main .recipe-content .recipe-content-wrapper .recipe-steps ul li p {
  margin: 0;
  font-weight: 100;
}
.single-recette .site-main .recipe-content .recipe-content-wrapper .recipe-steps ul li:before {
  counter-increment: step;
  content: counter(step);
  display: inline-block;
  margin-right: 1rem;
  left: 0;
  text-align: center;
  vertical-align: middle;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  background: #7CA982;
  color: #F1F7ED;
}
.single-recette .site-main .recipe-content .ingredients-to-cart {
  margin-top: 2em;
  margin-bottom: 2em;
}
.single-recette .site-main .recipe-content .ingredients-to-cart .btn-recipe {
  width: auto;
  display: inline-block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* woocommerce
--------------------------------------------- */
/**
 * Header cart
 */
.count {
  background: transparent;
  color: inherit;
  font-size: 50%;
  vertical-align: top;
}

.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}
.site-header-cart .cart-contents {
  text-decoration: none;
}
.site-header-cart .widget_shopping_cart {
  display: none;
}
.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}
.star-rating::before {
  content: "SSSSS";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #4169e1;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}
p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "S";
  color: #243E36;
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a::before {
  content: "S";
  color: #243E36;
  opacity: 0.25;
}
p.stars:hover a::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}
p.stars.selected a.active::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}
p.stars.selected a.active ~ a::before {
  content: "S";
  color: #243E36;
  opacity: 0.25;
}
p.stars.selected a:not(.active)::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}
.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}
.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}
.woocommerce-password-strength.strong {
  color: green;
}
.woocommerce-password-strength.short {
  color: red;
}
.woocommerce-password-strength.bad {
  color: red;
}
.woocommerce-password-strength.good {
  color: lightgrey;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 green;
}
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 red;
}

.required {
  color: #f00;
}

/**
 * Notices
 */
.woocommerce-NoticeGroup,
.woocommerce-notices-wrapper,
.wpdesk-notice-container {
  padding-left: 13.3%;
  padding-right: 13.3%;
  margin-left: auto;
  margin-right: auto;
}

.wpdesk-notice-container {
  margin-bottom: 120px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #E0EEC6;
  clear: both;
  color: #7CA982;
  border-color: #243E36;
  border-top: none;
  align-items: center;
  padding-right: 1em;
  padding-left: 3em;
}
.woocommerce-message:before,
.woocommerce-info:before,
.woocommerce-error:before,
.woocommerce-noreviews:before,
p.no-comments:before {
  color: #243E36;
  left: 1em;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: lightgrey;
}

.woocommerce-error {
  background-color: red;
  color: #F1F7ED;
}
.woocommerce-error:before {
  color: #F1F7ED;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: lightgrey;
  z-index: 9999;
}

@media screen and (min-width: 48em) {
  /**
   * Header cart
   */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}
.woocommerce .woocommerce-breadcrumb {
  padding: 2em 5em;
  color: #243E36;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #7CA982;
}
@media all and (max-width: 768px) {
  .woocommerce .woocommerce-breadcrumb {
    padding: 2em 0;
  }
}

@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%;
  }
}
.mpm-checkout-wrapper {
  position: relative;
  max-width: 830px;
  margin: 0 auto;
}

.mpm-checkout-steps {
  display: flex;
  list-style: none;
  max-width: 700px;
  margin: 0 auto 80px auto;
  padding: 0;
  background: transparent;
  box-shadow: none;
  counter-reset: step-counter;
}

.mpm-checkout-step {
  flex: 1;
  display: flex;
  justify-content: center;
  position: relative;
  cursor: default;
}
.mpm-checkout-step:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  left: -50%;
  height: 2px;
  background-color: #243E36;
  transform: translateY(-50%);
}
.mpm-checkout-step.is-visited::before, .mpm-checkout-step.is-completed::before {
  background-color: #7CA982;
}

.mpm-step-number {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #243E36;
  color: #E0EEC6;
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1;
  transition: background-color 0.2s;
}
.mpm-step-number span {
  font-size: 0.5em;
  margin-left: 2px;
}
@media (max-width: 564px) {
  .mpm-step-number {
    width: 60px;
    height: 60px;
    font-size: 1.8em;
  }
}

.mpm-checkout-step.is-current .mpm-step-number {
  background-color: #E0EEC6;
  color: #243E36;
}

.mpm-checkout-step.is-completed .mpm-step-number,
.mpm-checkout-step.is-visited .mpm-step-number {
  background-color: #7CA982;
  cursor: pointer;
}

.mpm-step-panel {
  display: none;
}
.mpm-step-panel h3 {
  margin-bottom: 1em;
}
.mpm-step-panel.is-active {
  display: block;
}

.mpm-step-title {
  font-size: 3em;
  max-width: none;
  line-height: 1.1;
  margin: 0 0 1em;
}
@media (max-width: 564px) {
  .mpm-step-title {
    font-size: 2.2em;
  }
}

.mpm-form-row {
  display: flex;
  justify-content: space-between;
  gap: 3.8%;
}
@media (max-width: 768px) {
  .mpm-form-row {
    flex-direction: column;
  }
}
.mpm-form-row .form-row {
  float: none;
  width: 47%;
}
@media (max-width: 768px) {
  .mpm-form-row .form-row {
    width: 100% !important;
  }
}

@media (max-width: 564px) {
  .mpm-form-row .form-row,
  .woocommerce-billing-fields .form-row-first,
  .woocommerce-billing-fields .form-row-last {
    width: 100% !important;
  }
}
.thwcfd-field-country {
  display: none;
}

.mpm-checkout-coupon-wrap {
  margin-top: 2em;
}

.mpm-delivery-hint {
  margin-bottom: 2em;
  color: #7CA982;
}

.theme-monpetitmarche .iconic-wds-datepicker--dark,
.theme-monpetitmarche #ui-datepicker-div {
  background-color: #7CA982 !important;
  border-radius: 0 !important;
  width: 450px !important;
}
.theme-monpetitmarche .iconic-wds-datepicker--dark .ui-datepicker-calendar thead tr th span,
.theme-monpetitmarche #ui-datepicker-div .ui-datepicker-calendar thead tr th span {
  font-size: 0.8rem;
  color: #E0EEC6;
  font-weight: 100;
}
.theme-monpetitmarche .iconic-wds-datepicker--dark .ui-state-default,
.theme-monpetitmarche #ui-datepicker-div .ui-state-default {
  font-size: 1.2rem;
  line-height: 50px;
  height: 50px;
}
.theme-monpetitmarche .iconic-wds-datepicker--dark .ui-datepicker-today.ui-datepicker-unselectable .ui-state-default,
.theme-monpetitmarche #ui-datepicker-div .ui-datepicker-today.ui-datepicker-unselectable .ui-state-default {
  background-color: #243E36 !important;
  color: #E0EEC6 !important;
}
.theme-monpetitmarche .iconic-wds-datepicker--dark .ui-state-active,
.theme-monpetitmarche #ui-datepicker-div .ui-state-active {
  background-color: #E0EEC6 !important;
  color: #7CA982 !important;
}
.theme-monpetitmarche #jckwds-delivery-date {
  font-size: 1.3em;
  font-weight: bold;
  color: #7CA982;
}
.theme-monpetitmarche #jckwds-delivery-date::placeholder {
  color: #7CA982;
  font-size: 1em;
  font-weight: 400;
}

.theme-monpetitmarche .woocommerce-checkout #payment {
  background: none;
  padding: 0;
}
.theme-monpetitmarche .woocommerce-checkout #payment .place-order,
.theme-monpetitmarche .woocommerce-checkout #payment ul.wc_payment_methods {
  padding: 30px 0;
  margin: 0;
}
.theme-monpetitmarche .woocommerce-checkout #payment ul.wc_payment_methods {
  background-color: transparent;
}
.theme-monpetitmarche .woocommerce-checkout #payment .payment_box {
  background-color: #F1F7ED;
  color: #7CA982;
}
.theme-monpetitmarche .woocommerce-checkout #payment .payment_box::before {
  border: 1em solid #F1F7ED;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
.theme-monpetitmarche .woocommerce-checkout #payment .woocommerce-privacy-policy-text p {
  color: #7CA982;
}
.theme-monpetitmarche .mpm-checkout-wrapper #place_order {
  display: none !important;
}
.theme-monpetitmarche .woocommerce-checkout-review-order-table {
  background-color: #F1F7ED;
}
.theme-monpetitmarche .add_gift_card_form {
  margin-top: 4em;
}
.theme-monpetitmarche .add_gift_card_form h4 {
  margin-bottom: 0.5em;
}
@media (max-width: 564px) {
  .theme-monpetitmarche .add_gift_card_form h4 {
    font-size: 1.2em;
  }
}

.order-review-step {
  counter-reset: section;
}
.order-review-step .mpm-order-review-step {
  display: flex;
  flex-direction: row;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 564px) {
  .order-review-step .mpm-order-review-step {
    flex-direction: column;
  }
}
.order-review-step .mpm-order-review-step-header {
  min-width: 200px;
  width: 200px;
  align-self: center;
  margin-right: 2em;
}
.order-review-step .mpm-order-review-step-header h3 {
  background: #fff;
  padding: 0.5em 0;
  z-index: 300;
  position: relative;
  font-weight: bold;
}
.order-review-step .mpm-order-review-step-header h3::before {
  counter-increment: section;
  content: counter(section);
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 0.7em;
  background: #243E36;
  color: #E0EEC6;
  position: absolute;
  left: -35px;
  text-align: center;
}
.order-review-step .mpm-order-review-step-header::after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #E3E3E3;
  top: 0;
  bottom: 0;
  margin-left: 5px;
}
@media (max-width: 564px) {
  .order-review-step .mpm-order-review-step-header::after {
    z-index: -1;
  }
}
.order-review-step .mpm-order-review-step-content {
  background: #E0EEC6;
  padding: 1em;
  flex: 1;
  text-transform: uppercase;
  font-weight: 100;
}
.order-review-step .mpm-order-review-step:first-of-type .mpm-order-review-step-header::after {
  top: 50%;
}
.order-review-step .mpm-order-review-step:last-of-type .mpm-order-review-step-header::after {
  bottom: 50%;
}

@media (max-width: 564px) {
  .mpm-checkout-nav {
    padding-left: 0;
    padding-right: 0;
  }
}
.mpm-checkout-nav .mpm-checkout-nav-buttons {
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid #7CA982;
  padding-top: 1.5em;
}
.mpm-checkout-nav .mpm-checkout-nav-buttons .mpm-btn-prev {
  background-color: transparent;
  color: #F1F7ED;
  border-color: #243E36;
}
.mpm-checkout-nav .mpm-checkout-nav-buttons .mpm-btn-prev:hover {
  background-color: #243E36;
  color: #F1F7ED;
}
.mpm-checkout-nav .mpm-checkout-nav-buttons .mpm-btn-next,
.mpm-checkout-nav .mpm-checkout-nav-buttons .mpm-btn-submit {
  background-color: #243E36 !important;
  color: #F1F7ED !important;
  border-color: #243E36 !important;
}
.mpm-checkout-nav .mpm-checkout-nav-buttons .mpm-btn-next:hover,
.mpm-checkout-nav .mpm-checkout-nav-buttons .mpm-btn-submit:hover {
  background-color: #7CA982 !important;
  border-color: #7CA982;
}

.woocommerce-order-received .woocommerce-column__title,
.woocommerce-order-received .woocommerce-order-details__title {
  font-size: 2.5em;
  margin-bottom: 2rem;
}

.information {
  margin-top: 1rem;
}

.woocommerce table.shop_table_responsive {
  border: none;
}
.woocommerce table.shop_table_responsive thead {
  display: none;
}
.woocommerce table.shop_table_responsive tbody th {
  display: none;
}
.woocommerce table.shop_table_responsive tbody tr.woocommerce-cart-form__cart-item {
  background: #F1F7ED;
}
.woocommerce table.shop_table_responsive tbody tr.woocommerce-cart-form__cart-item td.product-remove {
  padding-left: 1rem;
}
.woocommerce table.shop_table_responsive tbody tr.woocommerce-cart-form__cart-item td.product-remove a {
  text-align: center;
}
.woocommerce table.shop_table_responsive tbody tr.woocommerce-cart-form__cart-item:first-of-type td {
  border-top: 0;
}
.woocommerce table.shop_table_responsive tbody tr.woocommerce-cart-form__cart-item:last-of-type td {
  border-bottom: 0;
}
.woocommerce table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
  padding-left: 0;
  padding-right: 0;
}
.woocommerce table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}
.woocommerce table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}
.woocommerce table.shop_table_responsive tr td.product-remove::before {
  display: none;
}
.woocommerce table.shop_table_responsive tr td.actions::before, .woocommerce table.shop_table_responsive tr td.download-actions::before {
  display: none;
}
.woocommerce table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}
.woocommerce table.shop_table_responsive tr td .quantity-nav {
  display: none;
}
.woocommerce table.shop_table_responsive tr td #coupon_code {
  width: 180px;
  border-color: #E3E3E3;
  margin-right: 0.8rem;
}
.woocommerce table.shop_table_responsive tr td, .woocommerce table.shop_table_responsive tr th {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media screen and (min-width: 48em) {
  .woocommerce table.shop_table_responsive thead {
    display: table-header-group;
  }
  .woocommerce table.shop_table_responsive tbody th {
    display: table-cell;
  }
  .woocommerce table.shop_table_responsive tr th,
  .woocommerce table.shop_table_responsive tr td {
    text-align: left;
  }
  .woocommerce table.shop_table_responsive tr td {
    display: table-cell;
  }
  .woocommerce table.shop_table_responsive tr td::before {
    display: none;
  }
}

/* order checkout */
.woocommerce-cart .shop_table_responsive,
.woocommerce-cart .cart-collaterals {
  padding-left: 13.3%;
  padding-right: 13.3%;
  margin: 0 auto;
}
.woocommerce-cart .shop_table_responsive tr td,
.woocommerce-cart .shop_table_responsive tr th,
.woocommerce-cart .cart-collaterals tr td,
.woocommerce-cart .cart-collaterals tr th {
  border-top: 2px solid #fff !important;
  border-bottom: 2px solid #fff;
}

.woocommerce-cart .cart_totals {
  margin-top: 2rem;
}
.woocommerce-cart .cart_totals h2 {
  margin-bottom: 1rem;
}
.woocommerce-cart .cart_totals .shop_table {
  background: #F1F7ED;
}
.woocommerce-cart .cart_totals .shipping td {
  padding-bottom: 2em;
}

.theme-monpetitmarche .woocommerce .order-review-table-step .mpm-order-review-step-content {
  padding: 1em 0 0 0;
}
.theme-monpetitmarche .woocommerce .woocommerce-checkout-review-order-table {
  border: none;
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.theme-monpetitmarche .woocommerce .argmc-review-order-wrapper {
  padding: 0;
  margin: 0;
}
.theme-monpetitmarche .woocommerce .woocommerce-shipping-methods {
  font-weight: 100;
}
@media all and (max-width: 564px) {
  .theme-monpetitmarche .woocommerce .woocommerce-shipping-methods {
    font-size: 0.8em;
  }
}
.theme-monpetitmarche .woocommerce .order-total {
  border-top: 1rem solid #fff;
}

/* total cart & checkout */
.theme-monpetitmarche .woocommerce-table--order-details tfoot tr:last-child,
.theme-monpetitmarche .woocommerce-table--order-details tr.order-total,
.theme-monpetitmarche .shop_table_responsive tfoot tr:last-child,
.theme-monpetitmarche .shop_table_responsive tr.order-total,
.theme-monpetitmarche .woocommerce-checkout-review-order-table tfoot tr:last-child,
.theme-monpetitmarche .woocommerce-checkout-review-order-table tr.order-total {
  background: #7CA982;
  color: #F1F7ED;
}
.theme-monpetitmarche .woocommerce-table--order-details tfoot tr:last-child th,
.theme-monpetitmarche .woocommerce-table--order-details tr.order-total th,
.theme-monpetitmarche .shop_table_responsive tfoot tr:last-child th,
.theme-monpetitmarche .shop_table_responsive tr.order-total th,
.theme-monpetitmarche .woocommerce-checkout-review-order-table tfoot tr:last-child th,
.theme-monpetitmarche .woocommerce-checkout-review-order-table tr.order-total th {
  padding: 1em;
  vertical-align: middle;
}
.theme-monpetitmarche .woocommerce-table--order-details tfoot tr:last-child td,
.theme-monpetitmarche .woocommerce-table--order-details tr.order-total td,
.theme-monpetitmarche .shop_table_responsive tfoot tr:last-child td,
.theme-monpetitmarche .shop_table_responsive tr.order-total td,
.theme-monpetitmarche .woocommerce-checkout-review-order-table tfoot tr:last-child td,
.theme-monpetitmarche .woocommerce-checkout-review-order-table tr.order-total td {
  text-align: right;
  padding: 1em;
}
.theme-monpetitmarche .woocommerce-table--order-details tfoot tr:last-child .amount,
.theme-monpetitmarche .woocommerce-table--order-details tr.order-total .amount,
.theme-monpetitmarche .shop_table_responsive tfoot tr:last-child .amount,
.theme-monpetitmarche .shop_table_responsive tr.order-total .amount,
.theme-monpetitmarche .woocommerce-checkout-review-order-table tfoot tr:last-child .amount,
.theme-monpetitmarche .woocommerce-checkout-review-order-table tr.order-total .amount {
  font-size: 3em;
  color: #243E36;
}
@media all and (max-width: 564px) {
  .theme-monpetitmarche .woocommerce-table--order-details tfoot tr:last-child .amount,
  .theme-monpetitmarche .woocommerce-table--order-details tr.order-total .amount,
  .theme-monpetitmarche .shop_table_responsive tfoot tr:last-child .amount,
  .theme-monpetitmarche .shop_table_responsive tr.order-total .amount,
  .theme-monpetitmarche .woocommerce-checkout-review-order-table tfoot tr:last-child .amount,
  .theme-monpetitmarche .woocommerce-checkout-review-order-table tr.order-total .amount {
    font-size: 1.5em;
  }
}
.theme-monpetitmarche .woocommerce-table--order-details tfoot tr:last-child .amount .woocommerce-Price-currencySymbol,
.theme-monpetitmarche .woocommerce-table--order-details tr.order-total .amount .woocommerce-Price-currencySymbol,
.theme-monpetitmarche .shop_table_responsive tfoot tr:last-child .amount .woocommerce-Price-currencySymbol,
.theme-monpetitmarche .shop_table_responsive tr.order-total .amount .woocommerce-Price-currencySymbol,
.theme-monpetitmarche .woocommerce-checkout-review-order-table tfoot tr:last-child .amount .woocommerce-Price-currencySymbol,
.theme-monpetitmarche .woocommerce-checkout-review-order-table tr.order-total .amount .woocommerce-Price-currencySymbol {
  font-size: 1rem;
  color: #F1F7ED;
  margin-right: 5px;
}
.theme-monpetitmarche .woocommerce-table--order-details tfoot tr:last-child .includes_tax,
.theme-monpetitmarche .woocommerce-table--order-details tfoot tr:last-child .includes_tax .amount,
.theme-monpetitmarche .woocommerce-table--order-details tfoot tr:last-child .includes_tax .woocommerce-Price-currencySymbol,
.theme-monpetitmarche .woocommerce-table--order-details tr.order-total .includes_tax,
.theme-monpetitmarche .woocommerce-table--order-details tr.order-total .includes_tax .amount,
.theme-monpetitmarche .woocommerce-table--order-details tr.order-total .includes_tax .woocommerce-Price-currencySymbol,
.theme-monpetitmarche .shop_table_responsive tfoot tr:last-child .includes_tax,
.theme-monpetitmarche .shop_table_responsive tfoot tr:last-child .includes_tax .amount,
.theme-monpetitmarche .shop_table_responsive tfoot tr:last-child .includes_tax .woocommerce-Price-currencySymbol,
.theme-monpetitmarche .shop_table_responsive tr.order-total .includes_tax,
.theme-monpetitmarche .shop_table_responsive tr.order-total .includes_tax .amount,
.theme-monpetitmarche .shop_table_responsive tr.order-total .includes_tax .woocommerce-Price-currencySymbol,
.theme-monpetitmarche .woocommerce-checkout-review-order-table tfoot tr:last-child .includes_tax,
.theme-monpetitmarche .woocommerce-checkout-review-order-table tfoot tr:last-child .includes_tax .amount,
.theme-monpetitmarche .woocommerce-checkout-review-order-table tfoot tr:last-child .includes_tax .woocommerce-Price-currencySymbol,
.theme-monpetitmarche .woocommerce-checkout-review-order-table tr.order-total .includes_tax,
.theme-monpetitmarche .woocommerce-checkout-review-order-table tr.order-total .includes_tax .amount,
.theme-monpetitmarche .woocommerce-checkout-review-order-table tr.order-total .includes_tax .woocommerce-Price-currencySymbol {
  font-size: 0.8rem;
  color: #F1F7ED;
}
.theme-monpetitmarche .woocommerce-table--order-details tfoot tr:last-child .includes_tax,
.theme-monpetitmarche .woocommerce-table--order-details tr.order-total .includes_tax,
.theme-monpetitmarche .shop_table_responsive tfoot tr:last-child .includes_tax,
.theme-monpetitmarche .shop_table_responsive tr.order-total .includes_tax,
.theme-monpetitmarche .woocommerce-checkout-review-order-table tfoot tr:last-child .includes_tax,
.theme-monpetitmarche .woocommerce-checkout-review-order-table tr.order-total .includes_tax {
  display: block;
  text-align: right;
}

.theme-monpetitmarche .woocommerce .woocommerce-table--order-details,
.theme-monpetitmarche .woocommerce .woocommerce-MyAccount-orders {
  border-radius: 0;
  background-color: #F1F7ED;
  border: none;
  border-spacing: 0rem;
  border: none;
}
.theme-monpetitmarche .woocommerce .woocommerce-table--order-details tr th,
.theme-monpetitmarche .woocommerce .woocommerce-table--order-details tr td,
.theme-monpetitmarche .woocommerce .woocommerce-MyAccount-orders tr th,
.theme-monpetitmarche .woocommerce .woocommerce-MyAccount-orders tr td {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.theme-monpetitmarche .woocommerce .woocommerce-table--order-details thead,
.theme-monpetitmarche .woocommerce .woocommerce-MyAccount-orders thead {
  background-color: #243E36;
  color: #E0EEC6;
}
.theme-monpetitmarche .woocommerce .woocommerce-table--order-details thead tr th,
.theme-monpetitmarche .woocommerce .woocommerce-MyAccount-orders thead tr th {
  border-color: #243E36;
  text-transform: uppercase;
  padding: 0.8rem 0.75rem;
}
.theme-monpetitmarche .woocommerce .woocommerce-table--order-details tbody tr td,
.theme-monpetitmarche .woocommerce .woocommerce-MyAccount-orders tbody tr td {
  text-transform: uppercase;
  padding: 0.8rem 0.75rem;
}
.theme-monpetitmarche .woocommerce .woocommerce-table--order-details tbody tr td.product-total,
.theme-monpetitmarche .woocommerce .woocommerce-MyAccount-orders tbody tr td.product-total {
  text-align: right;
}
.theme-monpetitmarche .woocommerce .woocommerce-table--order-details tbody tr .wc-item-meta-label,
.theme-monpetitmarche .woocommerce .woocommerce-MyAccount-orders tbody tr .wc-item-meta-label {
  display: none;
}
.theme-monpetitmarche .woocommerce .woocommerce-table--order-details tfoot td,
.theme-monpetitmarche .woocommerce .woocommerce-MyAccount-orders tfoot td {
  text-align: right;
}

.woocommerce-cart .woocommerce-notices-wrapper,
.woocommerce .woocommerce-cart-form .shop_table_responsive,
.woocommerce .cart-collaterals {
  padding-left: 0;
  padding-right: 0;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-MyAccount-navigation ul li {
  text-transform: uppercase;
  font-weight: 100;
  transition: padding 0.25s;
}
.woocommerce-MyAccount-navigation ul li:hover {
  padding-left: 10px;
}
.woocommerce-MyAccount-navigation ul li.is-active {
  font-weight: 400;
  color: #7CA982;
}
@media all and (max-width: 768px) {
  .woocommerce-MyAccount-navigation {
    margin-bottom: 2em;
  }
  .woocommerce-MyAccount-navigation ul li {
    background: #F1F7ED;
    text-align: center;
    padding: 0.75em;
    margin-bottom: 0.3rem;
  }
  .woocommerce-MyAccount-navigation ul li.is-active {
    background: #E0EEC6;
    color: #243E36;
  }
}

.woocommerce .woocommerce-MyAccount-content {
  font-weight: 100;
}
.woocommerce .woocommerce-MyAccount-content h2 {
  font-size: 2em;
  margin-bottom: 1rem;
}
.woocommerce .woocommerce-MyAccount-content p:not(.order-again) a {
  color: #7CA982;
}
.woocommerce .woocommerce-MyAccount-content {
  /* détails commandes */
  /* 
  .woocommerce-table--order-details,
  .woocommerce-MyAccount-orders {
    border-radius: 0;
    background-color: $color__primary-light;
    border: none;
    border-spacing: 0rem;

    tr th,
    tr td {
      border-top: 2px solid #fff;
      border-bottom: 2px solid #fff;
    }

    thead {
      background-color: $color__primary-dark;
      color: $color__primary-lighter;

      tr {
        th {
          border-color: $color__primary-dark;
          text-transform: uppercase;
          padding: 0.8rem 0.75rem;
        }
      }
    }
    tbody {
      tr {
        td {
          //border-color: $color__primary-dark;
          text-transform: uppercase;
          padding: 0.8rem 0.75rem;

          &.product-total {
            text-align: right;
          }
        }

        .wc-item-meta-label {
          display: none;
        }
      }
    }

    tfoot {
      td {
        text-align: right;
      }
    }
  } */
}

/* gift card */
.woocommerce-MyAccount-Giftcards-form {
  margin-bottom: 2rem;
}

.product-category-wrapper {
  padding: 0 5em;
}
@media all and (max-width: 768px) {
  .product-category-wrapper {
    padding: 0;
  }
}
.product-category-wrapper:first-child {
  margin-top: 5em;
}
.product-category-wrapper:not(:last-child) {
  margin-bottom: 5em;
}
.product-category-wrapper .product_category_list {
  margin-top: 2em;
}
.product-category-wrapper .product_category_list span {
  font-size: 0.8rem;
  display: inline-block;
}
.product-category-wrapper .product_category_list span:not(:last-of-type) {
  margin-right: 5px;
  padding-right: 5px;
}
.product-category-wrapper .product_category_list span:not(:last-of-type):after {
  content: "|";
  margin-left: 10px;
  font-weight: normal;
}
.product-category-wrapper .product_category_list span.current_term {
  font-weight: bold;
  color: #7CA982;
}

@media all and (min-width: 768px) {
  .woocommerce-products-header,
  .section-header {
    max-width: 65%;
  }
}
.woocommerce-products-header,
.section-header {
  margin-bottom: 2em;
}

.products,
.products-grid {
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2em;
}
@media all and (max-width: 768px) {
  .products,
  .products-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.2em;
  }
}
.products .type-product,
.products .type-product,
.products .product-category,
.products .grid-item-product,
.products-grid .type-product,
.products-grid .type-product,
.products-grid .product-category,
.products-grid .grid-item-product {
  position: relative;
}
.products .type-product .product-content-wrapper,
.products .type-product .product-content-wrapper,
.products .product-category .product-content-wrapper,
.products .grid-item-product .product-content-wrapper,
.products-grid .type-product .product-content-wrapper,
.products-grid .type-product .product-content-wrapper,
.products-grid .product-category .product-content-wrapper,
.products-grid .grid-item-product .product-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  cursor: pointer;
}
.products .type-product:after,
.products .type-product:after,
.products .product-category:after,
.products .grid-item-product:after,
.products-grid .type-product:after,
.products-grid .type-product:after,
.products-grid .product-category:after,
.products-grid .grid-item-product:after {
  content: "";
  padding-top: 100%;
  display: block;
}
.products .type-product .attachment-woocommerce_thumbnail,
.products .type-product .woocommerce-placeholder,
.products .type-product .attachment-woocommerce_thumbnail,
.products .type-product .woocommerce-placeholder,
.products .product-category .attachment-woocommerce_thumbnail,
.products .product-category .woocommerce-placeholder,
.products .grid-item-product .attachment-woocommerce_thumbnail,
.products .grid-item-product .woocommerce-placeholder,
.products-grid .type-product .attachment-woocommerce_thumbnail,
.products-grid .type-product .woocommerce-placeholder,
.products-grid .type-product .attachment-woocommerce_thumbnail,
.products-grid .type-product .woocommerce-placeholder,
.products-grid .product-category .attachment-woocommerce_thumbnail,
.products-grid .product-category .woocommerce-placeholder,
.products-grid .grid-item-product .attachment-woocommerce_thumbnail,
.products-grid .grid-item-product .woocommerce-placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: inherit;
  transition: transform 0.25s;
}
.products .type-product .attachment-woocommerce_thumbnail:hover,
.products .type-product .woocommerce-placeholder:hover,
.products .type-product .attachment-woocommerce_thumbnail:hover,
.products .type-product .woocommerce-placeholder:hover,
.products .product-category .attachment-woocommerce_thumbnail:hover,
.products .product-category .woocommerce-placeholder:hover,
.products .grid-item-product .attachment-woocommerce_thumbnail:hover,
.products .grid-item-product .woocommerce-placeholder:hover,
.products-grid .type-product .attachment-woocommerce_thumbnail:hover,
.products-grid .type-product .woocommerce-placeholder:hover,
.products-grid .type-product .attachment-woocommerce_thumbnail:hover,
.products-grid .type-product .woocommerce-placeholder:hover,
.products-grid .product-category .attachment-woocommerce_thumbnail:hover,
.products-grid .product-category .woocommerce-placeholder:hover,
.products-grid .grid-item-product .attachment-woocommerce_thumbnail:hover,
.products-grid .grid-item-product .woocommerce-placeholder:hover {
  transform: scale(1.2);
}
.products .type-product form.cart,
.products .type-product form.cart,
.products .product-category form.cart,
.products .grid-item-product form.cart,
.products-grid .type-product form.cart,
.products-grid .type-product form.cart,
.products-grid .product-category form.cart,
.products-grid .grid-item-product form.cart {
  margin-bottom: 0 !important;
}
.products .type-product .add_to_cart_button,
.products .type-product .mpm_add_to_cart,
.products .type-product .add_to_cart_button,
.products .type-product .mpm_add_to_cart,
.products .product-category .add_to_cart_button,
.products .product-category .mpm_add_to_cart,
.products .grid-item-product .add_to_cart_button,
.products .grid-item-product .mpm_add_to_cart,
.products-grid .type-product .add_to_cart_button,
.products-grid .type-product .mpm_add_to_cart,
.products-grid .type-product .add_to_cart_button,
.products-grid .type-product .mpm_add_to_cart,
.products-grid .product-category .add_to_cart_button,
.products-grid .product-category .mpm_add_to_cart,
.products-grid .grid-item-product .add_to_cart_button,
.products-grid .grid-item-product .mpm_add_to_cart {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-items: flex-end;
  align-items: flex-start;
  z-index: 100;
  top: 0;
  right: 0;
  cursor: pointer;
  font-weight: 100;
  background-color: transparent !important;
  border-radius: 0;
  border: none;
  font-size: 1.6em;
  padding: 0;
  line-height: 1;
  height: 30px;
  width: 60px;
  transition: all 0.25s;
}
.products .type-product .add_to_cart_button:before, .products .type-product .add_to_cart_button:after,
.products .type-product .mpm_add_to_cart:before,
.products .type-product .mpm_add_to_cart:after,
.products .type-product .add_to_cart_button:before,
.products .type-product .add_to_cart_button:after,
.products .type-product .mpm_add_to_cart:before,
.products .type-product .mpm_add_to_cart:after,
.products .product-category .add_to_cart_button:before,
.products .product-category .add_to_cart_button:after,
.products .product-category .mpm_add_to_cart:before,
.products .product-category .mpm_add_to_cart:after,
.products .grid-item-product .add_to_cart_button:before,
.products .grid-item-product .add_to_cart_button:after,
.products .grid-item-product .mpm_add_to_cart:before,
.products .grid-item-product .mpm_add_to_cart:after,
.products-grid .type-product .add_to_cart_button:before,
.products-grid .type-product .add_to_cart_button:after,
.products-grid .type-product .mpm_add_to_cart:before,
.products-grid .type-product .mpm_add_to_cart:after,
.products-grid .type-product .add_to_cart_button:before,
.products-grid .type-product .add_to_cart_button:after,
.products-grid .type-product .mpm_add_to_cart:before,
.products-grid .type-product .mpm_add_to_cart:after,
.products-grid .product-category .add_to_cart_button:before,
.products-grid .product-category .add_to_cart_button:after,
.products-grid .product-category .mpm_add_to_cart:before,
.products-grid .product-category .mpm_add_to_cart:after,
.products-grid .grid-item-product .add_to_cart_button:before,
.products-grid .grid-item-product .add_to_cart_button:after,
.products-grid .grid-item-product .mpm_add_to_cart:before,
.products-grid .grid-item-product .mpm_add_to_cart:after {
  text-align: center;
  line-height: 30px;
}
.products .type-product .add_to_cart_button:before,
.products .type-product .mpm_add_to_cart:before,
.products .type-product .add_to_cart_button:before,
.products .type-product .mpm_add_to_cart:before,
.products .product-category .add_to_cart_button:before,
.products .product-category .mpm_add_to_cart:before,
.products .grid-item-product .add_to_cart_button:before,
.products .grid-item-product .mpm_add_to_cart:before,
.products-grid .type-product .add_to_cart_button:before,
.products-grid .type-product .mpm_add_to_cart:before,
.products-grid .type-product .add_to_cart_button:before,
.products-grid .type-product .mpm_add_to_cart:before,
.products-grid .product-category .add_to_cart_button:before,
.products-grid .product-category .mpm_add_to_cart:before,
.products-grid .grid-item-product .add_to_cart_button:before,
.products-grid .grid-item-product .mpm_add_to_cart:before {
  font-family: fontAwesome;
  content: "\f067";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: auto;
  font-size: 0.7em;
  background-color: #F1F7ED !important;
  color: #243E36;
  transition: all 0.25s;
}
.products .type-product .add_to_cart_button:hover,
.products .type-product .mpm_add_to_cart:hover,
.products .type-product .add_to_cart_button:hover,
.products .type-product .mpm_add_to_cart:hover,
.products .product-category .add_to_cart_button:hover,
.products .product-category .mpm_add_to_cart:hover,
.products .grid-item-product .add_to_cart_button:hover,
.products .grid-item-product .mpm_add_to_cart:hover,
.products-grid .type-product .add_to_cart_button:hover,
.products-grid .type-product .mpm_add_to_cart:hover,
.products-grid .type-product .add_to_cart_button:hover,
.products-grid .type-product .mpm_add_to_cart:hover,
.products-grid .product-category .add_to_cart_button:hover,
.products-grid .product-category .mpm_add_to_cart:hover,
.products-grid .grid-item-product .add_to_cart_button:hover,
.products-grid .grid-item-product .mpm_add_to_cart:hover {
  opacity: 1;
}
.products .type-product .add_to_cart_button:hover:before,
.products .type-product .mpm_add_to_cart:hover:before,
.products .type-product .add_to_cart_button:hover:before,
.products .type-product .mpm_add_to_cart:hover:before,
.products .product-category .add_to_cart_button:hover:before,
.products .product-category .mpm_add_to_cart:hover:before,
.products .grid-item-product .add_to_cart_button:hover:before,
.products .grid-item-product .mpm_add_to_cart:hover:before,
.products-grid .type-product .add_to_cart_button:hover:before,
.products-grid .type-product .mpm_add_to_cart:hover:before,
.products-grid .type-product .add_to_cart_button:hover:before,
.products-grid .type-product .mpm_add_to_cart:hover:before,
.products-grid .product-category .add_to_cart_button:hover:before,
.products-grid .product-category .mpm_add_to_cart:hover:before,
.products-grid .grid-item-product .add_to_cart_button:hover:before,
.products-grid .grid-item-product .mpm_add_to_cart:hover:before {
  background-color: #243E36 !important;
  color: #F1F7ED;
  opacity: 1;
}
.products .type-product .add_to_cart_button:after,
.products .type-product .mpm_add_to_cart:after,
.products .type-product .add_to_cart_button:after,
.products .type-product .mpm_add_to_cart:after,
.products .product-category .add_to_cart_button:after,
.products .product-category .mpm_add_to_cart:after,
.products .grid-item-product .add_to_cart_button:after,
.products .grid-item-product .mpm_add_to_cart:after,
.products-grid .type-product .add_to_cart_button:after,
.products-grid .type-product .mpm_add_to_cart:after,
.products-grid .type-product .add_to_cart_button:after,
.products-grid .type-product .mpm_add_to_cart:after,
.products-grid .product-category .add_to_cart_button:after,
.products-grid .product-category .mpm_add_to_cart:after,
.products-grid .grid-item-product .add_to_cart_button:after,
.products-grid .grid-item-product .mpm_add_to_cart:after {
  width: 30px;
  height: 30px;
  font-size: 0.7em;
  background-color: #243E36 !important;
  color: #7CA982 !important;
  margin-left: 0 !important;
}
.products .type-product .product_type_variable:before,
.products .type-product .product_type_variable:before,
.products .product-category .product_type_variable:before,
.products .grid-item-product .product_type_variable:before,
.products-grid .type-product .product_type_variable:before,
.products-grid .type-product .product_type_variable:before,
.products-grid .product-category .product_type_variable:before,
.products-grid .grid-item-product .product_type_variable:before {
  content: "\f013";
}
.products .type-product .product-details,
.products .type-product .product-details,
.products .product-category .product-details,
.products .grid-item-product .product-details,
.products-grid .type-product .product-details,
.products-grid .type-product .product-details,
.products-grid .product-category .product-details,
.products-grid .grid-item-product .product-details {
  background-color: rgba(36, 62, 54, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 10px;
  display: flex;
  color: #fff;
  overflow-wrap: break-word;
  min-width: 0;
}
.products .type-product .product-details h3,
.products .type-product .product-details h3,
.products .product-category .product-details h3,
.products .grid-item-product .product-details h3,
.products-grid .type-product .product-details h3,
.products-grid .type-product .product-details h3,
.products-grid .product-category .product-details h3,
.products-grid .grid-item-product .product-details h3 {
  font-size: 0.8em;
  max-width: 70%;
  color: #fff;
  align-self: flex-end;
  overflow-wrap: break-word;
  min-width: 0;
  hyphens: auto;
}
@media all and (max-width: 564px) {
  .products .type-product .product-details h3,
  .products .type-product .product-details h3,
  .products .product-category .product-details h3,
  .products .grid-item-product .product-details h3,
  .products-grid .type-product .product-details h3,
  .products-grid .type-product .product-details h3,
  .products-grid .product-category .product-details h3,
  .products-grid .grid-item-product .product-details h3 {
    max-width: inherit;
  }
}
.products .type-product .product-details .price,
.products .type-product .product-details .price,
.products .product-category .product-details .price,
.products .grid-item-product .product-details .price,
.products-grid .type-product .product-details .price,
.products-grid .type-product .product-details .price,
.products-grid .product-category .product-details .price,
.products-grid .grid-item-product .product-details .price {
  color: #fff;
  margin-left: auto;
  text-align: right;
  line-height: 1;
}
@media all and (max-width: 564px) {
  .products .type-product .product-details .price,
  .products .type-product .product-details .price,
  .products .product-category .product-details .price,
  .products .grid-item-product .product-details .price,
  .products-grid .type-product .product-details .price,
  .products-grid .type-product .product-details .price,
  .products-grid .product-category .product-details .price,
  .products-grid .grid-item-product .product-details .price {
    text-align: left;
    margin-top: 0.5em;
  }
}
.products .type-product .product-details .price del, .products .type-product .product-details .price ins,
.products .type-product .product-details .price del,
.products .type-product .product-details .price ins,
.products .product-category .product-details .price del,
.products .product-category .product-details .price ins,
.products .grid-item-product .product-details .price del,
.products .grid-item-product .product-details .price ins,
.products-grid .type-product .product-details .price del,
.products-grid .type-product .product-details .price ins,
.products-grid .type-product .product-details .price del,
.products-grid .type-product .product-details .price ins,
.products-grid .product-category .product-details .price del,
.products-grid .product-category .product-details .price ins,
.products-grid .grid-item-product .product-details .price del,
.products-grid .grid-item-product .product-details .price ins {
  display: block;
}
.products .type-product .product-details .price del .amount,
.products .type-product .product-details .price del .amount,
.products .product-category .product-details .price del .amount,
.products .grid-item-product .product-details .price del .amount,
.products-grid .type-product .product-details .price del .amount,
.products-grid .type-product .product-details .price del .amount,
.products-grid .product-category .product-details .price del .amount,
.products-grid .grid-item-product .product-details .price del .amount {
  font-size: 0.9rem;
  font-weight: 400;
}
.products .type-product .product-details .price ins,
.products .type-product .product-details .price ins,
.products .product-category .product-details .price ins,
.products .grid-item-product .product-details .price ins,
.products-grid .type-product .product-details .price ins,
.products-grid .type-product .product-details .price ins,
.products-grid .product-category .product-details .price ins,
.products-grid .grid-item-product .product-details .price ins {
  background-color: inherit;
}
.products .type-product .product-details .price .awspn_price_note,
.products .type-product .product-details .price .awspn_price_note,
.products .product-category .product-details .price .awspn_price_note,
.products .grid-item-product .product-details .price .awspn_price_note,
.products-grid .type-product .product-details .price .awspn_price_note,
.products-grid .type-product .product-details .price .awspn_price_note,
.products-grid .product-category .product-details .price .awspn_price_note,
.products-grid .grid-item-product .product-details .price .awspn_price_note {
  display: block;
  font-size: 65%;
}
@media all and (max-width: 564px) {
  .products .type-product .product-details .price .awspn_price_note,
  .products .type-product .product-details .price .awspn_price_note,
  .products .product-category .product-details .price .awspn_price_note,
  .products .grid-item-product .product-details .price .awspn_price_note,
  .products-grid .type-product .product-details .price .awspn_price_note,
  .products-grid .type-product .product-details .price .awspn_price_note,
  .products-grid .product-category .product-details .price .awspn_price_note,
  .products-grid .grid-item-product .product-details .price .awspn_price_note {
    display: inline;
  }
}
.products .type-product .product-details .price .woocommerce-Price-amount,
.products .type-product .product-details .price .woocommerce-Price-amount,
.products .product-category .product-details .price .woocommerce-Price-amount,
.products .grid-item-product .product-details .price .woocommerce-Price-amount,
.products-grid .type-product .product-details .price .woocommerce-Price-amount,
.products-grid .type-product .product-details .price .woocommerce-Price-amount,
.products-grid .product-category .product-details .price .woocommerce-Price-amount,
.products-grid .grid-item-product .product-details .price .woocommerce-Price-amount {
  font-weight: bold;
  font-size: 1.8rem;
  align-self: flex-end;
}
@media all and (min-width: 1200px) and (max-width: 1600px) {
  .products .type-product .product-details .price .woocommerce-Price-amount,
  .products .type-product .product-details .price .woocommerce-Price-amount,
  .products .product-category .product-details .price .woocommerce-Price-amount,
  .products .grid-item-product .product-details .price .woocommerce-Price-amount,
  .products-grid .type-product .product-details .price .woocommerce-Price-amount,
  .products-grid .type-product .product-details .price .woocommerce-Price-amount,
  .products-grid .product-category .product-details .price .woocommerce-Price-amount,
  .products-grid .grid-item-product .product-details .price .woocommerce-Price-amount {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 564px) {
  .products .type-product .product-details .price .woocommerce-Price-amount,
  .products .type-product .product-details .price .woocommerce-Price-amount,
  .products .product-category .product-details .price .woocommerce-Price-amount,
  .products .grid-item-product .product-details .price .woocommerce-Price-amount,
  .products-grid .type-product .product-details .price .woocommerce-Price-amount,
  .products-grid .type-product .product-details .price .woocommerce-Price-amount,
  .products-grid .product-category .product-details .price .woocommerce-Price-amount,
  .products-grid .grid-item-product .product-details .price .woocommerce-Price-amount {
    font-size: 1.2rem;
  }
}
.products .type-product .product-details .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol,
.products .type-product .product-details .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol,
.products .product-category .product-details .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol,
.products .grid-item-product .product-details .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol,
.products-grid .type-product .product-details .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol,
.products-grid .type-product .product-details .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol,
.products-grid .product-category .product-details .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol,
.products-grid .grid-item-product .product-details .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  display: none;
}
.products .preorder,
.products-grid .preorder {
  z-index: 10;
  position: absolute;
  top: 0rem;
  left: 0rem;
  padding: 5px;
  color: #7CA982;
  background: #F1F7ED;
}

.woocommerce .product.grid-item-product .out-of-stock {
  z-index: 9;
  position: relative;
  font-size: 0.8rem;
  text-transform: uppercase;
  background: #7CA982;
  padding: 1em;
  color: #F1F7ED;
  text-align: center;
  top: 19%;
  transform: translateY(-50%) rotate(45deg);
  width: 150%;
  right: 3%;
}
@media all and (max-width: 564px) {
  .woocommerce .product.grid-item-product .out-of-stock {
    font-size: 0.5rem;
  }
}

.woocommerce ul.products::before {
  display: none;
}

.woocommerce ul.products {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce ul.products li.product-category,
.woocommerce-page ul.products li.product-category {
  aspect-ratio: 4/8;
  margin: inherit;
  width: 100%;
  margin: 0;
  overflow: hidden;
  width: inherit;
}
@media all and (max-width: 500px) {
  .woocommerce ul.products li.product-category,
  .woocommerce-page ul.products li.product-category {
    aspect-ratio: 4/8;
    margin: inherit;
    width: 100%;
    margin: 0;
    overflow: hidden;
    width: inherit;
  }
}
.woocommerce ul.products li.product-category:after,
.woocommerce-page ul.products li.product-category:after {
  display: none;
}
.woocommerce ul.products li.product-category a,
.woocommerce-page ul.products li.product-category a {
  display: block;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-bottom: 200%;
}
.woocommerce ul.products li.product-category a:hover,
.woocommerce-page ul.products li.product-category a:hover {
  opacity: 1;
}
.woocommerce ul.products li.product-category a img,
.woocommerce-page ul.products li.product-category a img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: inherit;
  transition: transform 0.25s;
}
.woocommerce ul.products li.product-category a:hover img,
.woocommerce-page ul.products li.product-category a:hover img {
  transform: scale(1.2);
}
.woocommerce ul.products li.product-category a:before,
.woocommerce-page ul.products li.product-category a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(36, 62, 54, 0.3);
  z-index: 1;
}
.woocommerce ul.products li.product-category a .woocommerce-loop-category__title,
.woocommerce-page ul.products li.product-category a .woocommerce-loop-category__title {
  position: absolute;
  top: 50%;
  text-align: left;
  transform: translateY(-50%);
  width: 100%;
  text-transform: uppercase;
  font-weight: 100;
  color: #ffffff;
  font-size: 1.3rem !important;
  z-index: 2;
  padding: 1rem;
}
@media all and (max-width: 540px) {
  .woocommerce ul.products li.product-category a .woocommerce-loop-category__title,
  .woocommerce-page ul.products li.product-category a .woocommerce-loop-category__title {
    font-size: 1.1rem !important;
    padding: 0.5rem;
  }
}
@media all and (max-width: 380px) {
  .woocommerce ul.products li.product-category a .woocommerce-loop-category__title,
  .woocommerce-page ul.products li.product-category a .woocommerce-loop-category__title {
    font-size: 1rem !important;
  }
}
.woocommerce ul.products li.product-category a .woocommerce-loop-category__title,
.woocommerce-page ul.products li.product-category a .woocommerce-loop-category__title {
  /*.count {
    background: transparent;
    color: inherit;
    font-size: 50%;
    vertical-align: top;
  }*/
}

.single-product .site-main {
  padding: 5em 13.3%;
}
.single-product .site-main .woocommerce-breadcrumb {
  padding: 0;
  margin-bottom: 0.7em !important;
}
.single-product .site-main .woocommerce-breadcrumb,
.single-product .site-main .product {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 750px;
}
.single-product .site-main .woocommerce-breadcrumb .product-thumbnail-wrapper img,
.single-product .site-main .product .product-thumbnail-wrapper img {
  min-width: 100%;
}

.product {
  position: relative;
  /* img {
  	width: 100%;
  	max-width: inherit;
  } */
}
.product .product-thumbnail-wrapper {
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 500px) {
  .product .product-thumbnail-wrapper {
    aspect-ratio: 1/1;
  }
}
.product .product-thumbnail-wrapper img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: inherit;
  transition: transform 0.25s;
}
.product .product-thumbnail-wrapper:after {
  content: "";
  padding-bottom: 66.66%;
  display: block;
}
.product .product-details {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 768px) {
  .product .product-details {
    flex-direction: column;
  }
}
.product .product-details .summary.entry-summary {
  float: none;
  width: inherit;
  width: 60%;
  margin: 0;
}
@media all and (max-width: 768px) {
  .product .product-details .summary.entry-summary {
    width: 100%;
  }
}
.product .product-details .summary.entry-summary p {
  font-weight: 100;
}
.product .product-details .summary.entry-summary .product_meta {
  display: none;
}
.product .product-details .entry-title {
  font-size: 3rem;
}
@media all and (max-width: 768px) {
  .product .product-details .entry-title {
    max-width: 100%;
    font-size: 2.5rem;
  }
}
.product .product-details .product-cart-infos {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media all and (max-width: 768px) {
  .product .product-details .product-cart-infos {
    flex-direction: row;
    justify-content: space-between;
  }
}
.product .product-details .product-cart-infos .price {
  text-align: right;
  margin: 0;
  line-height: 1;
  margin-bottom: 1em;
}
.product .product-details .product-cart-infos .price .amount {
  font-weight: bold;
  font-size: 3rem;
  color: #243E36;
}
.product .product-details .product-cart-infos .price .amount .woocommerce-Price-currencySymbol {
  display: none;
}
.product .product-details .product-cart-infos .price .uom {
  font-size: 1em;
  text-transform: uppercase;
}
.product .product-details .product-cart-infos .cart {
  margin-bottom: 0;
  margin-top: auto;
}
.product .product-details .product-cart-infos .cart .quantity {
  float: none;
  margin: 0;
  text-align: right;
  margin-bottom: 1em;
}
.product .product-details .product-cart-infos .cart .single_add_to_cart_button {
  font-size: 0.8em;
  padding: 1.2em 1.5em;
  font-weight: bold;
  color: #F1F7ED;
}
.product .product-details .product-cart-infos .cart .single_add_to_cart_button:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  margin-right: 1em;
  color: #7CA982;
}
.product .product-details .product-cart-infos .cart .single_add_to_cart_button:hover:before {
  color: #F1F7ED;
}

.single-product .quantity,
.modal-content-wrapper .quantity {
  position: relative;
}
.single-product .quantity,
.modal-content-wrapper .quantity {
  position: relative;
}
.single-product .quantity,
.modal-content-wrapper .quantity {
  position: relative;
  float: none;
  margin: 0;
  text-align: right;
  margin-bottom: 1em;
}
.single-product input[type=number]::-webkit-inner-spin-button,
.single-product input[type=number]::-webkit-outer-spin-button,
.modal-content-wrapper input[type=number]::-webkit-inner-spin-button,
.modal-content-wrapper input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.single-product input[type=number],
.modal-content-wrapper input[type=number] {
  -moz-appearance: textfield;
}
.single-product .quantity,
.modal-content-wrapper .quantity {
  display: flex;
  flex-direction: row-reverse;
}
.single-product .quantity input,
.modal-content-wrapper .quantity input {
  align-self: flex-end;
  width: 3.631em;
  text-align: center;
  height: 42px;
  line-height: 1.65;
  padding: 0;
  margin: 0;
  font-size: 1.2em;
  padding-left: -7px;
  border: none;
  border-right: 1px solid #eee;
  background-color: #243E36;
  color: #F1F7ED;
  border-radius: 0;
  font-weight: bold;
}
.single-product .quantity input:focus,
.modal-content-wrapper .quantity input:focus {
  outline: 0;
}
.single-product .quantity-nav,
.modal-content-wrapper .quantity-nav {
  position: relative;
  height: 42px;
}
.single-product .quantity-button,
.modal-content-wrapper .quantity-button {
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  text-align: center;
  background-color: #243E36;
  color: #F1F7ED;
  font-size: 1em;
  line-height: 1;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: bold;
}
.single-product .quantity-button.quantity-up,
.modal-content-wrapper .quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
}
.single-product .quantity-button.quantity-down,
.modal-content-wrapper .quantity-button.quantity-down {
  position: absolute;
  bottom: 0px;
  height: 50%;
}

.page .product-type-variable:Not(.elementor-product-variable) .product-cart-infos > .price .amount,
.woocommerce .product-type-variable:Not(.elementor-product-variable) .product-cart-infos > .price .amount {
  font-size: 1em !important;
}
.page .product-type-variable:Not(.elementor-product-variable) .variations_form,
.woocommerce .product-type-variable:Not(.elementor-product-variable) .variations_form {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-items: flex-end;
  align-items: flex-end;
}
.page .product-type-variable:Not(.elementor-product-variable) .variations_form .variations select,
.woocommerce .product-type-variable:Not(.elementor-product-variable) .variations_form .variations select {
  margin-right: 0 !important;
}
.page .product-type-variable:Not(.elementor-product-variable) .variations_form .reset_variations,
.woocommerce .product-type-variable:Not(.elementor-product-variable) .variations_form .reset_variations {
  display: block;
}
.page .product-type-variable:Not(.elementor-product-variable) .variations_form .woocommerce-variation-price,
.woocommerce .product-type-variable:Not(.elementor-product-variable) .variations_form .woocommerce-variation-price {
  margin-bottom: 15px;
}

#mpm_gift_card .wc_gc_field label {
  color: #F1F7ED;
}
#mpm_gift_card .quantity {
  float: left !important;
  margin-left: 20px !important;
  height: 48px;
}
#mpm_gift_card .quantity input {
  border-right: none;
  background-color: rgba(0, 0, 0, 0.2);
  color: #7CA982;
  height: 100%;
  align-self: inherit;
}
#mpm_gift_card .quantity .quantity-button {
  background-color: rgba(0, 0, 0, 0.2);
  border-right: 4px solid #243E36;
}
#mpm_gift_card .quantity .quantity-nav {
  height: 100%;
}

.woocommerce .modal-content-wrapper .product-type-variable .price {
  margin-bottom: 0.5em;
}
.woocommerce .modal-content-wrapper .product-type-variable .variations td.label {
  line-height: 1em;
}
.woocommerce .modal-content-wrapper .product-type-variable .quantity {
  float: left !important;
  margin-left: 20px !important;
  height: 48px;
}
.woocommerce .modal-content-wrapper .product-type-variable .quantity input {
  border-right: none;
  color: #7CA982;
  height: 100%;
  align-self: inherit;
}
.woocommerce .modal-content-wrapper .product-type-variable .quantity .quantity-nav {
  height: 100%;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999999999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  padding-bottom: 5rem;
}
@media all and (max-width: 500px) {
  .modal {
    padding-bottom: 0;
  }
}

/* Modal Content/Box */
.modal-content-wrapper {
  background-color: #fefefe;
  margin: 0 auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 750px; /* Could be more or less, depending on screen size */
  max-width: 80vw;
  position: relative;
  top: 10%;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
}
.modal-content-wrapper .modal-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
.modal-content-wrapper .modal-content .close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 400;
  color: #E0EEC6;
  font-size: 28px;
  font-weight: 100;
  line-height: 1;
  background-color: #243E36;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-content-wrapper .modal-content .close:hover, .modal-content-wrapper .modal-content .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modal-content-wrapper .product {
  display: flex;
  flex-direction: column;
  row-gap: 1em;
  flex: 1;
}
.modal-content-wrapper .product .product-cart-infos {
  margin-top: auto;
}
@media all and (max-width: 500px) {
  .modal-content-wrapper .product .product-cart-infos {
    flex-direction: column;
  }
}
@media all and (max-width: 500px) {
  .modal-content-wrapper {
    width: 100%;
    max-width: 100vh;
    min-height: 100vh;
    margin: 0;
    top: 0;
  }
  .modal-content-wrapper .product-details {
    flex: 1;
  }
  .modal-content-wrapper .mpm-modal-qty-control {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .modal-content-wrapper .mpm-modal-qty-control .mpm-qty-value {
    flex: 1;
  }
}

/* The Close Button — positionné en absolu dans le wrapper image */
.woocommerce-product-gallery .close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 400;
  color: #7CA982;
  font-size: 28px;
  font-weight: 100;
  line-height: 1;
}
.woocommerce-product-gallery .close:hover, .woocommerce-product-gallery .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Referral
--------------------------------------------- */
#mwb_modal {
  font-family: "Rubik", "Helvetica Neue", sans-serif;
}
#mwb_modal .mwb_modal__content {
  padding: 20px;
}
#mwb_modal .mwb_modal__title {
  padding: 0 0 0.8em 0;
}
#mwb_modal .mwb_modal__title h2 {
  font-family: "Rubik", "Helvetica Neue", sans-serif;
  font-weight: bold;
  color: #243E36;
}
#mwb_modal #mwb_cpr_copyy {
  font-size: 1rem;
}
#mwb_modal .mwb-pr-popup-body {
  height: auto;
  padding: 20px;
}
#mwb_modal .mwb-pr-popup-tab-wrapper {
  text-align: left;
}
#mwb_modal #notify_user_gain_tab {
  margin-top: 0.8em;
  padding: 0;
  background-color: inherit !important;
  font-weight: bold;
  border: none;
  color: #243E36;
}
#mwb_modal .mwb-pr-popup-tab-container .mwb-pr-popup-rewards-left-content {
  padding: 1em;
}
#mwb_modal .mwb-pr-popup-tab-container .mwb-pr-popup-rewards-left-content p {
  font-size: 1.2rem;
  line-height: 1.2;
  color: #243E36;
}
#mwb_modal .mwb-pr-popup-tab-container .mwb-pr-popup-rewards-left-content p:not(:last-of-type) {
  margin-bottom: 10px;
}
#mwb_modal .mwb_modal__footer {
  padding: 0.8em 0 0 0;
}
#mwb_modal .mwb_cpr_guest {
  padding: 20px;
  background-image: none !important;
  background: #F1F7ED;
}
#mwb_modal .mwb_cpr_guest .meb_cpr_guest__content {
  float: inherit;
  margin: 0 auto;
}

.mwb_crp_referal_section {
  padding: 20px;
}
.mwb_crp_referal_section .mwb_cpr_heading {
  margin-top: 0;
}

.mwb-crp-referral-wrapper .mwb-crp-referral-column-inner {
  background-color: #7CA982;
}

.mwb-crp-referral-table-wrapper .mwb-crp-referral-table thead th {
  background-color: #243E36;
}

/* MPM Cart
--------------------------------------------- */
.mpm-cart-add {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #F1F7ED;
  color: #243E36;
  border: none;
  border-radius: 0;
  font-size: 1.1em;
  cursor: pointer;
  transition: background-color 0.25s, color 0.25s;
  padding: 0;
  line-height: 1;
}
.mpm-cart-add:hover {
  background-color: #243E36;
  color: #F1F7ED;
}
.mpm-cart-add.loading {
  opacity: 0.5;
  pointer-events: none;
}

.mpm-cart-qty-control {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  display: flex;
}
@media all and (max-width: 500px) {
  .mpm-cart-qty-control {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
}

.mpm-qty-minus,
.mpm-qty-plus {
  width: 30px;
  height: 30px;
  background-color: #243E36;
  color: #F1F7ED;
  border: none;
  cursor: pointer;
  font-size: 1.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.25s;
  padding: 0;
  line-height: 1;
}
.mpm-qty-minus:hover,
.mpm-qty-plus:hover {
  background-color: #7CA982;
}

.mpm-qty-value {
  min-width: 24px;
  height: 30px;
  background-color: #F1F7ED;
  color: #243E36;
  font-size: 0.75em;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 500px) {
  .mpm-qty-value {
    flex: 1;
  }
}

.mpm-modal-add-btn {
  display: inline-block;
  margin-top: 1rem;
  background-color: #243E36;
  color: #F1F7ED;
  border: none;
  padding: 0.75rem 1.5rem;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
}
.mpm-modal-add-btn:hover {
  background-color: #7CA982;
}
.mpm-modal-add-btn.loading {
  opacity: 0.6;
  pointer-events: none;
}

.mpm-modal-qty-control {
  position: static !important;
  display: inline-flex;
  margin-top: 1rem;
  align-self: flex-end;
}
.mpm-modal-qty-control .mpm-qty-minus,
.mpm-modal-qty-control .mpm-qty-plus {
  width: 40px;
  height: 40px;
  font-size: 1.2em;
}
.mpm-modal-qty-control .mpm-qty-value {
  height: 40px;
  min-width: 40px;
  font-size: 1rem;
}

#mpm-cart-trigger {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 1000;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #243E36;
  color: #F1F7ED;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease, background-color 0.2s ease;
  font-size: 1.2rem;
}
#mpm-cart-trigger:hover {
  background-color: #7CA982;
  transform: scale(1.05);
}

.mpm-cart-count {
  position: absolute;
  display: flex;
  top: -4px;
  right: -4px;
  background: #e74c3c;
  color: #fff;
  border-radius: 50%;
  min-width: 20px;
  height: 20px;
  padding: 0 4px;
  font-size: 11px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
#mpm-cart-trigger.has-items .mpm-cart-count {
  display: flex;
}

#mpm-cart-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1100;
  cursor: pointer;
}
#mpm-cart-overlay.is-visible {
  display: block;
}

#mpm-cart-sidebar {
  position: fixed;
  top: 0;
  right: -440px;
  width: 420px;
  max-width: 100vw;
  height: 100dvh;
  background: #fff;
  z-index: 1200;
  display: flex;
  flex-direction: column;
  box-shadow: -4px 0 32px rgba(0, 0, 0, 0.15);
  transition: right 0.3s ease;
}
#mpm-cart-sidebar.is-open {
  right: 0;
}

.mpm-cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #eee;
  flex-shrink: 0;
}
.mpm-cart-header h3 {
  margin: 0;
  font-size: 1.1rem;
  color: #243E36;
}

.mpm-cart-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #999;
  line-height: 1;
  padding: 0;
}
.mpm-cart-close:hover {
  color: #243E36;
}

.mpm-cart-items {
  flex: 1;
  overflow-y: auto;
  padding: 1rem 1.5rem;
}

.mpm-cart-empty {
  color: #aaa;
  text-align: center;
  padding: 3rem 0;
  font-size: 0.95rem;
}

@keyframes mpm-highlight {
  0% {
    background-color: #E0EEC6;
  }
  100% {
    background-color: transparent;
  }
}
.mpm-cart-item {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding: 0.875rem 0;
  border-bottom: 1px solid #f0f0f0;
}
.mpm-cart-item:last-child {
  border-bottom: none;
}
.mpm-cart-item.is-new {
  animation: mpm-highlight 1.8s ease-out forwards;
  border-radius: 4px;
}

.mpm-cart-item-img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}
.mpm-cart-item-img--placeholder {
  background-color: #F1F7ED;
}

.mpm-cart-item-info {
  flex: 1;
  min-width: 0;
}

.mpm-cart-item-name {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #243E36;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.375rem;
}

.mpm-cart-item-controls {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.mpm-cart-item-minus,
.mpm-cart-item-plus {
  width: 26px;
  height: 26px;
  background-color: #F1F7ED;
  color: #243E36;
  border: 1px solid #E0EEC6;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background-color 0.15s;
}
.mpm-cart-item-minus:hover,
.mpm-cart-item-plus:hover {
  background-color: #243E36;
  color: #F1F7ED;
  border-color: #243E36;
}

.mpm-cart-item-qty {
  font-size: 0.875rem;
  font-weight: 700;
  min-width: 22px;
  text-align: center;
  color: #243E36;
}

.mpm-cart-item-price {
  font-weight: 700;
  font-size: 0.875rem;
  color: #243E36;
  flex-shrink: 0;
}

.mpm-cart-item-remove {
  background: none;
  border: none;
  color: #ccc;
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1;
  flex-shrink: 0;
  padding: 0;
}
.mpm-cart-item-remove:hover {
  color: #e74c3c;
}

.mpm-cart-footer {
  padding: 1.25rem 1.5rem;
  border-top: 1px solid #eee;
  flex-shrink: 0;
}

.mpm-cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #243E36;
}
.mpm-cart-total strong {
  font-size: 1.1rem;
}

.mpm-cart-checkout {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #243E36 !important;
  color: #F1F7ED !important;
  border-color: #243E36 !important;
}
.mpm-cart-checkout:hover {
  background-color: #7CA982 !important;
  border-color: #7CA982 !important;
}

/* Side cart (ancien plugin — à désactiver)
--------------------------------------------- */
.xoo-wsc-cart-active .xoo-wsc-opac {
  background-color: #7CA982;
  opacity: 0.8;
}

.xoo-wsc-footer,
.xoo-wsc-header,
.xoo-wsc-body {
  background-color: #F1F7ED;
}

.xoo-wsc-basket {
  border-radius: 0px;
  margin-right: 0;
  background-color: #F1F7ED;
  box-shadow: none;
  color: #243E36;
}

.xoo-wsc-product {
  padding: 20px 0;
  margin: 0 20px;
  border-color: #243E36;
}
.xoo-wsc-product .xoo-wsc-sum-col {
  padding-left: 0;
}

.xoo-wsc-ft-amt-shipping .xoo-wsc-ft-amt-value {
  line-height: 0.8;
}
.xoo-wsc-ft-amt-shipping .xoo-wsc-ft-amt-value .xoo-wsc-toggle-slider {
  font-size: 0.6em;
}

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

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