@charset "UTF-8";
/*!
Theme Name: mweb-loutron
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mweb-loutron
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.

mweb-loutron 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/
*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.updated:not(.published) {
  display: none;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

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

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

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

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on February 14, 2025 */
@font-face {
  font-family: "baloo_2_semibold";
  src: url("../fonts/../fonts/baloo2-semibold-webfont.woff2") format("woff2"), url("../fonts/baloo2-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "baloo_2_regular";
  src: url("../fonts/baloo2-regular-webfont.woff2") format("woff2"), url("../fonts/baloo2-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "baloo_2_medium";
  src: url("../fonts/baloo2-medium-webfont.woff2") format("woff2"), url("../fonts/baloo2-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "baloo_2_extrabold";
  src: url("../fonts/baloo2-extrabold-webfont.woff2") format("woff2"), url("../fonts/baloo2-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "baloo_2_bold";
  src: url("../fonts/baloo2-bold-webfont.woff2") format("woff2"), url("../fonts/baloo2-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "marion_bridge_regular";
  src: url("../fonts/marion_bridge-webfont.woff2") format("woff2"), url("../fonts/marion_bridge-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "rustic_jack_regular";
  src: url("../fonts/rusticjack-webfont.woff2") format("woff2"), url("../fonts/rusticjack-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "rustic_jack_rough_regular";
  src: url("../fonts/rusticjackrough-webfont.woff2") format("woff2"), url("../fonts/rusticjackrough-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.btn.primary {
  font-family: "rustic_jack_rough_regular";
  font-size: 2.8rem;
  line-height: 2.4rem;
  text-transform: uppercase;
}

.btn.primary {
  display: inline-flex; /* Active Flexbox */
  align-items: center; /* Aligne verticalement les spans au centre */
  margin: 10px 10px;
  width: 208px;
  height: 71px;
  -webkit-mask: url("../img/back-btn-primary.svg") no-repeat 50% 50%;
  mask: url("../img/back-btn-primary.svg") no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  vertical-align: middle;
  text-align: left;
  padding: 5px 15px;
}
.btn.primary .arrow {
  display: inline-block;
}
.btn.primary .text {
  flex: 1;
  text-align: center;
}
.btn.primary.orange {
  background-color: #eda143;
  color: #ffffff;
}
.btn.primary.orange:hover {
  background-color: #fff7ef;
  color: #eda143;
}
.btn.primary.orange:hover .arrow {
  background-color: #eda143;
}
.btn.primary.hard-green {
  background-color: #264b4b;
  color: #ffffff;
}
.btn.primary.hard-green:hover {
  background-color: #fff7ef;
  color: #264b4b;
}
.btn.primary.hard-green:hover .arrow {
  background-color: #264b4b;
}
.btn.primary.hard-blue {
  background-color: #263538;
  color: #ffffff;
}
.btn.primary.hard-blue:hover {
  background-color: #fff7ef;
  color: #263538;
}
.btn.primary.hard-blue:hover .arrow {
  background-color: #263538;
}
.btn.primary.light-blue {
  background-color: #578c74;
  color: #ffffff;
}
.btn.primary.light-blue:hover {
  background-color: #fff7ef;
  color: #578c74;
}
.btn.primary.light-blue:hover .arrow {
  background-color: #578c74;
}
.btn.primary.green {
  background-color: #263538;
  color: #ffffff;
}
.btn.primary .upp {
  text-transform: uppercase;
  font-size: 2.8rem;
}
.btn.primary .low {
  text-transform: none;
  font-size: 2rem;
}

.btn.secondary, .woocommerce #page a.button {
  font-family: "rustic_jack_regular";
  background: none;
  font-size: 2.8rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  min-width: 225px;
  height: 83px;
  padding: 28px 0;
  text-align: center;
  position: relative;
  transform: rotate(-2.4deg);
  white-space: nowrap;
  background: none;
  text-decoration: none;
}
.btn.secondary:hover, .woocommerce #page a.button:hover {
  transform: rotate(-0.4deg);
}
.btn.secondary.small, .btn.secondary.button, .btn.secondarya.button, .woocommerce #page a.button.small, .woocommerce #page a.button.button, .woocommerce #page a.buttona.button {
  font-size: 1.5rem;
  line-height: 1.4rem;
  min-width: 140px;
  height: 44px;
  padding: 14px 0;
  margin: 5px;
}
.btn.secondary:before, .woocommerce #page a.button:before {
  background-color: #eda143;
}
.btn.secondary.orange:before, .woocommerce #page a.button.orange:before {
  background-color: #eda143;
}
.btn.secondary.light-green:before, .woocommerce #page a.button.light-green:before {
  background-color: #bfd7b1;
}
.btn.secondary.hard-green:before, .woocommerce #page a.button.hard-green:before {
  background-color: #264b4b;
}
.btn.secondary.hard-blue:before, .woocommerce #page a.button.hard-blue:before {
  background-color: #263538;
}
.btn.secondary.light-blue:before, .woocommerce #page a.button.light-blue:before {
  background-color: #578c74;
}
.btn.secondary.beige:before, .woocommerce #page a.button.beige:before {
  background-color: #fff7ef;
}
.btn.secondary:before, .woocommerce #page a.button:before {
  transform: rotate(2.4deg);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  -webkit-mask: url("../img/back-btn-secondary.svg") no-repeat 50% 50%;
  mask: url("../img/back-btn-secondary.svg") no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.social-button {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.social-button li {
  display: flex;
  float: left;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin: 0 9px;
}
.social-button li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0;
}

