@charset "UTF-8";
/*!
Theme Name: MMA
Theme URI: https://hebertcommunication.com
Author: Hebertcommunication
Author URI: https://hebertcommunication.com
Description: Starter theme by Hebertcommunication
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mma
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.

MMA 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

	--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Work+Sans:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@700&display=swap");
.sticky {
  display: block;
}

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

.page-links {
  clear: both;
}

.hidden {
  display: none;
}

.flex {
  display: flex;
}

/*
################
               Clearfix
################
*/
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/*
################
               Center block
################
*/
/*
################
               Column width with margin
################
*/
/*
################
               Flex direction position
################
*/
/*
################
               Flex wrap position
################
*/
/*
################
               Position absolute
################
*/
/*
################
               Hover underline
################
*/
/*--------------------------------------------------------------
# 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;
  -webkit-text-decoration: underline dotted;
          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;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
html {
  font-size: 62.5%;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #7A7A7A;
  font-family: "Work Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1.25;
}

#primary p {
  margin-top: 1.2rem;
  line-height: 1.8;
}

.text-light, .text-light *:not(a) {
  color: #FFF;
}

.text-light-dark-bg a {
  color: #FFF !important;
  text-decoration: underline !important;
}

.text-dark, .text-dark *:not(a) {
  color: #7A7A7A;
}

.text-justify, .text-justify p {
  text-align: justify;
}

h1, h2, h4, h5, h6,
h1 a, h2 a, h3, h3 a, h4 a, h5 a, h6 a {
  font-family: "Work Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: normal;
  color: #4D4D4D;
  margin: 15px 0;
  text-transform: initial;
  text-decoration: none;
  clear: both;
}

h1, h1 a {
  font-family: "Work Sans", sans-serif;
  font-size: clamp(3.2rem, 5rem, 6vw);
  line-height: 1.1;
  font-weight: normal;
  color: #7A7A7A;
  margin: 15px 0;
  text-transform: initial;
  font-family: "Anton", sans-serif;
}

h2, h2 a {
  font-family: "Work Sans", sans-serif;
  font-size: clamp(2.8rem, 4.2rem, 6vw);
  line-height: 1.1;
  font-weight: normal;
  color: #202020;
  margin: 15px 0;
  text-transform: initial;
}

h3, h3 a {
  font-family: "Work Sans", sans-serif;
  font-size: clamp(2.4rem, 3.6rem, 6vw);
  line-height: 1.25;
  font-weight: normal;
  color: #202020;
  margin: 15px 0;
  text-transform: initial;
}

h4, h4 a {
  font-family: "Work Sans", sans-serif;
  font-size: clamp(2rem, 3rem, 6vw);
  line-height: 1.25;
  font-weight: normal;
  color: #202020;
  margin: 15px 0;
  text-transform: initial;
}

h5, h5 a {
  font-family: "Work Sans", sans-serif;
  font-size: 1.7rem;
  line-height: 1.25;
  font-weight: normal;
  color: #202020;
  margin: 15px 0;
  text-transform: initial;
}

h6, h6 a {
  font-family: "Work Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1.25;
  font-weight: normal;
  color: #202020;
  margin: 15px 0;
  text-transform: initial;
}

p {
  margin-bottom: 1.3em;
}

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

blockquote {
  margin: 0 1em;
}

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 #06594D;
  cursor: help;
}

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

big {
  font-size: 125%;
}

.after-content-none:after, .after-content-none a:after {
  content: none !important;
}

/* Elements
--------------------------------------------- */
body {
  background: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* width */
  /* Track */
  /* Handle */
}
body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
body::-webkit-scrollbar-thumb {
  background: #06594D;
  border-radius: 10px;
}

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

ul {
  list-style: disc;
  padding-left: 20px;
}

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: 0;
}

/* Links
--------------------------------------------- */
#primary a:not(.mma-btn):not(button):not(.button):not(.edit):not(.btn), #secondary a:not(.mma-btn):not(button):not(.button):not(.edit):not(.btn) {
  color: #06594D;
  text-decoration: none;
  transition: 0.2s;
  font-weight: 600;
}
#primary a:not(.mma-btn):not(button):not(.button):not(.edit):not(.btn):visited, #secondary a:not(.mma-btn):not(button):not(.button):not(.edit):not(.btn):visited {
  color: #06594D;
}
#primary a:not(.mma-btn):not(button):not(.button):not(.edit):not(.btn):hover, #primary a:not(.mma-btn):not(button):not(.button):not(.edit):not(.btn):focus, #primary a:not(.mma-btn):not(button):not(.button):not(.edit):not(.btn):active, #secondary a:not(.mma-btn):not(button):not(.button):not(.edit):not(.btn):hover, #secondary a:not(.mma-btn):not(button):not(.button):not(.edit):not(.btn):focus, #secondary a:not(.mma-btn):not(button):not(.button):not(.edit):not(.btn):active {
  color: black;
}
#primary a:not(.mma-btn):not(button):not(.button):not(.edit):not(.btn):hover, #primary a:not(.mma-btn):not(button):not(.button):not(.edit):not(.btn):active, #secondary a:not(.mma-btn):not(button):not(.button):not(.edit):not(.btn):hover, #secondary a:not(.mma-btn):not(button):not(.button):not(.edit):not(.btn):active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button:not(.choices__button),
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid #06594D;
  background: #06594D;
  color: #FFF;
  line-height: 1;
  padding: 12px 20px;
  cursor: pointer;
}
button:not(.choices__button):hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #4D4D4D;
}
button:not(.choices__button):active, button:not(.choices__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: #4D4D4D;
}

.mma-btn, #gform_wrapper_2 #label_2_7_0, .post-password-required .post-password-form input[type=submit], .mma-btn-p a, .mma-btn-p button, button.btn,
button:not(.choices__button), a.btn, a.button:not(.button.wc-forward), input[type=submit],
a.edit, .checkout-button, .button {
  background-image: none !important;
  font-family: "Work Sans", sans-serif !important;
  color: #FFF !important;
  display: inline-block !important;
  font-size: clamp(1.35rem, 1.8rem, 3vw) !important;
  text-decoration: none;
  transition: 0.25s;
  border: 2px solid #06594D !important;
  background-color: #06594D !important;
  padding: clamp(7px, 12px, 3vw) clamp(12px, 20px, 3vw);
  border-radius: 0 !important;
  line-height: initial !important;
}
.mma-btn:hover, #gform_wrapper_2 #label_2_7_0:hover, .post-password-required .post-password-form input[type=submit]:hover, .mma-btn-p a:hover, .mma-btn-p button:hover, button.btn:hover,
button:not(.choices__button):hover, a.btn:hover, a.button:not(.button.wc-forward):hover, input[type=submit]:hover,
a.edit:hover, .checkout-button:hover, .button:hover {
  background-color: #4D4D4D !important;
  color: #FFF !important;
  border-color: #4D4D4D !important;
}

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: #202020;
  border: 1px solid #E1E1E1;
  padding: 3px;
  padding-left: 8px;
}
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: #202020;
  outline: none !important;
  border: 1px solid #06594D;
}

select, .select2-container--default .select2-selection--single {
  border: 1px solid #06594D;
}
select:focus, .select2-container--default .select2-selection--single:focus {
  color: #202020;
  outline: none !important;
  border: 1px solid #06594D;
}

input, textarea, select, .select2-container--default .select2-selection--single {
  border-radius: 0;
}

textarea:focus, input:focus {
  outline: none;
}

textarea {
  width: 100%;
}

input::-webkit-input-placeholder {
  font-size: 1.4rem;
}

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
  padding-left: 2.15rem;
}

