.hero-overlay {
  height: 100vh;
  max-height: none;
  color: #fff;
  background-color: #000;
  background-image: url('../images/background-hublot_distillerie_du_29_octobre_web.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 69px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.button {
  text-transform: uppercase;
  background-image: linear-gradient(to right, #ba7329, #e26b20 17%, #e2790b 47%, #d55100), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 125px;
  border-radius: 30px;
  margin-top: 0;
  padding: 15px 40px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  transform: translate(0);
}

.button.apf {
  cursor: pointer;
  background-image: linear-gradient(to right, #ba7329, #e26b20 17%, #e2790b 47%, #d55100);
  margin-top: 0;
  margin-left: 0;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.button.apf.sliv {
  background-image: linear-gradient(to right, #ba7329, #e26b20 17%, #e2790b 47%, #d55100);
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.button.apf.sliv.en {
  padding-left: 30px;
  padding-right: 30px;
}

.button.apf.grappin {
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.button.saqgrappin {
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.button.saqgrappin.en {
  padding-left: 40px;
  padding-right: 40px;
}

.button.home {
  margin-top: 80px;
}

.button.alambics {
  width: auto;
  margin-top: 40px;
}

.button.ladistillerie {
  margin-top: 30px;
}

.button.saqpotion {
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.button.saqpotion.en {
  margin-right: 10px;
}

.navbar {
  z-index: 999;
  height: 70px;
  background-color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-right: 1px solid #b8b8b8;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 300;
  transition: all .429s;
}

.nav-link:hover {
  color: #e2790b;
  background-color: rgba(226, 121, 11, .14);
}

.nav-link.w--current {
  color: #e2790b;
  border: 1px #000;
  border-right: 1px solid #b8b8b8;
  margin-top: 0;
  font-size: 12px;
}

.nav-link.contact-link {
  border: 1px solid #fff;
  margin-top: 0;
  font-size: 12px;
  transition: all .429s;
}

.nav-link.contact-link:hover {
  color: #fff;
  background-color: #e2790b;
  border-style: solid;
}

.nav-link.alcools-link {
  border-left: 1px solid #fff;
  border-right-style: solid;
  margin-top: 0;
  margin-right: 0;
  font-size: 12px;
}

.nav-link.distillerie-link {
  background-color: rgba(0, 0, 0, 0);
  border-right-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-link.distillerie-link:visited {
  color: #e2790b;
}

.nav-link.distillerie-link.w--current:hover {
  margin-top: 0;
  font-size: 12px;
}

.nav-link.equipelink {
  border-right-style: none;
  font-size: 12px;
}

.nav-link.ipadrecette {
  border-right-style: none;
}

.nav-link.recette {
  border-right: 1px solid #cacaca;
}

.nav-link.recette.w--current, .nav-link.blog {
  border-right-style: none;
}

.subtitle {
  font-family: Open Sans, sans-serif;
  font-size: 35px;
  line-height: 32px;
  display: inline-block;
}

.subtitle.subtitlecuivre {
  color: #e2790b;
}

.subtitle.subtitlecuivre.subtitlemini {
  text-transform: none;
  font-size: 25px;
}

.centered-container-2 {
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.feature-section {
  background-color: #000;
  background-image: url('../images/background-alambic_distillerie_du_29_octobre_web.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.feature-image-mask {
  width: 50%;
  text-align: center;
  margin-right: 40px;
}

.feature-image {
  max-width: 80%;
  text-align: left;
  object-fit: contain;
  object-position: 50% 50%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading {
  color: #e2790b;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 35px;
  font-family: Bebas Neue, sans-serif;
  font-size: 70px;
  font-weight: 400;
}

.heading.headingwhite {
  color: #fff;
  text-align: left;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 40px;
}

.heading.headingblack {
  color: #000;
  margin-top: 0;
  margin-bottom: 35px;
  padding-bottom: 0;
}

.heading.white {
  color: #fff;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: block;
}

.heading.valeur {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

.heading.valeur:hover {
  color: #fff;
}

.paragraph {
  max-width: 400px;
  color: #fff;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
}

.paragraph.paragraphblack {
  max-width: 500px;
  color: #000;
}

.image {
  width: 380px;
  max-width: none;
  margin-bottom: 0;
}

.div-block {
  max-width: 600px;
  text-align: center;
  flex: 0 auto;
}

.notre_equipe {
  text-align: center;
  background-color: #000;
  background-image: url('../images/papyrus-dark.png');
  background-position: 0 0;
  background-size: 125px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-2 {
  justify-content: center;
  display: flex;
}

.image-5 {
  transform: translate(43px);
}

.image-6 {
  transform: translate(0, -29px);
}

.image-7 {
  transform: translate(-43px, -19px);
}

.name {
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
}

.name:hover {
  color: #e2790b;
}

.name.home {
  align-self: stretch;
}

.name.home:hover {
  color: #fff;
}

.subname {
  color: #8d8d8d;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
}

.div-block-3, .div-block-4, .div-block-5 {
  align-self: flex-end;
}

.container {
  z-index: 1000;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.nav-menu {
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.contact-form {
  opacity: 1;
  background-color: #fff;
  background-image: url('../images/papyrus.png');
  background-position: 0 0;
  background-size: 125px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.container-2 {
  max-width: 800px;
  background-color: rgba(255, 255, 255, .49);
  border-radius: 20px;
  padding: 29px;
  transform: translate(0);
}

.submit-button {
  text-align: left;
  letter-spacing: 3px;
  font-family: Bebas Neue, sans-serif;
  font-size: 16px;
}

.heading-3 {
  text-align: center;
  letter-spacing: 1px;
  font-family: Bebas Neue, sans-serif;
  font-size: 70px;
  font-weight: 400;
}

.paragraph-3 {
  margin-top: 27px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.field-label {
  letter-spacing: 3px;
  font-family: Bebas Neue, sans-serif;
}

.brand {
  align-self: flex-start;
  margin-top: 0;
  margin-left: 0;
}

.section {
  background-image: url('../images/img-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section.our-spirits {
  padding-top: 100px;
  padding-bottom: 0;
}

.div-block-6 {
  margin-top: 182px;
  display: flex;
  transform: translate(0, -150px);
}

.div-product {
  width: 150px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin: 22px 0 0;
  display: flex;
}

.text-block {
  height: auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Bebas Neue, sans-serif;
  display: flex;
}

.text-block.black {
  color: #000;
  flex-direction: row;
  align-items: center;
}

.text-block.black.sliv {
  padding-left: 10px;
  padding-right: 10px;
}

.heading-4 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 38px;
  display: flex;
}

.heading-4.black {
  color: #000;
}

.heading-4.black._2 {
  justify-content: flex-start;
  font-size: 58px;
}

.subtitleproduct {
  letter-spacing: 1px;
  background-color: #e2790b;
  padding-left: 4px;
  padding-right: 4px;
}

.subtitleproduct.newproduct {
  background-color: #009945;
}

.text-block-4 {
  display: block;
}

.div-block-12 {
  transform: translate(0, -148px);
}

.div-block-15 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.container-3 {
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: absolute;
}

.logo-social {
  align-self: flex-end;
  padding: 0 20px 0 0;
}

.link_footer {
  color: #fff;
  letter-spacing: 1px;
  padding: 9px 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.link_footer.w--current {
  letter-spacing: 1px;
  font-size: 18px;
}

.link_footer.footermenu {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.link_footer.footermenu:hover {
  color: #e2790b;
  text-decoration: none;
}

.link_footer.footermenu.en {
  color: #e2790b;
}

.link_footer.footermenu.en:hover {
  color: #b8b8b8;
}

.footer {
  text-align: center;
  background-color: #000;
  background-image: url('../images/papyrus-dark.png');
  background-position: 0 0;
  background-size: 125px;
  border-top: 1px dotted #777;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 40px;
  display: block;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  flex: 0 auto;
}

.footer-image {
  width: auto;
  height: auto;
  max-width: 150px;
  object-fit: contain;
  object-position: 0% 50%;
}

.footer-heading {
  color: #777;
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.text-block-5 {
  color: #777;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.list-item {
  list-style-type: none;
}

.div-block-17 {
  width: 200px;
  text-align: center;
  align-items: center;
  margin-bottom: 24px;
  display: inline-block;
}

.div-block-18 {
  justify-content: flex-start;
  display: flex;
}

.div-block-19 {
  display: none;
}

.div-block-21 {
  display: block;
}

.container-6 {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  display: none;
}

.html-embed-2 {
  height: 500px;
  border: 1px dashed #777;
  margin-top: 40px;
  padding: 7px;
}

.divlegal {
  z-index: 9000;
  width: 100%;
  height: 100vh;
  background-color: #000;
  background-image: url('../images/background_legal_page.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  margin-right: 15px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.buttonage {
  width: 150px;
  color: #000;
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 18px;
  transition: all .3s ease-in-out;
}

.buttonage:hover {
  background-color: #ff9220;
}

.heading-6 {
  color: #fff;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.container-7 {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: flex;
}

.buttonoage {
  width: 150px;
  color: #000;
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 18px;
  transition: all .3s ease-in-out;
}

.buttonoage:hover {
  background-color: #c09775;
}

.div-block-22 {
  width: 200px;
  height: 200px;
  background-image: url('../images/logo-D29O_White_1500x1500.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body {
  object-fit: fill;
  overflow: auto;
}

.link-block {
  width: 35px;
  align-self: flex-end;
  margin-top: 0;
  margin-left: 60px;
  margin-right: 10px;
  padding: 0 4px;
  position: relative;
}

.lottie-animation-3 {
  display: flex;
}

.lottie-animation-4 {
  align-items: flex-end;
}

.lottie-animation-5 {
  flex-direction: column;
}

.lottie-animation-6, .lottie-animation-7, .lottie-animation-8 {
  align-items: center;
}

.lottie-animation-9 {
  justify-content: center;
}

.lottie-animation-10, .lottie-animation-11, .lottie-animation-12 {
  flex-direction: column;
}

.lottie-animation-13 {
  display: block;
}

.lottie-animation-14 {
  display: inline-block;
}

.lottie-animation-15 {
  display: block;
}

.loading {
  z-index: 1000;
  width: 100%;
  height: 100vh;
  opacity: 1;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loader {
  width: 80px;
  height: 80px;
}

.lottie-animation-16 {
  opacity: 0;
}

.lottie-animation-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.lottie-animation-24 {
  display: flex;
}

.lottie-animation-25 {
  align-items: flex-end;
}

.lottie-animation-26 {
  justify-content: center;
}

.lottie-animation-27, .lottie-animation-28 {
  flex-direction: column;
}

.lottie-animation-29 {
  flex-direction: row;
}

.lottie-animation-30, .lottie-animation-31, .lottie-animation-32 {
  align-items: flex-end;
}

.lottie-animation-33 {
  align-items: baseline;
}

.lottie-animation-34 {
  align-items: flex-end;
}

.divproductnav {
  height: auto;
  opacity: 1;
  background-color: #000;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 50px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-img-product-nav {
  height: 150px;
  background-image: url('../images/Sliv-illustration-white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 125px;
}

.hero {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  display: block;
}

.flex-container-2 {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-image-mask {
  width: 100%;
  text-align: center;
  margin-left: 0;
}

.hero-image {
  width: auto;
  height: 700px;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  padding-left: 0;
  padding-right: 40px;
}

.button-2 {
  display: none;
}

.hero-2 {
  align-items: center;
  padding-top: 0;
  padding-bottom: 100px;
  display: block;
}

.hero-2.sliv {
  padding-top: 60px;
}

.hero-image-mask-2 {
  width: 50%;
  height: 800px;
  background-image: url('../images/Potion_Dessin_PNG_HD.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0;
  margin-right: 0;
  transform: translate(0, -252px);
}

.hero-image-mask-2.grappin {
  opacity: 1;
  background-image: url('../images/Grappin_Dessin_PNG_HD.png');
  transform: translate(0, -195px);
}

.hero-image-mask-2.sliv {
  height: 750px;
  background-image: url('../images/sliv-illustration-couleur.png');
  margin-left: 22px;
  transform: translate(-30px, -180px);
}

.arrow-left {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
  margin: 10px;
  padding: 5px;
  display: flex;
  position: fixed;
  top: 40vh;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.arrow-right {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
  margin: 10px;
  padding: 5px;
  display: flex;
  position: fixed;
  top: 40vh;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hero-distillerie {
  height: 70vh;
  max-height: 780px;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .66), rgba(0, 0, 0, .66)), url('../images/Alambics-8729-b.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding-top: 70px;
  padding-bottom: 100px;
  display: flex;
}

.centered-container {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex: 1;
}

.centered-container.sliv {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.centered-container.grappin, .centered-container.potion {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.centered-container.header {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}

.centered-container.cocktail {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.section-alambics {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  width: 100%;
  border-radius: 0%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-bio {
  background-color: #000;
  background-image: url('../images/papyrus-dark.png');
  background-position: 0 0;
  background-size: 125px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.tab-link-tab-1 {
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tab-link-tab-1.w--current {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
}

.tab-link-tab-2 {
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
}

.tab-link-tab-2.w--current {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tab-link-tab-3 {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tab-link-tab-3.w--current {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
}

.container-9 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tabs-menu {
  display: flex;
}

.paragraph-18-gray {
  color: #b8b8b8;
  letter-spacing: 1px;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.gallery {
  padding-top: 0;
  padding-bottom: 100px;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.paragraph-18-white {
  width: 900px;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  justify-content: center;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
  display: block;
}

.bold-text, .bold-text-2, .bold-text-3 {
  color: #e2790b;
}

.div-block-30 {
  align-self: center;
}

.div-block-30._2 {
  margin-top: -310px;
  margin-left: 70px;
}

.div-block-30._1 {
  align-self: flex-start;
  margin-top: 90px;
  margin-left: 40px;
  margin-right: 60px;
}

.paragraph-9 {
  text-align: justify;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
}

.paragraph-9.grappin {
  width: 450px;
  margin-right: 0;
  padding-right: 10px;
}

.heading-10 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
}

.heading-11 {
  text-align: center;
  border-top: 1px solid #000;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  display: block;
}

.heading-11.sub {
  text-align: left;
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 20px;
}

.text-span {
  font-size: 16px;
}

.text-span._2 {
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  font-weight: 300;
}

.div-block-31 {
  text-align: center;
  border-top: 1px solid #000;
  margin-top: 10px;
  padding-top: 15px;
  display: block;
}

.heading-12, .heading-13 {
  font-family: Bebas Neue, sans-serif;
  font-size: 28px;
}

.paragraph-18-black {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.text-span-2 {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  line-height: 38px;
}

.text-block-10 {
  color: #e2790b;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 19px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.div-block-33 {
  text-align: center;
  align-items: center;
  display: block;
}

.div-block-33.sliv {
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.divimgteam {
  width: 300px;
  height: 350px;
  background-image: url('../images/Julie-Distilleriedu29Octobre_web.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.divimgteam.julie {
  width: 350px;
  height: 400px;
  background-position: 30%;
  background-size: 350px;
  transform: translate(38px, 38px);
}

.divimgteam.davy {
  height: 400px;
  background-image: url('../images/Davy-Distilleriedu29Octobre_web.png');
  background-position: 50%;
  background-size: 350px;
}

.divimgteam.martin {
  height: 400px;
  background-image: url('../images/Martin-Distilleriedu29Octobre_web.png');
  background-position: 50%;
  background-size: 350px;
  transform: translate(-24px, 10px);
}

.divnametab, .divnametab.julie {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.divcolorname {
  width: 100px;
  height: 2px;
  opacity: 0;
  background-color: #e2790b;
  margin-top: 14px;
  display: block;
}

.divcolorname-martin {
  height: 2px;
  opacity: 0;
  background-color: #e2790b;
}

.divcolorname-davy {
  height: 10px;
  opacity: 0;
  background-color: #e2790b;
}

.divcolorname-julie {
  height: 2px;
  opacity: 0;
  background-color: #e2790b;
}

.section-7 {
  margin-top: 70px;
  padding-top: 30px;
  padding-bottom: 20px;
}

.container-10 {
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 10px;
  display: flex;
}

.linknavbottle {
  color: #3b3b3b;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.linknavbottle.sliv {
  width: 150px;
  height: 200px;
  color: #3b3b3b;
  flex-direction: column;
  align-self: flex-end;
  align-items: center;
  display: flex;
}

.linknavbottle.sliv.w--current {
  color: #3b3b3b;
  flex-direction: column;
  align-items: center;
  font-family: Bebas Neue, sans-serif;
  display: flex;
}

.linknavbottle.grappin {
  width: 150px;
  height: 200px;
  color: #3b3b3b;
  flex-direction: column;
  align-self: flex-end;
  align-items: center;
  display: flex;
}

.div-bottle-select {
  width: 80px;
  height: 4px;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-bottle-select.sliv {
  width: 80px;
  height: 4px;
  background-color: #da1370;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-bottle-select.sliv.current {
  width: 100px;
  height: 20px;
  display: flex;
}

.div-bottle-select.grappin {
  width: 80px;
  height: 4px;
  background-color: #ffb700;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-bottle-select.grappin.current, .div-bottle-select.current {
  width: 100px;
  height: 20px;
  display: flex;
}

.hero-grappin {
  align-items: center;
  padding-top: 0;
  padding-bottom: 100px;
  display: block;
}

.hero-grappin._1 {
  padding-top: 20px;
  padding-bottom: 40px;
}

.div-block-34 {
  text-align: center;
}

.section-8 {
  height: 500px;
  background-image: url('../images/img-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-potion {
  padding-top: 100px;
}

.hero-potion._1 {
  padding-top: 20px;
  padding-bottom: 40px;
}

.hero-potion._2 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.link-block-3 {
  text-decoration: none;
}

.dropdown-products {
  color: #fff;
  border-right: 1px solid #b8b8b8;
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown-products:hover {
  color: #e2790b;
  background-color: rgba(226, 121, 11, .14);
}

.text-block-11 {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.dropdown-list {
  background-color: #e2790b;
}

.dropdown-list.w--open {
  background-color: #000;
}

.dropdown-link {
  color: #fff;
  letter-spacing: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.dropdown-link:hover {
  background-color: #e2790b;
}

.dropdown-link.w--current {
  color: #e2790b;
}

.dropdown-link.w--current:hover {
  color: #000;
}

.text-span-3 {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.body-2 {
  background-image: url('../images/papyrus.png');
  background-position: 0 0;
  background-size: 125px;
}

.cards-section-2 {
  background-image: url('../images/papyrus-dark.png');
  background-position: 0 0;
  background-size: 125px;
  padding-top: 40px;
  padding-bottom: 100px;
}

.cards-grid-container-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 100px;
  display: grid;
}

.cards-grid-container-2.grappin {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: start;
  align-items: stretch;
  justify-items: stretch;
}

.cards-grid-container-2.grappin.home {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.cards-grid-container-2.potion {
  grid-template-columns: 1fr 1fr 1fr;
}

.cocktail-title {
  color: #b8b8b8;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.cocktail-title.home {
  margin-top: -35px;
}

.title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.title.sliv.black {
  color: #000;
}

.title.bottle {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.heading-16 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-16._1 {
  font-size: 50px;
}

.heading-16.home {
  z-index: 2;
  font-size: 68px;
  display: block;
  position: relative;
}

.heading-17 {
  margin-top: 0;
  margin-bottom: 0;
}

.section-10 {
  background-image: url('../images/papyrus.png');
  background-position: 0 0;
  background-size: 125px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.link-block-5 {
  color: #3b3b3b;
  text-align: center;
  justify-content: center;
  text-decoration: none;
  display: none;
}

.heading-18 {
  text-align: left;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 800;
  transition: color .2s;
}

.heading-18:hover {
  color: #e2790b;
}

.heading-18.home {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #ffb700;
  margin-top: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.heading-18.home:hover {
  color: #000;
  background-color: #ffb700;
}

.div-block-39 {
  width: 250px;
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.divspecproduct {
  flex-direction: column;
  align-items: center;
  margin-top: -540px;
  margin-left: 40px;
  margin-right: 0;
  display: flex;
}

.divspecproduct.grappin {
  margin-top: -470px;
  margin-left: 0;
  margin-right: 0;
}

.divspecproduct.grappin.fr {
  margin-top: -470px;
  margin-left: 40px;
}

.divspecproduct.potion {
  margin-top: -650px;
  margin-left: 50px;
  margin-right: 0;
}

.divspecproduct.potion.fr {
  margin-top: -640px;
  margin-left: -20px;
}

.text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9 {
  color: #e2790b;
}

.heading-19 {
  text-align: left;
  font-size: 20px;
}

.list-item-2 {
  text-align: left;
  list-style-type: disc;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 350px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.list-item-cocktails {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
}

.cocktail-name {
  margin-top: 10px;
  font-family: Satisfy, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.title-cocktail {
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.oz {
  font-weight: 200;
}

.div-link-cocktails {
  color: #fff;
  text-decoration: none;
}

.note-cocktail {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Satisfy, sans-serif;
  font-size: 28px;
}

.note-cocktail.plumpudding {
  margin-top: 20px;
}

.container-12 {
  justify-content: center;
  margin-top: 60px;
  display: flex;
}

.body-3, .body-4, .body-5 {
  background-image: url('../images/papyrus.png');
  background-position: 0 0;
  background-size: 125px;
}

.section-img-cocktail {
  background-image: url('../images/papyrus.png');
  background-position: 0 0;
  background-size: 125px;
  justify-content: center;
  padding-bottom: 100px;
  display: flex;
}

.section-mvv {
  background-image: url('../images/papyrus-dark.png');
  background-position: 0 0;
  background-size: 125px;
  border-top: 1px solid #000;
  padding-top: 0;
  padding-bottom: 100px;
}

.tab-link-tab-1-2 {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-tab-1-2:hover {
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-tab-1-2.w--current {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e2790b;
}

.tab-link-tab-2-2, .tab-link-tab-2-2:hover {
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-tab-2-2.w--current {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e2790b;
}

.tab-link-tab-3-2, .tab-link-tab-3-2:hover {
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-tab-3-2.w--current {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e2790b;
}

.tabs-menu-2 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.container-13 {
  border-top: 1px solid #b95200;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-illust {
  width: 200px;
  height: 300px;
  background-image: url('../images/Sliv-illustration-white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 80%;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-illust.sliv {
  height: 300px;
  background-size: contain;
}

.div-illust.grappin {
  background-image: url('../images/grappin-illustration-white-mini.png');
  background-size: contain;
  transform: translate(10px);
}

.div-illust.potion {
  background-image: url('../images/Potion-illustration-white-mini.png');
  background-size: contain;
  transform: translate(19px);
}

.tabs-content-2 {
  padding-top: 20px;
}

.container-img-cocktails {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-12, .image-13 {
  padding-top: 15px;
}

.container-15, .container-16, .container-17, .container-18, .container-19 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-15 {
  margin-top: 15px;
}

.container-20 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-16 {
  margin-top: 15px;
}

.div-ornement-1 {
  width: 150px;
  height: 10px;
  background-image: url('../images/ornement-1-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(0);
}

.div-ornement-1.reverse {
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(180deg)rotateZ(0);
}

.div-block-40 {
  margin-top: 20px;
}

.text-block-12 {
  letter-spacing: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.brandymenu {
  opacity: 0;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  justify-content: center;
  font-family: Bebas Neue, sans-serif;
  text-decoration: none;
  display: flex;
}

.brandymenu.current {
  opacity: 1;
}

.section-cocktails-img {
  height: 450px;
  background-image: url('../images/train-cocktail-hd-web.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-cocktails-img._1 {
  background-image: url('../images/delice-pirate-hd-web.jpg');
}

.section-cocktails-img._2 {
  background-image: url('../images/Mi-Saignan-1404-Large.jpeg'), url('../images/train-cocktail-hd-web.jpg');
  background-position: 50% 100%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-attachment: fixed, fixed;
}

.section-title-cocktails {
  height: 600px;
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .52), #000), url('../images/train-cocktail-hd-web.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  align-items: center;
  margin-top: 70px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.text-span-10 {
  font-family: Vollkorn, serif;
  font-size: 50px;
}

.container-21 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.text-span-11 {
  float: right;
  color: #e2790b;
  text-align: center;
  margin-top: 15px;
  transition: all .7s cubic-bezier(.165, .84, .44, 1);
}

.text-span-11:hover {
  color: #fff;
}

.bold-text-10, .bold-text-11 {
  color: #e2790b;
}

.credits-img-dg {
  justify-content: center;
  font-size: 8px;
  display: flex;
}

.container-22, .container-23 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.link {
  color: #e2790b;
  cursor: pointer;
  text-decoration: none;
  display: inline;
}

.link:hover {
  color: #3b3b3b;
}

.paragraph-cocktails {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.title-cocktails {
  color: #e2790b;
  font-family: Satisfy, sans-serif;
  font-size: 28px;
  font-weight: 400;
  transition: all .7s cubic-bezier(.165, .84, .44, 1);
}

.title-cocktails:hover {
  color: #fff;
}

.div-block-43 {
  margin-top: -540px;
  margin-left: 0;
}

.top-post {
  justify-content: center;
  align-items: center;
  padding: 40px 30px 60px;
  display: flex;
}

._3-posts {
  justify-content: center;
  align-items: center;
  padding-bottom: 90px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: visible;
}

.posts-container {
  width: 100%;
  max-width: 1200px;
}

.posts-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: static;
}

.posts-collection-list {
  flex-wrap: wrap;
  margin: -25px -10px;
  display: flex;
}

._3-collection-item {
  width: 33.33%;
  margin-top: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.post-image {
  margin-bottom: 0;
}

.post-info-text {
  margin-top: 10px;
}

.category-link {
  color: #e2790b;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.h3 {
  color: #fff;
  margin-top: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.search {
  justify-content: center;
  align-self: auto;
  align-items: baseline;
  display: flex;
}

.nav-menu-2 {
  align-items: baseline;
  display: flex;
}

.search-button {
  width: auto;
  background-color: #b8b8b8;
  background-image: url('../images/search-icn.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  align-self: flex-start;
}

.navbar-2 {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px dashed #000;
  position: static;
}

.text-block-13 {
  color: #cacaca;
  font-family: Open Sans, sans-serif;
}

.container-blog {
  width: 100%;
  max-width: 1200px;
}

.top-post-item {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.top-post-image {
  width: 60%;
}

.top-post-text {
  width: 40%;
  flex-direction: column;
  padding-left: 50px;
}

.top-post-link-block {
  color: #3b3b3b;
  text-decoration: none;
}

.post-short-text {
  color: #cacaca;
  font-family: Open Sans, sans-serif;
}

.link-2 {
  color: #3b3b3b;
  text-decoration: none;
}

.post-author {
  color: #cacaca;
  text-transform: uppercase;
  padding-right: 10px;
  font-family: Oswald, sans-serif;
  font-weight: 300;
}

.div-block-44 {
  margin-top: 20px;
  display: flex;
}

.author {
  color: #e2790b;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.title-section {
  justify-content: center;
  align-items: center;
  padding: 180px 30px 90px;
  display: flex;
}

.container-title-section {
  width: 100%;
  max-width: 1200px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h2 {
  color: #fff;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 46px;
  line-height: 48px;
}

.post-author-text {
  margin-top: 30px;
  display: flex;
}

.post-author-text.cc-center {
  align-items: center;
}

.post-author-text.cc-small-thumbnail {
  margin-top: 0;
}

.author-image-wrapper {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  display: flex;
  overflow: hidden;
}

.post-author-2 {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
}

.post-author-2:hover {
  text-decoration: underline;
}

.post-author-2.cc-top-margin {
  margin-right: 5px;
}

.text-container {
  width: 75%;
  flex-direction: column;
  margin-left: 131px;
  display: flex;
}

.section-title-text {
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
}

.section-title-text:hover {
  text-decoration: none;
}

.post-category-text {
  font-family: Oswald, sans-serif;
}

.post-category-text.post {
  color: #e2790b;
  font-size: 30px;
  text-decoration: none;
}

.post-category-text.post:hover {
  text-decoration: none;
}

.h1 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 400;
  line-height: 60px;
}

.container-24 {
  width: 100%;
  max-width: 1200px;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
}

.container-24.cc-post-image {
  max-width: 1400px;
  display: flex;
}

.post-content {
  justify-content: center;
  align-items: center;
  margin-bottom: 170px;
  display: flex;
}

.post-content-wrapper {
  max-width: 800px;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.posts-collection-list-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.posts-collection-list-2 {
  flex-wrap: wrap;
  margin: -25px -10px;
  display: flex;
}

._2-collection-item {
  width: 50%;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 25px;
  padding-bottom: 25px;
}

.posts-image {
  margin-bottom: 20px;
}

.post-info-text-2 {
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.category-link-2 {
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
}

.category-link-2:hover {
  text-decoration: underline;
}

.post-title {
  margin-top: 15px;
  margin-bottom: 15px;
  text-decoration: none;
}

.h3-2 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.section-11 {
  margin-bottom: 200px;
  padding-top: 90px;
  padding-left: 30px;
  padding-right: 30px;
}

.heading-20 {
  text-transform: uppercase;
}

.date-text {
  width: 200px;
  height: 200px;
  color: #3b3b3b;
  display: flex;
}

.text-block-14 {
  color: #cacaca;
  margin-left: 25px;
  margin-right: 7px;
  font-size: 10px;
}

.text-block-15 {
  font-size: 10px;
}

.section-12 {
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 10px;
  padding-top: 40px;
  display: flex;
}

.heading-21 {
  color: #fff;
  letter-spacing: 3px;
  font-family: Bebas Neue, sans-serif;
  font-size: 46px;
  text-decoration: none;
}

.heading-21.black {
  color: #3b3b3b;
  letter-spacing: 2px;
  font-size: 40px;
}

.heading-21.black:hover {
  text-decoration: none;
}

.body-6 {
  background-color: #000;
}

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

.previous {
  background-color: #e2790b;
  padding: 10px;
}

.text-block-16 {
  color: #fff;
}

.icon-3 {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.retour-blog {
  text-decoration: none;
}

.section-13 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  padding-top: 40px;
  display: flex;
}

.container-25 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.section-newalcool {
  background-color: #fff7ec;
}

.section-newalcool.fr {
  display: block;
}

.heading-22 {
  font-size: 28px;
}

.heading-23 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}

.heading-24 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 45px;
  line-height: 22px;
}

.columns {
  text-align: center;
  border: 1px dashed rgba(255, 183, 0, .51);
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.column {
  text-align: center;
  border-left: 1px dotted rgba(59, 59, 59, .32);
}

.div-block-45 {
  text-align: center;
  border-left: 2px dashed rgba(255, 183, 0, .4);
  padding: 10px 10px 10px 60px;
}

.heading-premium {
  color: #ffb700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 20px;
}

.text-block-17 {
  text-align: center;
  padding-top: 10px;
  font-weight: 700;
}

.div-block-46 {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-18 {
  margin-left: 10px;
}

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

.column-3, .text-block-19 {
  text-align: left;
}

.column-4 {
  text-align: left;
  border-left: 1px dotted rgba(119, 119, 119, .53);
  padding-left: 20px;
}

.link-block-6 {
  margin-top: 30px;
  text-decoration: none;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.list {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.list-item-3 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  list-style-type: none;
  display: flex;
}

.list-item-4 {
  flex-direction: column;
  display: flex;
}

.uui-heroheader05_image-blob {
  z-index: -1;
  width: 34rem;
  height: auto;
  color: #f9fafb;
  position: absolute;
  top: 12%;
}

.uui-heroheader05_image {
  height: 100%;
  max-height: 40rem;
  object-fit: cover;
  margin-top: -1rem;
  margin-bottom: -1rem;
  margin-left: 1rem;
}

.uui-heroheader05_image-wrapper {
  justify-content: center;
  display: flex;
  position: relative;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-text-size-xlarge {
  color: #475467;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xlarge {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-badge-group_icon {
  width: 1rem;
  height: 1rem;
  justify-content: center;
  align-items: center;
  margin-left: .25rem;
  display: flex;
}

.uui-badge-group_icon.text-color-primary500 {
  color: #9e77ed;
  margin-right: -.25rem;
}

.badge-group_text-wrapper {
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.uui-badge-group_badge {
  color: #344054;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group_badge.is-primary {
  color: #6941c6;
  background-color: #fff;
}

.uui-badge-group {
  color: #344054;
  white-space: nowrap;
  mix-blend-mode: multiply;
  background-color: #f2f4f7;
  border-radius: 10rem;
  align-items: center;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group.is-primary {
  color: #6941c6;
  white-space: nowrap;
  background-color: #cacaca;
  text-decoration: none;
}

.uui-heroheader05_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Grappin_Dessin_PNG_HD.png');
  background-position: 0 0;
  background-size: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
}

.uui-page-padding._2 {
  background-image: url('../images/Grappin_Dessin_PNG_HD.png');
  background-position: 0 0;
  background-size: auto;
}

.uui-section_heroheader05 {
  overflow: hidden;
}

.section-14 {
  height: 600px;
  background-image: linear-gradient(50deg, #724210, rgba(255, 255, 255, 0)), url('../images/train-cocktail-hd-web.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.div-block-47 {
  z-index: 1;
  width: auto;
  height: auto;
  background-color: #3d4e7a;
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
  position: static;
  top: 158%;
  left: 703.992px;
  transform: translate(120px, -87px);
}

.div-block-47._2 {
  background-color: #772883;
  border-radius: 3px;
  position: static;
  left: 324.992px;
  transform: translate(-229px, -64px);
}

.heading-26 {
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
  display: inline-block;
}

.vignette-alcool {
  height: 20px;
  background-color: #344054;
  border-radius: 3px;
  margin-top: 7px;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
  position: static;
  top: 2435px;
  left: 491px;
}

.vignette-alcool._1 {
  position: static;
  left: 164px;
}

.vignette-alcool._3 {
  left: 818px;
}

.text-block-21 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

.button-3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: linear-gradient(295deg, #3d4e7a 16%, #17223a);
  border-radius: 100px;
  padding: 15px 30px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

@media screen and (min-width: 1280px) {
  .flex-container-2 {
    justify-content: space-between;
  }

  .hero-image-mask {
    margin-left: 0;
  }

  .hero-image {
    padding-left: 40px;
    padding-right: 10px;
  }

  .hero-image-mask-2 {
    transform: translate(0, -224px);
  }

  .hero-image-mask-2.sliv {
    transform: translate(-30px, -180px);
  }

  .div-block-30._2 {
    margin-top: -400px;
  }

  .div-block-30._1 {
    margin-right: 20px;
  }

  .paragraph-9.grappin {
    margin-right: 0;
  }

  .hero-potion._1 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .hero-potion._2 {
    padding-bottom: 0;
  }

  .divspecproduct {
    margin-top: -540px;
    margin-left: 40px;
  }

  .divspecproduct.grappin.fr {
    margin-left: 30px;
  }

  .divspecproduct.potion {
    margin-top: -670px;
    margin-left: 50px;
    margin-right: 0;
  }

  .divspecproduct.potion.fr {
    margin-left: 20px;
  }

  .post-image {
    justify-content: center;
  }
}

@media screen and (min-width: 1440px) {
  .heading.headingwhite {
    padding-top: 60px;
  }

  .image {
    width: 350px;
  }

  .container-3 {
    margin-top: 0;
  }

  .hero-image-mask {
    margin-left: 0;
  }

  .hero-image {
    padding-right: 0;
  }

  .hero-image-mask-2 {
    transform: translate(0, -257px);
  }

  .hero-image-mask-2.sliv {
    transform: translate(-30px, -180px);
  }

  .div-block-30._2 {
    margin-top: -410px;
  }

  .hero-potion._1 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .heading-18.home {
    text-decoration: none;
  }

  .divspecproduct {
    margin-top: -540px;
    margin-left: 40px;
  }

  .divspecproduct.grappin.fr {
    margin-top: -470px;
    margin-left: 40px;
  }

  .divspecproduct.potion {
    margin-top: -670px;
    margin-left: 50px;
    margin-right: 0;
  }

  .divspecproduct.potion.fr {
    margin-left: 40px;
  }

  .post-image {
    justify-content: center;
  }

  .link-block-6 {
    cursor: pointer;
    text-decoration: none;
  }

  .section-14 {
    background-attachment: scroll, fixed;
  }
}

@media screen and (min-width: 1920px) {
  .feature-section {
    background-image: url('../images/background-alambic_distillerie_du_29_octobre_web.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
  }

  .image {
    width: 380px;
  }

  .notre_equipe {
    background-image: url('../images/papyrus-dark.png');
    background-position: 0 0;
    background-size: 125px;
  }

  .contact-form {
    background-image: url('../images/papyrus.png');
    background-repeat: repeat;
    background-size: 125px;
    border: 1px solid #777;
  }

  .container-2 {
    background-color: rgba(255, 255, 255, .49);
  }

  .text-block {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
  }

  .footer {
    background-image: url('../images/papyrus-dark.png');
    background-position: 0 0;
    background-size: 125px;
  }

  .html-embed-2 {
    border: 1px dashed #777;
    padding: 7px;
  }

  .hero {
    padding-top: 20px;
  }

  .flex-container-2 {
    transform: translate(0);
  }

  .hero-image-mask {
    margin-left: 0;
  }

  .hero-image {
    padding-left: 30px;
    padding-right: 0;
  }

  .hero-2.sliv {
    padding-bottom: 20px;
  }

  .hero-image-mask-2 {
    width: 50%;
    height: 900px;
    transform: translate(0, -300px);
  }

  .hero-image-mask-2.sliv {
    background-image: url('../images/sliv-illustration-couleur.png');
    margin-left: 20px;
    transform: translate(-30px, -180px);
  }

  .centered-container {
    background-color: rgba(0, 0, 0, 0);
  }

  .centered-container.cocktail {
    padding-bottom: 20px;
  }

  .section-alambics {
    background-image: url('../images/papyrus.png');
    background-position: 0 0;
    background-size: 125px;
  }

  .section-bio {
    background-image: url('../images/papyrus-dark.png');
    background-position: 0 0;
    background-size: 125px;
  }

  .gallery {
    background-image: url('../images/papyrus.png');
    background-position: 0 0;
    background-size: 125px;
  }

  .div-block-30._2 {
    margin-top: -480px;
  }

  .div-block-30._1 {
    margin-right: 20px;
  }

  .hero-grappin._1 {
    padding-bottom: 40px;
  }

  .hero-potion._1 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .body-2 {
    background-image: url('../images/papyrus.png');
    background-position: 0 0;
    background-size: 125px;
  }

  .cards-section-2 {
    background-image: url('../images/papyrus-dark.png');
    background-position: 0 0;
    background-size: 125px;
  }

  .cards-section-2.home {
    padding-top: 100px;
  }

  .cards-grid-container-2.grappin {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading-18.home {
    cursor: pointer;
  }

  .heading-18.home:hover {
    color: #000;
    background-color: #ffb700;
  }

  .divspecproduct {
    margin-top: -540px;
    margin-left: 40px;
    margin-right: 0;
  }

  .divspecproduct.grappin {
    margin-top: -541px;
    margin-left: 0;
  }

  .divspecproduct.grappin.fr {
    margin-top: -540px;
    margin-left: 40px;
  }

  .divspecproduct.potion {
    margin-top: -750px;
  }

  .divspecproduct.potion.fr {
    margin-left: 20px;
  }

  .cocktail-name {
    margin-top: 20px;
  }

  .note-cocktail {
    margin-top: 40px;
    font-family: Satisfy, sans-serif;
    font-size: 28px;
  }

  .note-cocktail.plumpudding {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .container-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    display: flex;
  }

  .body-4 {
    background-image: url('../images/papyrus.png');
    background-position: 0 0;
    background-size: 125px;
  }

  .section-img-cocktail {
    padding-bottom: 100px;
  }

  .div-illust.potion {
    transform: translate(24px);
  }

  .section-cocktails-img {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-cocktails-img._1 {
    height: 600px;
    background-image: url('../images/delice-pirate-hd-web.jpg');
  }

  .section-cocktails-img._2 {
    height: 600px;
    background-image: url('../images/train-cocktail-hd-web.jpg');
  }

  .section-title-cocktails {
    height: 600px;
    background-position: 0 0, 50%;
  }

  .post-image {
    justify-content: center;
    display: flex;
  }

  .title-section {
    justify-content: center;
  }

  .section-14 {
    background-attachment: scroll, fixed;
  }

  .button-3 {
    background-image: linear-gradient(295deg, #3d4e7a 16%, #17223a);
    transition: all .5s ease-in-out;
  }

  .button-3:hover {
    background-image: linear-gradient(to right, #e26b20, #e26b20 54%, #ffd900);
  }
}

@media screen and (max-width: 991px) {
  .hero-overlay {
    height: 100vh;
    background-image: url('../images/background-hublot_distillerie_du_29_octobre_web.jpg');
    background-position: 50% 30%;
    background-repeat: no-repeat;
    background-size: 100vh;
    background-attachment: scroll;
    padding-top: 0;
    padding-bottom: 100px;
    transform: translate(0);
  }

  .button.apf.sliv {
    margin-left: 0;
  }

  .button.saqgrappin {
    margin: 10px 0;
  }

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

  .nav-link {
    letter-spacing: 2px;
    padding: 0 10px;
    font-size: 12px;
  }

  .nav-link.w--current {
    padding-left: 10px;
  }

  .nav-link.contact-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link.contact-link:hover {
    background-color: #e2790b;
  }

  .nav-link.alcools-link {
    letter-spacing: 2px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link.distillerie-link.w--current {
    letter-spacing: 2px;
  }

  .nav-link.equipelink {
    letter-spacing: 2px;
    flex-direction: row;
    display: flex;
  }

  .nav-link.ipadrecette {
    border-right-style: none;
  }

  .subtitle {
    font-size: 29px;
  }

  .centered-container-2 {
    border-top-width: 1px;
    border-top-color: #000;
  }

  .feature-section {
    background-size: cover;
    padding-bottom: 40px;
  }

  .flex-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: flex;
  }

  .feature-image-mask {
    width: 70%;
    margin-right: 0;
  }

  .feature-image {
    width: 280px;
  }

  .heading {
    font-size: 50px;
  }

  .heading.headingwhite {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .heading.valeur {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image {
    width: 280px;
    margin-bottom: 0;
  }

  .notre_equipe {
    padding-top: 20px;
  }

  .image-5 {
    transform: translate(29px);
  }

  .image-7 {
    transform: translate(-43px, -19px);
  }

  .name {
    font-size: 30px;
  }

  .subname {
    letter-spacing: 1px;
  }

  .container {
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .nav-menu {
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .contact-form {
    padding-top: 20px;
  }

  .container-2 {
    max-width: 600px;
    padding-top: 20px;
  }

  .submit-button {
    letter-spacing: 1px;
    font-family: Bebas Neue, sans-serif;
    font-size: 18px;
  }

  .heading-3 {
    text-align: center;
    font-family: Bebas Neue, sans-serif;
    font-size: 50px;
  }

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

  .brand {
    margin-top: 0;
    margin-right: 20px;
  }

  .brand.w--current {
    align-self: center;
    margin-top: 0;
    padding-right: 0;
  }

  .section {
    padding-top: 117px;
  }

  .section.our-spirits {
    margin-bottom: -137px;
    padding-top: 40px;
  }

  .image-9 {
    width: 32px;
    display: block;
  }

  .text-block-4 {
    display: none;
  }

  .div-block-12 {
    transform: translate(0, -200px);
  }

  .container-3 {
    align-self: center;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .html-embed-2 {
    height: 450px;
    margin: 50px 30px 30px;
  }

  .divlegal {
    display: flex;
  }

  .link-block {
    margin-left: 25px;
  }

  .loading {
    display: none;
  }

  .lottie-animation-18 {
    display: flex;
  }

  .lottie-animation-19, .lottie-animation-20, .lottie-animation-21, .lottie-animation-22 {
    align-items: flex-end;
  }

  .lottie-animation-23 {
    flex-direction: row;
    align-items: flex-end;
  }

  .divproductnav {
    height: 100vh;
    opacity: 1;
    align-items: center;
    display: flex;
  }

  .hero {
    padding-top: 20px;
    padding-left: 70px;
    padding-right: 70px;
  }

  .hero-image {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-2.sliv {
    padding-bottom: 0;
    padding-left: 70px;
    padding-right: 70px;
  }

  .hero-image-mask-2 {
    height: 600px;
    margin-left: 0;
    transform: translate(0, -157px);
  }

  .hero-image-mask-2.grappin {
    margin-right: 41px;
    transform: translate(0, -219px);
  }

  .arrow-left, .arrow-right {
    width: 50px;
    height: 50px;
  }

  .section-alambics {
    padding-bottom: 40px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-bio {
    padding-top: 40px;
  }

  .container-9 {
    justify-content: center;
  }

  .tabs-menu {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .paragraph-18-white {
    width: auto;
    padding-left: 100px;
    padding-right: 100px;
  }

  .div-block-30._2 {
    margin-left: 40px;
  }

  .div-block-30._1 {
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-9.grappin {
    width: auto;
    margin-right: 0;
    padding-right: 0;
  }

  .text-span-2 {
    line-height: 35px;
  }

  .div-block-33.sliv {
    flex-direction: column;
  }

  .divimgteam.julie {
    width: 250px;
    height: 300px;
    background-size: contain;
    transform: translate(10px, 38px);
  }

  .divimgteam.davy {
    width: 250px;
    height: 300px;
    background-size: contain;
  }

  .divimgteam.martin {
    width: 250px;
    height: 300px;
    background-size: contain;
    transform: translate(-29px, 19px);
  }

  .divnametab, .divnametab.julie {
    align-self: stretch;
  }

  .tabs-content {
    padding: 0 30px 30px;
  }

  .linknavbottle.grappin {
    justify-content: flex-start;
  }

  .hero-grappin._2 {
    padding: 0 70px;
  }

  .hero-grappin._1 {
    padding: 20px 70px 70px;
  }

  .section-8 {
    height: 300px;
  }

  .hero-potion._1 {
    padding-top: 20px;
    padding-left: 70px;
    padding-right: 70px;
  }

  .hero-potion._2 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .dropdown-products {
    padding-left: 10px;
    padding-right: 20px;
  }

  .text-block-11 {
    letter-spacing: 2px;
  }

  .cards-grid-container-2 {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cards-grid-container-2.grappin {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 50px;
    padding-right: 50px;
    display: grid;
  }

  .heading-18 {
    margin-top: 0;
    font-size: 11px;
  }

  .divspecproduct {
    margin-top: -430px;
    margin-left: 0;
  }

  .divspecproduct.grappin, .divspecproduct.grappin.fr {
    margin-top: -350px;
    margin-left: 0;
    padding-left: 0;
  }

  .divspecproduct.potion {
    margin-top: -519px;
    margin-left: 90px;
  }

  .divspecproduct.potion.fr {
    margin-top: -383px;
    margin-left: 0;
    padding-left: 40px;
  }

  .section-cocktails-img._1 {
    height: 300px;
  }

  .section-cocktails-img._2 {
    height: 300px;
    background-position: 50%;
  }

  .section-title-cocktails {
    height: 500px;
  }

  .title-cocktails {
    font-family: Satisfy, sans-serif;
  }

  .top-post-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .text-container {
    width: 100%;
  }

  .h1 {
    font-size: 36px;
    line-height: 42px;
  }

  .container-24 {
    flex-flow: column;
    align-items: center;
  }

  .icon-2 {
    margin-right: 4px;
  }

  .heading-23 {
    font-size: 14px;
  }

  .heading-24 {
    font-size: 40px;
  }

  .div-block-45 {
    margin-left: -40px;
    padding-left: 30px;
  }

  .heading-premium {
    font-size: 15px;
  }

  .text-block-17, .text-block-18, .text-block-19 {
    font-size: 12px;
  }

  .image-21 {
    margin-right: -35px;
  }

  .text-block-20 {
    font-size: 12px;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-heroheader05_component {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .hero-overlay {
    height: 100vw;
    background-image: url('../images/background-hublot_distillerie_du_29_octobre_web.jpg');
    background-position: 50% 25%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    margin-top: 40px;
    margin-bottom: 0;
    padding: 0 20px;
  }

  .button {
    margin-top: 0;
    transform: translate(0, 38px);
  }

  .button.apf {
    margin-bottom: 59px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .button.apf.sliv {
    margin: 10px 0;
    padding-left: 20px;
    padding-right: 20px;
    transform: none;
  }

  .button.saqgrappin {
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
    transform: none;
  }

  .button.home {
    margin-top: 90px;
    transform: translate(0);
  }

  .button.alambics {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 15px;
  }

  .button.ladistillerie {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .button.saqpotion {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    transform: none;
  }

  .navbar {
    height: auto;
    display: block;
  }

  .nav-link {
    width: 150px;
    text-align: center;
    border-right-style: none;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link:hover {
    border-right-style: none;
  }

  .nav-link.w--current {
    border-right-style: none;
    margin-top: 5px;
  }

  .nav-link.contact-link {
    width: 150px;
    margin-top: 20px;
  }

  .nav-link.alcools-link {
    width: 150px;
    border-right-style: none;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link.distillerie-link {
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link.distillerie-link.w--current:hover {
    margin-top: 5px;
  }

  .nav-link.equipelink {
    width: 200px;
    justify-content: center;
    margin-top: 5px;
  }

  .nav-link.recette {
    border-right-style: none;
  }

  .subtitle {
    font-size: 30px;
  }

  .feature-section {
    background-size: cover;
    padding: 40px 20px 100px;
  }

  .flex-container {
    flex-direction: row;
    margin-top: 0;
    display: flex;
  }

  .feature-image-mask {
    width: 60%;
    margin-right: -20px;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .heading {
    margin-top: 0;
  }

  .heading.headingwhite {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading.white, .heading.valeur {
    margin-bottom: 0;
  }

  .paragraph {
    width: auto;
    max-width: 350px;
    text-align: center;
    object-fit: fill;
    font-size: 16px;
    line-height: 26px;
    display: block;
  }

  .image {
    width: 200px;
    margin-bottom: 20px;
    padding-bottom: 0;
    transform: translate(0);
  }

  .notre_equipe {
    padding: 40px 20px 100px;
  }

  .image-5 {
    transform: translate(19px, 19px);
  }

  .image-6 {
    transform: translate(0);
  }

  .image-7 {
    transform: translate(-24px, 5px);
  }

  .name {
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
  }

  .subname {
    letter-spacing: 0;
    font-size: 12px;
  }

  .subname.martin {
    padding: 0 20px;
  }

  .container {
    flex-direction: row;
    align-items: center;
    margin-top: 0;
    display: block;
  }

  .nav-menu {
    height: 100vh;
    text-align: center;
    background-color: #000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 10px;
    display: flex;
  }

  .menu-button {
    background-color: #e2790b;
    padding: 11px;
    display: block;
  }

  .menu-button.w--open {
    background-color: #e2790b;
  }

  .lottie-animation-2 {
    width: 26px;
    height: 26px;
    display: flex;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .container-2 {
    text-align: left;
    padding-top: 20px;
  }

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

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

  .brand {
    margin-top: 8px;
    display: none;
  }

  .brand.w--current {
    padding-top: 5px;
    display: none;
  }

  .section {
    margin-top: 0;
    padding-top: 110px;
  }

  .div-block-6 {
    align-items: flex-end;
  }

  .div-product {
    width: 100px;
  }

  .text-block.black.sliv {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-4 {
    font-size: 34px;
  }

  .image-9 {
    width: 32px;
    transform: translate(0);
  }

  .div-block-10 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-4 {
    color: #fff;
    letter-spacing: 1px;
    font-family: Bebas Neue, sans-serif;
    font-size: 18px;
    display: block;
  }

  .container-3 {
    margin-top: 0;
    transform: none;
  }

  .logo-social {
    padding-left: 10px;
    padding-right: 10px;
  }

  .link_footer.footermenu {
    padding-left: 20px;
    font-size: 10px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-flex-container {
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .footer-logo-link {
    max-height: none;
    min-width: auto;
  }

  .footer-image {
    object-fit: contain;
  }

  .footer-heading {
    text-align: center;
    margin-bottom: 10px;
  }

  .div-block-17 {
    align-self: center;
    margin-bottom: 0;
    padding-top: 30px;
  }

  .div-block-18 {
    justify-content: center;
  }

  .div-block-19 {
    padding-top: 14px;
    padding-left: 15px;
    display: inline-block;
  }

  .div-block-20, .div-block-21 {
    text-align: center;
    padding-top: 30px;
  }

  .html-embed-2 {
    height: 350px;
    display: block;
  }

  .divlegal {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    display: flex;
  }

  .buttonage {
    width: 130px;
    margin-bottom: 10px;
  }

  .heading-6 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
  }

  .container-7 {
    flex-direction: column;
    justify-content: space-between;
    padding: 0 35px;
  }

  .buttonoage {
    width: 130px;
    margin-bottom: 10px;
  }

  .div-block-22 {
    width: 90px;
    height: 90px;
    display: block;
  }

  .image-11 {
    display: none;
  }

  .link-block {
    align-self: center;
    margin-top: 50px;
    margin-left: 10px;
  }

  .loading {
    display: none;
  }

  .divproductnav {
    height: auto;
    opacity: 1;
    margin-top: 0;
    padding-bottom: 0;
    display: block;
    position: static;
  }

  .hero {
    padding: 40px 40px 20px;
  }

  .flex-container-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-image {
    height: 500px;
  }

  .hero-2 {
    padding: 40px 20px;
  }

  .hero-2.sliv {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .hero-image-mask-2 {
    height: 450px;
    background-image: url('../images/Potion_Dessin_PNG_HD.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    order: -1;
    margin-left: 0;
    margin-right: 0;
    transform: none;
  }

  .hero-image-mask-2.grappin {
    height: 400px;
    margin-right: 0;
    transform: none;
  }

  .hero-image-mask-2.sliv {
    height: 400px;
    transform: translate(-19px);
  }

  .arrow-left {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }

  .arrow-right {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .hero-distillerie {
    padding: 40px 20px;
  }

  .centered-container.grappin {
    margin-bottom: 0;
  }

  .section-alambics {
    padding: 60px 20px 40px;
  }

  .cards-grid-container {
    max-width: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    align-self: stretch;
  }

  .section-bio {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .tab-link-tab-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .tab-link-tab-3.w--current {
    display: flex;
  }

  .tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: .75fr .75fr .75fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    justify-items: center;
    display: flex;
  }

  .paragraph-18-gray {
    font-size: 14px;
    line-height: 24px;
  }

  .gallery {
    padding: 0 80px 100px;
  }

  .gallery-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-18-white {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-30._2 {
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0;
    margin-left: 0;
    display: flex;
  }

  .paragraph-9.grappin {
    padding-right: 0;
  }

  .heading-10 {
    text-align: center;
    justify-content: flex-start;
    align-items: stretch;
  }

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

  .heading-11.sub {
    text-align: left;
  }

  .div-block-31 {
    text-align: center;
  }

  .paragraph-18-black {
    font-size: 14px;
    line-height: 24px;
  }

  .text-span-2 {
    margin-top: 3px;
  }

  .div-block-33 {
    flex-direction: column;
  }

  .divimgteam.julie {
    width: 180px;
    height: 250px;
    transform: translate(0, 28px);
  }

  .divimgteam.davy {
    width: 180px;
    height: 250px;
    background-position: 50% 100%;
  }

  .divimgteam.martin {
    width: 180px;
    height: 250px;
    transform: translate(0, 19px);
  }

  .divnametab {
    padding: 0 10px;
  }

  .divnametab.julie {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-7 {
    margin-top: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-10 {
    justify-content: space-around;
    align-items: flex-end;
  }

  .linknavbottle.sliv, .linknavbottle.grappin, .linknavbottle.grappin.w--current {
    justify-content: flex-end;
  }

  .div-bottle-select, .div-bottle-select.sliv, .div-bottle-select.grappin {
    margin-bottom: 16px;
  }

  .div-bottle-select.grappin.current, .div-bottle-select.current {
    margin-bottom: 0;
  }

  .hero-grappin {
    padding: 40px 20px;
  }

  .hero-grappin._2 {
    padding-bottom: 60px;
  }

  .hero-grappin._1 {
    padding-bottom: 20px;
  }

  .hero-potion._1 {
    padding-bottom: 0;
  }

  .hero-potion._2 {
    flex-direction: column;
    padding-top: 20px;
  }

  .dropdown-products {
    width: 150px;
    border-right-style: none;
    padding-right: 20px;
  }

  .text-block-11 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cards-section-2 {
    padding: 40px 20px;
  }

  .cards-grid-container-2 {
    max-width: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    align-self: stretch;
    padding-bottom: 40px;
  }

  .cards-grid-container-2.grappin {
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cards-grid-container-2.potion {
    grid-template-columns: 1fr 1fr;
  }

  .cocktail-title.home {
    letter-spacing: 3px;
    margin-top: -48px;
    font-size: 18px;
  }

  .title.bottle {
    margin-bottom: 0;
    font-size: 24px;
  }

  .heading-16.home {
    font-size: 50px;
  }

  .section-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-5 {
    margin-top: 0;
  }

  .divspecproduct {
    margin-top: 0;
    margin-left: 0;
  }

  .divspecproduct.grappin {
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .divspecproduct.grappin.fr {
    margin-top: 0;
  }

  .divspecproduct.potion {
    margin-top: 0;
    margin-left: 0;
  }

  .divspecproduct.potion.fr {
    margin-top: 0;
    padding-left: 0;
  }

  .tab-link-tab-1-2.w--current, .tab-link-tab-2-2.w--current, .tab-link-tab-3-2.w--current {
    border-bottom: 1px solid #e2790b;
  }

  .tabs-content-2 {
    padding-top: 20px;
  }

  .icon {
    padding-left: 40px;
  }

  .section-cocktails-img._1, .section-cocktails-img._2 {
    height: 150px;
    display: none;
  }

  .section-title-cocktails {
    height: auto;
    background-image: linear-gradient(rgba(0, 0, 0, .89), rgba(0, 0, 0, .84)), url('../images/train-cocktail-hd-web.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    margin-top: 40px;
  }

  .text-span-10 {
    font-size: 35px;
  }

  .title-section {
    padding-top: 179px;
    padding-bottom: 12px;
  }

  .post-author-text.cc-center {
    margin-top: 10px;
  }

  .text-container {
    margin-left: 30px;
  }

  .h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .rich-text {
    text-align: left;
    margin-left: 0;
  }

  ._2-collection-item {
    width: 100%;
  }

  .container-25 {
    flex-direction: column;
  }

  .div-block-45 {
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-17 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-4 {
    border-left-style: none;
    padding-left: 10px;
  }

  .image-21 {
    width: auto;
    height: 400px;
    max-width: none;
    margin-right: 0;
  }

  .uui-heroheader05_image-blob {
    width: 120%;
    min-width: 28rem;
    top: 22%;
  }

  .uui-heroheader05_image {
    height: 40rem;
    margin-left: 1.5rem;
  }

  .uui-heroheader05_image-wrapper {
    height: 22rem;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-badge-group_badge {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-badge-group {
    font-size: .75rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-47 {
    transform: translate(77%, -83px);
  }

  .div-block-47._2 {
    transform: translate(-118%, -59px);
  }

  .button-3 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 479px) {
  .hero-overlay {
    height: 100vh;
    text-align: center;
    background-image: url('../images/background-hublot_distillerie_du_29_octobre_web.jpg');
    background-position: 50% 20vw;
    background-repeat: no-repeat;
    background-size: 859px;
    background-attachment: fixed;
    align-items: stretch;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .button {
    margin-top: 50px;
    display: flex;
    transform: translate(0);
  }

  .button.apf.sliv {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .button.apf.grappin {
    margin-bottom: 20px;
  }

  .button.saqgrappin {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.home {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.saqpotion {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    transform: none;
  }

  .navbar {
    height: auto;
  }

  .nav-link {
    width: auto;
    justify-content: center;
    align-self: center;
    margin-top: 5px;
    padding-top: 5px;
    display: flex;
  }

  .nav-link.w--current {
    margin-top: 5px;
    padding-top: 5px;
  }

  .nav-link.contact-link {
    align-items: stretch;
    margin-top: 20px;
    padding-top: 0;
  }

  .nav-link.distillerie-link {
    padding-top: 5px;
  }

  .nav-link.equipelink {
    margin-top: 5px;
    padding-top: 5px;
  }

  .nav-link.recette {
    margin-top: 0;
  }

  .subtitle, .subtitle.subtitlecuivre.subtitlemini {
    font-size: 20px;
    line-height: 22px;
  }

  .centered-container-2 {
    text-align: center;
    padding-bottom: 60px;
    transform: translate(0);
  }

  .feature-section {
    background-size: cover;
    padding-top: 0;
  }

  .flex-container {
    text-align: center;
    flex-direction: column;
    margin-top: 0;
  }

  .feature-image-mask {
    width: 70%;
  }

  .feature-image {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 40px;
    display: block;
    transform: translate(0, 29px);
  }

  .heading {
    margin-bottom: 0;
    font-size: 39px;
  }

  .heading.headingwhite {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading.headingblack {
    margin-bottom: 0;
  }

  .heading.white {
    margin-bottom: 0;
    font-size: 35px;
  }

  .paragraph {
    max-width: 240px;
    text-align: center;
    margin-top: 0;
    font-size: 12px;
    line-height: 22px;
  }

  .paragraph.paragraphblack {
    max-width: 240px;
  }

  .image {
    transform: translate(0);
  }

  .div-block {
    max-width: 350px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .notre_equipe {
    height: auto;
    text-align: center;
  }

  .div-block-2 {
    flex-direction: column;
  }

  .image-5 {
    width: 180px;
    transform: translate(-10px);
  }

  .image-6, .image-7 {
    width: 180px;
    transform: translate(0);
  }

  .name {
    letter-spacing: 1px;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 22px;
  }

  .subname {
    max-width: 90px;
    padding-left: 0;
    padding-right: 0;
    font-size: 8px;
    line-height: 15px;
  }

  .subname.martin {
    max-width: 90px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-3, .div-block-4, .div-block-5 {
    text-align: center;
  }

  .container {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    display: block;
  }

  .nav-menu {
    height: 100vh;
  }

  .lottie-animation-2 {
    display: flex;
  }

  .contact-form {
    padding-top: 0;
  }

  .contact-form-grid {
    grid-auto-flow: row;
  }

  .container-2 {
    max-width: none;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-3 {
    text-align: center;
    font-size: 39px;
  }

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

  .brand {
    display: none;
  }

  .section {
    background-image: url('../images/img-2.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 1200px;
    margin-top: 0;
    margin-bottom: -12px;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .section.our-spirits {
    height: auto;
    min-height: 680px;
    background-position: 50% 100%;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .div-block-6 {
    align-items: flex-end;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    transform: translate(0);
  }

  .div-product {
    width: 75px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block.black {
    font-size: 12px;
  }

  .text-block.black.sliv {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-4 {
    margin-top: -6px;
    font-size: 20px;
  }

  .heading-4.black._2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bottlemenu {
    margin-top: 0;
  }

  .image-9 {
    width: 32px;
    display: block;
    transform: translate(0, -2px);
  }

  .subtitleproduct {
    font-size: 12px;
  }

  .text-block-4 {
    color: #fff;
    letter-spacing: 1px;
    padding-top: 0;
    font-family: Bebas Neue, sans-serif;
    font-size: 16px;
  }

  .div-block-12 {
    display: block;
    transform: translate(0, 19px);
  }

  .div-block-15 {
    justify-content: flex-start;
  }

  .container-3 {
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .logo-social {
    padding-left: 10px;
    padding-right: 10px;
  }

  .link_footer.footermenu {
    padding-left: 10px;
    padding-right: 10px;
    transition: all .429s;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-flow: column wrap;
    justify-content: space-between;
  }

  .footer-logo-link {
    height: auto;
    max-height: none;
    min-width: auto;
    align-self: center;
  }

  .footer-heading {
    text-align: center;
    margin-top: 20px;
  }

  .text-block-5 {
    font-size: 10px;
  }

  .div-block-17 {
    align-self: center;
  }

  .div-block-18 {
    justify-content: center;
  }

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

  .div-block-20 {
    text-align: center;
    align-self: auto;
  }

  .div-block-21 {
    text-align: center;
  }

  .html-embed-2 {
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .divlegal {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 60px;
    display: flex;
  }

  .buttonage {
    margin-bottom: 15px;
  }

  .heading-6 {
    padding-bottom: 10px;
    line-height: 20px;
  }

  .container-7 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .buttonoage {
    width: 130px;
    margin-bottom: 25px;
  }

  .div-block-22 {
    width: 120px;
    height: 120px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 40px;
    display: block;
  }

  .div-block-23 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-24 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .loading {
    display: none;
  }

  .divproductnav {
    height: auto;
    opacity: 1;
    flex-flow: wrap;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: static;
  }

  .div-img-product-nav {
    flex-direction: row;
    align-items: stretch;
    display: flex;
  }

  .hero {
    padding: 0 20px;
  }

  .flex-container-2 {
    flex-wrap: nowrap;
    padding-bottom: 0;
  }

  .hero-image {
    height: 400px;
  }

  .hero-2.sliv {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-image-mask-2 {
    width: 70%;
    height: 500px;
    background-image: url('../images/Potion_Dessin_PNG_HD.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    flex-direction: row;
    padding-bottom: 0;
    display: block;
  }

  .hero-image-mask-2.grappin {
    transform: none;
  }

  .arrow-left, .arrow-right {
    width: 20px;
    height: 40px;
    margin: 5px;
  }

  .hero-distillerie {
    padding: 40px 10px 20px;
  }

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

  .centered-container.sliv {
    padding-left: 20px;
    padding-right: 20px;
  }

  .centered-container.grappin {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .centered-container.potion {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .centered-container.cocktail {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .section-alambics {
    padding-bottom: 0;
  }

  .cards-grid-container {
    grid-row-gap: 40px;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }

  .section-bio {
    padding: 20px 10px;
  }

  .tab-link-tab-1 {
    max-width: 100px;
    padding: 0;
  }

  .tab-link-tab-2 {
    max-width: 100px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .tab-link-tab-2.w--current {
    padding: 0;
  }

  .tab-link-tab-3 {
    max-width: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-tab-3.w--current {
    max-width: 100px;
  }

  .container-9 {
    text-align: justify;
  }

  .tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    object-fit: scale-down;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
    position: static;
  }

  .paragraph-18-gray {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .gallery {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 0 30px 100px;
  }

  .gallery-grid-container {
    grid-column-gap: 12px;
    grid-row-gap: 11px;
    grid-template: ". ."
                   ". ."
                   "Area Area" minmax(120px, 1fr)
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    display: grid;
  }

  .paragraph-18-white {
    text-align: justify;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-30._2 {
    margin-top: 0;
    padding-top: 20px;
  }

  .div-block-30._1 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-9 {
    text-align: justify;
    padding-left: 10px;
  }

  .paragraph-9.grappin {
    padding-right: 10px;
  }

  .heading-11.sub {
    text-align: left;
    padding-left: 10px;
    padding-right: 0;
    font-size: 16px;
  }

  .paragraph-18-black {
    text-align: justify;
    font-size: 14px;
    line-height: 20px;
  }

  .text-span-2 {
    line-height: 43px;
  }

  .div-block-33.sliv {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .divimgteam.julie {
    width: 120px;
    height: 150px;
    background-position: 50% 80%;
    transform: translate(0);
  }

  .divimgteam.davy {
    width: 120px;
    height: 150px;
    background-position: 50%;
  }

  .divimgteam.martin {
    width: 120px;
    height: 150px;
    background-position: 50%;
    transform: translate(0);
  }

  .divnametab {
    max-width: 90px;
    align-self: center;
    padding-left: 0;
    padding-right: 0;
  }

  .divnametab.julie {
    align-self: center;
    padding-left: 0;
    padding-right: 0;
  }

  .divnametab.julie.home, .divnametab.davy.home, .divnametab.martin.home {
    max-width: none;
  }

  .tabs-content {
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-7 {
    margin-top: 60px;
    display: flex;
  }

  .container-10 {
    flex-direction: row;
  }

  .linknavbottle {
    margin-left: 10px;
    margin-right: 10px;
  }

  .linknavbottle.sliv, .linknavbottle.grappin {
    width: 80px;
    margin-left: 4px;
    margin-right: 4px;
  }

  .linknavbottle.grappin.w--current {
    margin-left: 4px;
    margin-right: 4px;
  }

  .div-bottle-select, .div-bottle-select.sliv {
    margin-top: 10px;
    margin-bottom: 16px;
  }

  .div-bottle-select.sliv:hover {
    background-color: #da1370;
  }

  .div-bottle-select.sliv.current {
    width: 80px;
  }

  .div-bottle-select.grappin {
    margin-top: 10px;
    margin-bottom: 16px;
  }

  .div-bottle-select.grappin.current, .div-bottle-select.current {
    width: 80px;
    margin-bottom: 0;
  }

  .hero-grappin._2 {
    padding: 0 20px 40px;
  }

  .hero-grappin._1 {
    padding: 0 20px 10px;
  }

  .section-8 {
    height: 150px;
    padding-bottom: 40px;
  }

  .hero-potion._1 {
    padding: 0 20px;
  }

  .hero-potion._2 {
    padding: 0 20px 40px;
  }

  .dropdown-products {
    border-right-style: none;
    justify-content: center;
    padding-right: 10px;
  }

  .dropdown-list.w--open {
    flex-direction: column;
    margin-top: 0;
    display: flex;
    position: relative;
  }

  .dropdown {
    flex-direction: column;
    align-self: center;
    display: flex;
  }

  .link-block-4 {
    text-decoration: none;
  }

  .dropdown-2, .dropdown-3, .dropdown-4, .dropdown-5 {
    flex-direction: column;
    display: flex;
  }

  .cards-section-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .cards-section-2.home {
    padding-top: 20px;
  }

  .cards-grid-container-2 {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cards-grid-container-2.grappin {
    flex-direction: column;
    display: flex;
  }

  .cards-grid-container-2.potion {
    grid-template-columns: 1fr 1fr;
    display: block;
  }

  .cocktail-title {
    letter-spacing: 2px;
    font-size: 18px;
    line-height: 22px;
  }

  .cocktail-title.gray {
    font-size: 15px;
  }

  .cocktail-title.home {
    font-size: 12px;
    line-height: 15px;
  }

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

  .title.bottle {
    margin-top: -10px;
    margin-bottom: 0;
    font-size: 18px;
  }

  .heading-16.home {
    font-size: 28px;
  }

  .section-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .divspecproduct {
    margin-left: 0;
    margin-right: 0;
  }

  .divspecproduct.grappin {
    justify-content: flex-start;
  }

  .divspecproduct.potion.fr {
    margin-left: 0;
  }

  .heading-19 {
    font-size: 16px;
  }

  .list-item-cocktails {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .cocktail-name {
    font-size: 40px;
  }

  .title-cocktail {
    padding-bottom: 20px;
  }

  .oz {
    font-size: 20px;
  }

  .note-cocktail {
    font-size: 24px;
  }

  .container-12 {
    margin-top: 20px;
  }

  .tab-link-tab-1-2, .tab-link-tab-2-2, .tab-link-tab-2-2.w--current, .tab-link-tab-3-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-17 {
    padding-left: 10px;
  }

  .dropdown-6 {
    align-self: center;
  }

  .text-block-12 {
    font-size: 20px;
  }

  .brandymenu {
    opacity: 0;
  }

  .image-20 {
    margin-left: 10px;
  }

  .section-cocktails-img._1, .section-cocktails-img._2 {
    height: 150px;
    display: none;
  }

  .section-title-cocktails {
    height: auto;
    background-image: linear-gradient(rgba(0, 0, 0, .83), rgba(0, 0, 0, .77)), url('../images/train-cocktail-hd-web.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .text-span-10 {
    font-size: 30px;
  }

  .lottie-animation-35 {
    cursor: pointer;
  }

  .posts-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .top-post-item {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .title-section {
    padding: 160px 10px 33px;
  }

  .text-container {
    margin-left: 0;
  }

  .h1 {
    font-size: 20px;
    line-height: 24px;
  }

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

  .heading-23 {
    font-size: 12px;
  }

  .div-block-45 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-premium {
    font-size: 14px;
  }

  .uui-heroheader05_component {
    grid-template-columns: 1fr;
  }

  .div-block-47 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10px;
    transform: translate(68%, -78px);
  }

  .div-block-47._2 {
    padding-left: 5px;
    padding-right: 5px;
    transform: translate(-102%, -54px);
  }

  .heading-26 {
    letter-spacing: 2px;
    font-size: 10px;
  }

  .vignette-alcool._1 {
    position: static;
    top: 2397px;
    left: 5%;
  }

  .button-3 {
    width: 200px;
    height: 50px;
    border-radius: 20px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 51px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 300;
    display: flex;
  }
}

#w-node-_9a0d3829-6008-9f52-64f2-b08871dede5d-8c0e0019 {
  align-self: stretch;
}

#w-node-_3ae09b62-cd5d-9f93-9cb6-d52be953beb3-8c0e0019, #w-node-_8a38a3f7-4e95-2e43-797b-b6bb164cfb43-8c0e0019 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2734087-c58a-b718-0528-c31cdc16c333-970fd44f {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-c3e77e87-118b-9967-d690-26a8634cab60-4f8ec35a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0d2ee85d-b1c1-d33e-0809-f2c23c7bda43-3b7c97db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f43082d-ba05-b957-419f-673aed86b7d6-3b7c97db {
  align-self: stretch;
}

#w-node-a888c151-3267-a752-042e-43bddc258ae9-3b7c97db, #w-node-a02d62bc-b525-4267-b40e-c5c463e5a233-3b7c97db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a964a4c-8c0b-69d3-d18a-d61c5be8b4a2-7087b1a7 {
  align-self: stretch;
}

#w-node-_3a964a4c-8c0b-69d3-d18a-d61c5be8b4c3-7087b1a7, #w-node-_3a964a4c-8c0b-69d3-d18a-d61c5be8b4d3-7087b1a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2734087-c58a-b718-0528-c31cdc16c333-832c7f89 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_1d61a2ea-f82d-52db-a376-50b7f40f1fb0-504ce70d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_9a0d3829-6008-9f52-64f2-b08871dede6e-8c0e0019, #w-node-_9a0d3829-6008-9f52-64f2-b08871dede71-8c0e0019, #w-node-_8c92320c-2fb5-2ba3-21a9-9f960ec04bd0-8c0e0019, #w-node-_8c92320c-2fb5-2ba3-21a9-9f960ec04bd3-8c0e0019, #w-node-_3a6320da-17aa-bf1c-02e5-3dd9ccc7e33e-970fd44f, #w-node-_7be098df-fa1d-1756-a4d4-a81ad01bd45b-970fd44f, #w-node-_7be098df-fa1d-1756-a4d4-a81ad01bd45d-970fd44f, #w-node-ba33c21e-ff24-c0fe-d4c9-c50933255527-3b7c97db, #w-node-ba33c21e-ff24-c0fe-d4c9-c50933255529-3b7c97db, #w-node-ba33c21e-ff24-c0fe-d4c9-c5093325552e-3b7c97db {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ba33c21e-ff24-c0fe-d4c9-c50933255530-3b7c97db {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_3f43082d-ba05-b957-419f-673aed86b7e3-3b7c97db, #w-node-_3f43082d-ba05-b957-419f-673aed86b7e6-3b7c97db, #w-node-_3f43082d-ba05-b957-419f-673aed86b7ec-3b7c97db {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3f43082d-ba05-b957-419f-673aed86b7ef-3b7c97db {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_5cf871a9-5f75-ac54-b9b7-a519300a18f5-3b7c97db, #w-node-_5cf871a9-5f75-ac54-b9b7-a519300a18f8-3b7c97db, #w-node-e428a44c-6305-c8f3-f3f1-ed7e00cbbb34-3b7c97db, #w-node-e428a44c-6305-c8f3-f3f1-ed7e00cbbb37-3b7c97db, #w-node-db546b27-184f-bfcf-9de3-e98fe2e1584f-3b7c97db, #w-node-db546b27-184f-bfcf-9de3-e98fe2e15852-3b7c97db, #w-node-_3a964a4c-8c0b-69d3-d18a-d61c5be8b4b9-7087b1a7, #w-node-_3a964a4c-8c0b-69d3-d18a-d61c5be8b4bc-7087b1a7, #w-node-_3a964a4c-8c0b-69d3-d18a-d61c5be8b4da-7087b1a7, #w-node-_3a6320da-17aa-bf1c-02e5-3dd9ccc7e33e-832c7f89, #w-node-_7be098df-fa1d-1756-a4d4-a81ad01bd45b-832c7f89, #w-node-_7be098df-fa1d-1756-a4d4-a81ad01bd45d-832c7f89, #w-node-ba33c21e-ff24-c0fe-d4c9-c5093325552e-6c19a968 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ba33c21e-ff24-c0fe-d4c9-c50933255530-6c19a968 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-ba33c21e-ff24-c0fe-d4c9-c50933255527-6c19a968, #w-node-ba33c21e-ff24-c0fe-d4c9-c50933255529-6c19a968, #w-node-_3f43082d-ba05-b957-419f-673aed86b7e3-6c19a968, #w-node-_3f43082d-ba05-b957-419f-673aed86b7e6-6c19a968, #w-node-_3f43082d-ba05-b957-419f-673aed86b7ec-6c19a968 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3f43082d-ba05-b957-419f-673aed86b7ef-6c19a968 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-db546b27-184f-bfcf-9de3-e98fe2e1584f-6c19a968, #w-node-db546b27-184f-bfcf-9de3-e98fe2e15852-6c19a968 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7be098df-fa1d-1756-a4d4-a81ad01bd451-970fd44f, #w-node-_7be098df-fa1d-1756-a4d4-a81ad01bd458-970fd44f {
    grid-column: span 1 / span 1;
  }

  #w-node-a2734087-c58a-b718-0528-c31cdc16c333-970fd44f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c3e77e87-118b-9967-d690-26a8634cab50-4f8ec35a, #w-node-c3e77e87-118b-9967-d690-26a8634cab54-4f8ec35a, #w-node-c3e77e87-118b-9967-d690-26a8634cab58-4f8ec35a, #w-node-c3e77e87-118b-9967-d690-26a8634cab5c-4f8ec35a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7be098df-fa1d-1756-a4d4-a81ad01bd451-832c7f89, #w-node-_7be098df-fa1d-1756-a4d4-a81ad01bd458-832c7f89 {
    grid-column: span 1 / span 1;
  }

  #w-node-a2734087-c58a-b718-0528-c31cdc16c333-832c7f89 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1d61a2ea-f82d-52db-a376-50b7f40f1fa0-504ce70d, #w-node-_1d61a2ea-f82d-52db-a376-50b7f40f1fa4-504ce70d, #w-node-_1d61a2ea-f82d-52db-a376-50b7f40f1fa8-504ce70d, #w-node-_1d61a2ea-f82d-52db-a376-50b7f40f1fac-504ce70d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