.cart-btn.link {
  width: 69px;
  height: 67px;
  display: inline-block;
  position: relative;
}
.cart-btn.link .badge {
  position: absolute;
  bottom: 0px;
  right: -15px;
  color: #fff7ef;
  background-color: #264b4b;
  font-size: 1.2rem;
  border-radius: 15px;
}

.age-gate__buttons button {
  font-size: 2rem;
  font-family: "rustic_jack_rough_regular";
  padding: 8px 20px;
  background: #eda143;
  color: #fff7ef;
}
.age-gate__buttons button:hover {
  color: #eda143;
  background: #fff7ef;
}

.arrow {
  display: inline-block;
  width: 64px;
  height: 80px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-image: url("../img/arrow.svg");
  mask-image: url("../img/arrow.svg");
}
.arrow.left {
  transform: rotate(180deg);
}
.arrow.small {
  width: 32px;
  height: 40px;
}
.arrow.orange {
  background-color: #eda143;
  color: #ffffff;
}
.arrow.hard-blue {
  background-color: #263538;
}
.arrow.hard-green {
  background-color: #264b4b;
}
.arrow.beige {
  background-color: #fff7ef;
}
.arrow.white {
  background-color: #ffffff;
}
.arrow.light-blue {
  background-color: #578c74;
}
.arrow.light-green {
  background-color: #bfd7b1;
}

.mw-icon {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.mw-icon.facebook {
  background-image: url("../img/icon-facebook.svg");
}
.mw-icon.facebook.alt {
  background-image: url("../img/icon-facebook-alt.svg");
}
.mw-icon.instagram {
  background-image: url("../img/icon-insta.svg");
}
.mw-icon.instagram.alt {
  background-image: url("../img/icon-insta-alt.svg");
}
.mw-icon.mail {
  background-image: url("../img/icon-mail.svg");
}
.mw-icon.cart {
  background-image: url("../img/icon-cart.svg");
}

.cap {
  display: inline-block;
  width: 53px;
  height: 32px;
  vertical-align: bottom;
  margin-right: 5px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.cap.hard-green {
  background-image: url("../img/cap-hard-green.png");
}
.cap.orange {
  background-image: url("../img/cap-orange.png");
}

.cross {
  width: 14px;
  height: 13px;
  display: inline-block;
}
.cross.hard-green {
  background-image: url("../img/cross-hard-green.png");
}
.cross.orange {
  background-image: url("../img/cross-orange.png");
}

.sticky header {
  position: fixed;
}
.sticky header .main-header {
  height: 0px;
}
.sticky header #head-logo {
  top: -400px;
}
.sticky header .desk-navigation {
  position: fixed;
  z-index: 1000;
  width: 100%;
  box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.6);
}
.sticky header .desk-navigation #primary-menu .menu-cart {
  display: block;
}

header {
  position: absolute;
  width: 100%;
  z-index: 1000;
  top: 0;
}
header .main-header {
  background-color: #578c74;
  transition: all 0s;
  height: 190px;
  position: relative;
}
header .main-header .container-fluid {
  position: relative;
  height: 100%;
}
header .main-header .social-button {
  position: absolute;
  right: 20px;
  top: 20px;
}
header .main-header .social-button .cart-btn {
  position: relative;
}
header .social-button li {
  width: 40px;
  height: 40px;
}
header .social-button li a {
  width: 40px;
  height: 40px;
}
header .desk-navigation {
  height: 81px;
  background-color: #263538;
  position: relative;
}

#head-logo {
  position: absolute;
  display: block;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 280px;
  z-index: 150;
}
#head-logo img {
  width: 100%;
}