.gform_body [type=radio]:checked,
.gform_body [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.gform_body [type=radio]:checked + label,
.gform_body [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.gform_body [type=radio]:checked + label:before,
.gform_body [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.gform_body [type=radio]:checked + label:after,
.gform_body [type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #4D4D4D;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  transition: all 0.2s ease;
}
.gform_body [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.gform_body [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*
################
               Remove arrows inputs number
################
*/
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.menu ul, #site-navigation ul {
  padding-left: 0;
}
.menu li a, #site-navigation li a {
  text-decoration: none;
}

#hamburger {
  background-color: #FFF;
  border-radius: 50%;
  z-index: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  position: relative;
  display: block;
  width: 68px;
  height: 68px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  #hamburger {
    display: none;
  }
}

.path-burger {
  position: absolute;
  top: 0;
  left: 0;
  height: 68px;
  width: 68px;
  -webkit-mask: url(#mask);
          mask: url(#mask);
  -webkit-mask-box-image: url(https://raygun.io/upload/mask.svg);
}

.animate-path {
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 68px;
}

.path-rotation {
  height: 34px;
  width: 34px;
  margin: 34px 34px 0 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.path-rotation:before {
  content: "";
  display: block;
  width: 30px;
  height: 34px;
  margin: 0 4px 0 0;
  background-color: #FFF;
}

@-webkit-keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate-in {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  40% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotate-in {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  40% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.hamburglar.is-open .path {
  -webkit-animation: dash-in 0.6s linear normal;
          animation: dash-in 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.hamburglar.is-open .animate-path {
  -webkit-animation: rotate-in 0.6s linear normal;
          animation: rotate-in 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.hamburglar.is-closed .path {
  -webkit-animation: dash-out 0.6s linear normal;
          animation: dash-out 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.hamburglar.is-closed .animate-path {
  -webkit-animation: rotate-out 0.6s linear normal;
          animation: rotate-out 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.path {
  stroke-dasharray: 240;
  stroke-dashoffset: 240;
  stroke-linejoin: round;
}

@-webkit-keyframes dash-in {
  0% {
    stroke-dashoffset: 240;
  }
  40% {
    stroke-dashoffset: 240;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash-in {
  0% {
    stroke-dashoffset: 240;
  }
  40% {
    stroke-dashoffset: 240;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-out {
  0% {
    stroke-dashoffset: 0;
  }
  40% {
    stroke-dashoffset: 240;
  }
  100% {
    stroke-dashoffset: 240;
  }
}
@keyframes dash-out {
  0% {
    stroke-dashoffset: 0;
  }
  40% {
    stroke-dashoffset: 240;
  }
  100% {
    stroke-dashoffset: 240;
  }
}
.burger-icon {
  position: absolute;
  padding: 20px 16px;
  height: 68px;
  width: 68px;
}

.burger-container {
  position: relative;
  height: 28px;
  width: 36px;
}

.burger-bun-top,
.burger-bun-bot,
.burger-filling {
  position: absolute;
  display: block;
  height: 4px;
  width: 36px;
  border-radius: 2px;
  background: #7A7A7A;
}

.burger-bun-top {
  top: 0;
  -webkit-transform-origin: 34px 2px;
          transform-origin: 34px 2px;
}

.burger-bun-bot {
  bottom: 0;
  -webkit-transform-origin: 34px 2px;
          transform-origin: 34px 2px;
}

.burger-filling {
  top: 12px;
}

.burger-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 68px;
}

.svg-ring {
  width: 68px;
  height: 68px;
}

.hamburglar.is-open {
  background-color: #06594D !important;
}
.hamburglar.is-open .burger-bun-top, .hamburglar.is-open .burger-bun-bot, .hamburglar.is-open .burger-filling {
  background-color: #FFF;
}
.hamburglar.is-open .burger-bun-top {
  -webkit-animation: bun-top-out 0.6s linear normal;
          animation: bun-top-out 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.hamburglar.is-open .burger-bun-bot {
  -webkit-animation: bun-bot-out 0.6s linear normal;
          animation: bun-bot-out 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.hamburglar.is-closed .burger-bun-top {
  -webkit-animation: bun-top-in 0.6s linear normal;
          animation: bun-top-in 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.hamburglar.is-closed .burger-bun-bot {
  -webkit-animation: bun-bot-in 0.6s linear normal;
          animation: bun-bot-in 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes bun-top-out {
  0% {
    left: 0;
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20% {
    left: 0;
    top: 0;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  80% {
    left: -5px;
    top: 0;
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  100% {
    left: -5px;
    top: 1px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@keyframes bun-top-out {
  0% {
    left: 0;
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20% {
    left: 0;
    top: 0;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  80% {
    left: -5px;
    top: 0;
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  100% {
    left: -5px;
    top: 1px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@-webkit-keyframes bun-bot-out {
  0% {
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20% {
    left: 0;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  80% {
    left: -5px;
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  100% {
    left: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@keyframes bun-bot-out {
  0% {
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20% {
    left: 0;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  80% {
    left: -5px;
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  100% {
    left: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@-webkit-keyframes bun-top-in {
  0% {
    left: -5px;
    bot: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  20% {
    left: -5px;
    bot: 0;
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  80% {
    left: 0;
    bot: 0;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  100% {
    left: 0;
    bot: 1px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes bun-top-in {
  0% {
    left: -5px;
    bot: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  20% {
    left: -5px;
    bot: 0;
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  80% {
    left: 0;
    bot: 0;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  100% {
    left: 0;
    bot: 1px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes bun-bot-in {
  0% {
    left: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  20% {
    left: -5px;
    bot: 0;
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  80% {
    left: 0;
    bot: 0;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes bun-bot-in {
  0% {
    left: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  20% {
    left: -5px;
    bot: 0;
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  80% {
    left: 0;
    bot: 0;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.hamburglar.is-open .burger-filling {
  -webkit-animation: burger-fill-out 0.6s linear normal;
          animation: burger-fill-out 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.hamburglar.is-closed .burger-filling {
  -webkit-animation: burger-fill-in 0.6s linear normal;
          animation: burger-fill-in 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes burger-fill-in {
  0% {
    width: 0;
    left: 36px;
  }
  40% {
    width: 0;
    left: 40px;
  }
  80% {
    width: 36px;
    left: -6px;
  }
  100% {
    width: 36px;
    left: 0px;
  }
}

@keyframes burger-fill-in {
  0% {
    width: 0;
    left: 36px;
  }
  40% {
    width: 0;
    left: 40px;
  }
  80% {
    width: 36px;
    left: -6px;
  }
  100% {
    width: 36px;
    left: 0px;
  }
}
@-webkit-keyframes burger-fill-out {
  0% {
    width: 36px;
    left: 0px;
  }
  20% {
    width: 42px;
    left: -6px;
  }
  40% {
    width: 0;
    left: 40px;
  }
  100% {
    width: 0;
    left: 36px;
  }
}
@keyframes burger-fill-out {
  0% {
    width: 36px;
    left: 0px;
  }
  20% {
    width: 42px;
    left: -6px;
  }
  40% {
    width: 0;
    left: 40px;
  }
  100% {
    width: 0;
    left: 36px;
  }
}
.cart-icon-p {
  position: relative;
  margin-top: -10px;
  transition: 0.3s;
}
.cart-icon-p:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.cart-contents::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f290" !important;
  font-size: 30px;
  color: #7A7A7A;
  transition: 0.25s;
}
@media only screen and (max-width: 991px) {
  .cart-contents::before {
    color: #fff;
  }
}
.cart-contents:hover {
  text-decoration: none;
}

.cart-contents-count {
  position: absolute;
  bottom: 3px;
  right: 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
  height: 22px;
  width: 22px;
  vertical-align: middle;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  padding: 1px;
}
@media only screen and (max-width: 991px) {
  .cart-contents-count {
    color: #7A7A7A;
    bottom: 5px;
  }
}

#masthead {
  position: relative;
}

html.scrollOf {
  overflow: hidden;
}

#primary-menu.menu-close {
  display: none;
}
#primary-menu li a {
  font-family: "Work Sans", sans-serif;
  font-size: 1.8rem;
}
@media only screen and (min-width: 992px) {
  #primary-menu li a {
    white-space: nowrap;
  }
  #primary-menu li a:hover {
    color: #06594D;
  }
}
#primary-menu li:not(.wpml-ls-current-language) a {
  color: #7A7A7A;
}

.main-navigation {
  clear: both;
  display: block;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
@media only screen and (max-width: 991px) {
  .main-navigation ul#primary-menu {
    padding-top: 2rem;
  }
  .main-navigation ul#primary-menu > li > a {
    text-transform: uppercase;
    font-weight: 900;
  }
}
.main-navigation ul ul {
  display: none;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
}
.main-navigation ul ul ul {
  position: initial;
  padding-left: 10px !important;
}
@media only screen and (min-width: 992px) {
  .main-navigation ul ul ul {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .main-navigation ul ul ul li > a {
    line-height: 1.7;
  }
  .main-navigation ul ul ul li > a::before {
    content: "- ";
  }
}
.main-navigation li {
  position: relative;
}
.main-navigation li a {
  z-index: 1;
}
.main-navigation a {
  text-decoration: none;
  position: relative;
  transition: 0.1s;
}
.main-navigation a:hover {
  color: #06594D !important;
}
@media only screen and (max-width: 991px) {
  .main-navigation a:hover {
    color: #cccccc !important;
  }
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a {
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a {
    box-shadow: -2px 0px 0 0 #FFF;
    padding-left: 1.2rem;
  }
}
.main-navigation .cart-icon img {
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .main-navigation .cart-icon img {
    height: auto;
  }
}

/* Small menu. */
@media only screen and (max-width: 991px) {
  #primary-menu {
    display: none;
  }
  #primary-menu::after {
    content: "";
    width: 100%;
    height: 50px;
  }
  #primary-menu.toggled {
    display: inline-flex;
  }
}
.mma_menu_item_title > a {
  pointer-events: none;
}

#primary-menu > li .mma_menu_item_title > a {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: bold;
}
@media only screen and (min-width: 992px) {
  #primary-menu > li .mma_menu_item_title > a {
    line-height: 2;
  }
}
@media only screen and (min-width: 992px) {
  #primary-menu {
    margin-right: -15px;
  }
  #primary-menu > li > a {
    padding: 15px;
  }
}
@media only screen and (max-width: 991px) {
  #primary-menu > li {
    border-top: 1px solid #FFF;
  }
  #primary-menu > li, #primary-menu > li > span {
    padding: 15px 5px;
  }
  #primary-menu > li:last-child {
    border-bottom: 1px solid #FFF;
  }
}
@media only screen and (max-width: 991px) {
  #primary-menu > .menu-item-has-children {
    margin-bottom: 0;
  }
  #primary-menu > .menu-item-has-children > .sub-menu > li:first-child, #primary-menu > .menu-item-has-children > .sub-menu > li:first-child > span {
    padding-top: 18px;
  }
}
@media only screen and (min-width: 992px) {
  #primary-menu > .menu-item-has-children::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 43px;
  }
  #primary-menu > .menu-item-has-children > .sub-menu {
    display: none;
    padding: 1.5rem 0;
  }
  #primary-menu > .menu-item-has-children > .sub-menu li, #primary-menu > .menu-item-has-children > .sub-menu ul {
    background-color: transparent;
  }
  #primary-menu > .menu-item-has-children > .sub-menu > li {
    padding: 0.5rem 15px;
  }
  #primary-menu > .menu-item-has-children:hover > .sub-menu {
    display: block;
  }
}
#primary-menu > .menu-item-has-children .sub-menu {
  box-shadow: none;
}
#primary-menu > .menu-item-has-children .sub-menu a {
  margin-right: 1.5rem;
  padding-right: 0;
}

@media only screen and (min-width: 992px) {
  .current_page_item:not(.current-menu-parent) > a,
.current-menu-item:not(.current-menu-parent) > a,
.current-page-ancestor:not(.current-menu-parent) > a,
.current-menu-ancestor:not(.current-menu-parent) > a {
    box-shadow: 0 3px 0 0 #06594D;
    pointer-events: none;
  }

  .sub-menu li {
    margin-right: 0 !important;
  }

  #site-navigation {
    padding-left: 30px;
    transition: 0.3s;
  }
  #site-navigation .sub-menu {
    background-color: #FFF;
  }

  .menu-toggle {
    display: none;
  }

  .main-navigation #primary-menu {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .main-navigation #primary-menu .menu-item i._mi {
    font-size: 2.4rem;
    margin-bottom: -3px;
  }

  .menu-item-has-children .sub-menu {
    top: 41px;
    display: none;
    opacity: 0;
  }

  .menu-item-has-children:hover .sub-menu {
    display: block;
    opacity: 1;
  }
}
@media only screen and (max-width: 991px) {
  #primary-menu:not(.nav-menu), #site-navigation > div:nth-child(2) {
    position: absolute;
    top: 100px;
    right: 0;
    width: 100%;
    background-color: #06594D;
    max-height: 90vh;
    overflow-y: scroll;
    /* width */
    /* Track */
    /* Handle */
  }
  #primary-menu:not(.nav-menu).scrolled, #site-navigation > div:nth-child(2).scrolled {
    outline: 300em solid #06594D;
    padding: 20px;
  }
  #primary-menu:not(.nav-menu)::-webkit-scrollbar, #site-navigation > div:nth-child(2)::-webkit-scrollbar {
    width: 5px;
  }
  #primary-menu:not(.nav-menu)::-webkit-scrollbar-track, #site-navigation > div:nth-child(2)::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
  }
  #primary-menu:not(.nav-menu)::-webkit-scrollbar-thumb, #site-navigation > div:nth-child(2)::-webkit-scrollbar-thumb {
    background: #FFF;
    border-radius: 10px;
  }
  #primary-menu:not(.nav-menu) .nav-menu, #site-navigation > div:nth-child(2) .nav-menu {
    flex-direction: column;
  }
  #primary-menu:not(.nav-menu) .nav-menu li a, #site-navigation > div:nth-child(2) .nav-menu li a {
    display: block;
    line-height: 1.25;
    margin-right: 30px;
    color: #FFF;
    font-size: clamp(1.5rem, 1.9rem, 4vw);
  }

  .nav-menu {
    width: 100%;
  }

  .menu-item-has-children {
    position: relative;
  }
  .menu-item-has-children > span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.3s;
    cursor: cell;
    text-align: right;
    line-height: 1.25;
  }
  .menu-item-has-children > span::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067";
    color: #FFF;
    vertical-align: baseline;
  }
  .menu-item-has-children > span.open {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
  }
  .menu-item-has-children > span.open::after {
    content: "\f068";
  }
  .menu-item-has-children .sub-menu {
    position: initial;
    float: initial;
  }
  .menu-item-has-children .sub-menu li {
    margin: 0;
  }

  .menu-item-has-children li {
    padding: 8px 0;
  }
  .menu-item-has-children .menu-item-has-children, .menu-item-has-children .menu-item-has-children > span {
    padding: 10px 0;
  }
  .menu-item-has-children .menu-item-has-children li, .menu-item-has-children .menu-item-has-children li > span {
    padding: 9px 0;
  }

  .cart-icon img {
    padding-bottom: 5px;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.top-navigation {
  width: 100%;
  background-color: #06594D;
}
.top-navigation .menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
@media only screen and (min-width: 992px) {
  .top-navigation .menu {
    justify-content: flex-end;
  }
}
.top-navigation .menu > li {
  margin-left: 15px;
}
.top-navigation .menu > li a {
  font-family: "Work Sans", sans-serif;
  font-size: 1.8rem;
  color: #FFF;
  transition: 0.2s;
}
.top-navigation .menu > li a:visited {
  color: #FFF !important;
}
.top-navigation .menu > li a:hover {
  box-shadow: 0 1px 0 0 #FFF;
}
.top-navigation .menu > li a i {
  font-size: 2.2rem;
}
.top-navigation .menu .sub-menu {
  top: 22px;
  padding-right: 54px;
  margin-left: 0;
}
.top-navigation .menu .sub-menu li.lang-item {
  padding: initial;
}
.top-navigation .menu .sub-menu li.lang-item a {
  padding: 0 !important;
  text-transform: uppercase !important;
  font-size: 1.3rem;
}
.top-navigation .menu .current_page_item > a,
.top-navigation .menu .current-menu-item > a,
.top-navigation .menu .current-page-ancestor > a,
.top-navigation .menu .current-menu-ancestor > a {
  box-shadow: 0 1px 0 #FFF;
  pointer-events: none;
}
.top-navigation .menu .menu-item-has-children {
  position: relative;
}
.top-navigation .menu .menu-item-has-children .sub-menu {
  position: absolute;
}
.top-navigation > div:first-child {
  padding: 7px 0;
  transition: 0.3s;
}
@media only screen and (max-width: 991px) {
  .top-navigation > div:first-child {
    width: 100%;
  }
  .top-navigation > div:first-child > ul {
    justify-content: flex-end;
  }
  .top-navigation > div:first-child > ul > li {
    margin: 0.5rem;
  }
  .top-navigation > div:first-child ul {
    flex-wrap: wrap;
  }
  .top-navigation > div:first-child li a {
    white-space: nowrap;
    margin: 0 1.2rem;
  }
  .top-navigation > div:first-child li a.cart-contents {
    line-height: 0.8;
  }
  .top-navigation > div:first-child li a.cart-contents > span {
    bottom: 0;
  }
}

#menu-top li, #menu-top-en li {
  margin-left: 2rem;
}

@media screen and (max-width: 540px) {
  #menu-top li, #menu-top-en li {
    margin-left: 0;
  }

  #menu-top li a, #menu-top-en li a {
    font-size: 1.5rem;
  }
}
/**
* Global
*/
.pagination, .post-navigation, .woocommerce-pagination {
  text-align: center;
  width: 100%;
  background-color: #06594D;
}
.pagination a, .post-navigation a, .woocommerce-pagination a {
  text-decoration: none;
}
.pagination .page-numbers > *:last-child a, .pagination .page-numbers > *:first-child a, .post-navigation .page-numbers > *:last-child a, .post-navigation .page-numbers > *:first-child a, .woocommerce-pagination .page-numbers > *:last-child a, .woocommerce-pagination .page-numbers > *:first-child a {
  font-size: 2.5rem;
  line-height: 3rem !important;
}
.pagination .nav-links, .post-navigation .nav-links, .woocommerce-pagination .nav-links {
  display: flex;
  justify-content: center;
}
.pagination .nav-links a:last-child, .pagination .nav-links a:first-child, .post-navigation .nav-links a:last-child, .post-navigation .nav-links a:first-child, .woocommerce-pagination .nav-links a:last-child, .woocommerce-pagination .nav-links a:first-child {
  font-size: 2.5rem;
  line-height: 2.7rem !important;
}
.pagination .nav-links .page-numbers:first-child:not(.prev),
.pagination .nav-links .next, .post-navigation .nav-links .page-numbers:first-child:not(.prev),
.post-navigation .nav-links .next, .woocommerce-pagination .nav-links .page-numbers:first-child:not(.prev),
.woocommerce-pagination .nav-links .next {
  margin-left: auto;
}
.pagination .nav-links .page-numbers:last-child:not(.next),
.pagination .nav-links .prev, .post-navigation .nav-links .page-numbers:last-child:not(.next),
.post-navigation .nav-links .prev, .woocommerce-pagination .nav-links .page-numbers:last-child:not(.next),
.woocommerce-pagination .nav-links .prev {
  margin-right: auto;
}

/**
* Posts
*/
.pagination {
  margin-top: 3rem;
  padding: 20px 0;
}
.pagination .page-numbers {
  font-family: "Work Sans", sans-serif;
  color: #06594D !important;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.pagination .page-numbers.current {
  color: #FFF !important;
}
@media only screen and (max-width: 575px) {
  .pagination .page-numbers {
    font-size: 1.3rem;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}

/**
* Single post
*/
.post-navigation {
  margin-top: 6rem;
  padding: 20px 0;
}
.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  min-width: 280px;
}
.post-navigation .nav-links .nav-previous a, .post-navigation .nav-links .nav-next a {
  width: 35px;
  height: 35px;
  display: inline-block;
  color: #FFF !important;
}
.post-navigation .nav-links .nav-next:hover a {
  -webkit-animation: animPagNext 0.8s ease infinite;
          animation: animPagNext 0.8s ease infinite;
}
.post-navigation .nav-links .nav-previous:hover a {
  -webkit-animation: animPagPrev 0.8s ease infinite;
          animation: animPagPrev 0.8s ease infinite;
}
.post-navigation.post-navigation .nav-links {
  flex-direction: row-reverse;
}

@-webkit-keyframes animPagNext {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes animPagNext {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes animPagPrev {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes animPagPrev {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/**
* Products
*/
.woocommerce-pagination {
  margin: 4rem 0;
}
.woocommerce-pagination ul.page-numbers {
  display: inline-flex;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
}
.woocommerce-pagination ul.page-numbers li .page-numbers {
  margin: 2px;
  font-family: "Work Sans", sans-serif;
  color: #7A7A7A !important;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #FFF;
}
@media only screen and (max-width: 575px) {
  .woocommerce-pagination ul.page-numbers li .page-numbers {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.woocommerce-pagination ul.page-numbers li .page-numbers.current {
  background-color: #4D4D4D;
  border-color: #06594D;
  color: #FFF !important;
}
.woocommerce-pagination ul.page-numbers li .page-numbers:not(.dots) {
  box-shadow: 0 0 10px 1px #D5D5D5;
}
.woocommerce-pagination ul.page-numbers li .page-numbers:not(.dots):not(.current):hover {
  border-color: #06594D;
}

.item-search {
  position: relative;
  width: 20px;
  height: 30px;
}
.item-search a {
  font-size: 0 !important;
  display: block;
  width: 100%;
  height: 100%;
}
.item-search a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
  color: #FFF;
  font-size: 20px;
  line-height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: 0.2s;
}
.item-search a:hover {
  box-shadow: none !important;
}
.item-search a:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.item-search a::after {
  content: none !important;
}

#search-form-container {
  position: fixed;
  z-index: 900;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.85);
  box-shadow: 0px 0px 10px 10px #000;
  display: none;
}
#search-form-container.open {
  height: 0;
  width: 0;
  top: 50%;
  left: 50%;
  -webkit-animation: containFormEnter 0.4s linear forwards;
          animation: containFormEnter 0.4s linear forwards;
}

@-webkit-keyframes containFormEnter {
  100% {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
}

@keyframes containFormEnter {
  100% {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
}
#mma-search {
  width: clamp(325px, 60%, 100vw);
  margin-right: 20px;
  margin-left: 20px;
  display: none;
}
#mma-search.open {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: formEnter 0.7s 0.2s ease-in forwards;
          animation: formEnter 0.7s 0.2s ease-in forwards;
}
#mma-search .mma-search-field {
  width: 100%;
}

@-webkit-keyframes formEnter {
  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
}

@keyframes formEnter {
  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
}
#search-form-close-btn {
  position: absolute;
  top: 3.3vw;
  right: 3.3vw;
  color: #FFF;
  font-size: clamp(3.5rem, 6rem, 10vw);
  cursor: pointer;
  transition: 0.2s;
}
#search-form-close-btn:hover i {
  color: #06594D;
}

/* Posts and pages
--------------------------------------------- */
#masthead {
  background-color: #FFF;
  z-index: 2;
  width: 100%;
  position: fixed;
  top: 0;
  transition: top 0.2s ease-in-out;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}
#masthead.color-navdown {
  background-color: white;
}

#contentHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
  max-width: calc(100% - 30px);
}
@media only screen and (min-width: 992px) {
  #contentHeader {
    flex-wrap: wrap;
  }
}
#contentHeader.openMenu {
  min-width: 100%;
  padding-left: 24px;
  padding-right: 28px;
}
#contentHeader.openMenu .site-branding img {
  width: 60%;
  padding-left: 10px;
  padding-top: 10px;
}

.site-branding {
  padding: 1.5rem 2rem 2rem 0;
  line-height: 0;
  z-index: 1;
}
.site-branding img.openMenu {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

#scroll {
  border: 1px solid #FFF;
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #4D4D4D;
  text-indent: -9999px;
  display: none;
  border-radius: 60px;
  z-index: 1;
}
#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}
#scroll:hover {
  background-color: #4D4D4D;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.site-footer {
  background-color: #FFF;
}
.site-footer a:not(.vc_icon_element-link):not(.vc_single_image-wrapper) {
  color: #06594D;
}
.site-footer a:not(.vc_icon_element-link):not(.vc_single_image-wrapper):not(.cart-contents) {
  position: relative;
  text-decoration: none;
}
.site-footer a:not(.vc_icon_element-link):not(.vc_single_image-wrapper):not(.cart-contents)::after {
  background-color: #06594D;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 1px;
  transition: 0.25s;
}
.site-footer a:not(.vc_icon_element-link):not(.vc_single_image-wrapper):not(.cart-contents):hover::after {
  left: 0.8%;
  width: 99.2%;
}
.site-footer p {
  color: #7A7A7A;
}
.site-footer .copyright {
  text-align: center;
  font-size: 1.2rem;
  padding: 9px 10px;
}
.site-footer ul.menu .menu-item-has-children::before {
  content: none;
}
.site-footer ul.menu a {
  margin: 0;
}
.site-footer ul.menu a:not(.cart-contents) {
  position: relative;
  text-decoration: none;
}
.site-footer ul.menu a:not(.cart-contents)::after {
  background-color: #06594D;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 1px;
  transition: 0.25s;
}
.site-footer ul.menu a:not(.cart-contents):hover::after {
  left: 0.8%;
  width: 99.2%;
}
.site-footer ul.menu .sub-menu {
  margin-left: 0;
  padding-bottom: 0;
}
.site-footer ul.menu .sub-menu li {
  list-style: initial;
  color: #06594D;
}
.site-footer ul.menu .sub-menu a {
  margin: 0;
}

#breadcrumbs {
  padding-top: 4rem;
}
#breadcrumbs a {
  text-decoration: none;
  color: #06594D;
}
#breadcrumbs a:hover {
  color: black;
}

#primary.site-main p:empty {
  display: none;
}

article.type-page > .entry-footer {
  display: none;
}

article.post.type-post, .mma-custom-post-article {
  position: relative;
}
article.post.type-post .entry-footer, .mma-custom-post-article .entry-footer {
  position: absolute;
  top: 1px;
  right: 0;
}
article.post.type-post .entry-footer > *:not(.edit-link), .mma-custom-post-article .entry-footer > *:not(.edit-link) {
  display: none;
}
article.post.type-post .entry-footer .edit-link a, .mma-custom-post-article .entry-footer .edit-link a {
  padding: 5px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #790000 !important;
  background-color: #F2DEDE;
}
article.post.type-post .entry-footer .edit-link a:hover, .mma-custom-post-article .entry-footer .edit-link a:hover {
  background-color: lightgrey;
}

/*
################
               Container
################
*/
.container, .main-produits .products-list, .banner-produit > *, .page-banner > *, #header-blog-page, .top-navigation > div, nav.navigation > .nav-links, #breadcrumbs,
#main-container, .blog #header-blog-page,
#contentHeader, #colophon > div {
  width: 1165px;
  margin: 0 auto;
  max-width: calc(100% - 30px);
}

/*
################
               CONTAINER 50%
               Add column in column with WpBakery
               Add class subcolumns left and right -> .col-50
               + Add class subcolumn left -> .col-50-left
################
*/
@media only screen and (min-width: 992px) {
  .col-50 {
    display: flex;
  }
  .col-50-left {
    display: flex;
    justify-content: flex-end;
  }
  .col-50-left > .vc_column-inner {
    padding-right: 60px !important;
  }
  .col-50-left > .wpb_wrapper {
    display: inline-block;
  }
  .col-50-right > .vc_column-inner {
    padding-left: 60px !important;
  }
  .col-50-justify-end {
    justify-content: flex-end;
  }
  .col-50 > .vc_column-inner {
    max-width: 582.5px;
  }
}
@media only screen and (max-width: 1300px) {
  .col-50 > div {
    padding: 20px !important;
  }
}
/*
################
               Pages
################
*/
#page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#page #primary {
  flex-grow: 1;
}

.search-no-results #page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.search-no-results #page .woocommerce-info {
  background-color: transparent;
  color: #7A7A7A;
  font-weight: bold;
}

/*
################
               Global posts
################
*/
:root {
  --grid-auto-rows: 1px;
  --grid-columns-min: 25rem;
  --grid-gap: 2rem;
  /**
  * Uncomment the line below to enable nested posts (or image gallery if parent contains the .masonry class).
  * But be careful will lose the sorting of children from left to right.
  **/
}

.main-container-with-sidebar {
  display: flex;
  justify-content: space-between;
}
.main-container-with-sidebar #primary {
  width: 64%;
}
.main-container-with-sidebar #primary > article .entry-header a {
  color: #7A7A7A !important;
}
.main-container-with-sidebar #secondary {
  width: 31%;
}
@media only screen and (max-width: 767px) {
  .main-container-with-sidebar {
    display: block;
  }
  .main-container-with-sidebar #primary, .main-container-with-sidebar #secondary {
    width: 100%;
  }
  .main-container-with-sidebar #secondary {
    max-width: initial;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

.single-article-not-sidebar {
  margin-top: 4rem;
}
@media only screen and (min-width: 768px) {
  .single-article-not-sidebar > *:not(.entry-meta) {
    display: flow-root;
  }
  .single-article-not-sidebar .post-thumbnail {
    float: left;
    width: 47%;
    margin-right: 3rem;
  }
  .single-article-not-sidebar .entry-title {
    margin-top: 0;
  }
}
.single-article-not-sidebar .post-thumbnail img {
  width: 100% !important;
}

/*
################
               All posts
################
*/
.blog article.type-post .entry-meta, .blog article.type-post .entry-header, .blog article.type-post .entry-content, .blog .mma-custom-post-article .entry-meta, .blog .mma-custom-post-article .entry-header, .blog .mma-custom-post-article .entry-content, .search article.type-post .entry-meta, .search article.type-post .entry-header, .search article.type-post .entry-content, .search .mma-custom-post-article .entry-meta, .search .mma-custom-post-article .entry-header, .search .mma-custom-post-article .entry-content, .archive article.type-post .entry-meta, .archive article.type-post .entry-header, .archive article.type-post .entry-content, .archive .mma-custom-post-article .entry-meta, .archive .mma-custom-post-article .entry-header, .archive .mma-custom-post-article .entry-content {
  padding-left: 15px;
  padding-right: 15px;
}

#header-blog-page {
  text-align: center;
  display: inherit;
}
#header-blog-page h1 {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  #header-blog-page h1 {
    font-size: clamp(3.5rem, 5.5rem, 10vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #header-blog-page h1 {
    font-size: clamp(3.5rem, 4.5rem, 10vw);
  }
}

