@charset "UTF-8";
/**
 * SANS_SERIF
 */
 @font-face {
  font-family: "Lato";
  /* 100-900 */
}
@font-face {
  font-family: "Belleza";
  /* 400 */
}
/**
 * SERIF
 */
/**
 * MONOSPACED
 */
/**
 * FANTASY
 */
/**
 * SCRIPT
 */
@import url("https://p.typekit.net/p.css?s=1&k=kdb5bql&ht=tk&f=25308.25310.25312.25314.25318.25322&a=11766124&app=typekit&e=css");
@font-face {
  font-family: "neoneon";
  src: url("../../fonts/neonneon/neoneon-webfont.woff2") format("woff2"), url("../../fonts/neonneon/neoneon-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * industry:
 *   - http://typekit.com/eulas/00000000000000003b9adf5b
 *   - http://typekit.com/eulas/00000000000000003b9adf58
 *   - http://typekit.com/eulas/00000000000000003b9adf53
 *   - http://typekit.com/eulas/00000000000000003b9adf56
 *   - http://typekit.com/eulas/00000000000000003b9adf55
 *   - http://typekit.com/eulas/00000000000000003b9adf5c
 *
 * © 2009-2019 Adobe Systems Incorporated. All Rights Reserved.
 */

@font-face {
  font-family: "industry";
  src: url("https://use.typekit.net/af/c6e293/00000000000000003b9adf5b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff2"), url("https://use.typekit.net/af/c6e293/00000000000000003b9adf5b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff"), url("https://use.typekit.net/af/c6e293/00000000000000003b9adf5b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "industry";
  src: url("https://use.typekit.net/af/9ec930/00000000000000003b9adf55/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/9ec930/00000000000000003b9adf55/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/9ec930/00000000000000003b9adf55/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-style: normal;
  font-weight: 600;
}

/* NEW GUIDELINES */
:root {
	--melt-black: #000000;
	--melt-white: #ffffff;
	
	--melt-dark-grey: #1b1a1e;
	--melt-light-grey-f: #f7f7f7;
	--melt-light-grey-e: #e7e7e7;
	--melt-green: #97e300;
	--melt-pink: #ff0745;
	
	--melt-title: #78cc3b;
	--melt-subtitle: #78cc3b;
}

@font-face {
  font-family: "metz";
  /* .eot IE9 Compat Modes IE6-IE8 */
  src: url("/fonts/metz/metz.woff2") format('woff2'), /* Super Modern Browsers */
       url("/fonts/metz/metz.woff") format('woff'), /* Pretty Modern Browsers */
       url("/fonts/metz/metz.ttf")  format('truetype'), /* Safari, Android, iOS */
       url("/fonts/metz/metz.svg#svgMetz") format('svg'); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}

/*
 * Bootstrap Reboot v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */

*,
*::before,
*::after {
  box-sizing: border-box;
}


html {
  font-family: 'Lato', sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}


article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}


body {
  margin: 0;
  font-family: 'Lato', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  background-color: var(--melt-white);
}


[tabindex="-1"]:focus {
  outline: 0 !important;
}


hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}


h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}


p {
  margin-top: 0;
  margin-bottom: 1rem;
}


abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}


address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}


ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}


ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}


dt {
  font-weight: 700;
}


dd {
  margin-bottom: .5rem;
  margin-left: 0;
}


blockquote {
  margin: 0 0 1rem;
}


b,
strong {
  font-weight: bolder;
}


small {
  font-size: 80%;
}


sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}


sub {
  bottom: -.25em;
}


sup {
  top: -.5em;
}


a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}


a:hover {
  color: #0056b3;
  text-decoration: underline;
}


a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}


a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}


a:not([href]):not([tabindex]):focus {
  outline: 0;
}


pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}


pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}


figure {
  margin: 0 0 1rem;
}


img {
  vertical-align: middle;
  border-style: none;
}


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


table {
  border-collapse: collapse;
}


caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}


th {
  text-align: inherit;
}


label {
  display: inline-block;
  margin-bottom: 0.5rem;
}


button {
  border-radius: 0;
}


button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}


input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}


button,
input {
  overflow: visible;
}


button,
select {
  text-transform: none;
}


select {
  word-wrap: normal;
}


button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}


button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}


button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}


input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}


input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}


textarea {
  overflow: auto;
  resize: vertical;
}


fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}


legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}


progress {
  vertical-align: baseline;
}


[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}


[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}


[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}


::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}


output {
  display: inline-block;
}


summary {
  display: list-item;
  cursor: pointer;
}


template {
  display: none;
}


[hidden] {
  display: none !important;
}


* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}


html {
  font-size: 62.5%;
  box-sizing: border-box;
}


*, *:before, *:after {
  box-sizing: inherit;
}


body {
  font: 500 1.7rem "Lato", sans-serif;
  line-height: 1.6;
  background-color: #f7f7f7;
  background-color: var(--melt-light-grey-f);
  color: #000;
  padding-top: 5rem;
}


.clearfix:after, .pagination:after, .data__row:after {
  content: "";
  display: table;
  clear: both;
}


.wrap {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  background-color: #f7f7f7;
  background-color: var(--melt-light-grey-f);
}

@-ms-viewport {
  width: device-width;
}


html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}


*,
*::before,
*::after {
  box-sizing: inherit;
}


.container {
  margin-left: auto;
  margin-right: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}


.container::after {
  display: block;
  content: "";
  clear: both;
}


.row {
  margin-right: -2rem;
  margin-left: -2rem;
}


.row::after {
  display: block;
  content: "";
  clear: both;
}


.no_gutters {
  margin-right: 0;
  margin-left: 0;
}


.no_gutters > .col,
.no_gutters > [class*="col_"] {
  padding-right: 0;
  padding-left: 0;
}


.col_1, .col_2, .col_3, .col_4, .col_5, .col_6, .col_7, .col_8, .col_9, .col_10, .col_11, .col_12, .col_sm_1, .col_sm_2, .col_sm_3, .col_sm_4, .col_sm_5, .col_sm_6, .col_sm_7, .col_sm_8, .col_sm_9, .col_sm_10, .col_sm_11, .col_sm_12, .col_md_1, .col_md_2, .col_md_3, .col_md_4, .col_md_5, .col_md_6, .col_md_7, .col_md_8, .col_md_9, .col_md_10, .col_md_11, .col_md_12, .col_lg_1, .col_lg_2, .col_lg_3, .col_lg_4, .col_lg_5, .col_lg_6, .col_lg_7, .col_lg_8, .col_lg_9, .col_lg_10, .col_lg_11, .col_lg_12, .col_xl_1, .col_xl_2, .col_xl_3, .col_xl_4, .col_xl_5, .col_xl_6, .col_xl_7, .col_xl_8, .col_xl_9, .col_xl_10, .col_xl_11, .col_xl_12 {
  position: relative;
  min-height: 1px;
  padding-right: 2rem;
  padding-left: 2rem;
}


.col_1 {
  float: left;
  width: 8.333333%;
}


.col_2 {
  float: left;
  width: 16.666667%;
}


.col_3 {
  float: left;
  width: 25%;
}


.col_4 {
  float: left;
  width: 33.333333%;
}


.col_5 {
  float: left;
  width: 41.666667%;
}


.col_6 {
  float: left;
  width: 50%;
}


.col_7 {
  float: left;
  width: 58.333333%;
}


.col_8 {
  float: left;
  width: 66.666667%;
}


.col_9 {
  float: left;
  width: 75%;
}


.col_10 {
  float: left;
  width: 83.333333%;
}


.col_11 {
  float: left;
  width: 91.666667%;
}


.col_12 {
  float: left;
  width: 100%;
}


.pull_0 {
  right: auto;
}


.pull_1 {
  right: 8.333333%;
}


.pull_2 {
  right: 16.666667%;
}


.pull_3 {
  right: 25%;
}


.pull_4 {
  right: 33.333333%;
}


.pull_5 {
  right: 41.666667%;
}


.pull_6 {
  right: 50%;
}


.pull_7 {
  right: 58.333333%;
}


.pull_8 {
  right: 66.666667%;
}


.pull_9 {
  right: 75%;
}


.pull_10 {
  right: 83.333333%;
}


.pull_11 {
  right: 91.666667%;
}


.pull_12 {
  right: 100%;
}


.push_0 {
  left: auto;
}


.push_1 {
  left: 8.333333%;
}


.push_2 {
  left: 16.666667%;
}


.push_3 {
  left: 25%;
}


.push_4 {
  left: 33.333333%;
}


.push_5 {
  left: 41.666667%;
}


.push_6 {
  left: 50%;
}


.push_7 {
  left: 58.333333%;
}


.push_8 {
  left: 66.666667%;
}


.push_9 {
  left: 75%;
}


.push_10 {
  left: 83.333333%;
}


.push_11 {
  left: 91.666667%;
}


.push_12 {
  left: 100%;
}


.offset_1 {
  margin-left: 8.333333%;
}


.offset_2 {
  margin-left: 16.666667%;
}


.offset_3 {
  margin-left: 25%;
}


.offset_4 {
  margin-left: 33.333333%;
}


.offset_5 {
  margin-left: 41.666667%;
}


.offset_6 {
  margin-left: 50%;
}


.offset_7 {
  margin-left: 58.333333%;
}


.offset_8 {
  margin-left: 66.666667%;
}


.offset_9 {
  margin-left: 75%;
}


.offset_10 {
  margin-left: 83.333333%;
}


.offset_11 {
  margin-left: 91.666667%;
}


h1, h2, h3, h4, h5, h6, .title {
  font-family: "Belleza", sans-serif;
  font-weight: 700;
  line-height: 1.28;
  text-rendering: optimizeLegibility;
  color: #000;
  margin: 0;
}


h1 {
  font-size: 3.6rem;
}


h2 {
  font-size: 3.2rem;
}


h3 {
  font-size: 2.8rem;
}


h4 {
  font-size: 2.4rem;
}


h5 {
  font-size: 2rem;
}


h6 {
  font-size: 1.7rem;
}


p {
	margin: 0 0 1rem;
	font-family: "Lato", sans-serif;
	color: #000;
}


a,
.link {
	color: #97e300;
	color: var(--melt-green);
 	text-decoration: none;
}


.hgroup * {
  margin: 0 !important;
  line-height: 1.2 !important;
}


hr,
.hr {
  display: block;
  border-bottom: 1px solid #97e300;
  border-bottom: 1px solid var(--melt-green);
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.6 0;
}


img {
  margin: 0;
  max-width: 100%;
  height: auto;
}


blockquote {
  display: block;
  font-size: 1.7rem;
  margin-left: 0;
}


blockquote p {
  margin: 0;
  font-style: italic;
}


blockquote p:last-child,
p:last-child {
  margin-bottom: 0;
}


cite {
  color: #404040;
  font-style: italic;
}


del {
  text-decoration: line-through;
}


ins {
  border-bottom: 1px dotted #97e300;
}


mark {
  background: #97e300;
  background: var(--melt-green);
  padding: 0 .2rem;
}


em {
  font-style: italic;
}


strong {
  font-weight: bold;
}

/* Prevents sub and sup affecting line-height in all browsers | gist.github.com/413930 */

sub,
sup {
  position: relative;
  margin: 0 1px;
  font-size: 80%;
  line-height: 0;
  vertical-align: baseline;
}


sup {
  top: -0.5em;
}


sub {
  bottom: -0.25em;
}


small {
  font-size: 80%;
  line-height: 1.44;
}


abbr[title],
acronym[title] {
  border-bottom: 1px dashed #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  cursor: help;
}


hr {
  clear: both;
  border: 0;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #f0f0f0;
}


pre {
  background: #ecf0f1;
  border-left: 0.3rem solid #97e300;
  font-family: Consolas, monaco, monospace;
}


code {
  border-radius: .4rem;
  font-size: 96%;
  padding: .2rem .5rem;
  margin: 0 .2rem;
  white-space: nowrap;
}


pre > code {
  background: transparent;
  border-radius: 0;
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}


pre > p {
  padding: .3rem;
}


.text__primary {
  color: #97e300 !important;
}


.text__secondary {
  color: #9b59b6 !important;
}


.text__tertiary {
  color: #34495e !important;
}


.text__inverse {
  color: #f7f7f7 !important;
}


.text__light {
  color: #a8a8a8 !important;
}


.text__dark {
  color: #13161b !important;
}


.text__valid {
  color: #2ecc71;
}


.text__error {
  color: #e74c3c;
}


.text__info {
  color: #f39c12;
}


.link__primary {
	color: #97e300;
	color: var(--melt-green);
	text-decoration: none;
}


.link__secondary {
  color: #9b59b6;
  text-decoration: none;
}


.link__tertiary {
  color: #34495e;
  text-decoration: none;
}


.link__inverse {
  color: #f7f7f7;
  text-decoration: none;
}


.link__light {
  color: #a8a8a8;
  text-decoration: none;
}


.link__dark {
  color: #13161b;
  text-decoration: none;
}

/**
 * Reset default styles
 */

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}


ul li ul,
ul li ol {
  padding-left: 2rem;
}

/**
 * In case you nedd default style for list
 */

ul.default {
  list-style-type: disc;
  margin-bottom: 1.7rem;
  padding-left: 1.7rem;
}


ol.default {
  list-style-type: decimal;
  margin-bottom: 1.7rem;
  padding-left: 1.7rem;
}


dl {
  margin-bottom: 1.7rem;
}


dl dt {
  font-weight: bold;
  color: #000;
}


dl dd {
  margin: 0 0 1.7rem;
}

/**
 * List inline
 */

.list__inline {
  display: block;
  padding: 0;
}


.list__inline li,
.list__inline .list__inline__item {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0 0.85rem;
  margin-left: -0.33333em;
}


.list__inline.center {
  text-align: center;
}


.list__inline.right {
  text-align: right;
}


form,
fieldset {
  border: none;
}


form {
  margin-bottom: 4rem;
}


fieldset legend {
  border: 0;
  white-space: normal;
  font-weight: 700;
  padding-bottom: 2rem;
}


label {
  display: inline-block;
  cursor: pointer;
}


[type="color"],
[type="date"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  white-space: nowrap;
  font-family: inherit;
  font-size: inherit;
  border: 1px solid #bdc3c7;
  box-shadow: 0 0 0 1px #000 inset;
  color: #000;
  background-color: #fff;
  vertical-align: middle;
  padding: 1rem 1rem;
  margin: 0;
  transition: 0.25s;
  border-radius: 0;
  transition-property: box-shadow, background-color, color, border;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  width: 100%;
}


textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  border-color: rgba(151, 227, 0, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(151, 227, 0, 0.6);
  outline: 0 none;
}


[type="submit"] {
  background-color: #97e300;
  color: #fff;
  cursor: pointer;
  border-color: white;
}


input[readonly] {
  background-color: 300;
}


select {
  padding-right: 5rem;
  background-color: #fff;
  border-radius: 0;
  height: 4.7rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='45'%3E%3Cpath fill-rule='evenodd' fill='%2397E300' d='M0 0h44v45H0V0z'/%3E%3Cpath fill-rule='evenodd' fill='%230D0F13' d='M22.5 26.999L26.999 19H18l4.5 7.999'/%3E%3C/svg%3E");
  background-position: right;
  background-repeat: no-repeat;
  background-size: 4.4rem;
  color: #a8a8a8;
  position: relative;
  text-transform: uppercase;
}

/* hiding IE11 arrow */

select::-ms-expand {
  display: none;
}


textarea {
  min-height: 5rem;
  vertical-align: top;
  resize: vertical;
  white-space: normal;
}

/* 'x' appears on right of search input when text is entered. This removes it */

[type="search"]::-webkit-search-decoration, [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-results-button, [type="search"]::-webkit-search-results-decoration {
  display: none;
}


::-webkit-input-placeholder {
  color: #a8a8a8;
  font-weight: 400;
  font-size: 2rem;
}


input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #a8a8a8;
  font-weight: 400;
  font-size: 2rem;
}


input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a8a8a8;
  font-weight: 400;
  font-size: 2rem;
}
input::placeholder,
textarea::placeholder {
  color: #a8a8a8;
  font-weight: 400;
  font-size: 2rem;
}


progress {
  width: 100%;
  vertical-align: middle;
}


.form__field {
  display: block;
  margin-bottom: 2rem;
}


.form__field__message {
  font-size: 85%;
}


.form__field__left {
  text-align: left;
}


.form__field__center {
  text-align: center;
}


.form__field__right {
  text-align: right;
}


.form__field__label {
  color: #97e300;
  font-weight: 700;
}


::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}


::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}


:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}


:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}


.form__field__valid [type="color"],
.form__field__valid [type="date"],
.form__field__valid [type="datetime-local"],
.form__field__valid [type="email"],
.form__field__valid [type="month"],
.form__field__valid [type="number"],
.form__field__valid [type="password"],
.form__field__valid [type="search"],
.form__field__valid [type="submit"],
.form__field__valid [type="tel"],
.form__field__valid [type="text"],
.form__field__valid [type="time"],
.form__field__valid [type="url"],
.form__field__valid [type="week"],
.form__field__valid select,
.form__field__valid .form__field__input,
.form__field__valid textarea {
  border-color: #2ecc71;
  color: #2ecc71;
}


.form__field__valid .form__field__label,
.form__field__valid label,
.form__field__valid .form__field__message {
  color: #2ecc71;
}


.form__field__error [type="color"],
.form__field__error [type="date"],
.form__field__error [type="datetime-local"],
.form__field__error [type="email"],
.form__field__error [type="month"],
.form__field__error [type="number"],
.form__field__error [type="password"],
.form__field__error [type="search"],
.form__field__error [type="submit"],
.form__field__error [type="tel"],
.form__field__error [type="text"],
.form__field__error [type="time"],
.form__field__error [type="url"],
.form__field__error [type="week"],
.form__field__error select,
.form__field__error .form__field__input,
.form__field__error textarea {
  border-color: #e74c3c;
  color: #e74c3c;
}


.form__field__error .form__field__label,
.form__field__error label,
.form__field__error .form__field__message {
  color: #e74c3c;
}


.form__field__info [type="color"],
.form__field__info [type="date"],
.form__field__info [type="datetime-local"],
.form__field__info [type="email"],
.form__field__info [type="month"],
.form__field__info [type="number"],
.form__field__info [type="password"],
.form__field__info [type="search"],
.form__field__info [type="submit"],
.form__field__info [type="tel"],
.form__field__info [type="text"],
.form__field__info [type="time"],
.form__field__info [type="url"],
.form__field__info [type="week"],
.form__field__info select,
.form__field__info .form__field__input,
.form__field__info textarea {
  border-color: #f39c12;
  color: #f39c12;
}


.form__field__info .form__field__label,
.form__field__info label,
.form__field__info .form__field__message {
  color: #f39c12;
}


.checkbox {
  margin-right: 1rem;
}


.switch {
  border-radius: 3em;
}


.radio {
  border-radius: 50%;
  margin-right: 1rem;
}


.switch,
.checkbox,
.radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: text-bottom;
  outline: 0;
  cursor: pointer;
}


.switch ~ label,
.checkbox ~ label,
.radio ~ label {
  cursor: pointer;
}


.switch::-ms-check,
.checkbox::-ms-check,
.radio::-ms-check {
  display: none;
}


.switch {
  width: 3.5rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 70%;
  box-shadow: inset -1.6rem 0 0 #a8a8a8, inset 0 0 0 1px #a8a8a8;
  transition: box-shadow .15s;
  background-color: #fff;
}


.switch::before, .switch::after {
  font-weight: bold;
  color: #fff;
}


.switch:checked {
  box-shadow: inset 1.6rem 0 0 #97e300, inset 0 0 0 1px #97e300;
}


.checkbox {
  width: 2rem;
  height: 2rem;
  box-shadow: inset 0 0 0 1px #e6e6e6;
  background-color: #fff;
  transition: background-color .15s;
  border-radius: 0px;
}


.checkbox:checked {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%208%208%22%20enable-background%3D%22new%200%200%208%208%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M6.4%2C1L5.7%2C1.7L2.9%2C4.5L2.1%2C3.7L1.4%2C3L0%2C4.4l0.7%2C0.7l1.5%2C1.5l0.7%2C0.7l0.7-0.7l3.5-3.5l0.7-0.7L6.4%2C1L6.4%2C1z%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-size: 60% 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #97e300;
}


.radio {
  width: 2rem;
  height: 2rem;
  background-size: 0% 0%;
  transition: background-size .15s;
  box-shadow: inset 0 0 0 1px #e6e6e6;
  background-color: #fff;
}


.radio:checked {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%22100%22%20height%3D%22100%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23333333%22/%3E%3C/svg%3E");
  background-size: 90% 90%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}


.btn,
.tag {
  font-family: "Belleza", sans-serif;
  cursor: pointer;
  font-size: 1.7rem;
  background-color: #97e300;
  background-color: var(--melt-green);
  font-weight: 700;
  display: inline-block;
  line-height: 1.28;
  padding: 1rem 2rem;
  margin: 1rem 0;
  height: auto;
  border: 1px solid #97e300;
  border: 1px solid var(--melt-green);
  border-radius: 0;
  vertical-align: middle;
  -webkit-appearance: none;
  color: #000;
}


.btn.btn__outline,
.tag.btn__outline {
  background-color: transparent;
  color: #97e300;
  color: var(--melt-green);
}


.btn.btn__inverse,
.tag.btn__inverse {
  color: #000;
}


.btn.btn__inverse:hover, .btn.btn__inverse:active, .btn.btn__inverse:focus,
.tag.btn__inverse:hover,
.tag.btn__inverse:active,
.tag.btn__inverse:focus {
  color: #000;
}


.btn,
.btn:hover {
  text-decoration: none;
  color: #000;
}


.btn:focus,
.btn:active {
  outline: 0;
  box-shadow: 0 0 3px #3498db;
  color: #000;
}