.head-subtitle {
  position: relative;
  font-family: "rustic_jack_rough_regular";
  color: #263538;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: normal;
  position: absolute;
  left: 50%; /* Centrage horizontal de base */
  bottom: 20px;
  margin: 0;
  display: block;
  text-align: center;
  height: 68px;
}
.head-subtitle.left {
  padding-left: 60px;
  transform: translateX(calc(-100% - 210px)); /* Centrage ajusté avec un décalage de 210 vers la gauche */
}
.head-subtitle.left .arrow {
  left: 0;
}
.head-subtitle.left .big {
  font-size: 3.1rem;
  line-height: 3.1rem;
  transform: scale(1.1, 0.95);
  letter-spacing: 0.45rem;
}
.head-subtitle.left .small {
  font-size: 2rem;
  line-height: 2rem;
  letter-spacing: 0.41rem;
  transform: scale(1.1, 1);
}
.head-subtitle.right {
  transform: translateX(200px); /* Centrage ajusté avec un décalage de 210 vers la droite */
  padding-right: 43px;
  width: 220px;
}
.head-subtitle.right .arrow {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.head-subtitle.right .big {
  font-size: 3.4rem;
  line-height: 3.4rem;
  transform: scale(1.2, 0.9);
  letter-spacing: 0.4rem;
}
.head-subtitle.right .small {
  font-size: 2.3rem;
  line-height: 2.3rem;
  letter-spacing: 0.63rem;
  padding-left: 2px;
  transform: scale(1.1, 1.1);
}
.head-subtitle .big {
  display: inline-block;
}
.head-subtitle .small {
  display: inline-block;
}
.head-subtitle .arrow {
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  height: 45px;
  width: 36px;
}

.menu-toggle {
  background-color: transparent;
  border: none;
  font-size: 3.8rem;
  color: #578c74;
  padding: 17px 20px 12px;
}
.menu-toggle .fa-xmark {
  display: none;
}
.menu-toggle.active .fa-bars {
  display: none;
}
.menu-toggle.active .fa-xmark {
  display: block;
}

#primary-menu {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex; /* Active Flexbox */
  justify-content: center; /* Centre les éléments horizontalement */
  align-items: center; /* Centre les éléments verticalement (si nécessaire) */
}
#primary-menu .menu-item {
  height: 81px;
  padding: 17px 38px;
  position: relative;
}
#primary-menu .menu-item .menu-link {
  font-family: "rustic_jack_rough_regular";
  font-size: 2.8rem;
  text-transform: uppercase;
  color: #bfd7b1;
  text-decoration: none;
  line-height: 47px;
  height: 47px;
  display: block;
  white-space: nowrap;
  padding: 0 10px;
}
#primary-menu .menu-item .menu-link:hover, #primary-menu .menu-item .menu-link.selected {
  color: #fff7ef;
}
#primary-menu .menu-item:hover .submenu {
  display: block;
}
#primary-menu .menu-item .submenu {
  position: absolute;
  top: 81px;
  left: 0;
  display: none;
  background: #263538;
  list-style: none;
  width: 100%;
  min-width: 185px;
  padding: 0px;
  margin: 0px;
  z-index: 10;
}
#primary-menu .menu-item .submenu .submenu-item {
  border: 1px solid #bfd7b1;
  display: block;
  padding: 20px;
  margin: 0px;
  width: 100%;
  height: 65px;
  text-align: center;
}
#primary-menu .menu-item .submenu .submenu-item .submenu-link {
  font-family: "baloo_2_regular";
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #eda143;
  padding: 0 10px;
  line-height: 25px;
  height: 25px;
  display: block;
  white-space: nowrap;
  text-decoration: none;
}
#primary-menu .menu-item .submenu .submenu-item .submenu-link:hover {
  color: #fff7ef;
}
#primary-menu .menu-cart {
  display: none;
  position: absolute;
  right: -47px;
}
#primary-menu .menu-cart .cart-btn.link {
  width: 55px;
}
#primary-menu .separator {
  height: 81px;
  width: 330px;
  text-align: center;
}
#primary-menu .separator a {
  display: inline-block;
  width: 245px;
  padding-top: 7px;
}
#primary-menu .separator a img {
  width: 100%;
}

#logo-line-mobile {
  position: absolute;
  margin: auto;
  left: 50%;
  transform: translate(-50%, 0);
  width: 224px;
  top: 4px;
}
#logo-line-mobile img {
  width: 100%;
}

#mobile-menu {
  list-style: none;
  padding: 20px 0;
  margin: 0;
  display: none;
  background: #263538;
  position: absolute;
  left: 0px;
  top: 50px;
  width: 100%;
  z-index: 100;
  box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.6);
}
#mobile-menu .menu-item {
  padding: 8px 20px;
  position: relative;
}
#mobile-menu .menu-item .menu-link {
  font-family: "rustic_jack_rough_regular";
  font-size: 2.2rem;
  text-transform: uppercase;
  color: #bfd7b1;
  text-decoration: none;
  line-height: 27px;
  height: 27px;
  display: block;
  white-space: nowrap;
  padding: 0 10px;
}
#mobile-menu .menu-item .menu-link:hover {
  color: #fff7ef;
}
#mobile-menu .menu-item .menu-link .mw-icon {
  width: 35px;
}
#mobile-menu .menu-item .submenu {
  list-style: none;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
#mobile-menu .menu-item .submenu .submenu-item {
  display: block;
  padding: 6px 20px 0;
  margin: 0px;
  width: 100%;
}
#mobile-menu .menu-item .submenu .submenu-item .submenu-link {
  font-family: "rustic_jack_rough_regular";
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #eda143;
  padding: 0 10px;
  line-height: 25px;
  display: block;
  text-decoration: none;
}
#mobile-menu .menu-item .submenu .submenu-item .submenu-link:hover {
  color: #fff7ef;
}