.blog .page-title:not(.screen-reader-text), .archive:not(.woocommerce) .page-title:not(.screen-reader-text), .search:not(.woocommerce) .page-title:not(.screen-reader-text) {
  margin-top: 5rem;
}
.blog #primary, .archive:not(.woocommerce) #primary, .search:not(.woocommerce) #primary {
  margin: initial;
  max-width: initial;
  padding-top: 1px;
  padding-bottom: 7rem;
}
.blog #secondary, .archive:not(.woocommerce) #secondary, .search:not(.woocommerce) #secondary {
  margin-bottom: 7rem;
  margin-left: 2rem;
}
.blog article.type-post, .blog .mma-custom-post-article, .archive:not(.woocommerce) article.type-post, .archive:not(.woocommerce) .mma-custom-post-article, .search:not(.woocommerce) article.type-post, .search:not(.woocommerce) .mma-custom-post-article {
  display: flex;
  flex-direction: column;
  background-color: #F6F6F6;
}
.blog article.type-post h1, .blog .mma-custom-post-article h1, .archive:not(.woocommerce) article.type-post h1, .archive:not(.woocommerce) .mma-custom-post-article h1, .search:not(.woocommerce) article.type-post h1, .search:not(.woocommerce) .mma-custom-post-article h1 {
  margin-top: 0;
}
.blog article.type-post img, .blog .mma-custom-post-article img, .archive:not(.woocommerce) article.type-post img, .archive:not(.woocommerce) .mma-custom-post-article img, .search:not(.woocommerce) article.type-post img, .search:not(.woocommerce) .mma-custom-post-article img {
  width: 100%;
}
.blog article.type-post .entry-meta, .blog .mma-custom-post-article .entry-meta, .archive:not(.woocommerce) article.type-post .entry-meta, .archive:not(.woocommerce) .mma-custom-post-article .entry-meta, .search:not(.woocommerce) article.type-post .entry-meta, .search:not(.woocommerce) .mma-custom-post-article .entry-meta {
  font-size: 1.4rem;
}
.blog article.type-post .entry-meta a, .blog .mma-custom-post-article .entry-meta a, .archive:not(.woocommerce) article.type-post .entry-meta a, .archive:not(.woocommerce) .mma-custom-post-article .entry-meta a, .search:not(.woocommerce) article.type-post .entry-meta a, .search:not(.woocommerce) .mma-custom-post-article .entry-meta a {
  color: #7A7A7A !important;
}
.blog article.type-post .entry-title, .blog .mma-custom-post-article .entry-title, .archive:not(.woocommerce) article.type-post .entry-title, .archive:not(.woocommerce) .mma-custom-post-article .entry-title, .search:not(.woocommerce) article.type-post .entry-title, .search:not(.woocommerce) .mma-custom-post-article .entry-title {
  font-size: 1.8rem;
  margin-top: 1.3rem;
}
.blog article.type-post .entry-content, .blog .mma-custom-post-article .entry-content, .archive:not(.woocommerce) article.type-post .entry-content, .archive:not(.woocommerce) .mma-custom-post-article .entry-content, .search:not(.woocommerce) article.type-post .entry-content, .search:not(.woocommerce) .mma-custom-post-article .entry-content {
  font-size: 1.6rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.blog article.type-post .entry-content p, .blog .mma-custom-post-article .entry-content p, .archive:not(.woocommerce) article.type-post .entry-content p, .archive:not(.woocommerce) .mma-custom-post-article .entry-content p, .search:not(.woocommerce) article.type-post .entry-content p, .search:not(.woocommerce) .mma-custom-post-article .entry-content p {
  margin-top: 0 !important;
}
.blog article.type-post .entry-content p:empty, .blog .mma-custom-post-article .entry-content p:empty, .archive:not(.woocommerce) article.type-post .entry-content p:empty, .archive:not(.woocommerce) .mma-custom-post-article .entry-content p:empty, .search:not(.woocommerce) article.type-post .entry-content p:empty, .search:not(.woocommerce) .mma-custom-post-article .entry-content p:empty {
  display: none;
}
.blog article.type-post .excerpt-p, .blog .mma-custom-post-article .excerpt-p, .archive:not(.woocommerce) article.type-post .excerpt-p, .archive:not(.woocommerce) .mma-custom-post-article .excerpt-p, .search:not(.woocommerce) article.type-post .excerpt-p, .search:not(.woocommerce) .mma-custom-post-article .excerpt-p {
  font-size: 1.6rem;
}
.blog article.type-post .btn-container, .blog .mma-custom-post-article .btn-container, .archive:not(.woocommerce) article.type-post .btn-container, .archive:not(.woocommerce) .mma-custom-post-article .btn-container, .search:not(.woocommerce) article.type-post .btn-container, .search:not(.woocommerce) .mma-custom-post-article .btn-container {
  margin-bottom: 1.85rem;
  margin-top: auto;
}
.blog article.type-post a:not(.btn):not(.post-edit-link):hover, .blog .mma-custom-post-article a:not(.btn):not(.post-edit-link):hover, .archive:not(.woocommerce) article.type-post a:not(.btn):not(.post-edit-link):hover, .archive:not(.woocommerce) .mma-custom-post-article a:not(.btn):not(.post-edit-link):hover, .search:not(.woocommerce) article.type-post a:not(.btn):not(.post-edit-link):hover, .search:not(.woocommerce) .mma-custom-post-article a:not(.btn):not(.post-edit-link):hover {
  color: black !important;
}
.blog article.type-post a:not(.btn):not(.post-edit-link)::after, .blog .mma-custom-post-article a:not(.btn):not(.post-edit-link)::after, .archive:not(.woocommerce) article.type-post a:not(.btn):not(.post-edit-link)::after, .archive:not(.woocommerce) .mma-custom-post-article a:not(.btn):not(.post-edit-link)::after, .search:not(.woocommerce) article.type-post a:not(.btn):not(.post-edit-link)::after, .search:not(.woocommerce) .mma-custom-post-article a:not(.btn):not(.post-edit-link)::after {
  content: none !important;
}
.blog article.type-post > a, .blog .mma-custom-post-article > a, .archive:not(.woocommerce) article.type-post > a, .archive:not(.woocommerce) .mma-custom-post-article > a, .search:not(.woocommerce) article.type-post > a, .search:not(.woocommerce) .mma-custom-post-article > a {
  overflow: hidden;
}
.blog article.type-post > a img, .blog .mma-custom-post-article > a img, .archive:not(.woocommerce) article.type-post > a img, .archive:not(.woocommerce) .mma-custom-post-article > a img, .search:not(.woocommerce) article.type-post > a img, .search:not(.woocommerce) .mma-custom-post-article > a img {
  transition: 0.2s;
}
.blog article.type-post > a:hover img, .blog .mma-custom-post-article > a:hover img, .archive:not(.woocommerce) article.type-post > a:hover img, .archive:not(.woocommerce) .mma-custom-post-article > a:hover img, .search:not(.woocommerce) article.type-post > a:hover img, .search:not(.woocommerce) .mma-custom-post-article > a:hover img {
  opacity: 0.5;
}
.blog article.type-post > a::after, .blog .mma-custom-post-article > a::after, .archive:not(.woocommerce) article.type-post > a::after, .archive:not(.woocommerce) .mma-custom-post-article > a::after, .search:not(.woocommerce) article.type-post > a::after, .search:not(.woocommerce) .mma-custom-post-article > a::after {
  content: none !important;
}
.blog .posted-on, .archive:not(.woocommerce) .posted-on, .search:not(.woocommerce) .posted-on {
  font-size: 0;
}
.blog .posted-on a, .archive:not(.woocommerce) .posted-on a, .search:not(.woocommerce) .posted-on a {
  font-size: 1.6rem;
  pointer-events: none;
}
.blog .main-container-with-sidebar, .archive:not(.woocommerce) .main-container-with-sidebar, .search:not(.woocommerce) .main-container-with-sidebar {
  position: relative;
}

/*
################
               Single posts
################
*/
.single #colophon {
  margin-top: 0;
}

