@charset "UTF-8";
@import url("https://use.typekit.net/jrt1azt.css");
@import url("/wp-content/themes/grainscosmetique/assets/fonts/icomoon/style.css");
@import url("/wp-content/themes/grainscosmetique/assets/fonts/font-awesome-4.7.0/css/font-awesome.min.css");
@import url("/wp-content/themes/grainscosmetique/assets/css/bootstrap.min.css");
/*!

Theme Name: Grain Cosmétique
Description: Thème WordPress personalisé pour Grain Cosmétique
Version: 1.1
Author: Kornog
Author URI: https://www.kornog.bzh

*/
body.customize-support .offcanvas.min-vh-100 {
  padding-top: 32px;
}
body.customize-support .offcanvas.min-vh-100 button#offcanvas-button-close {
  top: 32px !important;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(247, 243, 237, 0.2);
}

body {
  background-color: #F3EFEF;
  background-image: url("/wp-content/themes/grainscosmetique/assets/images/body_background.jpeg");
  background-position: 0 0;
  background-repeat: repeat;
  background-size: contain;
  color: #322120;
  font-size: 0.9rem;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.btn:focus {
  box-shadow: none;
}

h1, .h1 {
  font-size: 2rem;
  font-family: poppins, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

h2, .h2 {
  font-size: 1.8rem;
  font-family: poppins, sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

h3, .h3 {
  font-size: 1.4rem;
  font-family: poppins, sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

h4, .h4 {
  font-size: 1.2rem;
  font-family: poppins, sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

h5, .h5 {
  font-size: 1.2rem;
  font-family: new-order, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
}

p, .p, ul li {
  font-size: 1rem;
  font-family: new-order, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}
p.fw-bolder, .p.fw-bolder, ul li.fw-bolder {
  font-weight: 600 !important;
}

a, .a {
  font-size: 1rem;
  font-family: new-order, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #F3EFEF;
  transition: all 0.3s ease-in-out;
  line-height: 1.5;
}
a:hover, .a:hover {
  color: #d5704b;
}

.brown {
  color: #322120 !important;
}

.bg-brown {
  background-color: #322120 !important;
}

.border-brown {
  border-color: #322120 !important;
}

.dark-brown {
  color: #d5704b !important;
}

.bg-dark-brown {
  background-color: #d5704b !important;
}

.border-dark-brown {
  border-color: #d5704b !important;
}

.dark-brown-opacity {
  color: rgba(213, 112, 75, 0.9) !important;
}

.bg-dark-brown-opacity {
  background-color: rgba(213, 112, 75, 0.9) !important;
}

.border-dark-brown-opacity {
  border-color: rgba(213, 112, 75, 0.9) !important;
}

.white {
  color: #F3EFEF !important;
}

.bg-white {
  background-color: #F3EFEF !important;
}
.bg-white a {
  color: #322120;
}

.border-white {
  border-color: #F3EFEF !important;
}

.beige {
  color: #F5EBD0 !important;
}

.bg-beige {
  background-color: #F5EBD0 !important;
}

.border-beige {
  border-color: #F5EBD0 !important;
}

.dark-green {
  color: #5E827C !important;
}

.bg-dark-green {
  background-color: #5E827C !important;
}

.border-dark-green {
  border-color: #5E827C !important;
}

.yellow {
  color: #dfb136 !important;
}

.bg-yellow {
  background-color: #dfb136 !important;
}

.border-yellow {
  border-color: #dfb136 !important;
}

.text-shadow-effect {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0px -1px 0px rgba(0, 0, 0, 0.7);
}

.woocommerce-store-notice[style=""] {
  top: 50% !important;
  position: fixed !important;
  bottom: inherit !important;
  left: 50% !important;
  z-index: 75 !important;
  background-color: rgba(94, 130, 124, 0.9) !important;
  transform: translate(-50%, -50%);
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: auto !important;
  min-height: 12.5vh;
  font-size: 1.5rem;
  padding: 3.5rem;
}
.woocommerce-store-notice[style=""] a:not(.woocommerce-store-notice__dismiss-link) {
  padding: 0 5px;
  font-size: 1.5rem;
}
.woocommerce-store-notice[style=""] a.woocommerce-store-notice__dismiss-link {
  display: inline-flex;
  align-self: start;
  top: 1rem;
}

.woocommerce-notices-wrapper, .woocommerce-form-coupon-toggle {
  background-color: #322120;
}
.woocommerce-notices-wrapper .woocommerce-info, .woocommerce-form-coupon-toggle .woocommerce-info {
  color: #F3EFEF;
  background-color: #d5704b;
  border: inherit;
}
.woocommerce-notices-wrapper .woocommerce-info:before, .woocommerce-form-coupon-toggle .woocommerce-info:before {
  content: inherit;
}
.woocommerce-notices-wrapper .woocommerce-message, .woocommerce-notices-wrapper .woocommerce-error, .woocommerce-notices-wrapper .wc-block-components-notice-banner, .woocommerce-form-coupon-toggle .woocommerce-message, .woocommerce-form-coupon-toggle .woocommerce-error, .woocommerce-form-coupon-toggle .wc-block-components-notice-banner {
  position: sticky;
  bottom: 0;
  color: #F3EFEF;
  border: inherit;
  background-color: transparent;
  font-size: 1rem;
}
.woocommerce-notices-wrapper .woocommerce-message li, .woocommerce-notices-wrapper .woocommerce-error li, .woocommerce-notices-wrapper .wc-block-components-notice-banner li, .woocommerce-form-coupon-toggle .woocommerce-message li, .woocommerce-form-coupon-toggle .woocommerce-error li, .woocommerce-form-coupon-toggle .wc-block-components-notice-banner li {
  gap: 1rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.woocommerce-notices-wrapper .woocommerce-message:before, .woocommerce-notices-wrapper .woocommerce-error:before, .woocommerce-notices-wrapper .wc-block-components-notice-banner:before, .woocommerce-form-coupon-toggle .woocommerce-message:before, .woocommerce-form-coupon-toggle .woocommerce-error:before, .woocommerce-form-coupon-toggle .wc-block-components-notice-banner:before {
  content: inherit;
}
.woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward, .woocommerce-notices-wrapper .woocommerce-error a.button.wc-forward, .woocommerce-notices-wrapper .wc-block-components-notice-banner a.button.wc-forward, .woocommerce-form-coupon-toggle .woocommerce-message a.button.wc-forward, .woocommerce-form-coupon-toggle .woocommerce-error a.button.wc-forward, .woocommerce-form-coupon-toggle .wc-block-components-notice-banner a.button.wc-forward {
  font-size: 1.25rem;
  padding: 0.5rem 1.5rem !important;
  background-color: #d5704b;
  color: #F3EFEF !important;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  border-radius: 0.5rem;
  opacity: 1 !important;
}
.woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward:hover, .woocommerce-notices-wrapper .woocommerce-error a.button.wc-forward:hover, .woocommerce-notices-wrapper .wc-block-components-notice-banner a.button.wc-forward:hover, .woocommerce-form-coupon-toggle .woocommerce-message a.button.wc-forward:hover, .woocommerce-form-coupon-toggle .woocommerce-error a.button.wc-forward:hover, .woocommerce-form-coupon-toggle .wc-block-components-notice-banner a.button.wc-forward:hover {
  background-color: #F3EFEF;
  color: #d5704b !important;
}

/*TABLET*/
/**/
@media (min-width: 768px) {
  body {
    font-size: 0.96rem;
  }
  h1, .h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  h2, .h2 {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  h3, .h3 {
    font-size: 1.4rem;
    line-height: 1.2;
  }
  h4, .h4 {
    font-size: 1.2rem;
    line-height: 1.2;
  }
  h5, .h5 {
    font-size: 1.2rem;
  }
  p, .p, ul li {
    font-size: 1rem;
  }
  a, .a {
    font-size: 1rem;
  }
  .woocommerce-message, .woocommerce-error, .wc-block-components-notice-banner {
    font-size: 1rem;
  }
}
/*DESKTOP*/
/**/
@media (min-width: 992px) {
  body {
    font-size: 1rem;
  }
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.2rem;
  }
  h3, .h3 {
    font-size: 1.8rem;
  }
  h4, .h4 {
    font-size: 1.4rem;
  }
  h5, .h5 {
    font-size: 1.4rem;
  }
  p, .p, ul li {
    font-size: 1.2rem;
  }
  a, .a {
    font-size: 1.2rem;
  }
  .woocommerce-message, .woocommerce-error, .wc-block-components-notice-banner {
    font-size: 1.2rem;
  }
}
main#homepage section#homepage-main-products .woocommerce-loop-product__link, main#homepage section#homepage-main-products-2 .woocommerce-loop-product__link {
  text-decoration-color: transparent;
}
main#homepage section#homepage-header {
  padding-bottom: 50px !important;
}
main#homepage section#fabrication-header, main#homepage section#valeurs-header {
  padding-top: 50px !important;
}
main#homepage #valeurs-main, main#homepage #fabrication-main {
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover;
  min-height: 50vh;
}
main#homepage #valeurs-main > article, main#homepage #fabrication-main > article {
  border-top-width: 2px !important;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
}
main#homepage i.icon, main#homepage span.icon {
  color: white;
  font-size: 6rem;
}

