:root {
  --_colors---black: #000;
  --_colors---white: white;
  --_colors---light-pink: #ef2be54d;
  --_colors---pink: #ef2be5;
  --_colors---light-green: #02ff644d;
  --_colors---green: #02ff64;
  --_colors---light-blue: #00cfff4d;
  --_colors---blue: #00cfff;
  --_colors---grey: #b9b9b9;
  --_colors---light-orange: #ff6f274d;
  --_colors---red: #ff3026;
  --_colors---orange: #ff6f27;
  --_colors---yellow: #eaff52;
  --_colors---purple: #97a9ff;
  --_colors---light-yellow: #eaff524d;
  --_colors---light-purple: #97a9ff4d;
  --_colors---light-red: #ff30264d;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.main-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  max-height: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.body {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--_colors---black);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: block;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.section-portraits {
  flex-flow: column;
  display: flex;
}

.section-intro {
  flex-flow: column;
  padding-bottom: 0;
  display: flex;
}

.gradient-overlay {
  z-index: 10;
  background-image: linear-gradient(#fff0, #000);
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.wrapper-image {
  position: relative;
}

.wrapper-text-intro {
  padding: 1rem;
}

.big-paragraph {
  color: var(--_colors---white);
  text-align: center;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.7rem;
}

.navbar {
  background-color: #ddd0;
  background-image: linear-gradient(#000, #fff0);
}

.div-block {
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.section-short {
  flex-flow: column;
  display: flex;
}

.deutsch-link-block-position {
  align-items: flex-start;
  margin-top: .7rem;
  display: flex;
}

.link-block-puff {
  background-color: var(--_colors---light-pink);
  border-radius: 2rem;
  justify-content: space-between;
  align-items: center;
  margin-top: .5rem;
  padding: .5rem 1rem .5rem .5rem;
  text-decoration: none;
  transition: opacity .25s;
  display: flex;
}

.link-block-puff:hover {
  background-color: var(--_colors---pink);
}

.image-2 {
  margin-right: 10px;
}

.text-block-deutsch {
  color: #fff;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.7rem;
}

.left-content {
  align-items: center;
  display: flex;
}

.link-block-snus {
  background-color: var(--_colors---light-green);
  border-radius: 2rem;
  justify-content: space-between;
  align-items: center;
  margin-top: .5rem;
  padding: .5rem 1rem .5rem .5rem;
  text-decoration: none;
  transition: opacity .25s;
  display: flex;
}

.link-block-snus:hover {
  background-color: var(--_colors---green);
}

.link-block-cigarette {
  background-color: var(--_colors---light-blue);
  border-radius: 2rem;
  justify-content: space-between;
  align-items: center;
  margin-top: .5rem;
  padding: .5rem 1rem .5rem .5rem;
  text-decoration: none;
  transition: opacity .25s;
  display: flex;
}

.link-block-cigarette:hover {
  background-color: var(--_colors---blue);
}

.card-puff {
  background-color: #fff;
  border-radius: 2rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.container-cards {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.container-image {
  flex-flow: column;
  padding: .5rem;
  display: flex;
}

.container-visible-text {
  padding-top: .5rem;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
}

.small-paragraph {
  color: var(--_colors---black);
  margin-bottom: 0;
  padding-bottom: 1rem;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2rem;
}

.h1 {
  color: var(--_colors---black);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: .5rem;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 110%;
}

.list {
  margin-bottom: 0;
  padding-left: 20px;
}

.card-content-puff {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 3rem;
  padding: .5rem 1.3rem;
  display: flex;
}

.button-more-puff {
  z-index: 20;
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: .5rem;
  padding-left: .5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.card-header {
  position: relative;
}

.section-footer {
  flex-flow: column;
  width: 100%;
  height: auto;
  display: flex;
}

.container-card-footer {
  flex-flow: column;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
}

.card-footer {
  background-color: var(--_colors---grey);
  border-radius: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.container-ca-footer {
  background-color: var(--_colors---white);
  border-radius: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: .5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.h2 {
  color: var(--_colors---black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1rem;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.7rem;
}

.adress {
  color: var(--_colors---black);
  padding-bottom: .5rem;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2rem;
}

.container-contact-footer {
  flex-flow: column;
  padding-top: .5rem;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  display: flex;
}

.container-logos-footer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  max-width: 100%;
  margin-top: .8rem;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  display: flex;
}

.image-6 {
  object-fit: cover;
  height: 110%;
  padding-bottom: 1rem;
  padding-left: .5rem;
  padding-right: 1.3rem;
}

.container-all-right-reserved {
  padding-top: 1.3rem;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
}

.text-block {
  color: var(--_colors---black);
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2rem;
}

.button-ca-footer {
  border: 2px solid #000;
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  padding: .3rem 1rem;
  text-decoration: none;
  display: flex;
}

.button-ca-footer:hover {
  background-color: var(--_colors---light-orange);
}

.text-button {
  color: #000;
  justify-content: center;
  align-items: center;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-weight: 800;
  display: flex;
}

.arrow-black {
  padding-left: .5rem;
}

.bouton-selecteur-langue {
  border: 2px solid var(--_colors---light-pink);
  border-radius: 2rem;
  padding: .3rem 3rem .3rem 1rem;
}

.bouton-selecteur-langue:hover {
  background-color: var(--_colors---light-pink);
}

.icon-bottom {
  color: var(--_colors---light-pink);
}

.text-block-3 {
  color: var(--_colors---light-pink);
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.7rem;
}

.selecteur-langue {
  margin-top: 1rem;
  margin-left: 1rem;
}

.gradient-overlay-card {
  z-index: 10;
  background-image: linear-gradient(#0000, #fff);
  border-radius: 2rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 7rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.dropdown-link {
  border: 2px solid var(--_colors---light-pink);
  color: var(--_colors---light-pink);
  border-radius: 2rem;
  padding: .3rem 3rem .3rem 1rem;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.7rem;
  display: block;
}

.dropdown-link:hover {
  background-color: var(--_colors---light-pink);
}

.dropdown-list {
  background-color: #ddd0;
  display: none;
}

.icon-top {
  color: var(--_colors---light-pink);
  transform-style: preserve-3d;
  transform: rotate(180deg);
}

.button-circle {
  cursor: pointer;
  border: 2px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: relative;
}

.button-path-horizontal {
  background-color: var(--_colors---black);
  width: 25px;
  height: 2px;
}

.button-path-vertical {
  background-color: var(--_colors---black);
  width: 25px;
  height: 2px;
  position: absolute;
}

.card-snus {
  background-color: var(--_colors---white);
  border-radius: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.card-content-snus {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 3rem;
  padding: .5rem 1.3rem 0;
  display: flex;
  position: relative;
}

.button-more-snus {
  z-index: 20;
  aspect-ratio: auto;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: .5rem;
  padding-left: .5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.card-cigarette {
  background-color: var(--_colors---white);
  border-radius: 2rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-content-cigarette {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-bottom: 3rem;
  padding-top: .5rem;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-more-cigarette {
  z-index: 20;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: .5rem;
  padding-left: .5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

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

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

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

.text-block-french {
  color: #fff;
  padding-top: .1rem;
  padding-bottom: .1rem;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.7rem;
}

.text-block-deutsch-copy {
  color: #fff;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: .8rem;
  font-weight: 500;
}

.button-plus-dinfos-puff {
  z-index: 20;
  border: 2px solid #000;
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  padding: .3rem 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-plus-dinfos-puff:hover {
  background-color: var(--_colors---light-pink);
}

.button-plus-dinfos-snus {
  z-index: 20;
  border: 2px solid #000;
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  padding: .3rem 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-plus-dinfos-snus:hover {
  background-color: var(--_colors---light-green);
}

.button-plus-dinfos-cigarette {
  z-index: 20;
  border: 2px solid #000;
  border-radius: 4rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  padding: .3rem 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-plus-dinfos-cigarette:hover {
  background-color: var(--_colors---light-blue);
}

.button-weitere-infos-puff {
  z-index: 20;
  border: 2px solid #000;
  border-radius: 4rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  padding: .3rem 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-weitere-infos-puff:hover {
  background-color: var(--_colors---light-pink);
}

.button-weitere-infos-snus {
  z-index: 20;
  border: 2px solid #000;
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  padding: .3rem 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-weitere-infos-snus:hover {
  background-color: var(--_colors---light-green);
}

.button-weitere-infos-cigarette {
  z-index: 20;
  border: 2px solid #000;
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  padding: .3rem 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-weitere-infos-cigarette:hover {
  background-color: var(--_colors---light-blue);
}

.html-embed {
  cursor: pointer;
  width: 50px;
  height: 50px;
}

.html-embed.pink {
  transition: all .2s;
}

.html-embed.pink:hover {
  width: 50px;
  height: 50px;
}

.sm-icon-link {
  color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 65px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .25s;
  display: flex;
}

.sm-icon-link:hover {
  opacity: .8;
}

.instagram {
  object-fit: cover;
  width: 32px;
  height: auto;
}

.link-block-instagram, .link-block-youtube, .link-block-facebook, .link-block-linkedin {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.telephone {
  color: var(--_colors---black);
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2rem;
}

.mail-link, .telephone-link {
  color: var(--_colors---black);
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2rem;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .link-block-puff, .link-block-snus, .link-block-cigarette {
    text-decoration: none;
  }

  .sm-icon-link {
    margin-right: 16px;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading-right {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    background-image: url('../images/Photo-de-famille-3.png');
    background-position: 50%;
    background-size: cover;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .body {
    background-color: #000;
  }

  .container {
    max-width: none;
  }

  .section-portraits {
    flex-flow: column;
    width: 100%;
    height: auto;
    display: flex;
  }

  .section-intro {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    padding-top: 0;
    display: flex;
    position: relative;
    inset: 0%;
  }

  .container-family-picture {
    background-image: url('../images/Photo-de-famille-3.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 100vh;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .gradient-overlay {
    z-index: 10;
    background-image: linear-gradient(#fff0, #000);
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    height: 200px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .image {
    position: relative;
  }

  .wrapper-image {
    flex-flow: column;
    display: block;
    position: relative;
  }

  .wrapper-text-intro {
    padding: 1rem;
  }

  .big-paragraph {
    color: #fff;
    text-align: center;
    font-family: "Inter 18 Pt", Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.7rem;
  }

  .navbar {
    background-color: #0000;
    background-image: linear-gradient(#000, #fff0);
  }

  .div-block {
    flex-flow: column;
    padding: 1rem;
    display: flex;
  }

  .div-block-2 {
    background-color: var(--_colors---light-pink);
    border: 1px #000;
    border-radius: 4rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .section-short {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .deutsch-link-block-position {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
  }

  .link-block-puff {
    background-color: var(--_colors---light-pink);
    border-radius: 2rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-top: .5rem;
    padding: .5rem 1rem .5rem .5rem;
    text-decoration: none;
    transition: background-color .25s, color .25s;
    display: flex;
  }

  .link-block-puff:hover {
    background-color: var(--_colors---pink);
    color: var(--_colors---pink);
  }

  .image-2 {
    margin-right: 10px;
  }

  .text-block-deutsch {
    color: #fff;
    padding-top: .1rem;
    padding-bottom: .1rem;
    font-family: "Inter 18 Pt", Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.7rem;
  }

  .text-block-deutsch:hover {
    color: #fff;
  }

  .arrow-white {
    vertical-align: baseline;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-3 {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    padding-left: 10px;
    display: flex;
  }

  .left-content {
    align-items: center;
    display: flex;
  }

  .right-content {
    justify-content: flex-end;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .link-block-snus {
    background-color: var(--_colors---light-green);
    border-radius: 2rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-top: .5rem;
    padding: .5rem 1rem .5rem .5rem;
    text-decoration: none;
    transition: background-color .25s, color .25s;
    display: flex;
  }

  .link-block-snus:hover {
    background-color: var(--_colors---green);
    color: var(--_colors---pink);
  }

  .link-block-cigarette {
    background-color: var(--_colors---light-blue);
    border-radius: 2rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-top: .5rem;
    padding: .5rem 1rem .5rem .5rem;
    text-decoration: none;
    transition: background-color .25s, color .25s;
    display: flex;
  }

  .link-block-cigarette:hover {
    background-color: var(--_colors---blue);
    color: var(--_colors---pink);
  }

  .card-puff {
    background-color: var(--_colors---white);
    transform-origin: 50% 0;
    border-radius: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 0;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .container-cards {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    position: relative;
  }

  .image-4 {
    padding: 0;
  }

  .container-image {
    flex-flow: column;
    padding: .5rem;
    display: flex;
  }

  .container-visible-text {
    padding: .5rem 1.3rem 0;
  }

  .small-paragraph {
    color: #000;
    overflow-wrap: normal;
    margin-bottom: 0;
    padding-bottom: 1rem;
    font-family: "Inter 18 Pt", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2rem;
  }

  .h1 {
    color: var(--_colors---black);
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: .5rem;
    font-family: "Inter 18 Pt", Arial, sans-serif;
    font-size: 2rem;
    font-weight: 800;
    line-height: 110%;
  }

  .list {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
  }

  .card-content-puff {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    transform-origin: 50% 0;
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-bottom: 3rem;
    padding: .5rem 1.3rem;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .image-5 {
    display: block;
  }

  .button-more-puff {
    z-index: 20;
    cursor: pointer;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: .5rem;
    padding-left: .5rem;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .card-header {
    perspective-origin: 50% 0;
    position: relative;
  }

  .card-snus-old {
    background-color: var(--_colors---white);
    border-radius: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    display: none;
    overflow: hidden;
  }

  .card-content-snus-old {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #fff;
    padding: .5rem 1.3rem 0;
    display: flex;
  }

  .section-footer {
    flex-flow: column;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    display: flex;
  }

  .container-card-footer {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .card-footer {
    background-color: var(--_colors---grey);
    border-radius: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
    display: flex;
    overflow: hidden;
  }

  .container-ca-footer {
    background-color: var(--_colors---white);
    border-radius: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: .5rem;
    padding-bottom: 1.5rem;
    display: flex;
  }

  .h2 {
    color: var(--_colors---black);
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 1rem;
    font-family: "Inter 18 Pt", Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.7rem;
  }

  .adress {
    color: #000;
    overflow-wrap: normal;
    margin-bottom: 0;
    padding-bottom: .5rem;
    font-family: "Inter 18 Pt", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2rem;
  }

  .list-infos-footer {
    margin-top: 1rem;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .container-image-copy {
    flex-flow: column;
    padding: .5rem;
    display: flex;
  }

  .container-contact-footer {
    flex-flow: column;
    padding: .5rem 1.3rem 0;
    display: flex;
  }

  .container-logos-footer {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: .8rem;
    padding-top: 0;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    display: flex;
  }

  .div-block-4 {
    background-color: #000;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .image-6 {
    box-sizing: border-box;
    object-fit: cover;
    object-position: 100% 50%;
    max-width: 100%;
    height: 110%;
    padding: 0 1.3rem 1.3rem;
  }

  .container-all-right-reserved {
    padding: 1.3rem 1.3rem 0;
  }

  .text-block {
    color: #000;
    font-family: "Inter 18 Pt", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2rem;
  }

  .button {
    color: #000;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 4rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: .5rem 1rem;
    font-family: "Inter 18 Pt", Arial, sans-serif;
    font-weight: 700;
    display: flex;
  }

  .button-ca-footer {
    border: 2px solid #000;
    border-radius: 4rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: .3rem 1rem;
    text-decoration: none;
    display: flex;
    position: static;
  }

  .button-ca-footer:hover {
    background-color: var(--_colors---green);
  }

  .text-button {
    color: #000;
    justify-content: center;
    align-items: center;
    font-family: "Inter 18 Pt", Arial, sans-serif;
    font-weight: 800;
    text-decoration: none;
    display: flex;
  }

  .text-button:hover {
    color: #000;
  }

  .arrow-black {
    padding-left: .5rem;
  }

  .div-block-5 {
    border: 2px solid var(--_colors---light-pink);
    border-radius: 4rem;
    flex-flow: column;
    display: flex;
  }

  .container-navbar {
    display: block;
  }

  .heading {
    color: var(--_colors---light-pink);
    font-family: "Inter 18 Pt", Arial, sans-serif;
  }

  .dropdown {
    border-radius: 4rem;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 1rem;
    margin-left: 1rem;
    display: inline-block;
  }

  .text-block-2 {
    color: var(--_colors---light-pink);
    font-family: "Inter 18 Pt", Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1.7rem;
  }

  .dropdown-toggle {
    border: 2px solid var(--_colors---light-pink);
    border-radius: 2rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: .3rem 2rem .3rem 1rem;
    display: flex;
  }

  .icon {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 0;
    display: flex;
  }

  .bouton-selecteur-langue {
    border: 2px solid var(--_colors---light-pink);
    border-radius: 2rem;
    padding: .3rem 3rem .3rem 1rem;
  }

  .bouton-selecteur-langue:hover {
    background-color: var(--_colors---light-pink);
  }

  .icon-bottom {
    color: var(--_colors---light-pink);
    transform: rotate(0);
  }

  .text-block-3 {
    color: var(--_colors---light-pink);
    font-family: "Inter 18 Pt", Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1.7rem;
  }

  .selecteur-langue {
    margin-top: 1rem;
    margin-left: 1rem;
  }

  .text-span {
    color: var(--_colors---pink);
  }

  .text-span-2 {
    color: var(--_colors---red);
  }

  .text-span-3 {
    color: var(--_colors---green);
  }

  .text-span-4 {
    color: var(--_colors---orange);
  }

  .text-span-5 {
    color: var(--_colors---blue);
  }

  .gradient-overlay-white {
    z-index: 10;
    background-image: linear-gradient(#fff0, #fff);
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    height: 200px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .gradient-overlay-card {
    z-index: 10;
    background-image: linear-gradient(#342c2c00, #fff);
    flex-flow: column;
    justify-content: flex-end;
    width: 100%;
    height: 7rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .dropdown-link {
    border: 2px solid var(--_colors---light-pink);
    color: var(--_colors---light-pink);
    border-radius: 2rem;
    margin-top: .1rem;
    padding: .3rem .3rem .3rem 1rem;
    font-family: "Inter 18 Pt", Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1.7rem;
  }

  .dropdown-link:hover {
    background-color: var(--_colors---light-pink);
  }

  .dropdown-list {
    background-color: #dddddd12;
    display: none;
  }

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

  .icon-top {
    color: var(--_colors---light-pink);
    display: block;
    transform: rotateX(180deg)rotateY(0)rotateZ(0);
  }

  .flex-block {
    z-index: 20;
    border: 2px solid #000;
    border-radius: 50%;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    position: relative;
  }

  .button-circle {
    border: 2px solid #000;
    border-radius: 50%;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .div-block-7 {
    background-color: var(--_colors---black);
    width: 25px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .button-path-horizontal {
    background-color: var(--_colors---black);
    cursor: pointer;
    width: 25px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    transform: translate(0);
  }

  .button-path-vertical {
    background-color: var(--_colors---black);
    cursor: pointer;
    width: 25px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
  }

  .card-puff-copy, .card-snus-4 {
    background-color: var(--_colors---white);
    transform-origin: 50% 0;
    border-radius: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 0;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .card-content-snus-4 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    transform-origin: 50% 0;
    background-color: #fff;
    height: auto;
    padding: .5rem 1.3rem 0;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .card-snus {
    background-color: var(--_colors---white);
    transform-origin: 50% 0;
    border-radius: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 0;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .card-content-snus {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    transform-origin: 50% 0;
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-bottom: 3rem;
    padding: .5rem 1.3rem 0;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .button-more-snus {
    z-index: 20;
    cursor: pointer;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: .5rem;
    padding-left: .5rem;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .card-cigarette {
    background-color: var(--_colors---white);
    transform-origin: 50% 0;
    border-radius: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 0;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .card-content-cigarette {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    transform-origin: 50% 0;
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-bottom: 3rem;
    padding: .5rem 1.3rem 0;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .button-more-cigarette {
    z-index: 20;
    cursor: pointer;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: .5rem;
    padding-left: .5rem;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .text-span-6 {
    color: var(--_colors---blue);
  }

  .text-span-7 {
    color: var(--_colors---pink);
  }

  .text-span-8 {
    color: var(--_colors---orange);
  }

  .text-block-french {
    color: #fff;
    padding-top: .1rem;
    padding-bottom: .1rem;
    font-family: "Inter 18 Pt", Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.7rem;
  }

  .text-block-french:hover {
    color: #fff;
  }

  .text-block-deutsch-copy {
    color: #fff;
    padding-top: .1rem;
    padding-bottom: .1rem;
    font-family: "Inter 18 Pt", Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.7rem;
  }

  .text-block-deutsch-copy:hover {
    color: #fff;
  }

  .link {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
    position: relative;
  }

  .button-plus-dinfos-puff {
    z-index: 20;
    border: 2px solid #000;
    border-radius: 4rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    padding: .3rem 1rem;
    text-decoration: none;
    display: flex;
    position: relative;
  }

  .button-plus-dinfos-puff:hover {
    background-color: var(--_colors---light-pink);
  }

  .button-plus-dinfos-snus {
    z-index: 20;
    border: 2px solid #000;
    border-radius: 4rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    padding: .3rem 1rem;
    text-decoration: none;
    display: flex;
    position: relative;
  }

  .button-plus-dinfos-snus:hover {
    background-color: var(--_colors---light-green);
  }

  .button-plus-dinfos-cigarette {
    z-index: 20;
    border: 2px solid #000;
    border-radius: 4rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    padding: .3rem 1rem;
    text-decoration: none;
    display: flex;
    position: relative;
  }

  .button-plus-dinfos-cigarette:hover {
    background-color: var(--_colors---light-blue);
  }

  .button-weitere-infos-puff {
    z-index: 20;
    border: 2px solid #000;
    border-radius: 4rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    padding: .3rem 1rem;
    text-decoration: none;
    display: flex;
    position: relative;
  }

  .button-weitere-infos-puff:hover {
    background-color: var(--_colors---light-pink);
  }

  .button-weitere-infos-snus {
    z-index: 20;
    border: 2px solid #000;
    border-radius: 4rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    padding: .3rem 1rem;
    text-decoration: none;
    display: flex;
    position: relative;
  }

  .button-weitere-infos-snus:hover {
    background-color: var(--_colors---light-green);
  }

  .button-weitere-infos-cigarette {
    z-index: 20;
    border: 2px solid #000;
    border-radius: 4rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    padding: .3rem 1rem;
    text-decoration: none;
    display: flex;
    position: relative;
  }

  .button-weitere-infos-cigarette:hover {
    background-color: var(--_colors---light-blue);
  }

  .text-span-9 {
    color: var(--_colors---pink);
  }

  .text-span-10 {
    color: var(--_colors---blue);
  }

  .text-span-11 {
    color: var(--_colors---orange);
  }

  .sm-icon-link {
    justify-content: space-between;
    min-height: auto;
  }

  .instagram {
    object-fit: fill;
    flex: 0 auto;
    align-self: auto;
    width: auto;
    max-width: 100%;
  }

  .facebook {
    object-fit: fill;
    width: auto;
    height: auto;
  }

  .youtube {
    object-fit: fill;
    max-width: 100%;
  }

  .link-block-instagram {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 32px;
    display: flex;
    position: static;
  }

  .link-block-youtube {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .link-block-facebook {
    object-fit: fill;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-block-linkedin {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .telephone, .mail {
    color: #000;
    overflow-wrap: normal;
    margin-bottom: 0;
    padding-bottom: .5rem;
    font-family: "Inter 18 Pt", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2rem;
  }

  .mail-link {
    color: var(--_colors---black);
    text-decoration: none;
  }

  .telephone-link {
    color: var(--_colors---black);
    padding-bottom: .5rem;
    font-family: "Inter 18 Pt", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2rem;
    text-decoration: none;
  }
}


@font-face {
  font-family: 'Inter Variablefont Opsz Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-Bold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}