[class^=single-] .post-thumbnail img, [class*=" single-"] .post-thumbnail img {
  width: 80%;
}
[class^=single-] #primary, [class*=" single-"] #primary {
  margin-bottom: 4rem;
}
[class^=single-] #primary .entry-title, [class*=" single-"] #primary .entry-title {
  font-size: 3.6rem;
  margin-bottom: 1.7rem;
}
[class^=single-] #primary .posted-on, [class*=" single-"] #primary .posted-on {
  font-size: 0;
}
[class^=single-] #primary .posted-on .entry-date, [class*=" single-"] #primary .posted-on .entry-date {
  font-size: 1.4rem;
  pointer-events: none;
  color: #7A7A7A;
}
[class^=single-] #primary .entry-meta, [class*=" single-"] #primary .entry-meta {
  font-size: 1.4rem;
  font-style: italic;
  margin-bottom: 1.7rem;
  margin-top: 1rem;
  color: #7A7A7A;
}
[class^=single-] #primary .entry-meta a, [class*=" single-"] #primary .entry-meta a {
  color: #06594D;
  text-decoration: none;
}
[class^=single-] #primary .entry-footer, [class*=" single-"] #primary .entry-footer {
  display: none;
}
[class^=single-] #secondary, [class*=" single-"] #secondary {
  margin-top: 16rem;
  margin-bottom: 6.5rem;
}

