@charset "UTF-8";
/*
Theme Name:   	Tropism
Author:         Microscopule
Author URI:     https://www.microscopule.com/
Description:  	Tropism - Child theme from Storefront
Version:      	0.1
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront

*/
/*!
 * normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css
 */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Font size declaration */
/* Grid system
*/
body {
  overflow-x: hidden; }

.site-content, .site-footer {
  outline: none;
  padding-top: 92px;
  transition: all 0.15s ease-out; }
  .site-content.off-canvas, .site-footer.off-canvas {
    transform: translateX(50%);
    transition: all 0.15s ease-out; }

.center-right {
  text-align: right; }

.main-block {
  position: relative;
  display: inline-flex;
  margin: 2.625rem 0; }
  .main-block.full {
    flex-direction: column;
    display: flex; }

.site {
  width: 100%;
  position: relative; }

.center-main, .site-main {
  max-width: 62.375rem;
  margin: 0 auto;
  padding: 0; }

.full-main {
  max-width: 100%;
  margin: 0;
  padding: 0;
  margin-top: 2.625rem; }

.full-center {
  position: absolute;
  top: 50%;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  transform: translateY(-50%); }

.row {
  display: flex; }

.block--1-3 {
  width: 33%;
  margin: 0 1.875rem; }

.block--2-3 {
  width: 66%;
  margin: 0 1.875rem; }

.block-paragraphe-1 {
  margin-bottom: 3.75rem; }

.block-paragraphe-2 {
  column-count: 2;
  column-gap: 3.75rem;
  margin-bottom: 3.75rem; }
  .block-paragraphe-2 > p {
    margin-top: 0; }

.block-paragraphe-3 {
  column-count: 3;
  column-gap: 3.75rem; }

@font-face {
  font-family: 'frontage';
  src: url("fonts/frontage-condensed-bold.woff2") format("woff2"), url("fonts/frontage-condensed-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'orator';
  src: url("fonts/Orator-webfont.woff2") format("woff2"), url("fonts/Orator-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'orator-italic';
  src: url("fonts/Orator-Oblique-webfont.woff2") format("woff2"), url("fonts/Orator-Oblique-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

html {
  font-family: 'orator';
  text-transform: lowercase; }

h1 {
  font-family: 'frontage';
  font-size: 3.125rem;
  font-weight: normal;
  letter-spacing: -3px;
  line-height: 1;
  margin-top: 0;
  margin-left: -0.5%;
  margin-top: -1%; }

h2 {
  font-family: 'frontage';
  font-size: 2.5rem;
  font-weight: normal;
  letter-spacing: -3px;
  line-height: 1;
  margin-top: 0;
  margin-left: -0.5%;
  margin-top: -1%; }

h3 {
  font-family: 'frontage';
  font-size: 1.875rem;
  font-weight: normal;
  letter-spacing: -3px;
  line-height: 1;
  margin-top: 0;
  margin-left: -0.5%;
  margin-top: -1%; }

a, p, ul, li {
  font-family: 'orator';
  font-size: 1rem;
  font-weight: normal;
  list-style-type: none;
  padding-left: 0; }

a {
  text-decoration: underline;
  color: black; }
  a:hover {
    text-decoration: none; }
  a:active {
    color: black; }

i {
  font-family: 'orator-italic';
  font-size: 1rem; }

/* Responsive
*/
@media screen and (min-width: 1rem) and (max-width: 30rem) {
  .site-header, .center-main, .site-content .col-full, .carnet-content-area {
    padding: 2rem 1.5rem; }
  .home .col-full {
    padding: 0; } }

@media screen and (min-width: 30.0625rem) and (max-width: 80rem) {
  .center-main, .site-content .col-full, .carnet-content-area {
    max-width: 62.375rem;
    margin: 0 auto;
    padding: 0 2.625rem; }
  .home .col-full {
    max-width: 100%;
    padding: 0; } }

/* Header Styles */
.site-header {
  position: fixed;
  z-index: 1000;
  background: white;
  left: 0;
  right: 0;
  height: 62px;
  padding: 1rem 2.625rem;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5); }
  .site-header .col-full {
    max-width: 80rem;
    margin: 0 auto; }
  .site-header .site-branding {
    display: inline-flex;
    width: 20%;
    margin-right: 13%; }
    .site-header .site-branding a {
      position: relative;
      z-index: 1000; }
  .site-header .main-navigation {
    width: 90%; }
    .site-header .main-navigation ul#menu-header {
      display: inline-flex;
      width: 100%;
      list-style-type: none;
      padding-left: 0; }
      .site-header .main-navigation ul#menu-header li.menu-item {
        text-align: left;
        margin-right: 10%; }
        .site-header .main-navigation ul#menu-header li.menu-item a {
          font-size: 1.125rem;
          text-decoration: none;
          color: black;
          border-bottom: 2px solid white; }
          .site-header .main-navigation ul#menu-header li.menu-item a:hover, .site-header .main-navigation ul#menu-header li.menu-item a:focus {
            border-bottom: 2px solid black;
            padding-bottom: 0.2rem; }
        .site-header .main-navigation ul#menu-header li.menu-item.current_page_item a {
          border-bottom: 2px solid black;
          padding-bottom: 0.2rem; }
  .site-header .site-header-cart {
    position: absolute;
    list-style-type: none;
    padding-left: 0;
    top: 1rem;
    right: 0; }
    .site-header .site-header-cart .widget_shopping_cart {
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease-in; }
    .site-header .site-header-cart:hover .widget_shopping_cart {
      opacity: 1;
      visibility: visible;
      transition: all 0.3s ease-in; }
    .site-header .site-header-cart .button-product-cart {
      font-family: 'orator';
      font-size: 1.125rem;
      font-weight: normal;
      text-decoration: none;
      color: black; }
    .site-header .site-header-cart .nb-product-cart {
      position: absolute;
      top: -1rem;
      right: -1rem;
      background: black;
      width: 1.25rem;
      height: 1.25rem;
      display: block;
      border-radius: 50%;
      color: white;
      font-family: 'frontage';
      font-size: 0.9rem;
      font-weight: normal;
      letter-spacing: -3px;
      line-height: 1;
      margin-top: 0;
      margin-left: -0.5%;
      margin-top: -1%;
      letter-spacing: 0;
      line-height: 1.1;
      text-align: center;
      text-decoration: none; }
    .site-header .site-header-cart a.cart-contents {
      font-size: 1.5625rem;
      text-decoration: none; }
      .site-header .site-header-cart a.cart-contents .amount {
        display: none; }
    .site-header .site-header-cart li {
      font-size: 1.25rem;
      text-align: right; }
    .site-header .site-header-cart .widget_shopping_cart {
      position: absolute;
      z-index: 1000;
      right: 0;
      padding: 1rem;
      width: 17.5rem;
      background: white;
      border: 0.1875rem solid black; }
      .site-header .site-header-cart .widget_shopping_cart .widget_shopping_cart_content .total {
        display: block;
        text-align: right;
        border-top: 0.125rem solid black;
        padding-top: 0.5rem;
        font-family: 'frontage';
        font-size: 1.25rem;
        font-weight: normal;
        letter-spacing: -3px;
        line-height: 1;
        margin-top: 0;
        margin-left: -0.5%;
        margin-top: -1%; }
        .site-header .site-header-cart .widget_shopping_cart .widget_shopping_cart_content .total strong {
          float: left;
          font-weight: normal;
          color: black; }
      .site-header .site-header-cart .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons a {
        display: block;
        text-align: center; }
      .site-header .site-header-cart .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons.buttons {
        margin-bottom: 0; }
      .site-header .site-header-cart .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart {
        list-style-type: none;
        padding: 0; }
        .site-header .site-header-cart .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart img {
          display: none; }
        .site-header .site-header-cart .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart .mini_cart_item {
          position: relative;
          text-align: left;
          border-top: 2px solid black;
          padding-top: 1rem; }
          .site-header .site-header-cart .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart .mini_cart_item:first-child {
            border-top: 0; }
          .site-header .site-header-cart .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart .mini_cart_item a {
            width: 80%;
            display: block;
            font-family: 'frontage';
            font-size: 1.5625rem;
            font-weight: normal;
            letter-spacing: -3px;
            line-height: 1;
            margin-top: 0;
            margin-left: -0.5%;
            margin-top: -1%;
            text-decoration: none;
            color: black; }
            .site-header .site-header-cart .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart .mini_cart_item a:hover {
              color: grey; }
          .site-header .site-header-cart .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart .mini_cart_item .remove_from_cart_button {
            position: absolute;
            right: 0;
            display: block;
            width: auto;
            font-size: 2rem;
            top: 10px; }
            .site-header .site-header-cart .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart .mini_cart_item .remove_from_cart_button:hover {
              color: grey; }
          .site-header .site-header-cart .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart .mini_cart_item .quantity {
            display: block;
            margin: 1rem 0;
            text-align: right;
            font-family: 'frontage';
            font-size: 1.25rem;
            font-weight: normal;
            letter-spacing: -3px;
            line-height: 1;
            margin-top: 0;
            margin-left: -0.5%;
            margin-top: -1%; }
      .site-header .site-header-cart .widget_shopping_cart .widget_shopping_cart_content a.button.checkout.wc-forward {
        margin-top: 1rem; }