/*TABLET*/
/**/
@media (min-width: 768px) {
  main#homepage i.icon, main#homepage span.icon {
    font-size: 8rem;
  }
  main#homepage section#homepage-header {
    padding-bottom: 75px !important;
  }
  main#homepage section#fabrication-header, main#homepage section#valeurs-header {
    padding-top: 75px !important;
  }
  main#homepage #valeurs-main > article, main#homepage #fabrication-main > article {
    border-top-width: 0 !important;
    border-left-width: 2px !important;
    border-right-width: 2px !important;
  }
}
/*DESKTOP*/
/**/
@media (min-width: 992px) {
  main#homepage i.icon, main#homepage span.icon {
    font-size: 10rem;
  }
  main#homepage section#homepage-header {
    padding-bottom: 100px !important;
  }
  main#homepage section#fabrication-header, main#homepage section#valeurs-header {
    padding-top: 100px !important;
  }
}
main#boutique {
  /*Page Produits */
  /* Page Détails d'un produit */
}
main#boutique .woocommerce-notices-wrapper {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #322120;
}
main#boutique .woocommerce-notices-wrapper .wc-block-components-notice-banner__content {
  color: #F3EFEF;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 1.5rem;
  border: none;
  align-items: center;
}
main#boutique .woocommerce-notices-wrapper svg {
  display: none;
}
main#boutique section#boutique-header {
  padding-bottom: 50px !important;
}
main#boutique div#boutique-content #boutique-list #add_to_cart {
  font-size: 1rem !important;
  font-weight: normal !important;
}
main#boutique div#boutique-content #boutique-list .product a.woocommerce-LoopProduct-link {
  text-decoration: none;
  text-align: center;
}
main#boutique article.content-single-product figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
main#boutique article.content-single-product div.summary h1 {
  text-transform: inherit;
}
main#boutique article.content-single-product div.summary hr {
  opacity: 1;
}
main#boutique article.content-single-product section#description ul.nav li.nav-item {
  transition: all 0.3s ease-in-out;
}
main#boutique article.content-single-product section#description ul.nav li.nav-item button.nav-link {
  transition: all 0.3s ease-in-out;
}
main#boutique article.content-single-product section#description ul.nav li.nav-item button.nav-link i.fa {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
main#boutique article.content-single-product section#description ul.nav li.nav-item button.nav-link.active {
  background: none;
}
main#boutique article.content-single-product section#description ul.nav li.nav-item button.nav-link.active span {
  text-decoration: 2px underline #F3EFEF;
}
main#boutique article.content-single-product section#description ul.nav li.nav-item button.nav-link.active i.fa {
  transform: rotate(90deg);
}

/*TABLET*/
/**/
@media (min-width: 768px) {
  main#boutique section#boutique-header {
    padding-bottom: 75px !important;
  }
}
/*DESKTOP*/
/**/
@media (min-width: 992px) {
  main#boutique section#boutique-header {
    padding-bottom: 100px !important;
  }
}
main#panier {
  min-height: 66vh;
}
main#panier .wp-block-woocommerce-cart .wc-block-cart__submit-button, main#panier .wp-block-woocommerce-cart .wc-block-components-checkout-place-order-button {
  background-color: #d5704b;
  color: #F3EFEF;
  text-decoration: none;
  line-height: 1;
}
main#panier .wp-block-woocommerce-cart .wc-block-components-product-name {
  color: #322120;
}
main#panier .wp-block-woocommerce-cart .wc-block-components-product-metadata__description > p {
  font-size: 0.9rem;
}
main#panier .wp-block-woocommerce-cart .wc-block-components-totals-coupon-link, main#panier .wp-block-woocommerce-cart .wc-block-components-totals-shipping__change-address__link {
  color: #322120;
  font-size: 0.9rem;
}
main#panier .wp-block-woocommerce-cart .wc-block-components-totals-footer-item-tax {
  font-size: 0.9rem;
}
main#panier .wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
  grid-row-start: 2;
  grid-column-start: 1;
}
main#panier .wp-block-woocommerce-cart .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
  grid-row-start: 2;
}
main#panier .wp-block-woocommerce-cart .is-medium table.wc-block-cart-items .wc-block-cart-items__row {
  grid-template-columns: 0.5fr 1fr;
}
main#panier .wp-block-woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
  min-width: 150px;
}
main#panier section#panier-content .woocommerce-notices-wrapper .cart-empty.woocommerce-info {
  margin: 0;
  text-align: center;
}
main#panier section#panier-content .woocommerce {
  width: 100%;
}
main#panier section#panier-content .cart-empty.woocommerce-info {
  background-color: #322120;
  color: #F3EFEF;
  border: none;
}
main#panier section#panier-content .cart-empty.woocommerce-info:before {
  content: "";
}
main#panier section#panier-content .return-to-shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main#panier section#panier-content .return-to-shop .button.wc-backward {
  color: #F3EFEF;
  background-color: #d5704b;
  border: 1px solid transparent;
  text-align: center;
  -webkit-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
  font-weight: 500 !important;
}
main#panier section#panier-content .return-to-shop .button.wc-backward:hover {
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  border: 1px solid #d5704b;
  background-color: #F3EFEF;
  color: #d5704b;
}
main#panier section#panier-content form.woocommerce-cart-form table.shop_table {
  border: none;
  color: #F3EFEF;
}
main#panier section#panier-content form.woocommerce-cart-form table.shop_table thead, main#panier section#panier-content form.woocommerce-cart-form table.shop_table tbody tr:not(.woocommerce-cart-form__cart-item.cart_item) {
  border-color: #322120;
  background-color: #d5704b;
}
main#panier section#panier-content form.woocommerce-cart-form table.shop_table tbody {
  color: #F3EFEF;
}
main#panier section#panier-content form.woocommerce-cart-form table.shop_table tbody tr, main#panier section#panier-content form.woocommerce-cart-form table.shop_table tbody td {
  border-color: #F3EFEF !important;
}
main#panier section#panier-content form.woocommerce-cart-form table.shop_table tbody tr.woocommerce-cart-form__cart-item.cart_item {
  margin-bottom: 1rem !important;
  border: 1px solid #F3EFEF !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
main#panier section#panier-content form.woocommerce-cart-form table.shop_table tbody tr.woocommerce-cart-form__cart-item.cart_item:last-of-type {
  border: 1px solid transparent !important;
}
main#panier section#panier-content form.woocommerce-cart-form table.shop_table tbody tr.woocommerce-cart-form__cart-item.cart_item td {
  color: #322120;
}
main#panier section#panier-content form.woocommerce-cart-form table.shop_table tbody tr.woocommerce-cart-form__cart-item.cart_item td.product-remove {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main#panier section#panier-content form.woocommerce-cart-form table.shop_table tbody tr.woocommerce-cart-form__cart-item.cart_item td.product-name a {
  color: #322120;
  text-decoration: underline 1px transparent;
}
main#panier section#panier-content form.woocommerce-cart-form table.shop_table tbody tr.woocommerce-cart-form__cart-item.cart_item td.product-name a:hover {
  color: #322120;
  text-decoration: underline 1px #d5704b;
}
main#panier section#panier-content form.woocommerce-cart-form table.shop_table tbody tr:not(.woocommerce-cart-form__cart-item.cart_item) {
  background-color: #d5704b;
}
main#panier section#panier-content form.woocommerce-cart-form table.shop_table tbody td.product-remove a.remove {
  color: #d5704b !important;
}
main#panier section#panier-content form.woocommerce-cart-form table.shop_table tbody td.product-remove a.remove .icon {
  font-family: "icomoon" !important;
}
main#panier section#panier-content form.woocommerce-cart-form table.shop_table tbody td.product-remove a.remove:hover {
  color: #F3EFEF !important;
  background-color: inherit;
}
main#panier section#panier-content form.woocommerce-cart-form table.shop_table tbody td.actions .coupon input#coupon_code, main#panier section#panier-content form.woocommerce-cart-form table.shop_table tbody td.actions .coupon input#coupon_code:focus {
  background-color: transparent;
  color: #F3EFEF;
  box-shadow: none;
}
main#panier section#panier-content form.woocommerce-cart-form table.shop_table tbody td.actions .coupon input#coupon_code::placeholder, main#panier section#panier-content form.woocommerce-cart-form table.shop_table tbody td.actions .coupon input#coupon_code:focus::placeholder {
  color: #F3EFEF;
}
main#panier section#panier-content form.woocommerce-cart-form table.shop_table tbody td.actions .coupon button.button {
  background-color: transparent;
  color: #F3EFEF;
  text-transform: uppercase;
}
main#panier section#panier-content form.woocommerce-cart-form table.shop_table tbody td.actions button.button {
  color: #d5704b;
  background-color: #F3EFEF;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}
main#panier section#panier-content form.woocommerce-cart-form table.shop_table tbody td.actions button.button:hover {
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  color: #F3EFEF;
  background-color: #322120;
}
main#panier section#panier-content .cart-collaterals {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
main#panier section#panier-content .cart-collaterals .cart_totals {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color: white;
}
main#panier section#panier-content .cart-collaterals .cart_totals div:first-of-type {
  background-color: #d5704b;
}
main#panier section#panier-content .cart-collaterals .cart_totals table {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color: white;
  border: none;
}
main#panier section#panier-content .cart-collaterals .cart_totals table td {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-size: 1rem;
}
main#panier section#panier-content .cart-collaterals .cart_totals table td p, main#panier section#panier-content .cart-collaterals .cart_totals table td .p, main#panier section#panier-content .cart-collaterals .cart_totals table td ul li, main#panier section#panier-content .cart-collaterals .cart_totals table td a, main#panier section#panier-content .cart-collaterals .cart_totals table td .a {
  font-size: 1rem;
}
main#panier section#panier-content .cart-collaterals .cart_totals table td .select2-selection {
  background-color: transparent;
  border: 1px solid white;
  border-radius: 0;
  padding: 0.5rem 0.5rem;
  height: auto;
}
main#panier section#panier-content .cart-collaterals .cart_totals table td .select2-selection .select2-selection__arrow {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
main#panier section#panier-content .cart-collaterals .cart_totals table td .select2-selection .select2-selection__arrow b {
  border-color: white transparent transparent transparent;
}
main#panier section#panier-content .cart-collaterals .cart_totals table td .select2-selection .select2-selection__rendered {
  color: white;
}
main#panier section#panier-content .cart-collaterals .cart_totals table td .woocommerce form .form-row.woocommerce-validated .select2-container, main#panier section#panier-content .cart-collaterals .cart_totals table td .woocommerce form .form-row.woocommerce-validated input.input-text, main#panier section#panier-content .cart-collaterals .cart_totals table td .woocommerce form .form-row.woocommerce-validated select {
  border-color: #d5704b;
}
main#panier section#panier-content .cart-collaterals .cart_totals table td input, main#panier section#panier-content .cart-collaterals .cart_totals table td textarea {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background-color: transparent;
  color: #F3EFEF;
  box-shadow: none;
  font-size: 1rem;
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: #F3EFEF;
}
main#panier section#panier-content .cart-collaterals .cart_totals table td input::-webkit-input-placeholder, main#panier section#panier-content .cart-collaterals .cart_totals table td textarea::-webkit-input-placeholder {
  color: #F3EFEF;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-size: 1rem;
}
main#panier section#panier-content .cart-collaterals .cart_totals table td input::-moz-placeholder, main#panier section#panier-content .cart-collaterals .cart_totals table td textarea::-moz-placeholder {
  color: #F3EFEF;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-size: 1rem;
}
main#panier section#panier-content .cart-collaterals .cart_totals table td input:-ms-input-placeholder, main#panier section#panier-content .cart-collaterals .cart_totals table td textarea:-ms-input-placeholder {
  color: #F3EFEF;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-size: 1rem;
}
main#panier section#panier-content .cart-collaterals .cart_totals table td input::placeholder, main#panier section#panier-content .cart-collaterals .cart_totals table td textarea::placeholder {
  color: #F3EFEF;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-size: 1rem;
}
main#panier section#panier-content .cart-collaterals .cart_totals table td button.button {
  color: #d5704b;
  background-color: #F3EFEF;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