.btn__primary {
  border: 1px solid #97e300;
  border: 1px solid var(--melt-green);
  background-color: #97e300;
  background-color: var(--melt-green);
  color: #000;
}


.btn__primary:hover {
  color: #000;
}


.btn__primary:focus, .btn__primary:active {
  border-color: #97e300;
  border-color: var(--melt-green);
  box-shadow: 0 0 0 1px #97e300;
  box-shadow: 0 0 0 1px var(--melt-green);
}


.btn__primary.btn__outline {
  background-color: transparent;
  color: #97e300;
}


.btn__secondary {
  border: 1px solid #9b59b6;
  background-color: #9b59b6;
  color: #000;
}


.btn__secondary:hover {
  color: #000;
}


.btn__secondary:focus, .btn__secondary:active {
  border-color: #9b59b6;
  box-shadow: 0 0 0 1px #9b59b6;
}


.btn__secondary.btn__outline {
  background-color: transparent;
  color: #9b59b6;
}


.btn__tertiary {
  border: 1px solid #34495e;
  background-color: #34495e;
  color: #000;
}


.btn__tertiary:hover {
  color: #000;
}


.btn__tertiary:focus, .btn__tertiary:active {
  border-color: #34495e;
  box-shadow: 0 0 0 1px #34495e;
}


.btn__tertiary.btn__outline {
  background-color: transparent;
  color: #34495e;
}


.btn__inverse {
  border: 1px solid #f7f7f7;
  background-color: #f7f7f7;
  color: #000;
}


.btn__inverse:hover {
  color: #000;
}


.btn__inverse:focus, .btn__inverse:active {
  border-color: #f7f7f7;
  box-shadow: 0 0 0 1px #f7f7f7;
}


.btn__inverse.btn__outline {
  background-color: transparent;
  color: #f7f7f7;
}


.btn__light {
  border: 1px solid #a8a8a8;
  background-color: #a8a8a8;
  color: #000;
}


.btn__light:hover {
  color: #000;
}


.btn__light:focus, .btn__light:active {
  border-color: #a8a8a8;
  box-shadow: 0 0 0 1px #a8a8a8;
}


.btn__light.btn__outline {
  background-color: transparent;
  color: #a8a8a8;
}


.btn__dark {
  border: 1px solid #13161b;
  background-color: #13161b;
  color: #000;
}


.btn__dark:hover {
  color: #000;
}


.btn__dark:focus, .btn__dark:active {
  border-color: #13161b;
  box-shadow: 0 0 0 1px #13161b;
}


.btn__dark.btn__outline {
  background-color: transparent;
  color: #13161b;
}


.btn__valid {
  border: 1px solid #2ecc71;
  background-color: #2ecc71;
  color: #000;
}


.btn__valid:hover {
  color: #000;
}


.btn__valid:focus, .btn__valid:active {
  border-color: #2ecc71;
  box-shadow: 0 0 0 1px #2ecc71;
}


.btn__valid.btn__outline {
  background-color: transparent;
  color: #2ecc71;
}


.btn__error {
  border: 1px solid #e74c3c;
  background-color: #e74c3c;
  color: #000;
}


.btn__error:hover {
  color: #000;
}


.btn__error:focus, .btn__error:active {
  border-color: #e74c3c;
  box-shadow: 0 0 0 1px #e74c3c;
}


.btn__error.btn__outline {
  background-color: transparent;
  color: #e74c3c;
}


.btn__info {
  border: 1px solid #f39c12;
  background-color: #f39c12;
  color: #000;
}


.btn__info:hover {
  color: #000;
}


.btn__info:focus, .btn__info:active {
  border-color: #f39c12;
  box-shadow: 0 0 0 1px #f39c12;
}


.btn__info.btn__outline {
  background-color: transparent;
  color: #f39c12;
}


.btn__light {
  border: 1px solid #dadada;
  background-color: #dadada;
  color: #13161b;
}


.button__link,
.button__link:hover,
.button__link:focus,
.button__link:active {
  background-color: transparent;
  border: none;
  padding: 0;
}


.button__link,
.button__link:hover,
.button__link:focus,
.button__link:active {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
}


.btn__block {
  display: block;
  width: 100%;
  text-align: center;
}


.btn__xxl {
  padding: 4rem 6rem;
}


.btn__xl {
  padding: 2rem 4rem;
}


.btn__small {
  padding: .5rem 1rem;
}


.btn__xsmall {
  padding: .2rem .5rem;
}


.btn .btn__icon {
  display: inline-block;
  vertical-align: middle;
  height: 1.7rem;
}


.btn__circular {
  width: 5.1rem;
  height: 5.1rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  border-radius: 100%;
  text-align: center;
}


.btn__circular.btn__xxl {
  width: 10.2rem;
  height: 10.2rem;
}


.btn__circular.btn__xl {
  width: 6.8rem;
  height: 6.8rem;
}


.btn__circular.btn__small {
  width: 3.4rem;
  height: 3.4rem;
}


.btn__circular.btn__xsmall {
  width: 1.7rem;
  height: 1.7rem;
}


.btn__group {
  text-align: center;
}


.tag {
  padding: .3rem .5rem .1rem;
  line-height: 1;
  text-transform: uppercase;
  font-size: 80%;
  margin: 0;
}


.tag__inverse {
  background-color: white;
  border-color: #fff;
  color: #13161b;
}

/**
 * Core styles
 */

table {
  border-collapse: collapse;
  margin: 1.7rem 0;
  table-layout: fixed;
  width: 100%;
}


th {
  border-bottom: 1px solid #949da4;
  font-weight: 700;
  padding: 0.85rem;
  text-align: left;
}


td {
  border: #bdc3c7;
  padding: 0.85rem;
}


tr,
td,
th {
  vertical-align: middle;
}

/**
 * Classic and hover theme
 */

.table__basic,
.table__basic__hover {
  color: #333;
  background: #fff;
  border: 1px solid #d0d0d0;
}


.table__basic tr,
.table__basic td,
.table__basic th,
.table__basic__hover tr,
.table__basic__hover td,
.table__basic__hover th {
  border: 1px solid #d0d0d0;
}


.table__basic tbody tr,
.table__basic tbody td,
.table__basic tbody th,
.table__basic__hover tbody tr,
.table__basic__hover tbody td,
.table__basic__hover tbody th {
  border: 1px solid #e0e0e0;
}


.table__basic__hover tr:hover {
  color: #000;
  background: #fafafa;
}


.table__basic__hover th {
  background: #f0f0f0;
}


.left {
  text-align: left;
}


.center {
  text-align: center;
}


.right {
  text-align: right;
}


.f_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row !important;
      flex-direction: row !important;
}


.f_column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column !important;
      flex-direction: column !important;
}


.f_row_reverse {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
}


.f_column_reverse {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
}


.f_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}


.f_nowrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}


.f_wrap_reverse {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}


.justify_content_start {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important;
}


.justify_content_end {
  -ms-flex-pack: end !important;
      justify-content: flex-end !important;
}


.justify_content_center {
  -ms-flex-pack: center !important;
      justify-content: center !important;
}


.justify_content_between {
  -ms-flex-pack: justify !important;
      justify-content: space-between !important;
}


.justify_content_around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}


.align_items_start {
  -ms-flex-align: start !important;
      align-items: flex-start !important;
}


.align_items_end {
  -ms-flex-align: end !important;
      align-items: flex-end !important;
}


.align_items_center {
  -ms-flex-align: center !important;
      align-items: center !important;
}


.align_items_baseline {
  -ms-flex-align: baseline !important;
      align-items: baseline !important;
}


.align_items_stretch {
  -ms-flex-align: stretch !important;
      align-items: stretch !important;
}


.align_content_start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}


.align_content_end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}


.align_content_center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}


.align_content_between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}


.align_content_around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}


.align_content_stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}


.align_self_auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}


.align_self_start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}


.align_self_end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}


.align_self_center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}


.align_self_baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}


.align_self_stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}


.media:first-child {
  margin-top: 0;
}


.media,
.media__body {
  zoom: 1;
  overflow: hidden;
}


.media__body {
  width: 10000px;
}


.media__object {
  display: block;
}


img.media__object {
  max-width: unset;
}


.media__object.img__thumbnail {
  max-width: none;
}


.media__right {
  padding-left: 1rem;
}


.media__left {
  padding-right: 1rem;
}


.media__left,
.media__right,
.media__body {
  display: table-cell;
  vertical-align: top;
}


.media__md .media__left,
.media__md .media__right,
.media__md .media__body {
  display: block;
}


.media__md .media__body {
  width: auto;
}


.media__middle {
  vertical-align: middle;
}


.media__bottom {
  vertical-align: bottom;
}


.media__heading {
  margin-top: 0;
  margin-bottom: 5px;
}


.media__list {
  padding-left: 0;
  list-style: none;
}


.f__media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}


.f__media .media__figure {
  margin-right: 2rem;
}


.f__media .media__body {
  -ms-flex: 1;
      flex: 1;
}


.media__md .f__media {
  display: block;
}


.desktop_only {
  display: none !important;
}


.sr_only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}


.hero {
  display: block;
  background-size: cover;
  width: 100%;
  position: relative;
}


.hero .container {
  position: relative;
  z-index: 100;
}


.hero__content {
  max-width: 100%;
}


.hero__footer {
  margin-top: 5rem;
  margin-bottom: 15rem;
}


.hero.with__video .container {
  position: relative;
  z-index: 50;
}


.hero__video {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}


.hero__video .video {
  display: none;
}


.hero__video .fallback_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.hero__scrolldown {
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  padding: 2rem;
}


.hero__video__play {
  position: absolute;
  top: 35%;
  left: 50%;
  z-index: 100;
  -ms-transform: translateY(-50%) translateX(-50%) scale(0.6);
      transform: translateY(-50%) translateX(-50%) scale(0.6);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
}


.hero__xl {
  padding: 20rem 0;
}


.hero__l {
  padding: 15rem 0;
}


.hero__s {
  padding: 6rem 0;
}


.hero__xs {
  padding: 3rem 0;
}


.hero.primary {
  background-color: #97e300;
  color: #000;
}


.hero.secondary {
  background-color: #9b59b6;
  color: #000;
}


.hero.tertiary {
  background-color: #34495e;
  color: #000;
}


.hero.inverse {
  background-color: #f7f7f7;
  color: #000;
}


.hero.light {
  background-color: #a8a8a8;
  color: #000;
}


.hero.dark {
  background-color: #13161b;
  color: #000;
}


.hero_left {
  text-align: left;
}


.hero_center {
  text-align: center;
}


.hero_right {
  text-align: right;
}


.section {
  display: block;
  width: 100%;
  padding: 3rem 0 6rem;
}


.section__header {
  text-align: center;
}


.section__content {
  display: block;
  margin: 6rem 0 0;
}


.section__footer {
  display: block;
  margin: 3rem 0 0;
}


.section__image {
  margin: 3rem 0;
}


.section__primary {
  background-color: #97e300;
}


.section__secondary {
  background-color: #9b59b6;
}


.section__tertiary {
  background-color: #34495e;
}


.section__inverse {
  background-color: #f7f7f7;
}


.section__light {
  background-color: #a8a8a8;
}


.section__dark {
  background-color: #13161b;
}


.section__white {
  background-color: #fff;
}


.block {
  display: block;
  width: 100%;
  padding: 3rem;
  background-color: transparent;
  border-radius: 0;
  box-shadow: 0px 6px 12px 3px rgba(0, 0, 0, 0.06);
  color: #000;
  margin: 0 0 4rem;
}


.block__inner {
  position: relative;
}


.block__header {
  margin-bottom: 3rem;
}


.block__content {
  margin-bottom: 3rem;
}


.block__primary {
  background-color: #97e300;
}


.block__secondary {
  background-color: #9b59b6;
}


.block__tertiary {
  background-color: #34495e;
}


.block__inverse {
  background-color: #f7f7f7;
}


.block__light {
  background-color: #a8a8a8;
}


.block__dark {
  background-color: #13161b;
}


.block__inverse {
  background-color: #fff;
}


.hoverme {
  display: block;
  position: relative;
  z-index: 50;
}


.hoverme__content {
  background-color: #fff;
}


.embed__container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}


.embed__container iframe,
.embed__container object,
.embed__container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.pagination {
  list-style: none;
  margin-left: 0;
  text-align: center;
}


.pagination > li {
  letter-spacing: normal;
  word-spacing: normal;
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  font-size: 2rem;
  padding: 0 .5rem;
}


.pagination > li > a {
  display: block;
  margin: -1.3rem;
  text-decoration: none;
  transition: all .3s ease;
  padding: 1.3rem;
}


.pagination > li > a:hover, .pagination > li > a:active, .pagination > li > a:focus {
  color: #97e300;
  fill: #97e300;
}


.pagination > li.active {
  background-color: #97e300;
}


.pagination > li.active > a {
  color: #f7f7f7;
}


svg.svg {
  display: inline-block;
  vertical-align: middle;
  width: 2.55rem;
  height: 2.55rem;
}


svg.svg__primary {
  fill: #97e300;
}


svg.svg__secondary {
  fill: #9b59b6;
}


svg.svg__tertiary {
  fill: #34495e;
}


svg.svg__inverse {
  fill: #f7f7f7;
}


svg.svg__light {
  fill: #a8a8a8;
}


svg.svg__dark {
  fill: #13161b;
}


svg.svg__xl {
  height: 5.1rem;
  width: 5.1rem;
}


svg.svg__l {
  height: 3.4rem;
  width: 3.4rem;
}


svg.svg__s {
  height: 1.7rem;
  width: 1.7rem;
}


svg.svg__xs {
  height: 0.85rem;
  width: 0.85rem;
}


.data__row {
  text-align: right;
  position: relative;
  margin: 20px auto;
}


.data__row__group .data__row {
  margin: 0;
}


.data__title {
  text-align: left;
  float: left;
  clear: left;
}


.data__title p {
  margin-bottom: 0;
}


.data__content {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}


.data__remove {
  position: absolute;
  left: 100%;
  top: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  padding: 0;
  margin: 10px 2px;
}


.logolist {
  text-align: center;
}


.logolist li {
  margin: 0 .5rem 0 -.33333em;
  display: inline-block;
  margin: 0;
  max-width: 50%;
}


.logolist img, .logolist svg {
  max-width: 100%;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  padding: 0 2rem;
}


.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}


.slick-list:focus {
  outline: none;
}


.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}


.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}


.slick-track:after {
  clear: both;
}


.slick-loading .slick-track {
  visibility: hidden;
}


.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}


[dir="rtl"] .slick-slide {
  float: right;
}


.slick-slide img {
  display: block;
}


.slick-slide.slick-loading img {
  display: none;
}


.slick-slide.dragging img {
  pointer-events: none;
}


.slick-initialized .slick-slide {
  display: block;
}


.slick-loading .slick-slide {
  visibility: hidden;
}


.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}


.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slickjs/slick.eot");
  src: url("../fonts/slickjs/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slickjs/slick.woff") format("woff"), url("../fonts/slickjs/slick.ttf") format("truetype"), url("../fonts/slickjs/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 4rem;
  width: 4rem;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
/* 	background: #ffffff38; */
    border-radius: 30px;
  color: transparent;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}


.slick-prev svg,
.slick-next svg {
  height: 2rem;
  width: 2rem;
  fill: rgba(0, 0, 0, 0.25);
}


.slick-prev:hover, .slick-prev:focus,
.slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.repertoire .cardbar__slider .slick-next,
.repertoire .cardbar__slider .slick-prev {
	background: #ffffff38;
}


.repertoire .cardbar__slider .slick-next:hover,
.repertoire .cardbar__slider .slick-prev:hover {
	background: #ffffff8f;
}


.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}


.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}


.slick-prev:before,
.slick-next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.slick-prev {
  left: -2rem;
}


[dir="rtl"] .slick-prev {
  left: auto;
  right: -2rem;
}


.slick-next {
  right: -2rem;
}


[dir="rtl"] .slick-next {
  left: -2rem;
  right: auto;
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}


.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}


.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}


.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}


.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}


.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}


.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 1rem;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}


.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}


.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
   *  Remodal - v1.1.1
   *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
   *  http://vodkabears.github.io/remodal/
   *
   *  Made by Ilya Makarov
   *  Under MIT License
   */
/* ==========================================================================
     Remodal's default mobile first theme
     ========================================================================== */
/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}


.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}


.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}


.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}


.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}


.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}


.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}


.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}


.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}


.remodal-confirm {
  color: #fff;
  background: #81c784;
}


.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}


.remodal-cancel {
  color: #fff;
  background: #e57373;
}


.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
     ========================================================================== */

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
     ========================================================================== */

