/*!
Theme Name: Nout
Theme URI: https://unraad.com
Author: ùnräad
Author URI: https://unraad.com
Description: Thème e-commerce pour le lancement des parfums Nout
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nout2019
Tags:

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Icons
# Elements
# Forms
	## Checkout
# Navigation
	## Links
	## Panes
	## Menus
	## Mini-cart
	## Menu page
	## Langues
# Layout woocommerce
	## Breadcrumbs
	## Breadcrumbs
	## Messages


# Accessibility
	## Breadcrumbs
	## Store Notice
	## Messages
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Page par défaut
	## Colonnes
	## Products
	## Infos générales
	## Home
	## La marque
	## Comments
	## Panier
	## Mon compte
	## Header
	## Footer
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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.55; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: 600;
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  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: 1em;
  margin-bottom: 2em;
  border: 1px solid #4b4848;
}

/**
 * 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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0 0.5em; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #4b4848;
  font-family: urw-din, sans-serif;
  font-size: 16px;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.57;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  text-transform: lowercase;
}
h1 {
  font-size: 1.75em;
  font-weight: 300;
}
h1.site-title {
  margin: 0;
}
h2 {
  font-size: 2em;
  font-weight: 300;
  line-height: 1.2;
}
h3 {
  font-size: 1em;
  font-weight: 500;
  text-transform: none;
}
.small-print h3 {
  text-transform: lowercase;
}
h3 em {
  font-weight: 300;
}

p {
  margin: 0 0 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 1em 0 2em;
  font-style: normal;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375em;
  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;
  font-size: 15px;
  font-size: 0.9375em;
}

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

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

big {
  font-size: 125%;
}

/* ajustement typo */
h3,
p,
ul,
ol,
address,
.wp-block-table {
  font-size: 0.875em;
}
address ul,
address ol,
address p {
  font-size: 1em;
}

p.has-medium-font-size {
  font-size: 1.5em;
  max-width: 20em;
  margin: 3em 0;
  line-height: 1.25;
}
ul ul,
ul ol,
ol ul,
ol ol {
  font-size: inherit;
}
.entry-content h2 {
  font-size: 2.25em;
  font-weight: 300;
}
@media screen and (min-width: 64em) {
  h1 {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 80em) {
  body {
    font-size: 1.125em;
  }
}
@media screen and (min-width: 96em) {
  body {
    font-size: 1.25em;
  }
}
@media screen and (min-width: 120em) {
  body {
    font-size: 1.5em;
  }
}

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
.ico {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-position: 0 0;
  background-size: 1em 1em;
  background-repeat: no-repeat;
}
.ico-cart {
  background-image: url(./img/cart.svg);
}
.ico-user {
  background-image: url(./img/user.svg);
}
.ico-instagram {
  background-image: url(./img/instagram.svg);
}
.ico-facebook {
  background-image: url(./img/Facebook3.svg);
}
.ico-facebook:hover {
  opacity: 1;
}
.menu-icon span {
  display: block;
  width: 24px;
  height: 2px;
  background: #000;
  transform-origin: left;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.menu-toggle:hover .menu-icon span {
  animation-name: menu-toggle-anim;
}
.menu-icon span:nth-child(2) {
  margin: 7px 0;
  animation-delay: 0.15s;
}
.menu-icon span:nth-child(3) {
  animation-delay: 0.075s;
}
@keyframes menu-toggle-anim {
  0% {
    transform: none;
  }
  50% {
    transform: scaleX(1.25);
  }
  100% {
    transform: none;
  }
}
.cart-icon {
  display: inline-block;
}
.cart-icon span {
  display: block;
  border: 1px solid #4b4848;
  margin: 0 auto;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition: border-color 0.15s;
}
.cart-icon span:nth-child(1) {
  width: 8px;
  height: 6px;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  animation-delay: 0.2s;
}
.cart-icon span:nth-child(2) {
  width: 16px;
  height: 0;
  border: 0;
  border-top: 1px solid #000;
  background: #000;
  margin: 1px auto;
  animation-delay: 0.1s;
}
.cart-icon span:nth-child(3) {
  border-top: 0;
  width: 14px;
  height: 11px;
  border-radius: 0 0 7px 7px;
}
.cart-toggle:hover .cart-icon span {
  animation-name: anim-cart-icon;
  border-color: #000;
}
@keyframes anim-cart-icon {
  0% {
    transform: none;
  }
  50% {
    transform: translateY(-2px);
  }
  100% {
    transform: none;
  }
}

.user-icon span {
  display: block;
  border: 1px solid #4b4848;
  margin: auto;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition: border-color 0.15s;
}
.user-icon span:nth-child(1) {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin-bottom: 2px;
  animation-delay: 0.1s;
}
.user-icon span:nth-child(2) {
  width: 14px;
  height: 10px;
  border-bottom: 0;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.goto-account-page:hover .user-icon span {
  animation-name: anim-cart-icon;
}

.reverse-menu .menu-icon span,
.reverse .menu-icon span {
  background: #fff;
  opacity: 0.5;
}
.reverse .user-icon span,
.reverse .cart-icon span,
.reverse .cart-toggle:hover .cart-icon span {
  border-color: #fff;
  opacity: 0.8;
}
.reverse .goto-account-page,
.reverse .cart-toggle,
.reverse-menu .menu-toggle,
.reverse .menu-toggle,
.reverse .cart-toggle:hover {
  color: #fff;
  background: none;
}

@media screen and (min-width: 80em) {
  .menu-icon span {
    height: 3px;
    width: 32px;
  }
  .menu-icon span:nth-child(2) {
    margin: 8px 0;
  }
  .cart-icon span:nth-child(1) {
    width: 10px;
    height: 8px;
    border-radius: 5px 5px 0 0;
  }
  .cart-icon span:nth-child(2) {
    width: 22px;
    margin: 2px auto;
  }
  .cart-icon span:nth-child(3) {
    width: 18px;
    height: 14px;
    border-radius: 0 0 9px 9px;
  }
  .user-icon span:nth-child(1) {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin-bottom: 3px;
  }
  .user-icon span:nth-child(2) {
    width: 18px;
    height: 14px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
  }
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #f9f9f8;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #222;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
hr.wp-block-separator {
  width: 3em;
  margin: 3em auto 0 0;
}
hr.wp-block-separator + h2 {
  padding-top: 3rem;
}

ul,
ol {
  margin: 0 0 1.5em 1em;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  text-align: left;
  text-transform: lowercase;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
a.showcoupon,
a.showlogin,
a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc;
  border-radius: 0;
  background: transparent;
  color: #4b4848;
  font-size: 14px;
  font-size: 0.875em;
  line-height: 1;
  text-transform: lowercase;
  padding: 1em;
  cursor: pointer;
  transition: border-color, color, background-color;
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
a.showcoupon,
a.showlogin,
a.button {
  font-weight: 300;
  display: inline-block;
}
a.button:hover {
  text-decoration: none;
}
a.showcoupon:before,
a.showlogin:before,
a.button:before {
  content: none;
}

/*button.alt,*/
a.showcoupon:hover,
a.showlogin:hover,
a.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #4b4848;
  background: #4b4848;
  color: #fff;
}
/*button.alt:hover {
	background: transparent;
	color: #4b4848;
	border-color: #ccc;
}*/
a.showcoupon:active,
a.showcoupon:focus,
a.showlogin:active,
a.showlogin:focus,
a.button:active,
a.button:focus,
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: #4b4848;
  outline: none;
}

button.disabled,
button[disabled] {
  opacity: 0.3;
  pointer-events: none;
}

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: 0;
  border-left: 1px solid #000;
  border-radius: 0;
  padding: 0.5em;
  display: block;
  width: 100%;
}

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;
  box-shadow: inset 2px 0 0 #000;
  outline: none;
}

select {
  border: 1px solid #ccc;
}

.select2-container--default .select2-selection--single {
  padding: 0.25em 0.125em;
}
.select2-container .select2-selection--single {
  height: auto;
  border: 0;
  border-radius: 0;
  border-left: 1px solid #000;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-top: 0.125em;
  margin-left: -0.5em;
}

textarea {
  width: 100%;
}
label {
  display: block;
  /*font-size: .875em;*/
  margin-bottom: 0.75em;
  text-transform: lowercase;
}

/*--------------------------------------------------------------
## Newsletter
--------------------------------------------------------------*/
.mc4wp-form {
  margin: 0;
  padding-top: 2.25em;
}
.mc4wp-form:before {
  content: "";
  display: block;
  width: 1.5em;
  height: 1px;
  background: #000;
  margin-bottom: 2.25em;
}
.nl-form {
  font-size: 0.875em;
}
.nl-form input[type="text"],
.nl-form input[type="email"] {
  border-left: 0;
  border-bottom: 1px solid #000;
  padding-left: 0;
}
.nl-form input[type="text"]:focus,
.nl-form input[type="email"]:focus {
  box-shadow: none;
}

.nl-form input::placeholder {
  color: #b2b2b2;
}
.nl-title {
  font-weight: 300;
  font-size: 0.875em;
  margin: 0;
}
.nl-form input[type="submit"] {
  background: #000;
  color: #fff;
}
.nl-form input[type="submit"]:hover {
  background: transparent;
  color: #000;
}

.mc4wp-response {
  margin-top: 0.5em;
}
@media screen and (min-width: 26em) {
  .nl-form {
    display: flex;
    max-width: 24em;
  }
  .nl-form label {
    margin-bottom: 0;
  }
  .nl-form input[type="submit"] {
    margin-left: 1em;
  }
}
/*--------------------------------------------------------------
## Checkout
--------------------------------------------------------------*/

form.woocommerce-form-coupon {
  max-width: 36em;
  margin: 0 auto 0 0;
  padding: 0;
}

form.checkout .woocommerce-input-wrapper {
  width: 100%;
}
form.checkout h3 {
  font-size: 1.5em;
  font-weight: 300;
  text-transform: lowercase;
}
form.checkout h3 span {
  font-size: 0.5833em;
}
td.product-name a {
  font-weight: 300;
}
.woocommerce-checkout-payment {
  margin-bottom: 4em;
}
@media screen and (min-width: 48em) {
  .woocommerce-shipping-fields__field-wrapper,
  .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .woocommerce-shipping-fields__field-wrapper .form-row,
  .woocommerce-billing-fields__field-wrapper .form-row {
    width: 50% !important;
    float: none !important;
    margin-right: 0 !important;
    padding-right: 1em;
  }
  #shipping_address_1_field,
  #shipping_address_2_field,
  #billing_address_1_field,
  #billing_address_2_field {
    width: 100% !important;
  }
  #shipping_company_field {
    margin-right: 50% !important;
  }
}