/*
################
               Password pages
################
*/
.post-password-required {
  padding-top: 7rem;
  min-height: 25vh;
}
.post-password-required .post-password-form input[type=password] {
  border: 1px solid lightgrey;
}

/*
################
               Custom posts
################
*/
/* Comments
--------------------------------------------- */
.comments-title {
  font-size: clamp(2.2rem, 2.9rem, 4vw);
  margin-top: 5rem;
}

.comment-reply-title {
  font-size: clamp(2.2rem, 2.9rem, 4vw);
}

.comment {
  margin-top: 3rem;
}
.comment .children {
  margin-left: 0;
}

.comment-content p {
  line-height: 1.25 !important;
}
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

#reply-title {
  margin-top: 7rem;
  font-weight: bold;
}

.logged-in-as {
  color: #06594D;
  font-size: 0;
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  background-color: #FFF;
  margin-left: 9px;
  padding-right: 4px;
  padding-left: 4px;
}
.logged-in-as a:first-child {
  font-size: 1.5rem;
}
.logged-in-as a:last-child {
  display: none;
}

.comment-form-comment {
  margin-top: -6px !important;
}
.comment-form-comment label {
  display: none;
}
.comment-form-comment textarea#comment {
  height: 125px;
}

/* Widgets
--------------------------------------------- */
body:not(.woocommerce) .widget-area {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (min-width: 768px) {
  body:not(.woocommerce) .widget-area {
    padding: 20px;
  }
}

.widget {
  font-size: 1.6rem;
  font-weight: 500;
}
.widget:not(:last-child) {
  margin: 0 0 3.2rem;
  padding: 0 0 0.7em;
}
.widget select {
  max-width: 100%;
}
.widget ul {
  list-style: none;
  padding-left: 10px;
  margin-top: 5px;
}
.widget .widget-title {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: "Work Sans", sans-serif;
  font-size: 2.5rem;
  line-height: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px dashed #E1E1E1;
}

#recentcomments {
  padding-left: 0;
}

