@charset "UTF-8";
/**
 * 1.0 Reset
 *
 * http://meyerweb.com/eric/tools/css/reset/ 
 * v2.0 | 20110126
 * License: none (public domain)
 * ----------------------------------------------------------------------------
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none;
  color: inherit;
  font-size: inherit; }

/**
 * 2.0 - Polices
 *
 * ----------------------------------------------------------------------------
 */
@font-face {
  font-family: '7collines';
  src: url("asset/fonts/7collines/7collines.eot?38346108");
  src: url("asset/fonts/7collines/7collines.eot?38346108#iefix") format("embedded-opentype"), url("asset/fonts/7collines/7collines.woff2?38346108") format("woff2"), url("asset/fonts/7collines/7collines.woff?38346108") format("woff"), url("asset/fonts/7collines/7collines.ttf?38346108") format("truetype"), url("asset/fonts/7collines/7collines.svg?38346108#7collines") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "7collines";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  [class^="icon-"]:before [class^="icon-"], [class^="icon-"]:before [class*=" icon-"], [class*=" icon-"]:before [class^="icon-"], [class*=" icon-"]:before [class*=" icon-"] {
    font: normal 1em/1 Arial, sans-serif;
    display: inline-block; }

.icon-pression:before {
  content: '\e800'; }

/* '' */
.icon-bottle:before {
  content: '\e801'; }

/* '' */
.icon-arrow-top:before {
  content: '\e802'; }

/* '' */
.icon-facebook:before {
  content: '\e811'; }

/* '' */
.icon-instagram:before {
  content: '\e812'; }

/* '' */
.icon-download:before {
  content: '\e814'; }

/* '' */
html {
  scroll-behavior: smooth; }

body {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  line-height: 1.3; }

h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 75px;
  line-height: 86px;
  text-transform: uppercase;
  letter-spacing: 10px; }

h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 60px;
  line-height: 65px;
  text-transform: uppercase;
  letter-spacing: 10px; }

h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 2px; }

h4 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 2px; }

.mainContent {
  max-width: 100%;
  overflow: hidden;
  position: relative; }

.anchorScroll {
  scroll-margin-top: 90px; }

