html {
  scroll-behavior: smooth;
}
html.scrollY_blocked {
  overflow-y: hidden;
}
html, body {
  overflow-x: hidden;
}
body, input, button, textarea, a, p {
  font-weight: 400;
  outline: none;
  font-family: "Roboto", "Arial", sans-serif;
}
body *:focus, input *:focus, button *:focus, textarea *:focus, a *:focus, p *:focus {
  outline: none;
}
strong {
  font-weight: 600;
}
.smaller, pre {
  font-size: 0.9em;
}
pre {
  border: solid 1px #7f8c8d;
  font-family: "Courier new", sans-serif;
  padding: 5px;
  width: 100%;
}
body {
  color: #0f0f0f;
  font-size: 15px;
  margin: 0;
  padding: 0;
  border: 0;
  min-height: 100vh;
  line-height: 1.5em;
  vertical-align: baseline;
  box-sizing: border-box;
  position: relative;
}
body > * {
  position: relative;
  z-index: 1;
}
p {
  margin: 0;
}
h1, h2, h3, h4, h5 {
  font-weight: 700;
  font-family: "Roboto", "Arial", sans-serif;
  line-height: 1.2em;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
a {
  text-decoration: none !important;
  color: #3498db;
}
.clr {
  clear: both;
}
.container .content {
  width: 100%;
}
.content_bg {
  background-color: white;
}
.flat_list {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.flat_list li {
  position: relative;
  display: flex;
  align-items: center;
}
.padded {
  padding: 5%;
}
#user_inactive {
  display: flex;
  width: 100%;
  height: 100vh;
  background: white;
  background: radial-gradient(circle, white 0%, #e6e6e6 100%);
  align-items: center;
  justify-content: center;
}
#user_inactive .content {
  text-align: center;
}
#user_inactive .content .title img {
  height: 120px;
}
#user_inactive .content .title .text {
  font-weight: 200;
  font-size: 5em;
  line-height: 1em;
  margin-bottom: 30px;
  text-transform: capitalize;
}
#user_inactive .content .title .text span {
  font-weight: 800;
}
#user_inactive .content .go_to_catalogue {
  padding: 15px 45px;
  margin-top: 30px;
  text-transform: uppercase;
  border-radius: 10px;
  border: solid 3px #0f0f0f;
  font-size: 3em;
  font-weight: 200;
  color: #0f0f0f;
  line-height: 1em;
  display: inline-block;
}
@media (max-width: 980px) {
  #user_inactive .content .title img {
    height: 90px;
  }
  #user_inactive .content .title .text {
    font-weight: 200;
    font-size: 3em;
  }
  #user_inactive .content .go_to_catalogue {
    font-size: 2em;
    padding: 15px 30px;
    border: solid 2px #0f0f0f;
  }
}
@media (max-width: 736px) {
  #user_inactive .content .title img {
    height: 60px;
  }
  #user_inactive .content .title .text {
    font-weight: 200;
    font-size: 1.5em;
  }
  #user_inactive .content .go_to_catalogue {
    font-size: 1.2em;
  }
}
#FILTERS .content {
  display: flex;
}
#FILTERS .content .display_filters_button {
  display: inline-flex;
  padding: 0 15px;
  color: #0f0f0f;
  background-color: white;
  border-left: solid 2px #0f0f0f;
  height: 35px;
  line-height: 35px;
}
#FILTERS .content .display_filters_button svg {
  margin-top: 9px;
  margin-right: 5px;
}
#FILTERS .content .display_filters_button_container {
  display: none;
  border-bottom: solid 2px #0f0f0f;
  background-color: white;
  width: 100%;
  padding-bottom: 10px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 30px 30px 10px 30px;
}
#FILTERS .content .left {
  padding-right: 0;
  width: 300px;
  flex-shrink: 0;
  height: 100vh;
  overflow: auto;
  position: fixed;
  top: 0;
  background-color: white;
}
#FILTERS .content .left .display_filters_button {
  border: none;
  border-right: solid 2px #0f0f0f;
}
#FILTERS .content .left .left_container {
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-right: solid 2px #0f0f0f;
  min-height: 100vh;
}
#FILTERS .content .left .search_products_field {
  margin-bottom: 15px;
}
#FILTERS .content .left .search_products_field input {
  width: 100%;
  border-radius: 5px;
  padding: 7px 12px;
  border: none;
  background-color: #0f0f0f;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}