.widget_search .search-form {
  display: flex;
}
.widget_search .search-form > label {
  flex-grow: 1;
}
.widget_search .search-field {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.widget_search .search-field:focus {
  border-right: 0;
}
.widget_search .search-field::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}
.widget_search .search-field:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}
.widget_search .search-field::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}
.widget_search .search-field:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}
.widget_search .search-submit {
  font-size: 0 !important;
  padding: 0;
  width: 40px;
  border-radius: 0;
  background-image: url(images/magnify-glass-white.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.widget_search .search-submit, .widget_search .search-submit:hover {
  color: transparent;
}

.widget_categories .cat-item:hover a, .widget_categories .cat-item:hover span {
  color: black !important;
}
.widget_categories .children {
  display: none;
}
.widget_categories .children .cat-item {
  padding-top: 3px;
  padding-bottom: 3px;
}
.widget_categories .open {
  display: block;
}
.widget_categories .more-button {
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 700;
  vertical-align: bottom;
  display: inline-block;
  margin-right: 1rem;
  cursor: pointer;
  color: #4D4D4D;
}

.widget.widget_nav_menu .attachment-post-thumbnail {
  display: none;
}

.widget_recent_entries.widget {
  border-bottom: 0;
  margin-bottom: 2rem;
}
.widget_recent_entries ul {
  padding: 0;
}
.widget_recent_entries ul li {
  position: relative;
  line-height: 2rem;
  clear: both;
}
.widget_recent_entries ul li:not(:last-child) {
  margin-bottom: 2rem;
}
.widget_recent_entries a {
  font-weight: 500;
  display: flex;
}
.widget_recent_entries a::after {
  content: none !important;
}
.widget_recent_entries .post-date {
  position: absolute;
  left: 150px;
  bottom: 1.45rem;
  font-size: 1.3rem;
  font-weight: bold;
}
.widget_recent_entries img {
  width: 150px;
  min-width: 150px;
  height: 78px;
  -o-object-fit: cover;
     object-fit: cover;
  padding-right: 0.7rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .widget_recent_entries img {
    display: none;
  }
  .widget_recent_entries .post-date {
    position: initial;
  }
}

/* Filters
--------------------------------------------- */
/* 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: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[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);
  -webkit-clip-path: inset(50%);
          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;
  -webkit-clip-path: none;
          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;
}

/* Plugin Gravity Forms
--------------------------------------------- */
.field-full-width input, .field-full-width select {
  width: 100% !important;
}

.mma_news_wrapper:not(.gform_validation_error) #gform_1 {
  display: flex;
  justify-content: center;
}
.mma_news_wrapper:not(.gform_validation_error) #gform_1 > * {
  margin-bottom: 1.4rem !important;
}
.mma_news_wrapper:not(.gform_validation_error) #gform_1 .gform_body {
  margin-right: 1.4rem;
  width: clamp(300px, 45rem, 36vw);
}
.mma_news_wrapper:not(.gform_validation_error) #gform_1 .gform_body .gform_fields, .mma_news_wrapper:not(.gform_validation_error) #gform_1 .gform_body .ginput_container, .mma_news_wrapper:not(.gform_validation_error) #gform_1 .gform_body .ginput_container input {
  height: 100%;
}
.mma_news_wrapper:not(.gform_validation_error) #gform_1 [type=email] {
  border: 2px solid #adadad;
}
.mma_news_wrapper:not(.gform_validation_error) #gform_1 .gform_footer {
  padding: 0;
}
.mma_news_wrapper:not(.gform_validation_error) #gform_1 .gform_footer, .mma_news_wrapper:not(.gform_validation_error) #gform_1 .gform_footer > * {
  margin: 0;
}
.mma_news_wrapper:not(.gform_validation_error) #gform_1 [type=submit] {
  border: 0 !important;
}
@media only screen and (max-width: 767px) {
  .mma_news_wrapper:not(.gform_validation_error) #gform_1 {
    flex-direction: column;
    align-items: center;
  }
  .mma_news_wrapper:not(.gform_validation_error) #gform_1 .gform_body {
    margin-right: initial;
  }
}