footer {
  position: relative;
}
footer .footer-wrap {
  position: relative;
  background-image: url("../img/footer-large-bis.png");
  background-size: contain;
  background-position: center center;
  width: 100%;
  max-width: 1384px;
  height: 500px;
  z-index: 2;
  margin: 0 auto;
}
footer .footer-wrap .footer-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 227px;
  width: 182px;
}
footer .footer-wrap .footer-logo img {
  width: 100%;
}
footer .footer-wrap .footer-content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 270px;
}
footer .footer-wrap .footer-content p {
  color: #578c74;
  font-size: 1.8rem;
  line-height: 2.5rem;
}
footer .footer-wrap .footer-content .alambic-info {
  position: absolute;
  left: 50%;
  transform: translateX(-535px);
  width: 345px;
  text-align: center;
  top: 117px;
  padding: 0;
}
footer .footer-wrap .footer-content .alambic-info p {
  margin-bottom: 0px;
}
footer .footer-wrap .footer-content .legal-info {
  font-size: 1.4rem;
  line-height: 1.6rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 350px;
  text-align: center;
  padding: 0px 0 0;
  bottom: 3px;
}
footer .footer-wrap .footer-content .legal-info a {
  color: #bfd7b1;
  text-transform: uppercase;
  text-decoration: none;
}
footer .footer-wrap .footer-content .legal-info a:hover {
  text-decoration: underline;
}
footer .footer-wrap .footer-content .legal-info .legal-links {
  margin-bottom: 15px;
}
footer .footer-wrap .footer-content .legal-info .bio {
  margin-bottom: 5px;
}
footer .footer-wrap .footer-content .legal-info .bio p {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
footer .footer-wrap .footer-content .legal-info .bio img {
  width: 120px;
}
footer .footer-wrap .footer-content .legal-info .website-maker {
  font-size: 1.2rem;
  margin: 0;
}
footer .footer-wrap .footer-content .legal-info .website-maker a {
  font-size: 1rem;
  text-transform: initial;
  color: #578c74;
}
footer .footer-wrap .footer-content .cooler-info {
  position: absolute;
  left: 50%;
  transform: translateX(300px);
  width: 105px;
  text-align: center;
  top: 89px;
  padding: 0;
}
footer .footer-wrap .footer-content .cooler-info h4 {
  margin-bottom: 30px;
}
footer .footer-wrap .footer-content .cooler-info .social-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-wrap .footer-content .cooler-info .social-button li {
  margin: 0 15px;
}
footer .footer-back {
  display: flex;
  justify-content: center; /* Aligne le contenu central */
  align-items: baseline; /* Aligne verticalement */
  position: absolute;
  width: 100%;
  height: 397px; /* La hauteur du footer (modifiable) */
  bottom: 0px;
  left: 0px;
  /* Styles pour le bloc central */
  /* Styles pour les blocs des côtés */
}
footer .footer-back .center {
  width: 100%; /* Prend tout l'espace disponible */
  max-width: 1384px; /* Ne dépasse jamais 1384 */
  background-color: transparent; /* Transparent */
  text-align: center;
}
footer .footer-back .left,
footer .footer-back .right {
  flex: 1; /* Remplit tout l'espace disponible */
  background-color: #254d4c; /* Fond vert */
  height: 100%; /* Prend toute la hauteur du footer */
  display: block; /* Caché pour les écrans inférieurs à 1600px */
}
footer .footer-back .left {
  height: 388px;
}

/*!
Theme Name: mweb-loutron
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mweb-loutron
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.

mweb-loutron 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.

*/
html {
  font-size: 62.5%;
  transition: all 0s;
}

body {
  margin: 0;
  font-family: "baloo_2_medium";
  background-color: #fff7ef;
  transition: all 0s;
  position: relative;
}

/************************************ TEST MWEB 9*******************************************/
#page {
  overflow: hidden;
}

.container-fluid {
  max-width: 1290px;
}

h3 {
  position: relative;
  display: block;
  font-family: "rustic_jack_rough_regular";
  font-size: 3.2rem;
  font-weight: 100;
  margin: 10px 0 30px 0;
  vertical-align: middle;
  word-break: keep-all;
}
h3 span.arrow.small {
  vertical-align: top;
  width: 20px;
}

h1, h2 {
  position: relative;
  display: block;
  font-family: "rustic_jack_rough_regular";
  font-size: 5.1rem;
  font-weight: 100;
  margin: 10px 0 30px 0;
  text-align: center;
}
h1 span, h2 span {
  position: relative;
  z-index: 10;
}
h1:before, h2:before {
  z-index: 9;
  content: "";
  position: absolute;
  top: 36px;
  left: 50%;
  width: 125%;
  min-width: 220px;
  height: 120%;
  transform: translate(-50%, -50%); /* Centre l'élément par rapport à son milieu */
  -webkit-mask: url("../img/back-title.svg") no-repeat 50% 50%;
  mask: url("../img/back-title.svg") no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}
h1.light-green, h2.light-green {
  color: #264b4b !important;
}
h1.light-green:before, h2.light-green:before {
  background-color: #bfd7b1;
}
h1.light-blue, h2.light-blue {
  color: #ffffff !important;
}
h1.light-blue:before, h2.light-blue:before {
  background-color: #578c74;
}

h4 {
  font-family: "rustic_jack_regular";
  font-size: 2.2rem;
  text-transform: uppercase;
  color: #578c74;
  margin: 5px 0;
}

p {
  font-family: "baloo_2_medium";
  font-size: 1.6rem;
  margin: 15px 0 20px;
}

p.hard-blue, li.hard-blue, a.hard-blue, strong.hard-blue, i.hard-blue, label.hard-blue {
  color: #263538;
}
p.light-blue, li.light-blue, a.light-blue, strong.light-blue, i.light-blue, label.light-blue {
  color: #578c74;
}
p.hard-green, li.hard-green, a.hard-green, strong.hard-green, i.hard-green, label.hard-green {
  color: #264b4b;
}
p.light-green, li.light-green, a.light-green, strong.light-green, i.light-green, label.light-green {
  color: #bfd7b1;
}
p.orange, li.orange, a.orange, strong.orange, i.orange, label.orange {
  color: #eda143;
}
p.beige, li.beige, a.beige, strong.beige, i.beige, label.beige {
  color: #fff7ef;
}