main#panier section#panier-content .cart-collaterals .cart_totals table td button.button:hover {
  color: #F3EFEF;
  background-color: #d5704b;
}
main#panier section#panier-content .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
  color: #F3EFEF;
  background-color: #d5704b;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
  font-size: 1rem;
}
main#panier section#panier-content .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button:hover {
  color: #d5704b;
  background-color: #F3EFEF;
  border: 1px solid #d5704b;
}
main#panier section#panier-content .cart-collaterals .cart_totals .wc-proceed-to-checkout .button.wc-backward {
  background-color: transparent;
  color: #d5704b;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
}

/*TABLET*/
/**/
@media (min-width: 768px) {
  main#panier section#panier-content form.woocommerce-cart-form table.shop_table tbody tr.woocommerce-cart-form__cart-item.cart_item {
    display: table-row;
  }
  main#panier section#panier-content form.woocommerce-cart-form table.shop_table tbody tr.woocommerce-cart-form__cart-item.cart_item td.product-remove {
    display: table-cell;
  }
  main#panier .wp-block-woocommerce-cart .wc-block-components-product-metadata__description > p {
    font-size: 0.96rem;
  }
  main#panier .wp-block-woocommerce-cart .wc-block-components-totals-coupon-link, main#panier .wp-block-woocommerce-cart .wc-block-components-totals-shipping__change-address__link {
    font-size: 0.96rem;
  }
  main#panier .wp-block-woocommerce-cart .wc-block-components-totals-footer-item-tax {
    font-size: 0.96rem;
  }
}
/*DESKTOP*/
/**/
@media (min-width: 992px) {
  main#panier .wp-block-woocommerce-cart .wc-block-components-product-metadata__description > p {
    font-size: 1rem;
  }
  main#panier .wp-block-woocommerce-cart .wc-block-components-totals-coupon-link, main#panier .wp-block-woocommerce-cart .wc-block-components-totals-shipping__change-address__link {
    font-size: 1rem;
  }
  main#panier .wp-block-woocommerce-cart .wc-block-components-totals-footer-item-tax {
    font-size: 1rem;
  }
}
main#checkout {
  /*Page Checkout */
}
main#checkout .wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button {
  background-color: #d5704b;
  color: #F3EFEF;
  text-decoration: none;
  line-height: 1;
  border: none;
  font-family: new-order, sans-serif;
  font-weight: 500;
}
main#checkout .wp-block-woocommerce-checkout .wc-block-components-product-name {
  color: #322120;
}
main#checkout .wp-block-woocommerce-checkout .wc-block-components-product-metadata__description > p, main#checkout .wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-terms-block a {
  font-size: 0.9rem;
}
main#checkout .wp-block-woocommerce-checkout .wc-block-components-totals-coupon-link {
  color: #322120;
  font-size: 0.9rem;
}
main#checkout .wp-block-woocommerce-checkout .wc-block-components-totals-footer-item-tax {
  font-size: 0.9rem;
}
main#checkout .wp-block-woocommerce-checkout .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
  grid-row-start: 2;
  grid-column-start: 1;
}
main#checkout .wp-block-woocommerce-checkout .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
  grid-row-start: 2;
}
main#checkout .wp-block-woocommerce-checkout .is-medium table.wc-block-cart-items .wc-block-cart-items__row {
  grid-template-columns: 0.5fr 1fr;
}
main#checkout .wp-block-woocommerce-checkout table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
  min-width: 150px;
}
main#checkout .wp-block-woocommerce-checkout .wp-block-button .wp-block-button__link {
  background-color: #F3EFEF;
}
main#checkout section#checkout-content .woocommerce {
  width: 100%;
}
main#checkout section#checkout-content .woocommerce-form-coupon-toggle .woocommerce-info, main#checkout section#checkout-content form.checkout_coupon {
  background-color: #322120;
}
main#checkout section#checkout-content form.checkout_coupon input#coupon_code, main#checkout section#checkout-content form.checkout_coupon input#coupon_code:focus {
  background-color: transparent;
  color: #F3EFEF;
  box-shadow: none;
  font-size: 0.9rem;
}
main#checkout section#checkout-content form.checkout_coupon input#coupon_code::-webkit-input-placeholder, main#checkout section#checkout-content form.checkout_coupon input#coupon_code:focus::-webkit-input-placeholder {
  font-size: 0.78rem;
  color: #F3EFEF;
}
main#checkout section#checkout-content form.checkout_coupon input#coupon_code::-moz-placeholder, main#checkout section#checkout-content form.checkout_coupon input#coupon_code:focus::-moz-placeholder {
  font-size: 0.78rem;
  color: #F3EFEF;
}
main#checkout section#checkout-content form.checkout_coupon input#coupon_code:-ms-input-placeholder, main#checkout section#checkout-content form.checkout_coupon input#coupon_code:focus:-ms-input-placeholder {
  font-size: 0.78rem;
  color: #F3EFEF;
}
main#checkout section#checkout-content form.checkout_coupon input#coupon_code::placeholder, main#checkout section#checkout-content form.checkout_coupon input#coupon_code:focus::placeholder {
  font-size: 0.78rem;
  color: #F3EFEF;
}
main#checkout section#checkout-content form.checkout_coupon button.button {
  background-color: #d5704b;
  color: #F3EFEF;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  font-weight: 500 !important;
}
main#checkout section#checkout-content #customer_details .woocommerce-billing-fields h3, main#checkout section#checkout-content #customer_details .woocommerce-shipping-fields h3, main#checkout section#checkout-content #customer_details .woocommerce-additional-fields h3, main#checkout section#checkout-content #order_review-content h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
main#checkout section#checkout-content #customer_details .woocommerce-billing-fields .select2-selection, main#checkout section#checkout-content #customer_details .woocommerce-shipping-fields .select2-selection, main#checkout section#checkout-content #customer_details .woocommerce-additional-fields .select2-selection, main#checkout section#checkout-content #order_review-content .select2-selection {
  background-color: transparent;
  border: 1px solid white;
  border-radius: 0;
  padding: 1rem 0.5rem;
  height: auto;
}
main#checkout section#checkout-content #customer_details .woocommerce-billing-fields .select2-selection .select2-selection__arrow, main#checkout section#checkout-content #customer_details .woocommerce-shipping-fields .select2-selection .select2-selection__arrow, main#checkout section#checkout-content #customer_details .woocommerce-additional-fields .select2-selection .select2-selection__arrow, main#checkout section#checkout-content #order_review-content .select2-selection .select2-selection__arrow {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
main#checkout section#checkout-content #customer_details .woocommerce-billing-fields .select2-selection .select2-selection__arrow b, main#checkout section#checkout-content #customer_details .woocommerce-shipping-fields .select2-selection .select2-selection__arrow b, main#checkout section#checkout-content #customer_details .woocommerce-additional-fields .select2-selection .select2-selection__arrow b, main#checkout section#checkout-content #order_review-content .select2-selection .select2-selection__arrow b {
  border-color: white transparent transparent transparent;
}
main#checkout section#checkout-content #customer_details .woocommerce-billing-fields .select2-selection .select2-selection__rendered, main#checkout section#checkout-content #customer_details .woocommerce-shipping-fields .select2-selection .select2-selection__rendered, main#checkout section#checkout-content #customer_details .woocommerce-additional-fields .select2-selection .select2-selection__rendered, main#checkout section#checkout-content #order_review-content .select2-selection .select2-selection__rendered {
  color: #F3EFEF;
}
main#checkout section#checkout-content #customer_details .woocommerce-billing-fields input#ship-to-different-address-checkbox, main#checkout section#checkout-content #customer_details .woocommerce-shipping-fields input#ship-to-different-address-checkbox, main#checkout section#checkout-content #customer_details .woocommerce-additional-fields input#ship-to-different-address-checkbox, main#checkout section#checkout-content #order_review-content input#ship-to-different-address-checkbox {
  width: 1.2rem;
  height: 1.2rem;
}
main#checkout section#checkout-content #customer_details .woocommerce-billing-fields input, main#checkout section#checkout-content #customer_details .woocommerce-billing-fields textarea, main#checkout section#checkout-content #customer_details .woocommerce-shipping-fields input, main#checkout section#checkout-content #customer_details .woocommerce-shipping-fields textarea, main#checkout section#checkout-content #customer_details .woocommerce-additional-fields input, main#checkout section#checkout-content #customer_details .woocommerce-additional-fields textarea {
  border-bottom-color: #d5704b;
}
main#checkout section#checkout-content #customer_details .woocommerce-billing-fields select, main#checkout section#checkout-content #customer_details .woocommerce-shipping-fields select, main#checkout section#checkout-content #customer_details .woocommerce-additional-fields select {
  border-color: #d5704b;
}
main#checkout section#checkout-content #customer_details .woocommerce-billing-fields .form-row:not(.woocommerce-invalid) label, main#checkout section#checkout-content #customer_details .woocommerce-shipping-fields .form-row:not(.woocommerce-invalid) label, main#checkout section#checkout-content #customer_details .woocommerce-additional-fields .form-row:not(.woocommerce-invalid) label {
  color: #322120;
}
main#checkout section#checkout-content #customer_details .woocommerce-billing-fields #billing_country_field, main#checkout section#checkout-content #customer_details .woocommerce-shipping-fields #billing_country_field, main#checkout section#checkout-content #customer_details .woocommerce-additional-fields #billing_country_field {
  color: #d5704b;
}
main#checkout section#checkout-content #customer_details .woocommerce-billing-fields #billing_country_field strong, main#checkout section#checkout-content #customer_details .woocommerce-shipping-fields #billing_country_field strong, main#checkout section#checkout-content #customer_details .woocommerce-additional-fields #billing_country_field strong {
  font-weight: normal;
}
main#checkout section#checkout-content .woocommerce form .form-row.woocommerce-validated .select2-container, main#checkout section#checkout-content .woocommerce form .form-row.woocommerce-validated input.input-text, main#checkout section#checkout-content .woocommerce form .form-row.woocommerce-validated select {
  border-color: #F3EFEF;
}
main#checkout section#checkout-content .woocommerce form .form-row.woocommerce-invalid label {
  color: rgba(170, 0, 0, 0.75);
}
main#checkout section#checkout-content .woocommerce form .form-row.woocommerce-invalid .select2-container, main#checkout section#checkout-content .woocommerce form .form-row.woocommerce-invalid input.input-text, main#checkout section#checkout-content .woocommerce form .form-row.woocommerce-invalid select {
  border-color: rgba(170, 0, 0, 0.75);
}
main#checkout section#checkout-content .woocommerce form .form-row .required {
  color: rgba(170, 0, 0, 0.75);
}
main#checkout section#checkout-content #customer_details .woocommerce-billing-fields, main#checkout section#checkout-content #customer_details .woocommerce-shipping-fields, main#checkout section#checkout-content #customer_details .woocommerce-additional-fields {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
main#checkout section#checkout-content #customer_details .woocommerce-billing-fields input, main#checkout section#checkout-content #customer_details .woocommerce-billing-fields textarea, main#checkout section#checkout-content #customer_details .woocommerce-shipping-fields input, main#checkout section#checkout-content #customer_details .woocommerce-shipping-fields textarea, main#checkout section#checkout-content #customer_details .woocommerce-additional-fields input, main#checkout section#checkout-content #customer_details .woocommerce-additional-fields textarea {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background-color: transparent;
  color: #d5704b;
  box-shadow: none;
  font-size: 0.9rem;
  border-top: none;
  border-left: none;
  border-right: none;
}
main#checkout section#checkout-content #customer_details .woocommerce-billing-fields input::-webkit-input-placeholder, main#checkout section#checkout-content #customer_details .woocommerce-billing-fields textarea::-webkit-input-placeholder, main#checkout section#checkout-content #customer_details .woocommerce-shipping-fields input::-webkit-input-placeholder, main#checkout section#checkout-content #customer_details .woocommerce-shipping-fields textarea::-webkit-input-placeholder, main#checkout section#checkout-content #customer_details .woocommerce-additional-fields input::-webkit-input-placeholder, main#checkout section#checkout-content #customer_details .woocommerce-additional-fields textarea::-webkit-input-placeholder {
  color: #d5704b;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-size: 0.78rem;
}
main#checkout section#checkout-content #customer_details .woocommerce-billing-fields input::-moz-placeholder, main#checkout section#checkout-content #customer_details .woocommerce-billing-fields textarea::-moz-placeholder, main#checkout section#checkout-content #customer_details .woocommerce-shipping-fields input::-moz-placeholder, main#checkout section#checkout-content #customer_details .woocommerce-shipping-fields textarea::-moz-placeholder, main#checkout section#checkout-content #customer_details .woocommerce-additional-fields input::-moz-placeholder, main#checkout section#checkout-content #customer_details .woocommerce-additional-fields textarea::-moz-placeholder {
  color: #d5704b;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-size: 0.78rem;
}
main#checkout section#checkout-content #customer_details .woocommerce-billing-fields input:-ms-input-placeholder, main#checkout section#checkout-content #customer_details .woocommerce-billing-fields textarea:-ms-input-placeholder, main#checkout section#checkout-content #customer_details .woocommerce-shipping-fields input:-ms-input-placeholder, main#checkout section#checkout-content #customer_details .woocommerce-shipping-fields textarea:-ms-input-placeholder, main#checkout section#checkout-content #customer_details .woocommerce-additional-fields input:-ms-input-placeholder, main#checkout section#checkout-content #customer_details .woocommerce-additional-fields textarea:-ms-input-placeholder {
  color: #d5704b;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-size: 0.78rem;
}
main#checkout section#checkout-content #customer_details .woocommerce-billing-fields input::placeholder, main#checkout section#checkout-content #customer_details .woocommerce-billing-fields textarea::placeholder, main#checkout section#checkout-content #customer_details .woocommerce-shipping-fields input::placeholder, main#checkout section#checkout-content #customer_details .woocommerce-shipping-fields textarea::placeholder, main#checkout section#checkout-content #customer_details .woocommerce-additional-fields input::placeholder, main#checkout section#checkout-content #customer_details .woocommerce-additional-fields textarea::placeholder {
  color: #d5704b;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-size: 0.78rem;
}
main#checkout section#checkout-content #order_review-content {
  background-color: #d5704b;
}
main#checkout section#checkout-content #order_review-content table.woocommerce-checkout-review-order-table {
  color: white;
  border: none;
}
main#checkout section#checkout-content #order_review-content table.woocommerce-checkout-review-order-table th, main#checkout section#checkout-content #order_review-content table.woocommerce-checkout-review-order-table td {
  border-color: white;
  font-size: 0.9rem;
}
main#checkout section#checkout-content #order_review-content table.woocommerce-checkout-review-order-table th p, main#checkout section#checkout-content #order_review-content table.woocommerce-checkout-review-order-table th .p, main#checkout section#checkout-content #order_review-content table.woocommerce-checkout-review-order-table th ul li, main#checkout section#checkout-content #order_review-content table.woocommerce-checkout-review-order-table th a, main#checkout section#checkout-content #order_review-content table.woocommerce-checkout-review-order-table th .a, main#checkout section#checkout-content #order_review-content table.woocommerce-checkout-review-order-table td p, main#checkout section#checkout-content #order_review-content table.woocommerce-checkout-review-order-table td .p, main#checkout section#checkout-content #order_review-content table.woocommerce-checkout-review-order-table td ul li, main#checkout section#checkout-content #order_review-content table.woocommerce-checkout-review-order-table td a, main#checkout section#checkout-content #order_review-content table.woocommerce-checkout-review-order-table td .a {
  font-size: 0.9rem;
}
main#checkout section#checkout-content #order_review-content a:hover {
  color: #322120;
}
main#checkout section#checkout-content #add_payment_method #payment, main#checkout section#checkout-content .woocommerce-cart #payment, main#checkout section#checkout-content .woocommerce-checkout #payment {
  background-color: transparent;
}
main#checkout section#checkout-content #add_payment_method #payment div.payment_box, main#checkout section#checkout-content .woocommerce-cart #payment div.payment_box, main#checkout section#checkout-content .woocommerce-checkout #payment div.payment_box {
  background-color: #322120;
  color: #F3EFEF;
}
main#checkout section#checkout-content #add_payment_method #payment div.payment_box a:hover, main#checkout section#checkout-content .woocommerce-cart #payment div.payment_box a:hover, main#checkout section#checkout-content .woocommerce-checkout #payment div.payment_box a:hover {
  color: #d5704b;
}
main#checkout section#checkout-content #add_payment_method #payment div.payment_box:before, main#checkout section#checkout-content .woocommerce-cart #payment div.payment_box:before, main#checkout section#checkout-content .woocommerce-checkout #payment div.payment_box:before {
  border-color: transparent transparent #322120 transparent;
}
main#checkout section#checkout-content #place_order {
  color: #d5704b;
  background-color: #F3EFEF;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  font-size: 0.9rem;
}
main#checkout section#checkout-content #place_order:hover {
  color: #F3EFEF;
  background-color: #322120;
}
main#checkout section#checkout-content .woocommerce ul.order_details {
  background-color: #d5704b;
  color: #F3EFEF;
  font-weight: normal;
  padding: 0.6rem;
  margin-bottom: 0;
}
main#checkout section#checkout-content .woocommerce ul.order_details strong {
  font-weight: normal;
}
main#checkout section#checkout-content .woocommerce table.shop_table {
  color: #322120;
  font-size: 0.75rem;
}
main#checkout section#checkout-content .woocommerce table.shop_table th, main#checkout section#checkout-content .woocommerce table.shop_table td {
  border-color: #322120;
}
main#checkout section#checkout-content .woocommerce table.shop_table th a, main#checkout section#checkout-content .woocommerce table.shop_table td a {
  color: #322120;
  text-decoration: 1px underline transparent;
  font-size: 0.75rem;
  transition: all 0.3s ease-in-out;
}
main#checkout section#checkout-content .woocommerce table.shop_table th a:hover, main#checkout section#checkout-content .woocommerce table.shop_table td a:hover {
  text-decoration: 1px underline #d5704b;
}