/* Plugin WpBakery
--------------------------------------------- */
.wpb_single_image figure, .wpb_single_image a, .wpb_single_image img {
  width: 100%;
}

.mma_justify, .mma_justify p {
  text-align: justify;
}

.img-col-height-fit > .vc_column-inner {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.img-col-height-fit .wpb_wrapper, .img-col-height-fit .wpb_wrapper *, .img-col-height-fit > .vc_column-inner, .img-col-height-fit > .vc_column-inner * {
  height: 100%;
}
.img-col-height-fit .wpb_wrapper, .img-col-height-fit .wpb_wrapper figure, .img-col-height-fit .wpb_wrapper .vc_single_image-wrapper, .img-col-height-fit > .vc_column-inner, .img-col-height-fit > .vc_column-inner figure, .img-col-height-fit > .vc_column-inner .vc_single_image-wrapper {
  width: 100%;
}
.img-col-height-fit .wpb_wrapper img, .img-col-height-fit > .vc_column-inner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.img-col-height-fit .wpb_single_image {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 767px) {
  .reverse-responsive {
    display: flex;
    flex-direction: column-reverse;
  }
}
.mma_icons-col .vc_icon_element {
  display: inline-block;
  transition: 0.2s;
}
.mma_icons-col .vc_icon_element:hover {
  opacity: 0.7;
}
.mma_icons-col.align-center {
  text-align: center;
}

#mma_menu_footer {
  margin-top: 2rem;
}
#mma_menu_footer ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
#mma_menu_footer ul > li {
  margin: 12px;
}

.mma_copyright * {
  font-size: 1.3rem;
}

/* Plugin MMA
--------------------------------------------- */
.mma-custom-posts {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fill, minmax(27rem, 1fr));
}
.mma-custom-posts .mma-custom-post {
  position: relative;
  box-shadow: 0px 0px 10px 1px lightgrey;
}
.mma-custom-posts .mma-custom-post .content-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.mma-custom-posts .mma-custom-post .content-inner:hover .attachment-post-thumbnail {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.mma-custom-posts .mma-custom-post .attachment-post-thumbnail {
  width: 100%;
  display: block;
}
.mma-custom-posts .mma-custom-post .content {
  margin-top: auto;
  padding: 10px 10px 20px 10px;
}
.mma-custom-posts .mma-custom-post .title {
  font-family: "Work Sans", sans-serif;
  font-size: clamp(1.8rem, 2.1rem, 6vw);
  line-height: 1.25;
  font-weight: bold;
  color: #202020;
  margin: 15px 0;
  text-transform: initial;
}
.mma-custom-posts .mma-custom-post .footer {
  margin-bottom: 2.2rem;
}
.mma-custom-posts .mma-custom-post .edit-link {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f2dede;
}
.mma-custom-posts .mma-custom-post .edit-link > a {
  padding: 5px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #790000 !important;
}
.mma-custom-posts .mma-custom-post .edit-link:hover {
  background-color: lightgrey;
}

/* THIS SITE
***********************************************/
/* Mode d'emploi du Thème MMA avec wpBakery
*********************************************/
/*
CONTAINER 50%
- Add column in column with WpBakery
- Add class subcolumns left and right -> .col-50
- + Add class subcolumn left -> .col-50-left
*/
.max-1920 {
  max-width: 1920px;
  margin: 0 auto;
}

/* THIS SITE
***********************************************/
/* Global
--------------------------------------------- */
.anton * {
  font-family: "Anton", sans-serif;
}
.anton * h2 {
  margin: 25px 0 !important;
}

/* Titles
--------------------------------------------- */
/* Buttons
--------------------------------------------- */
/* Widgets
--------------------------------------------- */
/* Breadcrumbs
--------------------------------------------- */
/* Header & Navigation
--------------------------------------------- */
#menu-products {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 1.5rem;
  border-bottom: 1px solid #D3D3D3;
}
#menu-products li {
  margin-top: 20px;
  margin-bottom: 20px !important;
}
#menu-products a {
  padding: 20px;
  color: #B0B9C2 !important;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}
#menu-products a:hover {
  color: #06594D !important;
}