/* IE8
     ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}


.lt-ie9 .remodal {
  width: 700px;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}


.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}


.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}


.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}


.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}


.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}


.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}


.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}


.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}


.remodal-confirm {
  color: #fff;
  background: #81c784;
}


.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}


.remodal-cancel {
  color: #fff;
  background: #e57373;
}


.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}


.lt-ie9 .remodal {
  width: 700px;
}

/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
}


.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}


.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}


.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}


.selectize-dropdown-header-close:hover {
  color: #000000;
}


.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}


.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}


.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}


.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}


.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}


.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}


.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}


.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}


.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}


.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}


.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}


.selectize-control {
  position: relative;
}


.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}


.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: block;
}


.selectize-input {
  height: 6rem;
  line-height: 6.5rem;
  padding: 0;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  font-size: 1.7rem;
}


.selectize-input .item {
  height: 6rem;
  line-height: 6rem;
}


.selectize-input.has-options {
  line-height: 6rem;
}


.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}


.selectize-input.full {
  background-color: #fff;
}


.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}


.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  font-size: 1.7rem;
}


.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}


.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}


.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}


.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important;
  line-height: 1;
  font-size: 1.7rem;
}


.selectize-input > input::-ms-clear {
  display: none;
}


.selectize-input > input:focus {
  outline: none !important;
}


.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}


.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}


.selectize-dropdown {
  position: absolute;
  z-index: 10;
  background: #fff;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.06);
}


.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}


.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}


.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}


.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}


.selectize-dropdown [data-selectable].option {
  opacity: 1;
}


.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}


.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}


.selectize-dropdown .active {
  background-color: rgba(151, 227, 0, 0.1);
  color: #495c68;
}


.selectize-dropdown .active.create {
  color: #495c68;
}


.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}


.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}


.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}


.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}


.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 3rem;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #97e300 transparent transparent transparent;
}


.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #97e300 transparent;
}


.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}


.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}


.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}


.rangeslider,
.rangeslider__fill {
  display: block;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}


.rangeslider {
  background: #e6e6e6;
  position: relative;
}


.rangeslider--horizontal {
  height: 20px;
  width: 100%;
}


.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
}


.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}


.rangeslider__fill {
  background: #00ff00;
  position: absolute;
}


.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}


.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}


.rangeslider__handle {
  background: white;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
  background-size: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}


.rangeslider__handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
}


.rangeslider__handle:active, .rangeslider--active .rangeslider__handle {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}


.rangeslider--horizontal .rangeslider__handle {
  top: -10px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}


.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}


input[type="range"]:focus + .rangeslider .rangeslider__handle {
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}


.rangeslider-wrap {
  padding-top: 4rem;
  padding-bottom: 2rem;
}


.rangeslider-wrap .rangeslider {
  position: relative;
  height: 4px;
  border-radius: 50px;
  width: 100%;
  background-color: #a8a8a8;
}


.rangeslider-wrap .rangeslider__handle {
  transition: background-color .2s;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #97e300;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  z-index: 3;
  top: -5px;
  box-shadow: inset 0 0 0 2px white;
}


.rangeslider-wrap .rangeslider__handle__value {
  transition: background-color .2s, box-shadow .1s, transform .1s;
  box-sizing: border-box;
  width: 35px;
  height: 20px;
  line-height: 1;
  text-align: center;
  padding: .3rem .5rem;
  background-color: #97e300;
  border-radius: 50px;
  color: white;
  font-size: 1.2rem;
  font-weight: 700;
  left: -13px;
  top: -30px;
  position: absolute;
  white-space: nowrap;
  border-top: 1px solid #75b000;
}


.rangeslider-wrap .rangeslider__handle__value:before {
  transition: border-top-color .2s;
  position: absolute;
  bottom: -4px;
  left: calc(50% - 4px);
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid;
  border-top-color: #97e300;
}


.rangeslider-wrap .rangeslider__fill {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  background-color: #97e300;
  border-radius: 50px;
}


.rangeslider-wrap .rangeslider__labels {
  position: absolute;
  width: 100%;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}


.rangeslider-wrap .rangeslider__labels__label {
  font-size: 0.75em;
  position: relative;
  padding-top: 15px;
  color: #a8a8a8;
}


.rangeslider-wrap .rangeslider__labels__label:before {
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  content: "";
  width: 1px;
  height: 3px;
  border-radius: 1px;
  background-color: rgba(168, 168, 168, 0.5);
}


.rangeslider-wrap .rangeslider__labels__label:first-child:before, .rangeslider-wrap .rangeslider__labels__label:last-child:before {
  height: 6px;
  width: 2px;
}


.rangeslider-wrap .rangeslider__labels__label:first-child:before {
  background-color: #97e300;
}


.rangeslider-wrap .rangeslider__labels__label:last-child:before {
  background-color: #a8a8a8;
}


.rangeslider-wrap .rangeslider__labels__label:first-child {
  -ms-transform: translateX(-48%);
      transform: translateX(-48%);
}


.rangeslider-wrap .rangeslider__labels__label:last-child {
  -ms-transform: translateX(48%);
      transform: translateX(48%);
}


.rangeslider-wrap .rangeslider.rangeslider--active .rangeslider__handle__value {
  -ms-transform: translateY(-5px);
      transform: translateY(-5px);
  box-shadow: 0 -3px 2px rgba(0, 0, 0, 0.04), 0 -9px 25px rgba(0, 0, 0, 0.15);
}


.accordion {
  box-shadow: 0px 6px 12px 3px rgba(0, 0, 0, 0.06);
  margin: 4rem 0;
}


.accordion li {
  background-color: #fff;
  position: relative;
}


.accordion li + li {
  border-top: 1px solid #b1b1b1;
}


.accordion li p {
  display: none;
  padding: 1rem 2rem 2rem;
}


.accordion a {
  width: 100%;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 1rem 2.5rem 1rem 1.5rem;
  font-weight: 700;
}


.accordion a.active {
  font-weight: 700;
  color: #97e300;
}


.accordion a:after {
  width: 8px;
  height: 8px;
  border-right: 2px solid #b1b1b1;
  border-bottom: 2px solid #b1b1b1;
  position: absolute;
  right: 2rem;
  content: " ";
  top: 2rem;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}


.accordion p {
  padding: 2rem 0;
}


a.active:after {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}


.remodal-overlay {
  background: rgba(19, 22, 27, 0.9);
}


.modal__header {
  display: block;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #bdc3c7;
}


.modal__content {
  display: block;
  margin-bottom: 4rem;
}


.modal__modalPassUpdate,
.modal__inscriptionConfirm {
  padding: 3rem 0 0;
}


.modal__modalPassUpdate .modal__content,
.modal__inscriptionConfirm .modal__content {
  padding: 3rem;
}


.modal__modalPassUpdate .modal__footer,
.modal__inscriptionConfirm .modal__footer {
  padding: 3rem;
  background-color: #f9f9f9;
}


.modal__inscriptionConfirm .modal__content {
  padding-bottom: 0;
  margin-bottom: 0;
}


.modal__inscriptionConfirm img {
  display: block;
  max-height: 250px;
  margin: 6rem auto 0;
}


.fwb {
  font-weight: 700;
}


.img__inline {
  display: inline-block;
  vertical-align: middle;
  width: 2.55rem;
  height: 2.55rem;
}


.hero__suptitle {
  display: inline-block;
  padding: .5rem 1rem .3rem;
  text-transform: uppercase;
  font-size: 1.7rem;
  text-align: center;
  -ms-transform: rotate(-4deg) skew(-5deg, 0);
      transform: rotate(-4deg) skew(-5deg, 0);
  -ms-transform-origin: 0px;
      transform-origin: 0px;
  position: relative;
  z-index: 20;
  margin-bottom: 1rem;
  margin-top: -3rem;
	color: #97e300;
	color: var(--melt-green);
	background-color: black;
	background-color: var(--melt-black);
}


.hero__baseline {
  border-left: 3px solid #97e300;
  color: white;
  padding-left: 1rem;
  font-size: 1.3rem;
  text-align: left;
  margin-top: 2rem;
}

.hero__title {
	font-family: 'metz';
	color: #FFFFFF;
	color: var(--melt-white);
	font-weight: normal;
	-ms-transform: rotate(-4deg) skew(-5deg, 0);
		transform: rotate(-4deg) skew(-5deg, 0);
	-ms-transform-origin: 0px;
	transform-origin: 0px;
	position: relative;
	font-size: 3rem;
	line-height: 1.2;
}

.title__mark {
  display: inline-block;
  text-transform: uppercase;
  line-height: 1.1;
  font-size: 2.2rem;
}

.title__mark.title__mark__big {
  font-size: 2.8rem;
}

.title__mark span,
.title__mark strong {
  display: inline-block;
  padding: 0.6rem 1.2rem 0.8rem;
  background-color: #13161b;
  color: #FFFFFF;
  color: var(--melt-white);
}

.title__mark strong {
  display: block;
  margin-top: -1rem;
  font-size: 2.5rem;
}

.title__mark strong.alt {
  display: inline-block;
  margin-top: -1rem;
  font-size: 2.2rem;
}

.title__mark.title__mark__light span,
.title__mark.title__mark__light strong {
  background-color: #fff;
  color: #13161b;
}

.title__mark.title__mark__dark span,
.title__mark.title__mark__dark strong {
  background-color: #000;
  color: #fff;
}

.title__mark.title__mark__inverse span,
.title__mark.title__mark__inverse strong {
  background-color: #97e300;
  background-color: var(--melt-green);
  color: #fff;
}


.title__mark.title__mark__skewed {
  -ms-transform: rotate(-5deg) skew(-5deg, 0);
      transform: rotate(-5deg) skew(-5deg, 0);
}


.title {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
}


.subtitle {
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.2;
  margin: 2rem auto;
}


.title__15 {
  font-size: 1.5rem;
}


.title__14 {
  font-size: 1.4rem;
}


.text__15 {
  font-size: 1.3rem;
}


.list__social svg {
  transition: all .3s ease-in;
  fill: #757575;
  height: 2rem;
}


.link__social:hover svg {
  fill: #97e300;
  fill: var(--melt-green);
}


.list__social__mobile {
  padding-left: 1rem;
}


.list__social__mobile .navbar-nav li > a {
  padding-right: 0 !important;
}


.form__field .submit__prepend,
.form__field .icon__append,
.form__field .icon__prepend {
  position: relative;
}


.form__field .icon__prepend input {
  padding-right: 5rem;
}


.form__field .icon__prepend .form__field__icon {
  position: absolute;
  right: 2rem;
  top: 50%;
}


.form__field .icon__append input {
  padding-left: 5rem;
}


.form__field .icon__append .form__field__icon {
  position: absolute;
  left: 2rem;
  top: 50%;
}


.form__field .submit__prepend input[type="submit"],
.form__field .submit__prepend button[type="submit"] {
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: auto;
  background-color: transparent;
  border: none;
  color: #a8a8a8;
  padding: 2rem 2rem;
  font-weight: 700;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 1;
}


.mailinglist {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 2px solid #bdc3c7;
}


.mailinglist__title {
  margin-bottom: 2rem;
}


.mailinglist .form__field__input {
  border-color: transparent;
  box-shadow: 0px 6px 30px 10px rgba(0, 0, 0, 0.1);
}


.mailinglist__alt {
  margin: 0;
  border-top: none;
  padding-top: 0;
}


.mailinglist__alt .mailinglist__title {
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
  text-shadow: 1px 1px 2px black, 0px 0 2px rgba(151, 227, 0, 0.5);
}


.mailinglist__alt .form__field__input {
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0 2px rgba(255, 255, 255, 0.5);
  font-size: 1.4rem;
  color: white;
}


.mailinglist__alt ::-webkit-input-placeholder {
  font-size: 1.4rem;
}


.mailinglist__alt input:-moz-placeholder,
.mailinglist__alt textarea:-moz-placeholder {
  font-size: 1.4rem;
}


.mailinglist__alt input:-ms-input-placeholder,
.mailinglist__alt textarea:-ms-input-placeholder {
  font-size: 1.4rem;
}
.mailinglist__alt input::placeholder,
.mailinglist__alt textarea::placeholder {
  font-size: 1.4rem;
}


.mailinglist__alt .form__field .submit__prepend input[type="submit"], .mailinglist__alt .form__field .submit__prepend button[type="submit"] {
  font-size: 1.4rem;
}


.block__forms .form__field__input,
.block__forms select {
  font-size: 1.4rem;
  padding: 1rem 2rem;
  border-color: #e6e6e6;
}


.block__forms label {
  text-transform: uppercase;
  font-size: 1.4rem;
}


.block__forms .checkbox__label {
  text-transform: none;
}


.block__forms .checkbox__label a {
  font-weight: 700;
  color: #13161b;
  text-decoration: underline;
}


.block__forms .form__field__valid [type="color"],
.block__forms .form__field__valid [type="date"],
.block__forms .form__field__valid [type="datetime-local"],
.block__forms .form__field__valid [type="email"],
.block__forms .form__field__valid [type="month"],
.block__forms .form__field__valid [type="number"],
.block__forms .form__field__valid [type="password"],
.block__forms .form__field__valid [type="search"],
.block__forms .form__field__valid [type="submit"],
.block__forms .form__field__valid [type="tel"],
.block__forms .form__field__valid [type="text"],
.block__forms .form__field__valid [type="time"],
.block__forms .form__field__valid [type="url"],
.block__forms .form__field__valid [type="week"],
.block__forms .form__field__valid select,
.block__forms .form__field__valid .form__field__input,
.block__forms .form__field__valid textarea {
  border-color: #2ecc71;
  color: #2ecc71;
}


.block__forms .form__field__valid .form__field__label,
.block__forms .form__field__valid label,
.block__forms .form__field__valid .form__field__message {
  color: #2ecc71;
}


.block__forms .form__field__valid .form__field__message {
  display: block;
}


.block__forms .form__field__error [type="color"],
.block__forms .form__field__error [type="date"],
.block__forms .form__field__error [type="datetime-local"],
.block__forms .form__field__error [type="email"],
.block__forms .form__field__error [type="month"],
.block__forms .form__field__error [type="number"],
.block__forms .form__field__error [type="password"],
.block__forms .form__field__error [type="search"],
.block__forms .form__field__error [type="submit"],
.block__forms .form__field__error [type="tel"],
.block__forms .form__field__error [type="text"],
.block__forms .form__field__error [type="time"],
.block__forms .form__field__error [type="url"],
.block__forms .form__field__error [type="week"],
.block__forms .form__field__error select,
.block__forms .form__field__error .form__field__input,
.block__forms .form__field__error textarea {
  border-color: #e74c3c;
  color: #e74c3c;
}


.block__forms .form__field__error .form__field__label,
.block__forms .form__field__error label,
.block__forms .form__field__error .form__field__message {
  color: #e74c3c;
}


.block__forms .form__field__error .form__field__message {
  display: block;
}


.block__forms .form__field__info [type="color"],
.block__forms .form__field__info [type="date"],
.block__forms .form__field__info [type="datetime-local"],
.block__forms .form__field__info [type="email"],
.block__forms .form__field__info [type="month"],
.block__forms .form__field__info [type="number"],
.block__forms .form__field__info [type="password"],
.block__forms .form__field__info [type="search"],
.block__forms .form__field__info [type="submit"],
.block__forms .form__field__info [type="tel"],
.block__forms .form__field__info [type="text"],
.block__forms .form__field__info [type="time"],
.block__forms .form__field__info [type="url"],
.block__forms .form__field__info [type="week"],
.block__forms .form__field__info select,
.block__forms .form__field__info .form__field__input,
.block__forms .form__field__info textarea {
  border-color: #f39c12;
  color: #f39c12;
}


.block__forms .form__field__info .form__field__label,
.block__forms .form__field__info label,
.block__forms .form__field__info .form__field__message {
  color: #f39c12;
}


.block__forms .form__field__info .form__field__message {
  display: block;
}


.form__field__input__date {
  width: 60px;
}


.form__field__input__date.large {
  width: 75px;
}


.form__field .separator {
  padding: 0 1rem;
}


.lost__password {
  color: #13161b;
  font-size: 1.4rem;
  text-decoration: underline;
}


.radio__label {
  margin-right: 4rem;
}


.btn {
  text-transform: uppercase;
  font-weight: bold;
}


.btn__skewed {
  -ms-transform: skew(-8deg, 0deg);
      transform: skew(-8deg, 0deg);
}


.btn__skewed span {
  display: inline-block;
  -ms-transform: skew(8deg, 0deg);
      transform: skew(8deg, 0deg);
}


.btn__fw {
  width: 250px;
}


.btn__small {
  font-size: .9rem;
}


.hero__dynamic {
  position: relative;
  padding: 0;
}


.hero__dynamic__img {
  display: block;
  min-height: 300px;
  object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}


.hero__dynamic__content {
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
}


.hero {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  z-index: 500;
}


.hero .hero__content {
  position: relative;
  z-index: 600;
  padding: 5rem 0 12rem;
  text-align: center;
}


.hero {
  background-color: #000;
  background-position: center;
}


.hero + .main {
  position: relative;
  z-index: 600;
  background: url(../../../img/hero/heronext__blank.png) no-repeat top center;
  background-size: 100% auto;
  margin-top: -10rem;
  padding-top: 5rem;
}


.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 550;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(3px);
  opacity: .4;
}

.main.main__player {
  background: url(../../../img/hero/heronext__player.png) no-repeat top center;
}


.main__onhero {
  margin-top: -8rem;
}


.franchise .hero {
  background-color: #13161b;
}


.franchise .hero__video {
  opacity: .4;
}


.hero__franchise {
  min-height: 400px;
}


.login__heroimg {
  display: block;
  min-height: 300px;
  width: 100%;
  object-fit: cover;
}


.login .main {
  margin-top: -25rem;
}


.paginator .pagination > li {
  padding: 0;
  text-align: center;
}


.paginator .pagination > li a {
  margin: 0;
  color: #13161b;
}


.paginator .pagination > li a:hover, .paginator .pagination > li a:active, .paginator .pagination > li a:focus {
  color: #13161b;
}


.svg__orange {
  fill: #fd6d0e;
  filter: drop-shadow(0 0 10px #fd6d0e);
}


.svg__green {
  fill: #18efac;
  filter: drop-shadow(0 0 10px #18efac);
}


.svg__yellow {
  fill: #fee400;
  filter: drop-shadow(0 0 10px #fee400);
}


.svg__pink {
  fill: #e62059;
  filter: drop-shadow(0 0 10px #e62059);
}


.block__confirm__icon {
  margin: 3rem 0 0;
}


.section__header {
  text-align: left;
}


.section__title {
  text-transform: uppercase;
  margin-bottom: 4rem;
}


.collapse {
  display: none;
}


.collapse.in {
  display: block;
}


.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height, visibility;
}


.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .5rem;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}


.dropup,
.dropdown {
  position: relative;
}


.dropdown-toggle:focus {
  outline: 0;
}


.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 100px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}


.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}


.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}


.dropdown-menu > li > a {
  display: block;
  padding: 1rem 2rem;
  clear: both;
  line-height: 1.42857143;
  color: #13161b;
  white-space: nowrap;
  text-transform: uppercase;
}


.dropdown-menu > li:hover,
.dropdown-menu > li:focus {
  background-color: #f3f3f3;
}


.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
}


.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #97e300;
  text-decoration: none;
  outline: 0;
}


.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}


.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}


.open > .dropdown-menu {
  display: block;
}


.open > a {
  outline: 0;
}


.dropdown-menu-right {
  right: 0;
  left: auto;
}


.dropdown-menu-left {
  right: auto;
  left: 0;
}


.dropdown-header {
  display: block;
  padding: 3px 20px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
  font-size: 12px;
}


.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}


.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}


.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}


.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}


.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}


.nav > li {
  position: relative;
  display: block;
}


.nav > li > a {
  position: relative;
  display: block;
  padding: 1rem;
  text-transform: uppercase;
  font-weight: 400;
  color: white;
  font-weight: 400;
  font-size: 1.2rem;
}


.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}


.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}


.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  color: #97e300;
}


.nav > li > a > img {
  max-width: none;
}


.navbar {
  position: relative;
  min-height: 30px;
  border: none;
  box-shadow: 0px 6px 12px 3px rgba(0, 0, 0, 0.2);
}


.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}


.navbar-collapse.in {
  overflow-y: auto;
}


.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 1340px;
}


.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}


.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}


.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}


.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}


.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}


.navbar-brand {
  float: left;
  height: 50px;
  font-size: 18px;
  line-height: 20px;
}


.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}


.navbar-brand > img {
  display: block;
}


.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}


.navbar-toggle:focus {
  outline: 0;
}


.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}


.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}


.navbar-nav {
  margin: 7.5px -15px;
}


.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}


.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}


.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}


.navbar-inverse {
  background-color: #090b0d;
  border-color: #090b0d;
}


.navbar-inverse .navbar-brand {
  color: #97e300;
  text-transform: uppercase;
}


.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}


.navbar-inverse .navbar-text {
  color: #fff;
}


.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  transition: all .3s ease-in;
}


.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #97e300;
  background-color: transparent;
}


.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #97e300;
  font-weight: 700;
}


.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}


.navbar-inverse .navbar-toggle {
  border-color: transparent;
}


.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: rgba(151, 227, 0, 0.5);
}


.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}


.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}


.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #97e300;
}


.navbar-inverse .navbar-link {
  color: #9d9d9d;
}


.navbar-inverse .navbar-link:hover {
  color: #fff;
}


.navbar-inverse .btn-link {
  color: #9d9d9d;
}


.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}


.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}


.header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8888;
}


.header__top {
  padding: .1rem 0;
  background-color: #000000;
  text-align: right;
  display: none;
}


.header__main {
  padding: 1rem 0;
  background-color: #090b0d;
}


.navbar-nav li > a {
  padding: 1rem 1.2rem;
}


.collapsing .navbar-nav,
.collapse.in .navbar-nav {
  height: 100vh;
}


.collapsing .navbar-fixed-top .navbar-collapse, .collapsing .navbar-fixed-bottom .navbar-collapse,
.collapse.in .navbar-fixed-top .navbar-collapse,
.collapse.in .navbar-fixed-bottom .navbar-collapse {
  max-height: 10000px;
}


.navbar-brand {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 900;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}


.navbar-brand img {
  height: 80px;
  margin-top: -15%;
}


.header__top__menu {
  position: relative;
  left: 3rem;
}


.header__top__menu li {
  padding: 0 1rem;
}


.header__top__menu li + li {
  line-height: 1.7rem;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}


.header__top__menu .dropdown-menu li {
  display: block;
  text-align: left;
}


.header__top__menu .svg {
  height: 1.4rem;
}


.link__account {
  position: absolute;
  top: 1.2rem;
  left: 2rem;
}


.link__account a {
  color: #ff0745 !important;
  color: var(--melt-pink) !important;
}


.link__account svg {
  fill: #ff0745;
  fill: var(--melt-pink);
  height: 3rem;
}


.link__account .dropdown-menu > li:hover,
.link__account .dropdown-menu > li:focus {
  background-color: transparent;
}


.link__account .btn {
  display: inline-block;
  width: 150px;
  text-align: center;
}


.link__account .btn span {
  color: #13161b;
}


.link__account .btn:hover span, .link__account .btn:focus span {
  color: #ff0745;
  color: var(--melt-pink);
}


.townSwitcher {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}


.townSwitcher #townSwitcher {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.3rem;
}


.townSwitcher.open > .dropdown-menu {
  max-height: 150px;
  overflow: auto;
}


.townSwitcher .svg {
	position: relative;
	left: 3px;
	bottom: 2px;
	height: 1.3rem;
}


.dropdown__lang {
  margin-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 80px;
  margin-left: 1.2rem;
	padding-bottom: 8rem;
}


.dropdown__lang .dropdown-toggle {
  padding-left: 0;
  padding-bottom: 0;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.1);
}


.dropdown__lang .dropdown-menu > li > a {
  padding-left: 0 !important;
}


.header__top a,
.header__top .button__link {
  text-transform: uppercase;
  font-size: 1.2rem;
}


.header .navbar .dropdown-menu li {
  transition: .2s all ease-in;
}


.section__logolist {
  padding: 3rem 0;
}


.logolist li {
  padding: 1rem 2rem;
}


li.logolist__item__alt {
  max-width: 33%;
}


.footer__svg {
  display: block;
  margin: 0 auto;
  fill: #97e300;
}


.footer {
  background-color: #000;
  padding: 3rem 0;
}


.footer__menu {
  display: none;
}


.footer__inner {
  text-align: right;
}


.footer__menu {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}


.footer__logo {
  text-align: left;
  float: left;
  clear: left;
}


li.footer__menu__item__d {
  display: none;
}


.footer__link {
  line-height: 3.6rem;
  transition: all .3s ease-in;
  color: #323232;
  font-size: 1.6rem;
  margin: 0 2rem;
}


.discord__badge {
  display: none;
}


.tabs_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  white-space: nowrap;
  overflow-x: touch;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}


.tabs_list li {
  -ms-flex: 1;
      flex: 1;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  background-color: #f8f8f8;
}


.tabs_list li + li {
  border-left: 1px solid #e6e6e6;
}


.tabs_list li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #afafaf;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.8rem 2rem;
}


.tabs_list li.active {
  border-bottom: none;
  background-color: #fff;
}


.tabs_list li.active a {
  color: #97e300;
}


.hero__home {
  padding-bottom: 0;
  position: relative;
  z-index: 200;
  overflow: hidden;
}


.hero__home .container {
  pointer-events: none;
}


.hero__line {
  position: relative;
  z-index: 200;
}


.hero__line img {
  margin: 0 auto;
}


.jsHeroSlider .slick-list,
.jsHeroSlider .slick-track {
  height: 100%;
}


.jsHeroSlider .slick-slider {
  padding: 0;
}


.jsHeroSlider .slick-slider .slick-track div {
  vertical-align: bottom;
}


.jsHeroSlider .slick-slide {
  position: relative;
}


.jsHeroSlider .slick-dots {
  bottom: 130px;
}


.jsHeroSlider .slick-dots li button:before {
  color: #97e300;
}


.hero__home__slider,
.hero__home__background {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}


.hero__home__background {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-color: #fff;
}


.hero__home__slider__container {
  z-index: 800;
  margin: -2rem;
}


.hero__list__item {
  margin-bottom: 4rem;
}


.hero__list__item .svg {
  margin-bottom: 1rem;
  height: auto;
  width: 10rem;
}


.hero__list__item p {
  line-height: 1.2;
  margin-bottom: 1.7rem;
}


.barfinder {
  display: block;
  position: relative;
  z-index: 300;
  padding: 3rem 2.5rem;
  margin: 30rem auto 6rem;
  max-width: 90%;
}

.barfinder:before {
  display: block;
  z-index: -1;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #97e300;
  background: linear-gradient(to top, #97e300 0%, #d3ff00 100%);
  -ms-transform: skew(3deg, -2deg);
      transform: skew(3deg, -2deg);
  top: 0;
  left: 0;
}

.barfinder__title {
  font-size: 2.8rem;
  line-height: 1;
}

.section__homeslider {
  position: relative;
  z-index: 50;
}


.section__homeslider .title__mark {
  margin-bottom: 0;
  position: relative;
  z-index: 50;
}


.section__homeslider .slider {
  display: block;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: 1rem;
  margin: -3rem -2rem 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}


.section__homeslider .slider__item {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  text-align: center;
}


.section__homeslider .slider__item img {
  max-height: 250px;
  width: auto;
  margin: 0 auto;
}


.section__homeslider__footer {
  font-weight: 700;
  margin-top: 6rem;
}


.section__homeslider .slider::-webkit-scrollbar-track {
  background: #f9f9f9;
  border-radius: 0;
  height: .5rem;
}


.section__homeslider .slider::-webkit-scrollbar {
  width: 10px;
  background: #f9f9f9;
  height: .5rem;
}


.section__homeslider .slider::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #97e300;
  height: .5rem;
}


.section__concept {
  padding-top: 0;
  padding-bottom: 6rem;
  background-repeat: repeat;
  background-position: center bottom;
  background-size: contain;
  overflow: visible;
  position: relative;
}


.section__concept:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f7f7f7;
  height: 13rem;
}


.section__concept .section__header {
  margin-top: -6rem;
}


.section__concept .section__content {
  margin-top: 3rem;
}


.section__app {
  padding-top: 0;
  padding-bottom: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  overflow: visible;
  position: relative;
}


.section__app .section__header {
  margin: 3rem 0;
}


.section__app .section__content {
  margin-top: 0rem;
}


.section__app .btn {
  margin-bottom: 6rem;
}


.section__concept__img {
  display: block;
  margin: 6rem -2rem 0;
  -ms-transform: skew(0, 3deg);
      transform: skew(0, 3deg);
  overflow: hidden;
}


.section__concept__img img {
  position: relative;
  top: -3rem;
  -ms-transform: skew(0, -3deg);
      transform: skew(0, -3deg);
  display: block;
}


.section__app__img img {
  visibility: hidden;
  display: none;
}


.section__app__img img + img {
  visibility: visible;
  display: block;
}


.app__links {
  margin: 3rem 0;
}


.app__links a {
  display: block;
  margin: 1rem auto;
  max-width: 50%;
}


.bar__coming__soon {
  background-repeat: no-repeat;
  background-size: cover;
}


.section__upcomingbars {
  padding-bottom: 1rem;
}

.bar_homepage_links .btn {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.section__staff {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../img/bars/staff-bg-mobile.png");
  padding-top: 0;
  position: relative;
  z-index: 50;
}


.section__databars {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
  z-index: 20;
  margin-top: -6rem;
  padding-top: 9rem;
  padding-bottom: 9rem;
}


.section__eventsingle {
  padding-bottom: 0;
}


.section__allevents {
  padding-bottom: 0;
}


.section__bar__footer {
  position: relative;
  z-index: 50;
  padding: 0;
  overflow: hidden;
  background: url(../../img/section-footer-bg.png) no-repeat center top;
  background-size: cover;
}


.section__bar__footer .section__content {
  padding: 9rem 0 6rem;
  position: relative;
  z-index: 50;
  margin-top: 0;
}


.section__barsingle__footer {
  margin-top: -6rem;
}


.section__staff .row_ib [class*="col_"],
.section__franchisestaff .row_ib [class*="col_"] {
  vertical-align: top;
}


.upcomingbar__item {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.06);
  font-weight: 700;
  color: #13161b;
  background-color: #fff;
  text-transform: uppercase;
  transition: all .3s ease-in;
  margin-bottom: 4rem;
}


.upcomingbar__item:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}


.upcomingbar__item__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}


.upcomingbar__item:hover {
  background-color: #97e300;
  color: white;
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.2);
}


.card__barnews__title {
  display: block;
  -ms-transform: translateY(-40%);
      transform: translateY(-40%);
  width: 80%;
  margin: 0 auto;
}


.card__barnews__title span {
	display: inline;
	box-shadow: 10px 0 0 #13161b, -14px 0 0 #13161b;
	padding: .3rem 0 .5rem;
    line-height: 2.9rem;
}


.card__barnews__image {
  display: block;
}


.card__barnews__social {
  margin-top: 2rem;
}


.card__barnews__social li {
  margin-left: 0;
  padding: 0;
  cursor: pointer;
}


.card__barnews__social img {
  max-width: 3rem;
  display: block;
}


.databullets {
  margin: 6rem 0 0;
}


.databullets__item {
  padding: 0 1rem;
}


.databullets__title {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 1;
}


.databullets__title:after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #97e300;
  margin: 1rem auto;
}


.databullets__copy {
  text-transform: uppercase;
  color: #5b5b5b;
  font-weight: 700;
  line-height: 1;
  font-size: 1.4rem;
}


.barslist__form {
  margin: 6rem auto;
  padding-bottom: 0;
}


.barslist__form .selectize-input,
.menu_download_barslist .selectize-input {
  display: block;
  padding-left: 2rem;
}


.barslist__form .selectize-input input,
.menu_download_barslist .selectize-input input {
  width: 100% !important;
}


.barslist__form .selectize-dropdown {
  padding: 2rem;
}


.barslist__form .selectize-dropdown .option, .barslist__form .selectize-dropdown .optgroup-header {
  padding: .8rem 0;
}


.barslist__form__inner {
  box-shadow: 0px 6px 30px 10px rgba(0, 0, 0, 0.06);
  position: relative;
  padding-left: 6rem;
  text-align: left;
  margin-bottom: 2rem;
  background-color: #fff;
}


.barslist__form__geoloc {
  position: absolute;
  top: 0;
  left: 0;
  height: 6rem;
  width: 6rem;
  background-color: #97e300;
  border: none;
}


.barslist__form__submit {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}


.staff__item {
  zoom: 1;
  overflow: hidden;
  margin-bottom: 2rem;
}


.staff__item__img {
  display: table-cell;
  vertical-align: middle;
}


.staff__item__img img {
  display: block;
  border-radius: 9999px;
  max-width: 80px;
}


.staff__item__content {
  zoom: 1;
  overflow: hidden;
  width: 10000px;
  display: table-cell;
  vertical-align: top;
  padding-left: 2rem;
}


.staff__item .staff__item__title {
  text-transform: uppercase;
  color: #97e300;
}


.staff__item .staff__item__copy {
  color: #f7f7f7;
  line-height: 1.4;
}


.address__meta__block {
  background: #fff;
  padding: 2rem;
  box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.1);
}


.address__meta__list {
  display: block;
}


.address__meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-top: 2rem;
}


.address__meta__icon {
  fill: #97e300;
  margin-right: 2rem;
}


.address__meta__copy {
  -ms-flex: 1;
      flex: 1;
}


.address__meta__title {
  color: #97e300;
}

.address__meta a, .infosbar__address a {
	text-decoration: none;
	color: #000;
}


.address__meta__map {
  margin-top: 4rem;
}


.events__list {
  display: block;
}


.event__item {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 2rem;
}


.event__item .title {
  font-size: 1.4rem;
}


.event__item__featured:before {
  content: "";
  position: absolute;
  left: -5px;
  top: 0;
  height: 100%;
  width: 5px;
  background-color: #97e300;
}


.event__image,
.event__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-size: cover;
  background-repeat: no-repeat;
}


.event__overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 20;
}


.event__header {
  background-color: #000;
  text-align: center;
  position: relative;
  z-index: 50;
  width: 30%;
  padding: 2rem 1rem;
}


.event__date__title {
  line-height: 1;
  display: block;
  margin-bottom: 1rem;
}


.event__content {
  width: 90%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 2rem;
  position: relative;
  z-index: 50;
}


.event__title {
  color: #f7f7f7;
}


.event__logo {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}


.event__logo img {
  max-height: 8rem;
}


.block__event {
  padding: 0;
}


.block__event__image {
  position: relative;
  z-index: 50;
}


.block__event__image img {
  display: block;
}


.block__event__logo {
  position: absolute;
  z-index: 50;
  bottom: 2rem;
  left: 2rem;
}


.block__event__logo img {
  max-width: 10rem;
}


.block__event__content {
  padding: 4rem 2rem;
  background-color: #fff;
}


.block__event__content a {
  color: #13161b;
  text-decoration: underline;
}


.block__event__title {
  color: #253140;
  margin-bottom: 4rem;
}


.block__event__paragraph {
  display: block;
  position: relative;
}


.block__event__paragraph span {
  display: inline-block;
  position: relative;
  z-index: 5;
  text-transform: uppercase;
  color: #a8a8a8;
  font-weight: 400;
  background: #fff;
  padding-right: 2rem;
}


.block__event__paragraph:before {
  content: "";
  border-top: solid 1px #a8a8a8;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}


.block__event__infos {
  padding: 0;
  font-weight: 700;
  background-color: #fff;
  margin-bottom: .5rem;
}


.block__event__infos__img {
  position: relative;
}


.block__event__infos__img .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  max-width: 250px;
}

.block__event__infos__img .logo img {
	max-height: 75px;
}

.block_info_giveaway {
	margin: 2rem 4rem 0;
    font-size: small;
}
.block_info_giveaway span {
	display: block;
}

.event__infos__link {
  color: #13161b;
}


.event__infos__link:after {
  display: inline-block;
  vertical-align: middle;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z'/%3E%3C/svg%3E");
  height: 2.9rem;
  -ms-transform: scale(0.8);
      transform: scale(0.8);
  margin-left: 1rem;
}


.event__infos__link:hover, .event__infos__link:active, .event__infos__link:focus {
  color: #13161b;
  text-decoration: underline;
}


P + .block__event__paragraph {
  display: block;
  margin-top: 3rem;
}


.event__infos__section {
  padding: 2rem 1rem;
  max-width: 90%;
  margin-left: 5%;
}


.event__infos__section + .event__infos__section {
  border-top: 1px solid #a8a8a8;
}


.event__infos__section img {
  margin: 0 auto;
  max-width: 30%;
}


.block__event__infos__link {
  font-weight: 700;
  font-size: 1.5rem;
}


.block__event__infos__link:after {
  content: "+";
  display: inline-block;
  margin-left: 0.5rem;
}


.event__infos__section__title {
  font-weight: 300;
}


.event__date__list li {
  display: block;
  margin-bottom: 2rem;
  line-height: 1.3;
}


.event__date__list li:last-child {
  margin-bottom: 0;
}


.event__date__list li svg {
  position: relative;
  top: -2px;
}


.event__infos__svg {
  margin-bottom: 1rem;
}


.block__event__infos__footer {
  background-color: #f6f6f6;
  padding-top: 2rem;
  padding-bottom: 2rem;
}


.section__allevents .section__title {
  color: #a8a8a8;
  padding-top: 4rem;
  border-top: 1px solid #a8a8a8;
  font-size: 2rem;
}


.barslist__title {
  display: inline-block;
  text-transform: uppercase;
  line-height: 1.2;
  display: inline-block;
  padding: 1rem 2rem .5rem;
  background-color: #97e300;
  color: #13161b;
  -ms-transform: rotate(-5deg) skew(-5deg, 0);
      transform: rotate(-5deg) skew(-5deg, 0);
  font-size: 1.6rem;
  margin-top: 10rem;
}


.barslist__title strong {
  vertical-align: middle;
  background-color: #13161b;
  color: white;
	padding: 1.4rem 1rem 2rem;
    font-size: larger;
    position: relative;
    top: -6px;
}


.cta__franchise__title {
  text-transform: uppercase;
  color: #f7f7f7;
  text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
}


.modal__event__title {
  font-size: 1.5rem;
}


.modal__event__bg {
  position: absolute;
  z-index: 20;
  left: 0;
  top: 0;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 66% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 66% 100%, 0% 100%);
  text-align: left;
}


.modal__event__bg img {
  width: 40%;
  height: 100%;
  object-fit: cover;
}


.modal__event__inner {
  position: relative;
  z-index: 50;
  text-align: right;
}


.modal__event__info {
  display: inline-block;
  border: 2px solid #a8a8a8;
  background: #fff;
  margin: 3rem 0;
  width: 100%;
}


.modal__event__info__name, .modal__event__info__date {
  display: inline-block;
  vertical-align: middle;
  margin-left: -.33333em;
  text-align: center;
  padding: 2rem 1rem;
}


.modal__event__info__name {
  width: 60%;
}


.modal__event__info__date {
  width: 40%;
  border-left: 2px solid #a8a8a8;
}


.modal__event__info .title {
  display: block;
  margin: 0 auto;
}


.modal__event__info__footer p {
  padding-left: 40%;
}


.section__frconcept {
  padding-bottom: 12.5rem;
  padding-top: 15rem;
  position: relative;
  margin-top: -15rem;
}


.section__advantages {
  background: no-repeat;
  background-image: url(/img/openabar/advantages-bg.png);
  position: relative;
  background-size: 125%;
  padding-top: 4rem;
}


.section__advantages .title {
  margin-bottom: 2rem;
}


.section__advantages__inner {
  margin-bottom: 4rem;
}


.section__becomefr {
  margin-bottom: 4rem;
  background-image: url(/img/openabar/openyourbar-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}


.section__becomefr .section__header {
  text-align: center;
  margin-bottom: 4rem;
}


.section__quotes {
  background-repeat: no-repeat;
  background-image: url(/img/openabar/quotes-bg.png);
  padding: 8rem 0;
  background-size: cover;
}


.section__quotes .title {
  margin-top: 5rem;
}


.block__concept {
  position: relative;
  text-align: left;
}

.block__concept p {
  line-height: 1.2;
  font-size: 90%;
}

.block__concept__intro {
  text-transform: uppercase;
}

.block__conditions {
  margin-bottom: 2rem;
  margin-top: 6rem;
}


.block__conditions__paragraph {
  margin-bottom: 3rem;
}


.block__conditions__title {
  line-height: 1.2;
  color: #97e300;
}


.block__conditions__btn {
  line-height: 2;
  padding-top: 1.5rem;
}


.concept__list__item {
  margin-bottom: 4rem;
}


.concept__list__item__title {
  color: #97e300;
  display: inline-block;
  margin: 2rem 0;
}


.section__map__gmap {
  position: relative;
}


.section__map__title {
  position: absolute;
  z-index: 500;
  top: 4rem;
  left: 2rem;
}


.section__map .gframe {
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.35);
  overflow: hidden;
}


.section__map .gframe iframe {
  margin-bottom: -1rem;
  border: 0px none;
  height: 40rem;
  margin-top: -5rem;
  overflow: hidden;
}


.conditions__list,
.advantages__list {
  margin-top: 2rem;
}


.conditions__list__item,
.advantages__list__item {
  list-style-type: square;
  list-style-position: inside;
  margin-bottom: 2rem;
  color: #D3D3D3;
}


.conditions__list__title,
.advantages__list__title {
  color: #13161b;
  display: inline;
  text-transform: uppercase;
  font-size: 1.6rem;
}


.conditions__list p,
.advantages__list p {
  line-height: 1.4;
}


.conditions__list__item {
  margin-bottom: 0;
  list-style-position: outside;
}


.conditions__list p {
  display: inline;
  color: #13161b;
}


.list__franchise__img {
  border-radius: 50%;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 0;
  max-width: 20%;
  top: 0;
  -ms-transform: translateY(-20%);
      transform: translateY(-20%);
}


.list__franchise ol li::after {
  border-left: dashed #97e300 1px;
  height: 8rem;
  margin-left: 1.7rem;
  display: block;
  content: "";
  position: relative;
  top: -1rem;
}


.list__franchise ol li:last-child:after {
  content: none;
}


.list__franchise ol {
  padding-left: 0;
  counter-reset: step;
}


.list__franchise li {
  list-style: none;
  counter-increment: step;
  position: relative;
  padding-left: 25%;
}


.list__franchise ol li::before {
  content: counter(step);
  display: inline-block;
  font-size: 5rem;
  font-weight: bold;
  color: #97e300;
  margin-right: 1rem;
  text-align: center;
  width: 10%;
  line-height: 1;
}


.list__franchise ol li:last-child::before {
  content: url(../../img/franchise/blason.png);
  vertical-align: middle;
  position: relative;
  -ms-transform: scale(0.6);
      transform: scale(0.6);
  top: -1rem;
  left: -.8rem;
}


.list__franchise ol li p {
  display: inline-block;
  line-height: 1.3;
  vertical-align: top;
  width: 83%;
}


.franchise__list__title {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}


.franchise__list__title.last {
  font-size: 120%;
}


.franchise__list__copy {
  color: #a8a8a8;
}


.franchise__list__duration {
  color: #97e300;
  text-transform: uppercase;
  font-weight: 900;
}


.franchise__quote {
  text-align: center;
  padding: 0 2rem;
}


.franchise__quote:before {
  content: "“";
  color: white;
  display: block;
  font-size: 10rem;
  line-height: 1;
  margin-top: 4rem;
  height: 5rem;
}


.franchise__quote p {
  color: white;
  font-style: normal;
  line-height: 1.3;
}


.franchise__quote + cite {
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #97e300;
  font-weight: 700;
  font-style: normal;
  margin-top: 4rem;
}


.quotes__slider .slick-arrow svg {
  fill: rgba(255, 255, 255, 0.1);
}


.staff__item.franchisestaff__item {
  margin-top: 1rem;
}


.staff__item.franchisestaff__item .staff__item__title {
  color: #13161b;
}


.staff__item.franchisestaff__item .staff__item__content {
  vertical-align: middle;
}


.staff__item.franchisestaff__item .staff__item__subtitle {
  color: #5f5f5f;
}


.section__faq {
  -webkit-clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%);
  padding-top: 10rem;
}


.section__faq .subtitle {
  margin-bottom: 0;
}


.section__franchise__footer [class*="col_"] {
  float: none;
  position: static;
  display: inline-block;
  margin-left: -.3333rem;
  vertical-align: bottom;
}


.section__franchise__footer .section__content {
  padding-bottom: 2rem;
}


.section__franchise__footer .col_img {
  display: none;
}


.espacepros {
  background-color: #f2f2f2;
  position: relative;
  background-position: 0 0;
  background-repeat: no-repeat;
}


.espacepros .advantages__list {
  margin-top: 6rem;
}

.espacepros .advantages__list svg {
	width: 8rem;
	height: 8rem;
}

@media (min-width:961px) {
	.espacepros .advantages__list svg {
	  width: 9rem;
	  height: 9rem;
	}
}

.espacepros .advantages__list__item h3 {
	font-size: 2.2rem;
}

.espacepros .advantages__list__item {
  list-style-type: none;
}


.section__intro .btn__group .btn {
  display: block;
  margin: 1.5rem auto;
  width: 250px;
}


.portfolio__grid {
  display: block;
  margin: 0 -2rem;
}


.section__intro__baseline,
.section__portfolio__baseline {
  margin: 4rem auto;
  text-align: center;
}


.portfolio__item {
  padding: .25rem;
}


.portfolio__item__inner {
  position: relative;
  cursor: pointer;
}


.portfolio__item__logo {
  position: absolute;
  z-index: 200;
  top: 50%;
  left: 50%;
  -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
  max-width: 50%;
}


.portfolio__item__img {
  max-height: 200px;
  width: 100%;
  object-fit: cover;
}


.portfolio__item__inner:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #13161b;
  transition: opacity .3s ease-out;
  opacity: .7;
}


.portfolio__item__inner:hover::before {
  opacity: 0;
}


.remodal.modal__portfolio {
  padding: 0;
}


.remodal.modal__portfolio .modal__portfolio__close {
  background: #f5f5f5;
  padding: 1rem 2rem;
  text-align: right;
  margin-bottom: 4rem;
}


.remodal.modal__portfolio .remodal-close {
  position: static;
  left: unset;
  right: 0;
  display: inline-block;
}


.remodal.modal__portfolio .remodal-close::before {
  position: static;
  color: #13161b;
}


.remodal.modal__portfolio .article {
  margin-top: 4rem;
}


.section__comingsoon {
  padding-top: 0;
  margin-top: -3rem;
}


.section__comingsoon img {
  display: block;
  margin: 0 auto 3rem;
}


.section__comingsoon__btn {
  margin: 4rem 0 0;
}


.error__404 .btn {
  margin-left: .5rem;
  margin-right: .5rem;
}


.section__404__img {
  display: block;
  margin: 0 auto 2rem;
}


.login {
  background-repeat: no-repeat;
  background-size: cover;
}


.block__forms {
  padding: 0;
}


.block__forms__header {
  text-align: center;
  padding: 4rem 2rem;
}


.block__forms__title, .block__forms__baseline {
  text-transform: uppercase;
}


.block__forms__baseline {
  color: #afafaf;
  line-height: 1.2;
  margin-top: 1rem;
}


.block__forms__content, .block__forms__footer {
  padding: 2rem 2rem;
}


.block__forms__footer {
  background-color: #f9f9f9;
}


.block__forms .checkboxes {
  display: block;
  margin-top: 4rem;
}


.barpage {
  position: relative;
}


.barpage .hero__dynamic__img {
  min-height: 500px;
}


.barpage .section__franchisestaff .title__mark {
  margin-bottom: 3rem;
}

.barpage .section__franchisestaff {
    padding: 5rem 0 8rem;
}


.barpage .section__databars .title {
  margin-bottom: 4rem;
}


.infosbar {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 6rem auto 6rem;
  box-shadow: 0px 6px 12px 3px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  font-size: 1.4rem;
}


.infosbar * {
  font-size: 1.6rem;
}

.i_mobile {
	padding: 7rem 0 5rem;
	margin: auto;
    max-width: 540px;
}

.infosbar__header {
  text-align: left;
  background-color: #97e300;
  color: white;
  padding: 1rem 2rem;
}


.infosbar__content {
  text-align: center;
}


.infosbar__metas {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #f7f7f7;
}


.infosbar__metas li {
  width: 50%;
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: #fff;
  padding: 2rem;
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
}


.infosbar__metas li + li {
  border-left: 1px solid #e6e6e6;
}


.infosbar__metas li:nth-child(3) {
  border-left: none;
}


.infosbar__address {
	padding: 2rem 2rem 1rem;
	display: block;
	width: 100%;
	text-align: left;
	line-height: 1.3;
	text-transform: uppercase;
}

.i_mobile .infosbar__address {
	background-color: white;
    border-bottom: 1px solid #e6e6e6;
}

.infosbar__address__title {
  text-transform: uppercase;
}

.infosbar__footer {
	background-color: #f7f7f7;
	text-align: center;
}

.infosbar__footer_mobile {
	margin-top: 1rem;
}
.infosbar__footer_mobile .btn {
	margin: 0.2rem 0;
}

.infosbar__title {
  font-size: 1.8rem;
  line-height: 1;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}


.infosbar__metas__title, .infosbar__metas__copy {
  color: #a8a8a8;
  line-height: 1;
  font-weight: 600;
}


.infosbar__metas__copy {
  line-height: 1;
  font-weight: 600;
}


.infosbar__metas__copy strong {
  display: block;
  color: #13161b;
  font-size: 3rem;
}

.section__infogallery {
	background-image: url(/img/openabar/advantages-bg.png);
    background-repeat: no-repeat;
	padding: 0 0 10rem;
}

@media (max-width: 960px) {
	.section__infogallery {
		background-size: cover;
/* 		height: 750px; idéalement - 130px par feature masquée */
	}
}