/*TABLET*/
/**/
@media (min-width: 768px) {
  main#checkout {
    /*Page Checkout */
  }
  main#checkout .wp-block-woocommerce-checkout .wc-block-components-product-metadata__description > p, main#checkout .wp-block-woocommerce-checkout .wc-block-components-totals-coupon-link, main#checkout .wp-block-woocommerce-checkout .wc-block-components-totals-shipping__change-address__link, main#checkout .wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-terms-block a, main#checkout .wp-block-woocommerce-checkout .wc-block-components-totals-footer-item-tax {
    font-size: 0.96rem;
  }
  main#checkout section#checkout-content form.checkout_coupon input#coupon_code, main#checkout section#checkout-content form.checkout_coupon input#coupon_code:focus {
    font-size: 1.2rem;
  }
  main#checkout section#checkout-content form.checkout_coupon input#coupon_code::-webkit-input-placeholder, main#checkout section#checkout-content form.checkout_coupon input#coupon_code:focus::-webkit-input-placeholder {
    font-size: 1.04rem;
  }
  main#checkout section#checkout-content form.checkout_coupon input#coupon_code::-moz-placeholder, main#checkout section#checkout-content form.checkout_coupon input#coupon_code:focus::-moz-placeholder {
    font-size: 1.04rem;
  }
  main#checkout section#checkout-content form.checkout_coupon input#coupon_code:-ms-input-placeholder, main#checkout section#checkout-content form.checkout_coupon input#coupon_code:focus:-ms-input-placeholder {
    font-size: 1.04rem;
  }
  main#checkout section#checkout-content form.checkout_coupon input#coupon_code::placeholder, main#checkout section#checkout-content form.checkout_coupon input#coupon_code:focus::placeholder {
    font-size: 1.04rem;
  }
  main#checkout section#checkout-content #customer_details .woocommerce-billing-fields input#ship-to-different-address-checkbox, main#checkout section#checkout-content #customer_details .woocommerce-shipping-fields input#ship-to-different-address-checkbox, main#checkout section#checkout-content #customer_details .woocommerce-additional-fields input#ship-to-different-address-checkbox, main#checkout section#checkout-content #order_review-content input#ship-to-different-address-checkbox {
    width: 1.6rem;
    height: 1.6rem;
  }
  main#checkout section#checkout-content #customer_details .woocommerce-billing-fields input, main#checkout section#checkout-content #customer_details .woocommerce-billing-fields textarea, main#checkout section#checkout-content #customer_details .woocommerce-shipping-fields input, main#checkout section#checkout-content #customer_details .woocommerce-shipping-fields textarea, main#checkout section#checkout-content #customer_details .woocommerce-additional-fields input, main#checkout section#checkout-content #customer_details .woocommerce-additional-fields textarea {
    font-size: 1.2rem;
  }
  main#checkout section#checkout-content #customer_details .woocommerce-billing-fields input::-webkit-input-placeholder, main#checkout section#checkout-content #customer_details .woocommerce-billing-fields textarea::-webkit-input-placeholder, main#checkout section#checkout-content #customer_details .woocommerce-shipping-fields input::-webkit-input-placeholder, main#checkout section#checkout-content #customer_details .woocommerce-shipping-fields textarea::-webkit-input-placeholder, main#checkout section#checkout-content #customer_details .woocommerce-additional-fields input::-webkit-input-placeholder, main#checkout section#checkout-content #customer_details .woocommerce-additional-fields textarea::-webkit-input-placeholder {
    font-size: 1.04rem;
  }
  main#checkout section#checkout-content #customer_details .woocommerce-billing-fields input::-moz-placeholder, main#checkout section#checkout-content #customer_details .woocommerce-billing-fields textarea::-moz-placeholder, main#checkout section#checkout-content #customer_details .woocommerce-shipping-fields input::-moz-placeholder, main#checkout section#checkout-content #customer_details .woocommerce-shipping-fields textarea::-moz-placeholder, main#checkout section#checkout-content #customer_details .woocommerce-additional-fields input::-moz-placeholder, main#checkout section#checkout-content #customer_details .woocommerce-additional-fields textarea::-moz-placeholder {
    font-size: 1.04rem;
  }
  main#checkout section#checkout-content #customer_details .woocommerce-billing-fields input:-ms-input-placeholder, main#checkout section#checkout-content #customer_details .woocommerce-billing-fields textarea:-ms-input-placeholder, main#checkout section#checkout-content #customer_details .woocommerce-shipping-fields input:-ms-input-placeholder, main#checkout section#checkout-content #customer_details .woocommerce-shipping-fields textarea:-ms-input-placeholder, main#checkout section#checkout-content #customer_details .woocommerce-additional-fields input:-ms-input-placeholder, main#checkout section#checkout-content #customer_details .woocommerce-additional-fields textarea:-ms-input-placeholder {
    font-size: 1.04rem;
  }
  main#checkout section#checkout-content #customer_details .woocommerce-billing-fields input::placeholder, main#checkout section#checkout-content #customer_details .woocommerce-billing-fields textarea::placeholder, main#checkout section#checkout-content #customer_details .woocommerce-shipping-fields input::placeholder, main#checkout section#checkout-content #customer_details .woocommerce-shipping-fields textarea::placeholder, main#checkout section#checkout-content #customer_details .woocommerce-additional-fields input::placeholder, main#checkout section#checkout-content #customer_details .woocommerce-additional-fields textarea::placeholder {
    font-size: 1.04rem;
  }
  main#checkout section#checkout-content #order_review-content table.woocommerce-checkout-review-order-table th, main#checkout section#checkout-content #order_review-content table.woocommerce-checkout-review-order-table td {
    font-size: 1.2rem;
  }
  main#checkout section#checkout-content #order_review-content table.woocommerce-checkout-review-order-table th p, main#checkout section#checkout-content #order_review-content table.woocommerce-checkout-review-order-table th .p, main#checkout section#checkout-content #order_review-content table.woocommerce-checkout-review-order-table th ul li, main#checkout section#checkout-content #order_review-content table.woocommerce-checkout-review-order-table th a, main#checkout section#checkout-content #order_review-content table.woocommerce-checkout-review-order-table th .a, main#checkout section#checkout-content #order_review-content table.woocommerce-checkout-review-order-table td p, main#checkout section#checkout-content #order_review-content table.woocommerce-checkout-review-order-table td .p, main#checkout section#checkout-content #order_review-content table.woocommerce-checkout-review-order-table td ul li, main#checkout section#checkout-content #order_review-content table.woocommerce-checkout-review-order-table td a, main#checkout section#checkout-content #order_review-content table.woocommerce-checkout-review-order-table td .a {
    font-size: 0.8rem;
  }
  main#checkout section#checkout-content #place_order {
    font-size: 0.8rem;
  }
  main#checkout section#checkout-content .woocommerce ul.order_details {
    padding: 0.8rem;
  }
  main#checkout section#checkout-content .woocommerce table.shop_table {
    font-size: 1rem;
  }
  main#checkout section#checkout-content .woocommerce table.shop_table th a, main#checkout section#checkout-content .woocommerce table.shop_table td a {
    font-size: 1rem;
  }
}
/*DESKTOP*/
/**/
@media (min-width: 992px) {
  main#checkout {
    /*Page Checkout */
  }
  main#checkout .wp-block-woocommerce-checkout .wc-block-components-product-metadata__description > p, main#checkout .wp-block-woocommerce-checkout .wc-block-components-totals-coupon-link, main#checkout .wp-block-woocommerce-checkout .wc-block-components-totals-shipping__change-address__link, main#checkout .wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-terms-block a, main#checkout .wp-block-woocommerce-checkout .wc-block-components-totals-footer-item-tax {
    font-size: 1rem;
  }
  main#checkout section#checkout-content form.checkout_coupon input#coupon_code, main#checkout section#checkout-content form.checkout_coupon input#coupon_code:focus {
    font-size: 1.5rem;
  }
  main#checkout section#checkout-content form.checkout_coupon input#coupon_code::-webkit-input-placeholder, main#checkout section#checkout-content form.checkout_coupon input#coupon_code:focus::-webkit-input-placeholder {
    font-size: 1.3rem;
  }
  main#checkout section#checkout-content form.checkout_coupon input#coupon_code::-moz-placeholder, main#checkout section#checkout-content form.checkout_coupon input#coupon_code:focus::-moz-placeholder {
    font-size: 1.3rem;
  }
  main#checkout section#checkout-content form.checkout_coupon input#coupon_code:-ms-input-placeholder, main#checkout section#checkout-content form.checkout_coupon input#coupon_code:focus:-ms-input-placeholder {
    font-size: 1.3rem;
  }
  main#checkout section#checkout-content form.checkout_coupon input#coupon_code::placeholder, main#checkout section#checkout-content form.checkout_coupon input#coupon_code:focus::placeholder {
    font-size: 1.3rem;
  }
  main#checkout section#checkout-content #customer_details .woocommerce-billing-fields input#ship-to-different-address-checkbox, main#checkout section#checkout-content #customer_details .woocommerce-shipping-fields input#ship-to-different-address-checkbox, main#checkout section#checkout-content #customer_details .woocommerce-additional-fields input#ship-to-different-address-checkbox, main#checkout section#checkout-content #order_review-content input#ship-to-different-address-checkbox {
    width: 1.5rem;
    height: 1.5rem;
  }
  main#checkout section#checkout-content #customer_details .woocommerce-billing-fields input, main#checkout section#checkout-content #customer_details .woocommerce-billing-fields textarea, main#checkout section#checkout-content #customer_details .woocommerce-shipping-fields input, main#checkout section#checkout-content #customer_details .woocommerce-shipping-fields textarea, main#checkout section#checkout-content #customer_details .woocommerce-additional-fields input, main#checkout section#checkout-content #customer_details .woocommerce-additional-fields textarea {
    font-size: 1.5rem;
  }
  main#checkout section#checkout-content #customer_details .woocommerce-billing-fields input::-webkit-input-placeholder, main#checkout section#checkout-content #customer_details .woocommerce-billing-fields textarea::-webkit-input-placeholder, main#checkout section#checkout-content #customer_details .woocommerce-shipping-fields input::-webkit-input-placeholder, main#checkout section#checkout-content #customer_details .woocommerce-shipping-fields textarea::-webkit-input-placeholder, main#checkout section#checkout-content #customer_details .woocommerce-additional-fields input::-webkit-input-placeholder, main#checkout section#checkout-content #customer_details .woocommerce-additional-fields textarea::-webkit-input-placeholder {
    font-size: 1.3rem;
  }
  main#checkout section#checkout-content #customer_details .woocommerce-billing-fields input::-moz-placeholder, main#checkout section#checkout-content #customer_details .woocommerce-billing-fields textarea::-moz-placeholder, main#checkout section#checkout-content #customer_details .woocommerce-shipping-fields input::-moz-placeholder, main#checkout section#checkout-content #customer_details .woocommerce-shipping-fields textarea::-moz-placeholder, main#checkout section#checkout-content #customer_details .woocommerce-additional-fields input::-moz-placeholder, main#checkout section#checkout-content #customer_details .woocommerce-additional-fields textarea::-moz-placeholder {
    font-size: 1.3rem;
  }
  main#checkout section#checkout-content #customer_details .woocommerce-billing-fields input:-ms-input-placeholder, main#checkout section#checkout-content #customer_details .woocommerce-billing-fields textarea:-ms-input-placeholder, main#checkout section#checkout-content #customer_details .woocommerce-shipping-fields input:-ms-input-placeholder, main#checkout section#checkout-content #customer_details .woocommerce-shipping-fields textarea:-ms-input-placeholder, main#checkout section#checkout-content #customer_details .woocommerce-additional-fields input:-ms-input-placeholder, main#checkout section#checkout-content #customer_details .woocommerce-additional-fields textarea:-ms-input-placeholder {
    font-size: 1.3rem;
  }
  main#checkout section#checkout-content #customer_details .woocommerce-billing-fields input::placeholder, main#checkout section#checkout-content #customer_details .woocommerce-billing-fields textarea::placeholder, main#checkout section#checkout-content #customer_details .woocommerce-shipping-fields input::placeholder, main#checkout section#checkout-content #customer_details .woocommerce-shipping-fields textarea::placeholder, main#checkout section#checkout-content #customer_details .woocommerce-additional-fields input::placeholder, main#checkout section#checkout-content #customer_details .woocommerce-additional-fields textarea::placeholder {
    font-size: 1.3rem;
  }
  main#checkout section#checkout-content #order_review-content table.woocommerce-checkout-review-order-table th, main#checkout section#checkout-content #order_review-content table.woocommerce-checkout-review-order-table td {
    font-size: 1.5rem;
  }
  main#checkout section#checkout-content #order_review-content table.woocommerce-checkout-review-order-table th p, main#checkout section#checkout-content #order_review-content table.woocommerce-checkout-review-order-table th .p, main#checkout section#checkout-content #order_review-content table.woocommerce-checkout-review-order-table th ul li, main#checkout section#checkout-content #order_review-content table.woocommerce-checkout-review-order-table th a, main#checkout section#checkout-content #order_review-content table.woocommerce-checkout-review-order-table th .a, main#checkout section#checkout-content #order_review-content table.woocommerce-checkout-review-order-table td p, main#checkout section#checkout-content #order_review-content table.woocommerce-checkout-review-order-table td .p, main#checkout section#checkout-content #order_review-content table.woocommerce-checkout-review-order-table td ul li, main#checkout section#checkout-content #order_review-content table.woocommerce-checkout-review-order-table td a, main#checkout section#checkout-content #order_review-content table.woocommerce-checkout-review-order-table td .a {
    font-size: 1.5rem;
  }
  main#checkout section#checkout-content #place_order {
    font-size: 1.5rem;
  }
  main#checkout section#checkout-content .woocommerce ul.order_details {
    padding: 1rem;
  }
  main#checkout section#checkout-content .woocommerce table.shop_table {
    font-size: 1.25rem;
  }
  main#checkout section#checkout-content .woocommerce table.shop_table th a, main#checkout section#checkout-content .woocommerce table.shop_table td a {
    font-size: 1.25rem;
  }
}
main#valeurs section#notre-mission-header {
  padding-bottom: 50px !important;
}
main#valeurs #en-bref {
  min-height: 66vh;
  background-position: 0 0, 0 0;
  background-size: cover;
}
main#valeurs #en-bref section#en-bref-header {
  padding-top: 50px !important;
}
main#valeurs #liste-des-valeurs {
  padding-top: 20vh;
}
main#valeurs #liste-des-valeurs article figure {
  padding: 2.4rem;
  border-radius: 50%;
  font-size: 1.8rem;
}
main#valeurs #liste-des-valeurs article figure .icon {
  font-size: 7.2rem;
}
main#valeurs #liste-des-valeurs article div.description {
  z-index: 50;
}
main#valeurs #liste-des-valeurs article div.description h3 {
  color: #322120;
}
main#valeurs #liste-des-valeurs article div.description p {
  color: #322120;
}
main#valeurs #liste-des-valeurs article:nth-child(even) figure {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6) 0, rgba(255, 255, 255, 0.15) 70%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0, rgba(255, 255, 255, 0.15) 70%);
  -webkit-transform: translate(50%, -70%);
  transform: translate(50%, -70%);
  right: 50%;
}
main#valeurs #liste-des-valeurs article:nth-child(odd) figure {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6) 0, rgba(255, 255, 255, 0.15) 70%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0, rgba(255, 255, 255, 0.15) 70%);
  -webkit-transform: translate(-50%, -70%);
  transform: translate(-50%, -70%);
  left: 50%;
}
main#valeurs i.icon, main#valeurs span.icon {
  color: #d5704b;
}