.checkout-columns > div:first-child {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 64em) {
  .checkout-columns {
    display: flex;
    align-items: flex-start;
    margin-bottom: 4em;
  }
  .checkout-columns > div:first-child {
    width: 66%;
    padding-right: 2em;
    border-right: 1px solid #000;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .checkout-columns > div:last-child {
    padding-left: 2em;
    width: 34%;
  }
}

.cart_item .product-quantity {
  font-weight: 300;
}
.woocommerce-checkout-review-order .shop_table thead {
  display: none;
}
.woocommerce-checkout-review-order .shop_table td {
  display: block;
  padding: 0;
  border: 0;
}
.woocommerce-checkout-review-order .shop_table p {
  margin-bottom: 0;
}
.woocommerce-checkout-review-order .shop_table .woocommerce-Price-amount {
  font-size: 1.25em;
  font-weight: 400;
  display: block;
}
.woocommerce-checkout-review-order .shop_table tbody tr::after {
  content: "";
  display: block;
  margin: 1.5em 0;
  width: 5em;
  border-top: 1px solid #000;
}
.woocommerce-checkout-review-order .shop_table tbody tr:last-child::after {
  content: none;
}
.woocommerce-checkout-review-order .shop_table tbody {
  display: block;
  border-bottom: 1px solid #000;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}
.woocommerce-checkout-review-order .shop_table img {
  width: 5em;
  display: block;
  margin-bottom: 0.5em;
}
.woocommerce-checkout-review-order .shop_table tfoot {
  display: block;
  font-size: 0.875em;
}
.woocommerce-checkout-review-order .shop_table tfoot tr {
  display: flex;
  justify-content: space-between;
}

.woocommerce-checkout-review-order .tax-total .woocommerce-Price-amount,
.woocommerce-checkout-review-order .shipping .woocommerce-Price-amount,
.woocommerce-checkout-review-order .cart-subtotal .woocommerce-Price-amount {
  font-weight: 300;
  font-size: 1em;
}
.woocommerce-checkout-review-order .order-total .includes_tax {
  display: none;
}
.woocommerce-checkout-review-order .order-total .woocommerce-Price-amount {
  font-weight: 700;
  font-size: 1em;
}
.about_paypal {
  font-size: 0.75em;
}
.tax-total th,
.cart-subtotal th,
.woocommerce-shipping-totals th {
  font-weight: 300;
}
.woocommerce-shipping-methods {
  list-style: none;
  margin-bottom: 0;
  font-size: 1em;
  text-align: right;
}
.woocommerce-shipping-methods label {
  margin-bottom: 0;
  display: inline-block;
  margin-left: 0.5em;
}
.woocommerce-checkout-review-order
  .woocommerce-shipping-methods
  .woocommerce-Price-amount {
  display: inline-block;
}

/*--------------------------------------------------------------
## Paiement
--------------------------------------------------------------*/
.wc_payment_methods {
  list-style: none;
  margin: 1em 0;
}
.wc_payment_methods::after {
  content: "";
  display: block;
  width: 4.44em;
  margin: 2em 0;
  border-top: 1px solid #000;
}
.wc_payment_methods li {
  margin-bottom: 1em;
}
.wc_payment_methods label {
  display: inline;
}
.wc_payment_methods label img {
  display: block;
  margin: 0.5em 0;
  max-width: 8em;
}
#order_review_heading {
  font-size: 1.25em;
}
.mc4wp-checkbox-woocommerce input {
  margin-right: 3px;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #4b4848;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
  position: relative;
}
a::before {
  content: "";
  height: 1px;
  background: #4b4848;
  width: 100%;
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s cubic-bezier(0.4, 0.4, 0.2, 1);
}
a:hover::before {
  transform: none;
}
li.mini_cart_item .remove::before,
a.insta-link::before,
.branding a::before,
a.button::before,
.insta-container a::before,
.product-list a::before,
.more-products a::before,
.buttons a::before,
.site-notice a::before,
a.goto-account-page::before,
a.menu-image-not-hovered::before,
.nav-menu a::before,
a.custom-logo-link::before {
  content: none;
}

a:visited {
  color: #4b4848;
}

a:hover,
a:focus,
a:active {
  /*text-decoration: underline;*/
  color: #868584;
}

a:focus {
  color: #4b4848;
}

a:hover,
a:active {
  outline: 0;
}
a.edit {
  font-size: 0.875em;
}
a.edit::before {
  content: "+ ";
  position: static;
  background: none;
}