.header {
  width: 1000px;
  max-width: 100%;
  padding-top: 50px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF; }
  .header__logo {
    margin-bottom: 45px;
    height: 150px; }
  .header__navigation {
    width: 100%;
    max-width: 100%; }
    .header__navigation__menu {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0px 10px;
      font-family: "Barlow Condensed", sans-serif;
      font-size: 20px;
      border-top: 2px #C8A100 solid;
      border-bottom: 2px #C8A100 solid;
      position: relative; }
      .header__navigation__menu__subMenu {
        position: absolute;
        padding: 15px 15px 5px 15px;
        z-index: 3;
        top: 100%;
        left: 0;
        text-align: left;
        background-color: white;
        border-bottom: 1px solid #696969;
        visibility: hidden;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        white-space: nowrap; }
        .header__navigation__menu__subMenu li {
          margin-bottom: 10px; }
        .header__navigation__menu__subMenu__link {
          padding-top: 10px; }
        .header__navigation__menu__subMenu__link:hover {
          border-bottom: 2px #C8A100 solid; }
      .header__navigation__menu__link {
        text-transform: uppercase;
        position: relative;
        padding: 12px 20px 14px;
        margin-bottom: -2px; }
        .header__navigation__menu__link:hover {
          color: #C8A100; }
        .header__navigation__menu__link:hover .header__navigation__menu__subMenu {
          visibility: visible !important;
          color: #000000;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }

.fixedHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
  padding-top: 20px;
  margin: 0 auto; }
  .fixedHeader .header__logo {
    margin-bottom: 10px;
    height: 90px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .fixedHeader .header__navigation {
    width: 1000px;
    max-width: 100%; }

.reducedHeader {
  padding-top: 22rem !important; }
  .reducedHeader .bandeau__capsule_noir {
    top: 57%; }
  .reducedHeader .bandeau__capsule_jaune {
    top: 42%; }

.bandeau {
  padding-top: 45px;
  padding-bottom: 15px;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-animation: fade-in 1s ease-in-out both;
          animation: fade-in 1s ease-in-out both; }
  .bandeau__capsule {
    position: absolute;
    z-index: 1; }
    .bandeau__capsule_jaune {
      top: 6%;
      left: -9%; }
    .bandeau__capsule_noir {
      top: 29%;
      left: -19%; }
    .bandeau__capsule_verte {
      bottom: 3%;
      right: -20%; }
  .bandeau__title {
    position: relative;
    z-index: 2; }
    .bandeau__title_highlight {
      color: #FFFFFF;
      background-color: #C8A100; }
    .bandeau__title_color {
      color: #C8A100; }

.artisanBrasseur {
  background-image: url("asset/images/fond_artisans_brasseurs.jpg");
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-origin: border-box;
          background-origin: border-box;
  margin: 0 auto;
  color: #FFFFFF;
  padding: 50px 40px;
  position: relative; }
  .artisanBrasseur--sodas {
    background-image: url("asset/images/fond_artisans_sodas.png"); }
  .artisanBrasseur__transition {
    margin: 0 auto;
    position: absolute;
    top: -2%;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    left: 0;
    -webkit-filter: brightness(20);
            filter: brightness(20);
    width: 102%;
    overflow: hidden; }
    .artisanBrasseur__transition_bottom {
      width: 100%;
      margin: 0 auto;
      position: absolute;
      bottom: -2%;
      left: 0;
      -webkit-filter: brightness(20);
              filter: brightness(20); }
  .artisanBrasseur__content {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    padding-top: 8%;
    padding-bottom: 8%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .artisanBrasseur__content__title__header_color {
      color: #C8A100; }
    .artisanBrasseur__content__title__customBorder {
      width: 35%;
      border: 3.5px #C8A100 solid;
      margin-top: 13px;
      margin-bottom: 13px; }
    .artisanBrasseur__content__body {
      width: 526px;
      max-width: 100%;
      padding: 5px; }
      .artisanBrasseur__content__body__title {
        margin-bottom: 10px; }
      .artisanBrasseur__content__body__element {
        margin-top: 15px;
        margin-bottom: 20px; }
        .artisanBrasseur__content__body__element__list::before {
          content: "_";
          font-size: 11px;
          font-weight: 700; }
      .artisanBrasseur__content__body__customBorder {
        width: 80%;
        border: 2px #C8A100 solid;
        margin-top: 20px;
        margin-bottom: 20px; }

.bierePersonnalisee {
  background-image: url("asset/images/fond_biere_personalisee.jpg");
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-origin: border-box;
          background-origin: border-box;
  margin: 0 auto;
  color: #FFFFFF;
  padding: 50px 40px;
  position: relative; }
  .bierePersonnalisee__transition {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: -2%;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    left: 0;
    -webkit-filter: brightness(20);
            filter: brightness(20); }
    .bierePersonnalisee__transition_bottom {
      width: 100%;
      margin: 0 auto;
      position: absolute;
      bottom: -2%;
      left: 0;
      -webkit-filter: brightness(20);
              filter: brightness(20); }
    .bierePersonnalisee__transition_dark {
      -webkit-filter: brightness(1);
              filter: brightness(1); }
  .bierePersonnalisee__content {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    padding-top: 8%;
    padding-bottom: 8%; }
    .bierePersonnalisee__content__title__header_color {
      color: #C8A100; }
    .bierePersonnalisee__content__title__customBorder {
      width: 35%;
      border: 3.5px #C8A100 solid;
      margin-top: 13px;
      margin-bottom: 13px; }
    .bierePersonnalisee__content__body {
      width: 526px;
      max-width: 100%;
      padding: 5px; }
      .bierePersonnalisee__content__body__element {
        margin-top: 12px;
        margin-bottom: 20px; }
        .bierePersonnalisee__content__body__element_bold {
          font-weight: 700; }
      .bierePersonnalisee__content__body__button {
        background-color: #C8A100;
        font-size: 13px;
        margin-top: 15px;
        padding: 5px 18px; }
        .bierePersonnalisee__content__body__button:hover {
          background-color: #000000;
          font-size: 13px;
          padding: 5px 18px;
          cursor: pointer; }
      .bierePersonnalisee__content__body__customBorder {
        width: 80%;
        border: 2px #C8A100 solid;
        margin-top: 13px;
        margin-bottom: 13px; }

.gammePerfecto {
  position: relative;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  color: #FFFFFF; }
  .gammePerfecto__capsule {
    position: absolute;
    z-index: 1; }
    .gammePerfecto__capsule_jaune {
      position: absolute;
      top: 15%;
      right: 2%; }
    .gammePerfecto__capsule_sodas-rouge {
      position: absolute;
      top: 30%;
      right: 2%; }
    .gammePerfecto__capsule_noir {
      position: absolute;
      bottom: 16%;
      left: -9%; }
    .gammePerfecto__capsule_bleu {
      position: absolute;
      bottom: 11%;
      left: -19%; }
  .gammePerfecto__affiche {
    position: absolute;
    z-index: 1;
    top: -4%;
    left: -23%;
    max-width: 100%; }
  .gammePerfecto__content {
    position: relative;
    width: 1000px;
    max-width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    padding-top: 8%;
    padding-bottom: 8%;
    color: #000000;
    padding-left: 20px;
    padding-right: 20px; }
    .gammePerfecto__content__title {
      padding-top: 8%; }
      .gammePerfecto__content__title__header_color {
        color: #C8A100; }
    .gammePerfecto__content__customBorder {
      width: 80%;
      border: 2px #C8A100 solid;
      margin-top: 13px;
      margin-bottom: 13px; }
    .gammePerfecto__content__gamme {
      position: relative;
      z-index: 2;
      max-width: 100%; }
  .gammePerfecto__beers {
    width: 1000px;
    max-width: 100%;
    color: #000000;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px 3%;
    padding-bottom: 8%; }

.gammeTerre {
  background-image: url("asset/images/fond_mur_beton.jpg");
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-origin: border-box;
          background-origin: border-box;
  margin: 0 auto;
  color: #000000;
  padding: 50px 40px;
  position: relative; }
  .gammeTerre__transition {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: -2%;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    left: 0;
    -webkit-filter: brightness(20);
            filter: brightness(20); }
    .gammeTerre__transition_bottom {
      width: 100%;
      margin: 0 auto;
      position: absolute;
      bottom: -7%;
      left: 0;
      -webkit-filter: brightness(20);
              filter: brightness(20); }
  .gammeTerre__affiche {
    position: absolute;
    z-index: 1;
    top: -4%;
    left: -7%;
    max-width: 100%; }
  .gammeTerre__content {
    position: relative;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    padding-top: 8%;
    padding-bottom: 8%;
    color: #000000;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .gammeTerre__content__capsule {
      position: absolute;
      z-index: 1; }
      .gammeTerre__content__capsule_noir {
        position: absolute;
        right: -17%;
        bottom: -63%; }
    .gammeTerre__content__title__header_color {
      color: #C8A100; }
    .gammeTerre__content__title__header_bio {
      color: #169A3B;
      position: relative; }
      .gammeTerre__content__title__header_bio__image {
        position: absolute;
        height: 54px;
        top: 13%;
        left: 75%; }
    .gammeTerre__content__customBorder {
      width: 80%;
      border: 2px #C8A100 solid;
      margin-top: 13px;
      margin-bottom: 13px; }
    .gammeTerre__content__gamme {
      position: relative;
      z-index: 2;
      max-width: 100%; }
  .gammeTerre__beers {
    width: 1000px;
    max-width: 100%;
    color: #000000;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px 3%;
    padding-bottom: 8%;
    position: relative; }

.gamme43 {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-origin: border-box;
          background-origin: border-box;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  color: #000000;
  padding: 50px 40px;
  position: relative; }
  .gamme43__capsule {
    position: absolute;
    z-index: 1; }
    .gamme43__capsule_pomme {
      position: absolute;
      top: 43%;
      left: -14%; }
    .gamme43__capsule_rose {
      position: absolute;
      top: 35%;
      left: -5%; }
  .gamme43__affiche {
    position: absolute;
    z-index: 1;
    top: 4%;
    left: -4%;
    max-width: 100%; }
  .gamme43__content {
    position: relative;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    padding-top: 8%;
    padding-bottom: 8%;
    color: #000000;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .gamme43__content__title__header_color {
      color: #C8A100; }
    .gamme43__content__title__header_bio {
      color: #169A3B; }
    .gamme43__content__customBorder {
      width: 80%;
      border: 2px #C8A100 solid;
      margin-top: 13px;
      margin-bottom: 13px; }
    .gamme43__content__gamme {
      position: relative;
      z-index: 2;
      max-width: 100%; }
  .gamme43__beers {
    width: 1000px;
    max-width: 100%;
    color: #000000;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px 3%;
    padding-bottom: 8%; }

.gammeOrigine {
  background-color: #1F1F1F;
  margin: 0 auto;
  color: #FFFFFF;
  padding: 50px 40px;
  position: relative; }
  .gammeOrigine__transition {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: -2%;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    left: 0;
    -webkit-filter: brightness(20);
            filter: brightness(20); }
    .gammeOrigine__transition_bottom {
      width: 100%;
      margin: 0 auto;
      position: absolute;
      bottom: -2%;
      left: 0;
      -webkit-filter: brightness(20);
              filter: brightness(20); }
  .gammeOrigine__affiche {
    position: absolute;
    z-index: 1;
    top: 5%;
    left: 2%;
    max-width: 100%; }
  .gammeOrigine__content {
    position: relative;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 8%;
    padding-bottom: 8%;
    color: #FFFFFF; }
    .gammeOrigine__content__title__header_color {
      color: #C8A100; }
    .gammeOrigine__content__title__header_bio {
      color: #169A3B; }
    .gammeOrigine__content__customBorder {
      width: 80%;
      border: 2px #C8A100 solid;
      margin-top: 13px;
      margin-bottom: 13px; }
    .gammeOrigine__content__gamme {
      position: relative;
      z-index: 2;
      max-width: 100%; }
  .gammeOrigine__beers {
    width: 1000px;
    max-width: 100%;
    color: #FFFFFF;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px 3%;
    padding-bottom: 8%;
    flex-wrap: wrap; }

.actualites {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 70px; }
  .actualites__title {
    text-align: center; }
    .actualites__title__customBorder {
      width: 150px;
      border: 3.5px #C8A100 solid;
      margin: 18px auto;
      margin-bottom: 56px; }
  .actualites__content {
    margin: 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px 2%; }

.contact {
  background-image: url("asset/images/fond_mur_beton.jpg");
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-origin: border-box;
          background-origin: border-box;
  margin: 0 auto;
  position: relative;
  padding-top: 8%;
  padding-bottom: 8%; }
  .contact__transition {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: -2%;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    left: 0;
    -webkit-filter: brightness(20);
            filter: brightness(20); }
    .contact__transition_bottom {
      width: 100%;
      margin: 0 auto;
      position: absolute;
      position: absolute;
      bottom: -25px;
      left: 0;
      -webkit-filter: brightness(1);
              filter: brightness(1); }
  .contact__content {
    position: relative;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    padding-top: 4%;
    padding-bottom: 4%; }
    .contact__content__capsule {
      position: absolute;
      z-index: 1; }
      .contact__content__capsule_jaune {
        position: absolute;
        bottom: 4%;
        right: -6%; }
    .contact__content__title__header_color {
      color: #C8A100; }
    .contact__content__title__customBorder {
      width: 35%;
      border: 3.5px #C8A100 solid;
      margin-top: 13px;
      margin-bottom: 13px; }
    .contact__content__body {
      width: 526px;
      max-width: 100%;
      padding: 5px; }
      .contact__content__body__response {
        color: #000000;
        text-align: start;
        padding: 12px;
        font-size: 18px;
        margin-bottom: 20px; }
        .contact__content__body__response_error {
          color: red; }
      .contact__content__body__form {
        width: 100%; }
        .contact__content__body__form__input {
          font-family: 'DM Sans';
          width: 38%;
          margin: 5px 12px;
          padding: 8px 16px;
          border: 1px #C8A100 solid; }
          .contact__content__body__form__input_objet {
            width: 88%; }
          .contact__content__body__form__input_message {
            width: 88%;
            max-width: 526px; }
          .contact__content__body__form__input_button {
            background-color: #C8A100;
            font-size: 13px;
            padding: 5px 18px;
            border: none;
            color: #FFFFFF;
            font-size: 13px;
            font-family: 'Barlow Condensed';
            text-transform: uppercase;
            margin: 5px 12px; }
            .contact__content__body__form__input_button:hover {
              background-color: #000000;
              font-size: 13px;
              padding: 5px 18px;
              cursor: pointer; }
          .contact__content__body__form__input__checkbox {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
                -ms-flex-align: start;
                    align-items: flex-start;
            padding: 5px 12px; }
            .contact__content__body__form__input__checkbox p {
              padding: 0px 5px; }
      .contact__content__body__customBorder {
        width: 80%;
        border: 2px #C8A100 solid;
        margin-top: 13px;
        margin-bottom: 13px; }

.footer {
  margin: 0 auto;
  background-color: #1F1F1F;
  max-width: 100%;
  position: relative; }
  .footer__transition {
    position: absolute;
    bottom: 90%;
    left: 0;
    z-index: 2;
    width: 100%; }
  .footer__content {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-top: 1px #696969 solid;
    border-bottom: 1px #696969 solid;
    position: relative;
    z-index: 1; }
    .footer__content_underline {
      width: 1000px;
      max-width: 100%;
      margin: 0 auto;
      padding: 10px 0px 20px 0px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      color: #696969;
      font-size: 10px; }
    .footer__content__col {
      width: 18%;
      color: #FFFFFF; }
      .footer__content__col_adress {
        width: 36%; }
      .footer__content__col__title {
        font-family: 'Barlow Condensed';
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 17px; }
      .footer__content__col__element {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        text-transform: capitalize; }
        .footer__content__col__element__info {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          .footer__content__col__element__info__adress {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: start;
            -webkit-justify-content: start;
                -ms-flex-pack: start;
                    justify-content: start; }
            .footer__content__col__element__info__adress__type {
              font-weight: 700; }
      .footer__content__col__socials {
        color: #FFFFFF;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        gap: 15px; }
        .footer__content__col__socials__icon {
          border: 1px solid #fff;
          font-size: 14px;
          width: 26px;
          height: 26px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
  .footer__banner {
    background-color: #C8A100;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    padding: 10px; }

.discover {
  position: relative;
  font-family: 'Barlow Condensed';
  text-transform: uppercase;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto; }
  .discover__title {
    position: relative;
    margin: 0 auto;
    color: #000000;
    position: relative;
    z-index: 4; }
    .discover__title__header {
      background-color: #FFFFFF;
      color: #000000;
      padding: 5px 20px;
      position: relative;
      z-index: 5;
      padding: 10px 30px;
      text-align: center;
      font-size: 20px;
      text-transform: uppercase;
      letter-spacing: 2px;
      width: 33%;
      margin: 0 auto; }
      .discover__title__header_darkBackground {
        background-color: #1F1F1F;
        color: #FFFFFF; }
        .discover__title__header_darkBackground::after {
          background-color: #FFFFFF; }
      .discover__title__header_rockBackground {
        background-color: #F7F7F7;
        -webkit-border-radius: 50%;
                border-radius: 50%; }
        .discover__title__header_rockBackground::after {
          background-color: #000000; }
    .discover__title_rockBackground::after {
      background-color: #000000; }
    .discover__title_darkBackground {
      background-color: #1F1F1F;
      color: #FFFFFF; }
      .discover__title_darkBackground::after {
        background-color: #FFFFFF !important; }
    .discover__title::after {
      content: "";
      background-color: #1F1F1F;
      width: 100%;
      height: 3px;
      position: absolute;
      left: 0%;
      top: 50%;
      z-index: 4; }
  .discover__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    margin-top: 40px;
    color: #FFFFFF;
    position: relative;
    z-index: 5; }
    .discover__button__element {
      background-color: #000000;
      font-size: 13px;
      padding: 5px 18px; }
      .discover__button__element_darkBackground {
        background-color: #FFFFFF;
        color: #000000; }
      .discover__button__element:hover {
        background-color: #C8A100;
        font-size: 13px;
        padding: 5px 18px;
        cursor: pointer; }
  .discover__form {
    width: 300px;
    max-width: 100%;
    padding-top: 40px;
    font-size: 13px;
    margin: 0 auto;
    position: relative;
    z-index: 5; }
    .discover__form__response {
      color: #000000;
      text-align: center;
      margin-bottom: 15px;
      width: 100%; }
      .discover__form__response_light {
        color: #FFFFFF !important;
        text-align: center; }
      .discover__form__response__span {
        color: #C8A100 !important; }
    .discover__form__content {
      width: 100%;
      padding-top: 20px;
      padding-bottom: 40px;
      font-size: 13px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin: 0 auto;
      color: #F7F7F7;
      display: none; }
      .discover__form__content__nom, .discover__form__content__prenom {
        width: 32%;
        border: 1px #C8A100 solid;
        padding: 8px 18px;
        margin: 2px 7px; }
      .discover__form__content__objet {
        width: 100%;
        border: 1px #C8A100 solid;
        padding: 8px 18px;
        margin: 2px 8px 18px 8px; }
      .discover__form__content__email {
        width: 100%;
        border: 1px #C8A100 solid;
        padding: 8px 18px;
        margin: 2px 8px 18px 8px; }
      .discover__form__content__submit {
        background-color: #C8A100;
        margin: 0 auto;
        font-family: 'Barlow Condensed';
        text-transform: uppercase;
        color: #FFFFFF;
        padding: 5px 18px;
        border: none;
        cursor: pointer; }

.beerCard {
  color: #000000;
  text-align: center;
  width: 30%; }
  .beerCard_fourElement {
    width: 22%; }
  .beerCard_darkBackground {
    color: #FFFFFF !important;
    text-align: center !important; }
  .beerCard__image {
    margin-bottom: 20px;
    width: 100%; }
  .beerCard__name {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .beerCard__degre span {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    background-color: #000000;
    color: #FFFFFF;
    padding: 2px 5px; }
    .beerCard__degre span_darkBackground span {
      background-color: #FFFFFF;
      color: #000000; }
  .beerCard__description {
    margin-top: 10px;
    margin-bottom: 10px; }
  .beerCard__supports {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
    line-height: 1.2; }
    .beerCard__supports__beer {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 15px;
      padding-right: 20px;
      text-transform: uppercase;
      vertical-align: middle;
      border-right: 1px #000000 solid; }
      .beerCard__supports__beer_darkBackground {
        border-right: 1px #FFFFFF solid; }
      .beerCard__supports__beer .icon-bottle {
        font-size: 30px;
        color: #C8A100;
        margin-right: 5px; }
      .beerCard__supports__beer:nth-last-child(1) {
        border-right: none; }
    .beerCard__supports__pression {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 15px;
      padding-right: 15px;
      text-transform: uppercase;
      vertical-align: middle; }
      .beerCard__supports__pression .icon-pression {
        font-size: 30px;
        color: #C8A100;
        margin-right: 10px; }

.page404 {
  margin: 10% auto;
  text-align: center; }
  .page404__body {
    margin-top: 50px;
    font-size: 30px; }

.formError {
  margin-top: 5px;
  margin-bottom: 5px;
  color: red;
  font-size: 12px; }
  .formError::before {
    content: '•';
    color: red; }

.modal {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  color: #FFFFFF; }
  .modal__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #000000d0;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative; }
    .modal__content__body {
      margin: 0 auto;
      text-align: center; }
      .modal__content__body__error {
        color: red;
        margin-bottom: 20px;
        font-size: 13px;
        font-weight: 700; }
      .modal__content__body__title {
        font-size: 30px;
        margin-bottom: 15px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Barlow Condensed'; }
        .modal__content__body__title__highlight {
          background-color: #C8A100; }
      .modal__content__body__inputs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 35px; }
        .modal__content__body__inputs__input {
          height: 67px;
          width: 50px;
          margin-right: 15px;
          background-color: transparent;
          border: 2px #C8A100 solid;
          -webkit-border-radius: 2px;
                  border-radius: 2px;
          color: #FFFFFF;
          font-size: 50px;
          text-align: center; }
          .modal__content__body__inputs__input_error {
            border: 2px red solid !important; }
      .modal__content__body__button {
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'Barlow Condensed';
        color: #FFFFFF;
        background-color: #161515;
        padding: 4px 18px;
        border: none;
        cursor: pointer;
        letter-spacing: 3px; }
      .modal__content__body__warning {
        margin-bottom: 35px; }
      .modal__content__body input[type=number]::-webkit-inner-spin-button,
      .modal__content__body input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0; }
    .modal__content__banner {
      position: absolute;
      bottom: 0;
      background-color: #C8A100;
      color: #FFFFFF;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 700;
      font-size: 13px;
      text-align: center;
      padding: 10px;
      width: 98vw; }

.bottom-right.inView {
  opacity: 1;
  -webkit-transform: translateY(0px) rotate(0deg) translateZ(0);
  transform: translateY(0px) rotate(0deg) translateZ(0); }

.inViewRight {
  position: relative;
  z-index: 3;
  -webkit-animation: slide-in-right 1s ease-in-out both;
          animation: slide-in-right 1s ease-in-out both;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
      transform: translateX(0);
  opacity: 1; }

.inViewLeft {
  position: relative;
  z-index: 3;
  -webkit-animation: slide-in-left 1s ease-in-out both;
          animation: slide-in-left 1s ease-in-out both; }

#backToTop {
  display: none;
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 10;
  border: none;
  outline: 0;
  background-color: #c8a100;
  color: white;
  cursor: pointer;
  width: 60px;
  text-align: center;
  height: 60px;
  -webkit-border-radius: 40px;
          border-radius: 40px;
  font-size: 30px; }

#backToTop:hover {
  background-color: #000000;
  color: #C8A100; }

#cookie-law {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 20; }
  #cookie-law .wrapper {
    color: white;
    background-color: black;
    text-align: center;
    padding: 5px 0px;
    width: 100vw; }

.customBorder {
  --bg: #C8A100; }
  .customBorder::after {
    content: "";
    display: block;
    background-color: var(--bg);
    width: 150px;
    max-width: 100%;
    position: relative;
    z-index: 10;
    height: 4px;
    margin-top: 25px; }
  .customBorder--white {
    --bg: #FFFFFF; }

.menu-toggle {
  display: none;
  cursor: pointer; }

.menu-toggle div {
  width: 25px;
  height: 3px;
  background-color: #f2f2f2;
  margin: 4px 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.menuHamburger {
  background-color: #FFFFFF;
  width: 25%;
  position: absolute;
  top: 0;
  height: 100vh;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 100px 50px;
  left: 0;
  display: none;
  z-index: 10; }

.hamburger {
  display: none;
  position: absolute;
  z-index: 20;
  top: 40px;
  left: 5%; }
  .hamburger__line {
    width: 35px;
    height: 4px;
    background: #C8A100;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 5px;
            border-radius: 5px; }
  .hamburger.isactive .hamburger__line:nth-child(1) {
    -webkit-transform: translateY(12px) rotate(45deg);
        -ms-transform: translateY(12px) rotate(45deg);
            transform: translateY(12px) rotate(45deg); }
  .hamburger.isactive .hamburger__line:nth-child(2) {
    opacity: 0; }
  .hamburger.isactive .hamburger__line:nth-child(3) {
    -webkit-transform: translateY(-12px) rotate(-45deg);
        -ms-transform: translateY(-12px) rotate(-45deg);
            transform: translateY(-12px) rotate(-45deg); }

.embedFb {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content; }

.mention {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 2%;
  padding-bottom: 8%; }
  .mention .mentionHeading {
    padding: 10px 5px;
    font-size: 36px; }
    .mention .mentionHeading_secondary {
      font-size: 24px;
      letter-spacing: 6px; }
  .mention .paragraph {
    padding: 10px 5px; }
  .mention a {
    text-decoration: underline; }

@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@media screen and (max-width: 1315px) {
  .actualites__content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }

@media screen and (max-width: 1024px) {
  .bandeau {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .gammeOrigine__content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 100%; }
  .contact {
    padding: 8%; }
    .contact__content {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
  .footer__transition {
    bottom: 98%; }
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: none;
    padding: 40px 0; }
  .gammePerfecto {
    padding: 0; }
  .gammeTerre {
    padding: 0; }
  .gamme43 {
    padding: 0; }
  .gammeOrigine {
    padding: 0; } }

@media screen and (max-width: 768px) {
  h1 {
    font-size: 50px;
    line-height: 1.2; }
  h2 {
    font-size: 45px;
    line-height: 1.2; }
  h3 {
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 2px; }
  .menuHamburger.active {
    display: block; }
  .navbar {
    -webkit-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out; }
  .hamburger {
    display: block; }
  .header {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 20px 5px 5px 5px;
    padding: 20px 5px 0px; }
    .header__navigation {
      width: 100%;
      display: none; }
      .header__navigation__menu__subMenu {
        display: none;
        position: relative;
        border-bottom: none; }
        .header__navigation__menu__subMenu.active {
          display: block !important; }
        .header__navigation__menu__subMenu__link {
          visibility: visible; }
  .gammePerfecto {
    padding: 0; }
    .gammePerfecto__content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0; }
      .gammePerfecto__content__title {
        padding: 8%; }
      .gammePerfecto__content__gamme {
        max-width: 100%; }
    .gammePerfecto__beers {
      width: 100%; }
    .gammePerfecto__affiche {
      top: 0%; }
  .gammeTerre {
    padding: 0; }
    .gammeTerre__content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: none;
          -ms-flex-direction: none;
              flex-direction: none; }
      .gammeTerre__content__title__header_bio__image {
        top: 0; }
      .gammeTerre__content__gamme {
        max-width: 100%; }
    .gammeTerre__beers {
      width: 100%;
      max-width: 100%; }
  .gamme43 {
    padding: 0; }
    .gamme43__content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .gamme43__content__title {
        padding: 25px 0; }
      .gamme43__content__gamme {
        max-width: 100%; }
    .gamme43__beers {
      width: 100%;
      max-width: 100%; }
    .gamme43__affiche {
      top: 15%; }
  .gammeOrigine {
    padding: 0; }
    .gammeOrigine__content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .gammeOrigine__transition {
      top: -15px; }
    .gammeOrigine__beers {
      width: 100%;
      max-width: 100%; }
  .beerCard {
    width: 40%; }
  .bierePersonnalisee__content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start; }
  .actualites__content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .contact__content__body__form__input {
    width: 88%; }
  .footer__content {
    padding: 40px 0px; } }

@media screen and (max-width: 520px) {
  h1 {
    font-size: 35px;
    line-height: 50px; }
  h2 {
    font-size: 30px;
    line-height: 35px; }
  h3 {
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 2px; }
  .gammePerfecto {
    padding: 0; }
    .gammePerfecto__content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0; }
      .gammePerfecto__content__title {
        padding: 8%; }
      .gammePerfecto__content__gamme {
        max-width: 100%; }
    .gammePerfecto__beers {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .gammePerfecto__affiche {
      top: 0%; }
  .gammeTerre {
    padding: 0; }
    .gammeTerre__content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: none;
          -ms-flex-direction: none;
              flex-direction: none; }
      .gammeTerre__content__title__header_bio__image {
        top: 0; }
      .gammeTerre__content__gamme {
        max-width: 100%; }
    .gammeTerre__beers {
      width: 100%;
      max-width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
  .gamme43 {
    padding: 0; }
    .gamme43__content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .gamme43__content__title {
        padding: 25px 0; }
      .gamme43__content__gamme {
        max-width: 100%; }
    .gamme43__beers {
      width: 100%;
      max-width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .gamme43__affiche {
      top: 10%; }
  .gammeOrigine {
    padding: 0; }
    .gammeOrigine__content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .gammeOrigine__beers {
      width: 100%;
      max-width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
  .discover {
    width: 100%; }
    .discover__title {
      -webkit-transform: translate(0%, -55%);
          -ms-transform: translate(0%, -55%);
              transform: translate(0%, -55%);
      max-width: -webkit-fit-content;
      max-width: -moz-fit-content;
      max-width: fit-content; }
      .discover__title__header {
        width: 100%;
        padding: 10px 0; }
      .discover__title_darkBackground {
        -webkit-transform: translate(3%, -55%);
            -ms-transform: translate(3%, -55%);
                transform: translate(3%, -55%); }
      .discover__title_rockBackground {
        -webkit-transform: translate(5%, -55%);
            -ms-transform: translate(5%, -55%);
                transform: translate(5%, -55%); }
  .bierePersonnalisee__content {
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .beerCard {
    width: 70%; }
  .bandeau {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5px; }
  .artisanBrasseur {
    max-width: 100%; }
    .artisanBrasseur__content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 5px; }
  .actualites {
    width: 100%; }
    .actualites__content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      gap: 20px 0;
      max-width: 90%;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
  .contact {
    width: 100%;
    padding: 8% 0; }
    .contact__content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 5px; }
      .contact__content__title {
        padding: 5px 20px; }
      .contact__content__body__form__input {
        width: 80%; }
      .contact__content__capsule_jaune {
        bottom: -5%;
        right: -6%;
        width: 20%; }
    .contact__transition_bottom {
      bottom: -25px; }
  .modal__content__body__title {
    font-size: 24px; }
  .footer__transition {
    bottom: 98%; }
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: none;
    padding: 40px 0; }
    .footer__content__col {
      padding: 10px 0px;
      width: 100%; }
      .footer__content__col__title {
        padding: 10px; }
      .footer__content__col__element {
        padding: 10px; }
        .footer__content__col__element__info {
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          gap: 10%; }
          .footer__content__col__element__info__adress {
            padding: 10px; }
      .footer__content__col__socials__icon {
        margin-left: 10px; }
    .footer__content_underline {
      width: 100%; }
      .footer__content_underline__col {
        padding: 5px; }
  #backToTop {
    bottom: 4%;
    right: 4%;
    width: 40px;
    height: 40px;
    font-size: 25px; } }