/*TABLET*/
/**/
@media (min-width: 768px) {
  main#valeurs section#notre-mission-header {
    padding-bottom: 75px !important;
  }
  main#valeurs #en-bref section#en-bref-header {
    padding-top: 75px !important;
  }
  main#valeurs #liste-des-valeurs article figure {
    font-size: 2.4rem;
    padding: 3.2rem;
  }
  main#valeurs #liste-des-valeurs article figure .icon {
    font-size: 9.6rem;
  }
  main#valeurs #liste-des-valeurs article:nth-child(even) figure {
    -webkit-transform: translate(70%, -50%);
    transform: translate(70%, -50%);
    right: 0;
  }
  main#valeurs #liste-des-valeurs article:nth-child(odd) figure {
    -webkit-transform: translate(-70%, -50%);
    transform: translate(-70%, -50%);
    left: 0;
  }
}
/*DESKTOP*/
/**/
@media (min-width: 992px) {
  main#valeurs section#notre-mission-header {
    padding-bottom: 100px !important;
  }
  main#valeurs #en-bref section#en-bref-header {
    padding-top: 100px !important;
  }
  main#valeurs #liste-des-valeurs article figure {
    font-size: 3rem;
    padding: 4rem;
  }
  main#valeurs #liste-des-valeurs article figure .icon {
    font-size: 12rem;
  }
}
main#equipe section .icon {
  color: #d5704b;
  font-size: 9rem;
}
main#equipe section article figure span.icon-noun-tape-1103846-fill {
  font-size: 6rem;
  color: #F5EBD0;
}
main#equipe section article figure span.icon-noun-tape-1103846-fill:nth-of-type(1) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
main#equipe section article figure span.icon-noun-tape-1103846-fill:nth-of-type(3) {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
main#equipe section article figure span.icon-noun-tape-1103846-fill:nth-of-type(4) {
  -webkit-transform: translate(0, 50%) rotate(90deg);
  transform: translate(0, 50%) rotate(90deg);
}