#FILTERS .content .left .search_products_field #reinit_search {
  border-radius: 5px;
  background-color: white;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 250ms;
  height: 30px;
  line-height: 30px;
  padding: 0 10px 0 10px;
  margin-bottom: 5px;
  margin-right: 5px;
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 0;
  color: #0f0f0f;
  height: 0;
  overflow: hidden;
  transition: all 150ms ease-out;
}
#FILTERS .content .left .search_products_field #reinit_search.active {
  height: 30px;
  margin-top: 5px;
}
#FILTERS .content .left .products_counter {
  display: flex;
  padding: 10px 0;
  border-top: solid 2px black;
  justify-content: space-between;
  align-items: center;
}
#FILTERS .content .left .products_counter .reset_filters_button {
  height: 17px;
  width: 17px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
#FILTERS .content .left .products_counter .reset_filters_button svg {
  color: #e74c3c;
}
#FILTERS .content .left .before_form {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
#FILTERS .content .left .before_form .brand img {
  width: 80%;
  margin: 0 10%;
}
#FILTERS .content .left .before_form .display_filters_button {
  align-self: flex-end;
  display: none;
}
#FILTERS .content .left .before_form .nicotine_infos {
  display: flex;
  padding: 10px 0;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
  justify-content: left;
  align-items: center;
}
#FILTERS .content .left .before_form .nicotine_infos a {
  justify-content: space-between;
  align-items: center;
  display: flex;
  width: 100%;
  color: #0f0f0f;
  cursor: pointer;
}
#FILTERS .content .left .before_form .nicotine_infos a svg {
  color: #e74c3c;
}
#FILTERS .content .left form {
  display: flex;
  flex-direction: column;
  transition: all 150ms ease-out;
}
#FILTERS .content .left form.hidden {
  opacity: 0;
  pointer-events: none;
}
#FILTERS .content .left form .filter:not(:last-child) {
  border-bottom: solid 1px #e8e8e8;
}
#FILTERS .content .left form .filter .title {
  display: block;
  text-transform: uppercase;
  font-weight: 800;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 30px;
  position: relative;
  transition: all 125ms;
  cursor: pointer;
  /* &:hover {
							opacity: 1;
						} */
}
#FILTERS .content .left form .filter .title input {
  display: none;
}
#FILTERS .content .left form .filter .title .arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform-origin: center;
  transform: translateY(-50%) rotate(0);
  transition: all 125ms;
}
#FILTERS .content .left form .filter .title.disabled .arrow {
  transform: translateY(-50%) rotate(-90deg);
}
#FILTERS .content .left form .filter fieldset {
  transition: all 500ms;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
}
#FILTERS .content .left form .filter#pgFilter .checkbox_wrapper {
  text-transform: uppercase;
}
#FILTERS .content .left form .filter .checkbox_wrapper {
  border-radius: 5px;
  background-color: white;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 250ms;
  height: 30px;
  line-height: 30px;
  padding: 0 10px 0 10px;
  margin-bottom: 5px;
  margin-right: 5px;
}
#FILTERS .content .left form .filter .checkbox_wrapper input {
  display: none;
}
#FILTERS .content .left form .filter .checkbox_wrapper span.icon {
  width: 0;
  overflow: hidden;
  transition: all 250ms;
  margin-right: 0;
  float: left;
}
#FILTERS .content .left form .filter .checkbox_wrapper.active {
  background-color: #3498db;
  color: white;
}
#FILTERS .content .left form .filter .checkbox_wrapper.active span.icon {
  width: 15px;
  margin-right: 5px;
}
#FILTERS .content .right {
  padding: 30px 30px 30px calc(300px + 30px);
  width: 100%;
}
#FILTERS .content .right .cat_pages, #FILTERS .content .right .brand_pages {
  padding: 10px 0 0 0;
  border-bottom: solid 2px #0f0f0f;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