.section {
  position: relative;
  padding: 90px 0 50px;
}
.section:first-of-type {
  padding-top: 70px;
}
.section:nth-child(2) {
  padding-top: 0px;
}
.section .content-image img {
  width: 100%;
  border: 8px solid #000;
  transform: rotate(-1deg);
  border-collapse: collapse;
}
.section .content-image.order-last img {
  transform: rotate(1deg);
}
.section.hard-blue {
  background-color: #263538;
  color: #fff;
}
.section.hard-blue .content-image img {
  border-color: #eda143;
}
.section.hard-blue h1, .section.hard-blue h2, .section.hard-blue h3, .section.hard-blue h4, .section.hard-blue h5, .section.hard-blue h6 {
  color: #fff7ef;
}
.section.hard-blue .btn.secondary {
  color: #fff7ef;
}
.section.light-blue {
  background-color: #578c74;
}
.section.light-blue .content-image img {
  border-color: #263538;
}
.section.light-blue h1, .section.light-blue h2, .section.light-blue h3, .section.light-blue h4, .section.light-blue h5, .section.light-blue h6 {
  color: #263538;
}
.section.light-green {
  background-color: #bfd7b1;
}
.section.light-green .content-image img {
  border-color: #264b4b;
}
.section.hard-green {
  background-color: #264b4b;
}
.section.hard-green .content-image img {
  border-color: #bfd7b1;
}
.section.hard-green h1, .section.hard-green h2, .section.hard-green h3, .section.hard-green h4, .section.hard-green h5, .section.hard-green h6 {
  color: #fff7ef;
}
.section.hard-green .btn.secondary {
  color: #fff7ef;
}
.section.orange {
  background-color: #eda143;
}
.section.orange .content-image img {
  border-color: #264b4b;
}
.section.beige {
  background-color: #fff7ef;
}
.section.beige .content-image img {
  border-color: #264b4b;
}
.section.beige h2 {
  color: #263538;
}
.section.beige .btn.secondary {
  color: #264b4b;
}
.section .section-separator {
  position: absolute;
  width: 100%;
  height: 94px;
  z-index: 1;
  overflow: hidden;
}
.section .section-separator:before {
  position: absolute;
  left: -2%;
  width: 105%;
  height: 100%;
  content: "";
  -webkit-mask-image: url("../img/section-separator2.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: initial;
  -webkit-mask-size: cover;
  mask-image: url("../img/section-separator2.svg");
  mask-repeat: no-repeat;
  mask-position: initial;
  mask-size: cover;
}
.section .section-separator.hard-blue:before {
  background-color: #263538;
}
.section .section-separator.light-blue:before {
  background-color: #578c74;
}
.section .section-separator.light-green:before {
  background-color: #bfd7b1;
}
.section .section-separator.hard-green:before {
  background-color: #264b4b;
}
.section .section-separator.orange:before {
  background-color: #eda143;
}
.section .section-separator.beige:before {
  background-color: #fff7ef;
}
.section .section-separator.top {
  top: -92px;
}
.section .section-separator.bottom {
  transform: rotate(180deg);
  bottom: -92px;
}

.block {
  padding: 30px;
  text-align: center;
}
.block.transparent {
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 80px auto 150px;
}
.block p {
  margin: 25px 0;
}
.block .links {
  text-align: center;
}

/********************************** DRINKS SLIDER *********************************/
.slider-pattern {
  position: relative;
}
.slider-pattern .slider-wrap {
  overflow: hidden;
  width: 85%;
  margin: 20px auto 40px;
}
.slider-pattern .slider-wrap .slider {
  width: 100000px;
  margin: 0;
  padding: 0;
}
.slider-pattern .slider-wrap .slider .slider-item {
  margin: 10px 0;
  float: left;
  position: relative;
  list-style: none;
  padding: 0;
}
.slider-pattern .slider-wrap .slider .slider-item .slider-item-wrap {
  margin: 10px 0;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.slider-pattern .slider-wrap .slider .slider-item .slider-item-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.slider-pattern .slider-wrap .slider .slider-item .slider-item-wrap:hover img {
  width: 102%;
}
.slider-pattern .slider-arrow {
  position: absolute;
  top: 205px;
  cursor: pointer;
  display: block;
  width: 65px;
  height: 65px;
}
.slider-pattern .slider-arrow:hover {
  opacity: 1;
}
.slider-pattern .slider-arrow.disabled {
  opacity: 0.2;
  cursor: default;
  color: #222;
}
.slider-pattern .slider-arrow.disabled:hover {
  color: #222;
}

#drinks-slider-wrap {
  height: 480px;
  margin: 20px auto 40px;
}

#drinks-right {
  right: 0px;
}

#drinks-left {
  left: 0px;
}

.slider-item.drink {
  width: 400px;
  height: 450px;
}

.cap-wrap {
  margin: 15px 30px 20px 0;
  white-space: nowrap;
  display: inline-block;
}

#resellers-slider-wrap {
  height: 238px;
  margin: 20px auto 40px;
}

#resellers-right, #resellers-left {
  top: 80px;
}

#resellers-right {
  right: 0px;
}

#resellers-left {
  left: 0px;
}

.slider-item.reseller-wrap {
  width: 222px;
  height: 238px;
  position: relative;
  margin: 0 25px !important;
}
.slider-item.reseller-wrap.orange {
  background-image: url("../img/bottle-orange.png");
}
.slider-item.reseller-wrap.hard-green {
  background-image: url("../img/bottle-hard-green.png");
}
.slider-item.reseller-wrap .reseller-info {
  position: absolute;
  width: 100%;
  bottom: 53px;
  left: 0px;
  height: 80px;
  text-align: center;
  line-height: 2.4rem;
  overflow: hidden;
  display: flex; /* Active Flexbox */
  flex-direction: column; /* Aligne les enfants en colonne */
  justify-content: center; /* Centre les enfants verticalement */
  align-items: center;
}
.slider-item.reseller-wrap .reseller-info .reseller-name {
  font-size: 2rem;
  color: #264b4b;
  font-family: "rustic_jack_regular";
  text-transform: uppercase;
  line-height: 2rem;
  margin-bottom: 3px;
}
.slider-item.reseller-wrap .reseller-info .reseller-locality {
  font-size: 1.8rem;
  color: #264b4b;
  font-family: "rustic_jack_regular";
}