/* Footer
--------------------------------------------- */
/* All posts page
--------------------------------------------- */
/* Single post page
--------------------------------------------- */
.banner-produit.entry-header .entry-title, .page-banner.entry-header .entry-title {
  padding-top: 35px;
}
.banner-produit > *, .page-banner > * {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.banner-produit, .page-banner.has-thumbnail {
  height: clamp(250px, 400px, 23vw);
  width: 100%;
  background-position: center center;
  background-size: cover;
}
.banner-produit.entry-header .entry-title, .page-banner.has-thumbnail.entry-header .entry-title {
  padding-top: initial;
}
.banner-produit h1 span, .page-banner.has-thumbnail h1 span {
  padding: 0 12px;
  position: relative;
  z-index: 0;
}
.banner-produit h1 span::before, .page-banner.has-thumbnail h1 span::before {
  content: "";
  position: absolute;
  background-color: #06594D;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.banner-produit h1, .banner-produit h2, .banner-produit > div > span, .page-banner.has-thumbnail h1, .page-banner.has-thumbnail h2, .page-banner.has-thumbnail > div > span {
  color: #FFF;
  text-transform: uppercase;
  font-size: clamp(4.8rem, 7rem, 10vw);
}
.banner-produit > div > h2, .banner-produit > div > span, .page-banner.has-thumbnail > div > h2, .page-banner.has-thumbnail > div > span {
  font-family: "Anton", sans-serif;
  padding: 8px 25px;
}
.banner-produit > div > h2 img, .banner-produit > div > span img, .page-banner.has-thumbnail > div > h2 img, .page-banner.has-thumbnail > div > span img {
  vertical-align: middle;
}

@media only screen and (min-width: 768px) {
  .mma-custom-post-article.single-article-not-sidebar .post-thumbnail {
    padding-left: 30px;
    padding-bottom: 25px;
    position: relative;
  }
  .mma-custom-post-article.single-article-not-sidebar .post-thumbnail::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #F4F4F4;
    width: calc(100% - 30px);
    height: calc(100% - 25px);
    z-index: -1;
    box-shadow: -7px 7px 14px #EBEBEB, 7px -7px 14px #FFF;
  }
  .mma-custom-post-article.single-article-not-sidebar img {
    box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.8);
  }
}
.mma-custom-post-article.single-article-not-sidebar .entry-meta {
  display: none;
}
.mma-custom-post-article.single-article-not-sidebar .entry-content h2 {
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #7A7A7A;
}

.recette {
  margin-top: 95px !important;
  clear: both;
  padding-top: 90px;
}
.recette .mma-produits {
  gap: 3.5rem;
  grid-template-columns: repeat(auto-fill, minmax(29rem, 1fr));
}
.recette article {
  background-color: #f4f4f4;
}
.recette hr {
  background-color: #f4f4f4;
}
.recette h2 {
  text-align: left !important;
}
.recette .header {
  display: none;
}

/* sections
--------------------------------------------- */
.products-gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  -ms-grid-rows: (23.28vw)[2];
  grid-template-rows: repeat(2, 23.28vw);
  grid-gap: 15px;
  margin-top: 2.4rem;
  margin-bottom: 15rem;
}
@media only screen and (max-width: 767px) {
  .products-gallery {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
    -ms-grid-rows: initial;
    grid-template-rows: initial;
  }
}
.products-gallery .photo-meet {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.2s;
}
@media only screen and (max-width: 767px) {
  .products-gallery .photo-meet {
    height: 350px;
  }
}
.products-gallery > a {
  position: relative;
}
.products-gallery > a:hover .photo-meet {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
@media only screen and (min-width: 768px) {
  .products-gallery > :nth-child(1) {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
  }
  .products-gallery > :nth-child(2) {
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  .products-gallery > :nth-child(3) {
    -ms-grid-column: 5;
        grid-column-start: 5;
    -ms-grid-column-span: 1;
    grid-column-end: 6;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  .products-gallery > :nth-child(4) {
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  .products-gallery > :nth-child(5) {
    -ms-grid-column: 4;
        grid-column-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  .products-gallery > :nth-child(6) {
    -ms-grid-column: 5;
        grid-column-start: 5;
    -ms-grid-column-span: 1;
    grid-column-end: 6;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}
.products-gallery .container-meet-btn {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products-gallery span {
  padding: clamp(9px, 15px, 1.2vw);
  color: #FFF !important;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-size: clamp(1.4rem, 2.1rem, 1.2vw);
  font-weight: 400;
  max-width: 265px;
  line-height: 1.15;
  margin-right: 1rem;
  margin-left: 1rem;
}
.products-gallery span img {
  margin-right: 1rem;
  width: clamp(20%, 100%, 1.2vw);
}

.max-1920:not(.recette) {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media only screen and (min-width: 768px) {
  .max-1920:not(.recette) {
    padding-left: 3vw !important;
    padding-right: 3vw !important;
  }
}

@media only screen and (min-width: 1800px) {
  #mma-produits .mma-produits, .mma-custom-post-section:not(.recette) .mma-produits {
    grid-template-columns: repeat(auto-fill, minmax(32rem, 1fr));
  }
}
@media only screen and (min-width: 1550px) and (max-width: 1799px) {
  #mma-produits .mma-produits, .mma-custom-post-section:not(.recette) .mma-produits {
    grid-template-columns: repeat(auto-fill, minmax(27rem, 1fr));
  }
}
@media only screen and (min-width: 1350px) and (max-width: 1549px) {
  #mma-produits .mma-produits, .mma-custom-post-section:not(.recette) .mma-produits {
    grid-template-columns: repeat(auto-fill, minmax(23rem, 1fr));
  }
}
@media only screen and (max-width: 1349px) {
  #mma-produits .mma-produits, .mma-custom-post-section:not(.recette) .mma-produits {
    grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  }
}

.mma-custom-post-section.nouvelles h2 {
  text-align: center;
  text-transform: initial;
}
.mma-custom-post-section.nouvelles article .header img {
  transition: 0.2s;
}
.mma-custom-post-section.nouvelles article .content, .mma-custom-post-section.nouvelles article .footer {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.mma-custom-post-section.nouvelles article .content {
  margin-top: initial;
}
.mma-custom-post-section.nouvelles article .date-comments {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mma-custom-post-section.nouvelles article .date {
  margin-right: 0.5rem;
}
.mma-custom-post-section.nouvelles article .date, .mma-custom-post-section.nouvelles article .comments {
  font-size: 1.5rem;
  color: #7A7A7A !important;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.mma-custom-post-section.nouvelles article .date img, .mma-custom-post-section.nouvelles article .comments img {
  margin-right: 0.5rem;
}
.mma-custom-post-section.nouvelles article .excerpt {
  line-height: 1.25;
  color: #7A7A7A !important;
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
  margin-top: 2rem;
}
.mma-custom-post-section.nouvelles article .footer {
  margin-top: auto;
}

/* Pages
--------------------------------------------- */
.home h2 {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: clamp(2rem, 4.2rem, 2vw);
}

.post-type-archive-produits .site-footer {
  margin-top: 0;
}

.main-produits {
  padding-bottom: 0 !important;
}
.main-produits .products-list {
  padding: 35px 0 65px;
  list-style: none;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-width: 25rem;
     -moz-column-width: 25rem;
          column-width: 25rem;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
}
.main-produits .products-list > li {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
  padding: 9px 0;
}
.main-produits .products-list > li a {
  display: table;
  font-size: 1.8rem;
  color: #7A7A7A !important;
  letter-spacing: 1px;
  margin-left: 15px;
  padding: 7px 12px;
}
.main-produits .products-list > li a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  margin-right: 1rem;
}
.main-produits .products-list > li a:hover {
  color: #FFF !important;
  background-color: #06594D;
}

/* Contact page
--------------------------------------------- */
.infos-col h5 {
  margin-bottom: 0.4rem;
}
.infos-col p {
  margin-top: 0 !important;
}

/* GRAVITY FORMS
--------------------------------------------- */
#gform_wrapper_2 h3 {
  color: #202020;
  text-transform: initial;
  font-size: 3rem;
}
#gform_wrapper_2 #label_2_7_0 {
  margin-top: 3rem;
}
#gform_wrapper_2 #label_2_7_0::before, #gform_wrapper_2 #label_2_7_0::after {
  content: none;
}

/* MEDIA QUERIES
--------------------------------------------- */
#mma_menu_footer ul {
  flex-direction: column;
  margin: 0;
  padding: 0;
  gap: 20px;
}
#mma_menu_footer ul li {
  margin: 0;
}
#mma_menu_footer ul li a {
  color: #7A7A7A;
}
#mma_menu_footer .current_page_item:not(.current-menu-parent) > a,
#mma_menu_footer .current-menu-item:not(.current-menu-parent) > a,
#mma_menu_footer .current-page-ancestor:not(.current-menu-parent) > a,
#mma_menu_footer .current-menu-ancestor:not(.current-menu-parent) > a {
  box-shadow: unset;
}

.site-footer a:not(.vc_icon_element-link):not(.vc_single_image-wrapper) {
  color: #7A7A7A;
}

.tag_qualite_container {
  position: relative;
}
.tag_qualite_container .tag_qualite {
  position: absolute;
  bottom: -44px;
  right: 0;
  z-index: 1;
}

.mw-748 {
  max-width: 835px !important;
  margin: auto;
}
/*# sourceMappingURL=style.css.map */