.storefront-primary-navigation {
  display: inline-flex;
  width: 62%;
  position: absolute; }

.menu-toggle,
.handheld-navigation {
  display: none; }

@media screen and (min-width: 1rem) and (max-width: 62.375rem) {
  .site-header {
    padding: 1rem 1.5rem; }
    .site-header .main-navigation {
      width: 100%; }
    .site-header .site-header-cart {
      right: 1.5rem; }
    .site-header .site-branding {
      display: block;
      width: 100%;
      margin: 0 55px; }
  .menu-toggle,
  .handheld-navigation {
    display: inline; }
  .menu-toggle {
    height: 5.875rem;
    width: 3.4375rem;
    background: black;
    color: white;
    border-radius: 0;
    display: block;
    padding: 0;
    margin: 0; }
  .primary-navigation {
    display: none; }
  .storefront-primary-navigation {
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; } }

@media screen and (min-width: 62.4375rem) {
  .site-header .site-header-cart {
    position: absolute;
    list-style-type: none;
    padding-left: 0;
    top: 0; }
  .menu-toggle,
  .handheld-navigation {
    display: none; } }

#menu-header-mobile {
  width: 50%;
  background: black;
  position: fixed;
  top: 78px;
  left: 0;
  height: 100%;
  color: white;
  transform: translateX(-100%);
  transition: all 0.15s ease-out; }

#menu-header-mobile.show {
  transform: translateX(0);
  transition: all 0.15s ease-out; }

ul#menu-header-mobile {
  padding: 1.5rem 1rem; }
  ul#menu-header-mobile .menu-item a {
    display: block;
    font-size: 1.25rem;
    color: white;
    text-decoration: none;
    margin-bottom: 1rem; }
    ul#menu-header-mobile .menu-item a:hover, ul#menu-header-mobile .menu-item a:focus {
      color: grey; }

@media screen and (min-width: 1rem) and (max-width: 370px) {
  .site-header .site-branding {
    max-width: 70%; }
    .site-header .site-branding a img {
      width: 100%; }
  .site-header .site-header-cart {
    display: none; } }

a.back-to-top.button {
  position: fixed;
  bottom: 200px;
  z-index: 100;
  padding: 0.5rem 0.65rem;
  background: black;
  color: white;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in; }
  a.back-to-top.button:hover {
    background: white;
    color: black; }
  a.back-to-top.button.show {
    padding: 0.5rem 0.65rem;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in; }

@media screen and (min-width: 1rem) and (max-width: 48rem) {
  a.back-to-top {
    display: none; } }