/***************** CONTACT  FORM *********************/
.contact-form input, .contact-form textarea {
  width: 100%;
  font-size: 1.8rem;
  font-family: "baloo_2_medium";
  color: #264b4b;
}
.contact-form label {
  color: #fff7ef;
  font-size: 2rem;
  font-family: "baloo_2_medium";
}

/***************** RESELLERS *********************/
.resellers-list {
  margin: 20px auto 30px;
}
.resellers-list .reseller-item {
  margin: 0px 0;
  display: flex;
}
.resellers-list .reseller-item .cap {
  display: inline-block;
  width: 34px;
  margin-right: 8px;
}
.resellers-list .reseller-item .reseller-content {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.resellers-list .reseller-item .reseller-content .reseller-name {
  font-size: 1.8rem;
  font-family: "baloo_2_bold";
}
.resellers-list .reseller-item .reseller-content .reseller-locality {
  font-size: 1.4rem;
  font-family: "baloo_2_regular";
}

.leaflet-popup-content-wrapper .leaflet-popup-content {
  font-size: 1.6rem;
  font-family: "baloo_2_medium";
  text-align: center;
}

/***************** TEST TOOLTIP *********************/
.tooltip .tooltip-inner {
  font-family: "rustic_jack_rough_regular";
  color: #263538;
  font-size: 1.6rem;
  font-weight: normal;
  background-color: #bfd7b1;
  color: #263538;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
}
.tooltip .tooltip-arrow {
  color: #263538;
}

/* Couleur de fond de la bulle */
/*.btn.secondary{font-family:'rustic_jack_regular'; font-size: 2.8rem; text-transform: uppercase; transform: rotate(-2.4deg); display:inline-block; min-height: 83px; padding:12px 0; text-align: center; min-width: 225px;}*/
/*.btn.secondary:before{content:""; display: inline-block; width: 100%; height:100%; position: absolute; top:0;left:0; background-repeat: no-repeat; background-size: auto; background-position: 50% 0;}*/
/*.btn.secondary.green{ color:#fff; }*/
/*.btn.secondary.green:hover{color: #eda143; }*/
/*.btn.secondary.green:before{background-image: url('../img/back-btn.png');}*/
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-size: 1.6rem;
  font-family: "baloo_2_medium";
  line-height: 1.5;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #264b4b;
}

a:visited {
  color: #264b4b;
}

