/* ==========================================================================
   Sass config file

   Declaration chart:
   foo {
       line 1: box styles;
       line 2: flex styles;
       line 3: transform styles;
       line 4: border styles;
       line 5: background styles;
       line 6: text styles;
       line 7: other styles;
       line 8: animation and transition styles;
   }
   ========================================================================== */
@font-face {
  font-family: "Test";
  src: url("../fonts/Minion.otf");
  /* IE9 Compat Modes */
}
/* 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,
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 inconsistent styling of `abbr[title]`.
 * 1. Correct styling in Firefox 39 and Opera 12.
 * 2. Correct missing styling in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Address inconsistent styling of b and strong.
 * 1. Correct duplicate application of `bolder` in Safari 6.0.2.
 * 2. Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+.
 */
b,
strong {
  font-weight: inherit;
  /* 1 */
}

b,
strong {
  font-weight: bolder;
  /* 2 */
}

/**
 * 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-color: #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 inconsistent styling of `hr`.
 * 1. Correct `box-sizing` set to `border-box` in Firefox.
 * 2. Correct `overflow` set to `hidden` in IE 8/9/10/11 and Edge 12.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

/**
 * 1. Correct inheritance and scaling of font-size for preformatted text.
 * 2. Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* 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 font properties not being inherited.
 * 2. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

/**
 * Restore focus style in Firefox 4+ (unset by a rule above)
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

/**
 * Address `appearance` set to `searchfield` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
}

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

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

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
::-moz-selection {
  background: #ee90b2;
  text-shadow: none;
}

::selection {
  background: #ee90b2;
  text-shadow: none;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

textarea {
  resize: vertical;
}

a, button, input, textarea, select {
  transition: 0.15s cubic-bezier(0.770, 0.000, 0.175, 1.000);
}

a {
  color: #c61f5c;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

abbr[title] {
  text-decoration: none;
}
@media (min-width: 64rem) {
  abbr[title] {
    border-bottom: 1px dotted;
  }
}

@media (min-width: 64rem) {
  a abbr[title] {
    border-bottom: none;
  }
}

figure {
  margin: 0;
}

img, svg {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  vertical-align: middle;
}

svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

hr {
  height: 0;
  margin: 1em 0;
  border: none;
  border-bottom: 1px solid #e9c8d4;
  background: none;
}

address {
  font-style: normal;
}

input {
  border: 2px solid #f2f3f4;
  font-family: "OlgaBecker" !important;
  padding: 0 0.5em;
  outline: none;
  color: black !important;
}

textarea {
  border: 2px solid #f2f3f4;
  font-size: 0.8em;
  padding: 0 0.5em;
  outline: none;
  color: black !important;
  resize: none;
}

.wrapper {
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  box-sizing: border-box;
}

.grid, .grid-3, .grid-2 {
  display: flex;
  margin-left: -2rem;
  padding: 0;
  flex-flow: row wrap;
  list-style: none;
  /* if list container */
}
.grid > *, .grid-3 > *, .grid-2 > * {
  box-sizing: border-box;
  margin-top: 2rem;
  margin-left: 2rem;
  flex: 1 0 22rem;
}

.more-wrap {
  padding: 0 5em;
}
@media (max-width: 750px) {
  .more-wrap {
    padding: 0;
  }
}

.grid-2 > * {
  flex-basis: 30rem;
}

.grid-3 > * {
  flex-basis: 22rem;
}

html, input, textarea, select {
  font-family: "Arial";
  line-height: 1.5;
  font-weight: 400;
  color: #6e1133;
}

