@charset "UTF-8";
.button2 {
  background-color: white !important;
  border-color: black !important;
  color: black !important;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1rem;
  font-weight: bold;
  border-width: 1px;
  border-style: solid;
  padding: 10px 16px;
  border-radius: 0.35rem;
  margin: 0;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.button2:hover:not(:disabled) {
  background-color: black !important;
  color: white !important;
}
.button2:disabled {
  cursor: not-allowed !important;
}
.button2._sm {
  padding: 9px 9px;
}
.button2.t2 {
  font-size: 18px;
  padding: 14px 18px;
}
.button2.noir_blanc {
  background-color: black !important;
  color: white !important;
}
.button2.noir_blanc:hover {
  background-color: white !important;
  color: black !important;
}
.button2.noir_blanc.red-hover:hover:not(:disabled) {
  background-color: black !important;
  color: red !important;
}
.button2.gris_blanc {
  background-color: #696969 !important;
  border-color: #696969 !important;
  color: white !important;
}
.button2.gris_blanc:hover:not(:disabled) {
  background-color: white !important;
  color: #696969 !important;
}
.button2.jaune_noir {
  background-color: #fed925 !important;
  border-color: #fed925 !important;
  color: black !important;
}
.button2.jaune_noir:hover:not(:disabled) {
  background-color: black !important;
  border-color: black !important;
  color: white !important;
}
.button2.rouge_blanc {
  background-color: #b30013 !important;
  border-color: #b30013 !important;
  color: white !important;
}
.button2.rouge_blanc:hover:not(:disabled) {
  background-color: white !important;
  border-color: #b30013 !important;
  color: #b30013 !important;
}
.button2.blanc_rouge {
  background-color: white !important;
  border-color: white !important;
  color: #b30013 !important;
}
.button2.blanc_rouge:hover:not(:disabled) {
  background-color: #b30013 !important;
  border-color: white !important;
  color: white !important;
}
.button2.vert_blanc {
  background-color: #22b00a !important;
  border-color: #22b00a !important;
  color: white !important;
}
.button2.vert_blanc:hover:not(:disabled) {
  background-color: white !important;
  border-color: #22b00a !important;
  color: #22b00a !important;
}
.button2.vert_blanc:disabled {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}

.center-on-border-top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.center-on-border-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

.container-bs, .container-main-content:not(._full-width) {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-bs, .container-main-content:not(._full-width) {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-bs, .container-main-content:not(._full-width) {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-bs, .container-main-content:not(._full-width) {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-bs, .container-main-content:not(._full-width) {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-bs, .container-main-content:not(._full-width) {
    max-width: 1320px;
  }
}

.border-grey {
  border: solid 1px #d6d3d3;
}

.border-top-grey {
  border-top: solid 1px #d6d3d3;
}

.border-bottom-grey {
  border-bottom: solid 1px #d6d3d3;
}

.border-left-grey {
  border-left: solid 1px #d6d3d3;
}

.border-right-grey {
  border-right: solid 1px #d6d3d3;
}

/* Bootstrap reset */
select.form-control:not([size]):not([multiple]) {
  height: unset;
}

@media (min-width: 1200px) {
  .container._xl {
    max-width: 1140px !important;
  }
}

@media (min-width: 1400px) {
  .container._xxl {
    max-width: 1320px !important;
  }
}

@media (min-width: 768px) {
  .mobile-md-only {
    display: none;
  }
}
.force-raz-bootstrap-oua .form-control {
  padding: 0.375rem 0.75rem !important;
  line-height: 1.5 !important;
}

/* FIN Bootstrap reset */
html, .wrapper {
  height: 100%;
}

body {
  height: auto;
}

/*Site wrapper*/
.wrapper {
  position: relative;
}

.container-main-content {
  padding-bottom: 2.5em;
}
.container-main-content:not(._full-width) {
  flex: 1;
  /*width: 100%;
  max-width: 1500px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;*/
}

/*.form-and-products-container { // on affiche la barre de recherche à gauche
    display: flex;
    flex-direction: row;
    & > div {
        &:first-child {
            width: 200px;
        }
    }
}*/
body.mon-compte .container-main-content {
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1400px) {
  body.mon-compte .container-main-content {
    max-width: unset !important;
  }
}

body.mon-compte:not(.isUserLoggedIn) {
  flex-direction: column;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.woocommerce-info {
  border-top-color: #b30013;
}
.woocommerce-info::before {
  color: #b30013;
}
.woocommerce-info._no_product {
  margin-top: 3em;
}

/*End site wrapper*/
label, input[type=radio], input[type=file], input[type=checkbox], input.datepicker {
  cursor: pointer;
}

input[type=number] {
  text-align: center;
  /*&._t1 {
      width: 150px;
  }*/
}

/* Hero Section*/
.main-slider .slides li {
  padding-top: 25rem;
  padding-bottom: 12rem;
}

.bg-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
  position: absolute;
  margin-top: 0px !important;
}

/* End hero Section*/
/*About*/
.icon-logo-svg {
  height: 2.09rem;
  fill: #a7b3bd;
}

.svg-decoration.middle-left.boundary {
  top: 8%;
  left: -2rem;
  width: 10rem;
}

.svg-decoration.bottom-right.boundary {
  top: 18%;
  right: 0;
  width: 3rem;
}

.svg-decoration.middle-left {
  top: 20%;
  left: -17rem;
  width: 22rem;
}

.svg-decoration.bottom-right,
.svg-decoration.middle-left {
  display: block;
}

.svg-decoration.middle-left {
  top: 12%;
  left: -17rem;
}

.svg-decoration {
  position: absolute;
}

.svg-decoration.bottom-right {
  top: 0;
  right: -22rem;
  width: 30rem;
}

.svg-decoration.bottom-right,
.svg-decoration.middle-left {
  display: block;
}

.svg-decoration.bottom-right {
  top: 0%;
  right: -22rem;
}

.svg-decoration {
  position: absolute;
}

.avatar-sm-bordered {
  border: 2px solid #fff;
}

/*End about*/
/*Topics*/
.card-columns-count {
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  orphans: 1;
  widows: 1;
}

.card-columns-count .card {
  display: inline-block;
  width: 100%;
}

/*End topics*/
/*Video cover*/
.play-but:hover .play-icon:before {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.play-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 5rem;
  height: 5rem;
}

.play-icon:before {
  display: inline-block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #ffffff;
  border-radius: 50%;
}

.play-icon-inner {
  fill: #212529;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1rem;
  line-height: 0;
}

.hover-arrow:hover span {
  transform: translate3d(5px, 0, 0);
}

.hover-arrow span {
  display: inline-block;
  margin-left: 0.375rem;
  transition: transform 0.2s ease;
  font-size: 11px;
}

.img-decoration {
  position: absolute;
  overflow: hidden;
}

.img-decoration-bottom {
  right: 0;
  bottom: 0;
  left: 0;
}

.img-decoration-top {
  top: 0;
  right: 0;
  left: 0;
}

.img-decoration svg {
  transform: scale(2);
}

/*Miscellaneous*/
a.text-white-footer:hover {
  color: red !important;
}

section,
.section {
  position: relative;
  width: 100%;
}

.spacer-lg-top {
  padding-top: 12rem;
}

.spacer-lg-bottom {
  padding-bottom: 6rem;
}

h1 {
  text-align: center;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a, .h1 > a, .h2 > a, .h3 > a, .h4 > a, .h5 > a, .h6 > a {
  color: #212529;
}
h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover, .h1 > a:hover, .h2 > a:hover, .h3 > a:hover, .h4 > a:hover, .h5 > a:hover, .h6 > a:hover {
  color: #b30013;
}

.front-page-intro ._content {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 1em;
}
@media (min-width: 992px) {
  .front-page-intro ._content {
    width: 443px;
  }
}
.front-page-intro ._btns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .front-page-intro ._btns {
    width: 443px;
  }
}
.front-page-intro ._btns a {
  margin-left: 0.75em;
  margin-rigth: 0.75em;
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  font-family: "object-fit: cover;";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.o-hidden {
  overflow: hidden;
}

.curved-decoration {
  position: relative;
  z-index: 2;
  width: 100%;
}

.curved-decoration svg {
  position: relative;
  z-index: 2;
  top: 0.5px;
  width: 100%;
}

.curved-decoration.splash svg {
  top: 0.5px;
}

.bg-secondary-svg {
  fill: white;
}

.z-index-2 {
  z-index: 2;
}

.front-page-gammes {
  background: url("../../assets/gbs-img/img/fond-houblon.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.front-page-gammes a {
  position: relative;
  display: block;
}
.front-page-gammes a ._img_title {
  position: absolute;
  padding-top: 20px;
  padding-bottom: 20px;
  top: 23%;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  color: #fff;
  text-align: center;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.front-page-gammes a ._img_title:hover {
  color: #b30013 !important;
}

.fp-intro-h2 {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .fp-intro-h2 {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .fp-intro-h2 {
    margin-top: 0px;
  }
}

.bg-secondary {
  background-color: white !important;
}

.a {
  color: #b30013 !important;
}

p {
  color: #646f79;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
  letter-spacing: -0.025em;
}

ul.nav-tabs {
  border-radius: 0.3125rem;
}

ul.nav-tabs li:first-child a {
  border-radius: 0.3125rem 0 0 0.3125rem;
}

/*End Miscellaneous*/
/*Mediaqueries*/
@media (max-width: 991.99px) {
  .lead {
    font-size: 1.05rem;
    line-height: 1.5;
    font-weight: 600;
  }
}
@media (min-width: 576px) {
  .card-count-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  ul.nav-tabs {
    border-radius: 0.3125rem;
  }

  ul.nav-tabs li:first-child a {
    border-radius: 0.3125rem 0 0 0.3125rem;
  }
}
@media (min-width: 768px) {
  ul.nav-tabs {
    border-radius: 0.3125rem 0.3125rem 0 0;
  }

  ul.nav-tabs li:first-child a {
    border-radius: 0.3125rem 0 0 0;
  }
}
@media (min-width: 992px) {
  div[class*=col-].spacer-one-bottom-sm,
.spacer-one-bottom-sm {
    padding-bottom: 2rem;
  }

  div[class*=col-].spacer-one-top-sm,
.spacer-one-top-sm {
    padding-top: 2rem;
  }

  div[class*=col-].spacer-double-sm,
.spacer-double-sm {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .mt-n {
    margin-top: -200px;
  }

  ul.nav-tabs {
    border-radius: 0.3125rem 0.3125rem 0 0;
  }

  ul.nav-tabs li:first-child a {
    border-radius: 0.3125rem 0 0 0;
  }

  .card-count-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }

  .spacer-lg-bottom {
    padding-bottom: 12rem;
  }
}
@media (max-width: 991.99px) {
  .card-count-1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .btn-group-lg > .btn,
.btn-lg,
.btn-lg,
.btn-group-lg > .btn {
    font-size: 1.1rem;
    padding: 0.725rem 1.5rem;
  }
}
@media (max-width: 768px) {
  .spacer-lg-top {
    padding-top: 3rem;
  }

  .spacer-lg-bottom {
    padding-bottom: 3rem;
  }
}
@media (max-width: 576px) {
  .card-count-1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .h1,
h1 {
    font-size: 1.6875rem;
  }

  .h2,
h2 {
    font-size: 1.5rem;
  }

  .h4,
h4 {
    font-size: 1.284375rem;
  }

  .h5,
h5 {
    font-size: 1.1875rem;
  }

  .display-1 {
    font-size: 4rem;
  }

  .display-3 {
    font-size: 2.4375rem;
  }

  .display-4 {
    font-size: 2.0625rem;
  }
}
@media (max-width: 1199.99px) {
  blockquote {
    font-size: 1.35rem !important;
  }
}
.card-title {
  font-size: 1.1rem !important;
}

.card-body {
  padding: 1rem;
}

.bg-red-svg {
  fill: #b30013;
}

.bg-red {
  background-color: #b30013;
}

.bg-primary-3-svg {
  fill: #3d292a !important;
}

.breadcrumb > li, .breadcrumb > li > a {
  color: #555555 !important;
}

/*
.menu-list {
  margin: 40px 0 40px 0;
  list-style-type: none;
}

.menu-list > li {
  padding: 5px 0px;
}*/
.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.flex-3 {
  flex: 3;
}

.dropdown-menu {
  padding: 15px !important;
  background: #000000e0;
}

.dropdown-menu > .presentation > a {
  color: white;
}

.header .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #b30013;
}

.a#menu-top:hover {
  color: black !important;
}

body .theme-debug-template {
  display: none;
}
body.debug .theme-debug-template {
  display: block;
  position: fixed;
  z-index: 100000;
  bottom: 0;
  left: 0;
  background-color: #4dcd56;
}
body .toggleDebug {
  display: none;
}

.admin_debug {
  color: red;
  background-color: #fbd3f3;
}

a.blanc_hover_noir {
  color: white;
}
a.blanc_hover_noir:hover {
  color: black !important;
}

#nav-link.scroll {
  color: white !important;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  background-color: #b30013;
}
.woocommerce form.checkout_coupon .show-password-input, .woocommerce form.login .show-password-input, .woocommerce form.register .show-password-input {
  color: #7a7a7a;
}

.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit {
  color: #fff;
}

.hidden-title-form a.hide-title-form, .wishlist-title a.show-title-form, .wishlist_manage_table a.create-new-wishlist, .wishlist_manage_table button.submit-wishlist-changes, .wishlist_table .add_to_cart.button, .wishlist_table a.ask-an-estimate-button, .woocommerce .yith-wcwl-wishlist-new button, .yith-wcwl-add-button a.add_to_wishlist, .yith-wcwl-popup-button a.add_to_wishlist, .yith-wcwl-wishlist-search-form button.wishlist-search-button {
  color: #b30013 !important;
}

.woocommerce-products-header__title.page-title {
  padding-left: 25px;
}

.btn-dark:hover, .btn-dark:focus {
  color: red;
}

.detail-content > a {
  color: black;
}

.woocommerce-MyAccount-navigation-link > a:hover {
  color: black !important;
}

#top-menu > li:hover a {
  color: black !important;
}

.woocommerce-form-login__rememberme {
  color: white;
  font-weight: lighter;
}

.flex-column-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

a.link-red, p.link-red a, .block-link-red a {
  color: #b30013;
}
a.link-red:hover, p.link-red a:hover, .block-link-red a:hover {
  color: black !important;
}

a.link-black, p.link-black a {
  color: black;
}
a.link-black:hover, p.link-black a:hover {
  color: #b30013 !important;
}

@media (max-width: 768px) {
  .woocommerce-form.woocommerce-form-login.login h3 {
    font-size: 1.5rem;
  }
  .woocommerce-form.woocommerce-form-login.login ._boutons {
    display: flex;
    flex-direction: row;
    gap: 1em;
  }
  .woocommerce-form.woocommerce-form-login.login ._boutons > div {
    flex: unset !important;
    max-width: unset !important;
    -webkit-box-flex: unset !important;
    padding: 0 !important;
    width: unset !important;
  }
}
@media (max-width: 992px) {
  .woocommerce-form.woocommerce-form-login.login .border-left {
    border-left: none !important;
  }
}

.info-op-product.lien-link.a.li {
  border: 1px black solid;
  padding: 6px;
  font-size: 11px;
}

.info-op-product.lien-link > a {
  color: #b30013;
}

.front-page-brasseurs .owl-carousel-container .owl-stage-outer {
  border: 1px solid black;
}

.owl-carousel-container {
  position: relative;
}
.owl-carousel-container .owl-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #1E0000;
  font-weight: 400;
  font-size: 60px;
  z-index: 10;
  cursor: pointer;
}
.owl-carousel-container .owl-carousel-btn._customPrevBtn {
  left: 15px;
}
.owl-carousel-container .owl-carousel-btn._customNextBtn {
  right: 15px;
}
.owl-carousel-container .owl-carousel {
  background-color: white;
}
.owl-carousel-container .owl-carousel ._item {
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}
.owl-carousel-container .owl-carousel ._item img {
  height: 150px;
  width: auto;
  margin: auto;
}
.owl-carousel-container .owl-carousel ._item img:hover {
  background-color: #d6d3d3;
}

#about {
  background: #b30013;
  color: white !important;
}
#about label {
  cursor: pointer;
}

.picto {
  display: inline-block;
  background-size: contain;
  background-position: center;
  width: 1.5em;
  height: 1.5em;
}
.picto._bio {
  background-image: url(/wp-content/themes/gbs/assets/gbs-img/img/pictos/bio.jpg);
}
.picto._gluten {
  background-image: url(/wp-content/themes/gbs/assets/gbs-img/img/pictos/gluten.jpg);
}
.picto._0alcool {
  background-image: url(/wp-content/themes/gbs/assets/gbs-img/img/pictos/0alcool.png);
}

/* Commun front + éditeur Gutemberg */
.has-rouge-gbs-color {
  color: #b30013 !important;
}

.has-rouge-clair-color {
  color: #d42225 !important;
}

.has-gris-color {
  color: #515151 !important;
}

.has-black-color {
  color: black !important;
}

.has-white-color {
  color: white !important;
}

.has-yellow-color {
  color: yellow !important;
}

.has-rouge-gbs-background-color {
  background-color: #b30013 !important;
}

.has-rouge-clair-background-color {
  background-color: #d42225 !important;
}

.has-gris-background-color {
  background-color: #515151 !important;
}

.has-black-background-color {
  background-color: black !important;
}

.has-white-background-color {
  background-color: white !important;
}

.has-yellow-background-color {
  background-color: yellow !important;
}

/* Fin Commun front + éditeur Gutemberg */
body:not(.isUserLoggedIn) .hideNotIsUserLoggedIn {
  display: none !important;
}

body.isUserLoggedIn .showNotIsUserLoggedIn {
  display: none !important;
}

body:not(.isUserBrasseur) .hideNotIsUserBrasseur {
  display: none !important;
}

body:not(.isUserCHR) .hideNotIsUserCHR {
  display: none !important;
}

.cursor-pointer {
  cursor: pointer;
}

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