a:hover,
a:focus,
a:active {
  color: #578c74;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

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

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

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

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.woocommerce .section .woocommerce-message, .woocommerce-page .section .woocommerce-message {
  border: 1px solid #264b4b;
  font-family: "baloo_2_medium";
  font-size: 2rem;
}
.woocommerce .section .woocommerce-message:before, .woocommerce-page .section .woocommerce-message:before {
  color: #264b4b;
}
.woocommerce .section span.onsale, .woocommerce-page .section span.onsale {
  background-color: #eda143;
  font-family: "baloo_2_medium";
}
.woocommerce .section ul.products > li:only-child, .woocommerce-page .section ul.products > li:only-child {
  float: none;
  margin: auto;
}
.woocommerce .section ul.products li.product, .woocommerce-page .section ul.products li.product {
  text-align: center;
}
.woocommerce .section ul.products li.product .woocommerce-loop-product__title, .woocommerce-page .section ul.products li.product .woocommerce-loop-product__title {
  font-family: "rustic_jack_rough_regular";
  font-size: 2.8rem;
}
.woocommerce .section ul.products li.product a:hover img, .woocommerce-page .section ul.products li.product a:hover img {
  width: 105%;
}
.woocommerce .section ul.products li.product .price, .woocommerce-page .section ul.products li.product .price {
  font-family: "baloo_2_bold";
  font-size: 1.8rem;
  color: #eda143;
}
.woocommerce .section ul.products li.product .btn.secondary, .woocommerce-page .section ul.products li.product .btn.secondary {
  display: block;
}
.woocommerce .section div.product .medal, .woocommerce-page .section div.product .medal {
  margin: 10px;
  display: inline-block;
}
.woocommerce .section div.product .medal img, .woocommerce-page .section div.product .medal img {
  display: block;
  width: 65px;
}
.woocommerce .section div.product div.images, .woocommerce-page .section div.product div.images {
  width: 100%;
  float: none;
}
.woocommerce .section div.product p.price, .woocommerce .section div.product span.price, .woocommerce-page .section div.product p.price, .woocommerce-page .section div.product span.price {
  text-align: center;
  color: #eda143;
  font-family: "baloo_2_bold";
  font-size: 2.8rem;
  font-weight: normal;
  margin: 10px 0 20px;
}
.woocommerce .section div.product p.price del, .woocommerce .section div.product span.price del, .woocommerce-page .section div.product p.price del, .woocommerce-page .section div.product span.price del {
  font-size: 1.5rem;
  display: block;
  opacity: 0.8;
}
.woocommerce .section div.product .cart, .woocommerce-page .section div.product .cart {
  text-align: center;
}
.woocommerce .section div.product .cart .quantity-wrap, .woocommerce-page .section div.product .cart .quantity-wrap {
  display: inline-block;
  margin: 0 0 30px;
}
.woocommerce .section div.product .cart .quantity-wrap button, .woocommerce .section div.product .cart .quantity-wrap .quantity, .woocommerce-page .section div.product .cart .quantity-wrap button, .woocommerce-page .section div.product .cart .quantity-wrap .quantity {
  display: inline-block;
  float: none;
}
.woocommerce .section div.product .cart .quantity-wrap button.minus, .woocommerce .section div.product .cart .quantity-wrap button.plus, .woocommerce-page .section div.product .cart .quantity-wrap button.minus, .woocommerce-page .section div.product .cart .quantity-wrap button.plus {
  background-color: #578c74;
  color: white;
  border: none;
  text-align: center;
  width: 36px;
  height: 36px;
  font-size: 2rem;
  cursor: pointer;
  margin: 0 5px;
  padding: 0;
  font-family: "baloo_2_medium";
}
.woocommerce .section div.product .cart .quantity-wrap button.minus:hover, .woocommerce .section div.product .cart .quantity-wrap button.plus:hover, .woocommerce-page .section div.product .cart .quantity-wrap button.minus:hover, .woocommerce-page .section div.product .cart .quantity-wrap button.plus:hover {
  background-color: #263538;
}
.woocommerce .section div.product .cart .quantity-wrap button.minus.disabled, .woocommerce .section div.product .cart .quantity-wrap button.plus.disabled, .woocommerce-page .section div.product .cart .quantity-wrap button.minus.disabled, .woocommerce-page .section div.product .cart .quantity-wrap button.plus.disabled {
  opacity: 0.6;
  cursor: auto;
}
.woocommerce .section div.product .cart .quantity-wrap button.minus.disabled:hover, .woocommerce .section div.product .cart .quantity-wrap button.plus.disabled:hover, .woocommerce-page .section div.product .cart .quantity-wrap button.minus.disabled:hover, .woocommerce-page .section div.product .cart .quantity-wrap button.plus.disabled:hover {
  background-color: #578c74;
}
.woocommerce .section div.product .cart .quantity-wrap .quantity, .woocommerce-page .section div.product .cart .quantity-wrap .quantity {
  margin: 0;
}
.woocommerce .section div.product .cart .quantity-wrap .quantity .qty, .woocommerce-page .section div.product .cart .quantity-wrap .quantity .qty {
  color: #263538;
  font-size: 2rem;
  background-color: #fff7ef;
  border: 1px solid #578c74;
  font-family: "baloo_2_medium";
}
.woocommerce .section div.product .cart .quantity-wrap .quantity input::-webkit-outer-spin-button,
.woocommerce .section div.product .cart .quantity-wrap .quantity input::-webkit-inner-spin-button, .woocommerce-page .section div.product .cart .quantity-wrap .quantity input::-webkit-outer-spin-button,
.woocommerce-page .section div.product .cart .quantity-wrap .quantity input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.woocommerce .section div.product .cart .quantity-wrap .quantity input[type=number], .woocommerce-page .section div.product .cart .quantity-wrap .quantity input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}
.woocommerce .section table.shop_attributes th, .woocommerce .section table.shop_attributes td, .woocommerce .section table.shop_attributes td p, .woocommerce .section table.shop_attributes th p, .woocommerce-page .section table.shop_attributes th, .woocommerce-page .section table.shop_attributes td, .woocommerce-page .section table.shop_attributes td p, .woocommerce-page .section table.shop_attributes th p {
  color: #264b4b;
  font-size: 1.4rem;
}
.woocommerce .section table.shop_attributes th, .woocommerce .section table.shop_attributes th p, .woocommerce-page .section table.shop_attributes th, .woocommerce-page .section table.shop_attributes th p {
  font-family: "baloo_2_medium";
}
.woocommerce .section table.shop_attributes td, .woocommerce .section table.shop_attributes td p, .woocommerce-page .section table.shop_attributes td, .woocommerce-page .section table.shop_attributes td p {
  font-family: "baloo_2_regular";
}

.wp-block-woocommerce-cart .wc-block-components-product-name {
  font-family: "rustic_jack_rough_regular";
  color: #264b4b;
  font-size: 2rem;
  text-decoration: none;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block {
  text-align: center;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block h2.with-empty-cart-icon {
  padding-bottom: 60px;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block h2.with-empty-cart-icon:before {
  margin-top: 35px;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-link {
  text-decoration: none;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-link .wc-block-grid__product-title {
  font-family: "rustic_jack_rough_regular";
  color: #264b4b;
  font-size: 1.8rem;
}
.wp-block-woocommerce-cart .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.add_to_cart_button {
  font-family: "rustic_jack_regular";
  background: none;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  transform: rotate(-2.4deg);
  white-space: nowrap;
  background: none;
  font-size: 1.5rem;
  line-height: 1.4rem;
  min-width: 160px;
  height: 44px;
  padding: 14px 0;
  margin: 5px;
  color: #263538;
}
.wp-block-woocommerce-cart .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.add_to_cart_button:hover {
  transform: rotate(-0.4deg);
}
.wp-block-woocommerce-cart .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.add_to_cart_button:before {
  background-color: #eda143;
  transform: rotate(2.4deg);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  -webkit-mask: url("../img/back-btn-secondary.svg") no-repeat 50% 50%;
  mask: url("../img/back-btn-secondary.svg") no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}

#page .wc-block-components-button:not(.is-link) {
  border: 2px solid #eda143;
  background: #eda143;
  color: #fff7ef;
  text-decoration: none;
}
#page .wc-block-components-button:not(.is-link):hover {
  background: #fff7ef;
  color: #eda143;
}

.payplug-totals-container,
.payplug-oney {
  display: none !important;
}

#contact-form label {
  text-align: left;
  color: #fff7ef;
  font-family: "baloo_2_medium";
  font-size: 1.6rem;
}
#contact-form input, #contact-form textarea {
  width: 100%;
  background: transparent;
  font-family: "baloo_2_medium";
  font-size: 1.8rem;
  color: #fff7ef;
  border: 2px solid #fff7ef;
}
#contact-form input:focus, #contact-form textarea:focus {
  outline: none;
  box-shadow: none;
  border: 2px solid #eda143;
}
#contact-form .btn.primary {
  margin-top: 35px;
}
#contact-form .wpcf7 form.sent .wpcf7-response-output {
  border-color: #bfd7b1;
}
#contact-form .wpcf7 form.invalid .wpcf7-response-output {
  border-color: #eda143;
}
#contact-form .wpcf7-response-output {
  font-family: "baloo_2_medium";
  font-size: 2rem;
  color: #fff7ef;
}