/* Footer Styles */
.site-footer {
  clear: both;
  margin: 0 auto;
  padding: 2rem 2.625rem 1rem; }

.site-footer {
  background-color: black;
  font-family: 'orator';
  font-size: 1rem;
  font-weight: normal;
  color: white;
  text-decoration: none; }
  .site-footer a {
    color: white;
    text-decoration: none; }
    .site-footer a:hover, .site-footer a:focus {
      color: grey; }
  .site-footer .footer-adress {
    font-family: 'orator';
    font-size: 0.875rem;
    font-weight: normal;
    margin: 0;
    letter-spacing: 0;
    line-height: 1; }
  .site-footer .footer-widgets {
    position: relative;
    display: inline-flex;
    flex-flow: row wrap;
    width: 100%; }
    .site-footer .footer-widgets:after {
      content: url(images/NA-FR.svg);
      position: absolute;
      right: 0;
      bottom: 0; }

.footer-widget-1, .footer-widget-2 {
  width: 25%;
  margin-right: 2rem;
  margin-bottom: 1rem;
  border-top: 2px solid white;
  border-bottom: 2px solid white; }
  .footer-widget-1 li, .footer-widget-2 li {
    margin-bottom: 0.5rem; }
    .footer-widget-1 li:last-child, .footer-widget-2 li:last-child {
      margin-bottom: 0.5rem; }

.footer-widget-3 {
  font-family: 'orator';
  font-size: 0.875rem;
  font-weight: normal;
  width: 50%; }

@media screen and (min-width: 1rem) and (max-width: 30rem) {
  .site-footer {
    margin: 0 auto;
    padding: 2rem 1rem; } }

@media screen and (min-width: 1rem) and (max-width: 62.375rem) {
  .footer-widget-1, .footer-widget-2, .footer-widget-3, .footer-widget-4 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem; }
  .footer-widget-1 {
    border-bottom: none;
    margin-bottom: 0; }
  .footer-widget-4 {
    margin-top: 1rem; } }

/* Home page */
.home-content-1 {
  display: flex;
  margin-top: 0;
  margin-bottom: 3.75rem;
  overflow: hidden; }
  .home-content-1 .text-content-1 {
    position: relative;
    z-index: 100;
    float: right;
    margin-left: 3.75rem;
    margin-right: 1.875rem;
    margin-top: calc(50vh - (92px/2));
    /* poussé de la moitié de hauteur de viewport */
    transform: translateY(-50%);
    /* tiré de la moitié de sa propre hauteur */ }
    .home-content-1 .text-content-1 .button {
      margin-top: 0.9375rem;
      display: inline-block; }
  .home-content-1 .block-slider {
    position: relative;
    margin: 0; }
    .home-content-1 .block-slider .illustration {
      width: 100%;
      height: auto; }
  .home-content-1 .center-right {
    height: 0;
    margin-right: 0; }
  .home-content-1 .owl-carousel.owl-loaded {
    margin-left: 10px; }

.home-slider-1 .owl-lazy {
  width: 100%;
  height: calc(100vh - 92px);
  background-size: cover;
  background-position: center; }

.home-slider-2 .owl-lazy {
  width: 100%;
  height: inherit;
  background-size: cover;
  background-position: center; }

.home-slider-2 .owl-carousel {
  margin-left: 0; }

.home-slider-2 .legende {
  position: absolute;
  top: -4px;
  left: 0;
  margin: 0;
  transform: translateY(50%);
  z-index: 100;
  text-align: left; }

.home-slider-2 .block-illustration {
  min-height: 23.125rem; }

.home-content-3 .legend {
  width: 50%;
  min-height: 3.75rem;
  top: 0;
  text-align: left;
  font-size: 0.875rem; }

.home-content-3 h1 {
  margin-top: 1.875rem, 5; }

.home-content-3 .text-content-3 {
  border-bottom: 2px solid white; }
  .home-content-3 .text-content-3 a {
    text-decoration: none; }
    .home-content-3 .text-content-3 a:hover {
      opacity: 0.7; }

.block-slider {
  position: relative; }

.nav-silder {
  margin-top: 0.8rem; }
  .nav-silder ul {
    margin-top: 0; }

.block-illustration {
  position: relative;
  width: 100%;
  margin: 0;
  display: block;
  height: 100%; }
  .block-illustration:hover .block-illustration-cache, .block-illustration:focus .block-illustration-cache {
    opacity: 0.7;
    transition: all 0.15s ease-in; }
  .block-illustration figcaption {
    position: absolute;
    left: -1rem;
    top: 0;
    transform: rotate(90deg);
    transform-origin: 0 0;
    font-size: 0.875rem; }

.block-illustration-cache {
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  top: 0;
  opacity: 0;
  transition: all 0.15s ease-in; }
  .block-illustration-cache .wrapper-button {
    position: relative;
    top: 50%;
    text-align: center; }

.illustration {
  background-size: cover;
  min-height: 100%;
  background-position: center; }
  .illustration.full {
    width: 100%;
    height: 400px;
    position: relative;
    background-attachment: fixed; }
    .illustration.full.background {
      background-size: 100%; }

.tiret {
  position: relative; }
  .tiret:before {
    content: '';
    position: absolute;
    top: -1.25rem;
    width: 1.875rem;
    height: 0.1875rem;
    background: black; }

.tiret-right {
  position: relative; }
  .tiret-right:before {
    content: '';
    position: absolute;
    top: -1.25rem;
    width: 1.875rem;
    height: 0.1875rem;
    background: black;
    right: 0; }