#FILTERS .content .right .cat_pages a, #FILTERS .content .right .brand_pages a {
  display: block;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  border-radius: 3px;
  margin-right: 10px;
  margin-bottom: 10px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  color: #0f0f0f;
}
#FILTERS .content .right .cat_pages a span.icon, #FILTERS .content .right .brand_pages a span.icon {
  width: 0;
  overflow: hidden;
  transition: all 250ms;
  margin-right: 0;
  float: left;
}
#FILTERS .content .right .cat_pages a.active, #FILTERS .content .right .brand_pages a.active {
  background-color: #3498db;
  color: white;
}
#FILTERS .content .right .cat_pages a.active span.icon, #FILTERS .content .right .brand_pages a.active span.icon {
  width: 15px;
  margin-right: 5px;
}
#FILTERS .content .right .brand_pages {
  padding-top: 0;
}
#FILTERS .content .right .legend {
  display: flex;
  padding-bottom: 10px;
  border-bottom: solid 2px #0f0f0f;
  margin-bottom: 15px;
}
#FILTERS .content .right .legend > div {
  margin-right: 10px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-style: italic;
  font-size: 0.9em;
}
#FILTERS .content .right .legend > div .dot {
  width: 10px;
  height: 10px;
  border: solid 2px #25a25a;
  border-radius: 5px;
  background: #2ecc71;
  margin-right: 5px;
}
#FILTERS .content .right .legend > div .dot.ondemand {
  background-color: #e74c3c;
  border-color: #d62c1a;
}
#FILTERS .content .right .no_result, #FILTERS .content .right .loading {
  display: flex;
  align-items: center;
}
#FILTERS .content .right .no_result svg, #FILTERS .content .right .loading svg {
  font-size: 2.7em;
}
#FILTERS .content .right .no_result p, #FILTERS .content .right .loading p {
  margin-left: 10px;
  line-height: 17px;
}
#FILTERS .content .right .no_result p strong, #FILTERS .content .right .loading p strong {
  font-size: 20px;
}
#FILTERS .content .right .no_result.hidden, #FILTERS .content .right .loading.hidden {
  display: none;
}
#FILTERS .content .right #response .category {
  margin-bottom: 30px;
}
#FILTERS .content .right #response .category .title {
  padding-bottom: 10px;
  border-bottom: solid 2px #0f0f0f;
  margin-bottom: 10px;
}
#FILTERS .content .right #response .category .title span {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 800;
}
#FILTERS .content .right #response .category .products {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 10px;
}
#FILTERS .content .right #response .category .products .product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 3px;
  background-color: white;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}
#FILTERS .content .right #response .category .products .product .product_beauty_container {
  padding: 15px 15px 0 15px;
  position: relative;
}
#FILTERS .content .right #response .category .products .product .product_beauty_container .availability {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 10px;
  height: 10px;
  border: solid 2px #25a25a;
  border-radius: 5px;
  background: #2ecc71;
}
#FILTERS .content .right #response .category .products .product .product_beauty_container .availability.ondemand {
  background-color: #e74c3c;
  border-color: #d62c1a;
}
#FILTERS .content .right #response .category .products .product .product_beauty_container .description {
  text-align: center;
  position: relative;
  padding: 7px 0;
  font-style: italic;
}
#FILTERS .content .right #response .category .products .product .product_beauty_container .img_container img {
  max-height: 250px;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
  display: flex;
}
#FILTERS .content .right #response .category .products .product .product_beauty_container .product_title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 800;
  position: relative;
  padding-bottom: 10px;
}
#FILTERS .content .right #response .category .products .product .product_beauty_container .product_title p {
  font-weight: 800;
}
#FILTERS .content .right #response .category .products .product .product_beauty_container .product_title p.subtitle {
  font-size: 1em;
  text-transform: none;
  margin-top: 2px;
  font-style: italic;
  line-height: 1em;
}
#FILTERS .content .right #response .category .products .product .product_beauty_container .product_title:after {
  content: "";
  width: 50px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0f0f0f;
}
#FILTERS .content .right #response .category .products .product .product_infos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 2px 10px 10px 10px;
  background-color: #fafafa;
}
#FILTERS .content .right #response .category .products .product .product_infos > span {
  line-height: 1.2em;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: dashed 1px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#FILTERS .content .right #response .category .products .product .product_infos > span:nth-child(odd) {
  padding-right: 5px;
}
#FILTERS .content .right #response .category .products .product .product_infos > span:nth-child(even) {
  padding-left: 5px;
  border-left: dashed 1px rgba(0, 0, 0, 0.2);
}
#FILTERS .content .right #response .category .products .product .product_infos > span > span:first-child {
  white-space: nowrap;
}
#FILTERS .content .right #response .category .products .product .product_infos > span span.available {
  color: #2ecc71;
}
#FILTERS .content .right #response .category .products .product .product_infos > span span.ondemand {
  color: #e74c3c;
}
#FILTERS #form_button {
  background: none;
  border: none;
  height: 40px;
  border-radius: 5px;
  background-color: #e74c3c;
  border: solid 1px #bf2718;
  font-weight: 600;
  color: white;
  cursor: pointer;
}
#FILTERS .select2.select2-container .select2-selection {
  border-radius: 5px;
  border: solid 1px #d9d9d9;
}
#FILTERS .select2.select2-container .select2-selection .select2-selection__choice {
  display: flex;
  align-items: stretch;
  padding-left: 0;
}
#FILTERS .select2.select2-container .select2-selection .select2-selection__choice .select2-selection__choice__remove {
  position: relative;
}
@media (max-width: 1690px) {
  #FILTERS .content .right #response .category .products {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1280px) {
  #FILTERS .content .right #response .category .products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 980px) {
  #FILTERS .content {
    transition: all 250ms ease-out;
    position: relative;
  }
  #FILTERS .content .display_filters_button_container {
    display: block;
  }
  #FILTERS .content .left {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    box-shadow: 15px 0 30px rgba(0, 0, 0, 0);
    transition: all 250ms ease-out;
  }
  #FILTERS .content .left .before_form .display_filters_button {
    display: inline-flex;
    align-self: flex-end;
  }
  #FILTERS .content .right {
    width: 100%;
    padding: 30px;
    padding-top: 77px;
    transform: translateX(0);
    transition: all 500ms ease-out;
    opacity: 1;
  }
  #FILTERS .content.filter_visible .left {
    transform: translateX(0);
    box-shadow: 15px 0 100px rgba(0, 0, 0, 0.7);
  }
  #FILTERS .content.filter_visible .right {
    opacity: 0.5;
    pointer-events: none;
  }
}
@media (max-width: 736px) {
  #FILTERS .content .left .left_container {
    border: none;
  }
  #FILTERS .content .right #response .category .products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  #FILTERS .content .display_filters_button_container {
    padding: 10px;
  }
  #FILTERS .content .left .left_container {
    padding: 10px;
  }
  #FILTERS .content .right {
    padding: 10px;
    padding-top: 57px;
  }
  #FILTERS .content .right #response .category .products {
    grid-template-columns: repeat(2, 1fr);
  }
  #FILTERS .content .right #response .category .products .product {
    .padding: 10px;
    font-size: 0.9em;
  }
}
@media (max-width: 370px) {
  #FILTERS .content .display_filters_button_container {
    padding: 5px;
  }
  #FILTERS .content .left .left_container {
    padding: 5px;
  }
  #FILTERS .content .right {
    padding: 5px;
    padding-top: 57px;
  }
  #FILTERS .content .right #response .category .products {
    grid-template-columns: repeat(1, 1fr);
  }
  #FILTERS .content .right #response .category .products .product {
    .padding: 5px;
    font-size: 0.85em;
  }
}
#INFOS_NIC_POPUP {
  opacity: 0;
  pointer-events: none;
  transition: opacity 250ms;
  position: fixed;
  z-index: 100;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