/* Pour les écrans mobile sm et xs (min-width: 576px) */
@media (max-width: 767px) {
  body {
    padding-top: 123px;
  }
  header .main-header {
    height: 73px;
  }
  header #head-logo {
    top: 8px;
    width: 160px;
  }
  header .desk-navigation {
    height: 50px;
  }
  header .menu-toggle {
    font-size: 3.2rem;
    padding: 9px 20px;
  }
  header .head-subtitle {
    bottom: 3px;
  }
  header .head-subtitle.left {
    transform: translateX(-145px);
  }
  header .head-subtitle.right {
    transform: translateX(-82px);
  }
  header #mobile-menu.active {
    display: block;
  }
  header #logo-line-mobile {
    width: 154px;
    top: 4px;
  }
  #page > div:first-of-type {
    padding-top: 0;
  }
  .block {
    padding: 30px 0;
  }
  h1, h2 {
    overflow: hidden;
    font-size: 4.5rem;
  }
  h1:before, h2:before {
    height: 100%;
    width: 80%;
    top: 30px;
  }
  footer .footer-wrap .footer-content .legal-info {
    width: 100%;
  }
}
@media (max-width: 1149px) {
  .slider-item.drink {
    width: 320px;
  }
}
@media (max-width: 991px) {
  footer .footer-wrap {
    background-image: url("../img/footer-empty.svg");
    height: 440px;
    background-size: cover;
  }
  footer .footer-wrap .footer-logo {
    width: 182px;
    bottom: 200px;
  }
  footer .footer-wrap .footer-logo img {
    width: 100%;
  }
  footer .footer-wrap .footer-content .legal-info {
    bottom: 3px;
  }
  footer .footer-wrap .footer-content .legal-info .legal-links {
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  footer .footer-wrap .footer-content .legal-info .bio {
    margin-bottom: 5px;
  }
  footer .footer-wrap .footer-content .legal-info .bio p {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  footer .footer-wrap .footer-content .legal-info .bio img {
    width: 120px;
  }
  footer .footer-wrap .footer-content .legal-info .website-maker {
    line-height: 1.4rem;
  }
}
/* Pour les écrans md tablette) */
@media (min-width: 768px) and (max-width: 991px) {
  body {
    padding-top: 246px;
  }
  header .main-header {
    height: 175px;
  }
  header .main-header .social-button {
    right: 15px;
    top: 15px;
  }
  header #head-logo {
    top: 65px;
    width: 250px;
  }
  header .head-subtitle.left {
    transform: translateX(calc(-100% - 160px));
  }
  header .head-subtitle.right {
    transform: translateX(150px);
  }
  header #mobile-menu {
    top: 71px;
  }
  header #mobile-menu.active {
    display: block;
  }
  header .desk-navigation {
    height: 71px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body {
    padding-top: 271px;
  }
  header .main-header {
    height: 190px;
  }
  header .main-header .social-button {
    right: 15px;
    top: 15px;
  }
  header #head-logo {
    top: 70px;
    width: 280px;
  }
  #primary-menu .menu-item {
    padding: 17px 16px;
  }
  #primary-menu .menu-item .menu-link {
    font-size: 2.6rem;
  }
  #primary-menu .separator {
    width: 290px;
  }
  #primary-menu .menu-cart {
    position: absolute;
    right: 10px;
  }
  #primary-menu .menu-cart .cart-btn.link {
    width: 42px;
  }
  footer .footer-wrap {
    background-size: cover;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  body {
    padding-top: 271px;
  }
  #primary-menu .menu-item {
    padding: 17px 30px;
  }
  #primary-menu .separator {
    width: 320px;
  }
  #primary-menu .menu-cart {
    position: absolute;
    right: 10px;
  }
  #primary-menu .menu-cart .cart-btn.link {
    width: 50px;
  }
  footer .footer-wrap {
    background-size: cover;
  }
}
/* Pour les écrans xl (min-width: 1200px) */
/* Pour les écrans xl (min-width: 1200px) */
@media (min-width: 1350px) {
  body {
    padding-top: 271px;
  }
  #drinks-right {
    right: -60px;
  }
  #drinks-left {
    left: -60px;
  }
}

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