/*--------------------------------------------------------------
## Panes
--------------------------------------------------------------*/
.pane {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  pointer-events: none;
}
.pane-overlay {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  will-change: opacity, visibility;
  transition: opacity 0.2s, visibility 0s 0.2s;
}
.pane-content {
  background: #f9f9f8;
  position: absolute;
  width: 16em;
  top: 0;
  left: 0;
  padding: 1em 2em;
  height: 100%;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.alt-side .pane-content {
  left: auto;
  right: 0;
  transform: translateX(100%);
}
.pane-container.toggled .pane {
  pointer-events: all;
}
.pane-container.toggled .pane-overlay {
  opacity: 0.55;
  visibility: visible;
  transition: opacity 0.2s, visibility 0s;
}
.pane-container.toggled .pane-content {
  transform: none;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (min-width: 32em) {
  .pane-content {
    width: 18em;
  }
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  /*display: none;*/
  list-style: none;
  margin: 0;
  padding-left: 0;
  text-align: center;
}
.main-navigation .nav-menu {
  margin-top: 4em;
}

.main-navigation ul ul::after,
.nav-menu > li > a::after {
  content: "";
  display: block;
  height: 1px;
  width: 1.75em;
  position: relative;
  margin: 0.5em auto;
  background: #000;
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-menu > li.current-menu-parent > a::after,
.nav-menu > li:hover > a::after {
  transform: scaleX(3);
}

.main-navigation ul ul {
  text-align: left;
  /*display: none;*/
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.main-navigation li:before {
  content: none;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation a {
  font-weight: 300;
  color: #000;
  text-transform: lowercase;
}
.main-navigation ul ul a {
  /*width: 200px;*/
  color: #868584;
  transition: color 0.2s;
}
.main-navigation ul ul a:hover {
  color: #4b4848;
}
.main-navigation ul li.current-menu-parent > ul,
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  max-height: 20em;
}

.main-navigation li {
  /*float: left;*/
  position: relative;
}
.main-navigation ul ul li {
  padding: 0.25em 0 0.125em 50%;
  margin-left: -1em;
  opacity: 0;
  transition: opacity 0.2s;
}
.main-navigation ul li.current-menu-parent > ul li,
.main-navigation ul li:hover > ul li,
.main-navigation ul li.focus > ul li {
  opacity: 1;
}

.main-navigation a {
  /*display: block;*/
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

/* logo */
.main-navigation a.custom-logo-link {
  display: block;
  margin: 2em auto;
  text-align: center;
}
.custom-logo-link img {
  height: 5.75em;
  width: auto;
}
@media screen and (min-height: 32em) {
  .main-navigation a.custom-logo-link {
    margin: 4em auto;
  }
}
@media screen and (min-height: 48em) {
  .main-navigation a.custom-logo-link {
    margin: 7em auto;
  }
}
@media screen and (min-height: 64em) {
  .main-navigation a.custom-logo-link {
    margin: 10em auto;
  }
}
.site-branding {
  display: none;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
## Mini-cart
--------------------------------------------------------------*/

.woocommerce-mini-cart__total,
.woocommerce-mini-cart {
  margin: 1em;
  list-style: none;
}
.woocommerce-mini-cart__total {
  text-transform: lowercase;
}
li.mini_cart_item {
  /*display: flex;
	align-items: center;*/
  margin-bottom: 1em;
  position: relative;
}
li.mini_cart_item + li.mini_cart_item::before {
  content: "";
  display: block;
  padding: 1em 0;
  width: 5em;
  border-top: 1px solid #000;
}
li.mini_cart_item img {
  display: block;
  width: 100%;
  margin-bottom: 1em;
}
li.mini_cart_item .remove {
  position: absolute;
  top: 0;
  left: 0em;
  line-height: 0.6;
  padding: 0.25em;
  background: rgba(255, 255, 255, 0.6);
  font-size: 2em;
  text-decoration: none;
  font-weight: 300;
  z-index: 2;
}
li.mini_cart_item + li.mini_cart_item .remove {
  top: 1em;
}
li.mini_cart_item .remove:hover {
  font-weight: 400;
}
li.mini_cart_item a:nth-child(2) {
  font-weight: 300;
  text-decoration: none;
  text-transform: lowercase;
}
li.mini_cart_item .quantity {
  display: flex;
  justify-content: space-between;
}
li.mini_cart_item .quantity .amount {
  font-weight: 300;
  font-size: 1.28em;
}
.woocommerce-mini-cart__total {
  border-top: 0.0625em solid #000;
  padding-top: 2em;
  margin-top: 2em;
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  position: absolute;
  bottom: 5.5em;
  left: 2em;
  right: 2em;
}
.woocommerce-mini-cart__total strong {
  font-weight: 700;
}
.woocommerce-mini-cart__buttons {
  margin: 2em 0 0;
  position: absolute;
  bottom: 1em;
  left: 2em;
  right: 2em;
}
.woocommerce-mini-cart__buttons a:first-child {
  display: block;
  border: none;
  padding: 1em 0;
  text-align: center;
}
.woocommerce-mini-cart__buttons a:first-child:hover,
.woocommerce-mini-cart__buttons a:first-child:focus {
  background: none;
  color: #000;
}
.woocommerce-mini-cart__buttons a.checkout {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.woocommerce-mini-cart.cart_list {
  overflow-y: auto;
  position: absolute;
  top: 0;
  bottom: 10.75em;
  left: 0;
  right: 0;
  margin: 0;
  padding: 2em 2em 4em;
}
.woocommerce-mini-cart__total::before {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  bottom: 4em;
  height: 8em;
  left: -1em;
  right: -1em;
  background: linear-gradient(
    0deg,
    rgba(249, 249, 248, 1) 0%,
    rgba(249, 249, 248, 0) 100%
  );
}
#mini-cart-pane .pane-content {
  overflow: none;
}

/*--------------------------------------------------------------
## Menu page
--------------------------------------------------------------*/
.page-menu {
  display: none;
  font-size: 0.875rem;
  left: 7.5%;
  margin: 0 0 0 -3.5em;
  position: fixed;
  width: 7em;
}
.page-menu ul {
  font-size: 1em;
  list-style: none;
}
.page-menu ul::before,
.page-menu ul::after {
  content: "";
  display: block;
  border-top: 1px solid #000;
  width: 2em;
  margin: 1.5em 0;
}
.page-menu li {
  margin-bottom: 0.5em;
  line-height: 1.2;
}
.page-menu a {
  font-weight: 300;
  color: #868584;
}
.page-menu a:hover {
  color: #4b4848;
}
.page-menu a.active {
  font-weight: 700;
  color: #4b4848;
}
@media screen and (min-width: 64em) and (min-height: 32em) {
  .page-menu {
    display: block;
    top: 16rem;
  }
}
@media screen and (min-width: 64em) and (min-height: 40em) {
  .page-menu {
    display: block;
    top: 24rem;
  }
}

/*--------------------------------------------------------------
## Langues
--------------------------------------------------------------*/
.main-navigation a.wpml-ls-link {
  color: #000;
  padding: 0 0.5em;
}
.main-navigation a.wpml-ls-link::before,
.main-navigation a.wpml-ls-link::after {
  content: none;
}
.main-navigation .wpml-ls li {
  border-right: 1px solid #000;
  padding: 0 0 0.25em;
  margin: 0;
}
.main-navigation .wpml-ls li:last-child {
  border-right: 0;
}

.wpml-ls-top .wpml-ls.wpml-ls-statics-footer {
  position: absolute;
  top: 0;
  z-index: 10;
  right: 7em;
  margin: 0;
  /*padding-top: 1.25rem;*/
}

.main-navigation .wpml-ls-link:hover {
  color: #868584;
}
.main-navigation .wpml-ls-current-language a {
  color: #868584;
  pointer-events: none;
}

.pane-content .wpml-ls.wpml-ls-statics-footer {
  margin: 2em 0 0;
  position: static;
}

.reverse .wpml-ls-top .wpml-ls li {
  border-color: #fff;
}
.reverse .wpml-ls-top a.wpml-ls-link {
  color: #fff;
}
.reverse .main-navigation .wpml-ls-current-language a {
  opacity: 0.6;
}

@media screen and (min-width: 48em) {
  .wpml-ls-top .wpml-ls.wpml-ls-statics-footer {
    right: 11em;
    top: 1.25em;
  }
}

/*--------------------------------------------------------------
# Layout woocommerce
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  font-size: 0.875em;
  text-transform: lowercase;
  margin: 4em 0;
}
.breadcrumbs span {
  display: inline-block;
  padding: 0 0.5em;
}
@media screen and (min-width: 48em) {
  .breadcrumbs {
    font-size: 0.875em;
    text-transform: lowercase;
    margin: 8em 0 6em;
  }
}

/*--------------------------------------------------------------
## Store notice
--------------------------------------------------------------*/
.site-notice {
  background: #000;
  color: #fff;
  font-size: 0.875em;
  bottom: auto;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  height: auto;
  min-height:90px;
  font-size: 0.875rem;
  padding: 0;
  display: none;
  position: fixed;
  z-index: 997;
}
@media screen and (min-width: 48em) {
  .site-notice {
    min-height:50px;
  }
}

.site-notice.show {
  display: block;
}

.site-notice a {
  color: #fff;
  font-weight: 300;
  display: block;
  padding: 1em;
}
.site-notice a:hover {
  color: #ccc;
}

.site-notice button {
  position: absolute;
  top: 0.3rem;
  right: 1rem;
  font-size: 1.5em;
  border: none;
  padding: 0.5em;
  color: #fff;
}
.site-notice button:hover,
.site-notice button:focus {
  color: #ccc;
  border: 0;
  background: none;
}

.site-notice.show + .site .page-menu,
.site-notice.show + .site .content-branding,
.site-notice.show + .site {
  margin-top: 90px;
}
.site-notice.show + .site .wpml-ls-top .wpml-ls.wpml-ls-statics-footer,
.site-notice.show + .site .cart-toggle,
.site-notice.show + .site .goto-account-page,
.site-notice.show + .site .menu-toggle {
  top: 100px;
}
.site-notice.show + .site .carousel-branding {
  top: 130px;
}
@media screen and (min-width: 37.5em) {
  .site-notice.show + .site .more-product-info img {
    margin-top: 3.5em;
  }
}
@media screen and (min-width: 48em) {
  .site-notice.show + .site .wpml-ls-top .wpml-ls.wpml-ls-statics-footer,
  .site-notice.show + .site .cart-toggle,
  .site-notice.show + .site .goto-account-page,
  .site-notice.show + .site .menu-toggle {
    top: 4rem;
  }
	.site-notice.show + .site .page-menu,
.site-notice.show + .site .content-branding,
.site-notice.show + .site {
  margin-top: 50px;
}
}
.site-notice p{
	margin:0;
}
/*--------------------------------------------------------------
## Messages
--------------------------------------------------------------*/
main .woocommerce-info {
  padding: 1em 0;
  width: 100%;
  font-size: 0.875em;
  max-width: 36em;
  background: transparent;
}
main .woocommerce-message {
  background: none;
  display: block;
  text-align: center;
  margin: 2em auto;
}
.woocommerce-info::before,
.woocommerce-info::after {
  content: "";
  display: block;
  width: 2.5em;
  border-top: 1px solid #000;
  margin: 1em 0;
}
main .woocommerce-error {
  background: #222;
  color: #fff;
  padding: 2em;
  margin: 0;
}
main .woocommerce-error a {
  color: #fff;
}
.woocommerce-error li {
  margin-left: 1em;
}
.woocommerce-message::after,
.woocommerce-message::before {
  content: none;
}
/*.woocommerce-cart .woocommerce-message {
	animation: .3s cubic-bezier(0,0,.2,.1) 5s normal both remove_info;
}*/
@keyframes remove_info {
  0% {
    transform: none;
  }
  100% {
    transform: translateX(100%);
  }
}
main .woocommerce-message.hide {
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}
.woocommerce-message a.button {
  display: block;
  margin-bottom: 1em;
  width: fit-content;
  -moz-width: fit-content;
}
.woocommerce-message a.button.wc-forward {
  background: #4b4848;
  border-color: #4b4848;
  color: #fff;
  flex: 0 0 9em;
  text-align: center;
  margin-left: 2em;
  display: block;
}
.woocommerce-message a.button.wc-forward:hover {
  color: #4b4848;
  background: #fff;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
  font-size: 0.875em;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

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

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

.post,
.page {
  margin: 0;
}

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

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

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.page-template-template-commande main,
.page-template-default:not(.home) main {
  max-width: 56.25em;
  padding: 0 1em;
  margin: auto;
}
@media screen and (min-width: 64em) {
  .page-template-template-commande main,
  .page-template-default:not(.home) main {
    max-width: none;
    padding: 0;
    margin: 0 15%;
  }
}
/*
.page-template-default h1 {
	text-align: center;
}*/

/*--------------------------------------------------------------
## Page par défaut
--------------------------------------------------------------*/
.page-template-default .page .entry-content {
  margin-top: 4em;
}
@media screen and (min-width: 48em) {
  .page-template-default .page .entry-content {
    margin-top: 7em;
  }
}

/*--------------------------------------------------------------
## Colonnes
--------------------------------------------------------------*/

.wp-block-columns {
  display: block;
}
.wp-block-column p {
  margin-bottom: 0;
}
.wp-block-column h3 {
  font-size: 1.125em;
}
.wp-block-column p + h3 {
  margin-top: 4em;
  margin-bottom: 1em;
}

@media (min-width: 48em) {
  .wp-block-columns {
    display: flex;
    flex-wrap: nowrap;
  }

  .wp-block-column:nth-child(2n) {
    margin-left: 4em;
  }
  .wp-block-column {
    flex-basis: calc(50% - 2em);
    flex-grow: 0;
  }
}

/*--------------------------------------------------------------
## Products
--------------------------------------------------------------*/
/* layout */
.entry-summary {
  padding: 0 1em;
  position: relative;
}
.entry-summary p {
  max-width: 32em;
}
.product_title {
  text-align: left;
  margin-bottom: 4em;
}

/* ajout au panier */
.single-product .entry-summary .quantity {
  display: inline-block;
  margin-right: 2em;
  font-size: 0.875em;
}
p.preorder-msg {
  margin-top: 0.5em;
  font-style: italic;
}
.quantity input.qty {
  border: 1px solid transparent;
  background: none;
  width: 3em;
  text-align: center;
  display: inline-block;
}
.quantity input.qty:focus {
  border-bottom-color: #000;
  outline: none;
}
.display-quantity {
  display: inline-block;
  width: 2em;
  text-align: center;
}
.change-quantity {
  display: inline-block;
  border: 0;
  padding: 0.25em;
}
.change-quantity:hover,
.change-quantity:focus {
  font-weight: 700;
  outline: none;
  background: none;
  color: #000;
}
.single_add_to_cart_button {
  margin-top: 1em;
}
.single_add_to_cart_button + .added_to_cart {
  display: none;
  margin-left: 2em;
  font-size: 0.875em;
}

/* gallery */
.woocommerce-product-gallery {
  z-index: 1;
}
.woocommerce-product-gallery a {
  pointer-events: none;
}
.woocommerce-product-gallery figure {
  margin: 0;
}
.woocommerce-product-gallery img {
  width: 100%;
}

/* variations */
.product-variations {
  margin-bottom: 3em;
}

.variations {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.variations li {
  padding-left: 0;
}
.button-variable-item {
  display: inline-block;
  line-height: 3.33;
  color: #a6a4a4;
  font-weight: 300;
  font-size: 0.75em;
  cursor: pointer;
}
.button-variable-item.selected,
.button-variable-item:hover {
  color: #4b4848;
  text-decoration: none;
}
.button-variable-item.selected {
  font-weight: 400;
}
.button-variable-item::after {
  content: "-";
  display: inline-block;
  margin: 0 0.5em;
  color: #4b4848;
}
.button-variable-item:last-child::after {
  content: none;
}
.single_variation_wrap .woocommerce-variation-price {
  position: absolute;
  top: 4.5em;
  border-right: 1px solid #000;
}
.variations_form table.variations {
  position: absolute;
  top: 4.5em;
  max-width: 10em;
  margin-left: 6em;
}
.button-variable-wrapper {
  margin: 0;
  font-size: 1em;
}
.single_variation_wrap .amount {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 2;
  color: #000;
  display: inline-block;
  padding: 0;
  width: 4.33em;
}

.variations .label,
.variations .reset_variations {
  display: none;
}

@media screen and (min-width: 37.5em) {
  .variations_form table.variations,
  .single_variation_wrap .woocommerce-variation-price {
    top: 5em;
  }
}
@media screen and (min-width: 64em) {
  .variations_form table.variations,
  .single_variation_wrap .woocommerce-variation-price {
    top: 12em;
  }
}

/* prix */
.product-type-simple .product_title {
  margin-bottom: 0.75em;
}
.entry-summary p.price {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 2;
  color: #000;
  display: inline-block;
  padding: 0;
  width: 3.5em;
  margin-bottom: 1.5em;
}
.product-type-variable p.price {
  display: none;
}
.woocommerce-variation-availability .in-stock {
  display: none;
}
.woocommerce-variation-availability .stock.out-of-stock {
  color: #fefefe;
  background: #000;
  padding: 1em 2em;
  display: inline-block;
  text-transform: lowercase;
}
/* onglets */
ul.tabs-anchors {
  margin: 0 0 2em;
  text-transform: lowercase;
}
ul.tabs-anchors::before {
  content: "";
  display: block;
  width: 6.5em;
  height: 1px;
  background: #000;
  font-size: 1em;
  margin: 3em 0;
}
ul.tabs-anchors li {
  display: inline-block;
  margin-right: 1em;
}

ul.tabs-anchors li:last-child {
  margin-right: 0;
}
ul.tabs-anchors a {
  font-weight: 300;
  line-height: 2;
}
ul.tabs-anchors a.active {
  font-weight: 700;
}
.tabs-content > section.hide {
  display: none;
}
.tabs-content:before {
  content: "";
  width: 8em;
  height: 1px;
  background: #000;
  display: block;
  margin: 2em 0;
}
.tabs-content ul {
  list-style: none;
}
.woocommerce-product-details__short-description ul {
  list-style: none;
}
.woocommerce-product-details__short-description li::before,
.tabs-content li::before {
  content: "– ";
  margin-left: -0.66em;
}

.single-product .entry-summary {
  display: flex;
  flex-direction: column;
}
.single-product h1 {
  order: -2;
  margin-bottom: 1.5em;
}
.single-product .entry-summary > form {
  order: -1;
}
.single-product .entry-summary > p.price {
  order: -1;
  margin-top: -1em;
  margin-bottom: 0;
}
.single-product .single_variation_wrap {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 1em;
}
@media screen and (min-width: 37.5em) {
  .single-product div.product.first {
    display: flex;
    align-items: flex-start;
  }
  .single-product .woocommerce-product-gallery {
    width: 50%;
    margin-bottom: 2.5em;
    padding-bottom: 2em;
    background: #f9f9f8;
  }
  .single-product .entry-summary {
    width: 50%;
    padding: 2em 2em 0;
  }
  .product_title {
    margin-top: 0;
  }
  .tabs-content {
    margin-bottom: -12em;
    min-height: 18em;
  }
}
@media screen and (min-width: 48em) {
  .tabs-content {
    min-height: 20em;
  }
}
@media screen and (min-width: 64em) {
  .single-product .entry-summary {
    padding: 7em 2em 0 5em;
  }
  .tabs-content {
    margin-bottom: -15em;
    min-height: 24em;
  }
  ul.tabs-anchors li {
    margin-right: 2em;
  }
  .notes {
    display: flex;
    flex-wrap: wrap;
  }
  .notes .note {
    width: 33.33%;
    padding-right: 1em;
    hyphens: auto;
  }
  .notes h3 {
    margin-top: 0;
  }
  .notes ul {
    margin-left: 0;
  }
}
@media screen and (min-width: 80em) {
  .tabs-content {
    min-height: 28em;
  }
}

@media screen and (max-width: 37.5em) {
  .tabs-content {
    height: auto !important;
  }
}

/* autres produits */
.more-products-title {
  text-align: center;
  margin-top: 6em;
  font-weight: 400;
}
.more-products {
  list-style: none;
  padding: 1em;
  margin: 4em auto;
  max-width: 68em;
}
.more-products li {
  padding: 1em;
}
.more-products a {
  display: block;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.more-products img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(1.05);
  transition: transform 0.3s cubic-bezier(0.4, 0.4, 0.2, 1), opacity 0.3s;
}
.more-products h4 {
  display: block;
  text-transform: lowercase;
  font-size: 1em;
  text-align: center;
  margin-top: 50%;
  margin-top: calc(50% - 1em);
  font-weight: 300;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s;
  color: #4b4848;
}
.more-products a:hover img {
  transform: none;
  opacity: 0.06;
}
.more-products a:hover h4 {
  opacity: 1;
}

@media screen and (min-width: 30em) {
  .more-products {
    display: flex;
    flex-wrap: wrap;
  }
  .more-products li {
    width: 50%;
  }
}
@media screen and (min-width: 48em) {
  .more-products li {
    width: 33.33%;
  }
}
@media screen and (min-width: 64em) {
  .more-products {
    max-width: none;
    margin: 4em 15%;
    margin: 4em calc(15% - 1em);
    padding: 0;
  }
}
/*--------------------------------------------------------------
## Infos générales
--------------------------------------------------------------*/
.more-product-info {
  background: #f2efe8;
  padding: 4em 2em 72vw;
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  /*position: relative;*/
  margin-top: 12em;
}
.more-product-info img {
  position: absolute;
  position: relative;
  top: -12em;
  height: 16em;
  width: auto;
}
@media (max-width:767px){
  .more-product-info{
    background:inherit !important;
    margin-top:0 !important;
  }
  .more-product-info img{
    height: auto;
    width: 100%;
    top:0px;
  }
}


.more-product-info-content {
  max-width: 56.25em;
  margin: auto;
}
.more-product-info h2 {
  font-size: 1em;
  font-weight: 500;
  text-transform: none;
}
.more-product-info-content ul {
  max-width: 28em;
}
.more-product-info-content .button {
  font-size: 1.125em;

}
.small-print h3,
.small-print p {
  font-size: 0.625em;
  max-width: 40em;
}
@media screen and (min-width: 37.5em) {
  .more-product-info img {
    position: absolute;
    top: 62vw;
  }
}
@media screen and (min-width: 42em) {
  .more-product-info {
    padding: 12em 2em 4em;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    margin-top: 12em;
  }

  .more-product-info img {
    height: 24em;
  }
  .more-product-info p {
    max-width: 50%;
  }
  .more-product-info p:last-child {
    margin-bottom:100px;
  }
}
@media screen and (min-width: 64em) {
  .more-product-info-content {
    max-width: none;
    padding: 0 15%;
  }
  .more-product-info {
    padding: 19em 0 7em;
    margin-top: 15em;

  }
  .more-product-info p {
    max-width: 26em;
  }
  .more-product-info p:last-child {
    margin-bottom:100px;
  }
  .more-product-info img {
    /*top: -15em;*/
    height: 30em;
  }
}

/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/
/* Carousel */
.carousel {
  z-index: 0;
  background: #000;
}
.slide {
  position: relative;
  height: 150vw;
  max-width: 100vw;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
@media screen and (min-aspect-ratio: 1/1) {
  .slide {
    height: 100vh;
    min-height: 70vw;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (min-width: 64em) {
  .slide {
    min-height: 52vw;
  }
}

.slick-dots {
  position: absolute;
  bottom: 1.5em;
  text-align: center;
  left: 0;
  margin: 0;
  padding: 0;
  right: 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0.5em;
}
.slick-dots button {
  border: none;
  height: 4px;
  line-height: 0;
  font-size: 0;
  width: 30px;
  background: #fff;
  display: inline-block;
  color: transparent;
  opacity: 0.5;
}
.slick-dots .slick-active button {
  opacity: 1;
}

.slide-content {
  position: absolute;
  color: #fff;
  bottom: 1em;
  max-width: 42em;
  padding: 2em 1em;
  bottom: 2em;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.875em;
}
.slide.dark-text .slide-content {
  color: #4b4848;
}
.slide-content img {
  width: 4em;
  flex: 0 0 4em;
  margin-left: 0.5em;
}
.slide-content p {
  margin: 0 4em 1em;
}
.slide-content.has-image p {
  display: flex;
  align-items: flex-start;
  margin-right: 0;
}

.slide-content h2 {
  font-size: 1.5em;
  margin: 0 0 0.5em 0;
}
.slide-content.align-center {
  text-align: center;
  margin: auto;
}

@media screen and (min-width: 48em) {
  .slide > img {
    width: 100%;
    margin-left: 0;
  }
  .slide-content {
    font-size: 1em;
  }
  .slide-content h2 {
    font-size: 1.75em;
  }
  /*.slide-content.align-left {
		left: 50%;
		right: auto;
		padding-left: 2em;
		text-align: left;
	}
	.slide-content.align-right {
		right: 50%;
		left: auto;
		padding-right: 2em;
		text-align: right;
	}*/
  /*.slide-content.has-image p {
		margin-left: 0;
	}
	.slide-content.has-image {
		max-width: 31em;
	}*/
  .slide-content img {
    width: 5em;
    margin-left: 1em;
  }
}

/* branding */
.branding {
  padding: 1em;
  text-align: center;
  width: 10em;
  position: absolute;
  top: 1em;
  margin-left: -5em;
  left: 50%;
  transition: opacity 0.2s;
}
.branding img {
  display: block;
  margin: 0 auto;
  width: 2em;
}
.carousel-branding {
  color: #fff;
  font-size: 2em;
  left: 15%;
  top: 1em;
}
.carousel-branding h1 {
  font-size: 1em;
  margin: 0;
}

.content-branding {
  display: none;
}
@media screen and (min-width: 36em) {
  .carousel-branding img {
    width: 3em;
  }
}
@media screen and (min-width: 64em) {
  .content-branding {
    position: fixed;
    left: 7.5%;
    top: 6em;
    display: block;
    z-index: 1;
  }
  .content-branding.hide {
    opacity: 0;
    pointer-events: none;
  }
}

/* Contenu */
.home-content {
  position: relative;
  padding: 2em;
  z-index: 1;
  background: #f9f9f8;
}
.home-content .text {
  max-width: 40em;
  margin: 4em auto;
}
.home-content .text h1,
.home-content .text h2 {
  font-size: 2em;
  font-weight: 300;
  text-transform: none;
  line-height: 1.2;
}
.home-content p {
  font-size: 1em;
}
.home-content .text .wp-block-gallery .blocks-gallery-item {
  width: auto;
}
.home-content .text img {
	width: auto;
  max-height:90px;
}
.footer-infos img{
  width: auto;
  max-height:90px;
}
.woocommerce-product-details__short-description img{
  width: auto;
  max-height:70px;
}


#iconewrapper{
  padding:0;
}

#iconewrapper .elementor-column.elementor-col-25, #iconewrapper .elementor-column[data-col="25"]{
  width:auto !important;
}

#iconewrapper .elementor-widget-wrap{
  margin:0 !important;
  padding:0 !important;
}

.home-content .product-list {
  max-width: 52em;
  margin: auto;
}
.home-content .product {
  width: 100%;
  margin-bottom: 4em;
	background: black;
}
.home-content .product a {
  cursor: url(./img/cursor-product.png) 6 6, auto;
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 0;
  padding-bottom: 68%;
  background: #000;
}
.home-content .product a:hover {
}
.home-content .product img {
  position: absolute;
  width: 100%;
  transition: transform 4s cubic-bezier(0.4, 0.4, 0.2, 1);

}
.home-content .product a:hover img {
  transform: scale(1.05);
}
.home-content .product-title {
  position: absolute;
  color: #fff;
  text-transform: lowercase;
}
.home-content .product-title.align-left {
  text-align: left;
  padding-left: 2em;
  left: 0;
}
.home-content .product-title.align-right {
  text-align: right;
  padding-right: 2em;
  right: 0;
}
.home-content .product-title.align-center {
  text-align: center;
  width: 100%;
}
.home-content .product-title h3 {
  font-weight: 300;
  font-size: 1.5em;
  margin: 0;
  /*   width: fit-content;
  -moz-width: fit-content; */
}
.home-content .product-title.align-center h3 {
  margin: 0 auto;
}
.home-content .product-title > span {
  display: inline-block;
  font-weight: 300;
	font-size:.875rem;
	line-height:1.2;

}
.home-content .product-title > span .amount {
	font-size:1.4em;
		display:block;
}
.home-content .product-title > span::before {
  content: "";
  display: block;
  width: 2em;
  margin: 0.25em 0 0.75em;
  border-top: 1px solid #fff;
  transition: width 0.8s cubic-bezier(0.4, 0.4, 0.2, 1);
}
.home-content a:hover span::before {
  width: 100%;
}
.home-content .product-title.align-center > span::before {
  margin-right: auto;
  margin-left: auto;
}
.home-content .product-title.align-left > span::before {
  transform-origin: left;
  margin-right: auto;
}
.home-content .product-title.align-right > span::before {
  transform-origin: right;
  margin-left: auto;
}
@media screen and (min-width: 36em) {
  .home-content .product-title.align-left {
    left: 50%;
    padding-left: 4em;
  }
  .home-content .product-title.align-right {
    right: 50%;
    padding-right: 4em;
  }
  .home-content .product-title.align-center {
    text-align: center;
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .home-content .product-list {
    max-width: none;
    margin: 0 15%;
  }
}

/*--------------------------------------------------------------
## Instagram
--------------------------------------------------------------*/
/* Instagram */
.insta-padder {
  padding: 2em;
}
.insta-container {
  max-width: 52em;
  margin: 6em auto;
}
.titre-insta {
  font-size: 1.125em;
  text-transform: none;
  font-weight: 500;
}
.titre-insta .ico {
  opacity: 0.8;
}
.sbi > div {
  margin: 0 -2px;
}
@media screen and (min-width: 64em) {
  .insta-container {
    max-width: none;
    margin: 6em 15%;
  }
}
/*--------------------------------------------------------------
## Bandeau Presse
--------------------------------------------------------------*/
.presse-container {
  max-width: 52em;
  margin: 6em auto;
}
.presse-container::before,
.presse-container::after {
  content: "";
  display: block;
  width: 6em;
  height: 1px;
  margin: 4em auto;
  background: #4b4848;
}
.bandeau-presse {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  align-items: flex-end;
  justify-content: center;
  max-width: 24em;
}
.bandeau-presse li {
  list-style: none;
  padding: 1em;
  width: 50%;
}
.presse-container blockquote {
  margin: 1em 0;
  font-style: italic;
  font-size: 1.2em;
  line-height: 1.2;
}
.presse-container.has-js li {
  opacity: 0.2;
  cursor: pointer;
  transition: opacity 0.2s;
}
.presse-container.has-js li.active,
.presse-container.has-js li:hover {
  opacity: 1;
}
.quotes-container {
  position: relative;
  margin: 2em;
}
.quotes-container blockquote {
  opacity: 0;
  transform: translateY(1em);
  visibility: hidden;
  position: absolute;
  top: 50%;
  transition: visibility 0s 0.5s, opacity 0.5s 0s, transform 0s 0.5s ease-out;
}
.quotes-container blockquote::before {
  content: "“";
  display: block;
  color: #4f4d4a;
  font-size: 4.5em;
  font-family: Georgia, serif;
  position: absolute;
  top: -0.25em;
  left: -0.5em;
}
.quotes-container blockquote.show {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: visibility 0s 0s, opacity 0.2s 0s, transform 0.5s 0s ease-out;
}
@media screen and (min-width: 32em) {
  .bandeau-presse {
    max-width: 36em;
  }
  .bandeau-presse li {
    width: 33.33%;
  }
  .quotes-container {
    margin: 2em 4em;
  }
}
@media screen and (min-width: 64em) {
  .presse-container {
    max-width: none;
    margin: 6em 15%;
  }
  .quotes-container {
    margin: 2em 6em;
  }
  .bandeau-presse {
    max-width: none;
  }
  .bandeau-presse li {
    width: 25%;
  }
}
/*--------------------------------------------------------------
## La marque
--------------------------------------------------------------*/
h2.marque-title {
  font-size: 1.25em;
  font-weight: 400;
}
h2.marque-title .sub {
  font-size: 1.8em;
  text-transform: none;
  font-weight: 300;
}
h2.marque-title .sub::before {
  content: "";
  margin: 0.5em 0;
  width: 1.2em;
  display: block;
  border-bottom: 1px solid #222;
}
.marque-image img {
  display: block;
  width: 100%;
}
.marque-content {
  padding: 0 1em;
}
.marque-content h3 {
  text-transform: none;
  font-weight: 300;
  font-size: 1.5em;
}
.marque-citation {
  display: flex;
  align-items: flex-start;
  padding: 0 1em 1em 0;
}
.marque-top-illu {
  display: block;
  width: 33.33%;
  max-width: 10em;
}
.marque-citation blockquote {
  width: 66.67%;
  position: relative;
  padding-left: 1em;
  margin: 4em 0 0;
  text-align: right;
}
.marque-citation blockquote p {
  font-style: italic;
  max-width: 10em;
  font-size: 1.125em;
  line-height: 1.2;
  margin-bottom: 0.5em;
  margin-left: auto;
}
.marque-citation blockquote::before {
  content: "“";
  display: block;
  font-family: Georgia, sans-serif;
  color: #4b4848;
  font-size: 4em;
  position: absolute;
  top: -0.4em;
  right: 2.75em;
}

.marque-citation blockquote p.author {
  max-width: 8em;
  font-style: normal;
  font-size: 0.875em;
}
.marque-citation p.author img {
  display: block;
  margin-left: auto;
  max-width: 6em;
}

#inspiration,
#rencontre,
#engagement {
  padding-top: 4em;
  margin-top: 3em;
}

.genese-photo-laurence,
.genese-video {
  margin: 1em;
}
.genese-photo-laurence img {
  max-width: 50%;
}
.genese-video video {
  width: 100%;
  height: auto;
  margin-left: auto;
}
#rencontre .marque-image img:nth-of-type(1),
#inspiration .marque-image img:nth-of-type(2) {
  max-width: 33.33%;
  margin: 1em;
  position: relative;
  z-index: 2;
}

.engagement-comparaison {
  padding: 1em;
  max-width: 24em;
  margin: 1em auto;
}
.engagement-comparaison > div {
  padding: 1em;
  position: relative;
}
.engagement-comparaison > div h3 {
  padding-right: 1em;
}
.engagement-comparaison > div:nth-child(1) {
  border-bottom: 1px solid #555;
  margin-bottom: 3em;
}
.engagement-comparaison > div:nth-child(1)::after {
  content: "";
  display: block;
  text-align: center;
  background: #555 url(./img/comparaison.svg) center no-repeat;
  background-size: 2em auto;
  margin: 0 auto -2.5em;
  font-weight: 300;
  width: 3em;
  height: 3em;
  border-radius: 100%;
}
.engagement-comparaison > div:nth-child(2) {
  background: #f2efe8;
}
.engagement-comparaison .picto-bio {
  position: absolute;
  width: 3em;
  top: 1em;
  right: 1em;
}
.engagement-ecoconscience {
  background: #f2efe8;
  padding: 2em;
  max-width: 52em;
  margin: 8em auto 2em;
}
.engagement-ecoconscience > img {
  display: block;
  width: 18em;
  margin: -8em auto 2em;
}
.engagement-ecoconscience .content {
  max-width: 32em;
  margin-right: auto;
}

@media screen and (min-width: 36em) {
  .marque-container {
    display: flex;
    position: relative;
    margin: auto;
  }
  .marque-content {
    max-width: 32em;
    margin-left: 5%;
  }
  .marque-image {
    flex: 0 0 33.33%;
  }
  .marque-citation {
    margin-left: 5%;
    padding-left: 1em;
  }
  .marque-citation blockquote {
    margin-right: 3em;
    margin-top: 9em;
    width: 100%;
  }
  .marque-citation blockquote::before {
    font-size: 6em;
    top: -0.45em;
    right: 1.9em;
  }
  #engagement .marque-container,
  #genese .marque-container {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  #engagement .marque-image,
  #genese .marque-image {
    margin-left: 2em;
  }
  .genese-illus {
    display: flex;
  }
  .genese-photo-laurence,
  .genese-video {
    margin: 1em 0;
  }
  .genese-video {
    flex: 0 0 66.67%;
  }
  .genese-photo-laurence {
    flex: 0 0 33.33%;
  }
  .genese-video {
    text-align: right;
    padding-right: 1em;
  }
  .genese-video video {
    max-width: 36em;
    margin-left: auto;
  }

  #inspiration .marque-content,
  #rencontre .marque-content {
    margin-left: 2em;
  }
  #rencontre .marque-image img:nth-of-type(1),
  #inspiration .marque-image img:nth-of-type(2) {
    margin: 1em 0 1em auto;
    max-width: 9em;
  }
  .engagement-comparaison {
    display: flex;
    align-items: flex-start;
    max-width: none;
    margin: 2em 5% 2em 5%;
    padding: 0;
  }
  .engagement-comparaison > div {
    width: 50%;
    margin: 0;
    padding: 2em 1em;
  }
  .engagement-comparaison > div:nth-child(1) {
    padding-right: 2em;
    margin-right: 3em;
    border-right: 1px solid #555;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .engagement-comparaison > div:nth-child(1)::after {
    position: absolute;
    right: -1.5em;
    top: 50%;
    margin-top: -1.5em;
  }
  .engagement-comparaison > div:nth-child(2) {
    padding: 2em;
  }
  .engagement-ecoconscience {
    padding: 4em;
    max-width: 36em;
    margin: 12em auto 2em;
  }
  .engagement-ecoconscience > img {
    display: block;
    width: 24em;
    margin: -12em auto 2em;
  }
}
@media screen and (min-width: 64em) {
  .marque-content {
    margin-left: 15%;
  }
  .marque-image {
    flex: 0 0 44%;
  }
  .marque-citation {
    margin-left: 15%;
    margin-right: 25%;
    height: 21em;
  }
  #genese {
    margin-top: -21em;
  }
  #genese .marque-content {
    padding-top: 21em;
  }

  #inspiration,
  #rencontre,
  #engagement {
    padding-top: 6em;
    margin-top: 8em;
  }

  #genese .marque-image {
    flex: 0 0 25%;
  }
  .genese-video {
    flex: 0 0 75%;
  }
  .genese-photo-laurence {
    flex: 0 0 25%;
  }
  #inspiration .marque-content,
  #rencontre .marque-content {
    margin-left: 4em;
  }

  .engagement-comparaison {
    margin: 2em 15% 2em 15%;
  }
  .engagement-ecoconscience {
    padding: 5em;
    display: flex;
    align-items: center;
    max-width: none;
    margin: 2em 10% 2em 25%;
  }
  .engagement-ecoconscience > img {
    margin: 0 2em 0 -16em;
    width: 32em;
  }
}
@media screen and (min-width: 96em) {
  .engagement-comparaison {
    margin: 2em 33.33% 2em 15%;
  }
  .engagement-ecoconscience {
    margin: 2em 25% 2em 20%;
  }
}

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

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
## Panier
--------------------------------------------------------------*/
.cart img {
  width: 4em;
}
.cart th,
tr.cart_item td {
  border-bottom: 1px solid #f2efe8;
  padding: 0.5em 0.25em;
}
.woocommerce-cart-form,
.cart-collaterals {
  max-width: 36em;
  margin: auto;
}
.cart-collaterals {
  padding-top: 2em;
  margin-top: 4em;
  border-top: 1px solid #4b4848;
}
.cart-collaterals td,
.cart-collaterals th {
  padding: 1em 0;
  vertical-align: top;
}
.cart-collaterals .woocommerce-shipping-destination {
  margin: 0;
}
.cart-collaterals .woocommerce-shipping-methods {
  margin: 0;
  font-style: italic;
  list-style: none;
}
a.showcoupon,
a.showlogin {
  font-size: 1em;
  margin-left: 0.5em;
}
.woocommerce-cart-form .actions {
  padding: 1em 0;
}

.woocommerce-form-coupon-toggle,
.woocommerce-form-coupon-toggle + .woocommerce-form-coupon,
.woocommerce-form-login-toggle,
.woocommerce-form-login-toggle + .woocommerce-form-login {
  width: 100%;
  max-width: 30em;
  margin: 0 auto 0;
  /*margin: -1em 0 1em;*/
  /*padding: 2em;
	border: 1px solid #f2efe8;*/
}
.coupon {
  padding: 1em;
  font-size: 0.875em;
  background: #f2efe8;
  margin-bottom: 1em;
}
.coupon label {
  display: none;
}
.coupon .input-text {
  border: 0;
  border-bottom: 1px solid #ccc;
  background: none;
  margin-bottom: 1em;
  width: 100%;
  font-size: 0.875em;
}
.coupon button {
  width: 100%;
}

.wc-proceed-to-checkout {
  margin-bottom: 4em;
}
@media screen and (min-width: 30em) {
  .coupon {
    max-width: 14em;
    float: left;
    margin-right: 1em;
  }
  .actions > button {
    display: block;
    margin-left: auto;
  }
}

/*--------------------------------------------------------------
## Mon compte
--------------------------------------------------------------*/
.woocommerce-form-register,
.woocommerce-form-login {
  margin: auto;
}
.lost_password a {
  font-size: 0.75em;
  font-weight: 300;
}
.woocommerce-MyAccount-navigation {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #000;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
}
.woocommerce-MyAccount-navigation a {
  font-weight: 300;
}
.woocommerce-MyAccount-navigation li.is-active a {
  font-weight: 700;
}
.woocommerce-privacy-policy-text p {
  font-size: 0.75em;
}
.woocommerce-MyAccount-orders {
  font-size: 0.875rem;
}
.woocommerce-orders-table__cell-order-actions a {
  margin-left: 0.5em;
}
@media screen and (min-width: 48em) {
  .woocommerce-account.logged-in .woocommerce {
    display: flex;
  }
  .woocommerce-MyAccount-navigation {
    width: 25%;
    border-right: 1px solid #000;
    border-bottom: 0;
    padding-right: 1em;
    text-align: right;
  }

  .woocommerce-MyAccount-content {
    width: 75%;
    padding-left: 1em;
  }
  #customer_login.u-columns {
    display: flex;
    margin-bottom: 4em;
  }
  #customer_login > div {
    width: 50%;
  }
  #customer_login > .col-1 {
    padding-right: 1em;
    border-right: 1px solid #000;
  }
  #customer_login > .col-2 {
    padding-left: 1em;
  }
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.menu-toggle,
.goto-account-page,
.cart-toggle {
  border: 0;
  position: fixed;
  top: 0;
  font-size: 1em;
  z-index: 995;
  background: #f9f9f8;
}
.menu-toggle {
  left: 0;
}
.cart-toggle {
  display: flex;
  align-items: center;
  padding: 0.75em;
  right: 0;
}
.goto-account-page {
  right: 4em;
  padding: 0.75em 0.875em;
}