#INFOS_NIC_POPUP.visible {
  opacity: 1;
  pointer-events: auto;
}
#INFOS_NIC_POPUP .trigger_nicotine_infos {
  color: white;
  font-size: 50px;
  position: absolute;
  top: 15px;
  right: 15px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
#INFOS_NIC_POPUP .container {
  margin: 50px;
  max-width: 720px;
  max-height: 80vh;
  padding: 60px;
  border-radius: 5px;
  background-color: white;
  overflow-y: auto;
}
#INFOS_NIC_POPUP .container .title {
  font-size: 2em;
}
#INFOS_NIC_POPUP .container .title:not(:first-child) {
  margin-top: 30px;
  margin-top: 30px;
  padding-top: 30px;
  border-top: dashed 1px black;
}
#INFOS_NIC_POPUP .container .subtitle {
  font-size: 1.5em;
  margin-top: 15px;
}
#INFOS_NIC_POPUP .container p {
  margin-top: 10px;
}
#INFOS_NIC_POPUP .container .icons {
  margin-top: 30px;
  padding-top: 20px;
  border-top: dashed 1px black;
  width: 100%;
  text-align: center;
}
#INFOS_NIC_POPUP .container .icons.mobile {
  display: none;
}
#INFOS_NIC_POPUP .container .icons img {
  max-width: 100%;
  width: 550px;
}
@media (max-width: 736px) {
  #INFOS_NIC_POPUP .trigger_nicotine_infos {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
  }
  #INFOS_NIC_POPUP .container {
    margin: 40px;
    padding: 20px;
  }
  #INFOS_NIC_POPUP .container .title {
    font-size: 1.5em;
    line-height: 1.1em;
  }
  #INFOS_NIC_POPUP .container .subtitle {
    font-size: 1.2em;
    line-height: 1.1em;
  }
  #INFOS_NIC_POPUP .container .icons.mobile {
    display: block;
  }
  #INFOS_NIC_POPUP .container .icons.desktop {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */