body.js-scrolled .Header {
  position: fixed; }

.Header-contentWrapper {
  max-width: calc(var(--site-width, 120rem) + 4 * var(--site-padding, 8rem)); }

.Header .Header-logo img {
  vertical-align: bottom; }

.Header .Menu-topLevel {
  color: var(--third-color);
  font-family: var(--secondary-font);
  font-weight: 800;
  font-size: 2rem;
  letter-spacing: 0.08em;
  text-transform: uppercase; }
  .Header .Menu-topLevel > li.Menu-item {
    min-height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .Header .Menu-topLevel > li.Menu-item {
        border-bottom: none; } }
    .Header .Menu-topLevel > li.Menu-item.active-leaf {
      background: url("../../img/leaf-menu.svg");
      background-size: 8rem;
      background-repeat: no-repeat;
      min-width: 8rem;
      background-position: center; }
      .Header .Menu-topLevel > li.Menu-item.active-leaf a {
        color: var(--brown-color); }
    .Header .Menu-topLevel > li.Menu-item a {
      line-height: 1.4;
      font-size: 2.4rem; }
      @media (max-width: 767px) {
        .Header .Menu-topLevel > li.Menu-item a {
          font-size: 3rem; } }
  .Header .Menu-topLevel .Menu-belowLevel {
    top: 100%; }
    @media (min-width: 768px) {
      .Header .Menu-topLevel .Menu-belowLevel .Menu-item {
        border-bottom: none; } }
    @media (max-width: 767px) {
      .Header .Menu-topLevel .Menu-belowLevel > .Menu-item:first-child {
        border-top: none; } }

@media (max-width: 767px) {
  .Header-menus {
    border-top: solid 1px transparent; }
    body.js-scrolled .Header-menus {
      top: 7.5rem; } }

.Header .Menu-item.has-children {
  flex-direction: column; }

.Header .Menu-topLevel .Menu-item {
  border-bottom: none; }
  .Header .Menu-topLevel .Menu-item a::after {
    bottom: 1.2rem; }

#Breadcrumb {
  margin-top: 2.2rem;
  color: var(--gold-color-2); }
  @media (min-width: 1366px) {
    #Breadcrumb {
      margin-left: calc(-1 * var(--site-padding)); } }
  #Breadcrumb li::before {
    content: '>';
    font-family: inherit;
    color: var(--red-color);
    font-weight: bold; }
  #Breadcrumb li:last-child {
    font-weight: bold; }
  .product #Breadcrumb,
  .cocktail #Breadcrumb {
    position: static;
    color: var(--text-color); }

body:not(.homepage) .Footer {
  margin-top: 6rem; }

@media (max-width: 767px) {
  .Footer {
    position: relative;
    z-index: 2; } }

.Footer-bottom {
  background: #45393c url("../../img/bg-footer@2x.jpg");
  background-size: cover;
  background-position: center;
  color: white;
  border-top: solid 1px transparent; }
  .Footer-bottom:first-child {
    margin-top: 0; }

.Footer-logo {
  position: static;
  transform: none;
  margin-bottom: 1.8rem;
  display: block;
  text-align: center; }
  .Footer-logo img {
    width: 23rem;
    display: inline;
    vertical-align: bottom; }

.Footer-contentWrapper {
  display: block;
  max-width: calc(var(--site-width, 120rem) + 4 * var(--site-padding, 8rem)); }
  .Footer-contentWrapper .Footer-socials {
    max-width: none;
    margin: 0; }
    .Footer-contentWrapper .Footer-socials p {
      margin-bottom: 1rem; }
    .Footer-contentWrapper .Footer-socials .Taxo-socials {
      font-size: 2.5rem;
      color: var(--secondary-color); }

.Footer-row {
  display: flex;
  margin-bottom: 3rem; }
  @media (max-width: 767px) {
    .Footer-row {
      flex-direction: column;
      align-items: center; } }

.Footer-left {
  margin-right: 5rem; }
  @media (max-width: 767px) {
    .Footer-left {
      margin-bottom: 4rem;
      margin-right: 0; } }

.Footer-right {
  flex: 1 1 auto; }
  @media (min-width: 768px) {
    .Footer-right {
      display: flex;
      justify-content: flex-end;
      flex-direction: column; } }

.Footer-middle {
  margin: 0 5rem; }

.Footer-officialMention-Mention {
  width: 100%;
  text-align: center; }

.Footer-officialMention-logos {
  font-size: 1.4rem;
  max-width: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  margin-left: auto; }
  @media (max-width: 767px) {
    .Footer-officialMention-logos {
      justify-content: center;
      font-size: 1.8rem; } }
  .Footer-officialMention-logos a {
    margin-left: 4rem;
    text-decoration: none; }
    @media (max-width: 767px) {
      .Footer-officialMention-logos a {
        width: 100%;
        margin-left: 0;
        flex-direction: column;
        margin-bottom: 2rem; } }
    .Footer-officialMention-logos a:first-child {
      font-size: 1.8rem; }
      @media (min-width: 768px) {
        .Footer-officialMention-logos a:first-child {
          margin-bottom: 3.7rem; } }
      @media (min-width: 768px) {
        .Footer-officialMention-logos a:first-child .Taxo-logos-logo {
          height: 1em; }
          .Footer-officialMention-logos a:first-child .Taxo-logos-logo img {
            margin-top: -3rem; } }
    .Footer-officialMention-logos a:hover, .Footer-officialMention-logos a:focus {
      text-decoration: underline; }
  .Footer-officialMention-logos .Taxo-logos .Taxo-logos-logo {
    order: 2;
    margin-right: 0;
    margin-left: 1rem; }
    .Footer-officialMention-logos .Taxo-logos .Taxo-logos-logo img {
      max-height: 5rem;
      width: auto; }

.Footer .Footer-menu {
  padding-right: 0;
  width: auto;
  margin-bottom: 1rem; }
  .Footer .Footer-menu .Menu-topLevel {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    font-size: 1.8rem; }
    @media (max-width: 767px) {
      .Footer .Footer-menu .Menu-topLevel {
        justify-content: center; } }
    .Footer .Footer-menu .Menu-topLevel li {
      margin-left: 3rem; }
      @media (max-width: 767px) {
        .Footer .Footer-menu .Menu-topLevel li {
          margin-left: 0;
          width: 100%;
          text-align: center; } }

body {
  --swiper-theme-color: var(--green-color-2);
  --swiper-navigation-size: 3rem; }
  @media (max-width: 767px) {
    body.js-nav-opened {
      overflow: hidden; } }

#Page {
  font-weight: normal;
  background: var(--body-bg-color) url("../../img/background.jpg") center no-repeat fixed;
  background-size: cover;
  overflow-x: hidden; }

.DetailWrapper {
  background: white;
  border-radius: 1rem;
  box-shadow: 0 3px 26px rgba(0, 0, 0, 0.16);
  margin: 0 0 12.6rem;
  position: relative;
  top: 7.6rem; }
  .DetailWrapper::before {
    content: '';
    height: 47px;
    width: 47px;
    position: absolute;
    top: -3rem;
    left: calc(-1 * var(--site-padding));
    background: url("../../img/deco-detail-wrapper-left.png") center no-repeat; }
    @media (max-width: 767px) {
      .DetailWrapper::before {
        width: 24px;
        height: 24px;
        background-size: contain;
        top: -1.5rem;
        left: calc(-1 * var(--site-padding-mobile)); } }
  .DetailWrapper::after {
    content: '';
    height: 51px;
    width: 51px;
    position: absolute;
    bottom: calc(-1 * var(--site-padding));
    right: calc(-1 * var(--site-padding));
    background: url("../../img/deco-detail-wrapper-right.png") center no-repeat; }
    @media (max-width: 767px) {
      .DetailWrapper::after {
        width: 26px;
        height: 26px;
        background-size: contain;
        bottom: calc(-1 * var(--site-padding-mobile));
        right: calc(-1 * var(--site-padding-mobile)); } }

.Paragraph.BackgroundColor-beige {
  background: none; }

.form-text, .form-checkbox, .form-radio, .form-email, .form-textarea, .form-select {
  border-color: #F9D791; }

form .description,
.Contact-infos {
  color: inherit;
  font-size: 1.4rem;
  opacity: 1; }

body #tarteaucitronRoot #tarteaucitronAlertBig {
  background-color: #003513 !important; }

body #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronAlertBigBtnWrapper button {
  border-radius: 5rem; }

body #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronAlertBigBtnWrapper button#tarteaucitronCloseAlert {
  background: #5f683c; }

#tarteaucitronRoot button#tarteaucitronBack {
  background: var(--green-color) !important; }

div#tarteaucitronServices {
  box-shadow: none !important; }

/*# sourceMappingURL=extend-global.css.map */