.cart-toggle:hover,
.cart-toggle:focus {
  background: #f9f9f8;
  color: #000;
}
.menu-toggle:hover,
.menu-toggle:focus {
  background: none;
}
.cart-toggle:focus,
.menu-toggle:focus {
  outline: none;
  opacity: 0.6;
}

@media screen and (min-width: 48em) {
  .menu-toggle,
  .goto-account-page,
  .cart-toggle {
    top: 1em;
  }
  .menu-toggle {
    left: 1em;
  }
  .cart-toggle {
    right: 4em;
  }
  .goto-account-page {
    right: 8em;
  }
}
@media screen and (min-width: 64em) {
  .menu-toggle {
    background: none;
  }
}

body.woocommerce-checkout .cart-toggle,
body.woocommerce-cart .cart-toggle {
  pointer-events: none;
  display: none;
}
.cart-toggle .cart-icon {
  display: inline-block;
  margin-right: 0.5em;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 8em 1em 6em;
}
.footer-content {
  max-width: 56.25em;
  margin: auto;
}
.site-footer .ico-instagram {
  font-size: 1.5em;
  opacity: 0.3;
  transition: opacity 0.2s;
}
.site-footer a:hover .ico-instagram {
  font-size: 1.5em;
  opacity: 0.8;
}
}
.site-footer .ico-facebook {
	font-size: 1.5em;
  opacity: 0.3;
  transition: opacity 0.2s;
}
.site-footer a:hover .ico-facebook{
  opacity: 0.8;
}
.site-footer .menu {
  font-size: 0.75em;
  margin: 3em 0;
  list-style: none;
}
@media (min-width:768px){
.site-footer .menu::before {
  content: "";
  display: block;
  width: 2em;
  border-bottom: 1px solid #000;
  margin-bottom: 3em;
}
}
.site-footer .menu a {
  font-weight: 300;
}
p.copyright {
  font-size: 0.75em;
  margin: 8em 0 0;
}
@media screen and (min-width: 48em) {
  .footer-content {
    display: flex;
  }
  .footer-contact {
    width: 33.33%;
  }
  .footer-infos {
    width: 66.67%;
  }
  .site-footer .menu {
    margin-bottom: 0;
  }
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

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

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

@media (max-width: 480px) {
  #sb_instagram.sbi_col_10 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_3 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_4 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_5 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_6 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_7 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_8 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_9 #sbi_images .sbi_item {
    width: 50%;
  }
}