html {
  font-size: 0.625em;
  /* fallback IE8+ */
  font-size: calc(1em * .625);
  /* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
}

body {
  font-size: 1.6em;
}
@media (min-width: 26rem) {
  body {
    font-size: 1.6em;
  }
}
@media (min-width: 38rem) {
  body {
    font-size: 1.8em;
  }
}
@media (min-width: 50rem) {
  body {
    font-size: 2em;
  }
}
@media (min-width: 64rem) {
  body {
    font-size: 2em;
  }
}

h1, h2, h3, h4, h5, h6, .h-style, button {
  font-family: "OlgaBecker";
  font-style: normal;
  font-weight: lighter;
}

h2 {
  font-size: 2.5em;
}

p, ul, ol, dl, blockquote, pre, td, th, label, textarea, caption {
  margin: 1.5em 0;
}

p {
  color: #7d6c5e;
  font-size: 0.8em;
}

[role=banner] {
  display: flex;
  align-items: center;
  position: relative;
  height: 95vh;
  background: center/cover no-repeat url(../img/header-bg-new.jpg);
}
[role=banner] .topbar {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
[role=banner] .topbar a {
  display: inline-block;
  color: #e1cfbe;
  text-decoration: none;
}
[role=banner] .topbar a:hover {
  background: #8d254b;
}
[role=banner] .topbar .menu {
  position: absolute;
  left: 1em;
  top: 1em;
}
[role=banner] .topbar .menu a {
  color: white;
  padding: 0.05em 0.1em;
  font-size: 2em;
  line-height: 1;
}
[role=banner] .topbar .menu a::before {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  background: rgba(66, 10, 31, 0.75);
  content: "";
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.15s cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
[role=banner] .topbar .menu a.active::before {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 38rem) {
  [role=banner] .topbar .menu a {
    display: none;
  }
}
[role=banner] .topbar .lang {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  top: 1em;
  right: 1em;
}
[role=banner] .topbar .lang a {
  margin: 0 0.2em;
  padding: 0 0.25em;
  line-height: 1.75em;
}
[role=banner] .topbar .lang a.active {
  pointer-events: none;
}
[role=banner] .topbar .lang .lang_item:nth-child(4) {
  position: relative;
}
[role=banner] .topbar .lang .lang_item {
  margin: 0.1em 0;
}
[role=banner] .topbar .lang .lang_item #cart_item {
  border: none;
  width: 50px;
  border-radius: 100em;
  transform: translateX(6px);
  padding: 0;
}
[role=banner] .topbar .lang .lang_item a {
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8em;
  align-items: center;
  justify-content: center;
  padding: 0.15em 0.25em;
  min-width: 25px;
  border: 1px solid #e1cfbe;
  border-radius: 1em;
}
[role=banner] .topbar .lang .lang_item a:hover {
  background-color: #6e1133;
  border: 1px solid #6e1133;
}
[role=banner] .topbar .lang #currency_chooser {
  display: none;
  white-space: nowrap;
  position: absolute;
  top: calc(100% + .2em);
  right: 0;
  background-color: #e1cfbe;
  border-radius: 1em;
  padding: 0.5em;
  margin: 0 0.2em;
}
[role=banner] .topbar .lang #currency_chooser a {
  color: #6e1133;
}
[role=banner] .topbar .lang #currency_chooser a:hover {
  background-color: #e1cfbe;
  border: 1px solid #e1cfbe;
  color: white;
}
[role=banner] h1 {
  font-size: 1em;
  text-align: center;
}
[role=banner] h1 svg {
  width: 6.5em;
  height: 5.5em;
  fill: #d51111;
}
[role=banner] strong {
  display: block;
  font-size: 2.2em;
  font-weight: inherit;
  text-transform: uppercase;
}
[role=banner] span {
  display: block;
  color: white;
  font-size: 2.9em;
  line-height: 1.2em;
  font-family: Georgia, serif;
  font-weight: 400;
}

nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  transform: translateX(-100%);
  background: #6e1133;
  transition: 0.2s cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
nav.active {
  transform: translateX(0);
}
nav .wrapper {
  padding: 0;
}
nav a {
  display: block;
  padding: 0.75em 1em;
  font-family: "Arial";
  font-weight: lighter;
  text-transform: uppercase;
  color: #e1cfbe;
  text-decoration: none;
}
nav a:hover, nav a:focus {
  background: #8d254b;
  text-decoration: none;
}
@media (min-width: 38rem) {
  nav {
    position: static;
    transform: none;
  }
  nav.active {
    transform: none;
  }
  nav .wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  nav a {
    display: inline-block;
    white-space: nowrap;
    font-size: 1em;
  }
}
@media (max-width: 950px) {
  nav a {
    font-size: 0.7em;
  }
}

footer {
  padding: 4em 0 4em;
  font-size: 0.75em;
  text-align: center;
  background-color: #6e1133;
  color: #e1cfbe;
  border-top: 5px solid #e1cfbe;
  position: relative;
}
footer > .wrapper > img {
  display: block;
  width: 50%;
  max-width: 100px;
  margin: 1em auto;
}
footer::before {
  content: "";
  display: block;
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  height: 150px;
  width: 345px;
  background-image: url("../img/ARABESQUE.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

h2 {
  position: relative;
  background-color: #e1cfbe;
  padding: 1% 0;
  margin: 0;
  text-transform: capitalize;
  font-size: 1.8em;
}
h2 .inner {
  text-align: center;
  text-transform: uppercase;
}
h2::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  height: 100px;
  width: 230px;
  background-image: url("../img/ARABESQUE.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #e1cfbe;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 1em;
  background: #6e1133;
}

.section {
  padding: 2% 0 3%;
  background: white;
}
.section .illus {
  display: block;
  width: 4.5em;
  height: 4.5em;
  padding: 1em;
  margin: 1em auto;
  border-radius: 50%;
  background: white;
}
.section .illus svg {
  width: 100%;
  height: 100%;
}
.section h3 {
  font-size: 1.5em;
  text-align: center;
}
.section h4,
.section .h4-like {
  margin: 0;
  font-size: 1.125em;
}
.section section p {
  margin: 0;
}
.section section svg {
  margin-right: 0.25em;
}

.banner_1 {
  padding-bottom: 20%;
  background: center/cover no-repeat fixed;
  background-image: url("../img/bg-1.jpg");
}
@media (max-width: 750px) {
  .banner_1 {
    padding-bottom: 30%;
  }
}

.banner_2 {
  padding-bottom: 20%;
  background: center/cover no-repeat fixed;
  background-image: url("../img/bg-2.jpg");
}
@media (max-width: 750px) {
  .banner_2 {
    padding-bottom: 30%;
  }
}

.banner_3 {
  padding-bottom: 20%;
  background: center/cover no-repeat fixed;
  background-image: url("../img/bg-3.jpg");
}
@media (max-width: 750px) {
  .banner_3 {
    padding-bottom: 30%;
  }
}

.banner_4 {
  padding-bottom: 20%;
  background: center/cover no-repeat fixed;
  background-image: url("../img/bg-4.jpg");
}
@media (max-width: 750px) {
  .banner_4 {
    padding-bottom: 30%;
  }
}

.banner_5 {
  padding-bottom: 20%;
  background: center/cover no-repeat fixed;
  background-image: url("../img/bg-5.jpg");
}
@media (max-width: 750px) {
  .banner_5 {
    padding-bottom: 30%;
  }
}

.banner_6 {
  padding-bottom: 20%;
  background: center/cover no-repeat fixed;
  background-image: url("../img/bg-6.jpg");
}
@media (max-width: 750px) {
  .banner_6 {
    padding-bottom: 30%;
  }
}

.banner_7 {
  padding-bottom: 20%;
  background: center/cover no-repeat fixed;
  background-image: url("../img/bg-7.jpg");
}
@media (max-width: 750px) {
  .banner_7 {
    padding-bottom: 30%;
  }
}

.banner_instaste {
  border-top: 5px solid #e1cfbe;
  background-color: #6e1133;
  padding-bottom: 2rem;
}
.banner_instaste h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  text-align: center;
}
.banner_instaste h3 svg {
  width: 2em;
  height: 2em;
}
.banner_instaste h3 .tast-title {
  font-family: "Montserrat", sans-serif;
  font-weight: lighter;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.banner_instaste h3 > span {
  color: white;
  text-align: center;
}

#blog h4 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #7d6c5e;
  font-size: 0.8em;
}
#blog p {
  font-size: 0.8em;
}
#blog .text-right a.rm-link {
  color: white;
  background-color: #6e1133;
  font-size: 0.7em;
  padding: 0.3em 1em;
  border-radius: 1em;
  text-decoration: none;
}
#blog .text-right a.rm-link:hover {
  background-color: #8d254b;
}

.tweet {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
}
.tweet .tweet-avatar {
  flex: 0 0 2em;
}
.tweet .tweet-content {
  margin-left: 0.5em;
  flex: 1 1 auto;
}
.tweet .tweet-link {
  float: right;
  color: #dae1e6;
}
.tweet .tweet-link:hover, .tweet .tweet-link:focus {
  color: #c61f5c;
}
.tweet .tweet-tools {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.tweet .tweet-tools a {
  display: inline-block;
  color: #dae1e6;
}
.tweet .tweet-tools a:hover, .tweet .tweet-tools a:focus {
  color: #c61f5c;
}

#primeur .bottle {
  margin-right: 2rem;
  flex: 1 0 7em;
}
#primeur .bottle img {
  display: block;
  margin: auto;
}
#primeur .inner.active {
  max-height: 100vh;
}
#primeur .content {
  flex: 0 1 60%;
}
#primeur .cart_part {
  display: flex;
  align-items: center;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
#primeur .cart_part .button-addcart {
  background-color: #6e1133;
  color: white;
  padding: 0.5em;
  border-radius: 1em;
  font-family: "OlgaBecker";
}
#primeur .primeur-head {
  background-color: #6e1133;
}
#primeur .primeur-head .text-lg {
  font-family: "Montserrat", sans-serif;
  color: #e1cfbe;
}
#primeur .primeur-head .text-sm {
  color: #e1cfbe;
}
#primeur .wine-list-item h4 a {
  color: #6e1133;
}

#vins .print_pdf {
  display: flex;
}
#vins .print_pdf a {
  background-color: #6e1133;
  border-radius: 1em;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2em auto;
  text-align: center;
  min-height: 2em;
  padding: 0 1em;
  font-weight: lighter;
}
#vins .print_pdf a:hover {
  background-color: #8d254b;
  text-decoration: none;
}

#partenaires .flex-partners {
  margin: auto;
  margin-right: -1%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#partenaires .grid-2 {
  flex-grow: 1;
  flex-basis: 48%;
  flex-wrap: nowrap;
  margin-left: 0;
  margin-right: 1%;
  margin-bottom: 1%;
  font-size: 0.9em;
  background-color: #f2f3f4;
  align-items: flex-start;
  border: 1px solid #dae1e6;
  justify-content: flex-start;
}
#partenaires .grid-2 > img {
  display: block;
  padding: 1em 0 1em 1em;
  max-width: 100px;
  margin: 0;
}
#partenaires .grid-2 > p {
  margin: 0;
  flex-basis: 0;
  padding: 1em;
}
#partenaires .grid-2 a {
  display: block;
}

#contact h2 {
  position: relative;
}
#contact h2::before {
  background: none;
}
#contact h2::after {
  content: "";
  margin: auto;
  display: block;
  z-index: 9999;
  height: 2px;
  width: 150px;
  background-color: #6e1133;
}
#contact .section {
  background-color: #e1cfbe;
}
#contact .section .contact-text {
  background-color: #e1cfbe;
}

#logistique svg {
  display: block;
  height: 4.5em;
  width: auto;
  margin: auto;
}

#marque div > div > div > div > p:nth-child(1) {
  text-align: center;
  padding: 0 5em;
}
#marque .wine-grid {
  display: flex;
  justify-content: center;
}
#marque .wine-grid > div::before {
  padding-bottom: 150%;
}
#marque .wine-grid .wine-btn > img {
  display: block;
  margin: auto;
  transition: ease 0.3s;
}
#marque .wine-grid .wine-btn > span {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7d6c5e;
  font-size: 0.8em;
  min-height: 2em;
  background-color: #e1cfbe;
  margin: 1em 0.5em;
  font-family: "OlgaBecker";
  transition: ease 0.3s;
}
#marque .wine-grid .wine-btn:hover {
  background-color: white;
}
#marque .wine-grid .wine-btn:hover > span {
  color: #e1cfbe;
  background-color: #7d6c5e;
}
#marque .wine-grid .wine-btn:hover > img {
  transform: translateY(-20px);
}

.juridic_warning {
  display: flex;
  justify-content: center;
  width: fit-content;
  margin: 1em auto;
  position: relative;
  padding: 1em;
  background-color: white;
  border: 3pt solid black;
  font-family: Helvetica, sans-serif;
}
@media (max-width: 500px) {
  .juridic_warning {
    flex-wrap: wrap;
  }
}
.juridic_warning .juridic_w--img {
  background-image: url("../img/lrf.svg");
  background-size: 140px, 74.2px;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 94.2px;
  max-height: 94.2px;
  border: 1px solid black;
  min-width: 160px;
  max-width: 160px;
  margin-right: 1em;
}
.juridic_warning span {
  display: block;
  color: black;
  text-align: left;
}
.juridic_warning .juridic_w--content .juridic_w--title {
  font-weight: bolder;
  font-size: 18px;
  min-width: 250px;
}
.juridic_warning .juridic_w--content .juridic_w--txt {
  min-width: 250px;
  font-size: 16px;
}
.juridic_warning .juridic_w--content .juridic_w--ml {
  margin-top: 1em;
  min-width: 250px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: right;
  font-size: 10px;
}

.timeline-Widget {
  font-size: 0.7em;
}

.wine-grid {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
  background: white;
}
.wine-grid > div {
  position: relative;
  flex: 0 1 50%;
  background: center/cover no-repeat;
}
.wine-grid > div::before {
  display: block;
  padding-bottom: 105%;
  content: "";
}
@media (min-width: 26rem) {
  .wine-grid > div {
    flex-basis: 33.3333333333%;
  }
}
@media (min-width: 38rem) {
  .wine-grid > div {
    flex-basis: 25%;
  }
}
@media (min-width: 50rem) {
  .wine-grid > div {
    flex-basis: 20%;
  }
}
.wine-grid .wine-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  color: white;
  text-decoration: none;
}
.wine-grid .wine-btn:hover, .wine-grid .wine-btn:focus {
  background: rgba(0, 0, 0, 0.15);
}
.wine-grid .wine-btn:hover .wine-bottle, .wine-grid .wine-btn:focus .wine-bottle {
  fill: rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.5);
}
.wine-grid .wine-btn:hover .wine-arrow, .wine-grid .wine-btn:focus .wine-arrow {
  transform: translate(-50%, -20%) rotate(-90deg);
}
.wine-grid .wine-btn .wine-title {
  position: absolute;
  top: 17%;
  left: 0.25em;
  right: 0.25em;
  z-index: 2;
  display: block;
  transform: translateY(-50%);
  font-size: 1.6em;
  font-size: 6vw;
  line-height: 0.875;
  color: white;
  text-decoration: none;
  text-align: center;
  text-transform: capitalize;
}
@media (min-width: 26rem) {
  .wine-grid .wine-btn .wine-title {
    font-size: 4vw;
  }
}
@media (min-width: 38rem) {
  .wine-grid .wine-btn .wine-title {
    font-size: 3vw;
  }
}
@media (min-width: 50rem) {
  .wine-grid .wine-btn .wine-title {
    font-size: 2.4vw;
  }
}
@media (min-width: 64rem) {
  .wine-grid .wine-btn .wine-title {
    font-size: 1.5vw;
  }
}
@media (min-width: 90rem) {
  .wine-grid .wine-btn .wine-title {
    font-size: 1.25vw;
  }
}
.wine-grid .wine-btn .wine-bottle {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  z-index: 0;
  display: block;
  width: 100%;
  max-width: none;
  height: 150%;
  max-height: none;
  fill: white;
  transition: 0.35s cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
.wine-grid .wine-btn .wine-arrow {
  position: absolute;
  bottom: 5%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 12%;
  height: 12%;
  transform: translateX(-50%) rotate(-90deg);
  fill: white;
  transition: 0.45s cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
.wine-grid.grands-vins > div:nth-child(1) {
  background-image: url(../img/img-1.jpg);
}
.wine-grid.grands-vins > div:nth-child(3) {
  background-image: url(../img/img-2.jpg);
}
.wine-grid.grands-vins > div:nth-child(5) {
  background-image: url(../img/img-3.jpg);
}
.wine-grid.grands-vins > div:nth-child(7) {
  background-image: url(../img/img-4.jpg);
}
.wine-grid.grands-vins > div:nth-child(9) {
  background-image: url(../img/img-5.jpg);
}
.wine-grid.grands-vins > div:nth-child(11) {
  background-image: url(../img/img-6.jpg);
}
.wine-grid.grands-vins > div:nth-child(13) {
  background-image: url(../img/img-7.jpg);
}
.wine-grid.grands-vins > div:nth-child(15) {
  background-image: url(../img/img-8.jpg);
}
.wine-grid.grands-vins > div:nth-child(17) {
  background-image: url(../img/img-9.jpg);
}
.wine-grid.grands-vins > div:nth-child(19) {
  background-image: url(../img/img-10.jpg);
}
.wine-grid.grands-vins > div:nth-child(21) {
  background-image: url(../img/img-11.jpg);
}
.wine-grid.grands-vins > div:nth-child(23) {
  background-image: url(../img/img-12.jpg);
}
.wine-grid.grands-vins > div:nth-child(2) {
  background-color: #afa288;
}
.wine-grid.grands-vins > div:nth-child(4) {
  background-color: #e7d67a;
}
.wine-grid.grands-vins > div:nth-child(6) {
  background-color: #c6816e;
}
.wine-grid.grands-vins > div:nth-child(8) {
  background-color: #a897a6;
}
.wine-grid.grands-vins > div:nth-child(10) {
  background-color: #88af9c;
}
.wine-grid.grands-vins > div:nth-child(12) {
  background-color: #d4a4b1;
}
.wine-grid.grands-vins > div:nth-child(14) {
  background-color: #cba9a3;
}
.wine-grid.grands-vins > div:nth-child(16) {
  background-color: #ccb496;
}
.wine-grid.grands-vins > div:nth-child(18) {
  background-color: #816e82;
}
.wine-grid.grands-vins > div:nth-child(20) {
  background-color: #a58c86;
}
.wine-grid.grands-vins > div:nth-child(22) {
  background-color: #ddb64c;
}
.wine-grid.grands-vins > div:nth-child(24) {
  background-color: #5f6966;
}
.wine-grid.vins-de-marque > div {
  margin-bottom: 1em;
}
.wine-grid .wine-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 2rem 0;
  transform: translateY(5rem);
  background: rgba(225, 207, 190, 0.9);
  color: #6e1133;
  visibility: hidden;
  opacity: 0;
  transition: 0.25s cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
.wine-grid .wine-panel.active {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.wine-grid .wine-panel .close-bar {
  position: absolute;
  top: 2rem;
  left: 0;
  right: 0;
  z-index: 999;
}
.wine-grid .wine-panel .close-bar .close-btn {
  display: inline-block;
  background: #e6e6e6;
  font-size: 2.5em;
  line-height: 1;
  color: #6e1133;
}
.wine-grid .wine-panel .close-bar .close-btn:hover, .wine-grid .wine-panel .close-bar .close-btn:focus {
  background: #6e1133;
  color: white;
}
.wine-grid .wine-panel .wine-panel-inner {
  font-family: "OlgaBecker";
  border-radius: 1em;
  max-width: 78rem;
  height: 100%;
  padding-bottom: 2rem;
  overflow: auto;
  background: white;
}
.wine-grid .wine-panel .wine-panel-inner #different_addresses + label {
  font-size: 0.8em;
}
.wine-grid .wine-panel .wine-panel-inner .address_zone {
  font-size: 0.8em;
}
.wine-grid .wine-panel .wine-panel-inner .juridic_part {
  display: flex;
  align-items: center;
}
.wine-grid .wine-panel .wine-panel-inner .juridic_part .wine-panel_pregnant {
  margin: 0 auto;
  height: 60px;
  width: auto;
}
.wine-grid .wine-panel .wine-panel-inner .juridic_part .juridic_warning {
  padding: 0.5em;
}
.wine-grid .wine-panel .wine-panel-inner .juridic_part .juridic_warning .juridic_w--img {
  background-size: 96.7px, 52.8px;
  min-height: 62.8px;
  max-height: 62.8px;
  min-width: 106.7px;
  max-width: 106.7px;
}
.wine-grid .wine-panel .wine-panel-inner .juridic_part .juridic_warning .juridic_w--title {
  font-size: 12px;
}
.wine-grid .wine-panel .wine-panel-inner .juridic_part .juridic_warning .juridic_w--txt {
  font-size: 10px;
}
.wine-grid .wine-panel .wine-panel-inner .juridic_part .juridic_warning .juridic_w--ml {
  font-size: 8px;
}
.wine-grid .wine-panel .wine-panel-inner .legal_consentment {
  margin: 1em 0;
}
.wine-grid .wine-panel .wine-panel-inner .legal_consentment > div {
  font-size: 0.8em;
  margin: 0;
  text-align: left;
}
.wine-grid .wine-panel .appellation-desc {
  margin: 2em 0;
  text-align: left;
}
.wine-grid .wine-panel .header-bar {
  height: 20vh;
  padding: 2em;
  margin: 0 -2rem;
  background-size: cover;
  position: relative;
}
.wine-grid .wine-panel .header-bar h3 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 2em;
  position: absolute;
  bottom: 0.5em;
  left: 1em;
  margin: 0;
}
.wine-grid .wine-panel .wine-list-title {
  display: flex;
  margin: 1.5em 0;
  flex-flow: row nowrap;
  align-items: center;
  font-size: 1.5em;
  font-family: "OlgaBecker";
  text-transform: uppercase;
}
.wine-grid .wine-panel .wine-list-title::before, .wine-grid .wine-panel .wine-list-title::after {
  display: inline-block;
  height: 1px;
  flex: 1 1 auto;
  background: #6e1133;
  margin: 1em;
  content: "";
}
.wine-grid .wine-panel .wine-list-item h4 {
  margin: 0.5em 0;
}
.wine-grid .wine-panel .wine-list-item h4 a {
  color: #6e1133;
}
.wine-grid .wine-panel .wine-list-item h4 a svg {
  display: inline-block;
  font-size: 1.5em;
  vertical-align: middle;
  transition: 0.15s cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
.wine-grid .wine-panel .wine-list-item h4 a.active svg {
  transform: rotate(90deg);
}
.wine-grid .wine-panel .wine-list-item .inner {
  display: flex;
  max-height: 0;
  overflow: hidden;
  flex-flow: row nowrap;
  align-items: flex-start;
  transition: 0.15s cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
.wine-grid .wine-panel .wine-list-item .inner.active {
  max-height: 100vh;
}
.wine-grid .wine-panel .wine-list-item .bottle {
  margin-right: 2rem;
  flex: 1 0 7em;
}
.wine-grid .wine-panel .wine-list-item .bottle > img {
  display: block;
  margin: auto;
}
.wine-grid .wine-panel .wine-list-item .content {
  flex: 0 1 60%;
}
.wine-grid .wine-panel .wine-list-item .content .p-cards {
  font-family: "OlgaBecker";
  font-size: 1em;
}
.wine-grid .wine-panel .wine-list-item .content strong {
  font-family: "OlgaBecker";
  color: #5a5a5d;
}
.wine-grid .wine-panel .wine-list-item .content p:first-child {
  margin-top: 0;
}
.wine-grid .wine-panel .wine-list-item .order-link {
  color: rgba(110, 17, 51, 0.75);
}
.wine-grid .wine-panel .wine-list-item .order-link svg {
  font-size: 0.75em;
}
.wine-grid .wine-panel .wine-list-item .cart_part {
  display: flex;
  align-items: center;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.wine-grid .wine-panel .wine-list-item .cart_part .button-addcart {
  background-color: #6e1133;
  color: white;
  padding: 0.5em;
  border-radius: 1em;
  font-family: "OlgaBecker";
}
.wine-grid .wine-panel .wine-list-item .cart_part img {
  fill: currentColor;
}

.flex-button-container {
  display: flex;
  margin-right: 1em;
}
.flex-button-container > input {
  text-align: center;
}
.flex-button-container .flex-button {
  display: flex;
  flex-direction: column;
}
.flex-button-container .flex-button input {
  background-color: #f2f3f4;
  color: black;
  font-family: Arial, Helvetica, sans-serif !important;
  text-align: center;
}

#cart_grid {
  font-size: 0.8em;
  font-family: "OlgaBecker";
}
#cart_grid .jsgrid-header-row {
  color: #6e1133;
}
#cart_grid img {
  width: 50%;
  display: block;
  margin: auto;
}

tr.jsgrid-selected-row > .jsgrid-cell {
  background-color: rgba(225, 207, 190, 0.5);
  border-color: rgba(225, 207, 190, 0.5);
}

.print_pdf {
  margin: 1em auto;
}
.print_pdf > a {
  display: block;
  width: fit-content;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.8em;
  background-color: #6e1133;
  color: white;
  padding: 0.5em 0.8em;
  border-radius: 1em;
  margin: 0 auto;
}
.print_pdf > a:hover {
  background-color: #8d254b;
  text-decoration: none;
}

label[for=different_addresses] {
  font-family: "OlgaBecker";
}

.address_zone {
  font-family: "OlgaBecker";
}

.contact-text {
  padding: 0 2rem;
  background-color: white;
}

.contact-links {
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
}
.contact-links a {
  display: flex;
  padding: 1em;
  flex: 1 1 auto;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  background: #6e1133;
  color: white;
  text-align: center;
}
.contact-links a:last-child {
  background: #50152b;
}
.contact-links a:hover, .contact-links a:focus {
  background: #8d254b;
  text-decoration: none;
}
.contact-links svg {
  margin-bottom: 0.25em;
  font-size: 3em;
}

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

.text-left {
  text-align: left;
}

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

/* ==========================================================================
   Helper classes extracted form HTML5 Boilerplate
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

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