@media (min-width: 961px) {
	.section__infogallery {
		background-size: 55% 100%;
	}
}

.section__techspecs {
	background: url(/img/bg/databars-bg2.jpg);
    background-position: bottom right;
    background-size: contain;
    overflow: hidden;
}

.b2b_bar_infos__details {
	display: none;
	padding-left: 3rem;
}

@media (min-width: 1200px) {
	.b2b_bar_infos__details {
		padding-left: 8rem;
	}
}

.b2b_bar_infos__item_panel {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.b2b_bar_infos__item_panel .infos__item__copy {
	margin-left: 7rem;
}

.b2b_bar_infos__details p:last-child {
	height: 10rem;
}

.section__infogallery__icon {
  width: 6rem;
  height: 6rem;
}


.section__infogallery__title {
	color: white;
	position: relative;
	font-size: 2rem;
}


.infos__item {
  margin-bottom: 4rem;
}


.infos__item__header {
  margin-bottom: 1rem;
}

.b2b_bar_infos__item .infos__item__header {
	margin-bottom: -1.2rem;
}

.b2b_bar_infos_decoration svg {
	position: absolute;
    top: -16rem;
    right: -34rem;
    width: 80rem;
    height: 80rem;
    filter: invert(1);
    mix-blend-mode: soft-light;
	opacity: 0.5;
/*  filter: drop-shadow(2px 4px 6px grey); */
}

.section__infogallery .svg_pro_circle {
	fill-opacity: 0;
}

.b2b_bar_infos__item {
	cursor: pointer;
}

.b2b_bar_infos__item h3 {
	color: white;
}

.b2b_bar_infos__item .infos__item__copy {
	color: black;
}

/* page entrance */
.b2b_bar_infos__item_first h3 {color: #97e300;}
.b2b_bar_infos__item_first .svg_pro_tv_content {fill: #97e300;}

.b2b_bar_infos__item_selected h3 {
	color: #97e300;
}
.b2b_bar_infos__item_selected .svg_pro_content,
.b2b_bar_infos__item_selected .svg_pro_tv_content {
	fill: #97e300;
}

@media (max-width: 960px) {
	.section__techspecs {
		background: none;
	}
	.over960_only {
		display: none;
	}
}
@media (min-width: 961px) {
	.under961_only {
		display: none !important;
	}
}




.article {
  display: block;
  margin: 2rem auto;
  text-align: left;
}


.article__logo {
  max-width: 200px;
}


.article__title {
  line-height: 1;
  font-size: 3.6rem;
  margin: 2rem 0 1rem;
}


.article__baseline {
  font-size: 2.1rem;
  margin: 2rem 0 3rem;
  line-height: 1.2;
}


.article__date {
  text-transform: uppercase;
}


.article__date:after {
  content: "-";
  display: inline-block;
  vertical-align: middle;
  margin-left: .6rem;
}


.article__slider {
  margin: 4rem 0;
}


.profile {
  background-repeat: no-repeat;
  background-size: cover;
}


.profile .hero {
  z-index: 500;
  pointer-events: none;
  background-color: transparent;
}


.profile .hero img {
  width: 100%;
}


.profile .block {
  background-color: #fff;
}


.block__profile__title {
  font-size: 2.4rem;
}


.block__profile__title__small {
  font-size: 1.8rem;
}


.block__profile__baseline {
  text-transform: uppercase;
  color: #a8a8a8;
  font-weight: 700;
  font-size: 1.5rem;
}


.block__profile {
  box-shadow: -3px 0 50px 0 rgba(0, 0, 0, 0.3);
}


.parrain__infos {
  border: 1px solid #e6e6e6;
  text-align: center;
  margin: 2rem auto;
}


.parrain__infos__url, .parrain__infos__user {
  display: block;
  padding: 2rem;
  text-align: left;
}


.parrain__infos__user {
  border-top: 1px solid #e6e6e6;
}


.parrain__infos__link {
  text-transform: uppercase;
  font-weight: 400;
  color: #a8a8a8;
  font-size: 1.4rem;
  word-wrap: break-word;
}


.parrain__infos__avatar {
  max-width: 3rem !important;
}


.block__hautsfaits__name {
  position: relative;
  z-index: 10;
  padding: .75rem 1rem;
  font-size: 1.2rem;
}


.block__hautsfaits__name:after {
  content: '';
  position: absolute;
  z-index: -5;
  top: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #97e300;
  -ms-transform: skew(10deg, -2deg);
      transform: skew(10deg, -2deg);
}


.hautsfait__badges {
  max-height: 200px;
  overflow: auto;
  margin: 4rem auto;
}


.hautsfait__badges__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-right: 4rem;
}


.hautsfait__badges__list li {
  margin-bottom: 1rem;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}


.hautsfait__badges__info {
  display: block;
  padding-top: 2rem;
}


.hautsfait__badges__img {
  max-width: 50px !important;
}


.block__games__list {
  margin: 4rem 0 0;
}


.block__games__list li {
  margin-bottom: 1rem;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}


.block__games__apps {
  display: block;
  margin: 2rem 0;
  text-align: center;
}


.block__games__dl {
  display: inline-block;
  margin-left: -.3333em;
  padding-left: .3em;
  width: 40%;
}


.profile__info {
  position: relative;
  display: block;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 15rem 2rem 0;
  margin: -12rem 0 8rem;
}


.profile__info__badge {
  position: absolute;
  z-index: 600;
  bottom: 0;
  left: 50%;
  -ms-transform: translateY(10%) translateX(-50%);
      transform: translateY(10%) translateX(-50%);
}


.profile__info__header {
  text-align: center;
}


.profile__info__footer {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2rem;
}


.profile__info__city img,
.profile__info__city span {
  display: inline-block;
  vertical-align: middle;
}


.profile__info__city img {
  height: 4rem;
  margin-right: 1rem;
}


.profile__info__city span {
  font-size: 3rem;
}


.profile__info__score {
  margin: 2rem 0;
  font-size: 2.6rem;
}


.profile__info__edit {
  margin-top: 1rem;
  color: white;
  font-size: 1.4rem;
}


.profile__info__edit svg {
  height: 2rem;
  fill: rgba(255, 255, 255, 0.4);
}


.profile__info__email {
  font-weight: 400;
}


.profile__info__qr {
  position: absolute;
  z-index: 50;
  top: 100%;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 150px;
  overflow: hidden;
  cursor: pointer;
}


.profile__info__qr img {
  margin-top: -75px;
}


.deleteaccount__form {
  margin: 3rem auto;
  padding-bottom: 0;
}


.deleteaccount__form .selectize-control {
  border: 1px solid #e6e6e6;
}


.deleteaccount__form .selectize-input {
  display: block;
  padding-left: 2rem;
}


.deleteaccount__form .selectize-input input {
  width: 100% !important;
}


.deleteaccount__form .selectize-dropdown {
  padding: 2rem;
}


.deleteaccount__form .selectize-dropdown .option, .deleteaccount__form .selectize-dropdown .optgroup-header {
  padding: .8rem 0;
}


.deleteaccount__form__inner {
  text-align: left;
  margin-bottom: 2rem;
  background-color: #fff;
}


.deleteaccount__form__submit {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}


.section__boring .block__content {
  margin: 3rem 0;
}


.block__infosper .form__field__label,
.block__newpassword .form__field__label {
  text-transform: uppercase;
  color: #13161b;
  font-weight: 700;
  margin-bottom: 0;
}


.block__infosper input,
.block__infosper input:active,
.block__infosper input:focus,
.block__infosper input:hover {
  text-transform: uppercase;
  background: transparent;
  color: #646464;
  padding-top: 0;
  padding-bottom: 0;
  border-color: transparent;
  box-shadow: none;
}


.block__newpassword .block__content, .block__newpassword form {
  margin-bottom: 0;
}


.block__newpassword .btn__newpassword {
  margin-top: 3rem;
}


.block__newpassword input,
.block__newpassword input:active,
.block__newpassword input:focus,
.block__newpassword input:hover {
  background: transparent;
}


.block__infosper .block__footer {
  margin-top: -2rem;
  padding-top: 2rem;
  border-top: 1px solid #e3e3e3;
}


.button__newsletters {
  font-weight: 700;
}


.newsletter__list {
  padding-top: 2rem;
}


.newsletter__list span {
  text-transform: uppercase;
  font-size: 1.4rem;
}


.newsletter__list a {
  font-size: 1.4rem;
}


.delete__account {
  text-align: center;
  margin-bottom: 3rem;
  padding-bottom: 0;
}


.delete__account__btn {
  text-transform: uppercase;
  color: #a8a8a8;
}


.delete__account__btn svg {
  fill: #757575;
}


.block__deleteaccount {
  display: block;
  margin: 9rem auto 0;
  padding-bottom: 0;
}


.block__deleteaccount__inner {
  padding: 6rem 0 3rem;
}


.block__deleteaccount__inner .text {
  line-height: 1.3;
  font-size: 1.4rem;
}


.block__deleteaccount_confirm {
  padding: 6rem 0 0;
}


.block__deleteaccount_confirm .baseline {
  text-transform: uppercase;
  color: #a8a8a8;
  line-height: 1.2;
  margin-top: 4rem;
  font-size: 1.4rem;
}


.block__deleteaccount_confirm .block__content input {
  max-width: 400px;
}


.block__deleteaccount__do .block__footer,
.block__deleteaccount_confirm .block__footer {
  display: block;
  margin: 0 -3rem;
  padding: 3rem;
  background-color: #f9f9f9;
}


.block__deleteaccountconfirm p {
  padding: 10rem 3rem;
  text-align: center;
}


.delete__account__form {
  margin: 3rem 0;
}


.delete__account__form textarea {
  min-height: 1rem;
  border: none;
  border-bottom: 1px solid #bdc3c7;
  padding-left: 0;
}


.delete__account__form textarea:focus, .delete__account__form input[type="text"]:focus, .delete__account__form input[type="password"]:focus, .delete__account__form input[type="datetime"]:focus, .delete__account__form input[type="datetime-local"]:focus, .delete__account__form input[type="date"]:focus, .delete__account__form input[type="month"]:focus, .delete__account__form input[type="time"]:focus, .delete__account__form input[type="week"]:focus, .delete__account__form input[type="number"]:focus, .delete__account__form input[type="email"]:focus, .delete__account__form input[type="url"]:focus, .delete__account__form input[type="search"]:focus, .delete__account__form input[type="tel"]:focus, .delete__account__form input[type="color"]:focus, .delete__account__form .uneditable-input:focus {
  border-color: rgba(151, 227, 0, 0.8);
  box-shadow: 0 3px 2px -3px rgba(151, 227, 0, 0.6);
  outline: 0 none;
}


.delete__account__form textarea:-moz-placeholder {
  text-transform: uppercase;
  font-size: 1.5rem;
}


.delete__account__form textarea:-ms-input-placeholder {
  text-transform: uppercase;
  font-size: 1.5rem;
}
.delete__account__form textarea::placeholder {
  text-transform: uppercase;
  font-size: 1.5rem;
}


.delete__account__form__title {
  text-transform: none;
  margin-bottom: 2rem;
}


.block__deleteaccount__checkboxes .checkbox__label {
  display: -ms-flexbox;
  display: flex;
  color: #a8a8a8;
}


.block__deleteaccount__checkboxes span {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding-right: 1rem;
  line-height: 1.2;
}


.block__deleteaccount__checkboxes .checkbox__label input {
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}


.remodal.newletters__modals {
  max-width: 400px;
}


.newletters__modals .label {
  width: 200px;
  color: #a8a8a8;
  font-size: 1.4rem;
  text-align: left;
}


.contact .hero__baseline {
  margin-bottom: 3rem;
}


.block__contact {
  padding: 0;
}


.block__contact .block__content,
.block__contact .block__footer {
  padding: 3rem;
}


.block__contact .block__footer {
  background-color: #f9f9f9;
}


.contact__aside__title {
  color: rgba(13, 15, 19, 0.8);
  font-size: 2rem;
  margin-bottom: 1rem;
}


.contact__aside__link {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.4rem;
  color: rgba(13, 15, 19, 0.8);
}


.contact__aside__link:after {
  content: ">";
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
}


.contact select, .contact input {
  font-size: 1.4rem;
}


.contact select {
  font-weight: 700;
  color: rgba(13, 15, 19, 0.6);
}


.contact ::-webkit-input-placeholder {
  font-size: 1.4rem;
}


.contact input:-moz-placeholder,
.contact textarea:-moz-placeholder {
  font-size: 1.4rem;
  text-transform: uppercase;
}


.contact input:-ms-input-placeholder,
.contact textarea:-ms-input-placeholder {
  font-size: 1.4rem;
  text-transform: uppercase;
}
.contact input::placeholder,
.contact textarea::placeholder {
  font-size: 1.4rem;
  text-transform: uppercase;
}


.contact input,
.contact textarea {
  border: none;
  border-bottom: 1px solid #bdc3c7;
}


.contact textarea {
  min-height: 1rem;
}


.contact textarea:focus, .contact input[type="text"]:focus, .contact input[type="password"]:focus, .contact input[type="datetime"]:focus, .contact input[type="datetime-local"]:focus, .contact input[type="date"]:focus, .contact input[type="month"]:focus, .contact input[type="time"]:focus, .contact input[type="week"]:focus, .contact input[type="number"]:focus, .contact input[type="email"]:focus, .contact input[type="url"]:focus, .contact input[type="search"]:focus, .contact input[type="tel"]:focus, .contact input[type="color"]:focus, .contact .uneditable-input:focus {
  border-color: rgba(151, 227, 0, 0.8);
  box-shadow: 0 3px 2px -3px rgba(151, 227, 0, 0.6);
  outline: 0 none;
}


.onjoue .section__goodie {
  padding-bottom: 0;
}


.container__score {
  position: relative;
  padding-top: 6rem;
}


.onjoue__score {
  position: absolute;
  z-index: 888;
  right: 50%;
  top: -6rem;
  -ms-transform: translateX(50%);
      transform: translateX(50%);
  max-width: 250px;
}


.onjoue__score__inner {
  padding: 3rem 5rem;
  background-color: #97e300;
  -webkit-clip-path: polygon(15% 14%, 100% 4%, 100% 100%, 0 85%);
          clip-path: polygon(15% 14%, 100% 4%, 100% 100%, 0 85%);
  background-image: linear-gradient(45deg, #d3ff00, #97e300);
  box-shadow: -3px 0px 9px 0px rgba(0, 0, 0, 0.09);
}


.onjoue__score__inner span {
  font-weight: bold;
  font-size: 2.8rem;
}


.onjoue__score__inner .title__register {
  font-size: 1.4rem;
  line-height: 1.3;
}


.onjoue__score__inner .btn {
  font-size: 1.3rem;
  padding: .5rem 1rem;
  margin: 0 0 2rem;
}


.onjoue__score__alt {
  max-width: 300px;
  top: -8rem;
}


.onjoue__score__alt .onjoue__score__inner {
  padding: 4rem 5rem 1rem;
}


.block__classement {
  position: relative;
  padding-top: 6rem;
  margin-top: 6rem;
  margin-bottom: 0.5rem;
  background-color: #fff;
}


.classement__title {
  position: absolute;
  top: 0;
  left: -2rem;
  margin-top: -3rem;
}


.classement__list__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}


.classement__list__item + .classement__list__item {
  border-top: 1px solid #e6e6e6;
}


.classement__list__item.selected {
  background-color: #f7f7f7;
}


.classement__order,
.classement__avatar,
.classement__pseudo,
.classement__score {
  padding: 1rem .6rem;
}


.classement__order {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
  color: #a8a8a8;
  text-align: center;
  padding: .5rem 0;
  -ms-flex-preferred-size: 2rem;
      flex-basis: 2rem;
  line-height: 1;
}


.selected .classement__order {
  color: black;
  font-size: 140%;
}


.classement__avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}


.classement__avatar img {
  max-height: 2rem;
}


.classement__pseudo {
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.3;
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.classement__score {
  text-align: right;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}


.classement__score svg {
  height: 1.4rem;
}


.block__classement__search {
  text-align: right;
}


.block__classement__form {
  margin-bottom: 3rem;
  display: inline-block;
  width: 100%;
}


.section__point {
  padding-bottom: 0;
  -webkit-clip-path: polygon(0 6rem, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 6rem, 100% 0, 100% 100%, 0 100%);
}


.section__point .section__header {
  padding-top: 6rem;
}


.section__point .title__mark {
  font-size: 3rem;
}


.section__point__icons img {
  display: block;
  max-width: 80%;
  margin: 6rem auto 0;
}


.section__point .title__mark {
  font-size: 4rem;
}


.section__point .title__mark strong {
  font-size: 2rem;
  line-height: 1;
}


.onjoue .section__app .title__mark {
  font-size: 2rem;
}


.onjoue .section__app .title__mark strong {
  font-size: 4rem;
  line-height: 1;
}


.goodie__list {
  padding-top: 4rem;
}


.goodie__item {
  display: block;
  position: relative;
  background-color: #fff;
  margin-bottom: 4rem;
  box-shadow: -3px 0px 50px 0px rgba(0, 0, 0, 0.3);
  transition: all .3s ease-out;
}


.goodie__item:hover {
  -ms-transform: scale(1.02);
      transform: scale(1.02);
  box-shadow: -3px 0px 50px 0px rgba(0, 0, 0, 0.6);
}


.goodie__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: .5rem 1.5rem;
}


.goodie__point {
  border-left: 1px solid #000;
  padding-left: 1.5rem;
}


.goodie__name {
  line-height: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 1rem;
}


.goodie__point {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}


.goodie__status__wrap {
  position: absolute;
  right: 0;
  top: -.5rem;
  z-index: 10;
  filter: drop-shadow(-5px 5px 0 #97e300);
}


.goodie__status {
  color: white;
  font-size: 1.2rem;
  padding: 1rem 2rem;
  -webkit-clip-path: polygon(0.9rem 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0.9rem 0, 100% 0, 100% 100%, 0% 100%);
  background: #13161b url("data:image/svg+xml,%3Csvg class='svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 110.7 110.7'%3E%3Cpath fill='%23fff' fill-opacity='0.2' d='M55.3 110.7c-11 0-21.8-3.3-30.9-9.5-8.9-6-15.9-14.5-20-24.3-7.3-17.2-5.4-37 5.1-52.5 4-5.9 9.1-11 14.9-14.9 22-14.8 51.3-12 70.1 6.8 5 5 9.1 11 11.9 17.6 7.3 17.2 5.4 37-5.1 52.5-6 8.9-14.5 15.9-24.3 20-6.9 2.8-14.3 4.3-21.7 4.3zM44.7 28c-3.2 2.3-6 5-8.4 8-3.8 4.7-8.4 12.5-8.4 22.4 0 15.6 9.7 25.1 17.9 30.3 5.5 3.5 11.6 6.1 17.9 7.7-3.9-6.3-5-11.5-3.7-16.2 1.2-4.2 4.4-7.7 7.7-11.4 5.4-5.9 11.5-12.5 11.5-24.3 0-20.9-17.5-30.6-29.4-30.6 4.2 2.4 7.5 6 9.4 10.4.8 1.9 1.3 3.8 1.5 5.8.2 1.8 0 3.6-.4 5.4-1.1 4.3-4.1 7-7.8 7h-.4c-5.1 0-7.3-2.2-8.3-4.1-.8-1.7-1.1-3.6-.8-5.4.1-1.8.7-3.5 1.7-5z'/%3E%3C/svg%3E") no-repeat 20% center;
}


.goodie__status__wrap.active {
  filter: drop-shadow(-5px 5px 0 #13161b);
}


.goodie__status__wrap.active .goodie__status {
  background-color: #97e300;
  color: #13161b;
}


.onjoue .block__event__infos .title {
  color: #253140;
}


.onjoue .block__event__infos .svg {
  fill: #253140;
}


.section__goodie__title,
.section__goodie__score {
  font-size: 3rem;
}


.modal__goodie__success {
  background: url(../../img/goodie_modal_bg.jpg) no-repeat bottom center;
  background-size: cover;
}


.modal__goodie__fail {
  background: url(../../img/goodie_modal_fail_bg.jpg) no-repeat bottom center;
  background-size: cover;
}


.modal__goodie__title {
  font-size: 4rem;
}


.modal__goodie__text {
  color: #253140;
  padding: 6rem 3rem 1rem;
  font-size: 1.7rem;
}


.modal__goodie__text .svg {
  fill: #253140;
}


.goodie__code {
  display: inline-block;
  background-image: url(../../img/home/home-concept-bg.png);
  margin: 3rem auto 0;
  font-size: 2.5rem;
  color: white;
  font-weight: 700;
  padding: 2rem 3rem;
}


.goodie__code__personnal {
  display: block;
  margin-top: 10rem;
  text-align: right;
  font-size: 1.5rem;
}


.btn__how {
  margin-top: 6rem;
}


.repertoire .block__header {
  background-color: #e2e2e2;
  padding-top: 2rem;
  padding-bottom: 2rem;
}


.repertoire .block__section {
  padding: 3rem 2rem;
}


.repertoire .filters {
  font-size: 1.3rem;
}


.repertoire .checkbox__label {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #a8a8a8;
}


.repertoire .form__field {
  display: block;
  margin-top: 2rem;
  margin-bottom: 0;
}


.block__filters {
  padding: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 50px;
  z-index: 888;
  height: 100%;
  overflow: scroll;
}


.block__section.block__closeFilter {
  padding-top: 1rem;
  padding-bottom: 1rem;
}


.block__header {
  padding: 3rem;
  background-color: #f6f6f6;
  margin-bottom: 0;
}


.block__section {
  padding: 3rem 1rem;
}


.block__section + .block__section {
  border-top: 1px solid #e3e3e3;
}


.block__section__title {
  font-size: 1.3rem;
}


.cardbar {
  background: #fff;
  margin-bottom: 1.6rem;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  padding-bottom: 2rem;
}
@media (min-width: 1200px) {
	/* fix hover 1px */
	.cardbar {
		width: 269px;
	}
}

.cardbar .card__content {
  padding: 3rem 1rem;
}


.cardbar__title {
  text-transform: uppercase;
  color: #97e300;
  font-size: 1.8rem;
}


.cardbar address {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-top: 1rem;
}


.cardbar .btn span {
  transition: all .3s ease;
}


.cardbar .btn {
  transition: all .3s ease;
}


.cardbar .btn:hover {
  background-color: #13161b;
}


.cardbar .btn:hover span {
  color: #97e300;
}


.cardbar__slider {
  padding-left: 0;
  padding-right: 0;
}


.cardbar__slider .slick-next,
.cardbar__slider .slick-prev {
  z-index: 777;
}


.cardbar__slider .slick-next svg,
.cardbar__slider .slick-prev svg {
  height: 2rem;
  width: 2rem;
  fill: white;
}


.cardbar__slider .slick-next {
  right: 1rem;
}


.cardbar__slider .slick-prev {
  left: 1rem;
}


.filter__bar {
  display: block;
  margin-bottom: 2rem;
}


.presse .hero .btn + .btn {
  margin-left: 1rem;
}


.article__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  border-top: 1px solid #e6e6e6;
  padding: 1rem;
  line-height: 1.2;
  transition: all .3s ease-in;
}


.article__item:hover {
  background-color: #f4f4f4;
  cursor: pointer;
}


.article__item__date {
  display: none;
}


.article__item__logo {
  max-width: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}


.article__item__excerpt {
  padding: 0 2rem;
}


.article__item__excerpt .article__meta {
  display: block;
  font-size: 1.4rem;
}


.article__item__excerpt p {
  font-size: 1.4rem;
}


.article__item__lang {
  max-width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
}


.article__item__lang img {
  display: inline-block;
  border-radius: 999px;
}


.article__meta {
  font-weight: 700;
  color: #a8a8a8;
  font-size: 1.4rem;
}



.title__mark.title__green,
.title__mark.title__orange,
.title__mark.title__yellow,
.title__mark.title__magenta,
.title__mark.title__purple,
.title__mark.title__red,
.title__mark.title__blue {
	position: relative;
	margin-bottom: 2rem;
}



.title__mark.title__green span, .title__mark.title__green strong {color: #97e300;}
.title__mark.title__orange span, .title__mark.title__orange strong {color: #ff5d00;}
.title__mark.title__yellow span, .title__mark.title__yellow strong {color: #ffe600;}
.title__mark.title__magenta span, .title__mark.title__magenta strong {color: #e62059;}
.title__mark.title__purple span, .title__mark.title__purple strong {color: #8a46e3;}
.title__mark.title__red span, .title__mark.title__red strong {color: #e91414;}
.title__mark.title__blue span, .title__mark.title__blue strong {color: #5cd7e4;}

.cocktail_from_bar_green div {background-color: #97e3006e;}
.cocktail_from_bar_orange div {background-color: #ff5d006e;}
.cocktail_from_bar_yellow div {background-color: #ffe6006e;}
.cocktail_from_bar_magenta div {background-color: #e620596e;}
.cocktail_from_bar_purple div {background-color: #8a46e36e;}
.cocktail_from_bar_red div {background-color: #e914146e;}
.cocktail_from_bar_blue div {background-color: #5cd7e46e;}

.title__mark.title__green .title__tag {background-color: #97e300;}
.title__mark.title__orange .title__tag {background-color: #ff5d00;}
.title__mark.title__yellow .title__tag {background-color: #ffe600;}
.title__mark.title__magenta .title__tag {background-color: #e62059;}
.title__mark.title__purple .title__tag {background-color: #8a46e3;}
.title__mark.title__red .title__tag {background-color: #e91414;}
.title__mark.title__blue .title__tag {background-color: #5cd7e4;}

.title__mark.title__green .title__tag,
.title__mark.title__orange .title__tag,
.title__mark.title__yellow .title__tag,
.title__mark.title__magenta .title__tag,
.title__mark.title__purple .title__tag,
.title__mark.title__red .title__tag,
.title__mark.title__blue .title__tag {
	font-size: 50%;
	position: absolute;
	top: -1rem;
	left: -1rem;
	padding: 0.4rem 1rem 0.3rem;
	text-transform: uppercase;
	color: #13161b;
	-ms-transform: rotate(-4deg) skew(-5deg, 0);
	transform: rotate(-4deg) skew(-5deg, 0);
}




.cocktail__item {
  position: relative;
  width: 100%;
  margin: 0 auto;
}


.cocktail__item__inner {
  background-color: #fff;
  padding: 3rem 1rem;
}


.cocktail__item__content {
  padding-top: 6rem;
  font-size: 80%;
  line-height: 1.4;
}


.cocktail__item__pellet {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 250px;
  height: 250px;
}


.cocktail__item__glass {
  height: 400px;
  width: 100%;
  position: absolute;
  right: 0;
  top: -5rem;
  text-align: center;
  z-index: 60;
}


.cocktail__item__glass img {
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}


.section__cocktail .cocktail__item__glass {
  pointer-events: none;
}


.cocktail__item.alt {
  box-shadow: none;
}


.cocktail__item.alt .cocktail__item__inner {
  background: transparent;
  -webkit-clip-path: unset;
          clip-path: unset;
}


.cocktail__item.alt .cocktail__item__pellet {
  overflow: visible;
}


.cocktail__item.inverted .cocktail__item__pellet {
  overflow: visible;
}


.cocktail__item.inverted .cocktail__item__glass {
  position: absolute;
  right: 0;
}


.cocktail__list li {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
}


.cocktail__list li:before {
  content: '■';
  color: #a8a8a8;
  margin: 0 0.5rem 0 0;
}


.cocktail__list li:first-child::before {
  content: '';
}


.section__cocktail__angled {
  position: relative;
}


.section__cocktail__angled::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 30' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,30 100,30 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -30px;
}


/* Commented by Sandrine */
/* .section__cocktail__angled::after { */
/*   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 30' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,30 100,0'%3E%3C/polygon%3E%3C/svg%3E"); */
/*   background-position: center center; */
/*   background-repeat: no-repeat; */
/*   background-size: 100% 100%; */
/*   content: ''; */
/*   height: 30px; */
/*   left: 0; */
/*   position: absolute; */
/*   right: 0; */
/*   width: 100%; */
/*   z-index: 1; */
/*   bottom: -30px; */
/* } */


/* .section__cocktail__angled + .section { */
/*   padding-top: 9rem; */
/* } */


/* .jsSliderCocktail { */
/*   margin-top: -10rem; */
/* } */


/* .jsSliderCocktail .slick-list { */
/*   padding-top: 10rem; */
/*   padding-bottom: 3rem; */
/* } */


/* .jsSliderCocktail .slick-slide img { */
/*   display: inline-block; */
/* } */


/* .slick-slide .cocktail__item__pellet, */
/* .slick-slide .cocktail__item__glass { */
/*   opacity: 0; */
/*   transition-delay: .1s; */
/*   transition: all .4s ease-in; */
/* } */


/* .slick-slide .title, */
/* .slick-slide .cocktail__item__content p, */
/* .slick-slide .cocktail__list { */
/*   transition: all .4s ease-out; */
/*   opacity: 0; */
/*   -ms-transform: translateY(2rem); */
/*       transform: translateY(2rem); */
/* } */


/* .slick-slide .title { */
/*   transition-delay: .1s; */
/* } */


/* .slick-slide .cocktail__item__content { */
/*   transition-delay: .15s; */
/* } */


/* .slick-slide .cocktail__list { */
/*   transition-delay: .2s; */
/* } */


/* .slick-slide .cocktail__item__pellet { */
/*   -ms-transform: translateY(3rem); */
/*       transform: translateY(3rem); */
/* } */


/* .slick-slide .cocktail__item__glass { */
/*   transition-delay: .2s; */
/*   -ms-transform: scale(0.95); */
/*       transform: scale(0.95); */
/* } */


.slick-slide.slick-active .cocktail__item__pellet,
.slick-slide.slick-active .cocktail__item__glass {
  opacity: 1;
  -ms-transform: scale(1) translateX(0);
      transform: scale(1) translateX(0);
}


/* .slick-slide.slick-active .title, */
/* .slick-slide.slick-active .cocktail__item__content p, */
/* .slick-slide.slick-active .cocktail__list { */
/*   opacity: 1; */
/*   -ms-transform: translateY(0); */
/*       transform: translateY(0); */
/* } */


/* .section__cocktail .cocktail__item .cocktail__item__pellet, */
/* .section__cocktail .cocktail__item .cocktail__item__glass { */
/*   transition: all .2s ease-out; */
/*   opacity: 0; */
/* } */


/* .section__cocktail .cocktail__item .title, */
/* .section__cocktail .cocktail__item .cocktail__item__content p, */
/* .section__cocktail .cocktail__item .cocktail__list { */
/*   transition: all .4s ease-out; */
/*   opacity: 0; */
/*   -ms-transform: translateY(2rem); */
/*       transform: translateY(2rem); */
/* } */


/* .section__cocktail .cocktail__item .title { */
/*   transition-delay: .1s; */
/* } */


/* .section__cocktail .cocktail__item .cocktail__item__content { */
/*   transition-delay: .15s; */
/* } */


/* .section__cocktail .cocktail__item .cocktail__list { */
/*   transition-delay: .2s; */
/* } */


/* .section__cocktail .cocktail__item .cocktail__item__pellet { */
/*   transition-delay: .1s; */
/* } */


/* .section__cocktail .cocktail__item .cocktail__item__glass { */
/*   transition-delay: .2s; */
/* } */


/* .section__cocktail .cocktail__item.is-visible .cocktail__item__pellet, */
/* .section__cocktail .cocktail__item.is-visible .cocktail__item__glass { */
/*   opacity: 1; */
/* } */


/* .section__cocktail .cocktail__item.is-visible .title, */
/* .section__cocktail .cocktail__item.is-visible .cocktail__item__content p, */
/* .section__cocktail .cocktail__item.is-visible .cocktail__list { */
/*   opacity: 1; */
/*   -ms-transform: translateY(0); */
/*       transform: translateY(0); */
/* } */


@media (min-width: 375px){

  .container{
    padding-right: 2rem;
    padding-left: 2rem;
  }

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

  .row{
    margin-right: -2rem;
    margin-left: -2rem;
  }

  .col_1, .col_2, .col_3, .col_4, .col_5, .col_6, .col_7, .col_8, .col_9, .col_10, .col_11, .col_12, .col_sm_1, .col_sm_2, .col_sm_3, .col_sm_4, .col_sm_5, .col_sm_6, .col_sm_7, .col_sm_8, .col_sm_9, .col_sm_10, .col_sm_11, .col_sm_12, .col_md_1, .col_md_2, .col_md_3, .col_md_4, .col_md_5, .col_md_6, .col_md_7, .col_md_8, .col_md_9, .col_md_10, .col_md_11, .col_md_12, .col_lg_1, .col_lg_2, .col_lg_3, .col_lg_4, .col_lg_5, .col_lg_6, .col_lg_7, .col_lg_8, .col_lg_9, .col_lg_10, .col_lg_11, .col_lg_12, .col_xl_1, .col_xl_2, .col_xl_3, .col_xl_4, .col_xl_5, .col_xl_6, .col_xl_7, .col_xl_8, .col_xl_9, .col_xl_10, .col_xl_11, .col_xl_12{
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .col_sm_1{
    float: left;
    width: 8.333333%;
  }

  .col_sm_2{
    float: left;
    width: 16.666667%;
  }

  .col_sm_3{
    float: left;
    width: 25%;
  }

  .col_sm_4{
    float: left;
    width: 33.333333%;
  }

  .col_sm_5{
    float: left;
    width: 41.666667%;
  }

  .col_sm_6{
    float: left;
    width: 50%;
  }

  .col_sm_7{
    float: left;
    width: 58.333333%;
  }

  .col_sm_8{
    float: left;
    width: 66.666667%;
  }

  .col_sm_9{
    float: left;
    width: 75%;
  }

  .col_sm_10{
    float: left;
    width: 83.333333%;
  }

  .col_sm_11{
    float: left;
    width: 91.666667%;
  }

  .col_sm_12{
    float: left;
    width: 100%;
  }

  .pull_sm-0{
    right: auto;
  }

  .pull_sm-1{
    right: 8.333333%;
  }

  .pull_sm-2{
    right: 16.666667%;
  }

  .pull_sm-3{
    right: 25%;
  }

  .pull_sm-4{
    right: 33.333333%;
  }

  .pull_sm-5{
    right: 41.666667%;
  }

  .pull_sm-6{
    right: 50%;
  }

  .pull_sm-7{
    right: 58.333333%;
  }

  .pull_sm-8{
    right: 66.666667%;
  }

  .pull_sm-9{
    right: 75%;
  }

  .pull_sm-10{
    right: 83.333333%;
  }

  .pull_sm-11{
    right: 91.666667%;
  }

  .pull_sm-12{
    right: 100%;
  }

  .push_sm_0{
    left: auto;
  }

  .push_sm_1{
    left: 8.333333%;
  }

  .push_sm_2{
    left: 16.666667%;
  }

  .push_sm_3{
    left: 25%;
  }

  .push_sm_4{
    left: 33.333333%;
  }

  .push_sm_5{
    left: 41.666667%;
  }

  .push_sm_6{
    left: 50%;
  }

  .push_sm_7{
    left: 58.333333%;
  }

  .push_sm_8{
    left: 66.666667%;
  }

  .push_sm_9{
    left: 75%;
  }

  .push_sm_10{
    left: 83.333333%;
  }

  .push_sm_11{
    left: 91.666667%;
  }

  .push_sm_12{
    left: 100%;
  }

  .offset_sm_0{
    margin-left: 0%;
  }

  .offset_sm_1{
    margin-left: 8.333333%;
  }

  .offset_sm_2{
    margin-left: 16.666667%;
  }

  .offset_sm_3{
    margin-left: 25%;
  }

  .offset_sm_4{
    margin-left: 33.333333%;
  }

  .offset_sm_5{
    margin-left: 41.666667%;
  }

  .offset_sm_6{
    margin-left: 50%;
  }

  .offset_sm_7{
    margin-left: 58.333333%;
  }

  .offset_sm_8{
    margin-left: 66.666667%;
  }

  .offset_sm_9{
    margin-left: 75%;
  }

  .offset_sm_10{
    margin-left: 83.333333%;
  }

  .offset_sm_11{
    margin-left: 91.666667%;
  }

  .f_sm_row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .f_sm_column{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .f_sm_row_reverse{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .f_sm_column_reverse{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .f_sm_wrap{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .f_sm_nowrap{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .f_sm_wrap_reverse{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify_content_sm_start{
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify_content_sm_end{
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify_content_sm_center{
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify_content_sm_between{
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify_content_sm_around{
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align_items_sm_start{
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align_items_sm_end{
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align_items_sm_center{
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align_items_sm_baseline{
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align_items_sm_stretch{
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align_content_sm_start{
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align_content_sm_end{
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align_content_sm_center{
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align_content_sm_between{
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align_content_sm_around{
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align_content_sm_stretch{
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align_self_sm_auto{
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align_self_sm_start{
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align_self_sm_end{
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align_self_sm_center{
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align_self_sm_baseline{
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align_self_sm_stretch{
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .hero__title{
    font-size: 3rem;
  }

  .btn__small{
    font-size: 1.2rem;
  }

  .hero__dynamic{
    padding: 0;
  }

  .hero__home{
    padding-bottom: 0;
  }

  .event__item .title{
    font-size: 1.6rem;
  }

  .event__header{
    padding: 2rem;
  }

  .barslist__title{
    font-size: 2rem;
  }
}
@media only screen and (min-width: 641px){

  .remodal{
    max-width: 700px;
  }

  .remodal.modal__portfolio{
    max-width: 100%;
  }
}
@media (min-width: 767px){

  .container{
    padding-right: 2rem;
    padding-left: 2rem;
  }

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

  .container_s{
    padding-right: 2rem;
    padding-left: 2rem;
    max-width: 80%;
  }

  .container_xs{
    padding-right: 2rem;
    padding-left: 2rem;
    max-width: 70%;
  }

  .container_full{
    width: 9999px;
    max-width: 100%;
  }

  .row{
    margin-right: -2rem;
    margin-left: -2rem;
  }

  .col_1, .col_2, .col_3, .col_4, .col_5, .col_6, .col_7, .col_8, .col_9, .col_10, .col_11, .col_12, .col_sm_1, .col_sm_2, .col_sm_3, .col_sm_4, .col_sm_5, .col_sm_6, .col_sm_7, .col_sm_8, .col_sm_9, .col_sm_10, .col_sm_11, .col_sm_12, .col_md_1, .col_md_2, .col_md_3, .col_md_4, .col_md_5, .col_md_6, .col_md_7, .col_md_8, .col_md_9, .col_md_10, .col_md_11, .col_md_12, .col_lg_1, .col_lg_2, .col_lg_3, .col_lg_4, .col_lg_5, .col_lg_6, .col_lg_7, .col_lg_8, .col_lg_9, .col_lg_10, .col_lg_11, .col_lg_12, .col_xl_1, .col_xl_2, .col_xl_3, .col_xl_4, .col_xl_5, .col_xl_6, .col_xl_7, .col_xl_8, .col_xl_9, .col_xl_10, .col_xl_11, .col_xl_12{
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .col_md_1{
    float: left;
    width: 8.333333%;
  }

  .col_md_2{
    float: left;
    width: 16.666667%;
  }

  .col_md_3{
    float: left;
    width: 25%;
  }

  .col_md_4{
    float: left;
    width: 33.333333%;
  }

  .col_md_5{
    float: left;
    width: 41.666667%;
  }

  .col_md_6{
    float: left;
    width: 50%;
  }

  .col_md_7{
    float: left;
    width: 58.333333%;
  }

  .col_md_8{
    float: left;
    width: 66.666667%;
  }

  .col_md_9{
    float: left;
    width: 75%;
  }

  .col_md_10{
    float: left;
    width: 83.333333%;
  }

  .col_md_11{
    float: left;
    width: 91.666667%;
  }

  .col_md_12{
    float: left;
    width: 100%;
  }

  .pull_md_0{
    right: auto;
  }

  .pull_md_1{
    right: 8.333333%;
  }

  .pull_md_2{
    right: 16.666667%;
  }

  .pull_md_3{
    right: 25%;
  }

  .pull_md_4{
    right: 33.333333%;
  }

  .pull_md_5{
    right: 41.666667%;
  }

  .pull_md_6{
    right: 50%;
  }

  .pull_md_7{
    right: 58.333333%;
  }

  .pull_md_8{
    right: 66.666667%;
  }

  .pull_md_9{
    right: 75%;
  }

  .pull_md_10{
    right: 83.333333%;
  }

  .pull_md_11{
    right: 91.666667%;
  }

  .pull_md_12{
    right: 100%;
  }

  .push_md_0{
    left: auto;
  }

  .push_md_1{
    left: 8.333333%;
  }

  .push_md_2{
    left: 16.666667%;
  }

  .push_md_3{
    left: 25%;
  }

  .push_md_4{
    left: 33.333333%;
  }

  .push_md_5{
    left: 41.666667%;
  }

  .push_md_6{
    left: 50%;
  }

  .push_md_7{
    left: 58.333333%;
  }

  .push_md_8{
    left: 66.666667%;
  }

  .push_md_9{
    left: 75%;
  }

  .push_md_10{
    left: 83.333333%;
  }

  .push_md_11{
    left: 91.666667%;
  }

  .push_md_12{
    left: 100%;
  }

  .offset_md_0{
    margin-left: 0%;
  }

  .offset_md_1{
    margin-left: 8.333333%;
  }

  .offset_md_2{
    margin-left: 16.666667%;
  }

  .offset_md_3{
    margin-left: 25%;
  }

  .offset_md_4{
    margin-left: 33.333333%;
  }

  .offset_md_5{
    margin-left: 41.666667%;
  }

  .offset_md_6{
    margin-left: 50%;
  }

  .offset_md_7{
    margin-left: 58.333333%;
  }

  .offset_md_8{
    margin-left: 66.666667%;
  }

  .offset_md_9{
    margin-left: 75%;
  }

  .offset_md_10{
    margin-left: 83.333333%;
  }

  .offset_md_11{
    margin-left: 91.666667%;
  }

  .row_ib [class*="col_"]{
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: -.3333em;
  }

  .row_ib.row_ib_bottom [class*="col_"]{
    vertical-align: bottom;
  }

  .list__inline.center__md{
    text-align: center;
  }

  .list__inline.right__md{
    text-align: right;
  }

  .form__field.aligned .form__field__label{
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    margin-left: -.3333rem;
  }

  .form__field.aligned input,
  .form__field.aligned select,
  .form__field.aligned textarea{
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    margin-left: -.3333rem;
  }

  .btn__block.sm__only{
    display: inline-block;
    width: auto;
  }

  .btn__block__md{
    display: block;
    width: 100%;
    text-align: center;
  }

  .btn__group__md{
    text-align: center;
  }

  .left__md{
    text-align: left;
  }

  .center__md{
    text-align: center;
  }

  .right__md{
    text-align: right;
  }

  .f_md_row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .f_md_column{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .f_md_row_reverse{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .f_md_column_reverse{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .f_md_wrap{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .f_md_nowrap{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .f_md_wrap_reverse{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify_content_md_start{
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify_content_md_end{
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify_content_md_center{
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify_content_md_between{
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify_content_md_around{
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align_items_md_start{
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align_items_md_end{
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align_items_md_center{
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align_items_md_baseline{
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align_items_md_stretch{
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align_content_md_start{
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align_content_md_end{
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align_content_md_center{
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align_content_md_between{
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align_content_md_around{
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align_content_md_stretch{
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align_self_md_auto{
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align_self_md_start{
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align_self_md_end{
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align_self_md_center{
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align_self_md_baseline{
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align_self_md_stretch{
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .media__md .media__left,
  .media__md .media__right,
  .media__md .media__body{
    display: table-cell;
    vertical-align: top;
  }

  .media__md .f__media{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero__baseline{
    margin-top: 4rem;
    font-size: 1.4rem;
    max-width: 400px;
  }

  .hero__baseline__large{
    max-width: 550px;
  }

  .hero__title{
    line-height: 1.6;
  }

  .hero + .main{
    margin-top: -12rem;
  }

  .block__confirm__icon{
    max-width: 70%;
  }

  .header .navbar .container{
    width: 960px;
    max-width: 100%;
  }

  .section__logolist{
    padding: 4rem 0;
  }

  .logolist li{
    max-width: 13%;
  }

  .barfinder{
    max-width: 400px;
  }

  .section__concept .section__content{
    padding-bottom: 3rem;
  }

  .section__app .section__content{
    padding-right: 3rem;
    padding-bottom: 3rem;
  }

  .app__links a{
    display: inline-block;
    max-width: 30%;
  }

  .section__databars .container__databullets{
    max-width: 70%;
  }

  .section__staff .row_ib [class*="col_"],
  .section__franchisestaff .row_ib [class*="col_"]{
    vertical-align: top;
  }

  .databullets__title{
    font-size: 6rem;
  }

  .barslist__form{
    margin: 10rem auto 0;
    max-width: 60rem;
  }

  .event__item .title{
    font-size: 2rem;
  }

  .block__event__content{
    padding: 4rem;
  }

  .block__event__infos__img .logo{
    max-width: 450px;
  }

  .barslist__title{
    font-size: 3.2rem;
  }

  .section__advantages{
    padding-top: 8rem;
  }

  .espacepros .advantages__list{
    margin-top: 12rem;
  }

  .portfolio__item{
    float: left;
    z-index: 100;
    width: 33.3333%;
  }

  .barpage .hero__dynamic__img{
    min-height: 500px;
  }

  .barpage .hero__baseline{
    margin-top: 6rem;
  }

  .infosbar{
    max-width: 400px;
  }

  .article__title{
    font-size: 6rem;
  }

  .article__baseline{
    font-size: 2.8rem;
  }

  .parrain__infos__url, .parrain__infos__user{
    display: inline-block;
    vertical-align: top;
    margin-left: -0.3333em;
  }

  .block__hautsfaits__name{
    font-size: 1.7rem;
  }

  .hautsfait__badges__list li{
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
  }

  .profile__info{
    max-width: 700px;
    margin: -15rem auto 8rem;
    padding: 20rem 2rem 0 10rem;
  }

  .profile__info__header, .profile__info__footer{
    display: inline-block;
    vertical-align: top;
    margin-left: -0.3333em;
  }

  .profile__info__header{
    width: 60%;
    text-align: left;
  }

  .profile__info__footer{
    padding-top: 0;
    width: 40%;
    border-top: unset;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }

  .deleteaccount__form{
    margin: 6rem auto 0;
  }

  .newsletter__list span{
    font-size: 1.7rem;
  }

  .block__deleteaccount{
    max-width: 700px;
  }

  .delete__account__form{
    margin: 0;
  }

  .remodal.newletters__modals{
    max-width: 400px;
  }

  .contact select, .contact input{
    font-size: 1.7rem;
  }

  .contact ::-webkit-input-placeholder{
    font-size: 1.7rem;
  }

  .contact input:-moz-placeholder,
  .contact textarea:-moz-placeholder{
    font-size: 1.7rem;
  }

  .contact input:-ms-input-placeholder,
  .contact textarea:-ms-input-placeholder{
    font-size: 1.7rem;
  }
  .contact input::placeholder,
  .contact textarea::placeholder{
    font-size: 1.7rem;
  }

  .classement__order{
    -ms-flex-preferred-size: 5rem;
    flex-basis: 5rem;
    padding: 1rem 0;
  }

  .block__classement__form{
    width: 50%;
  }

  .section__point .title__mark{
    font-size: 6rem;
  }

  .section__point .title__mark strong{
    font-size: 4rem;
  }

  .onjoue .section__app .title__mark{
    font-size: 4rem;
  }

  .onjoue .section__app .title__mark strong{
    font-size: 6rem;
  }

  .title__mark.title__red .title__tag{
    top: -2rem;
    left: -2rem;
  }

  .title__mark.title__green .title__tag{
    top: -2rem;
    left: -2rem;
  }

  .title__mark.title__orange .title__tag{
    top: -2rem;
    left: -2rem;
  }

  .title__mark.title__blue .title__tag{
    top: -2rem;
    left: -2rem;
  }

  .cocktail__item__inner{
    -webkit-clip-path: polygon(0 0, 99% 0, 100% 94%, 2% 100%);
    clip-path: polygon(0 0, 99% 0, 100% 94%, 2% 100%);
    padding: 3rem 2rem;
  }

  .section__cocktail__angled{
    padding-top: 6rem;
    margin-top: 10rem;
    margin-bottom: 10rem;
    position: relative;
  }

  .section__cocktail__angled::before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,100 100,100 100,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 100px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: -2;
    top: -100px;
  }

  /* Commented by Sandrine */
/*   .section__cocktail__angled::after{ */
/*     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,100 100,0'%3E%3C/polygon%3E%3C/svg%3E"); */
/*     background-position: center center; */
/*     background-repeat: no-repeat; */
/*     background-size: 100% 100%; */
/*     content: ''; */
/*     height: 100px; */
/*     left: 0; */
/*     position: absolute; */
/*     right: 0; */
/*     width: 100%; */
/*     z-index: 1; */
/*     bottom: -100px; */
/*   } */

  .jsSliderCocktail .slick-list{
    padding-bottom: 10rem;
  }
}
@media only screen and (min-width: 767px){

  .remodal{
    max-width: 700px;
  }
}
@media (min-width: 961px){

  body{
    padding-top: 6.7rem;
  }

  .container{
    padding-right: 2rem;
    padding-left: 2rem;
  }

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

  .container_s{
    padding-right: 2rem;
    padding-left: 2rem;
    max-width: 80%;
  }

  .container_xs{
    padding-right: 2rem;
    padding-left: 2rem;
    max-width: 70%;
  }

  .container_full{
    width: 9999px;
    max-width: 100%;
  }

  .row{
    margin-right: -2rem;
    margin-left: -2rem;
  }

  .col_1, .col_2, .col_3, .col_4, .col_5, .col_6, .col_7, .col_8, .col_9, .col_10, .col_11, .col_12, .col_sm_1, .col_sm_2, .col_sm_3, .col_sm_4, .col_sm_5, .col_sm_6, .col_sm_7, .col_sm_8, .col_sm_9, .col_sm_10, .col_sm_11, .col_sm_12, .col_md_1, .col_md_2, .col_md_3, .col_md_4, .col_md_5, .col_md_6, .col_md_7, .col_md_8, .col_md_9, .col_md_10, .col_md_11, .col_md_12, .col_lg_1, .col_lg_2, .col_lg_3, .col_lg_4, .col_lg_5, .col_lg_6, .col_lg_7, .col_lg_8, .col_lg_9, .col_lg_10, .col_lg_11, .col_lg_12, .col_xl_1, .col_xl_2, .col_xl_3, .col_xl_4, .col_xl_5, .col_xl_6, .col_xl_7, .col_xl_8, .col_xl_9, .col_xl_10, .col_xl_11, .col_xl_12{
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .col_lg_1{
    float: left;
    width: 8.333333%;
  }

  .col_lg_2{
    float: left;
    width: 16.666667%;
  }

  .col_lg_3{
    float: left;
    width: 25%;
  }

  .col_lg_4{
    float: left;
    width: 33.333333%;
  }

  .col_lg_5{
    float: left;
    width: 41.666667%;
  }

  .col_lg_6{
    float: left;
    width: 50%;
  }

  .col_lg_7{
    float: left;
    width: 58.333333%;
  }

  .col_lg_8{
    float: left;
    width: 66.666667%;
  }

  .col_lg_9{
    float: left;
    width: 75%;
  }

  .col_lg_10{
    float: left;
    width: 83.333333%;
  }

  .col_lg_11{
    float: left;
    width: 91.666667%;
  }

  .col_lg_12{
    float: left;
    width: 100%;
  }

  .pull_lg_0{
    right: auto;
  }

  .pull_lg_1{
    right: 8.333333%;
  }

  .pull_lg_2{
    right: 16.666667%;
  }

  .pull_lg_3{
    right: 25%;
  }

  .pull_lg_4{
    right: 33.333333%;
  }

  .pull_lg_5{
    right: 41.666667%;
  }

  .pull_lg_6{
    right: 50%;
  }

  .pull_lg_7{
    right: 58.333333%;
  }

  .pull_lg_8{
    right: 66.666667%;
  }

  .pull_lg_9{
    right: 75%;
  }

  .pull_lg_10{
    right: 83.333333%;
  }

  .pull_lg_11{
    right: 91.666667%;
  }

  .pull_lg_12{
    right: 100%;
  }

  .push_lg_0{
    left: auto;
  }

  .push_lg_1{
    left: 8.333333%;
  }

  .push_lg_2{
    left: 16.666667%;
  }

  .push_lg_3{
    left: 25%;
  }

  .push_lg_4{
    left: 33.333333%;
  }

  .push_lg_5{
    left: 41.666667%;
  }

  .push_lg_6{
    left: 50%;
  }

  .push_lg_7{
    left: 58.333333%;
  }

  .push_lg_8{
    left: 66.666667%;
  }

  .push_lg_9{
    left: 75%;
  }

  .push_lg_10{
    left: 83.333333%;
  }

  .push_lg_11{
    left: 91.666667%;
  }

  .push_lg_12{
    left: 100%;
  }

  .offset_lg_0{
    margin-left: 0%;
  }

  .offset_lg_1{
    margin-left: 8.333333%;
  }

  .offset_lg_2{
    margin-left: 16.666667%;
  }

  .offset_lg_3{
    margin-left: 25%;
  }

  .offset_lg_4{
    margin-left: 33.333333%;
  }

  .offset_lg_5{
    margin-left: 41.666667%;
  }

  .offset_lg_6{
    margin-left: 50%;
  }

  .offset_lg_7{
    margin-left: 58.333333%;
  }

  .offset_lg_8{
    margin-left: 66.666667%;
  }

  .offset_lg_9{
    margin-left: 75%;
  }

  .offset_lg_10{
    margin-left: 83.333333%;
  }

  .offset_lg_11{
    margin-left: 91.666667%;
  }

  a:hover,
  .link:hover{
    color: #537d00;
    text-decoration: none;
  }

  a:active, a:focus,
  .link:active,
  .link:focus{
    color: #537d00;
    text-decoration: none;
    outline: none;
  }

  .link__primary:hover{
    color: #537d00;
  }

  .link__primary:active, .link__primary:focus{
    color: #537d00;
    outline: none;
  }

  .link__secondary:hover{
    color: #623475;
  }

  .link__secondary:active, .link__secondary:focus{
    color: #623475;
    outline: none;
  }

  .link__tertiary:hover{
    color: #10161c;
  }

  .link__tertiary:active, .link__tertiary:focus{
    color: #10161c;
    outline: none;
  }

  .link__inverse:hover{
    color: #c4c4c4;
  }

  .link__inverse:active, .link__inverse:focus{
    color: #c4c4c4;
    outline: none;
  }

  .link__light:hover{
    color: #757575;
  }

  .link__light:active, .link__light:focus{
    color: #757575;
    outline: none;
  }

  .link__dark:hover{
    color: black;
  }

  .link__dark:active, .link__dark:focus{
    color: black;
    outline: none;
  }

  .list__inline.center__lg{
    text-align: center;
  }

  .list__inline.right__lg{
    text-align: right;
  }

  .form__field.aligned .form__field__message{
    margin-left: 30%;
  }

  .btn__block.smd__only{
    display: inline-block;
    width: auto;
  }

  .btn__block__lg{
    display: block;
    width: 100%;
    text-align: center;
  }

  .btn__group__lg{
    text-align: center;
  }

  .left__lg{
    text-align: left;
  }

  .center__lg{
    text-align: center;
  }

  .right__lg{
    text-align: right;
  }

  .f_lg_row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .f_lg_column{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .f_lg_row_reverse{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .f_lg_column_reverse{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .f_lg_wrap{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .f_lg_nowrap{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .f_lg_wrap_reverse{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify_content_lg_start{
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify_content_lg_end{
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify_content_lg_center{
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify_content_lg_between{
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify_content_lg_around{
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align_items_lg_start{
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align_items_lg_end{
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align_items_lg_center{
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align_items_lg_baseline{
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align_items_lg_stretch{
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align_content_lg_start{
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align_content_lg_end{
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align_content_lg_center{
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align_content_lg_between{
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align_content_lg_around{
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align_content_lg_stretch{
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align_self_lg_auto{
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align_self_lg_start{
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align_self_lg_end{
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align_self_lg_center{
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align_self_lg_baseline{
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align_self_lg_stretch{
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .mobile_only{
    display: none !important;
  }

  .desktop_only{
    display: block !important;
  }

  .hero__footer{
    margin-bottom: 18rem;
  }

  .hero__video .video{
    display: block;
    position: absolute;
    margin: 0;
    top: 30%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -ms-transform: translateX(-50%) translateY(-30%);
    transform: translateX(-50%) translateY(-30%);
    z-index: -1;
    background: #97e300;
  }

  .hero__video .fallback_img{
    display: none;
  }

  .hero__video__play:hover{
    -ms-transform: translateY(-50%) translateX(-50%) scale(0.65);
    transform: translateY(-50%) translateX(-50%) scale(0.65);
  }

  .section__image{
    margin: 0;
  }

  .hoverme__content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in;
  }

  .hoverme:hover .hoverme__content{
    opacity: 1;
    visibility: visible;
  }

  .pagination > li{
    padding: 0 1rem;
  }

  .logolist{
    display: block;
  }

  .logolist img, .logolist svg{
    max-height: 4rem;
  }

  .slick-prev svg,
  .slick-next svg{
    height: 4rem;
    width: 4rem;
  }

  .hero__title{
    line-height: 1;
  }

  .title__mark{
    font-size: 2.8rem;
  }

  .title__mark.title__mark__big{
    font-size: 3.2rem;
  }

  .title__mark strong{
    font-size: 4.3rem;
  }

  .title__mark strong.alt{
    font-size: 2.8rem;
  }

  .title__mark.title__mark__alt strong{
    -ms-transform: translateX(6rem);
    transform: translateX(6rem);
  }

  .subtitle{
    max-width: 50%;
  }

  .title__34{
    font-size: 3.4rem;
  }

  .title__26{
    font-size: 2.6rem;
  }

  .title__20{
    font-size: 2.0rem;
  }

  .title__15{
    font-size: 1.5rem;
  }

  .title__14{
    font-size: 1.4rem;
  }

  .text__15{
    font-size: 1.5rem;
  }

  .mailinglist__alt{
    padding-top: 0;
  }

  .login__form .block__forms__content{
    max-width: 600px;
    margin: 0 auto;
  }

  .hero__dynamic__img{
    pointer-events: none;
    min-height: 370px;
  }

  .hero__footer{
    margin-top: 35rem;
  }

  .hero .hero__content{
    padding: 5rem 0 12rem;
    text-align: left;
  }

  .hero + .main{
    padding-top: 10rem;
  }

  .main__onhero{
    margin-top: -12rem;
  }

  .login .main{
    margin-top: -25rem;
  }

  .block__confirm__icon{
    max-width: 50%;
    margin: 5rem 0 0;
  }

  .dropdown-menu > li > a{
    font-weight: 700;
    font-size: 1.1rem;
  }

  .navbar-nav > li:hover > .dropdown-menu{
    display: block;
  }

  .navbar-right .dropdown-menu{
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left{
    right: auto;
    left: 0;
  }

  .navbar-right .dropdown-menu{
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left{
    right: auto;
    left: 0;
  }

  .nav > li > a{
    font-size: 1.1rem;
  }

  .navbar{
    border-radius: 0px;
  }

  .navbar-header{
    float: left;
  }

  .navbar-collapse{
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse{
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in{
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse{
    padding-right: 0;
    padding-left: 0;
  }

  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse{
    margin-right: 0;
    margin-left: 0;
  }

  .navbar-static-top{
    border-radius: 0;
  }

  .navbar-fixed-top,
  .navbar-fixed-bottom{
    border-radius: 0;
  }

  .navbar-brand{
    height: 30px;
  }

  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand{
    margin-left: -15px;
  }

  .navbar-toggle{
    display: none;
  }

  .navbar-nav{
    float: left;
    margin: 0;
  }

  .navbar-nav > li{
    float: left;
  }

  .navbar-nav > li > a{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-nav > li > .dropdown-menu{
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-text{
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }

  .navbar-left{
    float: left !important;
  }

  .navbar-right{
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right ~ .navbar-right{
    margin-right: 0;
  }

  .header__top{
    display: block;
  }

  .collapsing .navbar-nav,
  .collapse.in .navbar-nav{
    height: auto;
  }

  .navbar-brand{
    position: static;
    left: unset;
    -ms-transform: unset;
    transform: unset;
  }

  .navbar-brand img{
    margin-top: -25%;
  }

  .navbar li.active:after{
    content: '';
    position: absolute;
    z-index: 400;
    bottom: 0;
    left: 1rem;
    width: 100%;
    width: calc(100% - 2rem);
    height: 3px;
    background-color: #97e300;
  }

  .link__account{
    position: static;
    top: 0;
    left: 0;
    margin-left: 2rem;
  }

  .link__account svg{
    height: 1.8rem;
  }

  .link__account .dropdown-menu{
    -ms-transform: skew(-8deg, 0deg);
    transform: skew(-8deg, 0deg);
    -webkit-backface-visibility: hidden;
    margin-top: -3px;
    width: 200px;
    text-align: center;
    background-color: #13161b;
  }

  .link__account .dropdown-menu li{
    -ms-transform: skew(8deg, 0deg);
    transform: skew(8deg, 0deg);
  }

  .townSwitcher{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: unset;
    top: 2px;
  }

  .townSwitcher #townSwitcher{
    font-weight: 400;
    font-size: 1.1rem;
  }

  .townSwitcher.open > .dropdown-menu{
    max-height: 300px;
  }

  .header__top a,
  .header__top .button__link{
	font-size: 1.1rem;
  }

  .header .navbar .dropdown-menu{
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .1s all ease-in;
  }

  .header .navbar .navbar-nav > li:hover > .dropdown-menu{
    opacity: 1;
    visibility: visible;
  }

  .footer__svg{
    display: inline-block;
    vertical-align: middle;
  }

  .footer{
    padding: 4rem 0;
  }

  .footer__menu{
    display: block;
    text-align: right;
  }

  li.footer__menu__item__d{
    display: inline-block;
  }

  .discord__badge{
    display: block;
    position: fixed;
    z-index: 7777;
    right: 0;
    top: 15rem;
    -ms-transform: translateX(112px);
    transform: translateX(112px);
    transition: all 0.3s cubic-bezier(0.47, 1.64, 0.41, 0.8);
  }

  .discord__badge:hover{
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .tabs_list{
    overflow-x: hidden;
  }

  .tabs_list li a{
    padding: 2rem;
  }

  .jsHeroSlider .slick-dots{
    bottom: 160px;
    z-index: 500;
  }

  .barfinder{
    position: absolute;
    z-index: 300;
    right: -7rem;
    top: 15%;
    padding: 3rem;
  }

  .barfinder{
    max-width: 39rem;
    margin-top: 0;
  }

  .barfinder:before{
    -ms-transform: skew(7deg, -4deg);
    transform: skew(7deg, -4deg);
    top: -1rem;
    left: -3rem;
  }

  .section__concept{
    padding-bottom: 0;
  }

  .section__concept:before{
    height: 3rem;
  }

  .section__concept .section__header{
    margin-top: 6rem;
    padding-left: 3rem;
  }

  .section__app{
    padding-top: 0;
    padding-bottom: 0;
  }

  .section__app .btn{
    margin-bottom: 0;
  }

  .section__concept__img{
    margin-top: 0;
    -ms-transform: skew(5deg, 0deg);
    transform: skew(5deg, 0deg);
    overflow: hidden;
    box-shadow: 12px 0px 13px -10px #13161b;
  }

  .section__concept__img img{
    top: 0;
    right: -6rem;
    -ms-transform: skew(-5deg, 0deg);
    transform: skew(-5deg, 0deg);
  }

  .section__app__img img{
    display: block;
  }

  .section__app__img{
    position: relative;
    height: 100%;
  }

  .section__app__img img + img{
    position: absolute;
    bottom: -1px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 120%;
  }

  .bar__coming__soon .section__databars{
    margin-top: -5rem;
    padding-top: 9rem;
  }

  .section__upcomingbars{
    padding-bottom: 10rem;
  }

  .section__staff{
    padding-top: 1rem;
    background-image: url("../../img/bars/staff-bg.png");
  }

  .section__databars{
    margin-top: -10rem;
    padding-top: 13rem;
    padding-bottom: 10rem;
  }

  .section__databars .container__databullets{
    max-width: 60%;
  }

  .upcomingbar__item{
    margin-bottom: 0;
  }

  .card__barnews__title{
    -ms-transform: translateY(0) translateX(-8rem);
    transform: translateY(0) translateX(-8rem);
    margin-bottom: 2rem;
    margin-top: 2rem;
    width: 120%;
    width: calc(100% + 8rem);
  }

  .card__barnews__content{
    padding-right: 2rem;
  }

  .staff__item__img{
    display: block;
  }

  .staff__item__img img{
    max-width: 70%;
    margin: 0 auto 1rem;
  }

  .staff__item__content{
    padding-left: 0;
    display: block;
    width: 100%;
  }

  .staff__item .staff__item__title{
    margin-bottom: 2rem;
  }

  .address__meta__list{
    margin-top: 4rem;
  }

  .address__meta__icon{
    margin-right: 1rem;
  }

  .address__meta__map{
    margin-top: 0;
  }

  .event__header{
    padding: 2rem;
    width: 20%;
  }

  .event__date__title{
    margin-bottom: 2rem;
  }

  .event__content{
    padding: 0 4rem;
  }

  .event__title{
    padding-right: 2rem;
  }

  .block__event__logo img{
    max-width: 20rem;
  }

  .block__event__infos .btn__fw{
    max-width: 70%;
  }

  .block__event__infos__img .logo{
    max-width: 150px;
  }

  .event__infos__section img{
    max-width: 40%;
  }

  .section__allevents .section__title{
    font-size: 2.8remc;
  }

  .modal__event__title{
    font-size: 1.4rem;
  }

  .modal__event__bg img{
    object-fit: unset;
    height: 100%;
    width: auto;
  }

  .modal__event__info{
    width: 80%;
  }

  .modal__event__info__name, .modal__event__info__date{
    padding: 3rem 2rem;
  }

  .modal__event__info__footer p{
    padding-left: 0;
  }

  .section__advantages{
    padding-top: 0;
    background-size: 50% 75%;
  }

  .section__advantages .title{
    margin-top: 10rem;
  }

  .section__advantages__inner{
    padding-left: 10%;
  }

  .section__becomefr{
    background-size: contain;
  }

  .section__quotes{
    padding: 15rem 0 20rem;
  }

  .section__quotes .title{
    margin-top: 0;
  }

  .block__concept{
    margin-bottom: 8rem;
  }

  .block__concept{
    margin-top: 15rem;
    padding-top: 4rem;
  }

  .block__concept__title{
    position: absolute;
    z-index: 100;
    top: 11rem;
    left: 3rem;
    -ms-transform: translateY(-90%) rotate(-5deg);
    transform: translateY(-90%) rotate(-5deg);
  }

  .block__conditions{
    margin-top: 0;
  }

  .block__conditions__title{
    font-size: 2rem;
  }

  .concept__list__item{
    width: 14.2857142857%;
  }

  .concept__list__item__title{
    font-size: 1.4rem;
  }

  .conditions__list,
  .advantages__list{
    padding-left: 3rem;
  }

  .conditions__list{
    padding-left: 1rem;
  }

  .list__franchise__img{
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
  }

  .list__franchise ol li::after{
    top: -1.5rem;
  }

  .list__franchise li{
    padding-left: 13rem;
  }

  .list__franchise ol li::before{
    width: 4rem;
    position: relative;
    top: 0;
  }

  .list__franchise ol li:last-child::before{
    left: -.5rem;
  }

  .list__franchise ol li p{
    vertical-align: middle;
  }

  .franchise__quote:before{
    margin-bottom: 2rem;
  }

  .staff__item.franchisestaff__item .staff__item__title{
    font-size: 2rem;
    margin-bottom: 0;
  }

  .staff__item.franchisestaff__item .staff__item__subtitle{
    font-size: 1.5rem;
    margin-bottom: 0;
  }

  .section__faq .subtitle{
    margin-bottom: 0;
  }

  .section__faq{
    background: url(/img/openabar/faq-bg.jpg) no-repeat top center;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 10%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 10%);
  }

  .section__franchise__footer .col_img{
    display: inline-block;
  }

  .section__franchise__footer .btn{
    margin-bottom: 4rem;
  }

  .espacepros .advantages__list{
    margin-top: 0;
  }

  .section__intro .btn__group .btn{
    display: inline-block;
  }

  .section__intro .btn__group .btn + .btn{
    margin-left: 2rem;
  }

  .portfolio__grid{
    margin: 0;
  }

  .section__intro__baseline,
  .section__portfolio__baseline{
    max-width: 500px;
  }

  .portfolio__item__logo{
    max-width: 70%;
  }

  .portfolio__item__img{
    max-height: unset;
  }

  .portfolio__item__inner:before{
    opacity: 1;
  }

  .section__comingsoon img{
    margin: 0 auto;
  }

  .section__comingsoon{
    margin-top: -6rem;
  }

  .section__404__img{
    max-width: 700px;
  }

  .block__forms__header{
    padding: 4rem;
    max-width: 80%;
    margin: 0 auto;
  }

  .block__forms__content, .block__forms__footer{
    padding: 2rem 4rem;
  }

  .infosbar{
    margin: 0 auto;
    max-width: 320px;
    position: absolute;
    z-index: 8888;
    right: 0;
    top: -15%;
  }

  .infosbar__title{
    margin-left: 2rem;
    position: relative;
    top: 1px;
  }

  .infosbar__metas__copy strong{
    font-size: 3.2rem;
  }

  .block__profile__title{
    font-size: 2.6rem;
  }

  .block__profile__title__small{
    font-size: 1.8rem;
  }

  .parrain__infos__url{
    width: 70%;
  }

  .parrain__infos__user{
    border-top: none;
    border-left: 1px solid #e6e6e6;
    width: 30%;
  }

  .hautsfait__badges__img{
    max-width: 100px !important;
  }

  .block__games__dl{
    width: 50%;
  }

  .profile__info{
    max-width: 800px;
    margin: -18rem auto 8rem;
    padding: 10rem 2rem 0 20rem;
  }

  .profile__info__badge{
    max-width: 280px;
    margin-left: -350px;
    -ms-transform: translateY(35%) translateX(-50%);
    transform: translateY(35%) translateX(-50%);
  }

  .block__deleteaccount{
    max-width: 800px;
  }

  .block__deleteaccount_confirm .block__content{
    max-width: 500px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .block__contact .block__content,
  .block__contact .block__footer{
    padding: 6rem;
  }

  .container__score{
    padding-top: 0;
  }

  .onjoue__score{
    top: -12rem;
    right: 0;
    -ms-transform: none;
    transform: none;
  }

  .onjoue__score__alt .onjoue__score__inner{
    padding: 3rem 5rem 1rem;
  }

  .block__classement{
    padding-top: 3rem;
  }

  .classement__title{
    margin-left: -1rem;
  }

  .classement__list{
    padding-right: 1rem;
  }

  .classement__order,
  .classement__avatar,
  .classement__pseudo,
  .classement__score{
    padding: 1rem;
  }

  .classement__avatar img{
    max-height: 4rem;
  }

  .classement__pseudo{
    font-size: 1.7rem;
  }

  .classement__score{
    font-size: 1.7rem;
  }

  .classement__score svg{
    height: 2.55rem;
  }

  .section__point .section__header{
    padding-top: 0;
  }

  .section__point .title__mark{
    margin-top: 2rem;
    font-size: 5rem;
  }

  .section__point .title__mark strong{
    font-size: 3rem;
  }

  .onjoue .section__app .title__mark{
    margin-top: 2rem;
    font-size: 3rem;
  }

  .onjoue .section__app .title__mark strong{
    font-size: 5rem;
  }

  .section__goodie__title,
  .section__goodie__score{
    font-size: 2.4rem;
  }

  .modal__goodie__text{
    font-size: 2rem;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .goodie__code{
    padding: 2rem 3rem;
  }

  .repertoire .container{
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }

  .repertoire .row{
    margin-right: -0.8rem;
    margin-left: -0.8rem;
  }

  .repertoire [class*="col_"]{
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }

  .repertoire .block__section{
    padding-top: 2rem;
  }

  .block__filters{
    display: block;
    position: static;
    padding-top: 0;
    height: auto;
    overflow: unset;
  }

  .block__section{
    padding: 3rem;
  }

  .cardbar .card__content{
    padding: 3rem;
  }

  .article__item{
    -ms-flex-align: center;
    align-items: center;
  }

  .article__item__date{
    display: -ms-flexbox;
    display: flex;
  }

  .article__item__logo{
    max-width: 120px;
    padding: 0 2rem;
  }

  .article__item__excerpt{
    padding: .5rem 2rem;
  }

  .article__item__excerpt .article__meta{
    display: none;
  }

  .article__item__excerpt p{
    font-size: 1.5rem;
  }

  .article__meta{
    font-size: 1.5rem;
  }

  .cocktail__item{
    width: 80%;
  }

  .cocktail__item__inner{
    padding: 6rem 2rem;
  }

  .cocktail__item__content{
    font-size: 100%;
    line-height: 1.6;
    padding-top: 20rem;
    padding-top: 0;
    padding-right: 30%;
  }

  .cocktail__item__pellet{
    overflow: hidden;
    position: absolute;
    z-index: 50;
    top: 0;
    height: 110%;
    left: 75%;
    width: 30%;
  }

  .cocktail__item__pellet img{
    position: absolute;
    left: 70px;
    top: -10%;
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    margin-top: 20%;
  }

  .cocktail__item__glass{
    text-align: right;
    top: -5rem;
    right: -10rem;
  }

  .section__cocktail .cocktail__item__pellet img{
    top: 0;
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .section__cocktail .cocktail__item__glass{
    right: 0;
    -ms-transform: translateX(15rem);
    transform: translateX(15rem);
  }

  .cocktail__item.alt{
    width: 80%;
    margin: 0 auto;
  }

  .cocktail__item.alt .cocktail__item__pellet{
    left: 70%;
  }

  .cocktail__item.alt .cocktail__item__content{
    padding-right: 20%;
  }

  .cocktail__item.inverted .cocktail__item__content{
    padding-left: 30%;
    padding-right: 0;
  }

  .cocktail__item.inverted .cocktail__item__pellet{
    left: 0;
    width: 30%;
  }

  .cocktail__item.inverted .cocktail__item__pellet img{
    left: 0;
  }

  .cocktail__item.inverted .cocktail__item__glass{
    text-align: left;
    right: 22rem;
  }
}
@media (min-width: 1200px){

  .container{
    padding-right: 2rem;
    padding-left: 2rem;
  }

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

  .container_s{
    padding-right: 2rem;
    padding-left: 2rem;
    max-width: 80%;
  }

  .container_xs{
    padding-right: 2rem;
    padding-left: 2rem;
    max-width: 70%;
  }

  .container_full{
    width: 9999px;
    max-width: 100%;
  }

  .row{
    margin-right: -2rem;
    margin-left: -2rem;
  }

  .col_1, .col_2, .col_3, .col_4, .col_5, .col_6, .col_7, .col_8, .col_9, .col_10, .col_11, .col_12, .col_sm_1, .col_sm_2, .col_sm_3, .col_sm_4, .col_sm_5, .col_sm_6, .col_sm_7, .col_sm_8, .col_sm_9, .col_sm_10, .col_sm_11, .col_sm_12, .col_md_1, .col_md_2, .col_md_3, .col_md_4, .col_md_5, .col_md_6, .col_md_7, .col_md_8, .col_md_9, .col_md_10, .col_md_11, .col_md_12, .col_lg_1, .col_lg_2, .col_lg_3, .col_lg_4, .col_lg_5, .col_lg_6, .col_lg_7, .col_lg_8, .col_lg_9, .col_lg_10, .col_lg_11, .col_lg_12, .col_xl_1, .col_xl_2, .col_xl_3, .col_xl_4, .col_xl_5, .col_xl_6, .col_xl_7, .col_xl_8, .col_xl_9, .col_xl_10, .col_xl_11, .col_xl_12{
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .col_xl_1{
    float: left;
    width: 8.333333%;
  }

  .col_xl_2{
    float: left;
    width: 16.666667%;
  }

  .col_xl_3{
    float: left;
    width: 25%;
  }

  .col_xl_4{
    float: left;
    width: 33.333333%;
  }

  .col_xl_5{
    float: left;
    width: 41.666667%;
  }

  .col_xl_6{
    float: left;
    width: 50%;
  }

  .col_xl_7{
    float: left;
    width: 58.333333%;
  }

  .col_xl_8{
    float: left;
    width: 66.666667%;
  }

  .col_xl_9{
    float: left;
    width: 75%;
  }

  .col_xl_10{
    float: left;
    width: 83.333333%;
  }

  .col_xl_11{
    float: left;
    width: 91.666667%;
  }

  .col_xl_12{
    float: left;
    width: 100%;
  }

  .pull_xl_0{
    right: auto;
  }

  .pull_xl_1{
    right: 8.333333%;
  }

  .pull_xl_2{
    right: 16.666667%;
  }

  .pull_xl_3{
    right: 25%;
  }

  .pull_xl_4{
    right: 33.333333%;
  }

  .pull_xl_5{
    right: 41.666667%;
  }

  .pull_xl_6{
    right: 50%;
  }

  .pull_xl_7{
    right: 58.333333%;
  }

  .pull_xl_8{
    right: 66.666667%;
  }

  .pull_xl_9{
    right: 75%;
  }

  .pull_xl_10{
    right: 83.333333%;
  }

  .pull_xl_11{
    right: 91.666667%;
  }

  .pull_xl_12{
    right: 100%;
  }

  .push_xl_0{
    left: auto;
  }

  .push_xl_1{
    left: 8.333333%;
  }

  .push_xl_2{
    left: 16.666667%;
  }

  .push_xl_3{
    left: 25%;
  }

  .push_xl_4{
    left: 33.333333%;
  }

  .push_xl_5{
    left: 41.666667%;
  }

  .push_xl_6{
    left: 50%;
  }

  .push_xl_7{
    left: 58.333333%;
  }

  .push_xl_8{
    left: 66.666667%;
  }

  .push_xl_9{
    left: 75%;
  }

  .push_xl_10{
    left: 83.333333%;
  }

  .push_xl_11{
    left: 91.666667%;
  }

  .push_xl_12{
    left: 100%;
  }

  .offset_xl_0{
    margin-left: 0%;
  }

  .offset_xl_1{
    margin-left: 8.333333%;
  }

  .offset_xl_2{
    margin-left: 16.666667%;
  }

  .offset_xl_3{
    margin-left: 25%;
  }

  .offset_xl_4{
    margin-left: 33.333333%;
  }

  .offset_xl_5{
    margin-left: 41.666667%;
  }

  .offset_xl_6{
    margin-left: 50%;
  }

  .offset_xl_7{
    margin-left: 58.333333%;
  }

  .offset_xl_8{
    margin-left: 66.666667%;
  }

  .offset_xl_9{
    margin-left: 75%;
  }

  .offset_xl_10{
    margin-left: 83.333333%;
  }

  .offset_xl_11{
    margin-left: 91.666667%;
  }

  .f_xl_row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .f_xl_column{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .f_xl_row_reverse{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .f_xl_column_reverse{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .f_xl_wrap{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .f_xl_nowrap{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .f_xl_wrap_reverse{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify_content_xl_start{
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify_content_xl_end{
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify_content_xl_center{
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify_content_xl_between{
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify_content_xl_around{
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align_items_xl_start{
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align_items_xl_end{
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align_items_xl_center{
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align_items_xl_baseline{
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align_items_xl_stretch{
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align_content_xl_start{
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align_content_xl_end{
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align_content_xl_center{
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align_content_xl_between{
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align_content_xl_around{
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align_content_xl_stretch{
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align_self_xl_auto{
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align_self_xl_start{
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align_self_xl_end{
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align_self_xl_center{
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align_self_xl_baseline{
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align_self_xl_stretch{
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .logolist img, .logolist svg{
    max-height: 4rem;
  }

  .hero__title{
    font-size: 6rem;
  }

  .title__mark{
    font-size: 3.2rem;
  }

  .title__mark.title__mark__big{
    font-size: 3.8rem;
  }

  .title__mark strong.alt{
    font-size: 3.2rem;
  }

  .hero__dynamic__img{
    margin-top: -10rem;
  }

  .hero__dynamic__content{
    top: 40%;
  }

  .hero__footer{
    margin-top: 45rem;
  }

  .hero .hero__content{
    padding: 10rem 0 15rem;
  }

  .hero + .main{
    margin-top: -15rem;
  }

  .main__onhero{
    margin-top: -10rem;
  }

  .hero__franchise{
    min-height: 500px;
  }

  .login .main{
    margin-top: -35rem;
  }

  .dropdown-menu > li > a{
    font-size: 1.2rem;
  }

  .nav > li > a{
    font-size: 1.2rem;
  }

  .header .navbar .container{
    width: 1140px;
    max-width: 100%;
  }

  .navbar-brand img{
    height: 90px;
    margin-top: -30%;
  }

  .townSwitcher #townSwitcher{
    font-size: 1.2rem;
  }

  .header__top a,
  .header__top .button__link{
    font-size: 1.2rem;
  }

  .section__concept .section__content{
    padding-left: 3rem;
  }

  .section__concept__img{
    -ms-transform: skew(5deg, 0deg) translateX(-5rem);
    transform: skew(5deg, 0deg) translateX(-5rem);
  }

  .section__staff{
    padding-top: 3rem;
  }

  .card__barnews__title{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .databullets__title{
    font-size: 8rem;
  }

  .address__meta__icon{
    margin-right: 2rem;
  }

  .event__infos__section{
    max-width: 80%;
    margin-left: 10%;
    padding: 2rem 2rem;
  }

  .section__frconcept{
    background-size: cover;
  }

  .section__advantages .title{
    margin-top: 6rem;
  }

  .section__advantages__inner{
    padding-left: 30%;
  }

  .section__map__title{
    left: 20rem;
  }

  .quotes__slider .slider__prev{
    left: -6rem;
  }

  .quotes__slider .slider__next{
    right: -6rem;
  }

  .block__forms__content, .block__forms__footer{
    padding: 4rem 6rem;
  }

  .barpage .hero__dynamic__content{
    top: 10%;
  }

  .profile__info{
    padding-top: 11rem;
  }

  .profile__info{
    padding: 10rem 2rem 0 20rem;
    margin: -18rem auto 4rem;
  }

  .profile__info__badge{
    max-width: 300px;
    margin-left: -425px;
    -ms-transform: translateY(40%) translateX(-35%);
    transform: translateY(40%) translateX(-35%);
  }

  .profile__info__header{
    padding-left: 3rem;
  }

  .profile__info__qr{
    top: 50%;
    left: 100%;
    margin-left: 75px;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }

  .profile__info__qr img{
    margin-top: 0;
    margin-left: -75px;
  }

  .section__point .section__header{
    padding-top: 3rem;
  }

  .repertoire .container{
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }

  .repertoire .row{
    margin-right: -0.8rem;
    margin-left: -0.8rem;
  }

  .cocktail__item__inner{
    padding: 6rem;
  }

  .cocktail__item__pellet img{
    left: 80px;
  }
}
@media (min-width: 1600px){

  .container_large{
    width: 1440px;
    max-width: 100%;
  }

  .profile .hero__dynamic__content{
    top: 25%;
  }

  .profile .hero__dynamic__img{
    margin-top: -5rem;
  }

  .login .main{
    margin-top: -45rem;
  }

  .profile__info{
    margin: -22rem auto 4rem;
    padding: 13rem 2rem 0 20rem;
  }

  .profile__info__badge{
    max-width: 350px;
    margin-left: -425px;
    -ms-transform: translateY(30%) translateX(-40%);
    transform: translateY(30%) translateX(-40%);
  }

  .profile__info__header{
    padding-left: 0;
  }
}
@media (min-width: 2300px){

  .profile__info__badge{
    max-width: 380px;
    margin-left: -425px;
    -ms-transform: translateY(15%) translateX(-40%);
    transform: translateY(15%) translateX(-40%);
  }
}
@media (max-device-width: 480px) and (orientation: landscape){

  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse{
    max-height: 200px;
  }
}
@media (max-width: 961px){

  .navbar-nav .open .dropdown-menu{
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header{
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a{
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus{
    background-image: none;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header{
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider{
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a{
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus{
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus{
    color: #fff;
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus{
    color: #444;
    background-color: transparent;
  }

  .event__logo{
    display: none;
  }

  .block__concept{
    background: transparent;
    box-shadow: none;
    padding: 0;
  }
}