#cookie-law-info-bar {
  padding: 2em 2em 8em;
}
#cookie-law-info-bar p {
  display: block;
  max-width: 36em;
  margin: auto;
}
#cookie-law-info-bar a {
  border: 1px solid #fff;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  margin: 1em;
  transition: color 0.1s, opacity 0.1s, background-color 0.1s;
}
#cookie-law-info-bar a::before {
  content: none;
}
#cookie_action_close_header {
  width: 8em;
}
#CONSTANT_OPEN_URL {
  opacity: 0.4;
}
#cookie-law-info-bar a:hover {
  opacity: 1;
  background-color: #fff !important;
  color: #000 !important;
}

.wc_sc_total_available_store_credit {
  display: none;
}
.cart-discount {
  text-align: right;
}

.woocommerce-checkout-review-order
  .shop_table
  .cart-discount
  .woocommerce-Price-amount {
  font-size: 1em;
  display: inline;
}
#coupons_list {
  display: none !important;
}
div.cursor {
  width: 6em;
  height: 6em;
  position: fixed;
  opacity: 0;
  background: #fff;
  border-radius: 100%;
  margin-left: -3em;
  margin-top: -3em;
  pointer-events: none;
}
.ambre-chic .cursor {
  background: #7ebcb7;
}
.sel-de-mer .cursor {
  background: #8496d1;
}
.terre-aromatique .cursor {
  background: #d4ca2b;
}
.esprit-vetiver .cursor {
  background: #e7dcbe;
}
.davana-sauvage .cursor {
  background: #d2872c;
}
.home-content .product a:hover + .cursor {
  opacity: 0.3;
}
.home-content .coffret-decouverte a:hover + .cursor,
.home-content .pure-blanche a:hover + .cursor {
  opacity: 0.2;
}
.home-content .esprit-vetiver a:hover + .cursor {
  opacity: 0.45;
}