/*TABLET*/
/**/
@media (min-width: 768px) {
  main#equipe section .icon {
    font-size: 12rem;
  }
}
/*DESKTOP*/
/**/
@media (min-width: 992px) {
  main#equipe section .icon {
    font-size: 15rem;
  }
}
main#on-parle-de-nous section#on-parle-de-nous-header {
  padding-bottom: 50px !important;
}
main#on-parle-de-nous div.image_temoin figure, main#on-parle-de-nous a figure {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.5) !important;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
main#on-parle-de-nous div.image_temoin figure img, main#on-parle-de-nous a figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
main#on-parle-de-nous div.image_temoin figure:before, main#on-parle-de-nous a figure:before {
  z-index: 50;
  position: absolute;
  content: "";
  background-color: transparent;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
main#on-parle-de-nous div.image_temoin:hover figure, main#on-parle-de-nous a:hover figure {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
main#on-parle-de-nous div.image_temoin:hover figure img, main#on-parle-de-nous a:hover figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
main#on-parle-de-nous div.image_temoin:hover figure:before, main#on-parle-de-nous a:hover figure:before {
  background-color: rgba(74, 89, 84, 0.5);
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}

/*TABLET*/
/**/
@media (min-width: 768px) {
  main#on-parle-de-nous section#on-parle-de-nous-header {
    padding-bottom: 75px !important;
  }
}
/*DESKTOP*/
/**/
@media (min-width: 992px) {
  main#on-parle-de-nous section#on-parle-de-nous-header {
    padding-bottom: 100px !important;
  }
}
main#points-de-vente article {
  position: relative;
}
main#points-de-vente article #map {
  min-height: 60vh;
  position: relative;
  z-index: 0;
}
main#points-de-vente article #map a {
  font-size: inherit;
}
main#points-de-vente article #marker-description-list {
  color: #d5704b;
  background-color: white;
}
main#points-de-vente article #marker-description-list a {
  color: #322120;
  text-decoration: none;
}
main#points-de-vente article #marker-description-list a:hover {
  color: #d5704b;
}