@media screen and (min-width: 1rem) and (max-width: 48rem) {
  .home-content-1 {
    display: flex;
    flex-direction: column; }
    .home-content-1 .owl-carousel.owl-loaded {
      margin-left: 0; }
    .home-content-1 .text-content-1 {
      background-color: white;
      padding: 1.5rem;
      margin-left: 2.875rem;
      margin-right: 2.875rem; }
    .home-content-1 .block-paragraphe-1 {
      margin-bottom: 1.5rem; }
  .home-content-2 {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
    padding-bottom: 3rem; }
    .home-content-2 .block--1-3 {
      height: 190px;
      margin-bottom: 4rem; }
      .home-content-2 .block--1-3 .block-illustration figcaption {
        left: -0.3rem; }
    .home-content-2 .block--2-3 .block-paragraphe-2 {
      column-count: 1;
      margin-bottom: 1rem; }
  .home-content-3 {
    display: flex;
    flex-direction: column; }
    .home-content-3 .legend {
      text-align: left;
      width: 100%; }
    .home-content-3 h1 {
      margin-top: 1.5rem;
      margin-bottom: 1rem; }
    .home-content-3 .block--1-3 {
      height: auto;
      margin-bottom: 1rem; }
      .home-content-3 .block--1-3 .block-illustration figcaption {
        left: -0.3rem; }
    .home-content-3 .row {
      flex-direction: column; }
    .home-content-3 .block-illustration, .home-content-3 .block-illustration-cache {
      min-height: 300px; }
    .home-content-3 .nav-slider-2 {
      position: absolute;
      bottom: 0;
      left: 0;
      top: 20px;
      margin: 0;
      transform: translateY(50%);
      z-index: 100;
      text-align: right;
      height: 40px;
      width: auto; }
    .home-content-3 .home-slider-2 {
      text-align: left; }
      .home-content-3 .home-slider-2 .owl-lazy {
        height: 100%;
        min-height: 300px; }
      .home-content-3 .home-slider-2 .block-illustration {
        height: 100%;
        min-height: 300px; }
    .home-content-3 .text-content-3 {
      text-align: left;
      padding-right: 0; }
    .home-content-3 .block-paragraphe-1 {
      margin-bottom: 1rem; }
  .block--1-3, .block--2-3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .full-main {
    margin-top: 0; }
  .illustration.full.background {
    background-size: cover; } }

@media screen and (min-width: 1rem) and (max-width: 30rem) {
  .illustration.full.background {
    background-size: 300%; }
  h1 {
    font-size: 2.5rem; }
  .block-illustration figcaption {
    display: none; }
  .home-content-1 {
    margin-bottom: 0; }
  .home-content-2 {
    padding-bottom: 1rem; }
  .home-slider-2 .block-illustration-cache, .home-slider-2 .block-illustration {
    min-height: 180px; }
  .home-content-3 {
    margin-bottom: 0; }
    .home-content-3 .nav-slider-2 {
      position: absolute;
      bottom: 0;
      left: 0;
      top: -30px;
      margin: 0;
      transform: translateY(50%);
      z-index: 100;
      text-align: right;
      height: 40px; }
    .home-content-3 .legend {
      display: none; }
    .home-content-3 .home-slider-2 {
      text-align: left; }
      .home-content-3 .home-slider-2 .owl-lazy {
        min-height: 180px; }
      .home-content-3 .home-slider-2 .block-illustration {
        min-height: 180px; } }

.nav-slider-2 {
  position: absolute;
  top: -4px;
  left: -7px;
  margin: 0;
  transform: translateY(50%);
  z-index: 100;
  text-align: right; }

/*  Single product
*/
.flex-viewport {
  width: 60%;
  display: block;
  float: left; }

.product {
  position: relative; }
  .product .summary {
    position: absolute;
    top: 0;
    right: 0;
    width: 36%; }
  .product .product_title {
    margin-bottom: 1rem; }

.wc-tabs-wrapper {
  clear: both;
  width: 60%; }

.wc-tabs, .product_meta {
  display: none; }

.shop_attributes--title {
  font-family: 'frontage';
  font-size: 1.5625rem;
  font-weight: normal;
  letter-spacing: -3px;
  line-height: 1;
  margin-top: 0;
  margin-left: -0.5%;
  margin-top: -1%; }

.shop_attributes--text p {
  margin-top: 0;
  margin-bottom: 2rem; }

.variations .label {
  font-family: 'frontage';
  font-size: 1.5625rem;
  font-weight: normal;
  letter-spacing: -3px;
  line-height: 1;
  margin-top: 0;
  margin-left: -0.5%;
  margin-top: -1%;
  margin: 1rem 0 0.5rem;
  text-align: right; }

.variations select {
  width: 100%;
  margin-bottom: 1rem; }

.variations .reset_variations {
  margin: 1rem 0;
  padding: 0.25rem 0.5rem;
  display: none; }
  .variations .reset_variations [style="visibility: hidden;"] {
    display: none !important; }

.single_variation_wrap {
  margin-top: 1rem; }

.quantity {
  margin-bottom: 2rem; }
  .quantity label {
    font-family: 'frontage';
    font-size: 1.5625rem;
    font-weight: normal;
    letter-spacing: -3px;
    line-height: 1;
    margin-top: 0;
    margin-left: -0.5%;
    margin-top: -1%;
    margin: 1rem 0 0.5rem;
    width: 100%;
    display: block;
    text-align: right; }
  .quantity input {
    display: block;
    width: 100%; }

.single_add_to_cart_button {
  width: 100%; }

.woocommerce-variation-availability {
  position: relative;
  text-align: right;
  border-bottom: 2px solid grey;
  margin-top: 1.5rem;
  height: 35px; }
  .woocommerce-variation-availability:before {
    content: 'Disponibilité';
    position: absolute;
    left: 0;
    bottom: 5px; }

.stock {
  text-align: right;
  padding: 0;
  margin: 0;
  font-family: 'frontage';
  font-size: 1.5625rem;
  font-weight: normal;
  letter-spacing: -3px;
  line-height: 1;
  margin-top: 0;
  margin-left: -0.5%;
  margin-top: -1%; }

.woocommerce-variation-price {
  position: relative;
  text-align: right;
  border-bottom: 2px solid grey;
  height: 35px;
  display: none; }
  .woocommerce-variation-price:before {
    content: 'Prix';
    position: absolute;
    left: 0;
    bottom: 5px; }
  .woocommerce-variation-price .woocommerce-Price-amount {
    color: black; }

.entry-summary .price {
  font-family: 'frontage';
  font-size: 1.875rem;
  font-weight: normal;
  letter-spacing: -3px;
  line-height: 1;
  margin-top: 0;
  margin-left: -0.5%;
  margin-top: -1%;
  color: black; }

.woocommerce-product-gallery__trigger {
  display: none; }

@media screen and (min-width: 0.1rem) and (max-width: 48rem) {
  .cart .quantity {
    width: 100%;
    padding: 0; }
  .flex-viewport, .product .summary, .wc-tabs-wrapper {
    position: relative;
    width: 100%;
    clear: both; }
  .wc-tabs-wrapper {
    margin-top: 2rem; }
  .flex-viewport {
    width: 100%; }
  .flex-control-thumbs, .wc-tabs-wrapper {
    width: 100%; }
  .product .summary {
    position: relative;
    clear: both;
    width: 100%; }
  .product .product_title {
    clear: both; } }

/* Store page */
.post-type-archive-product .products, .archive .products {
  display: flex;
  margin: -1.875rem;
  flex-flow: row wrap;
  box-sizing: border-box;
  margin: 2rem auto; }
  .post-type-archive-product .products .product, .archive .products .product {
    position: relative;
    width: 22.75%;
    margin-right: 3%;
    margin-bottom: 2rem; }
    .post-type-archive-product .products .product:nth-child(4n), .archive .products .product:nth-child(4n) {
      margin-right: 0; }
    .post-type-archive-product .products .product .woocommerce-LoopProduct-link:hover, .post-type-archive-product .products .product .woocommerce-LoopProduct-link:focus, .archive .products .product .woocommerce-LoopProduct-link:hover, .archive .products .product .woocommerce-LoopProduct-link:focus {
      opacity: 0.7; }
    .post-type-archive-product .products .product .woocommerce-LoopProduct-link, .archive .products .product .woocommerce-LoopProduct-link {
      text-decoration: none; }
      .post-type-archive-product .products .product .woocommerce-LoopProduct-link .attachment-woocommerce_thumbnail, .archive .products .product .woocommerce-LoopProduct-link .attachment-woocommerce_thumbnail {
        width: 100%;
        height: auto; }
      .post-type-archive-product .products .product .woocommerce-LoopProduct-link .attachment-shop_catalog, .archive .products .product .woocommerce-LoopProduct-link .attachment-shop_catalog {
        width: 100%;
        height: auto; }
      .post-type-archive-product .products .product .woocommerce-LoopProduct-link .woocommerce-loop-product__title, .archive .products .product .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
        font-size: 1.8rem;
        text-decoration: none;
        color: black;
        margin-bottom: 1rem; }
      .post-type-archive-product .products .product .woocommerce-LoopProduct-link .price, .archive .products .product .woocommerce-LoopProduct-link .price {
        display: block;
        font-family: 'frontage';
        font-size: 1.25rem;
        font-weight: normal;
        letter-spacing: -3px;
        line-height: 1;
        margin-top: 0;
        margin-left: -0.5%;
        margin-top: -1%;
        color: black; }
    .post-type-archive-product .products .product .button, .archive .products .product .button {
      display: inline-block;
      width: 100%;
      margin: 1rem 0;
      text-align: center;
      display: none; }

.storefront-sorting {
  display: none; }

@media screen and (min-width: 1rem) and (max-width: 30rem) {
  .post-type-archive-product .products {
    display: block;
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem; }
    .post-type-archive-product .products .product {
      display: block;
      width: 100%; }
      .post-type-archive-product .products .product .button {
        position: absolute;
        bottom: 0; } }

@media screen and (min-width: 30.0625rem) and (max-width: 80rem) {
  .post-type-archive-product .products {
    margin-top: 2rem;
    margin-bottom: 2rem; }
    .post-type-archive-product .products .product {
      width: 30%;
      margin-right: 3.333%; }
      .post-type-archive-product .products .product:nth-child(4n) {
        margin-right: 3.333%; }
      .post-type-archive-product .products .product .button {
        position: absolute;
        bottom: 0; } }

@media screen and (min-width: 30.0625rem) and (max-width: 48rem) {
  .post-type-archive-product .products .product {
    width: 47%;
    margin-right: 5%; }
    .post-type-archive-product .products .product:nth-child(2n) {
      margin-right: 0; } }

/*  Cart shop */
.woocommerce-cart-form .shop_table {
  width: 100%; }
  .woocommerce-cart-form .shop_table thead th {
    padding: 0.5rem 0;
    border-bottom: 1px solid black; }
  .woocommerce-cart-form .shop_table .product-name {
    width: 50%;
    font-family: 'orator';
    font-size: 1rem;
    font-weight: normal;
    padding: 0.5rem 0;
    text-align: left; }
    .woocommerce-cart-form .shop_table .product-name a {
      vertical-align: top;
      text-align: left;
      font-family: 'frontage';
      font-size: 1.5625rem;
      font-weight: normal;
      letter-spacing: -3px;
      line-height: 1;
      margin-top: 0;
      margin-left: -0.5%;
      margin-top: -1%;
      color: black;
      text-decoration: none; }
  .woocommerce-cart-form .shop_table .product-price, .woocommerce-cart-form .shop_table .product-quantity {
    width: 16.66666666%;
    font-family: 'orator';
    font-size: 1rem;
    font-weight: normal;
    padding: 0.5rem 0;
    text-align: left;
    vertical-align: top; }
  .woocommerce-cart-form .shop_table .product-subtotal {
    width: 16.66666666%;
    font-family: 'orator';
    font-size: 1rem;
    font-weight: normal;
    padding: 0.5rem 0;
    text-align: right;
    vertical-align: top; }
  .woocommerce-cart-form .shop_table .woocommerce-Price-amount {
    font-family: 'frontage';
    font-size: 1.5625rem;
    font-weight: normal;
    letter-spacing: -3px;
    line-height: 1;
    margin-top: 0;
    margin-left: -0.5%;
    margin-top: -1%; }
  .woocommerce-cart-form .shop_table .product-subtotal .woocommerce-Price-amount {
    width: 16.66666666%;
    font-family: 'frontage';
    font-size: 1.875rem;
    font-weight: normal;
    letter-spacing: -3px;
    line-height: 1;
    margin-top: 0;
    margin-left: -0.5%;
    margin-top: -1%;
    padding: 0.5rem 0;
    text-align: right;
    vertical-align: top; }
  .woocommerce-cart-form .shop_table .product-remove {
    text-align: right;
    vertical-align: top; }
    .woocommerce-cart-form .shop_table .product-remove .remove {
      font-family: 'frontage';
      font-size: 1.875rem;
      font-weight: normal;
      letter-spacing: -3px;
      line-height: 1;
      margin-top: 0;
      margin-left: -0.5%;
      margin-top: -1%;
      color: black;
      text-decoration: none;
      line-height: 3rem;
      padding-left: 1rem; }
  .woocommerce-cart-form .shop_table .attachment-woocommerce_thumbnail {
    width: 25%;
    height: auto; }
  .woocommerce-cart-form .shop_table .quantity {
    margin-top: 0.2rem; }
    .woocommerce-cart-form .shop_table .quantity .screen-reader-text {
      display: none; }

.cart-collaterals .cart_totals {
  text-align: right; }
  .cart-collaterals .cart_totals h2 {
    display: none; }

.cart-collaterals .shop_table {
  width: 50%;
  float: right; }
  .cart-collaterals .shop_table .cart-subtotal {
    border-bottom: 1px solid black; }
    .cart-collaterals .shop_table .cart-subtotal th {
      text-align: left;
      font-family: 'frontage';
      font-size: 1.5625rem;
      font-weight: normal;
      letter-spacing: -3px;
      line-height: 1;
      margin-top: 0;
      margin-left: -0.5%;
      margin-top: -1%;
      padding-bottom: 1rem; }
    .cart-collaterals .shop_table .cart-subtotal td {
      text-align: right;
      font-family: 'frontage';
      font-size: 1.5625rem;
      font-weight: normal;
      letter-spacing: -3px;
      line-height: 1;
      margin-top: 0;
      margin-left: -0.5%;
      margin-top: -1%;
      padding-bottom: 1rem; }
  .cart-collaterals .shop_table .shipping th {
    vertical-align: top;
    text-align: left;
    font-family: 'frontage';
    font-size: 1.5625rem;
    font-weight: normal;
    letter-spacing: -3px;
    line-height: 1;
    margin-top: 0;
    margin-left: -0.5%;
    margin-top: -1%;
    padding: 1rem 0; }
  .cart-collaterals .shop_table .shipping td {
    text-align: right;
    padding: 1rem 0; }
  .cart-collaterals .shop_table .order-total {
    border-top: 1px solid black; }
    .cart-collaterals .shop_table .order-total th {
      padding: 1rem 0;
      vertical-align: top;
      text-align: left;
      font-family: 'frontage';
      font-size: 1.5625rem;
      font-weight: normal;
      letter-spacing: -3px;
      line-height: 1;
      margin-top: 0;
      margin-left: -0.5%;
      margin-top: -1%; }
    .cart-collaterals .shop_table .order-total td {
      padding: 1rem 0;
      text-align: right;
      font-family: 'frontage';
      font-size: 1.875rem;
      font-weight: normal;
      letter-spacing: -3px;
      line-height: 1;
      margin-top: 0;
      margin-left: -0.5%;
      margin-top: -1%;
      font-weight: normal; }

.wc-proceed-to-checkout {
  clear: both;
  margin: 1rem 0; }

@media screen and (min-width: 1rem) and (max-width: 48rem) {
  .product-name {
    vertical-align: top; }
  .quantity {
    width: 50%;
    padding: 0 0.5rem; }
  .cart-collaterals .shop_table {
    width: 100%; }
  .update_cart {
    float: right; }
  .cart_item {
    border-bottom: 1px solid black; }
    .cart_item:last-child {
      border: none; }
  .woocommerce-cart-form .shop_table .product-price {
    width: 15%; }
  .woocommerce-cart-form .shop_table .product-name {
    width: 55%;
    padding-right: 2%; }
  .woocommerce-cart-form .shop_table .product-remove {
    width: 1%; }
  .woocommerce-cart-form .shop_table .product-name a, .woocommerce-cart-form .shop_table .woocommerce-Price-amount {
    font-family: 'frontage';
    font-size: 1.25rem;
    font-weight: normal;
    letter-spacing: -3px;
    line-height: 1;
    margin-top: 0;
    margin-left: -0.5%;
    margin-top: -1%; }
  .woocommerce-cart-form .shop_table .product-subtotal .woocommerce-Price-amount {
    font-family: 'frontage';
    font-size: 1.25rem;
    font-weight: normal;
    letter-spacing: -3px;
    line-height: 1;
    margin-top: 0;
    margin-left: -0.5%;
    margin-top: -1%; }
  .woocommerce-Price-amount {
    font-family: 'frontage';
    font-size: 1.5625rem;
    font-weight: normal;
    letter-spacing: -3px;
    line-height: 1;
    margin-top: 0;
    margin-left: -0.5%;
    margin-top: -1%; } }

/* Checkout page */
#customer_details {
  float: left;
  width: 45%;
  margin-right: 5%; }

.review_sidebar {
  float: left;
  width: 45%; }

.payment-fixed {
  margin-left: 0 !important; }

.woocommerce-billing-fields label, .woocommerce-billing-fields input, .shipping_address label, .shipping_address input, .woocommerce-additional-fields__field-wrapper label, .woocommerce-additional-fields__field-wrapper input {
  width: 100%;
  display: block; }

#ship-to-different-address {
  margin-top: 2rem; }

#order_comments {
  width: 100% !important;
  display: block; }

.woocommerce-checkout-review-order-table {
  width: 100%; }
  .woocommerce-checkout-review-order-table thead .product-name, .woocommerce-checkout-review-order-table .cart_item .product-name {
    text-align: left; }
  .woocommerce-checkout-review-order-table thead .product-total, .woocommerce-checkout-review-order-table .cart_item .product-total {
    text-align: right; }
  .woocommerce-checkout-review-order-table .cart-subtotal th {
    text-align: left; }
  .woocommerce-checkout-review-order-table .cart-subtotal td {
    text-align: right; }
  .woocommerce-checkout-review-order-table .shipping th, .woocommerce-checkout-review-order-table .order-total th {
    text-align: left; }
  .woocommerce-checkout-review-order-table .shipping td, .woocommerce-checkout-review-order-table .order-total td {
    text-align: right; }

#payment .wc_payment_method {
  margin-bottom: 2rem; }
  #payment .wc_payment_method label {
    font-family: 'frontage';
    font-size: 1.875rem;
    font-weight: normal;
    letter-spacing: -3px;
    line-height: 1;
    margin-top: 0;
    margin-left: -0.5%;
    margin-top: -1%; }
    #payment .wc_payment_method label img {
      width: 100%;
      height: auto; }
  #payment .wc_payment_method .about_paypal {
    letter-spacing: initial; }

.woocommerce-form-login label {
  display: block; }

.woocommerce-form-login #username, .woocommerce-form-login #password {
  width: 45%; }

@media screen and (min-width: 1rem) and (max-width: 48rem) {
  #customer_details {
    float: none;
    width: 100%;
    margin-right: 0; }
  .review_sidebar {
    float: none;
    width: 100%; }
  .woocommerce-form-login #username, .woocommerce-form-login #password {
    width: 100%; } }

.page-template-page-carnets .col-full {
  max-width: 100%;
  margin: 0 auto;
  padding: 0; }

.page-template-page-carnets .full-main {
  margin-top: 0; }

.page-template-page-carnets p {
  line-height: 1.5; }

.carnet-content-area {
  margin: 0; }
  .carnet-content-area h1 {
    font-family: 'frontage';
    font-size: 1.875rem;
    font-weight: normal;
    letter-spacing: -3px;
    line-height: 1;
    margin-top: 0;
    margin-left: -0.5%;
    margin-top: -1%; }
  .carnet-content-area .block-paragraphe-2 {
    margin-bottom: 0; }

.spacer-h1 {
  padding-top: 4rem; }

.chapeau p {
  font-family: 'orator';
  font-size: 1.5625rem;
  font-weight: normal;
  font-style: italic;
  text-align: center;
  color: #1F1E21; }

.background-texture {
  background-attachment: fixed;
  background-repeat: no-repeat; }

@media screen and (min-width: 1rem) and (max-width: 30rem) {
  .page-template-page-carnets .block-paragraphe-2 {
    column-count: 1; }
  .page-template-page-carnets .carnet-content-area {
    padding-top: 0;
    padding-bottom: 0; } }

@media screen and (min-width: 1rem) and (max-width: 48rem) {
  .page-template-page-carnets .home-content-2 {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0; }
  .background-texture {
    background-image: none !important; } }

.pays {
  text-align: right; }

.boutique {
  margin-bottom: 1rem; }
  .boutique p {
    margin: 0.25rem 0; }

.ville {
  margin-bottom: 0.5rem; }

.wrapper-ville {
  margin-bottom: 3rem; }

.pays {
  margin-bottom: 0; }

.woocommerce-order-details__title, .woocommerce-column__title, .woocommerce-column__title {
  font-family: 'frontage';
  font-size: 1.875rem;
  font-weight: normal;
  letter-spacing: -3px;
  line-height: 1;
  margin-top: 0;
  margin-left: -0.5%;
  margin-top: -1%;
  margin-bottom: 0.5rem; }

.woocommerce-order-details, .woocommerce-customer-details, .woocommerce-thankyou-order-details {
  margin-bottom: 3rem; }

.woocommerce-table--order-details {
  text-align: left; }

.woocommerce-Address-title h3 {
  font-family: 'frontage';
  font-size: 1.875rem;
  font-weight: normal;
  letter-spacing: -3px;
  line-height: 1;
  margin-top: 0;
  margin-left: -0.5%;
  margin-top: -1%;
  margin-bottom: 0.5rem; }

.woocommerce-Address {
  margin-bottom: 3rem; }

.woocommerce-orders-table__row {
  height: 6rem; }

.woocommerce-orders-table__header {
  width: 25%;
  text-align: left; }

.woocommerce-breadcrumb {
  max-width: 62.375rem;
  margin: 2rem auto;
  padding: 0; }

@media screen and (min-width: 1rem) and (max-width: 48rem) {
  .woocommerce-breadcrumb {
    margin: 1rem 0; } }

.woocommerce-message, .woocommerce-error, .woocommerce-info {
  box-sizing: border-box;
  max-width: 62.375rem;
  margin: 1rem auto;
  padding: 2rem;
  background: #e2e2e2; }
  .woocommerce-message li, .woocommerce-error li, .woocommerce-info li {
    text-align: left; }
  .woocommerce-message .button, .woocommerce-error .button, .woocommerce-info .button {
    margin-right: 2rem; }

@media screen and (min-width: 1rem) and (max-width: 48rem) {
  .woocommerce-message, .woocommerce-error, .woocommerce-info {
    padding: 1.5rem; }
    .woocommerce-message .button, .woocommerce-error .button, .woocommerce-info .button {
      margin-right: 0;
      width: 100%;
      display: block;
      text-align: center; } }

/*  Flex slider
*/
.flex-control-thumbs {
  padding-left: 0;
  display: block;
  width: 60%;
  float: left; }
  .flex-control-thumbs li {
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
    width: 1.15rem;
    height: 1.15rem;
    background: white;
    margin-left: 1rem;
    border-radius: 50%;
    border: 3px solid black;
    transition: all 0.15s ease-in; }
    .flex-control-thumbs li:first-child {
      margin-left: 0; }
    .flex-control-thumbs li.active {
      background: black; }
  .flex-control-thumbs img {
    width: 100%;
    opacity: 0; }

.attachment-woocommerce_single {
  width: 100%;
  max-width: 37.5rem;
  height: auto; }

figure.woocommerce-product-gallery__wrapper {
  margin: 0; }

@media screen and (min-width: 0) and (max-width: 48rem) {
  .flex-control-thumbs li {
    background: white; }
    .flex-control-thumbs li.active {
      background: white; } }

@media screen and (min-width: 0) and (max-width: 30rem) {
  .flex-control-thumbs {
    display: block;
    width: 100%; }
  .quantity {
    width: 100%; } }

a.button, a.buttons, .reset_variations, .single_add_to_cart_button {
  box-sizing: border-box;
  text-transform: lowercase;
  text-decoration: none;
  padding: 0.5rem 1rem;
  letter-spacing: 3px;
  border-radius: 0; }
  a.button.add_to_cart_button, a.buttons.add_to_cart_button, .reset_variations.add_to_cart_button, .single_add_to_cart_button.add_to_cart_button {
    background: white;
    border: 3px solid black; }
    a.button.add_to_cart_button:hover, a.button.add_to_cart_button:focus, a.buttons.add_to_cart_button:hover, a.buttons.add_to_cart_button:focus, .reset_variations.add_to_cart_button:hover, .reset_variations.add_to_cart_button:focus, .single_add_to_cart_button.add_to_cart_button:hover, .single_add_to_cart_button.add_to_cart_button:focus {
      background: black;
      border: 3px solid black;
      color: white;
      transition: all 0.15s ease-in; }
  a.button.alpha, a.buttons.alpha, .reset_variations.alpha, .single_add_to_cart_button.alpha {
    background: transparent;
    text-transform: lowercase;
    text-decoration: none;
    padding: 0.5rem 1rem;
    letter-spacing: 3px;
    margin-top: -3rem;
    display: inline-block; }
    a.button.alpha:hover, a.button.alpha:focus, a.buttons.alpha:hover, a.buttons.alpha:focus, .reset_variations.alpha:hover, .reset_variations.alpha:focus, .single_add_to_cart_button.alpha:hover, .single_add_to_cart_button.alpha:focus {
      background: black;
      border: 3px solid black;
      color: white;
      transition: all 0.15s ease-in; }

a.button.slider.alpha {
  padding: 0.5rem 0.7rem; }

.button.beta {
  background: transparent;
  border: 3px solid white;
  color: white; }
  .button.beta:hover, .button.beta:focus {
    background: white;
    border: 3px solid white;
    color: black;
    transition: all 0.15s ease-in; }

button, input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.added_to_cart,
.widget a.button,
.site-header-cart .widget_shopping_cart a.button {
  background-color: white;
  border: 3px solid black;
  color: #333333; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  .button:hover,
  .button:focus,
  .added_to_cart:hover,
  .added_to_cart:focus,
  .widget a.button:hover,
  .widget a.button:focus,
  .site-header-cart .widget_shopping_cart a.button:hover,
  .site-header-cart .widget_shopping_cart a.button:focus {
    background-color: black;
    border: 3px solid black;
    color: white; }

a.button.checkout.wc-forward,
button.alt,
input[type="button"].alt,
input[type="reset"].alt,
input[type="submit"].alt,
.button.alt,
.added_to_cart.alt,
.widget-area
.widget
a.button.alt,
.added_to_cart,
.widget a.button.checkout,
.reset_variations {
  display: inline-block;
  background-color: black;
  border: 3px solid black;
  color: #ffffff; }
  a.button.checkout.wc-forward:hover, a.button.checkout.wc-forward:focus,
  button.alt:hover,
  button.alt:focus,
  input[type="button"].alt:hover,
  input[type="button"].alt:focus,
  input[type="reset"].alt:hover,
  input[type="reset"].alt:focus,
  input[type="submit"].alt:hover,
  input[type="submit"].alt:focus,
  .button.alt:hover,
  .button.alt:focus,
  .added_to_cart.alt:hover,
  .added_to_cart.alt:focus,
  .widget-area
.widget
a.button.alt:hover,
  .widget-area
.widget
a.button.alt:focus,
  .added_to_cart:hover,
  .added_to_cart:focus,
  .widget a.button.checkout:hover,
  .widget a.button.checkout:focus,
  .reset_variations:hover,
  .reset_variations:focus {
    background-color: white;
    border-color: black;
    color: black; }

a, button, input[type="button"], input[type="reset"], input[type="submit"] {
  transition: all 0.15s ease-in; }
  a:hover, a:focus, button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    transition: all 0.15s ease-out; }

a.button {
  cursor: pointer; }

.button.slider.gamma {
  background-color: white;
  border: 3px solid white;
  color: black;
  padding: 1rem 1.5rem;
  font-size: 1.5rem; }
  .button.slider.gamma:hover, .button.slider.gamma:focus {
    background-color: black;
    border: 3px solid black;
    color: #ffffff; }

[role="button"],
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* Reset `button` and button-style `input` default styles */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
  box-sizing: border-box;
  text-transform: lowercase;
  text-decoration: none;
  padding: 0.5rem 1rem;
  letter-spacing: 3px;
  border-radius: 0;
  border: 3px solid black;
  cursor: pointer;
  margin: 0.5rem 0; }

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="submit"].update_cart, .button, #place_order {
  box-sizing: border-box;
  text-transform: lowercase;
  text-decoration: none;
  padding: 0.5rem 1rem;
  letter-spacing: 3px;
  border-radius: 0;
  border: 3px solid black;
  cursor: pointer;
  margin: 0.5rem 0; }