/*TABLET*/
/**/
/*DESKTOP*/
/**/
@media (min-width: 1200px) {
  #marker-description-list {
    position: absolute;
    min-height: 60vh;
    left: 0;
  }
}
main#page {
  min-height: 66vh;
}

aside.toast.hide {
  display: none !important;
}

header button#mobile-nav span {
  color: white;
  font-size: 2.1rem;
}
header nav.offcanvas {
  background-color: rgba(223, 177, 54, 0.9);
}
header nav.offcanvas div.offcanvas-header button#offcanvas-nav-button-close {
  color: white;
}
header nav.offcanvas div.offcanvas-header button#offcanvas-nav-button-close span {
  font-size: 2.1rem;
}
header nav.offcanvas div.offcanvas-body #cart_number.circle {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
  background-color: #F3EFEF;
  color: #d5704b;
  font-size: 1rem;
  border-radius: 50%;
  min-width: 20px;
  min-height: 20px;
  padding: 5px;
  text-align: center;
  line-height: 1;
  box-sizing: content-box;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
header nav.offcanvas div.offcanvas-body #cart_number.circle:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%;
  height: 0;
}
header nav.offcanvas div.offcanvas-body ul li a {
  font-size: 2.1rem;
  text-decoration: none;
  color: #F3EFEF;
}
header nav.offcanvas div.offcanvas-body ul li a#nav-panier > span {
  border: 3px solid white;
  border-radius: 50%;
}
header nav.offcanvas div.offcanvas-body ul li a#nav-panier > span::before {
  content: "\e903";
  padding-left: 6.825px;
  padding-right: 6.825px;
}
header nav.offcanvas div.offcanvas-body ul li a:hover {
  color: #322120;
}

/*TABLET*/
/**/
@media (min-width: 768px) {
  header nav ul#menu-menu-principal li a {
    text-decoration: none !important;
  }
  header nav ul#menu-menu-principal li.current-menu-item > a {
    color: #d5704b;
  }
  header nav ul#menu-menu-principal > li > a {
    color: #322120;
  }
  header nav li.dropdown ul.dropdown-menu {
    background: #F3EFEF;
  }
  header nav li.dropdown ul.dropdown-menu .dropdown-item {
    color: #322120;
  }
  header nav li.dropdown ul.dropdown-menu .dropdown-item:hover {
    color: #d5704b;
  }
  header nav li.dropdown ul.dropdown-menu .dropdown-divider {
    border-color: #322120;
  }
  header nav span.icon-noun-ecobag-885951 {
    font-size: 3.2rem;
  }
  header nav #cart_number.circle {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(50%, 50%);
    background-color: #F3EFEF;
    color: #d5704b;
    font-size: 1rem;
    border-radius: 50%;
    min-width: 20px;
    min-height: 20px;
    padding: 5px;
    text-align: center;
    line-height: 1;
    box-sizing: content-box;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  header nav #cart_number.circle:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    padding-top: 100%;
    height: 0;
  }
  header nav #cart_number.circle span {
    display: inline-block;
    vertical-align: middle;
    padding-top: 3px;
  }
  header nav li:hover #cart_number.circle {
    background-color: #d5704b;
    color: #F3EFEF;
  }
}
/*DESKTOP*/
/**/
@media (min-width: 992px) {
  header nav span.icon-noun-ecobag-885951 {
    font-size: 4rem;
  }
}
footer > div {
  grid-template-columns: repeat(14, 1fr);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
footer > div #newsletter {
  grid-column: 1/15;
  grid-row: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
footer > div #newsletter #mailpoet_form_1 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer > div #newsletter #mailpoet_form_1 form.mailpoet_form {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  border-bottom: 1px solid #F3EFEF;
  padding: 0;
  margin: 0;
}
footer > div #newsletter #mailpoet_form_1 form.mailpoet_form > .mailpoet_paragraph {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
}
footer > div #newsletter #mailpoet_form_1 form.mailpoet_form > .mailpoet_paragraph ul.parsley-errors-list li {
  font-size: 1rem;
}
footer > div #newsletter #mailpoet_form_1 form.mailpoet_form > .mailpoet_paragraph.last {
  padding: 0;
}
footer > div #newsletter #mailpoet_form_1 form.mailpoet_form > .mailpoet_message {
  padding: 0;
}
footer > div #newsletter #mailpoet_form_1 form.mailpoet_form > .mailpoet_message p {
  background: #6b605e;
  color: white;
  padding: 1rem;
  z-index: 40;
  width: 100%;
  font-size: 1rem;
}
footer > div #newsletter #mailpoet_form_1 form.mailpoet_form input[type=email] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background-color: transparent;
  color: #F3EFEF;
  border: 0;
  line-height: 1.5;
}
footer > div #newsletter #mailpoet_form_1 form.mailpoet_form input[type=email]:focus, footer > div #newsletter #mailpoet_form_1 form.mailpoet_form input[type=email]:focus-visible {
  box-shadow: none;
  outline: 0;
}
footer > div #newsletter #mailpoet_form_1 form.mailpoet_form input[type=email]::-webkit-input-placeholder {
  color: #F3EFEF;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
footer > div #newsletter #mailpoet_form_1 form.mailpoet_form input[type=email]::-moz-placeholder {
  color: #F3EFEF;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
footer > div #newsletter #mailpoet_form_1 form.mailpoet_form input[type=email]:-ms-input-placeholder {
  color: #F3EFEF;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
footer > div #newsletter #mailpoet_form_1 form.mailpoet_form input[type=email]::placeholder {
  color: #F3EFEF;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
footer > div #newsletter #mailpoet_form_1 form.mailpoet_form input[type=submit] {
  background-color: transparent;
  color: #F3EFEF;
  padding: 1rem 2rem;
}
footer > div #contact {
  grid-column: 1/15;
  grid-row: 2;
}
footer > div #contact #social_networks hr {
  height: 3vh;
  border-right-width: 1px;
  border-right-style: solid;
  opacity: 1;
}
footer > div #footer-content {
  grid-column: 1/15;
  grid-row: 3;
}
footer > div #footer-content ul#menu-menu-footer li {
  display: flex;
  align-items: center;
}
footer > div #footer-content p {
  font-size: 1rem;
  color: #322120;
}
footer > div #footer-content a {
  font-size: 1rem;
  color: #322120;
  text-decoration: none;
}
footer > div #footer-content a:hover {
  color: #d5704b;
}
footer #offcanvasContact, footer #offcanvasRevendeur {
  background-color: rgba(223, 177, 54, 0.9);
}
footer #offcanvasContact input, footer #offcanvasContact button, footer #offcanvasContact textarea, footer #offcanvasRevendeur input, footer #offcanvasRevendeur button, footer #offcanvasRevendeur textarea {
  background-color: transparent;
  color: white;
}
footer #offcanvasContact input:focus, footer #offcanvasContact button:focus, footer #offcanvasContact textarea:focus, footer #offcanvasRevendeur input:focus, footer #offcanvasRevendeur button:focus, footer #offcanvasRevendeur textarea:focus {
  box-shadow: none;
  outline: none;
}
footer #offcanvasContact input::-webkit-input-placeholder, footer #offcanvasContact textarea::-webkit-input-placeholder, footer #offcanvasRevendeur input::-webkit-input-placeholder, footer #offcanvasRevendeur textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
footer #offcanvasContact input::-moz-placeholder, footer #offcanvasContact textarea::-moz-placeholder, footer #offcanvasRevendeur input::-moz-placeholder, footer #offcanvasRevendeur textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
footer #offcanvasContact input:-ms-input-placeholder, footer #offcanvasContact textarea:-ms-input-placeholder, footer #offcanvasRevendeur input:-ms-input-placeholder, footer #offcanvasRevendeur textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
footer #offcanvasContact input::placeholder, footer #offcanvasContact textarea::placeholder, footer #offcanvasRevendeur input::placeholder, footer #offcanvasRevendeur textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
footer #offcanvasContact button, footer #offcanvasContact a, footer #offcanvasRevendeur button, footer #offcanvasRevendeur a {
  color: white;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer #offcanvasContact button:hover, footer #offcanvasContact a:hover, footer #offcanvasRevendeur button:hover, footer #offcanvasRevendeur a:hover {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #5E827C;
}
footer #offcanvasContact .wpcf7-response-output, footer #offcanvasRevendeur .wpcf7-response-output {
  border: none;
  background-color: #322120;
}
footer #offcanvasRevendeur {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
footer #offcanvasRevendeur #mailpoet_form_2 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer #offcanvasRevendeur #mailpoet_form_2 form.mailpoet_form {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  border-bottom: 1px solid white;
  padding: 0;
  margin: 0;
}
footer #offcanvasRevendeur #mailpoet_form_2 form.mailpoet_form > .mailpoet_paragraph {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
}
footer #offcanvasRevendeur #mailpoet_form_2 form.mailpoet_form > .mailpoet_paragraph ul.parsley-errors-list li {
  font-size: 1rem;
}
footer #offcanvasRevendeur #mailpoet_form_2 form.mailpoet_form > .mailpoet_message {
  padding: 0;
}
footer #offcanvasRevendeur #mailpoet_form_2 form.mailpoet_form > .mailpoet_message p {
  background: #6b605e;
  color: white;
  padding: 1rem;
  z-index: 40;
  width: 100%;
  font-size: 1rem;
}
footer #offcanvasRevendeur #mailpoet_form_2 form.mailpoet_form input[type=email] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background-color: transparent;
  color: white;
  border: 0;
  line-height: 1.5;
}
footer #offcanvasRevendeur #mailpoet_form_2 form.mailpoet_form input[type=email]:focus, footer #offcanvasRevendeur #mailpoet_form_2 form.mailpoet_form input[type=email]:focus-visible {
  box-shadow: none;
  outline: 0;
}
footer #offcanvasRevendeur #mailpoet_form_2 form.mailpoet_form input[type=email]::-webkit-input-placeholder {
  color: #F3EFEF;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
footer #offcanvasRevendeur #mailpoet_form_2 form.mailpoet_form input[type=email]::-moz-placeholder {
  color: #F3EFEF;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
footer #offcanvasRevendeur #mailpoet_form_2 form.mailpoet_form input[type=email]:-ms-input-placeholder {
  color: #F3EFEF;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
footer #offcanvasRevendeur #mailpoet_form_2 form.mailpoet_form input[type=email]::placeholder {
  color: #F3EFEF;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
footer #offcanvasRevendeur #mailpoet_form_2 form.mailpoet_form input[type=submit] {
  text-transform: uppercase;
  background-color: transparent;
  color: white;
}

/*TABLET*/
/**/
@media (min-width: 768px) {
  footer > div #newsletter {
    grid-column: 8/15;
    grid-row: 1;
  }
  footer > div #contact {
    grid-column: 8/15;
    grid-row: 2;
  }
  footer > div #contact #social_networks hr {
    height: 4vh;
  }
  footer > div #footer-content {
    grid-column: 1/8;
    grid-row: 1/3;
  }
}
/*DESKTOP*/
/**/
@media (min-width: 992px) {
  footer > div #newsletter {
    grid-column: 8/15;
  }
  footer > div #contact {
    grid-column: 8/15;
  }
  footer > div #contact #social_networks hr {
    height: 5vh;
  }
  footer > div #footer-content {
    grid-column: 1/8;
    grid-row: 1/3;
  }
}
main#boutique, main#panier, section#homepage-main-products, section#homepage-main-products-2 {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
main#boutique div#quantity_to_add button.btn, main#boutique div#quantity_to_add input[type=number], main#panier div#quantity_to_add button.btn, main#panier div#quantity_to_add input[type=number], section#homepage-main-products div#quantity_to_add button.btn, section#homepage-main-products div#quantity_to_add input[type=number], section#homepage-main-products-2 div#quantity_to_add button.btn, section#homepage-main-products-2 div#quantity_to_add input[type=number] {
  color: #322120;
  border-radius: 0;
}
main#boutique div#quantity_to_add input[type=number], main#panier div#quantity_to_add input[type=number], section#homepage-main-products div#quantity_to_add input[type=number], section#homepage-main-products-2 div#quantity_to_add input[type=number] {
  width: inherit;
}
main#boutique div#quantity_to_add input[type=number], main#panier div#quantity_to_add input[type=number], section#homepage-main-products div#quantity_to_add input[type=number], section#homepage-main-products-2 div#quantity_to_add input[type=number] {
  border-top: 2px solid #322120;
  border-bottom: 2px solid #322120;
  border-left: none;
  border-right: none;
  width: inherit;
  font-weight: 700;
}
main#boutique div#quantity_to_add button.btn:first-child, main#panier div#quantity_to_add button.btn:first-child, section#homepage-main-products div#quantity_to_add button.btn:first-child, section#homepage-main-products-2 div#quantity_to_add button.btn:first-child {
  border-top: 2px solid #322120;
  border-left: 2px solid #322120;
  border-bottom: 2px solid #322120;
  font-weight: 700;
}
main#boutique div#quantity_to_add button.btn:last-child, main#panier div#quantity_to_add button.btn:last-child, section#homepage-main-products div#quantity_to_add button.btn:last-child, section#homepage-main-products-2 div#quantity_to_add button.btn:last-child {
  border-top: 2px solid #322120;
  border-right: 2px solid #322120;
  border-bottom: 2px solid #322120;
  font-weight: 700;
}
main#boutique .woocommerce-cart-form div#quantity_to_add button.btn, main#boutique .woocommerce-cart-form div#quantity_to_add input[type=number], main#panier .woocommerce-cart-form div#quantity_to_add button.btn, main#panier .woocommerce-cart-form div#quantity_to_add input[type=number], section#homepage-main-products .woocommerce-cart-form div#quantity_to_add button.btn, section#homepage-main-products .woocommerce-cart-form div#quantity_to_add input[type=number], section#homepage-main-products-2 .woocommerce-cart-form div#quantity_to_add button.btn, section#homepage-main-products-2 .woocommerce-cart-form div#quantity_to_add input[type=number] {
  color: #322120;
}
main#boutique .woocommerce-cart-form div#quantity_to_add input[type=number], main#panier .woocommerce-cart-form div#quantity_to_add input[type=number], section#homepage-main-products .woocommerce-cart-form div#quantity_to_add input[type=number], section#homepage-main-products-2 .woocommerce-cart-form div#quantity_to_add input[type=number] {
  border-top: 1px solid #322120;
  border-bottom: 1px solid #322120;
  border-left: none;
  border-right: none;
  width: inherit;
}
main#boutique .woocommerce-cart-form div#quantity_to_add button.btn:first-child, main#panier .woocommerce-cart-form div#quantity_to_add button.btn:first-child, section#homepage-main-products .woocommerce-cart-form div#quantity_to_add button.btn:first-child, section#homepage-main-products-2 .woocommerce-cart-form div#quantity_to_add button.btn:first-child {
  border-top: 1px solid #322120;
  border-left: 1px solid #322120;
  border-bottom: 1px solid #322120;
}
main#boutique .woocommerce-cart-form div#quantity_to_add button.btn:last-child, main#panier .woocommerce-cart-form div#quantity_to_add button.btn:last-child, section#homepage-main-products .woocommerce-cart-form div#quantity_to_add button.btn:last-child, section#homepage-main-products-2 .woocommerce-cart-form div#quantity_to_add button.btn:last-child {
  border-top: 1px solid #322120;
  border-right: 1px solid #322120;
  border-bottom: 1px solid #322120;
}
main#boutique a.add_to_cart_button, main#boutique button.single_add_to_cart_button, main#boutique a.product_type_simplebtn, main#panier a.add_to_cart_button, main#panier button.single_add_to_cart_button, main#panier a.product_type_simplebtn, section#homepage-main-products a.add_to_cart_button, section#homepage-main-products button.single_add_to_cart_button, section#homepage-main-products a.product_type_simplebtn, section#homepage-main-products-2 a.add_to_cart_button, section#homepage-main-products-2 button.single_add_to_cart_button, section#homepage-main-products-2 a.product_type_simplebtn {
  color: #F3EFEF;
  text-decoration: none;
  background-color: #d5704b;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
main#boutique a.add_to_cart_button:hover, main#boutique button.single_add_to_cart_button:hover, main#boutique a.product_type_simplebtn:hover, main#panier a.add_to_cart_button:hover, main#panier button.single_add_to_cart_button:hover, main#panier a.product_type_simplebtn:hover, section#homepage-main-products a.add_to_cart_button:hover, section#homepage-main-products button.single_add_to_cart_button:hover, section#homepage-main-products a.product_type_simplebtn:hover, section#homepage-main-products-2 a.add_to_cart_button:hover, section#homepage-main-products-2 button.single_add_to_cart_button:hover, section#homepage-main-products-2 a.product_type_simplebtn:hover {
  background-color: #F3EFEF;
  color: #d5704b;
  border-color: #d5704b;
}
main#boutique input::-webkit-outer-spin-button,
main#boutique input::-webkit-inner-spin-button, main#panier input::-webkit-outer-spin-button,
main#panier input::-webkit-inner-spin-button, section#homepage-main-products input::-webkit-outer-spin-button,
section#homepage-main-products input::-webkit-inner-spin-button, section#homepage-main-products-2 input::-webkit-outer-spin-button,
section#homepage-main-products-2 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
main#boutique input[type=number], main#panier input[type=number], section#homepage-main-products input[type=number], section#homepage-main-products-2 input[type=number] {
  -moz-appearance: textfield;
}

/*TABLET*/
/**/
@media (min-width: 768px) {
  main#boutique div#quantity_to_add, main#panier div#quantity_to_add {
    max-width: 100%;
  }
}
/*DESKTOP*/
/**/
@media (min-width: 992px) {
  main#boutique div#quantity_to_add, main#panier div#quantity_to_add {
    max-width: 100%;
  }
}
nav.woocommerce-pagination ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
nav.woocommerce-pagination ul li a, nav.woocommerce-pagination ul li span {
  text-decoration: none;
  color: #322120;
  font-size: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-bottom: 2px solid transparent;
}
nav.woocommerce-pagination ul li a.current, nav.woocommerce-pagination ul li span.current {
  border-bottom-color: #322120;
}
nav.woocommerce-pagination ul li i {
  text-decoration: none;
  color: #322120;
  border-bottom: 2px solid transparent;
}

.custom-shape-divider-bottom-1682515910 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1682515910 svg {
  position: relative;
  display: block;
  width: calc(150% + 1.3px);
  height: 50px;
}

.custom-shape-divider-bottom-1682515910 .shape-fill {
  fill: #F3EFEF;
}

.custom-shape-divider-top-1683104287 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1683104287 svg {
  position: relative;
  display: block;
  width: calc(150% + 1.3px);
  height: 50px;
}

.custom-shape-divider-top-1683104287 .shape-fill {
  fill: #F3EFEF;
}

.custom-shape-divider-bottom-1683116146 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1683116146 svg {
  position: relative;
  display: block;
  width: calc(150% + 1.3px);
  height: 50px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1683116146 .shape-fill {
  fill: #F3EFEF;
}

/*TABLET*/
/**/
@media (min-width: 768px) {
  .custom-shape-divider-bottom-1682515910 svg {
    height: 75px;
  }
  .custom-shape-divider-top-1683104287 svg {
    height: 75px;
  }
  .custom-shape-divider-bottom-1683116146 svg {
    height: 75px;
  }
}
/*DESKTOP*/
/**/
@media (min-width: 992px) {
  .custom-shape-divider-bottom-1682515910 svg {
    height: 100px;
  }
  .custom-shape-divider-top-1683104287 svg {
    height: 100px;
  }
  .custom-shape-divider-bottom-1683116146 svg {
    height: 100px;
  }
}

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