﻿@charset 'UTF-8';
/*
 * yourProject main Scss file
 * by Alsacréations
 *
 * @author: Alsacréations
 * @created: 2017-01-01
 */
/*!
* www.KNACSS.com v7.0.6 (may, 30 2018) @author: Alsacreations, Raphael Goetter
* Licence WTFPL http://www.wtfpl.net/
*/
/* ----------------------------- */
/* ==Table Of Content            */
/* ----------------------------- */
/*
1- Reboot (basic reset)
2- Libraries  :
  - Base
  - Print
  - Layout (alignment, modules, positionning)
  - Utilities (width and spacers helpers)
  - Responsive helpers
  - WordPress reset (disabled by default)
  - Grillade (Grid System)
3- Components :
  - Media object
  - Skip Links for accessibility
  - Tables
  - Forms
  - Buttons
  - Checkbox
  - Tabs
  - Tags
  - Badges
  - Alerts
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
  color: #212529;
  background-color: #fff;
}

[tabindex='-1']:focus {
  outline: none !important;
}

hr {
  overflow: visible;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

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;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  text-decoration: none;
  color: #007bff;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  text-decoration: underline;
  color: #0056b3;
}

a:not([href]):not([tabindex]) {
  text-decoration: none;
  color: inherit;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  text-decoration: none;
  color: inherit;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  overflow: auto;
  margin-top: 0;
  margin-bottom: 1rem;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  caption-side: bottom;
  text-align: left;
  color: #868e96;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

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'] {
  -webkit-box-sizing: border-box;
          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;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  font-size: 1.5rem;
  line-height: inherit;
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: .5rem;
  padding: 0;
  white-space: normal;
  color: inherit;
}

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-cancel-button,
[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;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/* ----------------------------- */
/* ==Base (basic styles)         */
/* ----------------------------- */
/* switching to border-box model for all elements */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
    /* avoid min-width: auto on flex and grid children */
  min-width: 0;
  min-height: 0;
}

html {
    /* set base font-size to equiv "10px", which is adapted to rem unit */
  font-size: 62.5%;
    /* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
  font-size: calc(1em * .625);
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0;
  color: #212529;
  background-color: #fff;
}

@media (min-width: 576px) {
  body {
    font-size: 1.5rem;
  }
}

/* Links */
a {
  text-decoration: none;
  color: #7b33ff;
}

a:focus,
a:hover,
a:active {
  text-decoration: underline;
  color: currentColor;
}

/* Headings */
h1,
.h1-like {
  font-family: 'MontSerrat';
  font-size: 2.25rem;
  font-weight: 500;
}

@media (min-width: 576px) {
  h1,
    .h1-like {
    font-size: 3rem;
  }
}

h2,
.h2-like {
  font-family: 'MontSerrat';
  font-size: 2.4rem;
  font-weight: 500;
}

@media (min-width: 576px) {
  h2,
    .h2-like {
    font-size: 2.8rem;
  }
}

h3,
.h3-like {
  font-size: 2rem;
  font-weight: 500;
}

@media (min-width: 576px) {
  h3,
    .h3-like {
    font-size: 2.4rem;
  }
}

h4,
.h4-like {
  font-size: 1.8rem;
  font-weight: 500;
}

@media (min-width: 576px) {
  h4,
    .h4-like {
    font-size: 2rem;
  }
}

h5,
.h5-like {
  font-size: 1.6rem;
  font-weight: 500;
}

@media (min-width: 576px) {
  h5,
    .h5-like {
    font-size: 1.8rem;
  }
}

h6,
.h6-like {
  font-size: 1.4rem;
  font-weight: 500;
}

@media (min-width: 576px) {
  h6,
    .h6-like {
    font-size: 1.6rem;
  }
}

/* Vertical rythm */
h1,
h2,
h3,
h4,
h5,
h6,
dd {
  margin-top: 0;
  margin-bottom: .5rem;
}

p,
address,
ol,
ul,
dl,
blockquote,
pre {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Avoid margins on nested elements */
li p,
li .p-like,
li ul,
li ol,
ol ol,
ul ul {
  margin-top: 0;
  margin-bottom: 0;
}

/* Max values */
img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
video,
svg {
  max-width: 100%;
}

img {
  height: auto;
}

/* Styling elements */
ul,
ol {
  padding-left: 2em;
}

img {
  vertical-align: middle;
}

em,
.italic,
address,
cite,
i,
var {
  font-style: italic;
}

code,
kbd,
mark {
  border-radius: 2px;
}

kbd {
  padding: 0 2px;
  border: 1px solid #999;
}

pre {
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
}

code {
  padding: 2px 4px;
  color: #b11;
  background: rgba(0, 0, 0, .04);
}

pre code {
  padding: 0;
  color: inherit;
  border-radius: 0;
  background: none;
}

mark {
  padding: 2px 4px;
}

sup,
sub {
  vertical-align: 0;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

blockquote {
  position: relative;
  min-height: 2em;
  padding-left: 3em;
}

blockquote::before {
  font-family: georgia, serif;
  font-size: 5em;
  line-height: .9;
  position: absolute;
  top: 0;
  left: 0;
  height: .4em;
  content: '\201C';
  color: #e7e9ed;
}

blockquote > footer {
  font-size: .9em;
  margin-top: .75em;
  color: rgba(0, 0, 0, .7);
}

blockquote > footer::before {
  content: '\2014 \0020';
}

q {
  font-style: normal;
}

q,
.q {
  quotes: '“' '”' '‘' '’';
}

q:lang(fr),
.q:lang(fr) {
  quotes: '«\00a0' '\00a0»' '“' '”';
}

hr {
  display: block;
  clear: both;
  height: 1px;
  margin: 1em 0 2em;
  padding: 0;
  color: #ccc;
  border: 0;
  background-color: #ccc;
}

blockquote,
figure {
  margin-right: 0;
  margin-left: 0;
}

code,
pre,
samp,
kbd {
  font-family: consolas, courier, monospace;
  line-height: normal;
  white-space: pre-wrap;
}

/* ----------------------------- */
/* ==Global Micro Layout         */
/* ----------------------------- */
/* Flexbox layout is KNACSS choice
http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html
*/
.flex-container,
.flex-container--row,
.flex-row,
.flex-container--column,
.flex-column,
.flex-container--row-reverse,
.flex-row-reverse,
.flex-container--column-reverse,
.flex-column-reverse,
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-container--row,
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-container--column,
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-container--row-reverse,
.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-container--column-reverse,
.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-item-fluid,
.item-fluid {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.flex-item-first,
.item-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.flex-item-medium,
.item-medium {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.flex-item-last,
.item-last {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex-item-center,
.item-center,
.mr-auto {
  margin: auto;
}

/* ---------------------------------- */
/* ==Helpers                          */
/* ---------------------------------- */
/* Typo Helpers  */
/* ------------- */
.u-bold {
  font-weight: 700;
}

.u-italic {
  font-style: italic;
}

.u-normal {
  font-weight: normal;
  font-style: normal;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-lowercase {
  text-transform: lowercase;
}

.u-smaller {
  font-size: .6em;
}

.u-small {
  font-size: .8em;
}

.u-big {
  font-size: 1.2em;
}

.u-bigger {
  font-size: 1.5em;
}

.u-biggest {
  font-size: 2em;
}

.u-txt-wrap {
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  overflow-wrap: break-word;
}

.u-txt-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* text and contents alignment */
.txtleft,
.u-txt-left {
  text-align: left;
}

.txtright,
.u-txt-right {
  text-align: right;
}

.txtcenter,
.u-txt-center {
  text-align: center;
}

/* blocks that need to be placed under floats */
.clear,
.u-clear {
  clear: both;
}

/* blocks that must contain floats */
.clearfix::after,
.u-clearfix::after {
  display: table;
  clear: both;
  border-collapse: collapse;
  content: '';
}

/* simple blocks alignment */
.left .u-left {
  margin-right: auto;
}

.right,
.u-right {
  margin-left: auto;
}

.center,
.u-center {
  margin-right: auto;
  margin-left: auto;
}

/* Global Micro Layout */
/* ------------------- */
/* module, gains superpower "BFC" Block Formating Context */
.mod,
.u-mod,
.bfc,
.u-bfc {
  overflow: hidden;
}

/* floating elements */
.fl,
.u-fl {
  float: left;
}

img.fl,
img.u-fl {
  margin-right: 1rem;
}

.fr,
.u-fr {
  float: right;
}

img.fr,
img.u-fr {
  margin-left: 1rem;
}

img.fl,
img.fr,
img.u-fl,
img.u-fr {
  margin-bottom: .5rem;
}

/* inline-block */
.inbl,
.u-inbl {
  display: inline-block;
  vertical-align: top;
}

/* State Helpers */
/* ------------- */
/* invisible for all */
.is-hidden,
.js-hidden,
[hidden] {
  display: none;
}

/* hidden but not for an assistive technology like a screen reader, Yahoo! method */
.visually-hidden {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
}

.is-disabled,
.js-disabled,
[disabled],
.is-disabled ~ label,
[disabled] ~ label {
  /* cursor: not-allowed !important; commented by STEIBCL in version 61 to fix defect 332 et 345*/
  opacity: .5;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

ul.is-unstyled,
ul.unstyled {
  padding-left: 0;
  list-style: none;
}

.color--inverse {
  color: #fff;
}

/* Width Helpers */
/* ------------- */
/* blocks widths (percentage and pixels) */
.w100 {
  width: 100%;
}

.w95 {
  width: 95%;
}

.w90 {
  width: 90%;
}

.w85 {
  width: 85%;
}

.w80 {
  width: 80%;
}

.w75 {
  width: 75%;
}

.w70 {
  width: 70%;
}

.w65 {
  width: 65%;
}

.w60 {
  width: 60%;
}

.w55 {
  width: 55%;
}

.w50 {
  width: 50%;
}

.w45 {
  width: 45%;
}

.w40 {
  width: 40%;
}

.w35 {
  width: 35%;
}

.w30 {
  width: 30%;
}

.w25 {
  width: 25%;
}

.w20 {
  width: 20%;
}

.w15 {
  width: 15%;
}

.w10 {
  width: 10%;
}

.w5 {
  width: 5%;
}

.w66 {
  width: calc(100% / 3 * 2);
}

.w33 {
  width: calc(100% / 3);
}

.wauto {
  width: auto;
}

.w960p {
  width: 960px;
}

.mw960p {
  max-width: 960px;
}

.w1140p {
  width: 1140px;
}

.mw1140p {
  max-width: 1140px;
}

.w1000p {
  width: 1000px;
}

.w950p {
  width: 950px;
}

.w900p {
  width: 900px;
}

.w850p {
  width: 850px;
}

.w800p {
  width: 800px;
}

.w750p {
  width: 750px;
}

.w700p {
  width: 700px;
}

.w650p {
  width: 650px;
}

.w600p {
  width: 600px;
}

.w550p {
  width: 550px;
}

.w500p {
  width: 500px;
}

.w450p {
  width: 450px;
}

.w400p {
  width: 400px;
}

.w350p {
  width: 350px;
}

.w300p {
  width: 300px;
}

.w250p {
  width: 250px;
}

.w200p {
  width: 200px;
}

.w150p {
  width: 150px;
}

.w100p {
  width: 100px;
}

.w50p {
  width: 50px;
}

/* Spacing Helpers */
/* --------------- */
.man,
.ma0 {
  margin: 0;
}

.pan,
.pa0 {
  padding: 0;
}

.mas {
  margin: 1rem;
}

.mam {
  margin: 2rem;
}

.mal {
  margin: 4rem;
}

.pas {
  padding: 1rem;
}

.pam {
  padding: 2rem;
}

.pal {
  padding: 4rem;
}

.mtn,
.mt0 {
  margin-top: 0;
}

.mts {
  margin-top: 1rem;
}

.mtm {
  margin-top: 2rem;
}

.mtl {
  margin-top: 4rem;
}

.mrn,
.mr0 {
  margin-right: 0;
}

.mrs {
  margin-right: 1rem;
}

.mrm {
  margin-right: 2rem;
}

.mrl {
  margin-right: 4rem;
}

.mbn,
.mb0 {
  margin-bottom: 0;
}

.mbs {
  margin-bottom: 1rem;
}

.mbm {
  margin-bottom: 2rem;
}

.mbl {
  margin-bottom: 4rem;
}

.mln,
.ml0 {
  margin-left: 0;
}

.mls {
  margin-left: 1rem;
}

.mlm {
  margin-left: 2rem;
}

.mll {
  margin-left: 4rem;
}

.mauto {
  margin: auto;
}

.mtauto {
  margin-top: auto;
}

.mrauto {
  margin-right: auto;
}

.mbauto {
  margin-bottom: auto;
}

.mlauto {
  margin-left: auto;
}

.ptn,
.pt0 {
  padding-top: 0;
}

.pts {
  padding-top: 1rem;
}

.ptm {
  padding-top: 2rem;
}

.ptl {
  padding-top: 4rem;
}

.prn,
.pr0 {
  padding-right: 0;
}

.prs {
  padding-right: 1rem;
}

.prm {
  padding-right: 2rem;
}

.prl {
  padding-right: 4rem;
}

.pbn,
.pb0 {
  padding-bottom: 0;
}

.pbs {
  padding-bottom: 1rem;
}

.pbm {
  padding-bottom: 2rem;
}

.pbl {
  padding-bottom: 4rem;
}

.pln,
.pl0 {
  padding-left: 0;
}

.pls {
  padding-left: 1rem;
}

.plm {
  padding-left: 2rem;
}

.pll {
  padding-left: 4rem;
}

/* -------------------------- */
/* ==Responsive helpers       */
/* -------------------------- */
/* large screens */
/* ------------- */
@media (min-width: 992px) {
    /* layouts for large screens */
  .large-hidden {
    display: none !important;
  }

  .large-visible {
    display: block !important;
  }

  .large-no-float {
    float: none;
  }

  .large-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
    /* widths for large screens */
  .large-w25 {
    width: 25% !important;
  }

  .large-w33 {
    width: 33.333333% !important;
  }

  .large-w50 {
    width: 50% !important;
  }

  .large-w66 {
    width: 66.666666% !important;
  }

  .large-w75 {
    width: 75% !important;
  }

  .large-w100,
    .large-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    border: 0;
  }
    /* margins for large screens */
  .large-man,
    .large-ma0 {
    margin: 0 !important;
  }
}

/* medium screens */
/* -------------- */
@media (min-width: 768px) and (max-width: 991px) {
    /* layouts for medium screens */
  .medium-hidden {
    display: none !important;
  }

  .medium-visible {
    display: block !important;
  }

  .medium-no-float {
    float: none;
  }

  .medium-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
    /* widths for medium screens */
  .medium-w25 {
    width: 25% !important;
  }

  .medium-w33 {
    width: 33.333333% !important;
  }

  .medium-w50 {
    width: 50% !important;
  }

  .medium-w66 {
    width: 66.666666% !important;
  }

  .medium-w75 {
    width: 75% !important;
  }

  .medium-w100,
    .medium-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    border: 0;
  }
    /* margins for medium screens */
  .medium-man,
    .medium-ma0 {
    margin: 0 !important;
  }
}

/* small screens */
/* ------------- */
@media (min-width: 576px) and (max-width: 767px) {
    /* layouts for small screens */
  .small-hidden {
    display: none !important;
  }

  .small-visible {
    display: block !important;
  }

  .small-no-float {
    float: none;
  }

  .small-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
    /* widths for small screens */
  .small-w25 {
    width: 25% !important;
  }

  .small-w33 {
    width: 33.333333% !important;
  }

  .small-w50 {
    width: 50% !important;
  }

  .small-w66 {
    width: 66.666666% !important;
  }

  .small-w75 {
    width: 75% !important;
  }

  .small-w100,
    .small-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    border: 0;
  }
    /* margins for small screens */
  .small-man,
    .small-ma0 {
    margin: 0 !important;
  }

  .small-pan,
    .small-pa0 {
    padding: 0 !important;
  }
}

/* tiny screens */
/* ------------ */
@media (max-width: 575px) {
    /* quick small resolution reset */
  .mod,
    .col,
    fieldset {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    border: 0;
  }

  .flex-container,
    .flex-container--row,
    .flex-row,
    .flex-container--column,
    .flex-column,
    .flex-container--row-reverse,
    .flex-row-reverse,
    .flex-container--column-reverse,
    .flex-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
    /* layouts for tiny screens */
  .tiny-hidden {
    display: none !important;
  }

  .tiny-visible {
    display: block !important;
  }

  .tiny-no-float {
    float: none;
  }

  .tiny-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
    /* widths for tiny screens */
  .tiny-w25 {
    width: 25% !important;
  }

  .tiny-w33 {
    width: 33.333333% !important;
  }

  .tiny-w50 {
    width: 50% !important;
  }

  .tiny-w66 {
    width: 66.666666% !important;
  }

  .tiny-w75 {
    width: 75% !important;
  }

  .tiny-w100,
    .tiny-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    border: 0;
  }
    /* margins for tiny screens */
  .tiny-man,
    .tiny-ma0 {
    margin: 0 !important;
  }

  .tiny-pan,
    .tiny-pa0 {
    padding: 0 !important;
  }
}

/* ---------------------------------- */
/* ==Grillade v6                      */
/* ---------------------------------- */
/* IMPORTANT : this is the KNACSS v6 old Grid System based on Flexbox */
/* You only need it for projects on older browsers (IE11-) */
@media (min-width: 576px) {
  [class*=' grid-'],
    [class^='grid-'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  [class*=' grid-'] > *,
    [class^='grid-'] > * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 0;
    min-height: 0;
  }
}

@media (min-width: 576px) {
  .grid,
    .grid--reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .grid > *,
    .grid--reverse > * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 0;
    min-height: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }

  .grid.has-gutter > * + *,
    .grid--reverse.has-gutter > * + * {
    margin-left: calc(1rem - .01px);
  }

  .grid.has-gutter-l > * + *,
    .grid--reverse.has-gutter-l > * + * {
    margin-left: calc(2rem - .01px);
  }

  .grid.has-gutter-xl > * + *,
    .grid--reverse.has-gutter-xl > * + * {
    margin-left: calc(4rem - .01px);
  }
}

@media (min-width: 576px) {
  [class*='grid-2'] > * {
    width: calc(100% / 2 - .01px);
  }

  [class*='grid-2'].has-gutter {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }

  [class*='grid-2'].has-gutter > * {
    width: calc(100% / 2 - 1rem - .01px);
    margin-right: .5rem;
    margin-left: .5rem;
  }

  [class*='grid-2'].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  [class*='grid-2'].has-gutter-l > * {
    width: calc(100% / 2 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }

  [class*='grid-2'].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  [class*='grid-2'].has-gutter-xl > * {
    width: calc(100% / 2 - 4rem - .01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*='grid-3'] > * {
    width: calc(100% / 3 - .01px);
  }

  [class*='grid-3'].has-gutter {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }

  [class*='grid-3'].has-gutter > * {
    width: calc(100% / 3 - 1rem - .01px);
    margin-right: .5rem;
    margin-left: .5rem;
  }

  [class*='grid-3'].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  [class*='grid-3'].has-gutter-l > * {
    width: calc(100% / 3 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }

  [class*='grid-3'].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  [class*='grid-3'].has-gutter-xl > * {
    width: calc(100% / 3 - 4rem - .01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*='grid-4'] > * {
    width: calc(100% / 4 - .01px);
  }

  [class*='grid-4'].has-gutter {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }

  [class*='grid-4'].has-gutter > * {
    width: calc(100% / 4 - 1rem - .01px);
    margin-right: .5rem;
    margin-left: .5rem;
  }

  [class*='grid-4'].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  [class*='grid-4'].has-gutter-l > * {
    width: calc(100% / 4 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }

  [class*='grid-4'].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  [class*='grid-4'].has-gutter-xl > * {
    width: calc(100% / 4 - 4rem - .01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*='grid-5'] > * {
    width: calc(100% / 5 - .01px);
  }

  [class*='grid-5'].has-gutter {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }

  [class*='grid-5'].has-gutter > * {
    width: calc(100% / 5 - 1rem - .01px);
    margin-right: .5rem;
    margin-left: .5rem;
  }

  [class*='grid-5'].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  [class*='grid-5'].has-gutter-l > * {
    width: calc(100% / 5 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }

  [class*='grid-5'].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  [class*='grid-5'].has-gutter-xl > * {
    width: calc(100% / 5 - 4rem - .01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*='grid-6'] > * {
    width: calc(100% / 6 - .01px);
  }

  [class*='grid-6'].has-gutter {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }

  [class*='grid-6'].has-gutter > * {
    width: calc(100% / 6 - 1rem - .01px);
    margin-right: .5rem;
    margin-left: .5rem;
  }

  [class*='grid-6'].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  [class*='grid-6'].has-gutter-l > * {
    width: calc(100% / 6 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }

  [class*='grid-6'].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  [class*='grid-6'].has-gutter-xl > * {
    width: calc(100% / 6 - 4rem - .01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*='grid-7'] > * {
    width: calc(100% / 7 - .01px);
  }

  [class*='grid-7'].has-gutter {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }

  [class*='grid-7'].has-gutter > * {
    width: calc(100% / 7 - 1rem - .01px);
    margin-right: .5rem;
    margin-left: .5rem;
  }

  [class*='grid-7'].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  [class*='grid-7'].has-gutter-l > * {
    width: calc(100% / 7 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }

  [class*='grid-7'].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  [class*='grid-7'].has-gutter-xl > * {
    width: calc(100% / 7 - 4rem - .01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*='grid-8'] > * {
    width: calc(100% / 8 - .01px);
  }

  [class*='grid-8'].has-gutter {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }

  [class*='grid-8'].has-gutter > * {
    width: calc(100% / 8 - 1rem - .01px);
    margin-right: .5rem;
    margin-left: .5rem;
  }

  [class*='grid-8'].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  [class*='grid-8'].has-gutter-l > * {
    width: calc(100% / 8 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }

  [class*='grid-8'].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  [class*='grid-8'].has-gutter-xl > * {
    width: calc(100% / 8 - 4rem - .01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*='grid-9'] > * {
    width: calc(100% / 9 - .01px);
  }

  [class*='grid-9'].has-gutter {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }

  [class*='grid-9'].has-gutter > * {
    width: calc(100% / 9 - 1rem - .01px);
    margin-right: .5rem;
    margin-left: .5rem;
  }

  [class*='grid-9'].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  [class*='grid-9'].has-gutter-l > * {
    width: calc(100% / 9 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }

  [class*='grid-9'].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  [class*='grid-9'].has-gutter-xl > * {
    width: calc(100% / 9 - 4rem - .01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*='grid-10'] > * {
    width: calc(100% / 10 - .01px);
  }

  [class*='grid-10'].has-gutter {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }

  [class*='grid-10'].has-gutter > * {
    width: calc(100% / 10 - 1rem - .01px);
    margin-right: .5rem;
    margin-left: .5rem;
  }

  [class*='grid-10'].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  [class*='grid-10'].has-gutter-l > * {
    width: calc(100% / 10 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }

  [class*='grid-10'].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  [class*='grid-10'].has-gutter-xl > * {
    width: calc(100% / 10 - 4rem - .01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*='grid-11'] > * {
    width: calc(100% / 11 - .01px);
  }

  [class*='grid-11'].has-gutter {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }

  [class*='grid-11'].has-gutter > * {
    width: calc(100% / 11 - 1rem - .01px);
    margin-right: .5rem;
    margin-left: .5rem;
  }

  [class*='grid-11'].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  [class*='grid-11'].has-gutter-l > * {
    width: calc(100% / 11 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }

  [class*='grid-11'].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  [class*='grid-11'].has-gutter-xl > * {
    width: calc(100% / 11 - 4rem - .01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*='grid-12'] > * {
    width: calc(100% / 12 - .01px);
  }

  [class*='grid-12'].has-gutter {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }

  [class*='grid-12'].has-gutter > * {
    width: calc(100% / 12 - 1rem - .01px);
    margin-right: .5rem;
    margin-left: .5rem;
  }

  [class*='grid-12'].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  [class*='grid-12'].has-gutter-l > * {
    width: calc(100% / 12 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }

  [class*='grid-12'].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  [class*='grid-12'].has-gutter-xl > * {
    width: calc(100% / 12 - 4rem - .01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
}

.push {
  margin-left: auto !important;
}

.pull {
  margin-right: auto !important;
}

.item-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.item-last {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

[class*='grid-'][class*='--reverse'] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (min-width: 576px) {
  .full {
    width: calc(100% / 1 - .01px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .has-gutter > .full {
    width: calc(100% / 1 - 1rem - .01px);
  }

  .has-gutter-l > .full {
    width: calc(100% / 1 - 2rem - .01px);
  }

  .has-gutter-xl > .full {
    width: calc(100% / 1 - 4rem - .01px);
  }

  .one-half {
    width: calc(100% / 2 - .01px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .has-gutter > .one-half {
    width: calc(100% / 2 - 1rem - .01px);
  }

  .has-gutter-l > .one-half {
    width: calc(100% / 2 - 2rem - .01px);
  }

  .has-gutter-xl > .one-half {
    width: calc(100% / 2 - 4rem - .01px);
  }

  .one-third {
    width: calc(100% / 3 - .01px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .has-gutter > .one-third {
    width: calc(100% / 3 - 1rem - .01px);
  }

  .has-gutter-l > .one-third {
    width: calc(100% / 3 - 2rem - .01px);
  }

  .has-gutter-xl > .one-third {
    width: calc(100% / 3 - 4rem - .01px);
  }

  .one-quarter {
    width: calc(100% / 4 - .01px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .has-gutter > .one-quarter {
    width: calc(100% / 4 - 1rem - .01px);
  }

  .has-gutter-l > .one-quarter {
    width: calc(100% / 4 - 2rem - .01px);
  }

  .has-gutter-xl > .one-quarter {
    width: calc(100% / 4 - 4rem - .01px);
  }

  .one-fifth {
    width: calc(100% / 5 - .01px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .has-gutter > .one-fifth {
    width: calc(100% / 5 - 1rem - .01px);
  }

  .has-gutter-l > .one-fifth {
    width: calc(100% / 5 - 2rem - .01px);
  }

  .has-gutter-xl > .one-fifth {
    width: calc(100% / 5 - 4rem - .01px);
  }

  .one-sixth {
    width: calc(100% / 6 - .01px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .has-gutter > .one-sixth {
    width: calc(100% / 6 - 1rem - .01px);
  }

  .has-gutter-l > .one-sixth {
    width: calc(100% / 6 - 2rem - .01px);
  }

  .has-gutter-xl > .one-sixth {
    width: calc(100% / 6 - 4rem - .01px);
  }

  .two-thirds {
    width: calc(100% / 3 * 2 - .01px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .has-gutter > .two-thirds {
    width: calc(100% / 3 * 2 - 1rem - .01px);
  }

  .has-gutter-l > .two-thirds {
    width: calc(100% / 3 * 2 - 2rem - .01px);
  }

  .has-gutter-xl > .two-thirds {
    width: calc(100% / 3 * 2 - 4rem - .01px);
  }

  .three-quarters {
    width: calc(100% / 4 * 3 - .01px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .has-gutter > .three-quarters {
    width: calc(100% / 4 * 3 - 1rem - .01px);
  }

  .has-gutter-l > .three-quarters {
    width: calc(100% / 4 * 3 - 2rem - .01px);
  }

  .has-gutter-xl > .three-quarters {
    width: calc(100% / 4 * 3 - 4rem - .01px);
  }

  .five-sixths {
    width: calc(100% / 6 * 5 - .01px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .has-gutter > .five-sixths {
    width: calc(100% / 6 * 5 - 1rem - .01px);
  }

  .has-gutter-l > .five-sixths {
    width: calc(100% / 6 * 5 - 2rem - .01px);
  }

  .has-gutter-xl > .five-sixths {
    width: calc(100% / 6 * 5 - 4rem - .01px);
  }
}

/* Responsive Small Breakpoint */
@media (min-width: 576px) and (max-width: 767px) {
  [class*='-small-1'] > * {
    width: calc(100% / 1 - .01px);
  }

  [class*='-small-1'].has-gutter > * {
    width: calc(100% / 1 - 1rem - .01px);
  }

  [class*='-small-1'].has-gutter-l > * {
    width: calc(100% / 1 - 2rem - .01px);
  }

  [class*='-small-1'].has-gutter-xl > * {
    width: calc(100% / 1 - 4rem - .01px);
  }

  [class*='-small-2'] > * {
    width: calc(100% / 2 - .01px);
  }

  [class*='-small-2'].has-gutter > * {
    width: calc(100% / 2 - 1rem - .01px);
  }

  [class*='-small-2'].has-gutter-l > * {
    width: calc(100% / 2 - 2rem - .01px);
  }

  [class*='-small-2'].has-gutter-xl > * {
    width: calc(100% / 2 - 4rem - .01px);
  }

  [class*='-small-3'] > * {
    width: calc(100% / 3 - .01px);
  }

  [class*='-small-3'].has-gutter > * {
    width: calc(100% / 3 - 1rem - .01px);
  }

  [class*='-small-3'].has-gutter-l > * {
    width: calc(100% / 3 - 2rem - .01px);
  }

  [class*='-small-3'].has-gutter-xl > * {
    width: calc(100% / 3 - 4rem - .01px);
  }

  [class*='-small-4'] > * {
    width: calc(100% / 4 - .01px);
  }

  [class*='-small-4'].has-gutter > * {
    width: calc(100% / 4 - 1rem - .01px);
  }

  [class*='-small-4'].has-gutter-l > * {
    width: calc(100% / 4 - 2rem - .01px);
  }

  [class*='-small-4'].has-gutter-xl > * {
    width: calc(100% / 4 - 4rem - .01px);
  }
}

/* ----------------------------- */
/* ==Media object                */
/* ----------------------------- */
/* recommended HTML : <div class="media"><img class="media-figure"><div class="media-content"></div></div> */
/* see http://codepen.io/raphaelgoetter/pen/KMWWwj */
@media (min-width: 480px) {
  .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .media-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }

  .media-figure--center {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .media--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

/* ----------------------------- */
/* ==skip links                  */
/* ----------------------------- */
/* see https://www.alsacreations.com/article/lire/572-Les-liens-d-evitement.html */
/* styling skip links */
.skip-links {
  position: absolute;
}

.skip-links a {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  padding: .5em;
  text-decoration: none;
  color: white;
  background: black;
}

.skip-links a:focus {
  position: static;
  overflow: visible;
  clip: auto;
}

/* ----------------------------- */
/* ==Tables                      */
/* ----------------------------- */
table,
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
  table-layout: fixed;
  border-collapse: collapse;
  vertical-align: top;
}

.table {
  display: table;
  border: 1px solid #acb3c2;
  background: transparent;
}

.table--zebra tbody tr:nth-child(odd) {
  background: #e7e9ed;
}

.table caption {
  font-style: italic;
  padding: 1rem;
  caption-side: bottom;
  text-align: right;
  color: #333;
}

.table td,
.table th {
  min-width: 2rem;
  padding: .3rem .6rem;
  cursor: default;
  text-align: left;
  vertical-align: top;
  border: 1px #acb3c2 dotted;
}

.table thead {
  color: #212529;
  background: transparent;
}

.table--auto {
  table-layout: auto;
}

/* ----------------------------- */
/* ==Forms                       */
/* ----------------------------- */
/* thanks to HTML5boilerplate and https://shoelace.style/ */
/* forms items */
form,
fieldset {
  border: none;
}

fieldset {
  padding: 2rem;
}

fieldset legend {
  padding: 0 .5rem;
  white-space: normal;
  border: 0;
}

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 {
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: .5rem 1rem;
  -webkit-transition: .25s;
  transition: .25s;
  -webkit-transition-property: background-color, color, border, -webkit-box-shadow;
  transition-property: background-color, color, border, -webkit-box-shadow;
  transition-property: box-shadow, background-color, color, border;
  transition-property: box-shadow, background-color, color, border, -webkit-box-shadow;
  vertical-align: middle;
  color: #212529;
  border: 0;
  -webkit-box-shadow: 0 0 0 1px #333 inset;
          box-shadow: 0 0 0 1px #333 inset;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[type='submit'] {
  cursor: pointer;
  color: #fff;
  background-color: #333;
}

input[readonly] {
  background-color: #e7e9ed;
}

select {
  padding-right: 2rem;
  border-radius: 0;
  background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: right .6rem center;
  background-size: 1.2rem;
}

/* hiding IE11 arrow */
select::-ms-expand {
  display: none;
}

textarea {
  min-height: 5em;
  resize: vertical;
  vertical-align: top;
  white-space: pre-wrap;
}

/* '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: #777;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #777;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #777;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #777;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #777;
}

input::placeholder,
textarea::placeholder {
  color: #777;
}

progress {
  width: 100%;
  vertical-align: middle;
}

/* ----------------------------- */
/* ==Buttons                     */
/* ----------------------------- */
/* preferably use <button> for buttons !*/
/* use .btn-- or .button-- classes for variants */
.btn,
.footer .navigation-link-btn,
.button,
[type='button'],
button,
.btn--primary,
.button--primary,
.btn--secondary,
.button--secondary,
.btn--dark,
.button--dark,
.btn--success,
.button--success,
.btn--info,
.button--info,
.btn--warning,
.button--warning,
.btn--danger,
.button--danger,
.btn--inverse,
.button--inverse,
.btn--black,
.button--black,
.btn--transparent,
.button--transparent,
.btn-primary,
.btn-secondary,
.btn-dark,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-inverse,
.btn-black,
.btn-transparent {
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  display: inline-block;
  padding: 1rem 1.5rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: .25s;
  transition: .25s;
  -webkit-transition-property: background-color, color, border, -webkit-box-shadow;
  transition-property: background-color, color, border, -webkit-box-shadow;
  transition-property: box-shadow, background-color, color, border;
  transition-property: box-shadow, background-color, color, border, -webkit-box-shadow;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  color: #212529;
  border: none;
  border-radius: 0;
  background-color: #e7e9ed;
}

.btn:focus,
.footer .navigation-link-btn:focus,
.button:focus,
[type='button']:focus,
button:focus {
  -webkit-tap-highlight-color: transparent;
}

.btn--primary,
.button--primary {
  color: #fff;
  background-color: #f3009d;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn--primary:active,
.btn--primary:focus,
.btn--primary:hover,
.button--primary:active,
.button--primary:focus,
.button--primary:hover {
  background-color: #c0007c;
}

.btn--secondary,
.button--secondary {
  color: #fff;
  background-color: #7b33ff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn--secondary:active,
.btn--secondary:focus,
.btn--secondary:hover,
.button--secondary:active,
.button--secondary:focus,
.button--secondary:hover {
  background-color: #5a00ff;
}

.btn--dark,
.button--dark {
  color: #fff;
  background-color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn--dark:active,
.btn--dark:focus,
.btn--dark:hover,
.button--dark:active,
.button--dark:focus,
.button--dark:hover {
  background-color: black;
}

.btn--success,
.button--success {
  color: #fff;
  background-color: #0c8a0c;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn--success:active,
.btn--success:focus,
.btn--success:hover,
.button--success:active,
.button--success:focus,
.button--success:hover {
  background-color: #085b08;
}

.btn--info,
.button--info {
  color: #000;
  background-color: #5bc0de;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn--info:active,
.btn--info:focus,
.btn--info:hover,
.button--info:active,
.button--info:focus,
.button--info:hover {
  background-color: #31b0d5;
}

.btn--warning,
.button--warning {
  color: #000;
  background-color: #f0ad4e;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn--warning:active,
.btn--warning:focus,
.btn--warning:hover,
.button--warning:active,
.button--warning:focus,
.button--warning:hover {
  background-color: #ec971f;
}

.btn--danger,
.button--danger {
  color: #fff;
  background-color: #d0202e;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn--danger:active,
.btn--danger:focus,
.btn--danger:hover,
.button--danger:active,
.button--danger:focus,
.button--danger:hover {
  background-color: #a41924;
}

.btn--inverse,
.button--inverse {
  color: #fff;
  background-color: #333;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn--inverse:active,
.btn--inverse:focus,
.btn--inverse:hover,
.button--inverse:active,
.button--inverse:focus,
.button--inverse:hover {
  background-color: #1a1a1a;
}

.btn--black,
.button--black {
  color: #fff;
  background-color: #150c27;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn--black:active,
.btn--black:focus,
.btn--black:hover,
.button--black:active,
.button--black:focus,
.button--black:hover {
  background-color: black;
}

.btn--transparent,
.button--transparent {
  color: #6d6f81;
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 1px #e2e2e2 inset;
          box-shadow: 0 0 0 1px #e2e2e2 inset;
}

.btn--transparent:active,
.btn--transparent:focus,
.btn--transparent:hover,
.button--transparent:active,
.button--transparent:focus,
.button--transparent:hover {
  background-color: rgba(0, 0, 0, 0);
}

.btn--small,
.button--small {
  font-size: .8em;
  padding: .7rem 1rem;
}

.btn--big,
.button--big {
  font-size: 1.4em;
  padding: 1.5rem 2rem;
}

.btn--block,
.button--block {
  display: block;
  width: 100% !important;
}

.btn--unstyled,
.button--unstyled {
  padding: 0;
  text-align: left;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn--unstyled:focus,
.button--unstyled:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.nav-button {
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: 0;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

.nav-button > * {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 2.6rem;
  height: 2.6rem;
  padding: 0;
  -webkit-transition: .25s;
  transition: .25s;
  -webkit-transition-property: background, -webkit-transform;
  transition-property: background, -webkit-transform;
  transition-property: transform, background;
  transition-property: transform, background, -webkit-transform;
  vertical-align: top;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
  background-image: linear-gradient(#333, #333);
  background-repeat: no-repeat;
  background-position: center;
  background-origin: content-box;
  background-size: 100% 5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  will-change: transform, background;
}

.nav-button > *::before,
.nav-button > *::after {
  height: 5px;
  content: '';
  -webkit-transition: .25s;
  transition: .25s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: transform, top;
  transition-property: transform, top, -webkit-transform;
  background: #333;
  will-change: transform, top;
}

.nav-button:hover > * {
  background-color: transparent;
}

.nav-button:focus {
  outline: 0;
}

.nav-button.is-active > * {
  background-image: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav-button.is-active > *::before {
  -webkit-transform: translateY(50%) rotate3d(0, 0, 1, 45deg);
          transform: translateY(50%) rotate3d(0, 0, 1, 45deg);
}

.nav-button.is-active > *::after {
  -webkit-transform: translateY(-50%) rotate3d(0, 0, 1, -45deg);
          transform: translateY(-50%) rotate3d(0, 0, 1, -45deg);
}

/* ----------------------------- */
/* ==Checkbox, radio, switch     */
/* ----------------------------- */
/* use .checkbox class on input type=checkbox */
/* recommended HTML : <input type="checkbox" class="checkbox" id="c1"><label for="c1">click here</label> */
/* use .radio class on input type=radio */
/* recommended HTML : <input type="radio" class="radio" name="radio" id="r1"><label for="r1">Click here</label> */
/* use .switch class on input type=checkbox */
.checkbox {
  border-radius: 4px;
}

.switch {
  border-radius: 3em;
}

.radio,
.field-radio input[type='radio'] {
  border-radius: 50%;
}

.switch,
.checkbox,
.radio,
.field-radio input[type='radio'] {
  cursor: pointer;
  vertical-align: text-bottom;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.switch ~ label,
.checkbox ~ label,
.radio ~ label,
.field-radio input[type='radio'] ~ label {
  cursor: pointer;
}

.switch::-ms-check,
.checkbox::-ms-check,
.radio::-ms-check,
.field-radio input[type='radio']::-ms-check {
  display: none;
}

.switch {
  font-size: 70%;
  line-height: 2rem;
  width: 4rem;
  height: 2rem;
  -webkit-transition: -webkit-box-shadow .15s;
  transition: -webkit-box-shadow .15s;
  transition: box-shadow .15s;
  transition: box-shadow .15s, -webkit-box-shadow .15s;
  background-color: #fff;
  -webkit-box-shadow: inset -2rem 0 0 #333, inset 0 0 0 1px #333;
          box-shadow: inset -2rem 0 0 #333, inset 0 0 0 1px #333;
}

.switch::before,
.switch::after {
  font-weight: bold;
  color: #fff;
}

.switch::before {
  float: right;
  margin-right: .66667rem;
  content: '✕';
}

.switch:checked {
  -webkit-box-shadow: inset 2rem 0 0 #0c8a0c, inset 0 0 0 1px #0c8a0c;
          box-shadow: inset 2rem 0 0 #0c8a0c, inset 0 0 0 1px #0c8a0c;
}

.switch:checked::before {
  float: left;
  margin-left: .66667rem;
  content: '✓';
}

.checkbox {
  width: 2rem;
  height: 2rem;
  -webkit-transition: background-color .15s;
  transition: background-color .15s;
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 0 1px #333;
          box-shadow: inset 0 0 0 1px #333;
}

.checkbox:checked {
  background-color: #333;
  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-repeat: no-repeat;
  background-position: center;
  background-size: 60% 60%;
}

.radio,
.field-radio input[type='radio'] {
  width: 2rem;
  height: 2rem;
  -webkit-transition: background-size .15s;
  transition: background-size .15s;
  background-color: #fff;
  background-size: 0 0;
  -webkit-box-shadow: inset 0 0 0 1px #333;
          box-shadow: inset 0 0 0 1px #333;
}

.radio:checked,
.field-radio input:checked[type='radio'] {
  background-color: #fff;
  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-repeat: no-repeat;
  background-position: center;
  background-size: 90% 90%;
}

/* ----------------------------- */
/* ==Arrows                      */
/* ----------------------------- */
/* see https://knacss.com/styleguide.html#arrows */
[class*='icon-arrow--'] {
  vertical-align: middle;
}

[class*='icon-arrow--']::after {
  line-height: 1;
  display: inline-block;
  width: 1em;
  height: 1em;
  content: '';
  background-color: #000;
  -webkit-mask-size: cover;
          mask-size: cover;
}

.icon-arrow--down::after {
  -webkit-mask-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E');
          mask-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E');
}

.icon-arrow--up::after {
  -webkit-mask-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E');
          mask-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E');
}

.icon-arrow--right::after {
  -webkit-mask-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E');
          mask-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E');
}

.icon-arrow--left::after {
  -webkit-mask-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E');
          mask-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E');
}

/* ----------------------------- */
/* ==Tags                      */
/* ----------------------------- */
/* use .tag-- classes for variants */
.tag,
.tag--primary,
.tag--secondary,
.tag--dark,
.tag--success,
.tag--info,
.tag--warning,
.tag--danger,
.tag--inverse,
.tag--black,
.tag--transparent,
.tag-primary,
.tag-secondary,
.tag-dark,
.tag-success,
.tag-info,
.tag-warning,
.tag-danger,
.tag-inverse,
.tag-black,
.tag-transparent {
  line-height: 1;
  display: inline-block;
  padding: 3px .5rem;
  vertical-align: baseline;
  white-space: nowrap;
  color: #212529;
  border-radius: 0;
  background-color: #e7e9ed;
}

.tag--primary {
  color: #fff;
  background-color: #f3009d;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tag--secondary {
  color: #fff;
  background-color: #7b33ff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tag--dark {
  color: #fff;
  background-color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tag--success {
  color: #fff;
  background-color: #0c8a0c;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tag--info {
  color: #000;
  background-color: #5bc0de;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tag--warning {
  color: #000;
  background-color: #f0ad4e;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tag--danger {
  color: #fff;
  background-color: #d0202e;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tag--inverse {
  color: #fff;
  background-color: #333;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tag--black {
  color: #fff;
  background-color: #150c27;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tag--transparent {
  color: #6d6f81;
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 1px #e2e2e2 inset;
          box-shadow: 0 0 0 1px #e2e2e2 inset;
}

.tag--small {
  font-size: 1.1rem;
}

.tag--big {
  font-size: 1.9rem;
}

.tag--block {
  display: block;
  width: 100% !important;
}

.tag.disabled,
.disabled.tag--primary,
.disabled.tag--secondary,
.disabled.tag--dark,
.disabled.tag--success,
.disabled.tag--info,
.disabled.tag--warning,
.disabled.tag--danger,
.disabled.tag--inverse,
.disabled.tag--black,
.disabled.tag--transparent,
.disabled.tag-primary,
.disabled.tag-secondary,
.disabled.tag-dark,
.disabled.tag-success,
.disabled.tag-info,
.disabled.tag-warning,
.disabled.tag-danger,
.disabled.tag-inverse,
.disabled.tag-black,
.disabled.tag-transparent,
.tag--disabled {
  cursor: not-allowed;
  opacity: .5;
}

.tag:empty,
.tag--primary:empty,
.tag--secondary:empty,
.tag--dark:empty,
.tag--success:empty,
.tag--info:empty,
.tag--warning:empty,
.tag--danger:empty,
.tag--inverse:empty,
.tag--black:empty,
.tag--transparent:empty,
.tag-primary:empty,
.tag-secondary:empty,
.tag-dark:empty,
.tag-success:empty,
.tag-info:empty,
.tag-warning:empty,
.tag-danger:empty,
.tag-inverse:empty,
.tag-black:empty,
.tag-transparent:empty {
  display: none;
}

/* ----------------------------- */
/* ==Badges                      */
/* ----------------------------- */
/* use .badge-- classes for variants */
.badge,
.badge--primary,
.badge--secondary,
.badge--dark,
.badge--success,
.badge--info,
.badge--warning,
.badge--danger,
.badge--inverse,
.badge--black,
.badge--transparent,
.badge-primary,
.badge-secondary,
.badge-dark,
.badge-success,
.badge-info,
.badge-warning,
.badge-danger,
.badge-inverse,
.badge-black,
.badge-transparent,
.page-search .event-list .event-thumb .cta-btn.cta-map-link,
.page-fav .event-list .event-thumb .cta-btn.cta-map-link,
.page-account .event-list .event-thumb .cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 84) */
.gm-style-iw-d .event-thumb .cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 70) */
.scene-thumb .cta-btn.cta-map-link,
.user-profil-avatar .cta-btn.cta-map-link,
.artist-search .artist-thumb .cta-btn.cta-map-link,
.artist-list .artist-thumb .cta-btn.cta-map-link {
  line-height: 1;
  display: inline-block;
  padding: .5rem;
  color: #212529;
  border-radius: 50%;
  background-color: #e7e9ed;
}

.badge::before,
.badge--primary::before,
.badge--secondary::before,
.badge--dark::before,
.badge--success::before,
.badge--info::before,
.badge--warning::before,
.badge--danger::before,
.badge--inverse::before,
.badge--black::before,
.badge--transparent::before,
.badge-primary::before,
.badge-secondary::before,
.badge-dark::before,
.badge-success::before,
.badge-info::before,
.badge-warning::before,
.badge-danger::before,
.badge-inverse::before,
.badge-black::before,
.badge-transparent::before,
.page-search .event-list .event-thumb .cta-btn.cta-map-link::before,
.page-fav .event-list .event-thumb .cta-btn.cta-map-link::before,
.page-account .event-list .event-thumb .cta-btn.cta-map-link::before, /* TODO add in integration (added by GROHMANI dans version 84) */
.gm-style-iw-d .event-thumb .cta-btn.cta-map-link::before, /* TODO add in integration (added by GROHMANI dans version 70) */
.scene-thumb .cta-btn.cta-map-link::before,
.user-profil-avatar .cta-btn.cta-map-link::before,
.artist-search .artist-thumb .cta-btn.cta-map-link::before,
.artist-list .artist-thumb .cta-btn.cta-map-link::before {
  display: inline-block;
  padding-top: 100%;
  content: '';
  vertical-align: middle;
}

.badge--primary {
  color: #fff;
  background-color: #f3009d;
}

.badge--secondary {
  color: #fff;
  background-color: #7b33ff;
}

.badge--dark {
  color: #fff;
  background-color: #000;
}

.badge--success {
  color: #fff;
  background-color: #0c8a0c;
}

.badge--info {
  color: #000;
  background-color: #5bc0de;
}

.badge--warning {
  color: #000;
  background-color: #f0ad4e;
}

.badge--danger {
  color: #fff;
  background-color: #d0202e;
}

.badge--inverse {
  color: #fff;
  background-color: #333;
}

.badge--black {
  color: #fff;
  background-color: #150c27;
}

.badge--transparent {
  color: #6d6f81;
  background-color: transparent;
}

.badge--small {
  font-size: 1.1rem;
}

.badge--big {
  font-size: 1.9rem;
}

.badge.disabled,
.disabled.badge--primary,
.disabled.badge--secondary,
.disabled.badge--dark,
.disabled.badge--success,
.disabled.badge--info,
.disabled.badge--warning,
.disabled.badge--danger,
.disabled.badge--inverse,
.disabled.badge--black,
.disabled.badge--transparent,
.disabled.badge-primary,
.disabled.badge-secondary,
.disabled.badge-dark,
.disabled.badge-success,
.disabled.badge-info,
.disabled.badge-warning,
.disabled.badge-danger,
.disabled.badge-inverse,
.disabled.badge-black,
.disabled.badge-transparent,
.page-search .event-list .event-thumb .disabled.cta-btn.cta-map-link,
.page-fav .event-list .event-thumb .disabled.cta-btn.cta-map-link,
.page-account .event-list .event-thumb .disabled.cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 84) */
.gm-style-iw-d .event-thumb .disabled.cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 70) */
.scene-thumb .disabled.cta-btn.cta-map-link,
.user-profil-avatar .disabled.cta-btn.cta-map-link,
.artist-search .artist-thumb .disabled.cta-btn.cta-map-link,
.artist-list .artist-thumb .disabled.cta-btn.cta-map-link,
.badge--disabled {
  cursor: not-allowed;
  opacity: .5;
}

.badge:empty,
.badge--primary:empty,
.badge--secondary:empty,
.badge--dark:empty,
.badge--success:empty,
.badge--info:empty,
.badge--warning:empty,
.badge--danger:empty,
.badge--inverse:empty,
.badge--black:empty,
.badge--transparent:empty,
.badge-primary:empty,
.badge-secondary:empty,
.badge-dark:empty,
.badge-success:empty,
.badge-info:empty,
.badge-warning:empty,
.badge-danger:empty,
.badge-inverse:empty,
.badge-black:empty,
.badge-transparent:empty,
.page-search .event-list .event-thumb .cta-btn.cta-map-link:empty,
.page-fav .event-list .event-thumb .cta-btn.cta-map-link:empty,
.page-account .event-list .event-thumb .cta-btn.cta-map-link:empty, /* TODO add in integration (added by GROHMANI dans version 84) */
.gm-style-iw-d .event-thumb .cta-btn.cta-map-link:empty, /* TODO add in integration (added by GROHMANI dans version 70) */
.scene-thumb .cta-btn.cta-map-link:empty,
.user-profil-avatar .cta-btn.cta-map-link:empty,
.artist-search .artist-thumb .cta-btn.cta-map-link:empty,
.artist-list .artist-thumb .cta-btn.cta-map-link:empty {
  display: none;
}

/* ----------------------------- */
/* ==Alerts                      */
/* ----------------------------- */
/* use .alert-- classes for variants */
.alert,
.alert--primary,
.alert--secondary,
.alert--dark,
.alert--success,
.alert--info,
.alert--warning,
.alert--danger,
.alert--inverse,
.alert--black,
.alert--transparent {
  margin-top: .75em;
  margin-bottom: 0;
  padding: 1rem 1rem;
  color: #212529;
  border-radius: 0;
  background-color: #e7e9ed;
}

.alert a,
.alert--primary a,
.alert--secondary a,
.alert--dark a,
.alert--success a,
.alert--info a,
.alert--warning a,
.alert--danger a,
.alert--inverse a,
.alert--black a,
.alert--transparent a {
  text-decoration: underline;
  color: inherit;
}

.alert--primary {
  color: #fff;
  background-color: #f3009d;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.alert--secondary {
  color: #fff;
  background-color: #7b33ff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.alert--dark {
  color: #fff;
  background-color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.alert--success {
  color: #fff;
  background-color: #0c8a0c;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.alert--info {
  color: #000;
  background-color: #5bc0de;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.alert--warning {
  color: #000;
  background-color: #f0ad4e;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.alert--danger {
  color: #fff;
  background-color: #d0202e;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.alert--inverse {
  color: #fff;
  background-color: #333;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.alert--black {
  color: #fff;
  background-color: #150c27;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.alert--transparent {
  color: #6d6f81;
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 1px #e2e2e2 inset;
          box-shadow: 0 0 0 1px #e2e2e2 inset;
}

.alert--small {
  font-size: 1.1rem;
}

.alert--big {
  font-size: 1.9rem;
}

.alert--block {
  display: block;
  width: 100% !important;
}

.alert.disabled,
.disabled.alert--primary,
.disabled.alert--secondary,
.disabled.alert--dark,
.disabled.alert--success,
.disabled.alert--info,
.disabled.alert--warning,
.disabled.alert--danger,
.disabled.alert--inverse,
.disabled.alert--black,
.disabled.alert--transparent,
.alert--disabled {
  cursor: not-allowed;
  opacity: .5;
}

.alert:empty,
.alert--primary:empty,
.alert--secondary:empty,
.alert--dark:empty,
.alert--success:empty,
.alert--info:empty,
.alert--warning:empty,
.alert--danger:empty,
.alert--inverse:empty,
.alert--black:empty,
.alert--transparent:empty {
  display: none;
}

body {
  overflow-x: hidden;
  min-height: 100vh;
  padding-top: 65px;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 576px) {
  body {
    padding-top: 60px;
  }
}

body.modal-opened {
  overflow-y: hidden;
}

h1 {
  font-family: 'MontSerrat';
}

h2 {
  font-family: 'MontSerrat';
}

h3 {
  font-family: 'MontSerrat';
}

h4 {
  font-family: 'MontSerrat';
}

h5 {
  font-family: 'MontSerrat';
}

h6 {
  font-family: 'MontSerrat';
}

a:hover {
  text-decoration: none;
}

p {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #6d6f81;
}

ol {
  list-style-type: none;
}

ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  counter-increment: step-counter;
}

ol li:before {
  font-weight: 700;
  margin-right: 20px;
  content: counter(step-counter);
}

address {
  font-size: 1.5rem;
  font-weight: 300;
  font-style: normal;
  display: inline-block;
  margin-bottom: 0;
  letter-spacing: .02rem;
  color: #6d6f81;
}

.site-masthead address,
.section-band address {
  color: #fff;
}

.rte {
  margin-bottom: 65px;
}

@media (max-width: 576px) {
  .rte {
    margin-bottom: 45px;
  }
}

.rte ul {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #6d6f81;
}

.page-home .rte {
  margin-bottom: 80px;
}

@media (max-width: 576px) {
  .page-home .rte {
    margin-bottom: 60px;
  }
}

.page-event .rte {
  margin-bottom: 50px;
}

.rte.has-bg-gradient {
  padding: 100px 0 60px 0;
  background: linear-gradient(135deg, #7133c7 0%, #8b2faa 66.25%, #a62b8d 100%);
}

.rte.has-bg-gradient-blue {
  padding: 100px 0 60px 0;
  background: linear-gradient(45deg, #3b2869 0%, #3372c7 70.98%, #2ba690 100%);
}

.rte.has-bg-gradient-transformed {
  position: relative;
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  .rte.has-bg-gradient-transformed {
    padding: 130px 0 80px 0;
  }
}

@media (max-width: 768px) {
  .rte.has-bg-gradient-transformed {
    margin-bottom: 60px;
    padding: 50px 0 30px 0;
  }
}

@media (max-width: 576px) {
  .rte.has-bg-gradient-transformed {
    margin-bottom: 50px;
  }
}

.rte.has-bg-gradient-transformed:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 90%;
  content: '';
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  background: linear-gradient(135deg, #1e5d7a 0%, #7133c7 31.83%, #8b2faa 66.25%, #a62b8d 100%);
}

.rte .heading {
  margin-bottom: 30px;
}

.rte-zik-corner {
  position: relative;
  margin-bottom: 100px;
  background: linear-gradient(115deg, #6037c3 0%, #8b2faa 66.25%, #a62b8d 100%);
}

@media (min-width: 769px) {
  .rte-zik-corner {
    padding: 0 0 80px 0;
  }
}

@media (max-width: 768px) {
  .rte-zik-corner {
    margin-bottom: 60px;
    padding: 50px 0;
  }
}

.rte-zik-corner:before {
  position: absolute;
  z-index: -1;
  top: -1px;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  background: linear-gradient(115deg, #6037c3 0%, #8b2faa 66.25%, #a62b8d 100%);
}

.rte-zik-corner .heading-illustration {
  width: 450px;
  margin-bottom: 55px;
}

.rte-zik-corner .media-and-text {
  margin-top: 55px;
}

@media (min-width: 769px) {
  .rte-zik-corner .media-and-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 769px) {
  .rte-zik-corner .media-and-text .media-container {
    margin-right: 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (max-width: 768px) {
  .rte-zik-corner .media-and-text .media-container {
    margin-bottom: 25px;
  }
}

.rte-zik-corner .media-and-text .media-container .media-video-resp {
  margin: 0;
}

@media (min-width: 769px) {
  .rte-zik-corner .media-and-text .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 245px;
            flex: 0 1 245px;
  }
}

.rte-zik-corner .media-and-text .text p {
  color: #fff;
}

.rte-zik-corner .media-and-text .text .btn,
.rte-zik-corner .media-and-text .text .footer .navigation-link-btn,
.footer .rte-zik-corner .media-and-text .text .navigation-link-btn {
  width: 100%;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .rte-zik-corner .media-and-text .text .btn,
    .rte-zik-corner .media-and-text .text .footer .navigation-link-btn,
    .footer .rte-zik-corner .media-and-text .text .navigation-link-btn {
    max-width: 280px;
  }
}

.rte-zik-corner-bis .heading {
  margin-bottom: 40px;
}

.rte-zik-corner-bis .faq-qst {
  max-width: 685px;
  margin: 0 auto;
  margin-top: 70px;
}

@media (max-width: 768px) {
  .rte-zik-corner-bis .faq-qst {
    margin-top: 50px;
  }
}

.rte-ads .smt-ads {
  padding: 0;
  background-color: #e8e5e5;
}

@media (max-width: 576px) {
  .rte-ads .smt-ads:not(:last-child) {
    margin-bottom: 30px;
  }
}

.rte-ads .smt-ads:before {
  display: block;
  padding-bottom: 62.5%;
  content: '';
}

.rte-ads .div-gpt-ad-bottom,
.rte-ads .div-gpt-ad-mid {
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
}

.rte-ads .smt-ads-horizontal {
  border-radius: 5px;
}

.rte-ads .smt-ads-horizontal:before {
  padding-bottom: 11.5%;
}

.rte-ads .smt-ads-horizontal.x300 {
  height: 300px;
}

.rte-ads .smt-ads-horizontal.x300:before {
  padding-bottom: inherit;
}

@media (min-width: 769px) {
  .rte-adapted-offer .site-wrapper > .heading {
    margin-bottom: 225px;
  }
}

@media (max-width: 768px) {
  .rte-adapted-offer .site-wrapper > .heading {
    margin-bottom: 175px;
  }
}

@media (max-width: 576px) {
  .rte-adapted-offer .site-wrapper > .heading {
    margin-bottom: 35px;
  }
}

@media (max-width: 768px) {
  .rte-adapted-offer [class*='grid-2-medium-1'].has-gutter-xl {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .rte-adapted-offer [class*='grid-2-medium-1'].has-gutter-xl > * {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .rte-adapted-offer [class*='grid-2-medium-1'].has-gutter-xl > *:first-child {
    margin-bottom: 175px;
  }
}

@media (max-width: 768px) and (max-width: 576px) {
  .rte-adapted-offer [class*='grid-2-medium-1'].has-gutter-xl > *:first-child {
    margin-bottom: 30px;
  }
}

.rte-adapted-offer .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.rte-adapted-offer .card .illustration {
  height: 200px;
  max-height: 200px;
  margin: 0 auto;
  margin-top: -225px;
  margin-bottom: 40px;
}

@media (min-width: 577px) and (max-width: 768px) {
  .rte-adapted-offer .card .illustration {
    height: 180px;
    max-height: 180px;
    margin-top: -175px;
  }
}

@media (max-width: 576px) {
  .rte-adapted-offer .card .illustration {
    display: none;
  }
}

.rte-adapted-offer .card .heading {
  margin-bottom: 20px;
}

.rte-adapted-offer .card .btn,
.rte-adapted-offer .card .footer .navigation-link-btn,
.footer .rte-adapted-offer .card .navigation-link-btn {
  margin-top: auto;
}

@media (min-width: 993px) {
  .rte-registered-scenes .scene-card,
    .rte-registered-scenes .artist-card,
    .rte-registered-artists .scene-card,
    .rte-registered-artists .artist-card {
    width: calc(33.33% - 30px);
  }
}

@media (min-width: 769px) {
  .rte-registered-scenes .scene-card,
    .rte-registered-scenes .artist-card,
    .rte-registered-artists .scene-card,
    .rte-registered-artists .artist-card {
    margin-bottom: 40px;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  .rte-registered-scenes .scene-card,
    .rte-registered-scenes .artist-card,
    .rte-registered-artists .scene-card,
    .rte-registered-artists .artist-card {
    width: calc(50% - 30px);
  }
}

@media (max-width: 576px) {
  .rte-registered-scenes .scene-card,
    .rte-registered-scenes .artist-card,
    .rte-registered-artists .scene-card,
    .rte-registered-artists .artist-card {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .rte-registered-scenes .js-discover-swipe .slick-prev,
    .rte-registered-scenes .js-discover-swipe .slick-next,
    .rte-registered-artists .js-discover-swipe .slick-prev,
    .rte-registered-artists .js-discover-swipe .slick-next {
    top: 80px;
    -webkit-transform: inherit;
            transform: inherit;
  }
}

@media (min-width: 769px) {
  .rte-registered-scenes .artist-list.slick-slider,
    .rte-registered-scenes .scene-list.slick-slider,
    .rte-registered-artists .artist-list.slick-slider,
    .rte-registered-artists .scene-list.slick-slider {
    margin-right: -30px;
    margin-left: -30px;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .rte-registered-scenes .artist-list.slick-slider,
    .rte-registered-scenes .scene-list.slick-slider,
    .rte-registered-artists .artist-list.slick-slider,
    .rte-registered-artists .scene-list.slick-slider {
    margin-right: -25px;
    margin-left: -25px;
  }
}

@media (max-width: 576px) {
  .rte-registered-scenes .artist-list.slick-slider,
    .rte-registered-scenes .scene-list.slick-slider,
    .rte-registered-artists .artist-list.slick-slider,
    .rte-registered-artists .scene-list.slick-slider {
    margin-right: -20px;
    margin-left: -20px;
  }
}

@media (min-width: 769px) {
  .rte-registered-scenes .artist-list.slick-slider .slick-list,
    .rte-registered-scenes .scene-list.slick-slider .slick-list,
    .rte-registered-artists .artist-list.slick-slider .slick-list,
    .rte-registered-artists .scene-list.slick-slider .slick-list {
    padding: 0 30px;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .rte-registered-scenes .artist-list.slick-slider .slick-list,
    .rte-registered-scenes .scene-list.slick-slider .slick-list,
    .rte-registered-artists .artist-list.slick-slider .slick-list,
    .rte-registered-artists .scene-list.slick-slider .slick-list {
    padding: 0 25px;
  }
}

@media (max-width: 576px) {
  .rte-registered-scenes .artist-list.slick-slider .slick-list,
    .rte-registered-scenes .scene-list.slick-slider .slick-list,
    .rte-registered-artists .artist-list.slick-slider .slick-list,
    .rte-registered-artists .scene-list.slick-slider .slick-list {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.rte-registered-scenes .scene-search.slick-slider .scene-card,
.rte-registered-artists .scene-search.slick-slider .scene-card {
  width: 286px !important;
  margin: 0 15px !important;
  text-decoration: none !important;
  outline: none;
}

.rte-registered-scenes .btn-lg,
.rte-registered-artists .btn-lg {
  max-width: 100%;
}

.rte-france-map {
  position: relative;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  background: linear-gradient(220deg, #3b2869 1.36%, #3372c7 71.37%, #2ba690 100%);
}

@media (min-width: 769px) {
  .rte-france-map {
    padding: 110px 0 80px 0;
  }
}

@media (max-width: 768px) {
  .rte-france-map {
    padding: 50px 0 0 0;
  }
}

.rte-france-map:before {
  position: absolute;
  top: -35%;
  right: -10%;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  background: linear-gradient(85deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 100%);
}

.rte-france-map > .site-wrapper {
  -webkit-transform: skewY(5deg);
          transform: skewY(5deg);
}

.rte-france-map .site-wrapper > .grid {
  margin-bottom: 80px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (min-width: 769px) {
  .rte-france-map .site-wrapper > .grid {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
  }
}

@media (max-width: 576px) {
  .rte-france-map .site-wrapper > .grid {
    margin-bottom: 50px;
  }
}

.rte-france-map .site-wrapper > .grid .heading {
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .rte-france-map .site-wrapper > .grid .grid-item:nth-child(1) {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .rte-france-map .site-wrapper > .grid .grid-item:nth-child(2) .illustration {
    display: none;
  }
}

.rte-france-map .heading-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rte-france-map .heading-tags .tag,
.rte-france-map .heading-tags .tag--primary,
.rte-france-map .heading-tags .tag--secondary,
.rte-france-map .heading-tags .tag--dark,
.rte-france-map .heading-tags .tag--success,
.rte-france-map .heading-tags .tag--info,
.rte-france-map .heading-tags .tag--warning,
.rte-france-map .heading-tags .tag--danger,
.rte-france-map .heading-tags .tag--inverse,
.rte-france-map .heading-tags .tag--black,
.rte-france-map .heading-tags .tag--transparent,
.rte-france-map .heading-tags .tag-primary,
.rte-france-map .heading-tags .tag-secondary,
.rte-france-map .heading-tags .tag-dark,
.rte-france-map .heading-tags .tag-success,
.rte-france-map .heading-tags .tag-info,
.rte-france-map .heading-tags .tag-warning,
.rte-france-map .heading-tags .tag-danger,
.rte-france-map .heading-tags .tag-inverse,
.rte-france-map .heading-tags .tag-black,
.rte-france-map .heading-tags .tag-transparent {
  font-family: 'MontSerrat';
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  min-height: 45px;
  max-height: 45px;
  margin: 5px;
  padding: 0 1.65rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background-color .1s ease-in-out;
  transition: background-color .1s ease-in-out;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, .15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rte-france-map .heading-tags .tag:first-child,
.rte-france-map .heading-tags .tag--primary:first-child,
.rte-france-map .heading-tags .tag--secondary:first-child,
.rte-france-map .heading-tags .tag--dark:first-child,
.rte-france-map .heading-tags .tag--success:first-child,
.rte-france-map .heading-tags .tag--info:first-child,
.rte-france-map .heading-tags .tag--warning:first-child,
.rte-france-map .heading-tags .tag--danger:first-child,
.rte-france-map .heading-tags .tag--inverse:first-child,
.rte-france-map .heading-tags .tag--black:first-child,
.rte-france-map .heading-tags .tag--transparent:first-child,
.rte-france-map .heading-tags .tag-primary:first-child,
.rte-france-map .heading-tags .tag-secondary:first-child,
.rte-france-map .heading-tags .tag-dark:first-child,
.rte-france-map .heading-tags .tag-success:first-child,
.rte-france-map .heading-tags .tag-info:first-child,
.rte-france-map .heading-tags .tag-warning:first-child,
.rte-france-map .heading-tags .tag-danger:first-child,
.rte-france-map .heading-tags .tag-inverse:first-child,
.rte-france-map .heading-tags .tag-black:first-child,
.rte-france-map .heading-tags .tag-transparent:first-child {
  margin-left: 0;
}

.rte-france-map .heading-tags .tag:last-child,
.rte-france-map .heading-tags .tag--primary:last-child,
.rte-france-map .heading-tags .tag--secondary:last-child,
.rte-france-map .heading-tags .tag--dark:last-child,
.rte-france-map .heading-tags .tag--success:last-child,
.rte-france-map .heading-tags .tag--info:last-child,
.rte-france-map .heading-tags .tag--warning:last-child,
.rte-france-map .heading-tags .tag--danger:last-child,
.rte-france-map .heading-tags .tag--inverse:last-child,
.rte-france-map .heading-tags .tag--black:last-child,
.rte-france-map .heading-tags .tag--transparent:last-child,
.rte-france-map .heading-tags .tag-primary:last-child,
.rte-france-map .heading-tags .tag-secondary:last-child,
.rte-france-map .heading-tags .tag-dark:last-child,
.rte-france-map .heading-tags .tag-success:last-child,
.rte-france-map .heading-tags .tag-info:last-child,
.rte-france-map .heading-tags .tag-warning:last-child,
.rte-france-map .heading-tags .tag-danger:last-child,
.rte-france-map .heading-tags .tag-inverse:last-child,
.rte-france-map .heading-tags .tag-black:last-child,
.rte-france-map .heading-tags .tag-transparent:last-child {
  margin-right: 0;
}

@media (max-width: 576px) {
  .rte-france-map .heading-tags .tag,
    .rte-france-map .heading-tags .tag--primary,
    .rte-france-map .heading-tags .tag--secondary,
    .rte-france-map .heading-tags .tag--dark,
    .rte-france-map .heading-tags .tag--success,
    .rte-france-map .heading-tags .tag--info,
    .rte-france-map .heading-tags .tag--warning,
    .rte-france-map .heading-tags .tag--danger,
    .rte-france-map .heading-tags .tag--inverse,
    .rte-france-map .heading-tags .tag--black,
    .rte-france-map .heading-tags .tag--transparent,
    .rte-france-map .heading-tags .tag-primary,
    .rte-france-map .heading-tags .tag-secondary,
    .rte-france-map .heading-tags .tag-dark,
    .rte-france-map .heading-tags .tag-success,
    .rte-france-map .heading-tags .tag-info,
    .rte-france-map .heading-tags .tag-warning,
    .rte-france-map .heading-tags .tag-danger,
    .rte-france-map .heading-tags .tag-inverse,
    .rte-france-map .heading-tags .tag-black,
    .rte-france-map .heading-tags .tag-transparent {
    font-size: 1.25rem;
    min-height: 45px;
    max-height: 45px;
    margin: 5px;
  }
}

.rte-france-map .heading-tags .tag:hover,
.rte-france-map .heading-tags .tag--primary:hover,
.rte-france-map .heading-tags .tag--secondary:hover,
.rte-france-map .heading-tags .tag--dark:hover,
.rte-france-map .heading-tags .tag--success:hover,
.rte-france-map .heading-tags .tag--info:hover,
.rte-france-map .heading-tags .tag--warning:hover,
.rte-france-map .heading-tags .tag--danger:hover,
.rte-france-map .heading-tags .tag--inverse:hover,
.rte-france-map .heading-tags .tag--black:hover,
.rte-france-map .heading-tags .tag--transparent:hover,
.rte-france-map .heading-tags .tag-primary:hover,
.rte-france-map .heading-tags .tag-secondary:hover,
.rte-france-map .heading-tags .tag-dark:hover,
.rte-france-map .heading-tags .tag-success:hover,
.rte-france-map .heading-tags .tag-info:hover,
.rte-france-map .heading-tags .tag-warning:hover,
.rte-france-map .heading-tags .tag-danger:hover,
.rte-france-map .heading-tags .tag-inverse:hover,
.rte-france-map .heading-tags .tag-black:hover,
.rte-france-map .heading-tags .tag-transparent:hover {
  color: #fff;
  background-color: #000;
}

.rte-france-map .map-container {
  position: relative;
  height: auto;
  border-radius: 0;
}

.rte-france-map .map-container .map-legends {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 175px;
  padding: 30px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px 0 rgba(47, 49, 59, .2);
          box-shadow: 0 5px 20px 0 rgba(47, 49, 59, .2);
}

@media (max-width: 576px) {
  .rte-france-map .map-container .map-legends {
    -webkit-transform: scale(.8);
            transform: scale(.8);
  }
}

.rte-france-map .map-container .map-legends .legends-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rte-france-map .map-container .map-legends .legends-item:not(:last-child) {
  margin-bottom: 10px;
}

.rte-france-map .map-container .map-legends .legends-item .bar {
  width: 45px;
  height: 15px;
  margin-right: 23px;
  border-radius: 4px;
}

.rte-france-map .map-container .map-legends .legends-item .bar.is-blue {
  background-color: #00addd;
}

.rte-france-map .map-container .map-legends .legends-item .bar.is-pink {
  background-color: #f3009d;
}

.rte-france-map .map-container .map-legends .legends-item .bar-label {
  font-size: 1.3rem;
  color: #6d6f81;
}

@media (min-width: 769px) {
  .rte-booking.has-bg-gradient-transformed {
    padding: 60px 0 140px 0;
  }
}

@media (max-width: 768px) {
  .rte-booking.has-bg-gradient-transformed {
    padding: 40px 0 0 0;
  }
}

.rte-booking.has-bg-gradient-transformed:before {
  height: 100%;
  background: linear-gradient(45deg, #3b2869 0%, #3372c7 70.98%, #2ba690 100%);
}

@media (max-width: 768px) {
  .rte-booking.has-bg-gradient-transformed:before {
    height: 85%;
  }
}

.rte-booking.rte-booking-failed .heading {
  margin-bottom: 55px !important;
}

@media (max-width: 768px) {
  .rte-booking.rte-booking-failed .heading {
    margin-bottom: 30px !important;
  }
}

.rte-booking.rte-booking-failed .grid.has-bg-city {
  background-image: url('../images_ng/bg-illustration-city.svg');
  background-repeat: no-repeat;
  background-position: top 50% right;
  background-size: contain;
}

.rte-booking.rte-booking-failed .grid.has-bg-city-bis {
  background-image: url('../images_ng/bg-illustration-city-2.svg');
  background-repeat: no-repeat;
  background-position: top 50% right;
  background-size: contain;
}

.rte-booking.rte-booking-failed .grid > .grid-item.one-third {
  max-width: 380px;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .rte-booking.rte-booking-failed .grid > .grid-item.one-third {
    margin-left: 80px;
  }
}

.rte-booking.rte-booking-failed .grid > .grid-item:not(.one-third) {
  width: inherit;
}

@media (min-width: 769px) {
  .rte-booking.rte-booking-failed .grid > .grid-item:not(.one-third) {
    margin-left: -100px;
  }
}

@media (max-width: 768px) {
  .rte-booking.rte-booking-failed .grid > .grid-item:not(.one-third) {
    display: none;
  }
}

.rte-booking.rte-booking-failed .failed-illustration {
  width: 425px;
}

.rte-booking.is-purple:before {
  background: linear-gradient(135deg, #1e5d7a 0%, #7133c7 31.83%, #8b2faa 66.25%, #a62b8d 100%);
}

.rte-booking .heading {
  margin-bottom: 115px;
}

@media (max-width: 768px) {
  .rte-booking .heading {
    margin-bottom: 15px !important;
  }
}

@media (min-width: 769px) {
  .rte-booking .grid {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 768px) {
  .rte-booking .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .rte-booking .grid > .grid-item {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
}

@media (min-width: 769px) {
  .rte-booking .grid > .grid-item.one-third {
    width: 340px;
  }

  .rte-booking .grid > .grid-item.one-third .card {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .rte-booking .grid > .grid-item.one-third {
    width: 100%;
  }

  .rte-booking .grid > .grid-item.one-third .card {
    margin: 0 auto;
  }
}

@media (min-width: 769px) {
  .rte-booking .grid > .grid-item:not(.one-third) {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .rte-booking .grid > .grid-item:not(.one-third) {
    margin-top: 30px;
    margin-left: 0;
  }
}

.rte-booking .dashboard-cards {
  width: auto;
}

@media (min-width: 993px) {
  .rte-booking .dashboard-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .rte-booking .dashboard-cards {
    margin-right: -30px;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .rte-booking .dashboard-cards {
    margin-right: -25px;
    margin-left: -25px;
  }
}

@media (max-width: 576px) {
  .rte-booking .dashboard-cards {
    margin-right: -20px;
    margin-left: -20px;
  }
}

@media (min-width: 993px) {
  .rte-booking .dashboard-cards .slick-list {
    width: 100% !important;
  }
}

@media (max-width: 576px) {
  .rte-booking .dashboard-cards .slick-list {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.rte-booking .dashboard-cards .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.rte-booking .dashboard-cards .slick-slide {
  height: inherit !important;
}

@media (max-width: 992px) {
  .rte-booking .dashboard-cards .slick-slide {
    margin: 35px 1.5rem;
  }
}

.rte-booking .dashboard-cards .card-tiny {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 260px;
  margin: 45px 1.5rem 35px;
  text-decoration: none;
  outline: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 993px) {
  .rte-booking .dashboard-cards .card-tiny {
    width: calc(100% / 2 - 3rem - .01px);
  }
}

@media (max-width: 992px) {
  .rte-booking .dashboard-cards .card-tiny {
    margin-top: 50px;
    margin-bottom: 50px;
    outline: none !important;
  }
}

@media (min-width: 769px) {
  .rte-booking .dashboard-cards.js-dashboard-swipe .slick-prev {
    left: -20px;
  }
}

.rte-booking .field-group .field-item {
  margin-bottom: 20px;
}

.rte-booking .form-submit .btn-link {
  padding: 0 !important;
  color: #150c27;
}

.rte-booking .form-submit .btn-sm,
.rte-booking .form-submit .footer .navigation-link-btn,
.footer .rte-booking .form-submit .navigation-link-btn {
  padding-right: 2em;
  padding-left: 2em;
}

.rte-booking .card {
  padding: 35px 30px;
  -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .25);
}

@media (max-width: 576px) {
  .rte-booking .card {
    padding: 30px 20px;
  }
}

.rte-booking .card .heading {
  margin-bottom: 30px !important;
}

.rte-booking .card .heading .title-md,
.rte-booking .card .heading .rte-bis h3,
.rte-bis .rte-booking .card .heading h3 {
  padding: 0 10px;
}

@media (min-width: 769px) {
  .rte-booking .card .heading .title-md,
    .rte-booking .card .heading .rte-bis h3,
    .rte-bis .rte-booking .card .heading h3 {
    font-size: 2.6rem;
  }
}

.rte-booking .card-tiny {
  position: relative;
}

.rte-booking .card-tiny .illustration {
  position: absolute;
  z-index: 1;
  top: -50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
}

.rte-booking .card-tiny .badge,
.rte-booking .card-tiny .badge--primary,
.rte-booking .card-tiny .badge--secondary,
.rte-booking .card-tiny .badge--dark,
.rte-booking .card-tiny .badge--success,
.rte-booking .card-tiny .badge--info,
.rte-booking .card-tiny .badge--warning,
.rte-booking .card-tiny .badge--danger,
.rte-booking .card-tiny .badge--inverse,
.rte-booking .card-tiny .badge--black,
.rte-booking .card-tiny .badge--transparent,
.rte-booking .card-tiny .badge-primary,
.rte-booking .card-tiny .badge-secondary,
.rte-booking .card-tiny .badge-dark,
.rte-booking .card-tiny .badge-success,
.rte-booking .card-tiny .badge-info,
.rte-booking .card-tiny .badge-warning,
.rte-booking .card-tiny .badge-danger,
.rte-booking .card-tiny .badge-inverse,
.rte-booking .card-tiny .badge-black,
.rte-booking .card-tiny .badge-transparent,
.rte-booking .card-tiny .page-search .event-list .event-thumb .cta-btn.cta-map-link,
.page-search .event-list .event-thumb .rte-booking .card-tiny .cta-btn.cta-map-link,
.rte-booking .card-tiny .page-fav .event-list .event-thumb .cta-btn.cta-map-link,
.page-fav .event-list .event-thumb .rte-booking .card-tiny .cta-btn.cta-map-link,
.rte-booking .card-tiny .scene-thumb .cta-btn.cta-map-link,
.scene-thumb .rte-booking .card-tiny .cta-btn.cta-map-link,
.rte-booking .card-tiny .user-profil-avatar .cta-btn.cta-map-link,
.user-profil-avatar .rte-booking .card-tiny .cta-btn.cta-map-link,
.rte-booking .card-tiny .artist-search .artist-thumb .cta-btn.cta-map-link,
.artist-search .artist-thumb .rte-booking .card-tiny .cta-btn.cta-map-link,
.rte-booking .card-tiny .artist-list .artist-thumb .cta-btn.cta-map-link,
.artist-list .artist-thumb .rte-booking .card-tiny .cta-btn.cta-map-link {
  font-size: 3rem;
  z-index: 2;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  color: #fff;
  border: 1px solid #6d6f81;
  background-color: #150c27;
}

.rte-booking .card-tiny .badge.badge-more-than-1,
.rte-booking .card-tiny .badge-more-than-1.badge--primary,
.rte-booking .card-tiny .badge-more-than-1.badge--secondary,
.rte-booking .card-tiny .badge-more-than-1.badge--dark,
.rte-booking .card-tiny .badge-more-than-1.badge--success,
.rte-booking .card-tiny .badge-more-than-1.badge--info,
.rte-booking .card-tiny .badge-more-than-1.badge--warning,
.rte-booking .card-tiny .badge-more-than-1.badge--danger,
.rte-booking .card-tiny .badge-more-than-1.badge--inverse,
.rte-booking .card-tiny .badge-more-than-1.badge--black,
.rte-booking .card-tiny .badge-more-than-1.badge--transparent,
.rte-booking .card-tiny .badge-more-than-1.badge-primary,
.rte-booking .card-tiny .badge-more-than-1.badge-secondary,
.rte-booking .card-tiny .badge-more-than-1.badge-dark,
.rte-booking .card-tiny .badge-more-than-1.badge-success,
.rte-booking .card-tiny .badge-more-than-1.badge-info,
.rte-booking .card-tiny .badge-more-than-1.badge-warning,
.rte-booking .card-tiny .badge-more-than-1.badge-danger,
.rte-booking .card-tiny .badge-more-than-1.badge-inverse,
.rte-booking .card-tiny .badge-more-than-1.badge-black,
.rte-booking .card-tiny .badge-more-than-1.badge-transparent,
.rte-booking .card-tiny .page-search .event-list .event-thumb .badge-more-than-1.cta-btn.cta-map-link,
.page-search .event-list .event-thumb .rte-booking .card-tiny .badge-more-than-1.cta-btn.cta-map-link,
.rte-booking .card-tiny .page-fav .event-list .event-thumb .badge-more-than-1.cta-btn.cta-map-link,
.page-fav .event-list .event-thumb .rte-booking .card-tiny .badge-more-than-1.cta-btn.cta-map-link,
.rte-booking .card-tiny .scene-thumb .badge-more-than-1.cta-btn.cta-map-link,
.scene-thumb .rte-booking .card-tiny .badge-more-than-1.cta-btn.cta-map-link,
.rte-booking .card-tiny .user-profil-avatar .badge-more-than-1.cta-btn.cta-map-link,
.user-profil-avatar .rte-booking .card-tiny .badge-more-than-1.cta-btn.cta-map-link,
.rte-booking .card-tiny .artist-search .artist-thumb .badge-more-than-1.cta-btn.cta-map-link,
.artist-search .artist-thumb .rte-booking .card-tiny .badge-more-than-1.cta-btn.cta-map-link,
.rte-booking .card-tiny .artist-list .artist-thumb .badge-more-than-1.cta-btn.cta-map-link,
.artist-list .artist-thumb .rte-booking .card-tiny .badge-more-than-1.cta-btn.cta-map-link {
  border: 1px solid #7b33ff;
  background-color: #7b33ff;
}

.rte-booking .card-tiny .title,
.rte-booking .card-tiny .rte-bis h3,
.rte-bis .rte-booking .card-tiny h3,
.rte-booking .card-tiny .rte-bis h4,
.rte-bis .rte-booking .card-tiny h4 {
  max-width: 260px;
  margin: 0 auto;
  margin-bottom: 0;
  padding-right: 2vw;
  padding-left: 2vw;
  text-align: center;
  color: #fff;
}

.rte-text .heading {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.rte-text .link-read-more {
  margin-top: 30px;
}

.rte-text .grid-2-medium-1 .grid-item {
  display: inline-block;
  margin-bottom: 30px;
}

.rte-text .grid-2-medium-1 .grid-item.has-media .gallery-preview-main {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
}

.rte-map {
  position: relative;
  margin-bottom: 0;
}

.page-event .rte-map {
  margin-bottom: 0;
}

.rte-map .map-container {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transform: skew(0, -5deg);
          transform: skew(0, -5deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  border-radius: 0;
}

@media (min-width: 993px) {
  .rte-map .map-container {
    height: 800px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .rte-map .map-container {
    height: 700px;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .rte-map .map-container {
    height: 575px;
  }
}

@media (max-width: 576px) {
  .rte-map .map-container {
    height: 450px;
  }
}

.rte-map .map-container #map {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: -4.5vw;
  -webkit-transform: skew(0, 5deg);
          transform: skew(0, 5deg);
}

.rte-map .map-container .map-card {
  position: absolute;
  top: 50%;
  right: 22.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  -webkit-transform: skew(0, 5deg) translateY(-50%);
          transform: skew(0, 5deg) translateY(-50%);
  text-align: center;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 20px 20px 0 rgba(47, 49, 59, .2);
          box-shadow: 0 20px 20px 0 rgba(47, 49, 59, .2);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rte-map .map-container .map-card .illustration {
  width: 170px;
  margin: 0 auto;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .rte-map .map-container .map-card .illustration {
    display: none;
  }
}

.rte-map .map-container .map-card .title,
.rte-map .map-container .map-card .rte-bis h3,
.rte-bis .rte-map .map-container .map-card h3,
.rte-map .map-container .map-card .rte-bis h4,
.rte-bis .rte-map .map-container .map-card h4 {
  margin-bottom: 20px;
}

.rte-map .map-container .map-card address {
  font-size: 1.3rem;
  font-weight: 400;
  color: #6d6f81;
}

.rte-bis .rte-section {
  margin-bottom: 60px;
}

.rte-bis .rte-item {
  margin-bottom: 20px;
}

.rte-bis h4 {
  margin-bottom: 5px !important;
}

.rte-bis .smt-comments {
  margin: 30px 0;
}

@media (max-width: 768px) {
  .rte-bis .smt-comments {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 768px) {
  .rte-bis .smt-comments-icon {
    margin-right: 0;
  }
}

.rte-legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 769px) {
  .rte-legal {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }

  .rte-legal > * {
    width: calc(100% / 4 - .01px);
  }

  .rte-legal.has-gutter {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }

  .rte-legal.has-gutter > * {
    width: calc(100% / 4 - 1rem - .01px);
    margin-right: .5rem;
    margin-left: .5rem;
  }

  .rte-legal.has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .rte-legal.has-gutter-l > * {
    width: calc(100% / 4 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .rte-legal.has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  .rte-legal.has-gutter-xl > * {
    width: calc(100% / 4 - 4rem - .01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .rte-legal > * {
    width: calc(100% / 4 - 3rem - .01px);
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .rte-legal {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }

  .rte-legal > * {
    width: calc(100% / 2 - .01px);
  }

  .rte-legal.has-gutter {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }

  .rte-legal.has-gutter > * {
    width: calc(100% / 2 - 1rem - .01px);
    margin-right: .5rem;
    margin-left: .5rem;
  }

  .rte-legal.has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .rte-legal.has-gutter-l > * {
    width: calc(100% / 2 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .rte-legal.has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  .rte-legal.has-gutter-xl > * {
    width: calc(100% / 2 - 4rem - .01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .rte-legal > * {
    width: calc(100% / 2 - 3rem - .01px);
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}

@media (max-width: 768px) {
  .rte-legal > div,
    .rte-legal .rte-item {
    margin-bottom: 20px;
  }
}

.rte-legal > div a,
.rte-legal .rte-item a {
  color: #7b33ff !important;
}

.rte-legal > div a:hover,
.rte-legal .rte-item a:hover {
  text-decoration: underline;
}

.rte-grid .grid,
.rte-grid .grid-2-small-1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .rte-grid .grid,
    .rte-grid .grid-2-small-1 {
    display: inherit;
    margin: inherit !important;
  }
}

.rte-grid .grid .media-video-resp,
.rte-grid .grid-2-small-1 .media-video-resp {
  margin: 0;
}

.rte-grid .grid .grid-item,
.rte-grid .grid-2-small-1 .grid-item {
  display: inherit;
}

@media (max-width: 992px) {
  .rte-grid .grid .grid-item,
    .rte-grid .grid-2-small-1 .grid-item {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 992px) {
  .rte-grid .grid .grid-item:first-child,
    .rte-grid .grid-2-small-1 .grid-item:first-child {
    width: 100%;
    margin-bottom: 40px;
  }
}

@media (max-width: 992px) {
  .rte-grid .grid .grid-item.one-third,
    .rte-grid .grid-2-small-1 .grid-item.one-third {
    width: 100%;
    margin: 0;
  }
}

@media (min-width: 993px) {
  .rte-grid .grid.has-map,
    .rte-grid .grid-2-small-1.has-map {
    margin-right: -3.5rem;
    margin-left: -3.5rem;
  }

  .rte-grid .grid.has-map > *,
    .rte-grid .grid-2-small-1.has-map > * {
    width: calc(100% / 2 - .01px);
  }

  .rte-grid .grid.has-map.has-gutter,
    .rte-grid .grid-2-small-1.has-map.has-gutter {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }

  .rte-grid .grid.has-map.has-gutter > *,
    .rte-grid .grid-2-small-1.has-map.has-gutter > * {
    width: calc(100% / 2 - 1rem - .01px);
    margin-right: .5rem;
    margin-left: .5rem;
  }

  .rte-grid .grid.has-map.has-gutter-l,
    .rte-grid .grid-2-small-1.has-map.has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .rte-grid .grid.has-map.has-gutter-l > *,
    .rte-grid .grid-2-small-1.has-map.has-gutter-l > * {
    width: calc(100% / 2 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .rte-grid .grid.has-map.has-gutter-xl,
    .rte-grid .grid-2-small-1.has-map.has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  .rte-grid .grid.has-map.has-gutter-xl > *,
    .rte-grid .grid-2-small-1.has-map.has-gutter-xl > * {
    width: calc(100% / 2 - 4rem - .01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .rte-grid .grid.has-map > *,
    .rte-grid .grid-2-small-1.has-map > * {
    width: calc(100% / 2 - 7rem - .01px);
    margin-right: 3.5rem;
    margin-left: 3.5rem;
  }
}

@media (min-width: 993px) {
  .rte-grid .grid.has-map .grid-item:last-child,
    .rte-grid .grid-2-small-1.has-map .grid-item:last-child {
    width: calc(100% / 2.5 - 7rem - .01px);
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

.rte-grid .grid.has-map .grid-item .text-sm,
.rte-grid .grid-2-small-1.has-map .grid-item .text-sm {
  text-align: justify;
}

@media (min-width: 769px) {
  .rte-grid.grid-floating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 769px) {
  .rte-grid.grid-floating {
    margin-bottom: 285px;
  }
}

.rte-grid.grid-floating .grid-item .media-img {
  max-height: 410px;
}

@media (min-width: 769px) {
  .rte-grid.grid-floating .grid-item {
    position: relative;
    width: 50%;
  }
}

@media (min-width: 993px) {
  .rte-grid.grid-floating .grid-item:nth-child(1) {
    left: 80px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .rte-grid.grid-floating .grid-item:nth-child(1) {
    left: 40px;
  }
}

@media (max-width: 768px) {
  .rte-grid.grid-floating .grid-item:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (min-width: 993px) {
  .rte-grid.grid-floating .grid-item:nth-child(2) {
    top: 220px;
    right: 80px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .rte-grid.grid-floating .grid-item:nth-child(2) {
    top: 220px;
    right: 40px;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .rte-grid.grid-floating .grid-item:nth-child(2) {
    margin-top: -50px;
  }
}

.rte-grid.grid-floating .grid-item .text-card {
  padding: 75px 50px 60px;
  border-radius: 15px;
  background: linear-gradient(45deg, #3b2869 0%, #3372c7 70.98%, #2ba690 100%);
}

@media (max-width: 992px) {
  .rte-grid.grid-floating .grid-item .text-card {
    padding: 65px 40px 50px;
  }
}

@media (max-width: 768px) {
  .rte-grid.grid-floating .grid-item .text-card {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .rte-grid.grid-floating .grid-item .text-card {
    width: 100%;
    padding: 45px 25px 30px;
  }
}

.rte-grid.grid-floating .grid-item .text-card .title,
.rte-grid.grid-floating .grid-item .text-card .rte-bis h3,
.rte-bis .rte-grid.grid-floating .grid-item .text-card h3,
.rte-grid.grid-floating .grid-item .text-card .rte-bis h4,
.rte-bis .rte-grid.grid-floating .grid-item .text-card h4,
.rte-grid.grid-floating .grid-item .text-card .text-sm {
  color: #fff;
}

.rte-sidebar .site-wrapper {
  padding-right: 0;
  padding-left: 0;
}

.rte-sidebar .sidebar-card {
  padding: 60px 25px;
}

table {
  border-spacing: 3px;
  border-collapse: separate;
}

.is-disabled,
.js-disabled,
[disabled],
.is-disabled ~ label,
[disabled] ~ label {
  opacity: .5;
  -webkit-filter: none;
          filter: none;
}

.is-disabled > .field-item,
.js-disabled > .field-item,
[disabled] > .field-item,
.is-disabled ~ label > .field-item,
[disabled] ~ label > .field-item {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

@media (min-width: 576px) {
  [class*='grid-2'].has-gutter-xl {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }

  [class*='grid-2'].has-gutter-xl > * {
    width: calc(100% / 2 - 3rem - .01px);
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}

.is-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.description-picture-input {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.tippy-tooltip {
  text-align: center !important;
}

.w400 {
  font-weight: 400 !important;
}

.u-w600,
.w600 {
  font-weight: 600 !important;
}

.w700 {
  font-weight: 700 !important;
}

.u-color-brand {
  color: #7b33ff;
}

.u-color-white,
.color-white {
  color: #fff !important;
}

.u-color-pink,
.color-pink {
  color: #f3009d !important;
}

.color-purple {
  color: #7b33ff !important;
}

.u-color-black,
.color-black {
  color: #150c27 !important;
}

.u-color-grey,
.color-grey {
  color: #6d6f81 !important;
}

.is-hidden {
  display: none !important;
}

@media (max-width: 576px) {
  .is-small-hidden {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .is-medium-hidden {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .is-medium-plus-hidden {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .is-large-hidden {
    display: none !important;
  }
}

.u-center,
.is-center {
  text-align: center;
}

.is-full {
  width: 100%;
}

.strikeThrough {
  text-decoration: line-through;
}

/* ----------------------------- */
/* ==Print (quick print reset)   */
/* ----------------------------- */
@page {
  margin: 0 !important;
}

@media print {
  * {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  body {
    font-size: 12pt;
    width: auto;
    margin: 0mm !important;
  }

  p,
    .p-like,
    h1,
    .h1-like,
    h2,
    .h2-like,
    h3,
    .h3-like,
    h4,
    .h4-like,
    h5,
    .h5-like,
    h6,
    .h6-like,
    blockquote,
    label,
    ul,
    ol {
    margin: auto;
    color: #000;
  }

  .print {
    display: block;
  }

  .no-print {
    display: none !important;
  }
    /* no orphans, no widows */
  p,
    .p-like,
    blockquote {
    orphans: 3;
    widows: 3;
  }
    /* no breaks inside these elements */
    /* page break before main headers
  h1,
  .h1-like {
    page-break-before: always;
  }
  */
    /* no breaks after these elements */
  h1,
    .h1-like,
    h2,
    .h2-like,
    h3,
    .h3-like,
    caption {
    page-break-after: avoid;
  }

  a {
    color: #000;
  }
    /* displaying URLs
  a[href]::after {
    content: " (" attr(href) ")";
  }
  */
  a[href^='javascript:']::after,
    a[href^='#']::after {
    content: '';
  }

  body {
    padding-top: 0 !important;
  }

  .header {
    display: none !important;
  }
}

.icon {
    /* Les paths et les strokes qui dépassent de la viewBox peuvent apparaître dans IE.
     Si vous utilisez normalize.css, inutile de l’ajouter. */
  overflow: hidden;
    /* Permet de redimensionner en changeant la font-size de l’icône */
  width: 1em;
  height: 1em;
    /* Bel alignement visuel des icônes avec le texte */
  vertical-align: -.15em;
    /* fill par défaut = valeur de la propriété couleur de son élément parent */
  fill: currentColor;
    /* Social icons */
}

.icon-cta {
  font-size: 1.15rem;
}

.icon-delete {
  color: #000;
}

.icon-see-more {
  width: 22px;
  height: 15px;
}

.icon-link {
  width: 20px;
  height: 20px;
}

.icon-facebook {
  width: 18px;
  height: 18px;
  color: #365b98;
}

.icon-twitter {
  width: 20px;
  height: 17px;
  color: #4eafee;
}

.icon-youtube {
  width: 22px;
  height: 18px;
  color: #f55;
}

.icon-soundcloud {
  width: 24px;
  height: 12px;
  color: #fb5600;
}

.icon-instagram {
  width: 21px;
  height: 21px;
  color: #7024c4;
}

.icon-website {
  width: 21px;
  height: 21px;
  color: #000;
}

.page-beta .site-masthead-main {
  padding-bottom: 100px;
}

.page-beta .site-masthead-main .masthead-logo {
  margin-top: 0;
  margin-bottom: 40px;
}

.page-beta .site-masthead-main .masthead-illustration {
  max-width: 780px;
  margin: 0 auto;
}

.page-beta .site-masthead-main .masthead-illustration img {
  max-width: 100%;
}

.page-beta .site-masthead-main .masthead-titles {
  margin-bottom: 65px;
  padding: 0;
  text-align: center;
}

.page-beta .site-masthead-main .masthead-titles .title-main.is-bigger {
  font-weight: 700;
  max-width: 100% !important;
}

.page-beta .site-masthead-main .site-wrapper-tiny {
  max-width: 840px;
}

.page-beta .site-masthead-main .grid-cards {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
}

@media (max-width: 768px) {
  .page-beta .site-masthead-main .grid-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 340px;
  }
}

@media (max-width: 992px) {
  .page-beta .site-masthead-main .grid-cards > * {
    margin-bottom: 30px;
  }
}

.page-beta .site-masthead-main .grid-cards .card-tiny {
  width: 100%;
  padding: 30px;
  border: 0;
  border-radius: 8px;
  background-color: #fff;
}

.page-beta .site-masthead-main .grid-cards .card-tiny .title-md,
.page-beta .site-masthead-main .grid-cards .card-tiny .rte-bis h3,
.rte-bis .page-beta .site-masthead-main .grid-cards .card-tiny h3 {
  font-size: 2.6rem;
}

.page-beta .site-masthead-main .grid-cards .card-tiny .social-links {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-beta .site-masthead-main .grid-cards .card-tiny .social-links .social-link {
  width: 50px;
  height: 50px;
}

.page-beta .site-masthead-main .grid-cards .card-tiny .social-links .social-link.social-link-facebook .icon {
  width: 22px;
  height: 22px;
}

.page-beta .site-masthead-main .grid-cards .card-tiny .social-links .social-link.social-link-youtube .icon {
  width: 24px;
  height: 22px;
}

.page-beta .site-masthead-main .grid-cards .card-tiny .social-links .social-link.social-link-instagram .icon {
  width: 24px;
  height: 24px;
}

.page-beta .site-masthead-main .grid-cards .card-tiny .social-links .social-link:last-child {
  margin-right: 7px;
  margin-bottom: 15px;
  margin-left: 7px;
}

.page-beta .site-masthead-main .grid-cards .card-gradient {
  background: linear-gradient(132.41deg, rgba(113, 51, 199, .9) 0%, rgba(139, 47, 170, .9) 66.25%, rgba(166, 43, 141, .9) 100%);
}

.page-beta .site-masthead-main .grid-cards .card-gradient hr {
  margin: 20px 0;
}

.page-scene .section-band,
.page-artist .section-band {
  margin-top: 30px;
}

.page-scene .site-masthead .masthead-cta .cta-save:hover:disabled,
.page-artist .site-masthead .masthead-cta .cta-save:hover:disabled {
  cursor: default;
}

.page-search {
  top: 105px;
  right: 0;
  bottom: 0;
  left: 0;
}

.page-search:before {
  display: table;
  content: ' ';
}

.page-search:after {
  display: table;
  clear: both;
  content: ' ';
}

@media (max-width: 992px) {
  .page-booking .layout-with-sidebar > .site-wrapper,
    .page-inscription .layout-with-sidebar > .site-wrapper,
    .page-login .layout-with-sidebar > .site-wrapper {
    padding: 0;
  }

  .page-booking .layout-aside,
    .page-inscription .layout-aside,
    .page-login .layout-aside {
    display: none;
  }
}

.page-login .login-wrapper {
  padding-top: 30px;
  padding-bottom: 100px;
}

@media (max-width: 576px) {
  .page-login .login-wrapper {
    padding-bottom: 70px;
  }
}

.page-login .login-head {
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 576px) {
  .page-login .login-head {
    margin-bottom: 40px;
  }
}

.page-login .login-head .title,
.page-login .login-head .rte-bis h3,
.rte-bis .page-login .login-head h3,
.page-login .login-head .rte-bis h4,
.rte-bis .page-login .login-head h4 {
  font-family: 'Open Sans', sans-serif;
  max-width: 360px;
  margin: 0 auto;
  margin-top: -30px;
}

@media (max-width: 576px) {
  .page-login .login-head .title,
    .page-login .login-head .rte-bis h3,
    .rte-bis .page-login .login-head h3,
    .page-login .login-head .rte-bis h4,
    .rte-bis .page-login .login-head h4 {
    font-size: 1.55rem;
  }
}

.page-login .login-card {
  max-width: 405px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 4px;
  -webkit-box-shadow: -1px 4px 30px 0 rgba(0, 0, 0, .15);
          box-shadow: -1px 4px 30px 0 rgba(0, 0, 0, .15);
}

.page-login .login-card .title,
.page-login .login-card .rte-bis h3,
.rte-bis .page-login .login-card h3,
.page-login .login-card .rte-bis h4,
.rte-bis .page-login .login-card h4 {
  max-width: 265px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  text-align: center;
}

@media (max-width: 992px) {
  .page-account .layout-aside {
    display: none;
  }
}

.page-account .scene-item {
  position: relative;
  padding: 25px 0;
  border-bottom: 1px solid #e8e5e5;
}

.page-account .scene-item .scene-thumb,
.page-account .scene-item .user-profil-avatar {
  width: 80px;
  height: 80px;
  margin-right: 0;
  margin-bottom: 10px;
}

.page-account .scene-item .scene-thumb:before,
.page-account .scene-item .user-profil-avatar:before {
  content: none;
}

@media (max-width: 768px) {
  .page-account .scene-item .col {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.page-account .scene-item .scene-meta-sum > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 185px;
          flex: 0 1 185px;
}

@media (min-width: 769px) {
  .page-account .scene-item .scene-meta-sum > a {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 225px;
            flex: 0 1 225px;
  }
}

@media (max-width: 576px) {
  .page-account .scene-item .scene-meta-sum > a {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
}

.page-account .scene-item .scene-meta-sum .col-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .page-account .scene-item .scene-meta-sum .col-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-account .scene-item .scene-meta-sum .col-line:first-child {
  margin-bottom: 20px;
}

.page-account .scene-item .scene-meta-sum .col-line > *:not(.field-group) {
  margin: 0 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;

}

@media (min-width: 577px) and (max-width: 768px) {
  .page-account .scene-item .scene-meta-sum .col-line > *:not(.field-group) {
    margin-bottom: 10px;
  }
}

.page-account .scene-item .scene-meta-sum .col-line > *:not(.field-group) .scene-data-item .data-label {
  margin-bottom: 3px;
}

@media (min-width: 577px) {
  .page-account .scene-item .scene-meta-sum .col-line > *:not(.field-group) .scene-data-item:nth-child(1) {
    margin-right: 20px;
  }
}

.page-account .scene-item .scene-meta-sum .field-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .page-account .scene-item .scene-meta-sum .field-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .page-account .scene-item .scene-meta-sum .field-group .field-item:first-child {
    margin-bottom: 15px;
  }
}

.page-account .scene-item .scene-meta-sum .field-group > * {
  margin: 0 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.page-account .scene-item .scene-meta-sum .field-switch-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 576px) {
  .page-account .scene-item .scene-meta-sum .field-switch-group {
    margin-top: 20px;
  }
}

.page-account .scene-item .scene-meta-sum .field-switch-group .field-label,
.page-account .scene-item .scene-meta-sum .field-switch-group .doc-type label,
.doc-type .page-account .scene-item .scene-meta-sum .field-switch-group label {
  font-size: 11px;
  margin-bottom: 8px;
  color: #6d6f81;
}

.page-account .scene-item .scene-meta-sum .field-switch-group .field-switch {
  width: 100%;
  height: 60px;
}

.page-account .scene-item .scene-meta-sum .field-switch-group .field-switch label {
  line-height: 48px;
}

.page-account .scene-item .scene-meta-sum .dropdown {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 576px) {
  .page-account .scene-item .scene-meta-sum .dropdown {
    position: absolute;
    top: 15px;
    right: 0;
    width: 45px;
  }
}

.page-account .scene-item .scene-meta-sum .dropdown.is-active .dropdown-trigger button {
  border-radius: 4px;
  background: #f9f7f7 !important;
}

.page-account .preferences-list .field-item {
  margin-bottom: 0;
  padding: 20px 0;
  border-bottom: 1px solid #e8e5e5;
}

@media (min-width: 769px) {
  .page-requests .site-main > .site-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .page-requests .site-main > .site-wrapper {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

.page-requests .tabs-content .slick-list {
  overflow: visible;
}

.page-requests .tabs-content .tabs-content-item {
  padding-bottom: 150px;
}

.page-requests .request-item:not(.is-empty) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0 25px 20px;
  -webkit-transition: background-color .1s ease-in-out;
  transition: background-color .1s ease-in-out;
  border-bottom: 1px solid #e8e5e5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 993px) {
  .page-requests .request-item:not(.is-empty) {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media (max-width: 576px) {
  .page-requests .request-item:not(.is-empty) {
    padding: 20px 0 20px 10px;
  }
}

.page-requests .request-item:not(.is-empty):hover {
  background-color: #f9f7f7;
}

.page-requests .request-item:not(.is-empty):hover .request-thumb {
  -webkit-box-shadow: 0 0 0 4px #7b33ff;
          box-shadow: 0 0 0 4px #7b33ff;
}

.page-requests .request-item:not(.is-empty) > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  text-decoration: none;
  outline: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 577px) {
  .page-requests .request-item:not(.is-empty) > a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (max-width: 576px) {
  .page-requests .request-item:not(.is-empty) > a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.page-requests .request-item.is-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 500px;
  margin: 130px auto 50px auto;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-requests .request-item.is-empty .title,
.page-requests .request-item.is-empty .rte-bis h3,
.rte-bis .page-requests .request-item.is-empty h3,
.page-requests .request-item.is-empty .rte-bis h4,
.rte-bis .page-requests .request-item.is-empty h4 {
  margin: 60px 0 25px 0;
}

.page-requests .request-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
}

@media (max-width: 992px) {
  .page-requests .request-right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .page-requests .request-right .request-meta {
    margin: 10px 0;
  }
}

@media (max-width: 576px) {
  .page-requests .request-right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page-requests .request-thumb {
  width: 100px;
  height: 100px;
  margin-right: 50px;
  -webkit-transition: -webkit-box-shadow .075s ease-in-out;
  transition: -webkit-box-shadow .075s ease-in-out;
  transition: box-shadow .075s ease-in-out;
  transition: box-shadow .075s ease-in-out, -webkit-box-shadow .075s ease-in-out;
  border-radius: 50%;
  background-color: #d8d8d8;
  background-position: top center;
  background-size: cover;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media (max-width: 576px) {
  .page-requests .request-thumb {
    width: 85px;
    height: 85px;
    margin-right: 30px;
  }
}

.page-requests .request-name {
  font-family: 'MontSerrat';
  font-size: 1.65rem;
  font-weight: 600;
  line-height: 1.45;
  margin-bottom: 5px;
  letter-spacing: -.2px;
  color: #150c27;
}

@media (min-width: 993px) {
  .page-requests .request-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

.page-requests .request-name .badge,
.page-requests .request-name .badge--primary,
.page-requests .request-name .badge--secondary,
.page-requests .request-name .badge--dark,
.page-requests .request-name .badge--success,
.page-requests .request-name .badge--info,
.page-requests .request-name .badge--warning,
.page-requests .request-name .badge--danger,
.page-requests .request-name .badge--inverse,
.page-requests .request-name .badge--black,
.page-requests .request-name .badge--transparent,
.page-requests .request-name .badge-primary,
.page-requests .request-name .badge-secondary,
.page-requests .request-name .badge-dark,
.page-requests .request-name .badge-success,
.page-requests .request-name .badge-info,
.page-requests .request-name .badge-warning,
.page-requests .request-name .badge-danger,
.page-requests .request-name .badge-inverse,
.page-requests .request-name .badge-black,
.page-requests .request-name .badge-transparent,
.page-requests .request-name .page-search .event-list .event-thumb .cta-btn.cta-map-link,
.page-search .event-list .event-thumb .page-requests .request-name .cta-btn.cta-map-link,
.page-requests .request-name .page-fav .event-list .event-thumb .cta-btn.cta-map-link,
.page-fav .event-list .event-thumb .page-requests .request-name .cta-btn.cta-map-link,
.page-requests .request-name .page-account .event-list .event-thumb .cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 84) */
.page-account .event-list .event-thumb .page-requests .request-name .cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 84) */
.page-requests .request-name .gm-style-iw-d .event-thumb .cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 70) */
.gm-style-iw-d .event-thumb .page-requests .request-name .cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 70) */
.page-requests .request-name .scene-thumb .cta-btn.cta-map-link,
.scene-thumb .page-requests .request-name .cta-btn.cta-map-link,
.page-requests .request-name .user-profil-avatar .cta-btn.cta-map-link,
.user-profil-avatar .page-requests .request-name .cta-btn.cta-map-link,
.page-requests .request-name .artist-search .artist-thumb .cta-btn.cta-map-link,
.artist-search .artist-thumb .page-requests .request-name .cta-btn.cta-map-link,
.page-requests .request-name .artist-list .artist-thumb .cta-btn.cta-map-link,
.artist-list .artist-thumb .page-requests .request-name .cta-btn.cta-map-link {
  display: inline-block;
  width: 10px;
  min-width: inherit;
  max-width: 10px;
  height: 10px;
  max-height: 10px;
  margin-right: 7px;
  border-radius: 50%;
  background-color: #7b33ff;
}

.page-requests .request-name .badge:before,
.page-requests .request-name .badge--primary:before,
.page-requests .request-name .badge--secondary:before,
.page-requests .request-name .badge--dark:before,
.page-requests .request-name .badge--success:before,
.page-requests .request-name .badge--info:before,
.page-requests .request-name .badge--warning:before,
.page-requests .request-name .badge--danger:before,
.page-requests .request-name .badge--inverse:before,
.page-requests .request-name .badge--black:before,
.page-requests .request-name .badge--transparent:before,
.page-requests .request-name .badge-primary:before,
.page-requests .request-name .badge-secondary:before,
.page-requests .request-name .badge-dark:before,
.page-requests .request-name .badge-success:before,
.page-requests .request-name .badge-info:before,
.page-requests .request-name .badge-warning:before,
.page-requests .request-name .badge-danger:before,
.page-requests .request-name .badge-inverse:before,
.page-requests .request-name .badge-black:before,
.page-requests .request-name .badge-transparent:before,
.page-requests .request-name .page-search .event-list .event-thumb .cta-btn.cta-map-link:before,
.page-search .event-list .event-thumb .page-requests .request-name .cta-btn.cta-map-link:before,
.page-requests .request-name .page-fav .event-list .event-thumb .cta-btn.cta-map-link:before,
.page-fav .event-list .event-thumb .page-requests .request-name .cta-btn.cta-map-link:before,
.page-requests .request-name .page-account .event-list .event-thumb .cta-btn.cta-map-link:before, /* TODO add in integration (added by GROHMANI dans version 84) */
.page-account .event-list .event-thumb .page-requests .request-name .cta-btn.cta-map-link:before, /* TODO add in integration (added by GROHMANI dans version 84) */
.page-requests .request-name .gm-style-iw-d .event-thumb .cta-btn.cta-map-link:before, /* TODO add in integration (added by GROHMANI dans version 70) */
.gm-style-iw-d .event-thumb .page-requests .request-name .cta-btn.cta-map-link:before, /* TODO add in integration (added by GROHMANI dans version 70) */
.page-requests .request-name .scene-thumb .cta-btn.cta-map-link:before,
.scene-thumb .page-requests .request-name .cta-btn.cta-map-link:before,
.page-requests .request-name .user-profil-avatar .cta-btn.cta-map-link:before,
.user-profil-avatar .page-requests .request-name .cta-btn.cta-map-link:before,
.page-requests .request-name .artist-search .artist-thumb .cta-btn.cta-map-link:before,
.artist-search .artist-thumb .page-requests .request-name .cta-btn.cta-map-link:before,
.page-requests .request-name .artist-list .artist-thumb .cta-btn.cta-map-link:before,
.artist-list .artist-thumb .page-requests .request-name .cta-btn.cta-map-link:before {
  content: none;
}

.page-requests .request-city {
  font-size: 1.2rem;
  margin-bottom: 7px;
  letter-spacing: .017rem;
  color: #150c27;
}

.page-requests .request-state .state {
  font-family: 'MontSerrat';
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 28px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 30px;
  margin-left: auto;
  padding: 0 1.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-transform: uppercase;
  color: #150c27;
  border: 1px solid #e8e5e5;
  border-radius: 25px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-requests .request-state .state.is-accepted {
  color: #fff;
  border-color: #f3009d;
  background-color: #f3009d;
}

.request-state .state.is-confirmed {
  color: #fff;
  border-color: #38c8a8;
  background-color: #38c8a8;
}

.page-requests .request-state .state.is-refused {
  color: #fff;
  border-color: #f55;
  background-color: #f55;
}

.page-requests .request-state .state.is-refused .icon {
  width: 10px;
  height: 10px;
}

.page-requests .request-state .state.is-finised {
  color: #fff;
  background-color: #150c27;
}

.page-requests .request-state .state .icon {
  margin-right: 5px;
  vertical-align: middle;
}

@media (min-width: 577px) {
  .page-requests .request-meta {
    margin-right: 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (max-width: 576px) {
  .page-requests .request-meta {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 85%;
            flex: 0 1 85%;
  }
}

.page-requests .request-meta .meta-label {
  font-size: 1.1rem;
  color: #6d6f81;
}

.page-requests .request-meta .meta-data {
  font-size: 1.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #0c0c0c;
}

.page-requests .request-cta .dropdown-link {
  outline: none;
}

.page-edition {
  margin-bottom: 50px;
}

.page-edition .layout-with-sidebar .site-wrapper {
  padding-top: 60px;
}

@media (max-width: 992px) {
  .page-edition .layout-aside {
    display: none;
  }
}

.page-edition .sticky-card {
  top: 145px;
}

.page-event .site-masthead {
  padding-bottom: 25px;
}

@media (min-width: 577px) {
  .page-event .site-masthead {
    margin-bottom: 35px;
  }
}

@media (min-width: 577px) and (max-width: 769px) {
  .page-event .site-masthead {
    margin-bottom: 55px;
  }
}

@media (max-width: 576px) {
  .page-event .site-masthead {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .page-event .site-masthead.has-cover {
    padding-top: 0;
  }
}

.page-about,
.page-secondary {
  margin-bottom: 85px;
}

.page-about .rte:last-child {
  margin-bottom: 100px;
}

.page-who-we-are .advantages-text .title,
.page-who-we-are .advantages-text .rte-bis h3,
.rte-bis .page-who-we-are .advantages-text h3,
.page-who-we-are .advantages-text .rte-bis h4,
.rte-bis .page-who-we-are .advantages-text h4 {
  font-weight: 700;
  color: #150c27;
}

.page-who-we-are .grid-floating .text-card {
  background: #150c27 !important;
}

@media (min-width: 993px) {
  .page-who-we-are .grid-floating .text-card {
    padding: 60px 60px 50px 60px !important;
  }
}

@media (max-width: 768px) {
  .page-cgv .sticky-card,
    .page-faq .sticky-card {
    display: none;
  }
}

.page-secondary#page-cgv table{
    border-collapse: collapse;
    table-layout: fixed;
}

.page-secondary#page-cgv td{
    border: 1px solid black;
    word-wrap:break-word;
}

.page-secondary#page-cgv th{
    border: 1px solid black;
    text-align: center;
}

.page-summary .site-main {
  padding-top: 30px;
  padding-bottom: 100px;
}

@media (max-width: 576px) {
  .page-summary .site-main {
    padding-bottom: 70px;
  }
}

@media print {
  .page-summary .site-main {
    padding: 10px 0;
  }
}

.page-summary .summary > div {
  margin-bottom: 35px;
}

@media print {
  .page-summary .summary > div {
    margin-bottom: 20px;
  }
}

.page-summary .summary-top {
  position: relative;
}

@media (min-width: 769px) {
  .page-summary .summary-top > div:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print and (orientation: portrait) {
  .page-summary .summary-top > div:nth-child(1) {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.page-summary .summary-top .summary-cta {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 768px) {
  .page-summary .summary-top .summary-cta {
    top: -85px;
  }
}

.page-summary .summary-top .summary-cta .cta-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin: 10px;
  color: #0c0c0c;
  border: 1px solid #e8e5e5;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .page-summary .summary-top .summary-cta .cta-btn {
    width: 50px;
    height: 50px;
  }
}

@media print {
  .page-summary .summary-top .summary-cta .cta-btn {
    display: none;
  }
}

.page-summary .summary-top .summary-cta .cta-btn:hover {
  background-color: #f5f1f1;
}

.page-summary .summary-top .summary-cta .cta-btn:last-child {
  margin-right: 0;
}

.page-summary .summary-top .summary-cta .cta-btn .icon-calendar-add {
  font-size: 2.2rem;
}

@media (max-width: 768px) {
  .page-summary .summary-top .summary-cta .cta-btn .icon-calendar-add {
    font-size: 2rem;
  }
}

.page-summary .summary-top .summary-cta .cta-btn .icon-to-print {
  font-size: 1.9rem;
}

@media (max-width: 768px) {
  .page-summary .summary-top .summary-cta .cta-btn .icon-to-print {
    font-size: 1.7rem;
  }
}

.page-summary .summary-thumb {
  position: relative;
  width: 240px;
  height: 240px;
  margin-right: 30px;
  border-radius: 50%;
  background-position: top center;
  background-size: cover;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media (max-width: 768px) {
  .page-summary .summary-thumb {
    display: none;
  }
}

@media print {
  .page-summary .summary-thumb {
    display: none !important;
  }
}

.page-summary .summary-thumb:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 237px;
  height: 280px;
  content: '';
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-image: url('../images_ng/illustration-thumb-fire.svg');
  background-position: top center;
  background-size: auto;
}

@media (min-width: 577px) and (max-width: 768px) {
  .page-summary .summary-thumb {
    width: 140px;
    height: 140px;
  }
}

@media (max-width: 576px) {
  .page-summary .summary-thumb {
    display: none;
  }
}

.page-summary .summary-title {
  font-family: 'MontSerrat';
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.165;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  letter-spacing: -.1rem;
}

@media (max-width: 576px) {
  .page-summary .summary-title {
    font-size: 2.2rem;
  }
}

@media print {
  .page-summary .summary-title {
    font-size: 2.65rem;
  }
}

.page-summary .summary-title:before {
  position: absolute;
  top: -15px;
  left: 0;
  display: block;
  width: 60px;
  height: 4px;
  content: '';
  border-radius: 3px;
  background-color: #f3009d;
}

.page-summary .summary-tags {
  margin-bottom: 10px;
  padding-left: 0;
  list-style: none;
}

.page-summary .summary-tags li {
  display: inline-block;
}

.page-summary .summary-tags li .tag,
.page-summary .summary-tags li .tag--primary,
.page-summary .summary-tags li .tag--secondary,
.page-summary .summary-tags li .tag--dark,
.page-summary .summary-tags li .tag--success,
.page-summary .summary-tags li .tag--info,
.page-summary .summary-tags li .tag--warning,
.page-summary .summary-tags li .tag--danger,
.page-summary .summary-tags li .tag--inverse,
.page-summary .summary-tags li .tag--black,
.page-summary .summary-tags li .tag--transparent,
.page-summary .summary-tags li .tag-primary,
.page-summary .summary-tags li .tag-secondary,
.page-summary .summary-tags li .tag-dark,
.page-summary .summary-tags li .tag-success,
.page-summary .summary-tags li .tag-info,
.page-summary .summary-tags li .tag-warning,
.page-summary .summary-tags li .tag-danger,
.page-summary .summary-tags li .tag-inverse,
.page-summary .summary-tags li .tag-black,
.page-summary .summary-tags li .tag-transparent {
  cursor: default;
}

.page-summary .summary-tags-item {
  display: inline-block;
}

.page-summary .summary-tags-item:first-child .tag,
.page-summary .summary-tags-item:first-child .tag--primary,
.page-summary .summary-tags-item:first-child .tag--secondary,
.page-summary .summary-tags-item:first-child .tag--dark,
.page-summary .summary-tags-item:first-child .tag--success,
.page-summary .summary-tags-item:first-child .tag--info,
.page-summary .summary-tags-item:first-child .tag--warning,
.page-summary .summary-tags-item:first-child .tag--danger,
.page-summary .summary-tags-item:first-child .tag--inverse,
.page-summary .summary-tags-item:first-child .tag--black,
.page-summary .summary-tags-item:first-child .tag--transparent,
.page-summary .summary-tags-item:first-child .tag-primary,
.page-summary .summary-tags-item:first-child .tag-secondary,
.page-summary .summary-tags-item:first-child .tag-dark,
.page-summary .summary-tags-item:first-child .tag-success,
.page-summary .summary-tags-item:first-child .tag-info,
.page-summary .summary-tags-item:first-child .tag-warning,
.page-summary .summary-tags-item:first-child .tag-danger,
.page-summary .summary-tags-item:first-child .tag-inverse,
.page-summary .summary-tags-item:first-child .tag-black,
.page-summary .summary-tags-item:first-child .tag-transparent {
  margin-left: 0;
}

@media print {
  .page-summary .heading {
    margin-bottom: 10px;
  }
}

.page-summary .reviews {
  padding: 0;
  border: 0;
}

.page-summary .btn-group {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media print {
  .page-summary .btn-group {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

.page-summary .btn-group .btn,
.page-summary .btn-group .footer .navigation-link-btn,
.footer .page-summary .btn-group .navigation-link-btn {
  font-size: 1.3rem;
  width: inherit;
  letter-spacing: 0;
}

@media print {
  .page-summary .btn-group .btn,
    .page-summary .btn-group .footer .navigation-link-btn,
    .footer .page-summary .btn-group .navigation-link-btn {
    height: 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

.page-summary .btn-group .dropdown .dropdown-trigger button {
  height: 60px;
  padding-right: 2.75em;
  padding-left: 2.75em;
}

@media print {
  .page-summary .btn-group .dropdown .dropdown-trigger button {
    height: 50px;
  }
}

.page-summary .btn-group .dropdown .dropdown-trigger button .icon {
  margin-left: 10px;
}

.page-summary .btn-group .dropdown .dropdown-menu {
  right: inherit;
  left: 15px;
  width: calc(100% - 30px);
  padding-top: 0;
}

@media print {
  .page-summary .btn-group .dropdown .dropdown-menu {
    display: none;
  }
}

@media print {
  .page-summary .summary-meta-list {
    margin-bottom: 15px;
  }
}

.page-summary .summary-meta-list .summary-meta:first-child {
  border-top: 1px solid #e8e5e5;
}

.page-summary .summary-meta-list .summary-meta:last-child,
.page-summary .summary-meta-list .summary-meta:not(:last-child) {
  border-bottom: 1px solid #e8e5e5;
}

.page-summary .summary-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  border-right: 1px solid #e8e5e5;
  border-left: 1px solid #e8e5e5;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media print and (orientation: portrait) {
  .page-summary .summary-meta {
    padding: 20px 30px;
  }
}

.page-summary .summary-meta.has-bg {
  background-color: #f9f7f7;
}

.page-summary .summary-meta-item {
  margin: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

@media print and (orientation: portrait) {
  .page-summary .summary-meta-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.page-summary .summary-meta-item .text-has-icon .text-md {
  font-weight: 400;
}

.page-summary .summary-meta-item .text-has-icon .icons-stacked {
  margin-right: 20px;
}

.page-summary .summary-meta-item .text-has-icon .icons-stacked .icon-rounded {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 0;
}

.page-summary .summary-meta-item .text-has-icon .icons-stacked .icon-rounded:nth-child(n+2) {
  margin-left: -15px;
}

.page-summary .summary-meta-item .text-has-icon .icon-rounded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  border: 1px solid #e8e5e5;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-summary .summary-meta-item .text-has-icon .icon-rounded .icon {
  width: auto;
  height: auto;
  margin-right: 0;
}

.page-summary .summary-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media print and (orientation: landscape) {
  .page-summary .summary-bottom {
    margin: 50px 0;
    page-break-before: always;
  }
}

.page-summary .summary-bottom .scene-capacity-boxed .scene-capacity-item .scene-capacity-icon .icon {
  width: auto;
  height: auto;
}

.page-summary .summary-bottom .artist-capacity-boxed .artist-capacity-item .artist-capacity-icon .icon {
  width: auto;
  height: auto;
}

.page-summary .summary-bottom > div {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

@media (min-width: 769px) {
  .page-summary .summary-bottom > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 400px);
            flex: 0 1 calc(100% - 400px);
  }
}

@media (max-width: 768px) {
  .page-summary .summary-bottom > div {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

@media print and (orientation: portrait) {
  .page-summary .summary-bottom > div:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 300px);
            flex: 0 1 calc(100% - 300px);
  }
}

@media (max-width: 768px) {
  .page-summary .summary-bottom > div:nth-child(1) {
    margin-bottom: 30px;
  }
}

@media print and (orientation: portrait) {
  .page-summary .summary-bottom > div:nth-child(1) .map-container {
    max-height: 250px;
  }
}

.page-summary .summary-bottom > div:nth-child(1) .map-container iframe {
  width: 100%;
}

.page-summary .summary-bottom > div:nth-child(1) .map address {
  font-weight: 400;
  color: #150c27;
}

.page-summary .summary-bottom > div:nth-child(2) {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

@media (min-width: 769px) {
  .page-summary .summary-bottom > div:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 340px;
            flex: 0 1 340px;
  }
}

@media print and (orientation: portrait) {
  .page-summary .summary-bottom > div:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 240px;
            flex: 0 1 240px;
  }
}

.page-summary .summary-bottom > div:nth-child(2) .artist-search,
.page-summary .summary-bottom > div:nth-child(2) .scene-search {
  margin: 0;
}

.page-summary .summary-bottom > div:nth-child(2) .artist-card,
.page-summary .summary-bottom > div:nth-child(2) .scene-card {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-summary .summary-bottom > div:nth-child(2) .artist-thumb,
.page-summary .summary-bottom > div:nth-child(2) .scene-thumb,
.page-summary .summary-bottom > div:nth-child(2) .user-profil-avatar {
  width: inherit;
  height: inherit;
}

.page-m .heading {
  margin-bottom: 20px;
}

.page-m .btns-nav {
  position: -webkit-sticky;
  position: sticky;
  z-index: 3;
  top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 769px) {
  .page-m .btns-nav {
    display: none;
  }
}

@media (max-width: 577px) {
  .page-m .btns-nav {
    top: 60px;
  }
}

.page-m .btns-nav .btn,
.page-m .btns-nav .footer .navigation-link-btn,
.footer .page-m .btns-nav .navigation-link-btn {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  z-index: 2;
  width: 100%;
  height: 50px;
  letter-spacing: 0;
  text-transform: initial;
  color: #0c0c0c;
  border-bottom: 1px solid #e8e5e5;
  border-radius: 0;
  background-color: #f9f7f7;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-m .btns-nav .btn:first-child,
.page-m .btns-nav .footer .navigation-link-btn:first-child,
.footer .page-m .btns-nav .navigation-link-btn:first-child {
  border-right: 1px solid #e8e5e5;
}

.page-m .btns-nav .btn:focus,
.page-m .btns-nav .footer .navigation-link-btn:focus,
.footer .page-m .btns-nav .navigation-link-btn:focus {
  outline: none;
}

.page-m .btns-nav .btn:hover,
.page-m .btns-nav .footer .navigation-link-btn:hover,
.footer .page-m .btns-nav .navigation-link-btn:hover {
  background-color: #fff;
}

@media (max-width: 768px) {
  .page-m .layout-aside {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .page-m .layout-main .heading-title .title,
    .page-m .layout-main .heading-title .rte-bis h3,
    .rte-bis .page-m .layout-main .heading-title h3,
    .page-m .layout-main .heading-title .rte-bis h4,
    .rte-bis .page-m .layout-main .heading-title h4 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 15px;
    text-transform: uppercase;
  }

  .page-m .layout-main .heading-title .title:before,
    .page-m .layout-main .heading-title .rte-bis h3:before,
    .rte-bis .page-m .layout-main .heading-title h3:before,
    .page-m .layout-main .heading-title .rte-bis h4:before,
    .rte-bis .page-m .layout-main .heading-title h4:before {
    position: absolute;
    top: -15px;
    left: 0;
    display: block;
    width: 60px;
    height: 4px;
    content: '';
    border-radius: 3px;
    background-color: #f3009d;
  }
}

@media (max-width: 576px) {
  .page-m .layout-with-sidebar .site-wrapper {
    padding-bottom: 200px;
  }
}

.page-error .error-wrapper {
  padding-top: 30px;
  padding-bottom: 100px;
  text-align: center;
}

@media (max-width: 576px) {
  .page-error .error-wrapper {
    padding-bottom: 70px;
  }
}

.page-error .error-head {
  max-width: 740px;
  margin: 0 auto;
  margin-bottom: 25px;
}

.page-error .error-body {
  max-width: 340px;
  margin: 0 auto;
}

.page-error .error-body a {
  color: #7b33ff;
}

.page-error .error-body a:hover {
  text-decoration: underline;
}

.page-error .error-body .title,
.page-error .error-body .rte-bis h3,
.rte-bis .page-error .error-body h3,
.page-error .error-body .rte-bis h4,
.rte-bis .page-error .error-body h4 {
  margin-bottom: 25px;
  letter-spacing: -.1rem;
}

.page-error .error-body .btn,
.page-error .error-body .footer .navigation-link-btn,
.footer .page-error .error-body .navigation-link-btn {
  margin-top: 40px;
}

.page-fav .tabs-content-item {
  overflow: visible;
}

@media (min-width: 769px) {
  .layout-with-sidebar .site-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .layout-with-sidebar .site-wrapper .layout-aside {
    margin: 30px 15px 30px 0;
  }

  .layout-with-sidebar .site-wrapper .layout-main {
    margin: 30px 15px 30px 15px;
  }
}

@media (max-width: 768px) {
  .layout-with-sidebar .site-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .layout-with-sidebar .site-wrapper .layout-main {
    margin: 30px 0 30px 0;
  }
}

.layout-with-sidebar .layout-aside {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 335px;
          flex: 1 0 335px;
}

.layout-with-sidebar .layout-aside .sticky-card {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.layout-with-sidebar .layout-main {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.layout-with-sidebar.is-pinned .layout-aside {
  margin-top: -60px;
}

@media (min-width: 1201px) {
  .layout-with-sidebar.is-pinned .layout-main {
    margin-top: -20px;
  }
}

.layout-with-map {
  padding-top: 60px;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.layout-with-map.has-transition {
  -webkit-animation: fadeIn .75s both;
          animation: fadeIn .75s both;
}

@media (min-width: 993px) {
  .layout-with-map.map-opened .layout-main {
    overflow-y: auto;
    width: 65%;
    height: calc(100vh - 125px);
  }
}

@media (max-width: 576px) {
  .layout-with-map.map-opened .layout-main .scene-card,
    .layout-with-map.map-opened .layout-main .artist-card,
    .layout-with-map.map-opened .layout-main .event-card {
    width: 100%;
  }
}

@media (min-width: 577px) and (max-width: 1425px) {
  .layout-with-map.map-opened .layout-main .scene-card,
    .layout-with-map.map-opened .layout-main .artist-card,
    .layout-with-map.map-opened .layout-main .event-card {
    width: calc(50% - 30px);
  }
}

@media (min-width: 1426px) {
  .layout-with-map.map-opened .layout-main .scene-card,
    .layout-with-map.map-opened .layout-main .artist-card,
    .layout-with-map.map-opened .layout-main .event-card {
    width: calc(33.33% - 30px);
  }
}

.layout-with-map.map-opened .layout-map {
  display: block;
}

.layout-with-map .layout-main {
  width: 100%;
}

.layout-with-map .layout-main .search-empty {
  max-width: 580px;
  margin: 100px auto;
  text-align: center;
}

@media (max-width: 576px) {
  .layout-with-map .layout-main .search-empty {
    margin: 50px auto;
  }
}

.layout-with-map .layout-main .search-empty img {
  margin-bottom: 15px;
}

.layout-with-map .layout-main .search-empty .title-sm {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.65rem;
  letter-spacing: -.02rem;
}

.layout-with-map .layout-main .search-empty .title-sm:before {
  content: none;
}

.layout-with-map .layout-main .search-item {
  margin-bottom: 10px;
  padding-bottom: 20px;
}

.layout-with-map .layout-main .search-item:not(:first-child) {
  margin-top: 30px;
}

.layout-with-map .layout-main .search-item:not(:last-child) {
  border-bottom: 1px solid #e8e5e5;
}

.layout-with-map .layout-main .scene-card,
.layout-with-map .layout-main .artist-card,
.layout-with-map .layout-main .event-card {
  margin-bottom: 30px;
}

@media (max-width: 576px) {
  .layout-with-map .layout-main .scene-card,
    .layout-with-map .layout-main .artist-card,
    .layout-with-map .layout-main .event-card {
    width: 100%;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  .layout-with-map .layout-main .scene-card,
    .layout-with-map .layout-main .artist-card,
    .layout-with-map .layout-main .event-card {
    width: calc(50% - 30px);
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .layout-with-map .layout-main .scene-card,
    .layout-with-map .layout-main .artist-card,
    .layout-with-map .layout-main .event-card {
    width: calc(33.33% - 30px);
  }
}

@media (min-width: 1201px) and (max-width: 1425px) {
  .layout-with-map .layout-main .scene-card,
    .layout-with-map .layout-main .artist-card,
    .layout-with-map .layout-main .event-card {
    width: calc(25% - 30px);
  }
}

@media (min-width: 1426px) {
  .layout-with-map .layout-main .scene-card,
    .layout-with-map .layout-main .artist-card,
    .layout-with-map .layout-main .event-card {
    width: calc(20% - 30px);
  }
}

.layout-with-map .layout-map {
  position: absolute;
  top: 60px;
  right: 0;
  display: none;
  width: 35%;
  height: calc(100vh - 125px);
}

@media (max-width: 992px) {
  .layout-with-map .layout-map {
    height: calc(100vh - 125px);
  }
}

@media (max-width: 576px) {
  .layout-with-map .layout-map {
    height: calc(100vh - 120px);
  }
}

.layout-with-map .layout-map .search-map {
  z-index: 1;
  width: 100%;
  height: calc(100vh - 125px);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

@media (max-width: 576px) {
  .layout-with-map .layout-map .search-map {
    height: calc(100vh - 120px);
  }
}

.layout-with-map .layout-map .search-map #map,
.layout-with-map .layout-map .search-map iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 992px) {
  .layout-with-map .layout-map .search-map {
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: calc(100vh - 125px);
  }
}

@media (max-width: 576px) {
  .layout-with-map .layout-map .search-map {
    height: calc(100vh - 120px);
  }
}

.layout-with-map .layout-map .search-map .gm-style-iw-d {
  min-width: 300px;
}

.layout-with-map .layout-map .search-map .gm-style-iw-d .scene-city,
.layout-with-map .layout-map .search-map .gm-style-iw-d .user-profil-meta {
  font-weight: 400;
  color: #150c27;
}

.layout-with-map .layout-map .search-map .gm-style-iw-d .scene-meta {
  margin-bottom: 10px;
}

.layout-with-map .layout-map .search-map .gm-style-iw-d .scene-meta .text-label {
  font-weight: 400;
}

.layout-with-map .layout-map .search-map .gm-style-iw-d .scene-capacity-item .scene-capacity-icon {
  margin-right: 10px;
}

.layout-with-map .layout-map .search-map-toggler {
  position: absolute;
  top: 10px;
  left: 60px;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #e8e5e5;
  border-radius: 4px;
  background-color: #fff;
}

@media (max-width: 992px) {
  .layout-with-map .layout-map .search-map-toggler {
    display: none;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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;
}

.slick-dots li button:before {
  content: none !important;
}

.swipe-item {
  outline: none !important;
}

/* Slider */
/* Icons */
@font-face {
  font-family: 'slick';
    font-weight: normal;
    font-style: normal; 

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: transparent;
  border: 1px solid #e8e5e5;
  border-radius: 50%;
  outline: none !important;
  background-color: #fff;
}

@media (max-width: 768px) {
  .slick-prev,
    .slick-next {
    width: 45px;
    height: 45px;
  }
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  border: 1px solid #f3009d;
  background-color: #f3009d;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev:hover svg,
.slick-prev:focus svg,
.slick-next:hover svg,
.slick-next:focus svg {
  stroke: #fff;
}

@media (pointer: coarse), (-moz-touch-enabled: 1) {
  .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
    color: transparent;
    border: 1px solid #e8e5e5;
    background-color: #fff;
  }

  .slick-prev:hover:before,
    .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
    opacity: 1;
  }

  .slick-prev:hover svg,
    .slick-prev:focus svg,
    .slick-next:hover svg,
    .slick-next:focus svg {
    stroke: #333;
  }
}

.slick-prev svg,
.slick-next svg {
  stroke: #333;
}

.scene-search .slick-prev,
.scene-search
.slick-next {
  top: calc(50% - 60px);
}

@media (max-width: 576px) {
  .scene-search .slick-prev,
    .scene-search
    .slick-next {
    top: calc(50% - 75px);
  }
}

.slick-prev:active,
.slick-next:active {
  margin-top: 1px;
}

.slick-prev {
  left: 10px;
}

@media (max-width: 1200px) {
  .slick-prev {
    left: 15px;
  }
}

[dir='rtl'] .slick-prev {
  right: -10px;
  left: auto;
}

@media (max-width: 1200px) {
  [dir='rtl'] .slick-prev {
    right: -15px;
  }
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: 10px;
}

@media (max-width: 1200px) {
  .slick-next {
    right: 15px;
  }
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -10px;
}

@media (max-width: 1200px) {
  [dir='rtl'] .slick-next {
    left: -15px;
  }
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

.slick-disabled {
  display: none;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 50px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 3px;
  cursor: pointer;
  color: transparent;
  border: 0;
  border-radius: 50%;
  outline: none;
  background: rgba(255, 255, 255, .75);
}

.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 {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button {
  background-color: white;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.tippy-iOS {
  cursor: pointer !important;
  -webkit-tap-highlight-color: transparent;
}

.tippy-tooltip.ajax-theme {
  padding: 0;
}

.tippy-popper {
  max-width: calc(100% - 8px);
  -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
          transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  pointer-events: none;
  outline: 0;
}

.tippy-popper[x-placement^='top'] .tippy-backdrop {
  border-radius: 40% 40% 0 0;
}

.tippy-popper[x-placement^='top'] .tippy-roundarrow {
  bottom: -7px;
  bottom: -6.5px;
  margin: 0 3px;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}

.tippy-popper[x-placement^='top'] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.tippy-popper[x-placement^='top'] .tippy-arrow {
  bottom: -7px;
  margin: 0 3px;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  border-top: 8px solid #333;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.tippy-popper[x-placement^='top'] .tippy-backdrop {
  -webkit-transform-origin: 0 25%;
          transform-origin: 0 25%;
}

.tippy-popper[x-placement^='top'] .tippy-backdrop[data-state='visible'] {
  -webkit-transform: scale(1) translate(-50%, -55%);
          transform: scale(1) translate(-50%, -55%);
}

.tippy-popper[x-placement^='top'] .tippy-backdrop[data-state='hidden'] {
  -webkit-transform: scale(.2) translate(-50%, -45%);
          transform: scale(.2) translate(-50%, -45%);
  opacity: 0;
}

.tippy-popper[x-placement^='top'] [data-animation='shift-toward'][data-state='visible'] {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.tippy-popper[x-placement^='top'] [data-animation='shift-toward'][data-state='hidden'] {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
}

.tippy-popper[x-placement^='top'] [data-animation='perspective'] {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.tippy-popper[x-placement^='top'] [data-animation='perspective'][data-state='visible'] {
  -webkit-transform: perspective(700px) translateY(-10px) rotateX(0);
          transform: perspective(700px) translateY(-10px) rotateX(0);
}

.tippy-popper[x-placement^='top'] [data-animation='perspective'][data-state='hidden'] {
  -webkit-transform: perspective(700px) translateY(0) rotateX(60deg);
          transform: perspective(700px) translateY(0) rotateX(60deg);
  opacity: 0;
}

.tippy-popper[x-placement^='top'] [data-animation='fade'][data-state='visible'] {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.tippy-popper[x-placement^='top'] [data-animation='fade'][data-state='hidden'] {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
}

.tippy-popper[x-placement^='top'] [data-animation='shift-away'][data-state='visible'] {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.tippy-popper[x-placement^='top'] [data-animation='shift-away'][data-state='hidden'] {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 0;
}

.tippy-popper[x-placement^='top'] [data-animation='scale'] {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.tippy-popper[x-placement^='top'] [data-animation='scale'][data-state='visible'] {
  -webkit-transform: translateY(-10px) scale(1);
          transform: translateY(-10px) scale(1);
}

.tippy-popper[x-placement^='top'] [data-animation='scale'][data-state='hidden'] {
  -webkit-transform: translateY(-10px) scale(.5);
          transform: translateY(-10px) scale(.5);
  opacity: 0;
}

.tippy-popper[x-placement^='bottom'] .tippy-backdrop {
  border-radius: 0 0 30% 30%;
}

.tippy-popper[x-placement^='bottom'] .tippy-roundarrow {
  top: -7px;
  margin: 0 3px;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}

.tippy-popper[x-placement^='bottom'] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.tippy-popper[x-placement^='bottom'] .tippy-arrow {
  top: -7px;
  margin: 0 3px;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #333;
  border-left: 8px solid transparent;
}

.tippy-popper[x-placement^='bottom'] .tippy-backdrop {
  -webkit-transform-origin: 0 -50%;
          transform-origin: 0 -50%;
}

.tippy-popper[x-placement^='bottom'] .tippy-backdrop[data-state='visible'] {
  -webkit-transform: scale(1) translate(-50%, -45%);
          transform: scale(1) translate(-50%, -45%);
}

.tippy-popper[x-placement^='bottom'] .tippy-backdrop[data-state='hidden'] {
  -webkit-transform: scale(.2) translate(-50%, 0);
          transform: scale(.2) translate(-50%, 0);
  opacity: 0;
}

.tippy-popper[x-placement^='bottom'] [data-animation='shift-toward'][data-state='visible'] {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.tippy-popper[x-placement^='bottom'] [data-animation='shift-toward'][data-state='hidden'] {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}

.tippy-popper[x-placement^='bottom'] [data-animation='perspective'] {
  -webkit-transform-origin: top;
          transform-origin: top;
}

.tippy-popper[x-placement^='bottom'] [data-animation='perspective'][data-state='visible'] {
  -webkit-transform: perspective(700px) translateY(10px) rotateX(0);
          transform: perspective(700px) translateY(10px) rotateX(0);
}

.tippy-popper[x-placement^='bottom'] [data-animation='perspective'][data-state='hidden'] {
  -webkit-transform: perspective(700px) translateY(0) rotateX(-60deg);
          transform: perspective(700px) translateY(0) rotateX(-60deg);
  opacity: 0;
}

.tippy-popper[x-placement^='bottom'] [data-animation='fade'][data-state='visible'] {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.tippy-popper[x-placement^='bottom'] [data-animation='fade'][data-state='hidden'] {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
}

.tippy-popper[x-placement^='bottom'] [data-animation='shift-away'][data-state='visible'] {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.tippy-popper[x-placement^='bottom'] [data-animation='shift-away'][data-state='hidden'] {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 0;
}

.tippy-popper[x-placement^='bottom'] [data-animation='scale'] {
  -webkit-transform-origin: top;
          transform-origin: top;
}

.tippy-popper[x-placement^='bottom'] [data-animation='scale'][data-state='visible'] {
  -webkit-transform: translateY(10px) scale(1);
          transform: translateY(10px) scale(1);
}

.tippy-popper[x-placement^='bottom'] [data-animation='scale'][data-state='hidden'] {
  -webkit-transform: translateY(10px) scale(.5);
          transform: translateY(10px) scale(.5);
  opacity: 0;
}

.tippy-popper[x-placement^='left'] .tippy-backdrop {
  border-radius: 50% 0 0 50%;
}

.tippy-popper[x-placement^='left'] .tippy-roundarrow {
  right: -12px;
  margin: 3px 0;
  -webkit-transform-origin: 33.33333333% 50%;
          transform-origin: 33.33333333% 50%;
}

.tippy-popper[x-placement^='left'] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.tippy-popper[x-placement^='left'] .tippy-arrow {
  right: -7px;
  margin: 3px 0;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #333;
}

.tippy-popper[x-placement^='left'] .tippy-backdrop {
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}

.tippy-popper[x-placement^='left'] .tippy-backdrop[data-state='visible'] {
  -webkit-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
}

.tippy-popper[x-placement^='left'] .tippy-backdrop[data-state='hidden'] {
  -webkit-transform: scale(.2) translate(-75%, -50%);
          transform: scale(.2) translate(-75%, -50%);
  opacity: 0;
}

.tippy-popper[x-placement^='left'] [data-animation='shift-toward'][data-state='visible'] {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.tippy-popper[x-placement^='left'] [data-animation='shift-toward'][data-state='hidden'] {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  opacity: 0;
}

.tippy-popper[x-placement^='left'] [data-animation='perspective'] {
  -webkit-transform-origin: right;
          transform-origin: right;
}

.tippy-popper[x-placement^='left'] [data-animation='perspective'][data-state='visible'] {
  -webkit-transform: perspective(700px) translateX(-10px) rotateY(0);
          transform: perspective(700px) translateX(-10px) rotateY(0);
}

.tippy-popper[x-placement^='left'] [data-animation='perspective'][data-state='hidden'] {
  -webkit-transform: perspective(700px) translateX(0) rotateY(-60deg);
          transform: perspective(700px) translateX(0) rotateY(-60deg);
  opacity: 0;
}

.tippy-popper[x-placement^='left'] [data-animation='fade'][data-state='visible'] {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.tippy-popper[x-placement^='left'] [data-animation='fade'][data-state='hidden'] {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  opacity: 0;
}

.tippy-popper[x-placement^='left'] [data-animation='shift-away'][data-state='visible'] {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.tippy-popper[x-placement^='left'] [data-animation='shift-away'][data-state='hidden'] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 0;
}

.tippy-popper[x-placement^='left'] [data-animation='scale'] {
  -webkit-transform-origin: right;
          transform-origin: right;
}

.tippy-popper[x-placement^='left'] [data-animation='scale'][data-state='visible'] {
  -webkit-transform: translateX(-10px) scale(1);
          transform: translateX(-10px) scale(1);
}

.tippy-popper[x-placement^='left'] [data-animation='scale'][data-state='hidden'] {
  -webkit-transform: translateX(-10px) scale(.5);
          transform: translateX(-10px) scale(.5);
  opacity: 0;
}

.tippy-popper[x-placement^='right'] .tippy-backdrop {
  border-radius: 0 50% 50% 0;
}

.tippy-popper[x-placement^='right'] .tippy-roundarrow {
  left: -12px;
  margin: 3px 0;
  -webkit-transform-origin: 66.66666666% 50%;
          transform-origin: 66.66666666% 50%;
}

.tippy-popper[x-placement^='right'] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.tippy-popper[x-placement^='right'] .tippy-arrow {
  left: -7px;
  margin: 3px 0;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  border-top: 8px solid transparent;
  border-right: 8px solid #333;
  border-bottom: 8px solid transparent;
}

.tippy-popper[x-placement^='right'] .tippy-backdrop {
  -webkit-transform-origin: -50% 0;
          transform-origin: -50% 0;
}

.tippy-popper[x-placement^='right'] .tippy-backdrop[data-state='visible'] {
  -webkit-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
}

.tippy-popper[x-placement^='right'] .tippy-backdrop[data-state='hidden'] {
  -webkit-transform: scale(.2) translate(-25%, -50%);
          transform: scale(.2) translate(-25%, -50%);
  opacity: 0;
}

.tippy-popper[x-placement^='right'] [data-animation='shift-toward'][data-state='visible'] {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.tippy-popper[x-placement^='right'] [data-animation='shift-toward'][data-state='hidden'] {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  opacity: 0;
}

.tippy-popper[x-placement^='right'] [data-animation='perspective'] {
  -webkit-transform-origin: left;
          transform-origin: left;
}

.tippy-popper[x-placement^='right'] [data-animation='perspective'][data-state='visible'] {
  -webkit-transform: perspective(700px) translateX(10px) rotateY(0);
          transform: perspective(700px) translateX(10px) rotateY(0);
}

.tippy-popper[x-placement^='right'] [data-animation='perspective'][data-state='hidden'] {
  -webkit-transform: perspective(700px) translateX(0) rotateY(60deg);
          transform: perspective(700px) translateX(0) rotateY(60deg);
  opacity: 0;
}

.tippy-popper[x-placement^='right'] [data-animation='fade'][data-state='visible'] {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.tippy-popper[x-placement^='right'] [data-animation='fade'][data-state='hidden'] {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  opacity: 0;
}

.tippy-popper[x-placement^='right'] [data-animation='shift-away'][data-state='visible'] {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.tippy-popper[x-placement^='right'] [data-animation='shift-away'][data-state='hidden'] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 0;
}

.tippy-popper[x-placement^='right'] [data-animation='scale'] {
  -webkit-transform-origin: left;
          transform-origin: left;
}

.tippy-popper[x-placement^='right'] [data-animation='scale'][data-state='visible'] {
  -webkit-transform: translateX(10px) scale(1);
          transform: translateX(10px) scale(1);
}

.tippy-popper[x-placement^='right'] [data-animation='scale'][data-state='hidden'] {
  -webkit-transform: translateX(10px) scale(.5);
          transform: translateX(10px) scale(.5);
  opacity: 0;
}

.tippy-tooltip {
  font-size: 1.1rem;
  line-height: 1.5;
  position: relative;
  padding: 8px 10px;
  text-align: left;
  letter-spacing: -.2px;
  color: #fff;
  border-radius: 3px;
  background-color: #150c27;
}

.tippy-tooltip[data-size='small'] {
  font-size: .75rem;
  padding: .1875rem .375rem;
}

.tippy-tooltip[data-size='large'] {
  font-size: 1rem;
  padding: .375rem .75rem;
}

.tippy-tooltip[data-animatefill] {
  overflow: hidden;
  background-color: transparent;
}

.tippy-tooltip[data-interactive] {
  pointer-events: auto;
}

.tippy-tooltip[data-interactive] path {
  pointer-events: auto;
}

.tippy-tooltip[data-inertia][data-state='visible'] {
  -webkit-transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11);
          transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11);
}

.tippy-tooltip[data-inertia][data-state='hidden'] {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.tippy-arrow,
.tippy-roundarrow {
  position: absolute;
  width: 0;
  height: 0;
}

.tippy-roundarrow {
  width: 18px;
  height: 7px;
  pointer-events: none;
  fill: #333;
}

.tippy-backdrop {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: calc(110% + 2rem);
  -webkit-transition: all cubic-bezier(.46, .1, .52, .98);
  transition: all cubic-bezier(.46, .1, .52, .98);
  border-radius: 50%;
  background-color: #150c27;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.tippy-backdrop::after {
  float: left;
  padding-top: 100%;
  content: '';
}

.tippy-backdrop + .tippy-content {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  will-change: opacity;
}

.tippy-backdrop + .tippy-content[data-state='visible'] {
  opacity: 1;
}

.tippy-backdrop + .tippy-content[data-state='hidden'] {
  opacity: 0;
}

/*!
 * Toastify js 1.3.2
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */
.toastify {
  position: fixed;
  z-index: 2147483647;
  display: inline-block;
  max-width: calc(50% - 20px);
  padding: 12px 20px;
  cursor: pointer;
  -webkit-transition: all .4s cubic-bezier(.215, .61, .355, 1);
  transition: all .4s cubic-bezier(.215, .61, .355, 1);
  text-decoration: none;
  opacity: 0;
  color: #fff;
  border-radius: 2px;
  background: linear-gradient(135deg, #73a5ff, #5477f5);
  -webkit-box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .12), 0 10px 36px -4px rgba(77, 96, 232, .3);
          box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .12), 0 10px 36px -4px rgba(77, 96, 232, .3);
}

.toastify.on {
  opacity: 1;
}

.toast-close {
  font-size: 0;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  opacity: 1;
  background-image: url('../images_ng/icons/cross-black.svg') !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.toastify-right {
  right: 15px;
}

.toastify-left {
  left: 15px;
}

.toastify-top {
  top: -150px;
}

.toastify-bottom {
  bottom: -150px;
}

.toastify-rounded {
  border-radius: 25px;
}

.toastify-avatar {
  width: 1.5em;
  height: 1.5em;
  margin: 0 5px;
  border-radius: 2px;
}

@media only screen and (max-width: 360px) {
  .toastify-right,
    .toastify-left {
    right: 0;
    left: 0;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-right: auto;
    margin-left: auto;
  }
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  position: absolute !important;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
  margin: 0;
}

.fancybox-container {
  position: fixed;
  z-index: 99992;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  outline: none;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
          transition-timing-function: cubic-bezier(.47, 0, .74, .71);
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
  background-color: #f7f7f7;
}

.fancybox-is-open .fancybox-bg {
  -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
          transition-timing-function: cubic-bezier(.22, .61, .36, 1);
  opacity: .7;
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  position: absolute;
  z-index: 99997;
  visibility: hidden;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  opacity: 0;
  direction: ltr;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  visibility: visible;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  opacity: 1;
}

.fancybox-infobar {
  font-size: 13px;
  line-height: 44px;
  top: 0;
  left: 0;
  min-width: 44px;
  height: 44px;
  padding: 0 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  color: #ccc;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: difference;
  -webkit-touch-callout: none;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
}

.fancybox-stage {
  z-index: 99994;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  direction: ltr;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  position: absolute;
  z-index: 99994;
  top: 0;
  left: 0;
    /* Using without prefix would break IE11 */
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 44px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  text-align: center;
  white-space: normal;
  outline: none;
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
}

.fancybox-slide::before {
  font-size: 0;
  display: inline-block;
  width: 0;
  height: 100%;
  content: '';
  vertical-align: middle;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  position: relative;
  display: inline-block;
  overflow: auto;
  max-width: 100%;
  margin: 0;
  padding: 44px;
  text-align: left;
  vertical-align: middle;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.fancybox-slide--image .fancybox-content {
  position: absolute;
  z-index: 99995;
  top: 0;
  left: 0;
  overflow: visible;
  max-width: none;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
          animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  background: transparent;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  overflow: visible;
  width: 100%;
  height: 100%;
  padding: 0;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

/* Fix iOS */
.fancybox-iframe {
  position: absolute;
  top: 0;
  left: 0;
}

.fancybox-error {
  width: 100%;
  max-width: 400px;
  padding: 40px;
  cursor: default;
  background: #fff;
}

.fancybox-error p {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  color: #444;
}

/* Buttons */
.fancybox-button {
  position: relative;
  display: inline-block;
  visibility: inherit;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  border: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, .95);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #fff;
}

.fancybox-navigation .fancybox-button,
.fancybox-navigation
  .fancybox-button:visited,
.fancybox-navigation
  .fancybox-button:link {
  color: #000;
}

.fancybox-button:hover {
  opacity: .75;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  cursor: default;
  color: #888;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  position: relative;
  display: block;
  overflow: visible;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  position: absolute;
  z-index: 99998;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  background: #ff5268;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  z-index: 401;
  top: -44px;
  right: -12px;
  padding: 8px;
  cursor: pointer;
  opacity: .8;
  color: #ccc;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.fancybox-close-small:hover {
  opacity: 1;
  color: #fff;
}

.fancybox-slide--html .fancybox-close-small {
  top: 0;
  right: 0;
  padding: 10px;
  color: currentColor;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  position: absolute;
  top: calc(50% - 50px);
  width: 50px;
  height: 100px;
  height: 50px;
  padding: 0;
  opacity: 0;
  border-radius: 50%;
  background-color: #fff;
  background-clip: content-box;
}

.fancybox-navigation .fancybox-button:active {
  margin-top: 1px;
}

@media (max-width: 576px) {
  .fancybox-navigation .fancybox-button {
    top: calc(50% - 20px);
    width: 35px;
    height: 35px;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .fancybox-navigation .fancybox-button {
    top: calc(50% - 40px);
    width: 40px;
    height: 40px;
  }
}

.fancybox-navigation .fancybox-button div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: 30px;
}

@media (max-width: 576px) {
  .fancybox-navigation .fancybox-button--arrow_left {
    left: 15px;
  }
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
  right: 30px;
}

@media (max-width: 576px) {
  .fancybox-navigation .fancybox-button--arrow_right {
    right: 15px;
  }
}

/* Caption */
.fancybox-caption {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  z-index: 99996;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 75px 44px 25px 44px;
  text-align: center;
  pointer-events: none;
  color: #eee;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .85)), color-stop(50%, rgba(0, 0, 0, .3)), color-stop(65%, rgba(0, 0, 0, .15)), color-stop(75.5%, rgba(0, 0, 0, .075)), color-stop(82.85%, rgba(0, 0, 0, .037)), color-stop(88%, rgba(0, 0, 0, .019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  overflow: auto;
  max-height: 50vh;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  text-decoration: none;
  color: #ccc;
}

.fancybox-caption a:hover {
  text-decoration: underline;
  color: #fff;
}

/* Loading indicator */
.fancybox-loading {
  position: absolute;
  z-index: 99999;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  padding: 0;
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  opacity: .7;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  background: transparent;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
          transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
          transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  opacity: 0;
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(.5, .5, .5);
          transform: scale3d(.5, .5, .5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  opacity: 1;
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1;
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-right: 6px;
    padding-left: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    padding: 6px;
    opacity: 1;
    color: #f2f4f6;
    background: #4e4e4e;
  }

  .fancybox-caption {
    padding-right: 12px;
    padding-left: 12px;
  }
}

/* Share */
.fancybox-share {
  max-width: 90%;
  padding: 30px;
  text-align: center;
  border-radius: 3px;
  background: #f4f4f4;
}

.fancybox-share h1 {
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #222;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  display: inline-block;
  min-width: 130px;
  margin: 0 5px 10px 5px;
  padding: 0 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  white-space: nowrap;
  text-decoration: none;
  border: 0;
  border-radius: 3px;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  font-size: 14px;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 15px;
  color: #5d5b5b;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  outline: none;
  background: transparent;
}

/* Thumbs */
.fancybox-thumbs {
  position: absolute;
  z-index: 99995;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  position: absolute;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #2a2a2a;
}

.fancybox-thumbs__list a {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100px;
  max-width: calc(50% - 4px);
  height: 75px;
  max-height: calc(100% - 8px);
  margin: 2px;
  padding: 0;
  cursor: pointer;
  border-radius: 4px;
  outline: none;
  background-color: rgba(0, 0, 0, .1);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

.fancybox-thumbs__list a::before {
  position: absolute;
  z-index: 99991;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  opacity: 0;
  border: 3px solid #ff5268;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8542ff;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  color: #ccc;
  background-color: rgba(92, 196, 239, .1);
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, .2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  border: none;
  background: none;
}

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.datepicker--cell {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 32px;
  cursor: pointer;
  border-radius: 4px;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.datepicker--cell.-focus- {
  background: #f0f0f0;
}

.datepicker--cell.-current- {
  color: #7b33ff;
}

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}

.datepicker--cell.-current-.-in-range- {
  color: #7b33ff;
}

.datepicker--cell.-in-range- {
  color: #4a4a4a;
  border-radius: 0;
  background: rgba(92, 196, 239, .1);
}

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, .2);
}

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, .5);
  border-radius: 4px 0 0 4px;
  background-color: rgba(92, 196, 239, .1);
}

.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, .5);
  border-radius: 0 4px 4px 0;
  background-color: rgba(92, 196, 239, .1);
}

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}

.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #7b33ff;
}

.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #7b33ff;
}

.datepicker--cell.-selected-.-focus- {
  background: #7124ff;
}

.datepicker--cell:empty {
  cursor: default;
}

.datepicker--days-names {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 8px 0 3px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.datepicker--day-name {
  font-size: .8em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  text-align: center;
  text-transform: uppercase;
  color: #9a9a9a;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

.datepicker--cell-day {
  width: 14.28571%;
}

.datepicker--cells-months {
  height: 170px;
}

.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}

.datepicker--years {
  height: 170px;
}

.datepicker--cells-years {
  height: 170px;
}

.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8542ff;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  color: #ccc;
  background-color: rgba(92, 196, 239, .1);
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, .2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  border: none;
  background: none;
}

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  top: 0;
  left: 0;
}

@media print {
  .datepickers-container {
    display: none;
  }
}

.datepicker {
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  position: absolute;
  z-index: 101;
  left: -100000px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 250px;
  transition: opacity .3s ease, left 0s .3s, -webkit-transform .3s ease;
  -webkit-transition: opacity .3s ease, left 0s .3s, -webkit-transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, left 0s .3s;
  transition: opacity .3s ease, transform .3s ease, left 0s .3s, -webkit-transform .3s ease;
  opacity: 0;
  color: #4a4a4a;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
}

.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.datepicker.active {
  transition: opacity .3s ease, left 0s 0s, -webkit-transform .3s ease;
  -webkit-transition: opacity .3s ease, left 0s 0s, -webkit-transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, left 0s 0s;
  transition: opacity .3s ease, transform .3s ease, left 0s 0s, -webkit-transform .3s ease;
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

.datepicker-inline .datepicker {
  position: static;
  right: auto;
  left: auto;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  border-color: #d7d7d7;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.datepicker-inline .datepicker--pointer {
  display: none;
}

.datepicker--content {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 4px;
}

.-only-timepicker- .datepicker--content {
  display: none;
}

.datepicker--pointer {
  position: absolute;
  z-index: -1;
  width: 10px;
  height: 10px;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  background: #fff;
}

.-top-left- .datepicker--pointer,
.-top-center- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.-right-top- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.-bottom-left- .datepicker--pointer,
.-bottom-center- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.-left-top- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.-top-left- .datepicker--pointer,
.-bottom-left- .datepicker--pointer {
  left: 25px;
}

.-top-right- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  left: 20%;
}

.-top-center- .datepicker--pointer,
.-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2);
}

.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  top: 10px;
}

.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  bottom: 10px;
}

.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2);
}

.datepicker--body {
  display: none;
}

.datepicker--body.active {
  display: block;
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8542ff;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  color: #ccc;
  background-color: rgba(92, 196, 239, .1);
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, .2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  border: none;
  background: none;
}

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  min-height: 32px;
  padding: 4px;
  border-bottom: 1px solid #efefef;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.-only-timepicker- .datepicker--nav {
  display: none;
}

.datepicker--nav-title,
.datepicker--nav-action {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  cursor: pointer;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.datepicker--nav-action {
  width: 32px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
}

.datepicker--nav-action:hover {
  background: #f0f0f0;
}

.datepicker--nav-action.-disabled- {
  visibility: hidden;
}

.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}

.datepicker--nav-title {
  padding: 0 8px;
  border-radius: 4px;
}

.datepicker--nav-title i {
  font-style: normal;
  margin-left: 5px;
  color: #9c9c9c;
}

.datepicker--nav-title:hover {
  background: #f0f0f0;
}

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none;
}

.datepicker--buttons {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef;
}

.datepicker--button {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  height: 32px;
  cursor: pointer;
  color: #7b33ff;
  border-radius: 4px;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8542ff;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  color: #ccc;
  background-color: rgba(92, 196, 239, .1);
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, .2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  border: none;
  background: none;
}

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
  max-width: 138px;
  -ms-flex: 0 1 138px;
  -webkit-box-flex: 0;
          flex: 0 1 138px;
}

.-only-timepicker- .datepicker--time {
  border-top: none;
}

.datepicker--time-sliders {
  max-width: 153px;
  margin-right: 10px;
  -ms-flex: 0 1 153px;
  -webkit-box-flex: 0;
          flex: 0 1 153px;
}

.datepicker--time-label {
  font-size: 12px;
  display: none;
}

.datepicker--time-current {
  font-size: 14px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 0 0 0 10px;
  text-align: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

.datepicker--time-current-colon {
  line-height: 1;
  margin: 0 2px 3px;
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  font-size: 19px;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  position: absolute;
  z-index: -1;
  top: -3px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  content: '';
  opacity: 0;
  border-radius: 4px;
  background: #f0f0f0;
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}

.datepicker--time-current-ampm {
  font-size: 11px;
  margin-bottom: 1px;
  margin-left: 6px;
  text-transform: uppercase;
  color: #9c9c9c;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.datepicker--time-row {
  font-size: 11px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 17px;
  background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#dedede)) left 50%/100% 1px no-repeat;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.datepicker--time-row:first-child {
  margin-bottom: 4px;
}

.datepicker--time-row input[type='range'] {
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background: none;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-appearance: none;
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.datepicker--time-row input[type='range']::-ms-tooltip {
  display: none;
}

.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type='range']:hover::-ms-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type='range']:focus {
  outline: none;
}

.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
  border-color: #7b33ff;
  background: #7b33ff;
}

.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
  border-color: #7b33ff;
  background: #7b33ff;
}

.datepicker--time-row input[type='range']:focus::-ms-thumb {
  border-color: #7b33ff;
  background: #7b33ff;
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 12px;
  height: 12px;
  cursor: pointer;
  -webkit-transition: background .2s;
  transition: background .2s;
  border: 1px solid #dedede;
  border-radius: 3px;
  background: #fff;
}

.datepicker--time-row input[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  cursor: pointer;
  -webkit-transition: background .2s;
  transition: background .2s;
  border: 1px solid #dedede;
  border-radius: 3px;
  background: #fff;
}

.datepicker--time-row input[type='range']::-ms-thumb {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  cursor: pointer;
  -webkit-transition: background .2s;
  transition: background .2s;
  border: 1px solid #dedede;
  border-radius: 3px;
  background: #fff;
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  margin-top: -6px;
}

.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
  height: 1px;
  cursor: pointer;
  color: transparent;
  border: none;
  background: transparent;
}

.datepicker--time-row input[type='range']::-moz-range-track {
  height: 1px;
  cursor: pointer;
  color: transparent;
  border: none;
  background: transparent;
}

.datepicker--time-row input[type='range']::-ms-track {
  height: 1px;
  cursor: pointer;
  color: transparent;
  border: none;
  background: transparent;
}

.datepicker--time-row input[type='range']::-ms-fill-lower {
  background: transparent;
}

.datepicker--time-row input[type='range']::-ms-fill-upper {
  background: transparent;
}

.datepicker--time-row span {
  padding: 0 12px;
}

.datepicker--time-icon {
  font-size: 16px;
  position: relative;
  width: 1em;
  height: 1em;
  margin: 0 5px -1px 0;
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
}

.datepicker--time-icon:after,
.datepicker--time-icon:before {
  position: absolute;
  content: '';
  background: currentColor;
}

.datepicker--time-icon:after {
  top: calc(50% + 1px);
  left: calc(50% - 1px);
  width: 1px;
  height: .4em;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.datepicker--time-icon:before {
  top: calc(50% + 1px);
  left: calc(50% - 1px);
  width: .4em;
  height: 1px;
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8542ff;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  color: #ccc;
  background-color: rgba(92, 196, 239, .1);
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, .2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  border: none;
  background: none;
}

#js-calendar .heading {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

#js-calendar .heading-title {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.datepicker-calendar {
  position: relative;
  display: block;
  width: auto;
  background-color: white;
}

.datepicker__wrapper {
  position: relative;
  display: block;
}

@media (min-width: 577px) {
  .datepicker__wrapper[data-dual-view='true'] .datepicker__full-content {
    width: 700px;
  }
}

.datepicker__wrapper[data-dual-view='false'] .datepicker__full-content {
  width: 340px;
}

.datepicker__full-content {
  position: relative;
  display: block;
}

.datepicker__full-content {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 -10px;
  white-space: nowrap;
}

.datepicker__wrapper[data-dual-view='false'] .datepicker__nav-area {
  width: 355px;
}

.datepicker__wrapper[data-dual-view='false'] .datepicker__full-content {
  width: 340px;
}

.datepicker__nav--free-date {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  position: relative;
  margin-bottom: 3px;
  letter-spacing: -.02rem;
  color: #6d6f81;
}

.datepicker__nav--nav {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: center;
  color: #0d0d0d;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.datepicker__nav-btn {
  position: relative;
  display: block;
  margin: 0 5px;
  cursor: pointer;
  text-align: center;
  color: #000;
}

.datepicker__nav-btn:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.datepicker__nav-btn svg {
  vertical-align: middle;
  fill: currentColor;
}

.datepicker__table {
  width: inherit;
  margin: 0;
}

.datepicker__title-area {
  font-family: 'MontSerrat';
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  display: block;
  margin-bottom: 15px;
  margin-left: 3px;
  text-align: left;
  text-transform: uppercase;
  color: #8a8da9;
}

.datepicker__wrapper th {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  position: relative;
  width: 45px;
  height: 25px;
  -webkit-transition: all .20s;
  transition: all .20s;
  text-align: center;
  text-transform: uppercase;
  color: #8a8da9;
  border-radius: 4px;
  background-color: white;
}

.datepicker__wrapper td {
  font-family: 'MontSerrat';
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  position: relative;
  width: 45px;
  height: 45px;
  -webkit-transition: all .15s;
  transition: all .15s;
  text-align: center;
  color: #0d0d0d;
  border: 1px solid #e8e6e6;
  border-radius: 4px;
  outline: none;
  background-color: white;
}

.datepicker__wrapper td.current-date {
  color: #8386b3;
  border-color: #8386b3;
}

.datepicker__wrapper td.disabled,
.datepicker__wrapper td.has-event {
  color: #b9bac7;
  border-color: #f9f7f7;
  background: repeating-linear-gradient(-45deg, white, white 3px, #ebebeb 3px, #ebebeb 4px);
  background-color: #f9f7f7;
}

.datepicker__wrapper td.booked {
  text-decoration: line-through;
}

.datepicker__wrapper td.picked,
.datepicker__wrapper td:hover:not(.disabled):not(.has-event) {
  color: white;
  border-color: #393d84;
  background-color: #393d84;
}

.datepicker__wrapper td.selected:not(.disabled):not(.picked) {
  color: #0d0d0d;
  border-color: rgba(57, 61, 132, .4);
  background-color: rgba(57, 61, 132, .4);
}

.datepicker__wrapper td.blank {
  cursor: default;
  opacity: 0;
  color: transparent;
  border: 1px solid transparent;
  background-color: transparent;
}

.datepicker__wrapper td.blank * {
  display: none;
}

.datepicker__wrapper td span.indicator {
  font-size: 120%;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  -webkit-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
  color: current;
}

.datepicker__wrapper td:not(.disabled):not(.has-event) {
  cursor: pointer;
}

.datepicker__content {
  position: relative;
  display: inline-block;
}

.datepicker__wrapper[data-dual-view='false'] .datepicker__full-content {
  width: 370px;
}

@media (min-width: 769px) {
  .datepicker__wrapper[data-dual-view='true'] .datepicker__full-content {
    margin: 0 -10px;
  }
}

.datepicker__content {
  position: relative;
  top: 0;
  left: -345px;
  display: inline-block;
  width: 340px;
  height: 100%;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.datepicker-calendar,
.datepicker-calendar > * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.datepicker__wrapper td.has-event {
  background: repeating-linear-gradient(-45deg, white, white 3px, #ebebeb 3px, #ebebeb 4px);
}

.datepicker__wrapper td.current-date:before {
  font-size: 120%;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  content: '.';
  -webkit-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
  color: current;
}

/*! nouislider - 13.1.5 - 4/24/2019 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target *
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box; 

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-touch-action: none;
        touch-action: none;
}

.noUi-target
{
    position: relative;

    direction: ltr;
}

.noUi-base,
.noUi-connects
{
    position: relative;
    z-index: 1; 

    width: 100%;
    height: 100%;
}

/* Wrapper for all connect elements.
  */
.noUi-connects
{
    z-index: 0; 

    overflow: hidden;
}

.noUi-connect,
.noUi-origin
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;

    will-change: transform;
    -webkit-transform-style: preserve-3d;
            transform-style: flat;
}

/* Offset direction
  */
html:not([dir='rtl']) .noUi-horizontal .noUi-origin
{
    right: 0; 
    left: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
  * connect elements.
  */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.noUi-touch-area {
  width: 100%;
  height: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform .3s;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
  */
.noUi-horizontal {
  height: 10px;
}

.noUi-horizontal .noUi-handle {
  top: -5px;
  left: -17px;
  width: 20px;
  height: 20px;
}

.noUi-vertical {
  width: 10px;
}

.noUi-vertical .noUi-handle {
  top: -17px;
  left: -5px;
  width: 20px;
  height: 20px;
}

html:not([dir='rtl']) .noUi-horizontal .noUi-handle {
  right: -10px;
  left: auto;
}

/* Styling;
  * Giving the connect element a border radius causes issues with using transform: scale
  */
.noUi-target {
  border-radius: 3px;
  background: #e5e3e8;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #7b33ff;
}

/* Handles and cursors;
  */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  cursor: pointer;
  border: 1px solid #e8e5e5;
  border-radius: 50%;
  outline: none;
  background: #fff;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
          box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

/* Handle stripes;
  */
/* Disabled state;
  */
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
  *
  */
.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
  *
  */
.noUi-value {
  position: absolute;
  text-align: center;
  white-space: nowrap;
}

.noUi-value-sub {
  font-size: 10px;
  color: #ccc;
}

/* Markings;
  *
  */
.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

/* Horizontal layout;
  *
  */
.noUi-pips-horizontal {
  top: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 10px 0;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  width: 2px;
  height: 5px;
  margin-left: -1px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
  *
  */
.noUi-pips-vertical {
  top: 0;
  left: 100%;
  height: 100%;
  padding: 0 10px;
}

.noUi-value-vertical {
  padding-left: 25px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  position: absolute;
  display: block;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
  color: #000;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
}

.noUi-horizontal .noUi-tooltip {
  bottom: 120%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.noUi-vertical .noUi-tooltip {
  top: 50%;
  right: 120%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.gu-mirror {
  position: fixed !important;
  z-index: 9999 !important;
  margin: 0 !important;
  opacity: .8;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  filter: alpha(opacity=80);
}

.gu-hide {
  display: none !important;
}

.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.gu-transit {
  opacity: .2;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=20)';
  filter: alpha(opacity=20);
}

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  max-width: inherit;
  height: inherit;
  max-height: inherit;
}

.simplebar-mask {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: auto !important;
  height: auto !important;
  margin: 0;
  padding: 0;
  direction: inherit;
}

.simplebar-offset {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  margin: 0;
  padding: 0;
  resize: none !important;
  direction: inherit !important;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  position: relative;
  display: block;
  visibility: visible;
  overflow: auto;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
    /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
    /* Scroll on this element otherwise element can't have a padding applied properly */
    max-width: 100%;
    height: 100%;
    /* Not required for horizontal scroll to trigger */
    max-height: 100%;

    direction: inherit;
    /* Needed for vertical scroll to trigger */
}

.simplebar-content:before,
.simplebar-content:after
{
    display: table; 

    content: ' ';
}

.simplebar-placeholder
{
    width: 100%;
    max-width: 100%;
    max-height: 100%;

    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper
{
    position: relative;
    z-index: -1;

    float: left;
    overflow: hidden;

    -webkit-box-sizing: inherit !important;

            box-sizing: inherit !important;
    width: inherit;
    max-width: 1px;
    height: 100%;
    max-height: 1px;
    margin: 0;
    padding: 0;

    pointer-events: none;

    -webkit-box-flex: inherit;

        -ms-flex-positive: inherit;

            flex-grow: inherit;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
}

.simplebar-height-auto-observer
{
    position: absolute;
    z-index: -1; 
    top: 0;
    left: 0;

    display: block;
    overflow: hidden;

    -webkit-box-sizing: inherit;

            box-sizing: inherit;
    width: 1000%;
    min-width: 1px;
    height: 1000%;
    min-height: 1px;

    pointer-events: none;

    opacity: 0;
}

.simplebar-track
{
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;

    overflow: hidden; 

    pointer-events: none;
}

[data-simplebar].simplebar-dragging .simplebar-track
{
    pointer-events: all;
}

.simplebar-scrollbar
{
    position: absolute;
    right: 2px;

    width: 7px;
    min-height: 10px;
}

.simplebar-scrollbar:before
{
    position: absolute;
    right: 0;
    left: 0;

    content: '';
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear; 

    opacity: 0;
    border-radius: 7px;
    background: black;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before
{
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear; 
    /* When hovered, remove all transitions from drag handle */

    opacity: .5;
}

.simplebar-track.simplebar-vertical
{
    top: 0;

    width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before
{
    top: 2px;
    bottom: 2px;
}

.simplebar-track.simplebar-horizontal
{
    left: 0;

    height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before
{
    right: 2px; 
    left: 2px;

    height: 100%;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar
{
    top: 2px;
    right: auto;
    left: 0;

    width: auto; 
    min-width: 10px;
    height: 7px;
    min-height: 0;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical
{
    right: auto;
    left: 0;
}

.hs-dummy-scrollbar-size
{
    position: fixed;

    visibility: hidden;
    overflow-x: scroll; 
    overflow-y: hidden;

    width: 500px;
    height: 500px;

    opacity: 0;

    direction: rtl;
}

.gestion-cookies
{
    cursor: pointer;
}

.site-cookies
{
    position: fixed;
    z-index: 998; 
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 30px 0;

    -webkit-animation: fadeIn .5s forwards;

            animation: fadeIn .5s forwards;

    opacity: .97;
    opacity: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 -1px 20px 0 rgba(0, 0, 0, .125);
            box-shadow: 0 -1px 20px 0 rgba(0, 0, 0, .125);
}

@keyframes fadeIn
{
    0%
    {
        opacity: 0;
    }
    100%
    {
        opacity: 1;
    }
}
@media (min-width: 577px)
{
    .site-cookies .site-wrapper
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-align: center;

            -ms-flex-align: center;

                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
}
.site-cookies .cookies-icon
{
    margin-right: 6.5vw; 

    -webkit-box-flex: 0; 

        -ms-flex: 0 0 auto; 

            flex: 0 0 auto;
}
@media (max-width: 992px)
{
    .site-cookies .cookies-icon
    {
        display: none;
    }
}
.site-cookies .cookies-icon .icon
{
    width: 25px; 
    height: 25px;
}
.site-cookies .cookies-text p
{
    font-size: 1.3rem;

    margin: 0;
}
@media (min-width: 577px)
{
    .site-cookies .cookies-text p
    {
        margin-right: 12.5vw;
    }
}
.site-cookies .cookies-text p b
{
    color: #000;
}
.site-cookies .cookies-btn
{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
@media (max-width: 576px)
{
    .site-cookies .cookies-btn
    {
        margin-top: 20px;
    }
}

.site-main
{
    position: relative; 

    -webkit-box-flex: 1; 

        -ms-flex: 1 0 auto; 

            flex: 1 0 auto;
}

.site-wrapper
{
    max-width: 1125px; 
    margin: auto;
}
@media (min-width: 769px)
{
    .site-wrapper
    {
        padding: 0 30px;
    }
}
@media (min-width: 577px) and (max-width: 768px)
{
    .site-wrapper
    {
        padding: 0 25px;
    }
}
@media (max-width: 577px)
{
    .site-wrapper
    {
        padding: 0 20px;
    }
}
.site-wrapper.is-fluid
{
    display: inherit;

    max-width: none;
}
@media (min-width: 769px)
{
    .site-wrapper.is-fluid
    {
        padding-top: 30px; 
        padding-bottom: 30px;
    }
}
@media (min-width: 577px) and (max-width: 768px)
{
    .site-wrapper.is-fluid
    {
        padding-top: 30px; 
        padding-bottom: 30px;
    }
}
@media (max-width: 576px)
{
    .site-wrapper.is-fluid
    {
        padding-top: 20px; 
        padding-bottom: 20px;
    }
}
.site-wrapper-tiny
{
    max-width: 860px;
}
.site-wrapper-small
{
    max-width: 990px;
}
.site-wrapper-md
{
    max-width: 1080px;
}
.site-wrapper-large
{
    max-width: 1380px;
}

.site-masthead
{
    position: relative; 

    padding-top: 30px;
    padding-bottom: 90px;

    background-image: url('../images_ng/bg-masthead.svg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
}
@media (max-width: 1200px)
{
    .site-masthead
    {
        background-position: top left;
        background-size: cover;
    }
}
@media (max-width: 768px)
{
    .site-masthead
    {
        padding-top: 15px;
    }
}
.site-masthead.is-purple
{
    background-image: url('../images_ng/bg-masthead-purple.svg');
}
.site-masthead.has-cover,
.site-masthead.has-gradient
{
    padding-top: 70px; 

    background-image: inherit;
    background-position: inherit;
    background-size: inherit;
}
@media (max-width: 768px)
{
    .site-masthead.has-cover,
    .site-masthead.has-gradient
    {
        padding-bottom: 45px;
    }
}
@media (min-width: 993px)
{
    .page-about .site-masthead.has-cover,
    .page-secondary .site-masthead.has-cover,
    .page-about .site-masthead.has-gradient,
    .page-secondary .site-masthead.has-gradient
    {
        padding-bottom: 160px;
    }
}
@media (max-width: 992px)
{
    .page-about .site-masthead.has-cover,
    .page-secondary .site-masthead.has-cover,
    .page-about .site-masthead.has-gradient,
    .page-secondary .site-masthead.has-gradient
    {
        margin-bottom: 50px;
        padding-bottom: 120px;
    }
}
@media (max-width: 768px)
{
    .page-about .site-masthead.has-cover,
    .page-secondary .site-masthead.has-cover,
    .page-about .site-masthead.has-gradient,
    .page-secondary .site-masthead.has-gradient
    {
        padding-top: 20px; 
        padding-bottom: 80px;
    }
}
.page-about .site-masthead.has-cover .is-center .title-main,
.page-secondary .site-masthead.has-cover .is-center .title-main,
.page-about .site-masthead.has-gradient .is-center .title-main,
.page-secondary .site-masthead.has-gradient .is-center .title-main
{
    font-weight: 700;
}
@media (max-width: 768px)
{
    .page-about .site-masthead.has-cover,
    .page-secondary .site-masthead.has-cover,
    .page-about .site-masthead.has-gradient,
    .page-secondary .site-masthead.has-gradient
    {
        padding-top: 20px; 
        padding-bottom: 50px;
    }
}
.page-contact .site-masthead.has-cover,
.page-contact .site-masthead.has-gradient
{
    margin-bottom: 0;
}
@media (min-width: 769px)
{
    .site-masthead.has-cover .masthead-container,
    .site-masthead.has-gradient .masthead-container
    {
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
}
.site-masthead.has-cover .title-main,
.site-masthead.has-gradient .title-main
{
    max-width: 100%;
}
@media (min-width: 993px) and (max-width: 1200px)
{
    .site-masthead.has-cover .title-main,
    .site-masthead.has-gradient .title-main
    {
        font-size: 3.5rem;
    }
}
@media (min-width: 769px) and (max-width: 992px)
{
    .site-masthead.has-cover .title-main,
    .site-masthead.has-gradient .title-main
    {
        font-size: 3rem;
    }
}
@media (max-width: 768px)
{
    .site-masthead.has-cover .title-main,
    .site-masthead.has-gradient .title-main
    {
        text-align: center;
    }
}
@media (min-width: 577px) and (max-width: 768px)
{
    .site-masthead.has-cover .title-main,
    .site-masthead.has-gradient .title-main
    {
        font-size: 2.75rem;
    }
}
.site-masthead.has-cover .social-links,
.site-masthead.has-gradient .social-links
{
    margin-top: auto;
}
.site-masthead.has-cover .social-link,
.site-masthead.has-gradient .social-link
{
    margin-top: 0; 
    margin-bottom: 0;
}
.site-masthead.has-cover .masthead-cover:before
{
    position: absolute;
    z-index: 1; 
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background: rgba(12, 12, 12, .4);
}
.site-masthead .masthead-cover,
.site-masthead .masthead-gradient
{
    position: absolute;
    z-index: -1; 
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    -webkit-transform: skewY(-5deg);

            transform: skewY(-5deg);
    -webkit-transform-origin: 0;
            transform-origin: 0;
}
.page-about .site-masthead .masthead-cover,
.page-secondary .site-masthead .masthead-cover,
.page-about
    .site-masthead .masthead-gradient,
.page-secondary
    .site-masthead .masthead-gradient
{
    width: 100%; 
    height: 100%;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.site-masthead .masthead-cover > div,
.site-masthead .masthead-gradient > div
{
    width: 100%; 
    height: 100%;

    -webkit-transform: translateY(0) scale(1.15);

            transform: translateY(0) scale(1.15);

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    -webkit-filter: blur(10px);

            filter: blur(10px);
}
.site-masthead .masthead-gradient
{
    background: -webkit-gradient(linear, right top, left top, from(#3b2869), color-stop(70.98%, #3372c7), to(#2ba690));
    background: linear-gradient(-90deg, #3b2869 0%, #3372c7 70.98%, #2ba690 100%);
}
.site-masthead .masthead-container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (min-width: 769px)
{
    .site-masthead .masthead-container .masthead-item
    {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: initial;
            -ms-flex-pack: initial;
                justify-content: initial;
    }
}
.site-masthead .masthead-container .masthead-item:first-child
{
    margin-right: 30px; 

    -webkit-box-flex: 1; 

        -ms-flex: 1 0 47.5%; 

            flex: 1 0 47.5%;
}
.page-about .site-masthead .masthead-container .masthead-item:first-child,
.page-secondary .site-masthead .masthead-container .masthead-item:first-child
{
    margin-right: 0; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
}
@media (max-width: 768px)
{
    .page-about .site-masthead .masthead-container .masthead-item:first-child,
    .page-secondary .site-masthead .masthead-container .masthead-item:first-child
    {
        margin: inherit;
    }
}
@media (max-width: 768px)
{
    .page-about .site-masthead .masthead-container .masthead-item:first-child,
    .page-secondary .site-masthead .masthead-container .masthead-item:first-child
    {
        -webkit-box-flex: inherit;
            -ms-flex: inherit;
                flex: inherit;
    }
}
@media (min-width: 769px)
{
    .site-masthead .masthead-container .masthead-item:first-child
    {
        -ms-flex-item-align: center;
            align-self: center;
    }
}
@media (max-width: 768px)
{
    .site-masthead .masthead-container .masthead-item:first-child
    {
        margin: 0 -25px 20px; 

        -webkit-box-flex: 1; 

            -ms-flex: 1 0 calc(100% + 50px); 

                flex: 1 0 calc(100% + 50px);
    }
}
@media (max-width: 576px)
{
    .site-masthead .masthead-container .masthead-item:first-child
    {
        margin: 0 -20px 20px; 

        -webkit-box-flex: 1; 

            -ms-flex: 1 0 calc(100% + 28px); 

                flex: 1 0 calc(100% + 28px);
    }
}
@media (max-width: 768px)
{
    .site-masthead .masthead-container .masthead-item:first-child .event-main-thumbnail
    {
        border-radius: 0;
    }
}
.site-masthead .masthead-container .masthead-item:last-child
{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    width: 100%; 

    -ms-flex-preferred-size: 1; 

        flex-basis: 1;
}
.site-masthead .masthead-container .masthead-item:last-child .masthead-cta
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
}
.page-event .site-masthead .masthead-container .masthead-item:last-child .masthead-cta
{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 768px)
{
    .site-masthead .masthead-container .masthead-item:last-child .masthead-cta
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
@media (max-width: 768px)
{
    .site-masthead .masthead-container .masthead-item:last-child .masthead-cta .dropdown,
    .site-masthead .masthead-container .masthead-item:last-child .masthead-cta .cta-save
    {
        display: block;
    }
}
@media (max-width: 768px)
{
    .site-masthead .masthead-container .masthead-item:last-child .masthead-cta .mlauto
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin: inherit;
        margin-top: 0;

        -webkit-box-ordinal-group: 0;

            -ms-flex-order: -1;

                order: -1;
    }
}
.site-masthead .masthead-container .masthead-item:last-child .cta-tag
{
    min-height: 40px; 
    max-height: 40px;
}
@media (max-width: 768px)
{
    .site-masthead .masthead-container .masthead-item:last-child .cta-tag
    {
        margin: 15px 5px 15px 5px;
    }
}
.site-masthead .masthead-item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.site-masthead .masthead-item .opts
{
    text-align: right; 

    -webkit-box-flex: 1; 

        -ms-flex: 1 0 auto; 

            flex: 1 0 auto;
}
@media (min-width: 769px)
{
    .site-masthead .masthead-item .opts
    {
        display: none;
    }
}
@media (max-width: 576px)
{
    .site-masthead .masthead-cta .dropdown .dropdown-menu
    {
        right: inherit; 
        left: 0;
    }
}
@media (max-width: 768px)
{
    .site-masthead .masthead-cta
    {
        margin-top: 15px;
    }
    .site-masthead .masthead-cta .cta-save,
    .site-masthead .masthead-cta .dropdown
    {
        display: none;
    }
}
@media (min-width: 769px)
{
    .site-masthead .masthead-cta
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-align: start;

            -ms-flex-align: start;

                align-items: flex-start;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
}
.site-masthead .cta-btn
{
    font-family: 'MontSerrat';
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 45px;

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;

    height: 100%;
    min-height: 45px;
    max-height: 45px;
    margin: 5px;
    padding: 0 1.6rem;
    padding-right: 1.6rem;
    padding-left: 1.6rem;

    -webkit-user-select: none;

       -moz-user-select: none;

        -ms-user-select: none;

            user-select: none;
    -webkit-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap; 
    text-decoration: none;
    text-transform: uppercase;

    color: #fff;
    border-radius: 25px;
    background-color: rgba(255, 255, 255, .15);

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 576px)
{
    .site-masthead .cta-btn
    {
        margin: 5px;
    }
}
.site-masthead .cta-btn:hover
{
    color: #f2f2f2; 
    background-color: rgba(255, 255, 255, .25);
}
@media (max-width: 576px)
{
    .site-masthead .cta-btn.cta-tag,
    .site-masthead .cta-btn.cta-tag-more
    {
        font-size: 1rem;

        min-height: 40px; 
        max-height: 40px;
    }
}
.site-masthead .cta-btn.cta-save
{
    width: 45px; 
    min-width: 45px;
    max-width: 45px;
    height: 45px;
    min-height: 45px;
    padding: 0;

    cursor: pointer;
}
.site-masthead .cta-btn.cta-save.is-active
{
    color: #f3009d; 
    background-color: #fff;
}
.site-masthead .cta-btn.cta-save .icon-save
{
    width: 15px; 
    height: 15px;
}
.site-masthead .cta-btn .dropdown-trigger .cta-btn
{
    max-width: 45px;
}
.site-masthead .title-main
{
    line-height: 1.25;

    margin-top: 10px; 
    margin-bottom: 5px;
}

.site-masthead-main
{
    padding-bottom: 0; 

    background-image: url('../images_ng/bg-masthead-home.jpg');
    background-position: top center;
}
@media (min-width: 769px)
{
    .site-masthead-main [class*='grid-2'].has-gutter-xl
    {
        margin-right: -2.5rem; 
        margin-left: -2.5rem;
    }
    .site-masthead-main [class*='grid-2'].has-gutter-xl > *
    {
        width: calc(100% / 2 - 5rem - .01px); 
        margin-right: 2.5rem;
        margin-left: 2.5rem;
    }
}
.site-masthead-main .grid-2
{
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
@media (max-width: 768px)
{
    .site-masthead-main .grid-2
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;

        width: 80%; 
        margin: 0 auto;

        -webkit-box-align: center;

            -ms-flex-align: center;

                align-items: center;
    }
    .site-masthead-main .grid-2 > *
    {
        width: 100%;
    }
    .site-masthead-main .grid-2 > .is-stick
    {
        width: auto;
    }
}
.site-masthead-main .masthead-logo
{
    margin-top: 30px;
    margin-bottom: 140px;

    text-align: center;
}
@media (min-width: 577px) and (max-width: 1500px)
{
    .site-masthead-main .masthead-logo
    {
        margin-top: 15px; 
        margin-bottom: 6.5vh;
    }
}
@media (max-width: 576px)
{
    .site-masthead-main .masthead-logo
    {
        margin-top: 10px; 
        margin-bottom: 30px;
    }
}
.site-masthead-main .masthead-logo img
{
    min-width: 280px;
    min-height: 160px;
}
@media (max-width: 576px)
{
    .site-masthead-main .masthead-logo img
    {
        min-width: 200px;
        min-height: 114px;
    }
}
@media (min-width: 769px) and (max-width: 1500px)
{
    .site-masthead-main .masthead-illustration.is-stick
    {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
    }
}
.site-masthead-main .masthead-illustration img
{
    max-width: 475px;

    -webkit-transform: translateY(0);

            transform: translateY(0);
}
@media (max-width: 768px)
{
    .site-masthead-main .masthead-illustration img
    {
        width: auto; 
        max-width: inherit;
    }
}
.site-masthead-main .masthead-titles
{
    padding-bottom: 125px;
}
@media (max-width: 576px)
{
    .site-masthead-main .masthead-titles
    {
        padding-bottom: 65px;
    }
}
.site-masthead-main .masthead-titles > *:last-child
{
    margin-bottom: 0;
}

.header
{
    position: fixed;
    z-index: 21;
    z-index: 102;
    top: 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 100%;

    background-color: #000;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    will-change: top;
    /* Bouton burger */
}
.header-sticky
{
    top: -65px;

    -webkit-transition: all .1s ease-in-out;

    transition: all .1s ease-in-out;
}
.header-sticky.nav-up
{
    top: 0 !important;
}
.header-sticky .header-wrapper > div:first-child
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
}
@media (max-width: 576px)
{
    .header-sticky .header-wrapper > div:first-child
    {
        width: 100%; 

        -webkit-box-pack: justify; 

            -ms-flex-pack: justify; 

                justify-content: space-between;
    }
}
.header-sticky .sticky-title
{
    font-family: 'MontSerrat';
    font-size: 1.65rem;
    font-weight: 700; 

    color: #fff;
}
.header-sticky .sticky-title span
{
    font-size: 1.2rem;
    font-weight: 400;

    display: inline-block;

    margin-left: 5px;

    letter-spacing: .15px;
    text-transform: inherit;
}
.header-sticky .sticky-opts
{
    display: inline-block;

    margin: 0 15px;
}
@media (max-width: 576px)
{
    .header-sticky .sticky-opts
    {
        margin-right: 0;
    }
}
.header-sticky .sticky-opts .opts-btn
{
    line-height: 45px;

    display: inline-block;

    width: 45px; 
    height: 45px;
    padding: 0;

    cursor: pointer;
    text-align: center;

    color: #fff !important;
    border-radius: 25px;
}
@media (max-width: 576px)
{
    .header-sticky .sticky-opts .opts-btn
    {
        line-height: 40px;

        width: 40px; 
        height: 40px;
    }
}
.header-sticky .sticky-opts .opts-btn:hover
{
    background-color: rgba(255, 255, 255, .15);
}
.header-sticky .sticky-opts .opts-btn.is-active
{
    color: #f3009d !important;
}
@media (max-width: 576px)
{
    .header-sticky .sticky-anchors
    {
        display: none;
    }
}
.header-sticky .dropdown-menu
{
    z-index: 22;
}
@media (max-width: 900px)
{
    .header-steps .header-logo
    {
        display: none;
    }
}
.header-steps .header-title
{
    font-family: 'MontSerrat';
    font-size: 1.25rem;
    font-weight: 700;

    text-transform: uppercase; 

    color: #fff;
}
.header-steps .header-close
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
}
.header-steps .header-close:hover span
{
    color: #797b8e;
}
.header-steps .header-close:hover .btn-close
{
    background: rgba(255, 255, 255, .1);
}
.header-steps .header-close:active .btn-close
{
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
}
.header-steps .header-close span
{
    font-family: 'MontSerrat';
    font-size: 1.2rem;
    font-weight: 700;

    margin-right: 15px; 

    color: #6d6f81;
}
@media (max-width: 576px)
{
    .header-steps .header-close span
    {
        display: none;
    }
}
.header-steps .header-close .btn-close
{
    font-size: 1rem;

    width: 35px; 
    height: 35px;
    padding: 0;

    color: #fff;
    border: 1px solid #6d6f81;
    border-radius: 50%;
    background: none;
}
@media (max-width: 577px)
{
    .header
    {
        height: 60px;
    }
}
@media (min-width: 577px)
{
    .header
    {
        height: 65px;
    }
}
.header-wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (min-width: 769px)
{
    .header-wrapper
    {
        padding: 0 20px;
    }
}
@media (max-width: 768px)
{
    .header-wrapper
    {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}
@media (min-width: 577px) and (max-width: 768px)
{
    .header-wrapper
    {
        padding: 0 16px;
    }
}
@media (max-width: 577px)
{
    .header-wrapper
    {
        padding: 0 14px;
    }
}
.header-btn-burger
{
    font-size: 2em;

    position: relative;
    position: relative;

    float: right;

    -webkit-box-sizing: content-box;

            box-sizing: content-box;
    width: 2.3rem;
    height: 2rem;
    margin-left: auto; 
    padding: 0;

    cursor: pointer;
    -webkit-transition: .25s cubic-bezier(.17, .67, .89, 1.4);
    transition: .25s cubic-bezier(.17, .67, .89, 1.4);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;

    color: #fff;
    outline: 0;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
    background-image: linear-gradient(to right, currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 2px;

    will-change: transform;
}
@media (min-width: 901px)
{
    .header-btn-burger
    {
        display: none;
    }
}
.header-btn-burger:after,
.header-btn-burger:before
{
    position: absolute;
    right: 0;
    left: 0;

    display: block;

    height: 2px;

    content: '';
    -webkit-transition: .25s;
    transition: .25s;
    -webkit-transition-property: top,-webkit-transform;
    transition-property: top,-webkit-transform;
    transition-property: transform,top;
    transition-property: transform,top,-webkit-transform;

    background: currentColor;

    will-change: transform,top;
}
.header-btn-burger:after
{
    bottom: 2px;
}
.header-btn-burger:before
{
    top: 2px;
}
.header-btn-burger.is-active
{
    background-image: inherit;
}
.header-btn-burger.is-active:after,
.header-btn-burger.is-active:before
{
    top: 50%;
}
.header-btn-burger.is-active:after
{
    -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 45deg);
            transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 45deg);
}
.header-btn-burger.is-active:before
{
    -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -45deg);
            transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -45deg);
}
.header-logo
{
    -webkit-box-flex: 0;
        -ms-flex: 0 1 200px;
            flex: 0 1 200px;
}
.header-logo a
{
    display: block;
}
.header-logo a img
{
    width: 100%;
}

@media (min-width: 901px)
{
    .header .navigation
    {
        margin-left: auto;
    }
}

@media (max-width: 900px)
{
    .header .navigation:not(.navigation-mobile)
    {
        display: none;
    }
}

@media (min-width: 901px)
{
    .header .navigation-mobile
    {
        display: none;
    }
}

@media (max-width: 900px)
{
    .header .navigation-mobile
    {
        position: fixed;
        z-index: 100; 
        top: 65px;
        left: 0;

        overflow-y: auto;

        width: 100%;
        height: calc(100% - 65px);
        padding: 20px 0;

        -webkit-transition: -webkit-transform .15s ease-in-out;

        transition: -webkit-transform .15s ease-in-out;

        transition: transform .15s ease-in-out;

        transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);

        background-color: #000;
    }
    .header .navigation-mobile.is-active
    {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}

@media (max-width: 576px)
{
    .header .navigation-mobile
    {
        top: 60px; 

        height: calc(100% - 60px);
    }
}

.header .navigation-list
{
    padding-left: 0; 

    list-style: none;
}
@media (min-width: 901px)
{
    .header .navigation-list
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-bottom: 0; 

        -webkit-box-align: center; 

            -ms-flex-align: center; 

                align-items: center;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }
}
@media (max-width: 900px)
{
    .header .navigation-list
    {
        padding-left: 20px;
    }
}

.header .navigation-item
{
    position: relative;
}
@media (max-width: 900px)
{
    .header .navigation-item
    {
        line-height: 2.5;
    }
}
@media (min-width: 901px)
{
    .header .navigation-item
    {
        line-height: 1; 

        margin: 0 15px;
    }
    .header .navigation-item:last-child
    {
        margin-right: 0;
    }
}
.header .navigation-item:last-child
{
    border-right: 0;
}
.header .navigation-item:last-child .navigation-link
{
    margin-right: 20px;
}
.header .navigation-item.is-active .navigation-link
{
    position: relative; 

    color: #fff;
}
.header .navigation-item.is-active .navigation-link:before
{
    position: absolute;
    bottom: -8px;
    left: 0;

    width: 100%; 
    height: 2px;

    content: '';

    background-color: #fff;
}
.header .navigation-item .dropdown
{
    vertical-align: middle;
}
.header .navigation-item .dropdown:not(.dropdown-requests) .navigation-link
{
    color: #fff;
}
.header .navigation-item .dropdown.is-active .dropdown-trigger button
{
    background: none;
}
.header .navigation-item .dropdown.is-active .dropdown-trigger .icon
{
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
.header .navigation-item .dropdown.is-active .dropdown-menu
{
    -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, .05);
            box-shadow: 0 2px 30px 0 rgba(0, 0, 0, .05);
}
.header .navigation-item .dropdown .dropdown-trigger button
{
    line-height: 1.15;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: auto; 
    height: auto;

    text-align: left;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.header .navigation-item .dropdown .dropdown-trigger button .icon
{
    color: #6d6f81;
}
.header .navigation-item .dropdown .dropdown-content
{
    min-width: 290px; 
    max-width: 290px;
}
.header .navigation-item .dropdown .dropdown-link:not(:last-child)
{
    border-bottom: 1px solid #f9f7f7;
}
.header .navigation-item .dropdown .dropdown-link:first-child
{
    border-top: 1px solid #f9f7f7;
}
.header .navigation-item .dropdown-requests.is-active .dropdown-trigger .navigation-link
{
    color: #fff;
}
.header .navigation-item .dropdown-requests .dropdown-content
{
    padding-top: .5rem;
}
@media (min-width: 577px)
{
    .header .navigation-item .dropdown-requests .dropdown-content
    {
        min-width: 340px; 
        max-width: 340px;
    }
}
.header .navigation-item .dropdown-requests .dropdown-item > *.has-scroll
{
    max-height: 400px;
}
.header .navigation-item .dropdown-requests .dropdown-item > *.has-scroll .simplebar-track
{
    right: -10px;
}
.header .navigation-item .dropdown-requests .request-item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 20px 10px;

    text-decoration: none !important; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
}
.header .navigation-item .dropdown-requests .request-item:hover
{
    border-radius: 2px; 
    background-color: #f9f7f7;
}
.header .navigation-item .dropdown-requests .request-thumbs
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-right: 15px; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.header .navigation-item .dropdown-requests .request-thumbs .request-thumb
{
    display: block;
    overflow: hidden;

    width: 50px; 
    height: 50px;
    margin-right: 0;

    border-radius: 50%;
    background-color: #e6e5e5;
    background-position: top center;
    background-size: cover;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.header .navigation-item .dropdown-requests .request-thumbs .request-thumb:nth-child(1)
{
    border: 3px solid #7b33ff; 
    background-color: #f9f7f7;
}
.header .navigation-item .dropdown-requests .request-thumbs .request-thumb:nth-child(n+2)
{
    margin-left: -20px;
}
.header .navigation-item .dropdown-requests .request-name
{
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;

    white-space: initial; 
    text-transform: uppercase;

    color: #000;
}
.header .navigation-item .dropdown-requests .request-state
{
    display: block;

    width: 10px; 
    height: 10px;
    margin-right: 15px;

    border-radius: 25px;
    background-color: #e8e5e5;

    -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

            flex: 0 0 auto;
}
.header .navigation-item .dropdown-requests .request-state.is-confirmed
{
    background-color: #38c8a8;
}
.header .navigation-item .dropdown-requests .request-state.is-accepted
{
    background-color: #f3009d;
}
.header .navigation-item .dropdown-requests .request-state.is-refused,
.header .navigation-item .dropdown-requests .request-state.is-canceled
{
    background-color: #f55;
}
.header .navigation-item .dropdown-requests .request-status
{
    font-size: 1.1rem;
    line-height: 1.55;

    margin: 0; 

    color: #0c0c0c;
    border-radius: inherit;
    background: inherit;
}
.header .navigation-item .dropdown-requests .request-date
{
    font-size: 1.1rem; 

    color: #6d6f81;
}
.header .navigation-item .dropdown-requests-m .request-item
{
    display: inherit;

    padding: 15px 10px;
}
.header .navigation-item .dropdown-requests-m .request-item:hover
{
    background-color: #f9f7f7;
}
.header .navigation-item .dropdown-requests-m .request-item .flex-container,
.header .navigation-item .dropdown-requests-m .request-item .flex-container--row,
.header .navigation-item .dropdown-requests-m .request-item .flex-row,
.header .navigation-item .dropdown-requests-m .request-item .flex-container--column,
.header .navigation-item .dropdown-requests-m .request-item .flex-column,
.header .navigation-item .dropdown-requests-m .request-item .flex-container--row-reverse,
.header .navigation-item .dropdown-requests-m .request-item .flex-row-reverse,
.header .navigation-item .dropdown-requests-m .request-item .flex-container--column-reverse,
.header .navigation-item .dropdown-requests-m .request-item .flex-column-reverse
{
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.header .navigation-item .dropdown-requests-m .request-message-preview
{
    font-size: 1.2rem;

    margin: 0;
    margin-top: 5px;

    white-space: initial; 

    color: #6d6f81;
}
.header .navigation-item .dropdown-requests-m .request-name
{
    line-height: 1.75;

    margin-bottom: 0;
}
.header .navigation-item .dropdown-requests-m .request-date
{
    color: #000;
}

.header .navigation-link
{
    font-family: 'MontSerrat';
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.25;

    text-decoration: none !important; 

    color: #6d6f81;
}
@media (max-width: 900px)
{
    .header .navigation-link
    {
        font-size: 1.55rem;

        text-transform: uppercase;
    }
}
@media (min-width: 901px)
{
    .header .navigation-link
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-align: center;

            -ms-flex-align: center;

                align-items: center;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
}
.header .navigation-link:hover
{
    text-decoration: none; 

    color: #fff;
}

.name-underline
{
    text-decoration: underline;
}

.header .navigation-link .badge,
.header .navigation-link .badge--primary,
.header .navigation-link .badge--secondary,
.header .navigation-link .badge--dark,
.header .navigation-link .badge--success,
.header .navigation-link .badge--info,
.header .navigation-link .badge--warning,
.header .navigation-link .badge--danger,
.header .navigation-link .badge--inverse,
.header .navigation-link .badge--black,
.header .navigation-link .badge--transparent,
.header .navigation-link .badge-primary,
.header .navigation-link .badge-secondary,
.header .navigation-link .badge-dark,
.header .navigation-link .badge-success,
.header .navigation-link .badge-info,
.header .navigation-link .badge-warning,
.header .navigation-link .badge-danger,
.header .navigation-link .badge-inverse,
.header .navigation-link .badge-black,
.header .navigation-link .badge-transparent,
.header .navigation-link .page-search .event-list .event-thumb .cta-btn.cta-map-link,
.page-search .event-list .event-thumb .header .navigation-link .cta-btn.cta-map-link,
.header .navigation-link .page-fav .event-list .event-thumb .cta-btn.cta-map-link,
.page-fav .event-list .event-thumb .header .navigation-link .cta-btn.cta-map-link,
.header .navigation-link .scene-thumb .cta-btn.cta-map-link,
.scene-thumb .header .navigation-link .cta-btn.cta-map-link,
.header .navigation-link .user-profil-avatar .cta-btn.cta-map-link,
.user-profil-avatar .header .navigation-link .cta-btn.cta-map-link,
.header .navigation-link .artist-search .artist-thumb .cta-btn.cta-map-link,
.artist-search .artist-thumb .header .navigation-link .cta-btn.cta-map-link,
.header .navigation-link .artist-list .artist-thumb .cta-btn.cta-map-link,
.artist-list .artist-thumb .header .navigation-link .cta-btn.cta-map-link
{
    font-size: 1rem;
    font-weight: 600;
    line-height: 20px;

    position: inherit;
    top: inherit; 
    right: inherit;

    width: 20px;
    height: 20px;
    margin-left: 10px;
    padding: 0;

    text-align: center;
    vertical-align: middle;
}

.footer .navigation-heading
{
    font-family: 'MontSerrat';
    font-size: 1.2rem;
    font-weight: 700;

    margin-bottom: 10px;

    text-transform: uppercase; 

    color: #fff;
}

.footer .navigation-links .text-sm
{
    font-size: 1.25rem;

    margin-bottom: 10px; 

    letter-spacing: .015rem;

    color: #b4b4b4;
}

.footer .navigation-link:not(.navigation-link-btn)
{
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.85;

    display: block;

    -webkit-transition: color .1s ease-in-out;

    transition: color .1s ease-in-out; 
    letter-spacing: .015rem;

    color: #b4b4b4;
}
.footer .navigation-link:not(.navigation-link-btn):hover
{
    text-decoration: none; 

    color: #f3009d;
}

.footer .navigation-link-btn
{
    width: 100%;
}
.footer .navigation-link-btn.btn-transparent
{
    color: #fff; 
    border: 1px solid #212128;
    background: transparent;
}
.footer .navigation-link-btn.btn-transparent:hover
{
    color: #212128; 
    background-color: white;
}

.footer
{
    background-color: #000;
    -webkit-box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, .1);
}
@media print
{
    .footer
    {
        display: none;
    }
}
.footer-logo
{
    display: block;
}
@media (max-width: 992px)
{
    .footer-logo
    {
        text-align: center;
    }
}
.footer-main-top
{
    padding: 75px 0 90px 0; 

    border-bottom: 1px solid rgba(255, 255, 255, .15);
}
@media (max-width: 576px)
{
    .footer-main-top
    {
        padding: 50px 0 50px 0;
    }
}
.footer-main-top .cities-list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 30px 5px 55px 5px;
    padding: 15px 0; 

    list-style: none;

    border-top: 1px solid #212128;
    border-bottom: 1px solid #212128;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.footer-main-top .cities-list li
{
    font-size: 1.6rem;
    font-weight: 300;

    display: inline-block;

    margin: 0 15px;

    letter-spacing: .1rem;
    text-transform: uppercase; 

    color: #fff;
}
.footer-main-top .cities-list li:last-child
{
    margin-right: 0;
}
.footer-main-top .grid
{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 576px)
{
    .footer-main-top .grid .grid-item
    {
        margin-bottom: 20px;
    }
}
@media (max-width: 992px)
{
    .footer-main-top .grid .grid-item
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
.footer-main-top .grid .grid-item:nth-child(2)
{
    text-align: center;
}
@media (max-width: 992px)
{
    .footer-main-top .grid .grid-item:nth-child(3)
    {
        display: none;
    }
}
@media (min-width: 993px)
{
    .footer-main-top .grid .grid-item:nth-child(3)
    {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
}
.footer-main-top .navigation-grid
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
}
@media (min-width: 769px)
{
    .footer-main-top .navigation-grid
    {
        margin: 0 -2rem;
    }
}
.footer-main-top .navigation-grid > div
{
    margin: 0 2rem;
    margin-bottom: 25px;
}
@media (min-width: 993px)
{
    .footer-main-top .navigation-grid > div
    {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 calc(20% - 40px);
                flex: 0 1 calc(20% - 40px);
    }
}
@media (min-width: 769px) and (max-width: 992px)
{
    .footer-main-top .navigation-grid > div
    {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 calc(33.33% - 40px);
                flex: 0 1 calc(33.33% - 40px);
    }
}
@media (max-width: 768px)
{
    .footer-main-top .navigation-grid > div
    {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 calc(50% - 40px);
                flex: 0 1 calc(50% - 40px);
    }
}
@media (max-width: 576px)
{
    .footer-main-top .navigation-grid > div
    {
        margin: 0 1rem;
        margin-bottom: 25px; 

        -webkit-box-flex: 0; 

            -ms-flex: 0 1 calc(50% - 20px); 

                flex: 0 1 calc(50% - 20px);
    }
}
.footer-main-bottom
{
    padding: 35px 0;
}
.footer-copyright
{
    font-family: 'MontSerrat';
    font-size: 1.05rem;
    font-weight: 600;

    display: block;

    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase; 

    color: #fff;
}

.section
{
    position: relative;
}
@media (max-width: 577px)
{
    .section
    {
        padding: 80px 0 35px 0;
    }
}
@media (min-width: 577px) and (max-width: 768px)
{
    .section
    {
        padding: 80px 0 55px 0;
    }
}
@media (min-width: 769px)
{
    .section
    {
        padding: 100px 0 85px 0;
    }
}
.section:not(.section-band)
{
    background-color: #fff;
}
.section p,
.section ol
{
    padding-left: 0; 

    color: #1e1954;
}
.section-band
{
    position: relative; 

    background: transparent;
}
.section-band:before
{
    position: absolute;
    z-index: -1; 
    top: 45px;
    right: 0;
    left: 0;

    height: 700px;

    content: '';
    -webkit-transform: skew(0, 5deg);
            transform: skew(0, 5deg);

    background: linear-gradient(45deg, #3b2869 0%, #3372c7 70.98%, #2ba690 100%);
}
.section-band.is-purple:before
{
    background: linear-gradient(45deg, #7133c7 0%, #8b2faa 66.25%, #a62b8d 100%);
}
.section-band p,
.section-band ol
{
    color: #fff;
}

.flex-start
{
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.flex-center
{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.flex-container,
.flex-container--row,
.flex-row,
.flex-container--column,
.flex-column,
.flex-container--row-reverse,
.flex-row-reverse,
.flex-container--column-reverse,
.flex-column-reverse
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-nowrap
{
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
@media (max-width: 576px)
{
    .flex-nowrap
    {
        -webkit-box-orient: inherit;
        -webkit-box-direction: inherit;
            -ms-flex-direction: inherit;
                flex-direction: inherit;
    }
}

.flex-space-between
{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.mb0
{
    margin-bottom: 0 !important;
}

.mbxs
{
    margin-bottom: .5rem !important;
}

.mbs
{
    margin-bottom: 1rem !important;
}

.mbm
{
    margin-bottom: 2rem !important;
}

.mbl
{
    margin-bottom: 4rem !important;
}

.mbxl
{
    margin-bottom: 8rem !important;
}
@media (max-width: 576px)
{
    .mbxl
    {
        margin-bottom: 4rem !important;
    }
}

@media (max-width: 576px)
{
    .m-mbsm
    {
        margin-bottom: 1.5rem !important;
    }
}

.mr0
{
    margin-right: 0 !important;
}

@media (max-width: 576px)
{
    .m-mb0
    {
        margin-bottom: 0 !important;
    }
}

.mt0
{
    margin-top: 0 !important;
}

.mtm
{
    margin-top: 2rem !important;
}

.mtl
{
    margin-top: 4rem !important;
}

.mtlm
{
    margin-top: 6rem !important;
}

.mbml
{
    margin-bottom: 3rem !important;
}

.mtml
{
    margin-top: 3rem !important;
}

.mtxl
{
    margin-top: 8rem !important;
}
@media (max-width: 576px)
{
    .mtxl
    {
        margin-bottom: 4rem !important;
    }
}

.ml0
{
    margin-left: 0 !important;
}

.mlm
{
    margin-left: 2rem !important;
}

.mlml
{
    margin-left: 3rem !important;
}

.mr0
{
    margin-right: !important;
}

.pa0
{
    padding: 0 !important;
}

.pt0
{
    padding-top: 0 !important;
}

.pts
{
    padding-top: 1rem !important;
}

.pb0
{
    padding-bottom: 0 !important;
}

.pbs
{
    padding-bottom: 1rem !important;
}

.upc
{
    text-transform: uppercase;
}

/*
 * Buttons
 * Styles for buttons
 *
 * @author: Alsacreations
 */
.btn,
.footer .navigation-link-btn
{
    font-family: 'MontSerrat';
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;

    position: relative;

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;

    height: 50px;
    padding-top: 0;
    padding-right: 1.25em;
    padding-bottom: 0;
    padding-left: 1.25em;

    -webkit-transition: .15s;

    transition: .15s;
    vertical-align: top; 
    text-decoration: none !important;
    letter-spacing: .075rem;
    text-transform: uppercase;

    border-radius: 4px;
    outline: none !important;
    -webkit-box-shadow: none;
            box-shadow: none;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media all and (-ms-high-contrast: none)
{
    .btn,
    .footer .navigation-link-btn
    {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
}
.btn-primary
{
    color: #fff; 
    background-color: #f3009d;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover
{
    text-decoration: none !important; 

    color: #f2f2f2;
    background-color: #ff03a6;
}
.btn-secondary
{
    color: #fff; 
    background-color: #7b33ff;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover
{
    text-decoration: none !important; 

    color: #f2f2f2;
    background-color: #8542ff;
}
.btn-dark
{
    color: #fff; 
    background-color: #000;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover
{
    text-decoration: none !important; 

    color: #f2f2f2;
    background-color: #080808;
}
.btn-success
{
    color: #fff; 
    background-color: #0c8a0c;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.btn-success:active,
.btn-success:focus,
.btn-success:hover
{
    text-decoration: none !important; 

    color: #f2f2f2;
    background-color: #0d980d;
}
.btn-info
{
    color: #000; 
    background-color: #5bc0de;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.btn-info:active,
.btn-info:focus,
.btn-info:hover
{
    text-decoration: none !important; 

    color: black;
    background-color: #68c5e1;
}
.btn-warning
{
    color: #000; 
    background-color: #f0ad4e;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover
{
    text-decoration: none !important; 

    color: black;
    background-color: #f1b45c;
}
.btn-danger
{
    color: #fff; 
    background-color: #d0202e;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover
{
    text-decoration: none !important; 

    color: #f2f2f2;
    background-color: #dd2231;
}
.btn-inverse
{
    color: #fff; 
    background-color: #333;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover
{
    text-decoration: none !important; 

    color: #f2f2f2;
    background-color: #3b3b3b;
}
.btn-black
{
    color: #fff; 
    background-color: #150c27;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.btn-black:active,
.btn-black:focus,
.btn-black:hover
{
    text-decoration: none !important; 

    color: #f2f2f2;
    background-color: #1b1033;
}
.btn-transparent
{
    color: #6d6f81; 
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 1px #e2e2e2 inset;
            box-shadow: 0 0 0 1px #e2e2e2 inset;
}
.btn-transparent:active,
.btn-transparent:focus,
.btn-transparent:hover
{
    text-decoration: none !important; 

    color: #616373;
    background-color: rgba(8, 8, 8, 0);
}
.btn.is-full,
.footer .is-full.navigation-link-btn
{
    width: 100%;
}
.btn-sm,
.footer .navigation-link-btn
{
    font-size: 1.2rem;

    height: 50px !important;
    padding-right: 2.75em; 
    padding-left: 2.75em;

    letter-spacing: 0;
}
.btn-md
{
    font-size: 1.3rem;

    height: 60px;
    padding-right: 2.75em;
    padding-left: 2.75em;

    letter-spacing: 0;
}
.btn-lg
{
    height: 60px;
    padding-right: 6.75em; 
    padding-left: 6.75em;
}
.btn-xl
{
    font-size: 2rem;

    height: 100px;
    padding-right: 7.75em; 
    padding-left: 7.75em;
}
.btn-xl.btn-gradient,
.footer .btn-xl.navigation-link-btn:not(.btn-transparent)
{
    background: linear-gradient(135deg, #1e5d7a 0%, #7133c7 31.83%, #8b2faa 66.25%, #a62b8d 100%);
}
.btn-xl.btn-gradient:hover,
.footer .btn-xl.navigation-link-btn:hover:not(.btn-transparent)
{
    background: linear-gradient(135deg, #1f6180 0%, #7334cc 31.83%, #9131b1 66.25%, #af2d94 100%);
}

.btn-group
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-right: -15px; 
    margin-left: -15px;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 576px)
{
    .btn-group
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
.btn-group.btn-group-inline
{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 576px)
{
    .btn-group.btn-group-inline
    {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}
.btn-group.btn-group-inline .btn,
.btn-group.btn-group-inline .footer .navigation-link-btn,
.footer .btn-group.btn-group-inline .navigation-link-btn
{
    width: auto;
}
.btn-group .btn,
.btn-group .footer .navigation-link-btn,
.footer .btn-group .navigation-link-btn
{
    width: calc(50% - 30px); 
    margin: 5px 15px;
}
@media (max-width: 576px)
{
    .btn-group .btn,
    .btn-group .footer .navigation-link-btn,
    .footer .btn-group .navigation-link-btn
    {
        width: auto;
    }
}

.btn-gradient,
.footer .navigation-link-btn:not(.btn-transparent)
{
    color: #fff !important; 
    background: linear-gradient(135deg, #7133c7 0%, #8b2faa 66.25%, #a62b8d 100%);
}
.modal .btn-gradient 
{
    font-size: 1.25rem;
}
.btn-gradient:hover,
.footer .navigation-link-btn:hover:not(.btn-transparent)
{
    background: linear-gradient(135deg, #5e29a6 0%, #8829a8 66.25%, #ac208f 100%);
}
.modal .btn-gradient:active,
.modal .footer .navigation-link-btn:active:not(.btn-transparent),
.footer .modal .navigation-link-btn:active:not(.btn-transparent)
{
    position: relative;
    top: 1px;
}

.btn-submit
{
    height: 60px;
    padding-right: 2em; 
    padding-left: 2em;

    color: #fff !important;
    background: linear-gradient(135deg, #7133c7 0%, #8b2faa 66.25%, #a62b8d 100%);
}
@media (max-width: 576px)
{
    .btn-submit
    {
        width: 100%;
    }
}

.btn-transparent:hover
{
    background-color: #f7f7f7;
}

.btn-link
{
    padding: 0;

    text-align: left; 

    color: #6d6f81;
    background: none;
}
.btn-link:hover
{
    color: #565765;
}

.btn-mobile-floating
{
    font-size: 1.1rem;
    line-height: inherit;

    position: fixed;
    z-index: 8; 
    bottom: 15px;
    left: 50%;

    height: inherit;
    padding-top: .85em;
    padding-bottom: .85em;

    -webkit-transform: translateX(-50%);

            transform: translateX(-50%);
    vertical-align: middle;
    letter-spacing: 0;

    color: #484848;
    border-radius: 80px;
    background-color: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, .15) 0 1px 1px 1px;
            box-shadow: rgba(0, 0, 0, .15) 0 1px 1px 1px;
}
@media (min-width: 993px)
{
    .btn-mobile-floating
    {
        display: none;
    }
}
.btn-mobile-floating .icon
{
    font-size: 1.4rem;

    margin-left: 5px;

    vertical-align: middle;
}

.btn-remove
{
    font-size: 1rem;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 50px; 
    height: 50px;

    -webkit-transition: background-color .075s ease-in-out;

    transition: background-color .075s ease-in-out;

    color: #0c0c0c;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none !important;
    background-color: #fff;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.btn-remove:hover
{
    border: 1px solid #e8e5e5; 
    background-color: #f5f1f1;
}

.js-cookies-decline
{
    margin-left: 20px;
}

.btn-yt
{
    font-size: 1.4rem;
    font-weight: 700;

    height: 60px;

    -webkit-transition: background-color .15s ease-in-out;

    transition: background-color .15s ease-in-out; 
    text-transform: uppercase;

    color: #fff !important;
    background-color: #f55;
}
.btn-yt:hover
{
    background-color: #ff3c3c;
}
.btn-yt .icon
{
    font-size: 3rem;

    margin-right: 12px;
}

.tags
{
    margin-bottom: 0;
    padding-left: 0; 

    list-style: none;
}
.tags .tag,
.tags .tag--primary,
.tags .tag--secondary,
.tags .tag--dark,
.tags .tag--success,
.tags .tag--info,
.tags .tag--warning,
.tags .tag--danger,
.tags .tag--inverse,
.tags .tag--black,
.tags .tag--transparent,
.tags .tag-primary,
.tags .tag-secondary,
.tags .tag-dark,
.tags .tag-success,
.tags .tag-info,
.tags .tag-warning,
.tags .tag-danger,
.tags .tag-inverse,
.tags .tag-black,
.tags .tag-transparent
{
    margin-bottom: .5rem;
}
.tags .tag:not(:last-child),
.tags .tag--primary:not(:last-child),
.tags .tag--secondary:not(:last-child),
.tags .tag--dark:not(:last-child),
.tags .tag--success:not(:last-child),
.tags .tag--info:not(:last-child),
.tags .tag--warning:not(:last-child),
.tags .tag--danger:not(:last-child),
.tags .tag--inverse:not(:last-child),
.tags .tag--black:not(:last-child),
.tags .tag--transparent:not(:last-child),
.tags .tag-primary:not(:last-child),
.tags .tag-secondary:not(:last-child),
.tags .tag-dark:not(:last-child),
.tags .tag-success:not(:last-child),
.tags .tag-info:not(:last-child),
.tags .tag-warning:not(:last-child),
.tags .tag-danger:not(:last-child),
.tags .tag-inverse:not(:last-child),
.tags .tag-black:not(:last-child),
.tags .tag-transparent:not(:last-child)
{
    margin-right: .5rem;
}

.tag,
.tag--primary,
.tag--secondary,
.tag--dark,
.tag--success,
.tag--info,
.tag--warning,
.tag--danger,
.tag--inverse,
.tag--black,
.tag--transparent,
.tag-primary,
.tag-secondary,
.tag-dark,
.tag-success,
.tag-info,
.tag-warning,
.tag-danger,
.tag-inverse,
.tag-black,
.tag-transparent
{
    font-family: 'MontSerrat';
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;

    height: 3em;
    padding-right: 1.25em;
    padding-left: 1.25em;

    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap; 
    text-decoration: none !important;
    text-transform: uppercase;

    border-radius: 25px;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
.tag-primary
{
    color: #fff; 
    background-color: #f3009d;
}
.tag-secondary
{
    color: #fff; 
    background-color: #7b33ff;
}
.tag-dark
{
    color: #fff; 
    background-color: #000;
}
.tag-success
{
    color: #fff; 
    background-color: #0c8a0c;
}
.tag-info
{
    color: #000; 
    background-color: #5bc0de;
}
.tag-warning
{
    color: #000; 
    background-color: #f0ad4e;
}
.tag-danger
{
    color: #fff; 
    background-color: #d0202e;
}
.tag-inverse
{
    color: #fff; 
    background-color: #333;
}
.tag-black
{
    color: #fff; 
    background-color: #150c27;
}
.tag-transparent
{
    color: #6d6f81; 
    background-color: transparent;
}
.js-related-swipe .tag,
.js-related-swipe .tag--primary,
.js-related-swipe .tag--secondary,
.js-related-swipe .tag--dark,
.js-related-swipe .tag--success,
.js-related-swipe .tag--info,
.js-related-swipe .tag--warning,
.js-related-swipe .tag--danger,
.js-related-swipe .tag--inverse,
.js-related-swipe .tag--black,
.js-related-swipe .tag--transparent,
.js-related-swipe .tag-primary,
.js-related-swipe .tag-secondary,
.js-related-swipe .tag-dark,
.js-related-swipe .tag-success,
.js-related-swipe .tag-info,
.js-related-swipe .tag-warning,
.js-related-swipe .tag-danger,
.js-related-swipe .tag-inverse,
.js-related-swipe .tag-black,
.js-related-swipe .tag-transparent
{
    height: inherit;
    margin-top: 10px; 
    margin-bottom: 0;
}

.tag-close
{
    font-size: .85rem;

    margin-left: .5rem;
    padding: 0; 

    background-color: transparent;
}

.tag-list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-right: -5px; 
    margin-left: -5px;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
}

.tag-sm
{
    font-size: .9rem;

    padding: 6px 10px;
}

.tag-transparent
{
    color: #150c27; 
    border: 1px solid #e5e3e8;
    background: none;
}
.tag-transparent:hover
{
    background-color: #f9f7f7;
}

.tag-style
{
    font-family: 'MontSerrat';
    font-size: 1rem;
    font-weight: 700;
    line-height: 30px;

    height: 30px;
    margin: 3px;
    padding: 0 1.05rem;

    -webkit-transition: background-color .1s;

    transition: background-color .1s; 
    text-align: center;
    text-transform: uppercase;

    color: #150c27 !important;
    border: 1px solid #e8e5e5;
    border-radius: 25px;
    background-color: #fff;
}
.tag-style:hover
{
    text-decoration: none; 

    color: #150c27;
    background-color: #f9f7f7;
}
.tag-style-more
{
    font-size: 1.2rem; 

    display: -webkit-inline-box; 

    display: -ms-inline-flexbox; 

    display: inline-flex;

    color: #fff !important;
    border: 1px solid #150c27;
    background-color: #150c27;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
.tag-style-more:hover,
.tag-style-more:focus
{
    text-decoration: none; 

    color: #fff;
    background-color: #261646;
}
.tag-style-more.tag-sm
{
    font-size: 1rem;
    font-weight: 600;
    line-height: 25px; 

    height: 25px;
    height: 25px;
}

.filter-tags
{
    margin-bottom: 20px;
}
.filter-tags .tag,
.filter-tags .tag--primary,
.filter-tags .tag--secondary,
.filter-tags .tag--dark,
.filter-tags .tag--success,
.filter-tags .tag--info,
.filter-tags .tag--warning,
.filter-tags .tag--danger,
.filter-tags .tag--inverse,
.filter-tags .tag--black,
.filter-tags .tag--transparent,
.filter-tags .tag-primary,
.filter-tags .tag-secondary,
.filter-tags .tag-dark,
.filter-tags .tag-success,
.filter-tags .tag-info,
.filter-tags .tag-warning,
.filter-tags .tag-danger,
.filter-tags .tag-inverse,
.filter-tags .tag-black,
.filter-tags .tag-transparent
{
    height: 40px;
    margin-bottom: .75rem;
    padding-right: 2em; 
    padding-left: 2em;

    border-radius: 4px;
}
.filter-tags .tag:not(:last-child),
.filter-tags .tag--primary:not(:last-child),
.filter-tags .tag--secondary:not(:last-child),
.filter-tags .tag--dark:not(:last-child),
.filter-tags .tag--success:not(:last-child),
.filter-tags .tag--info:not(:last-child),
.filter-tags .tag--warning:not(:last-child),
.filter-tags .tag--danger:not(:last-child),
.filter-tags .tag--inverse:not(:last-child),
.filter-tags .tag--black:not(:last-child),
.filter-tags .tag--transparent:not(:last-child),
.filter-tags .tag-primary:not(:last-child),
.filter-tags .tag-secondary:not(:last-child),
.filter-tags .tag-dark:not(:last-child),
.filter-tags .tag-success:not(:last-child),
.filter-tags .tag-info:not(:last-child),
.filter-tags .tag-warning:not(:last-child),
.filter-tags .tag-danger:not(:last-child),
.filter-tags .tag-inverse:not(:last-child),
.filter-tags .tag-black:not(:last-child),
.filter-tags .tag-transparent:not(:last-child)
{
    margin-right: .65rem;
}
.filter-tags .tag .tag-close,
.filter-tags .tag--primary .tag-close,
.filter-tags .tag--secondary .tag-close,
.filter-tags .tag--dark .tag-close,
.filter-tags .tag--success .tag-close,
.filter-tags .tag--info .tag-close,
.filter-tags .tag--warning .tag-close,
.filter-tags .tag--danger .tag-close,
.filter-tags .tag--inverse .tag-close,
.filter-tags .tag--black .tag-close,
.filter-tags .tag--transparent .tag-close,
.filter-tags .tag-primary .tag-close,
.filter-tags .tag-secondary .tag-close,
.filter-tags .tag-dark .tag-close,
.filter-tags .tag-success .tag-close,
.filter-tags .tag-info .tag-close,
.filter-tags .tag-warning .tag-close,
.filter-tags .tag-danger .tag-close,
.filter-tags .tag-inverse .tag-close,
.filter-tags .tag-black .tag-close,
.filter-tags .tag-transparent .tag-close
{
    margin-left: 10px;
}

.badge,
.badge--primary,
.badge--secondary,
.badge--dark,
.badge--success,
.badge--info,
.badge--warning,
.badge--danger,
.badge--inverse,
.badge--black,
.badge--transparent,
.badge-primary,
.badge-secondary,
.badge-dark,
.badge-success,
.badge-info,
.badge-warning,
.badge-danger,
.badge-inverse,
.badge-black,
.badge-transparent,
.page-search .event-list .event-thumb .cta-btn.cta-map-link,
.page-fav .event-list .event-thumb .cta-btn.cta-map-link,
.page-account .event-list .event-thumb .cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 84) */
.gm-style-iw-d .event-thumb .cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 70) */
.scene-thumb .cta-btn.cta-map-link,
.user-profil-avatar .cta-btn.cta-map-link,
.artist-search .artist-thumb .cta-btn.cta-map-link,
.artist-list .artist-thumb .cta-btn.cta-map-link
{
    font-family: 'MontSerrat';
    font-weight: 700;
    line-height: 1;

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;

    min-width: 20px;
    padding: 0;

    -webkit-user-select: none;

       -moz-user-select: none;

        -ms-user-select: none;

            user-select: none;
    vertical-align: middle; 

    -webkit-box-shadow: none; 

            box-shadow: none;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.badge.badge-more-than-10,
.badge-more-than-10.badge--primary,
.badge-more-than-10.badge--secondary,
.badge-more-than-10.badge--dark,
.badge-more-than-10.badge--success,
.badge-more-than-10.badge--info,
.badge-more-than-10.badge--warning,
.badge-more-than-10.badge--danger,
.badge-more-than-10.badge--inverse,
.badge-more-than-10.badge--black,
.badge-more-than-10.badge--transparent,
.badge-more-than-10.badge-primary,
.badge-more-than-10.badge-secondary,
.badge-more-than-10.badge-dark,
.badge-more-than-10.badge-success,
.badge-more-than-10.badge-info,
.badge-more-than-10.badge-warning,
.badge-more-than-10.badge-danger,
.badge-more-than-10.badge-inverse,
.badge-more-than-10.badge-black,
.badge-more-than-10.badge-transparent,
.page-search .event-list .event-thumb .badge-more-than-10.cta-btn.cta-map-link,
.page-fav .event-list .event-thumb .badge-more-than-10.cta-btn.cta-map-link,
.page-account .event-list .event-thumb .badge-more-than-10.cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 84) */
.gm-style-iw-d .event-thumb .badge-more-than-10.cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 70) */
.scene-thumb .badge-more-than-10.cta-btn.cta-map-link,
.user-profil-avatar .badge-more-than-10.cta-btn.cta-map-link,
.artist-search .artist-thumb .badge-more-than-10.cta-btn.cta-map-link,
.artist-list .artist-thumb .badge-more-than-10.cta-btn.cta-map-link
{
    padding: 5px 8px; 

    border-radius: 25px;
}
.badge.badge-more-than-10:before,
.badge-more-than-10.badge--primary:before,
.badge-more-than-10.badge--secondary:before,
.badge-more-than-10.badge--dark:before,
.badge-more-than-10.badge--success:before,
.badge-more-than-10.badge--info:before,
.badge-more-than-10.badge--warning:before,
.badge-more-than-10.badge--danger:before,
.badge-more-than-10.badge--inverse:before,
.badge-more-than-10.badge--black:before,
.badge-more-than-10.badge--transparent:before,
.badge-more-than-10.badge-primary:before,
.badge-more-than-10.badge-secondary:before,
.badge-more-than-10.badge-dark:before,
.badge-more-than-10.badge-success:before,
.badge-more-than-10.badge-info:before,
.badge-more-than-10.badge-warning:before,
.badge-more-than-10.badge-danger:before,
.badge-more-than-10.badge-inverse:before,
.badge-more-than-10.badge-black:before,
.badge-more-than-10.badge-transparent:before,
.page-search .event-list .event-thumb .badge-more-than-10.cta-btn.cta-map-link:before,
.page-fav .event-list .event-thumb .badge-more-than-10.cta-btn.cta-map-link:before,
.page-account .event-list .event-thumb .badge-more-than-10.cta-btn.cta-map-link:before, /* TODO add in integration (added by GROHMANI dans version 84) */
.gm-style-iw-d .event-thumb .badge-more-than-10.cta-btn.cta-map-link:before, /* TODO add in integration (added by GROHMANI dans version 70) */
.scene-thumb .badge-more-than-10.cta-btn.cta-map-link:before,
.user-profil-avatar .badge-more-than-10.cta-btn.cta-map-link:before,
.artist-search .artist-thumb .badge-more-than-10.cta-btn.cta-map-link:before,
.artist-list .artist-thumb .badge-more-than-10.cta-btn.cta-map-link:before
{
    content: none;
}
.badge-primary
{
    color: #fff; 
    background-color: #f3009d;
}
.badge-secondary
{
    color: #fff; 
    background-color: #7b33ff;
}
.badge-dark
{
    color: #fff; 
    background-color: #000;
}
.badge-success
{
    color: #fff; 
    background-color: #0c8a0c;
}
.badge-info
{
    color: #000; 
    background-color: #5bc0de;
}
.badge-warning
{
    color: #000; 
    background-color: #f0ad4e;
}
.badge-danger
{
    color: #fff; 
    background-color: #d0202e;
}
.badge-inverse
{
    color: #fff; 
    background-color: #333;
}
.badge-black
{
    color: #fff; 
    background-color: #150c27;
}
.badge-transparent
{
    color: #6d6f81; 
    background-color: transparent;
}

.badge-sm
{
    font-size: 1.1rem;
    font-weight: 600;
}

/*
 * Type / Typography
 * Override some styles over KNACSS for links, headings and other typographic Stuff
 *
 * @author: Alsacreations
 */
.content a
{
    text-decoration: underline;
}

.field-group.has-border
{
    padding: 25px 0; 

    border-bottom: 1px solid #e8e5e5;
}
.field-group.has-border .field-item
{
    margin-bottom: 10px !important;
}

.field-group.has-borders
{
    padding: 25px 0; 

    border-top: 1px solid #e8e5e5;
    border-bottom: 1px solid #e8e5e5;
}
.field-group.has-borders .field-item
{
    margin-bottom: 5px !important;
}

.field-group .field-group-grid
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
}
.field-group .field-group-grid > *
{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.field-group .field-item
{
    margin-bottom: 10px;
}
.field-group .field-item .page-account,
.page-edition .field-group .field-item
{
    margin-bottom: 20px;
}

.field-group-payment
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-right: -1.5rem;
    margin-left: -1.5rem; 

    -ms-flex-wrap: wrap; 

        flex-wrap: wrap;
}
.field-group-payment .field-item
{
    width: calc(25% - 3rem); 
    margin-right: 1.5rem;
    margin-left: 1.5rem;
}
@media (max-width: 576px)
{
    .field-group-payment .field-item
    {
        width: calc(50% - 3rem);
    }
}
.field-group-payment .field-item:first-child
{
    width: calc(50% - 3rem);
}
@media (max-width: 576px)
{
    .field-group-payment .field-item:first-child
    {
        width: calc(100% - 3rem);
    }
}

.field-item.is-full
{
    width: 100%;
}

.field-item.is-disabled
{
    cursor: not-allowed;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; 
    pointer-events: none;
}

.field-item.has-submit
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.field-item.has-submit .field-text
{
    margin-right: 30px;
}

.field-error
{
    font-size: 1.15rem;

    display: inline-block;

    margin-top: 5px; 

    color: #d0202e;
}

.field-input
{
    padding: 1.3rem 1rem;
}

.field-label,
.doc-type label
{
    font-size: 1.1rem;
    font-weight: 400;

    display: block;

    margin-bottom: 8px;

    text-align: left; 

    color: #6d6f81;
}
.field-label .state,
.doc-type label .state
{
    display: inline-block;

    margin-left: 7px;

    -webkit-transition: color .1s ease;

    transition: color .1s ease; 

    opacity: 1;
    color: #b1b4cb;
    outline: none;
}
.field-label .state:hover,
.doc-type label .state:hover
{
    color: #7b33ff;
}
.field-label .state .icon,
.doc-type label .state .icon
{
    color: currentColor;
}

.field-text,
.field-select,
.field-textarea
{
    position: relative;

    width: 100%; 
    height: 60px;
    padding: 10px 0 5px;
}
.field-text.has-label .state,
.field-select.has-label .state,
.field-textarea.has-label .state
{
    visibility: visible; 

    opacity: 1;
}
.field-text.js-materialize,
.field-select.js-materialize,
.field-textarea.js-materialize
{
    height: 60px;
}
.field-text.js-materialize label,
.field-select.js-materialize label,
.field-textarea.js-materialize label
{
    margin-bottom: 0;

    -webkit-transition: scale .3s, color .3s, -webkit-transform .3s;

    transition: scale .3s, color .3s, -webkit-transform .3s;

    transition: transform .3s, scale .3s, color .3s;

    transition: transform .3s, scale .3s, color .3s, -webkit-transform .3s; 
    -webkit-transform: translateY(16px); 
            transform: translateY(16px);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
}
.field-text.js-materialize .is-focused label,
.field-select.js-materialize .is-focused label,
.field-textarea.js-materialize .is-focused label
{
    -webkit-transform: translateY(0) scale(.9);
            transform: translateY(0) scale(.9);
}
.field-text.js-materialize::before,
.field-text.js-materialize ::after,
.field-select.js-materialize::before,
.field-select.js-materialize ::after,
.field-textarea.js-materialize::before,
.field-textarea.js-materialize ::after
{
    position: absolute;
    bottom: 7px;
    left: 0;

    display: block;

    width: 100%; 
    height: 1px;

    content: '';
}
.field-text.js-materialize::before,
.field-select.js-materialize::before,
.field-textarea.js-materialize::before
{
    background-color: #e8e5e5;
}
.field-text.js-materialize::after,
.field-select.js-materialize::after,
.field-textarea.js-materialize::after
{
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; 
    -webkit-transform: scaleX(0); 
            transform: scaleX(0);
}
.field-text.js-materialize.is-focused::after,
.field-select.js-materialize.is-focused::after,
.field-textarea.js-materialize.is-focused::after
{
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
}
.field-text.js-materialize.has-label label,
.field-select.js-materialize.has-label label,
.field-textarea.js-materialize.has-label label
{
    -webkit-transform: translateY(0) scale(.9);
            transform: translateY(0) scale(.9);
}
.field-text label,
.field-select label,
.field-textarea label
{
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.3rem;

    position: relative; 

    display: block;

    color: #6d6f81;
}
.field-text label .state,
.field-select label .state,
.field-textarea label .state
{
    display: inline-block;
    visibility: hidden; 

    margin-left: 7px;

    -webkit-transition: opacity .1s ease, color .1s ease;

    transition: opacity .1s ease, color .1s ease;

    opacity: 0;
    color: #b1b4cb;
    outline: none;
}
.field-text label .state:hover,
.field-select label .state:hover,
.field-textarea label .state:hover
{
    color: #7b33ff;
}
.field-text label .state .icon,
.field-select label .state .icon,
.field-textarea label .state .icon
{
    color: currentColor;
}
.field-text input,
.field-text select,
.field-text textarea,
.field-select input,
.field-select select,
.field-select textarea,
.field-textarea input,
.field-textarea select,
.field-textarea textarea
{
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.3rem;

    position: relative;

    width: 100%; 
    height: 30px;
    padding: 0;

    color: #150c27;
    border: none;
    outline: none;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.field-text textarea,
.field-select textarea,
.field-textarea textarea
{
    line-height: 1.5;

    height: inherit;
    max-height: 350px;
    padding-top: 10px;

    resize: none;
}

.has-error .field-text.js-materialize
{
    color: #d0202e;
}
.has-error .field-text.js-materialize:before
{
    background-color: #d0202e;
}
.has-error .field-text.js-materialize input
{
    color: #d0202e;
}

.field-text.js-materialize input[type='password']
{
    font-size: 1.75rem;
}

.field-text:not(.js-materialize)
{
    height: inherit;
    padding: 0;
}
.field-text:not(.js-materialize):after,
.field-text:not(.js-materialize):before
{
    content: none;
}
.field-text:not(.js-materialize).has-addons
{
    position: relative; 

    display: -webkit-box; 

    display: -ms-flexbox; 

    display: flex;
}
.field-text:not(.js-materialize).has-addons .icon-left
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    min-width: 60px; 

    border: 1px solid #e8e5e5;
    border-radius: 4px 0 0 4px;
    background-color: #fff;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.field-text:not(.js-materialize).has-addons .icon-left svg:not(.icon)
{
    fill: #393d84;
}
.field-text:not(.js-materialize).has-addons input
{
    font-size: 1.3rem; 

    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.has-error .field-text:not(.js-materialize).has-text-addons
{
    color: #d0202e; 
    border-color: #d0202e;
}
.has-error .field-text:not(.js-materialize).has-text-addons .icon-left,
.has-error .field-text:not(.js-materialize).has-text-addons .text-right
{
    border-color: #d0202e;
}
.field-text:not(.js-materialize).has-text-addons input
{
    border-right: 0; 
    border-radius: 0;
}
.field-text:not(.js-materialize).has-text-addons .text-right
{
    font-size: 1.4rem;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    color: #6d6f81;
    border: 1px solid #e8e5e5;
    border-left: 1px solid #e8e5e5;
    border-radius: 0 4px 4px 0;
    background-color: #fff;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 135px;
            flex: 1 0 135px;
}
.field-text:not(.js-materialize).has-text-addons input
{
    text-align: center;
}
.field-text:not(.js-materialize) input
{
    font-size: 1.2rem;

    width: 100%; 
    height: 60px;
    padding-right: 20px;
    padding-left: 20px;

    color: #150c27;
    border: 1px solid #e8e5e5;
    border-radius: 4px;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.has-error .field-text:not(.js-materialize) input
{
    color: #d0202e; 
    border-color: #d0202e;
}

.field-textarea
{
    height: auto;
}
.field-textarea:before
{
    bottom: 0 !important;
}
.field-textarea.has-borders
{
    padding: 0;
}
.field-textarea.has-error textarea
{
    color: #d0202e; 
    border-color: #d0202e;
}
.field-textarea.has-error textarea::-webkit-input-placeholder
{
    color: #d0202e;
}
.field-textarea.has-error textarea::-moz-placeholder
{
    color: #d0202e;
}
.field-textarea.has-error textarea::-ms-input-placeholder
{
    color: #d0202e;
}
.field-textarea.has-error textarea::placeholder
{
    color: #d0202e;
}
.field-textarea.has-error .meta
{
    color: #d0202e;
}
.field-textarea.js-materialize
{
    height: inherit;
}
.has-error .field-textarea.js-materialize
{
    color: #d0202e;
}
.has-error .field-textarea.js-materialize:before
{
    background-color: #d0202e;
}
.has-error .field-textarea.js-materialize textarea
{
    color: #d0202e;
}
.field-textarea.js-materialize input[type='password']
{
    font-size: 1.75rem;
}
.field-textarea:not(.js-materialize):after,
.field-textarea:not(.js-materialize):before
{
    content: none;
}
.field-textarea:not(.js-materialize) textarea
{
    padding: 20px; 

    border: 1px solid #e8e5e5;
    border-radius: 2px;
}
.has-error .field-textarea:not(.js-materialize) textarea
{
    color: #d0202e; 
    border-color: #d0202e;
}
.has-error .field-textarea:not(.js-materialize) textarea::-webkit-input-placeholder
{
    color: #d0202e;
}
.has-error .field-textarea:not(.js-materialize) textarea::-moz-placeholder
{
    color: #d0202e;
}
.has-error .field-textarea:not(.js-materialize) textarea::-ms-input-placeholder
{
    color: #d0202e;
}
.has-error .field-textarea:not(.js-materialize) textarea::placeholder
{
    color: #d0202e;
}
.step-content .field-textarea:not(.js-materialize) textarea
{
    height: 135px !important;
    max-height: 135px;
}
.field-textarea .meta-grid
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    color: #6d6f81;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
}
.field-textarea .meta-required
{
    font-size: 1.1rem;

    display: inline-block;

    margin-top: 10px;
}
.field-textarea .meta
{
    font-size: 1.1rem;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    overflow: auto; 

    margin-top: 10px;

    color: #6d6f81;

    -webkit-box-pack: end;

        -ms-flex-pack: end;

            justify-content: flex-end;
}
.field-textarea .meta:after
{
    display: table; 
    clear: both;

    content: '';
}

.field-select.js-materialize
{
    padding: 0;
}
.has-error .field-select.js-materialize
{
    color: #d0202e;
}
.has-error .field-select.js-materialize:before
{
    background-color: #d0202e;
}
.field-select.js-materialize select
{
    font-weight: 600;

    height: 40px; 

    cursor: pointer;
}
.field-select.js-materialize.is-full
{
    width: 100%;
}

.field-select:not(.js-materialize)
{
    height: inherit;
    padding: 0;
}
.field-select:not(.js-materialize).has-addons
{
    position: relative;
}
.field-select:not(.js-materialize).has-addons .icon-left
{
    position: absolute;
    top: 1px; 
    left: 1px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    min-width: 60px;
    height: calc(100% - 2px);

    border-right: 1px solid #e8e5e5;
    background-color: #fff;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.field-select:not(.js-materialize).has-addons select
{
    padding-left: 80px;
}
.field-select:not(.js-materialize).is-disabled select
{
    cursor: not-allowed !important;

    -webkit-filter: grayscale(1);

            filter: grayscale(1);
}
.field-select:not(.js-materialize) label
{
    font-size: 1.1rem;

    margin-bottom: 8px;

    -webkit-transform: inherit;

            transform: inherit;
}
.field-select:not(.js-materialize) select
{
    font-size: 1.2rem;
    line-height: inherit;

    width: 100%; 
    height: 60px;
    padding-right: 30px;
    padding-left: 20px;

    cursor: pointer;

    color: #150c27;
    border: 1px solid #e8e5e5;
    border-radius: 4px;
    outline: none;
    background-position: right 1.5rem center;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.field-select:not(.js-materialize) select:focus
{
    border: 1px solid #d0caca;
}
.status-nav-left .field-select:not(.js-materialize) select
{
    height: 60px;
}

.field-phone label
{
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.3rem;

    position: relative; 

    display: block;

    margin-bottom: 8px;

    color: #6d6f81;
}

.field-phone.is-filled .iti,
.field-phone.has-addons .iti
{
    padding: 0;
}

.field-phone.is-filled .iti__flag-container,
.field-phone.has-addons .iti__flag-container
{
    margin-right: 0;
}
.field-phone.is-filled .iti__flag-container .iti__selected-flag,
.field-phone.has-addons .iti__flag-container .iti__selected-flag
{
    border: 1px solid #e8e5e5; 
    border-radius: 4px 0 0 4px;
}

.field-phone.is-filled input,
.field-phone.has-addons input
{
    height: auto;
    padding-left: 20px !important; 

    border: 1px solid #e8e5e5;
    border-left: 0;
    border-radius: 0 4px 4px 0;
}

.field-phone.is-filled .iti__flag-container
{
    width: auto;
}
.field-phone.is-filled .iti__flag-container .iti__selected-flag
{
    padding-right: 0; 

    border-right: 0;
    background-color: #f9f7f7 !important;
}
.field-phone.is-filled .iti__flag-container .iti__selected-flag .iti__flag
{
    margin-right: 3px;
}
.field-phone.is-filled .iti__flag-container .iti__selected-flag .iti__selected-dial-code
{
    font-size: 1.4rem;
}

.field-phone.is-filled input
{
    padding-left: 10px !important; 

    background-color: #f9f7f7;
}

.field-phone.is-tiny .iti
{
    height: auto;
    padding: 0;
}

.field-phone.is-tiny .iti__flag-container
{
    width: auto; 
    margin-right: 8px;
}
.field-phone.is-tiny .iti__flag-container .iti__selected-flag
{
    padding: 0; 

    border: 0;
    border-radius: 0;
}
.field-phone.is-tiny .iti__flag-container .iti__selected-flag .iti__flag
{
    margin-right: 3px;
}
.field-phone.is-tiny .iti__flag-container .iti__selected-flag .iti__selected-dial-code
{
    font-weight: 400;
}
.field-phone.is-tiny .iti__flag-container .iti__selected-flag .iti__selected-dial-code:before
{
    content: '(';
}
.field-phone.is-tiny .iti__flag-container .iti__selected-flag .iti__selected-dial-code:after
{
    content: ')';
}

.field-phone.is-tiny input
{
    font-size: 1.4rem;
    font-weight: 300;

    height: auto; 

    border-bottom: 0;
}

.field-phone .iti
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 60px;
    padding: 5px 0 5px;
}
.disabled-container .field-phone .iti
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.field-phone .iti__flag-container
{
    position: inherit;
    top: inherit;
    right: inherit;
    bottom: inherit;

    width: 120px; 
    margin-right: 20px;
    padding: 0;

    -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

            flex: 0 0 auto;
}
.field-phone .iti__flag-container .iti__selected-flag
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 0 20px; 

    border: 1px solid #e8e5e5;
    border-radius: 4px;
    outline: none;
    background-color: #fff !important;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.field-phone .iti__flag-container .iti__selected-flag .iti__selected-dial-code
{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3rem;
    font-weight: 600; 

    color: #150c27;
}

.field-phone input
{
    font-size: 1.4rem;

    width: 100%; 
    height: 50px;
    padding: 0 !important;

    color: #150c27;
    border-bottom: 1px solid #e8e5e5;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;

    -webkit-appearance: none;

       -moz-appearance: none;

            appearance: none;
}
.is-filled .field-phone input
{
    background: red;
}
.field-phone input::-webkit-input-placeholder
{
    font-size: 1.3rem;
    line-height: 1.3rem; 

    color: #6d6f81;
}
.field-phone input::-moz-placeholder
{
    font-size: 1.3rem;
    line-height: 1.3rem; 

    color: #6d6f81;
}
.field-phone input::-ms-input-placeholder
{
    font-size: 1.3rem;
    line-height: 1.3rem; 

    color: #6d6f81;
}
.field-phone input::placeholder
{
    font-size: 1.3rem;
    line-height: 1.3rem; 

    color: #6d6f81;
}
.disabled-container .field-phone input::-webkit-input-placeholder
{
    font-size: 1.4rem;
}
.disabled-container .field-phone input::-moz-placeholder
{
    font-size: 1.4rem;
}
.disabled-container .field-phone input::-ms-input-placeholder
{
    font-size: 1.4rem;
}
.disabled-container .field-phone input::placeholder
{
    font-size: 1.4rem;
}
.disabled-container .field-phone input
{
    width: 110px;
}

.field-search
{
    position: relative;
}
.field-search.filters-search
{
    margin-right: 0; 
    margin-bottom: 5px;

    border-top: 1px solid #f9f7f7;
    border-bottom: 1px solid #f9f7f7;
}
.field-search.is-active .search-input
{
    background-color: rgba(255, 255, 255, .1);
}
.field-search.is-active .field-search-dropdown
{
    display: block;
}
.field-search .search-btn
{
    font-size: 1.6rem;

    position: absolute;
    z-index: 1; 
    top: 50%;
    left: 15px;

    padding: 0;

    -webkit-transform: translateY(-50%);

            transform: translateY(-50%);

    color: #150c27;
    border: 0;
    outline: none;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.field-search .search-btn .icon
{
    vertical-align: middle;
}
.field-search .search-input
{
    font-size: 1.2rem;
    font-weight: 400;

    overflow: hidden;

    width: 430px; 
    height: 100%;
    padding-left: 4.25rem;

    -webkit-transition: background-color .2s;

    transition: background-color .2s;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: #150c27;
    border-radius: 4px;
    outline: none;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.field-search .search-input::-webkit-input-placeholder
{
    font-size: 1.2rem;
    font-weight: 400; 

    color: #6d6f81;
}
.field-search .search-input::-moz-placeholder
{
    font-size: 1.2rem;
    font-weight: 400; 

    color: #6d6f81;
}
.field-search .search-input::-ms-input-placeholder
{
    font-size: 1.2rem;
    font-weight: 400; 

    color: #6d6f81;
}
.field-search .search-input::placeholder
{
    font-size: 1.2rem;
    font-weight: 400; 

    color: #6d6f81;
}
.field-search .search-input.is-active
{
    background-color: rgba(255, 255, 255, .1);
}

.field-search-dropdown
{
    position: absolute;
    left: 0;

    display: none;

    width: 100%; 

    -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, .05); 

            box-shadow: 0 2px 30px 0 rgba(0, 0, 0, .05);
}

.field-switch-group
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
}
.field-switch-group.is-reverse
{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;

    -webkit-box-pack: end;

        -ms-flex-pack: end;

            justify-content: flex-end;
}
.field-switch-group.is-reverse .field-label,
.field-switch-group.is-reverse .doc-type label,
.doc-type .field-switch-group.is-reverse label
{
    margin-left: 20px;
}
.field-switch-group.has-border
{
    padding: 22px 30px; 

    border: 1px solid #e8e5e5;
    border-radius: 4px;
    background-color: #fff;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
}
.field-switch-group.has-border .field-label,
.field-switch-group.has-border .doc-type label,
.doc-type .field-switch-group.has-border label
{
    color: #6d6f81;
}
.field-switch-group .field-label,
.field-switch-group .doc-type label,
.doc-type .field-switch-group label
{
    font-size: 1.3rem;

    margin-bottom: 0; 

    color: #0c0c0c;
}
.field-switch-group .field-switch
{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.field-switch
{
    line-height: 25px;

    position: relative; 

    display: -webkit-box; 

    display: -ms-flexbox; 

    display: flex;
}
.field-switch.is-reverse input:checked + label:after
{
    right: inherit; 
    left: 17px;

    background-color: #fff;
}
.field-switch.is-reverse label
{
    padding: 0 0 0 55px !important;
}
.field-switch.is-reverse label:after 
{
    right: inherit;
    left: 0;
}
.field-switch.is-reverse label:before
{
    right: inherit;
    left: 0;
}
.field-switch.is-centered
{
    margin: 0 auto;
}
.field-switch.has-ON-OFF
{
    position: relative;
    z-index: 1; 

    display: block;

    width: 110px;
    height: 50px;
    padding: 5px;

    border: 1px solid #e8e5e5;
    border-radius: 4px;
    background-color: #fff;
}
.field-switch.has-ON-OFF input[type=radio]
{
    display: none;
}
.field-switch.has-ON-OFF input:checked + .is-right
{
    color: #fff;
}
.field-switch.has-ON-OFF label
{
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 38px;

    position: relative;
    z-index: 2; 
    top: inherit;

    float: left;

    width: 50%;

    cursor: pointer;
    text-align: center;

    color: #150c27;
}
.field-switch.has-ON-OFF span
{
    position: relative;
    z-index: 1; 
    top: 0;
    left: 0;

    display: block;

    width: 50%;
    height: 100%;

    -webkit-transition: all .2s ease;

    transition: all .2s ease;
    text-align: center;

    border: 1px solid #e8e5e5;
    border-radius: 4px;
    background-color: #f9f7f7;
}
.field-switch.has-ON-OFF span.is-right
{
    left: 50%;

    -webkit-transition: all .2s ease;

    transition: all .2s ease; 

    border: 1px solid #7b33ff;
    background-color: #7b33ff;
}
.field-switch:not(.has-ON-OFF) input
{
    position: absolute;
    z-index: 0; 
    top: 0;
    left: 0;

    width: 50px;
    height: 25px;

    cursor: pointer;

    opacity: 0;
}
.field-switch:not(.has-ON-OFF) label
{
    font-size: 1.25rem;
    line-height: 1.25;

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;

    margin-bottom: 0;
    padding: 0 55px 0 0;

    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; 
    text-align: right;

    color: #fff;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
.page-account .field-switch:not(.has-ON-OFF) label,
.page-edition .field-switch:not(.has-ON-OFF) label
{
    color: #0c0c0c;
}
.field-switch:not(.has-ON-OFF) label:before,
.field-switch:not(.has-ON-OFF) label:after
{
    position: absolute;
    top: 50%;
    right: 0;

    height: 25px;

    content: '';
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); 

    border-radius: 20px;
}
.field-switch:not(.has-ON-OFF) label:before
{
    z-index: 1; 

    width: 42px;

    -webkit-transition: background-color .28s cubic-bezier(.4, 0, .2, 1);

    transition: background-color .28s cubic-bezier(.4, 0, .2, 1);

    background-color: rgba(0, 0, 0, .26);
}
.field-switch:not(.has-ON-OFF) label:after
{
    z-index: 2; 

    width: 25px;

    -webkit-transition: all .35s cubic-bezier(.4, 0, .2, 1);

    transition: all .35s cubic-bezier(.4, 0, .2, 1);

    background-color: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
.field-switch:not(.has-ON-OFF) input:checked + label:before
{
    background-color: #38c8a8;
}
.field-switch:not(.has-ON-OFF) input:checked + label:after
{
    right: 17px; 

    background-color: #fff;
}

.field-checkbox-group
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
}
.field-checkbox-group.grid-4 .field-checkbox
{
    -webkit-box-flex: inherit !important;
        -ms-flex: inherit !important;
            flex: inherit !important;
}
.field-checkbox-group .field-checkbox
{
    min-width: 150px;
}
.field-checkbox-group .field-checkbox:not(:last-child)
{
    margin-right: 20px;
}
.field-checkbox-group .field-checkbox .checkbox-input:checked + .checkbox-label:before
{
    background-image: url('../images_ng/icons/checked-purple.svg');
    background-size: 10px;
}
.field-checkbox-group .field-checkbox .checkbox-label
{
    color: #150c27 !important;
}

.field-checkbox.has-bg,
.field-checkbox.has-border
{
    padding: 22px 30px; 

    border-radius: 4px;
    background-color: #f9f7f7;
}
.field-checkbox.has-bg .checkbox-input + .checkbox-label:before,
.field-checkbox.has-border .checkbox-input + .checkbox-label:before
{
    width: 25px; 
    height: 25px;
}
.field-checkbox.has-bg .checkbox-label,
.field-checkbox.has-border .checkbox-label
{
    font-size: 1.3rem;

    padding-right: 5px; 
    padding-left: 45px;
}
.field-checkbox.has-bg .checkbox-label:before,
.field-checkbox.has-border .checkbox-label:before
{
    top: 50%;

    -webkit-transform: translateY(-50%);

            transform: translateY(-50%); 

    background-color: #fff;
}

.field-checkbox.has-border
{
    border: 1px solid #e8e5e5; 
    background-color: #fff;
}

.field-checkbox.field-checkbox-md .checkbox-input + .checkbox-label:before
{
    width: 25px; 
    height: 25px;
}

.field-checkbox.field-checkbox-md .checkbox-label
{
    font-size: 1.2rem;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    padding-left: 40px; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
}

.field-checkbox .checkbox-input
{
    position: absolute; 

    opacity: 0;
}

.field-checkbox .checkbox-input,
.field-checkbox .checkbox-label
{
    display: inline-block;

    cursor: pointer;
    vertical-align: middle;
}

.field-checkbox .checkbox-label
{
    font-size: 1.1rem;

    position: relative;

    display: block;

    margin-bottom: 0;
    padding: 10px 15px;
    padding-left: 30px;

    -webkit-user-select: none;

       -moz-user-select: none;

        -ms-user-select: none;

            user-select: none; 

    color: #6d6f81;
}
.field-checkbox .checkbox-label:hover
{
    color: #616373;
}
.field-checkbox .checkbox-label a
{
    text-decoration: underline; 

    color: #7b33ff;
}

.field-checkbox .checkbox-input + .checkbox-label:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: inline-block;

    width: 20px; 
    height: 20px;
    margin-right: 10px;

    content: '';
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
    vertical-align: middle;

    border: 1px solid #e8e5e5;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-position: center;
}

.field-checkbox .checkbox-input:checked + .checkbox-label:before
{
    background-image: url('../images_ng/icons/checked.svg');
    background-size: 10px;
}

.field-checkbox .checkbox-label.is-bigger
{
    font-size: 1.3rem;

    padding-left: 40px;
}
.field-checkbox .checkbox-label.is-bigger:before
{
    width: 25px; 
    height: 25px;
}

.field-checkbox-filter
{
    margin-bottom: 2px;

    -webkit-transition: .075s ease-in-out;

    transition: .075s ease-in-out; 

    border-radius: 2px;
    background-color: #f9f7f7;
}
.field-checkbox-filter:hover
{
    background-color: #e5e3e8;
}
.field-checkbox-filter .checkbox-input
{
    position: absolute; 

    opacity: 0;
}
.field-checkbox-filter .checkbox-input,
.field-checkbox-filter .checkbox-label
{
    display: inline-block;

    cursor: pointer;
    vertical-align: middle;
}
.field-checkbox-filter .checkbox-label
{
    font-size: 1.2rem;

    position: relative; 

    display: block;

    margin-bottom: 0;
    padding: 10px 35px 10px 15px;

    word-break: break-word;

    color: #150c27;
}
.field-checkbox-filter .checkbox-label::-moz-selection
{
    background: transparent;
}
.field-checkbox-filter .checkbox-label::selection
{
    background: transparent;
}
.field-checkbox-filter .checkbox-input + .checkbox-label:before
{
    position: absolute;
    right: 0;

    display: inline-block;

    width: 20px; 
    height: 20px;
    margin-right: 10px;

    content: '';
    text-align: center;
    vertical-align: middle;

    background-repeat: no-repeat;
    background-position: center;
}
.field-checkbox-filter .checkbox-input:checked + .checkbox-label:before
{
    background-image: url('../images_ng/icons/checked.svg');
    background-size: 13px;
}

.field-checkbox-tag
{
    display: inline-block;

    margin-bottom: 1rem;
}
.field-checkbox-tag:not(:last-child)
{
    margin-right: .5rem;
}
.field-checkbox-tag .checkbox-input
{
    position: absolute; 

    opacity: 0;
}
.field-checkbox-tag .checkbox-input,
.field-checkbox-tag .checkbox-label
{
    cursor: pointer;
    vertical-align: middle;
}
.field-checkbox-tag .checkbox-label
{
    font-family: 'MontSerrat';
    font-size: 1.1rem;
    font-weight: 700;

    position: relative;

    display: inline-block;

    margin: 0;
    padding: 11px 15px;

    -webkit-user-select: none;

       -moz-user-select: none;

        -ms-user-select: none;

            user-select: none; 
    -webkit-transition: .075s ease-in-out; 
    transition: .075s ease-in-out;
    text-transform: uppercase;

    color: #6d6f81;
    border: 1px solid #e8e5e5;
    border-radius: 25px;
}
.field-checkbox-tag .checkbox-label:hover
{
    border-color: #dcd7d7;
}
.field-checkbox-tag .checkbox-input:checked + .checkbox-label
{
    color: #fff; 
    border-color: #7b33ff;
    background-color: #7b33ff;
}

@media (min-width: 577px)
{
    .field-checkbox-grid [class*='grid-3'].has-gutter-xl
    {
        margin-right: -1.5rem; 
        margin-left: -1.5rem;

        -webkit-box-align: start;

            -ms-flex-align: start;

                align-items: flex-start;
    }
    .field-checkbox-grid [class*='grid-3'].has-gutter-xl > *
    {
        width: calc(100% / 3 - 3rem - .01px); 
        margin-right: 1.5rem;
        margin-left: 1.5rem;
    }
    .field-checkbox-grid .field-checkbox .checkbox-input:checked + .checkbox-label:before
    {
        background-image: url('../images_ng/icons/checked-purple.svg');
        background-size: 10px;
    }
}

.field-checkbox-grid-item
{
    width: 100%; 
    margin-bottom: 0;
    padding-left: 0;

    list-style: none;

    border: 1px solid #eee;
    border-radius: 2px;
}
@media (max-width: 576px)
{
    .field-checkbox-grid-item
    {
        margin-bottom: 20px;
    }
}
.field-checkbox-grid-item:not(:last-child)
{
    margin-bottom: 30px;
}
.field-checkbox-grid-item .field-checkbox
{
    padding: 2px 10px;
}
.field-checkbox-grid-item .field-checkbox:first-child
{
    background-color: #f9f7f7;
}
.field-checkbox-grid-item .field-checkbox:first-child .checkbox-label
{
    font-weight: 600;
}
.field-checkbox-grid-item .field-checkbox:not(:last-child)
{
    border-bottom: 1px solid #eee;
}
.field-checkbox-grid-item .field-checkbox .checkbox-label
{
    font-size: 1.2rem; 

    color: #150c27;
}
.field-checkbox-grid-item .field-checkbox .checkbox-label:before
{
    background-color: #fff;
}

.field-group-radio
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 25px; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
}
@media (max-width: 576px)
{
    .field-group-radio
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
.field-group-radio.is-mobile-boxed
{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 768px)
{
    .field-group-radio.is-mobile-boxed
    {
        margin-bottom: inherit;
    }
}
@media (max-width: 768px)
{
    .field-group-radio.is-mobile-boxed .field-item
    {
        width: 100%; 
        margin: 0;
    }
}
@media (min-width: 769px)
{
    .field-group-radio.is-mobile-boxed .field-item
    {
        margin: 10px 25px;
    }
}
.field-group-radio.is-mobile-boxed .field-item:not(:last-child) label
{
    border-bottom: 0;
}
.field-group-radio.is-mobile-boxed .field-radio
{
    position: relative;
}
.field-group-radio.is-mobile-boxed .field-radio input[type='radio']
{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
@media (max-width: 768px)
{
    .field-group-radio.is-mobile-boxed .field-radio label
    {
        width: 100%; 
        padding: 20px;
        padding-right: 25px;
        padding-left: 60px;

        border: 1px solid #e8e5e5;
        border-radius: 4px;
    }
    .field-group-radio.is-mobile-boxed .field-radio input[type='radio']
    {
        position: absolute; 
        left: 20px;
    }
}

@media (max-width: 768px) and (max-width: 768px)
{
    .field-group-radio.is-mobile-boxed .field-radio input[type='radio']:checked ~ label
    {
        color: #7b33ff; 
        background-color: #f9f7f7;
    }
}
.field-group-radio.is-all-boxed
{
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 768px)
{
    .field-group-radio.is-all-boxed
    {
        margin-bottom: inherit;
    }
}
.field-group-radio.is-all-boxed .field-radio
{
    position: relative; 

    -webkit-box-flex: 1; 

        -ms-flex: 1; 

            flex: 1;
}
@media (max-width: 576px)
{
    .field-group-radio.is-all-boxed .field-radio
    {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
}
@media (min-width: 577px)
{
    .field-group-radio.is-all-boxed .field-radio:not(:last-child)
    {
        margin-right: 30px;
    }
}
@media (max-width: 576px)
{
    .field-group-radio.is-all-boxed .field-radio:not(:last-child)
    {
        margin-right: 0;
    }
}
.field-group-radio.is-all-boxed .field-radio input[type='radio']
{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.field-group-radio.is-all-boxed .field-radio label
{
    font-family: 'MontSerrat';
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.25;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    width: 100%;
    height: 100%;
    min-height: 130px; 
    padding: 20px;
    padding-top: 25px;
    padding-left: 60px;

    letter-spacing: -.06rem;

    color: #000;
    border: 1px solid #e8e5e5;
    border-radius: 4px;

    -webkit-box-align: start;

        -ms-flex-align: start;

            align-items: flex-start;
}
@media (max-width: 576px)
{
    .field-group-radio.is-all-boxed .field-radio label
    {
        font-size: 1.6rem;

        min-height: 100px;
    }
}
.field-group-radio.is-all-boxed .field-radio label b
{
    font-weight: 700;
}
.field-group-radio.is-all-boxed .field-radio label span
{
    color: #f3009d;
}
.field-group-radio.is-all-boxed .field-radio label span.p
{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.375; 

    color: #6d6f81;
}
.field-group-radio.is-all-boxed .field-radio input[type='radio']
{
    position: absolute;
    top: 28px; 
    left: 20px;
}
.field-group-radio.is-all-boxed .field-radio input[type='radio']:checked ~ label
{
    background-color: #f9f7f7;
}
.field-group-radio.is-boxed
{
    padding: 20px; 

    border-radius: 4px;
    background-color: #f9f7f7;
}
.field-group-radio.is-boxed .field-radio
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-flex: 1;

        -ms-flex: 1;

            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.field-group-radio.is-boxed .field-radio:not(:last-child)
{
    margin-right: 0;
}
.field-group-radio.is-left
{
    margin-bottom: 20px; 

    -webkit-box-pack: start; 

        -ms-flex-pack: start; 

            justify-content: flex-start;
}
.field-group-radio.is-left .field-item:first-child
{
    margin-left: 0;
}
.field-group-radio.is-left .field-item:last-child
{
    margin-right: 0;
}
.field-group-radio > .grid-3-small-1
{
    width: 100%;
}
.field-group-radio .field-radio:not(:last-child)
{
    margin-right: 100px;
}
@media (max-width: 576px)
{
    .field-group-radio .field-radio:not(:last-child)
    {
        margin-right: 65px;
    }
}

.field-radio
{
    font-size: 1.3rem;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    margin-bottom: 0; 

    cursor: pointer;

    color: #6d6f81;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
.dropdown .field-radio
{
    font-size: 1.15rem;
}
.field-radio label
{
    margin-bottom: 0;
}
.field-radio input[type='radio']
{
    margin-right: 10px; 

    -webkit-box-shadow: inset 0 0 0 1px #979797; 

            box-shadow: inset 0 0 0 1px #979797;

    -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

            flex: 0 0 auto;
}
.field-radio input[type='radio']:checked
{
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj48c3ZnIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCA4MCA4MCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEuNDE0MjE7Ij48Y2lyY2xlIGN4PSI0MCIgY3k9IjQwIiByPSIyNCIgc3R5bGU9ImZpbGw6IzdiMzNmZjsiLz48L3N2Zz4=); 
    -webkit-box-shadow: inset 0 0 0 1px #7b33ff; 
            box-shadow: inset 0 0 0 1px #7b33ff;
}

.field-file
{
    position: relative;
}
.field-file.has-advanced-upload
{
    padding: 100px 20px;

    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;

    transition: outline-offset .15s ease-in-out, background-color .15s linear; 

    outline: 2px dashed #e2e1e1;
    outline-offset: -10px;
    background-color: #f9f7f7;
}
.field-file.has-advanced-upload .file-input
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.field-file.has-advanced-upload .file-input .js-file
{
    position: absolute;
    z-index: -1; 

    overflow: hidden;

    width: .1px;
    height: .1px;

    opacity: 0;
}
.field-file .file-icon
{
    display: block;

    width: 45px; 
    height: 30px;
    margin: 0 auto;
    margin-bottom: 15px;

    color: #dcd7d7;
}
.field-file .file-icon .icon
{
    width: 100%; 
    height: 100%;
}
.field-file .file-label
{
    margin-bottom: 0;

    cursor: pointer;
    text-align: center;
}
.field-file .file-label > *
{
    display: block;
}
.field-file .file-label-l1
{
    font-size: 1.3rem; 

    color: #6d6f81;
}
.field-file .file-label-l1 .u-color-brand
{
    text-decoration: underline;
}
.field-file .file-label-l2
{
    font-size: 1.1rem;

    margin-top: 10px; 

    color: #0c0c0c;
}
.field-file .file-label-l2 .icon
{
    width: 18px; 
    height: 18px;
    margin-right: 10px;

    vertical-align: middle;
}

.field-payment.has-addons,
.field-datepicker.has-addons
{
    position: relative;
}
.field-payment.has-addons .icon-left,
.field-datepicker.has-addons .icon-left
{
    position: absolute;
    top: 1px; 
    left: 2px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    min-width: 60px;
    height: calc(100% - 2px);

    border-right: 1px solid #e8e5e5;
    background-color: #fff;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.field-payment.has-addons .icon-left svg,
.field-datepicker.has-addons .icon-left svg
{
    fill: #393d84;
}

.field-payment input,
.field-datepicker input
{
    font-size: 1.2rem;

    width: 100%; 
    height: 60px;
    padding-left: 80px;

    cursor: pointer;

    color: #150c27;
    border: 1px solid #e8e5e5;
    border-radius: 4px;
    outline: none;
    background-repeat: no-repeat;
    background-position: right 1.5rem center;
    background-size: 1.2rem;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.field-payment input:focus,
.field-datepicker input:focus
{
    border: 1px solid #d0caca;
}
.field-payment input[readonly],
.field-datepicker input[readonly]
{
    background-color: #fff;
}
.has-error .field-payment input,
.has-error .field-datepicker input
{
    color: #d0202e; 
    border-color: #d0202e;
}
.dropdown-accordion-content .field-payment input,
.dropdown-accordion-content .field-datepicker input
{
    height: 50px;
}

.field-payment.has-addons .icon-left
{
    border-right: 0;
}
.field-payment.has-addons .icon-left img
{
    max-width: 32px;
}

.field-payment input
{
    padding-left: 62px;
}


.form-submit
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 25px; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 576px)
{
    .form-submit
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; 

        -webkit-box-align: start; 

            -ms-flex-align: start; 

                align-items: flex-start;
    }
}
.form-submit .links
{
    line-height: inherit; 

    -webkit-box-orient: vertical; 

    -webkit-box-direction: normal; 

        -ms-flex-direction: column; 

            flex-direction: column;
}
@media (max-width: 576px)
{
    .form-submit .links
    {
        margin-top: 15px;
    }
}
.form-submit .link
{
    font-size: 1.1rem;

    display: block;

    text-decoration: none; 
    letter-spacing: inherit;
}
.form-submit .link:not(:last-child)
{
    margin-right: 0; 
    margin-bottom: 5px;
}
@media (max-width: 576px)
{
    .form-submit .btn,
    .form-submit .footer .navigation-link-btn,
    .footer .form-submit .navigation-link-btn
    {
        width: 100%; 

        -webkit-box-ordinal-group: 0; 

            -ms-flex-order: -1; 

                order: -1;
    }
}
.login-wrapper .form-submit .btn-md
{
    padding-right: 2.35em; 
    padding-left: 2.35em;
}
.login-wrapper .form-submit .btn-link
{
    padding: 0;

    text-align: left;
}
.login-wrapper .form-submit .btn,
.login-wrapper .form-submit .footer .navigation-link-btn,
.footer .login-wrapper .form-submit .navigation-link-btn
{
    font-size: 1.3rem;

    letter-spacing: 0;
}

.radio-container,
.checkbox-container
{
    display: none;
}

[type='search']::-webkit-search-cancel-button
{
    -webkit-appearance: searchfield-cancel-button;
}

[type='search']::-webkit-search-decoration,
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-results-button,
[type='search']::-webkit-search-results-decoration
{
    display: block;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus
{
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

select:-moz-focusring
{
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.field-file.is-dragover
{
    outline-color: #bdbcbc;
    outline-offset: -20px; 
    background-color: #fff;
}

.field-file.is-uploading .file-input,
.field-file.is-success .file-input,
.field-file.is-error .file-input
{
    visibility: hidden;
}

.file-uploading,
.file-success,
.file-error
{
    display: none;
}

.field-file.is-uploading .file-uploading,
.field-file.is-success .file-success,
.field-file.is-error .file-error
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    display: block;

    -webkit-transform: translateY(-50%);

            transform: translateY(-50%); 
    text-align: center;
}

.file-uploading
{
    font-style: italic;
}

.file-success
{
    -webkit-animation: appear-from-inside .25s ease-in-out;
            animation: appear-from-inside .25s ease-in-out;
}

@-webkit-keyframes appear-from-inside
{
    from
    {
        -webkit-transform: translateY(-50%) scale(0);
    }
    75%
    {
        -webkit-transform: translateY(-50%) scale(1.1);
    }
    to
    {
        -webkit-transform: translateY(-50%) scale(1);
    }
}

@keyframes appear-from-inside
{
    from
    {
        -webkit-transform: translateY(-50%) scale(0);
                transform: translateY(-50%) scale(0);
    }
    75%
    {
        -webkit-transform: translateY(-50%) scale(1.1);
                transform: translateY(-50%) scale(1.1);
    }
    to
    {
        -webkit-transform: translateY(-50%) scale(1);
                transform: translateY(-50%) scale(1);
    }
}

.js .file-input
{
    position: absolute;
    z-index: -1; 

    overflow: hidden;

    width: .1px;
    height: .1px;

    opacity: 0;
}

.js .file-input + label
{
    display: inline-block;
    overflow: hidden; 

    max-width: 80%;

    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.no-js .file-input + label
{
    display: none;
}

.title,
.rte-bis h3,
.rte-bis h4
{
    font-family: 'MontSerrat';

    margin-bottom: 12px;
}
.site-masthead .title,
.site-masthead .rte-bis h3,
.rte-bis .site-masthead h3,
.site-masthead .rte-bis h4,
.rte-bis .site-masthead h4,
.section-band .title,
.section-band .rte-bis h3,
.rte-bis .section-band h3,
.section-band .rte-bis h4,
.rte-bis .section-band h4
{
    color: #fff;
}
.rte .title,
.rte .rte-bis h3,
.rte-bis .rte h3,
.rte .rte-bis h4,
.rte-bis .rte h4
{
    margin-bottom: 25px;
}
.title.is-center,
.rte-bis h3.is-center,
.rte-bis h4.is-center
{
    text-align: center;
}
.title.is-center:before,
.rte-bis h3.is-center:before,
.rte-bis h4.is-center:before
{
    left: 50%;

    -webkit-transform: translateX(-50%);

            transform: translateX(-50%);
}
.title-openSans
{
    font-family: 'Open Sans', sans-serif !important;
}
.title-main
{
    font-weight: 600;

    letter-spacing: -.13rem; 

    color: #150c27;
}
@media (min-width: 769px)
{
    .title-main
    {
        font-size: 4rem;
    }
}
@media (min-width: 577px) and (max-width: 768px)
{
    .title-main
    {
        font-size: 3.5rem;
    }
}
@media (max-width: 577px)
{
    .title-main
    {
        font-size: 3rem;
    }
}
.title-main.is-bigger
{
    max-width: 310px;

    text-transform: uppercase;
}
@media (min-width: 769px)
{
    .title-main.is-bigger
    {
        font-size: 6rem;
        line-height: .85;
    }
}
.site-masthead .title-main 
{
    margin-bottom: 0;
}
.title-main .title-meta
{
    margin-left: 7px;
}
.title-meta
{
    font-size: 1.6rem;
    font-weight: 700;

    display: inline-block;

    letter-spacing: 0;
    text-transform: uppercase;
}
@media (max-width: 576px)
{
    .title-meta
    {
        font-size: 1.4rem;
    }
}
.title-md,
.rte-bis h3,
.title-sm
{
    font-weight: 700;
    line-height: 1.3;

    position: relative; 

    margin-top: 15px;

    color: #150c27;
}
.title-md:before,
.rte-bis h3:before,
.title-sm:before
{
    position: absolute;
    top: -15px;
    left: 0;

    display: block;

    width: 60px; 
    height: 4px;

    content: '';

    border-radius: 3px;
    background-color: #f3009d;
}
.section-band .title-md:before,
.section-band .rte-bis h3:before,
.rte-bis .section-band h3:before,
.section-band .title-sm:before
{
    background-color: rgba(255, 255, 255, .4);
}
.modal .title-md:before,
.modal .rte-bis h3:before,
.rte-bis .modal h3:before,
.modal .title-sm:before
{
    content: none;
}
.title-md,
.rte-bis h3
{
    letter-spacing: -.1rem;
}
@media (min-width: 769px)
{
    .title-md,
    .rte-bis h3
    {
        font-size: 3rem;
    }
}
@media (min-width: 577px) and (max-width: 768px)
{
    .title-md,
    .rte-bis h3
    {
        font-size: 2.5rem;
    }
}
@media (max-width: 577px)
{
    .title-md,
    .rte-bis h3
    {
        font-size: 2.25rem;
    }
}
.modal .title-md,
.modal .rte-bis h3,
.rte-bis .modal h3
{
    font-size: 2.6rem;

    margin: 5px 0 7px; 

    letter-spacing: -.85px;
}
@media (max-width: 576px)
{
    .modal .title-md,
    .modal .rte-bis h3,
    .rte-bis .modal h3
    {
        font-size: 2.25rem;
    }
}
.modal .title-md:before,
.modal .rte-bis h3:before,
.rte-bis .modal h3:before
{
    content: none;
}
.title-mds,
.rte-bis h4
{
    font-family: 'MontSerrat';
    font-size: 1.65rem;
    font-weight: 600;
    line-height: 1.45;

    margin-bottom: 20px; 

    letter-spacing: -.2px;

    color: #150c27;
}
.title-sm
{
    font-size: 1.8rem;
}
.modal .title-sm
{
    font-size: 1.65rem;
    font-weight: 600;

    margin-top: 0; 

    letter-spacing: -.2px;

    color: #150c27;
}
.modal .title-sm:before
{
    content: none;
}
.modal .title-sm .badge,
.modal .title-sm .badge--primary,
.modal .title-sm .badge--secondary,
.modal .title-sm .badge--dark,
.modal .title-sm .badge--success,
.modal .title-sm .badge--info,
.modal .title-sm .badge--warning,
.modal .title-sm .badge--danger,
.modal .title-sm .badge--inverse,
.modal .title-sm .badge--black,
.modal .title-sm .badge--transparent,
.modal .title-sm .badge-primary,
.modal .title-sm .badge-secondary,
.modal .title-sm .badge-dark,
.modal .title-sm .badge-success,
.modal .title-sm .badge-info,
.modal .title-sm .badge-warning,
.modal .title-sm .badge-danger,
.modal .title-sm .badge-inverse,
.modal .title-sm .badge-black,
.modal .title-sm .badge-transparent,
.modal .title-sm .page-search .event-list .event-thumb .cta-btn.cta-map-link,
.page-search .event-list .event-thumb .modal .title-sm .cta-btn.cta-map-link,
.modal .title-sm .page-fav .event-list .event-thumb .cta-btn.cta-map-link,
.page-fav .event-list .event-thumb .modal .title-sm .cta-btn.cta-map-link,
.modal .title-sm .page-account .event-list .event-thumb .cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 84) */
.page-account .event-list .event-thumb .modal .title-sm .cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 84) */
.modal .title-sm .scene-thumb .cta-btn.cta-map-link,
.scene-thumb .modal .title-sm .cta-btn.cta-map-link,
.modal .title-sm .gm-style-iw-d .event-thumb .cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 70) */
.gm-style-iw-d .event-thumb .modal .title-sm .cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 70) */
.modal .title-sm .user-profil-avatar .cta-btn.cta-map-link,
.user-profil-avatar .modal .title-sm .cta-btn.cta-map-link,
.modal .title-sm .artist-search .artist-thumb .cta-btn.cta-map-link,
.artist-search .artist-thumb .modal .title-sm .cta-btn.cta-map-link,
.modal .title-sm .artist-list .artist-thumb .cta-btn.cta-map-link,
.artist-list .artist-thumb .modal .title-sm .cta-btn.cta-map-link
{
    margin-left: 5px;
}
.title-sm.title-line-purple
{
    text-transform: uppercase;
}
.title-tiny
{
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 1.65; 

    letter-spacing: -.24px;
}

.title-line0
{
    margin-top: 0;
}
.title-line0:before
{
    content: none;
}

.title-line-brand
{
    margin-top: 15px;

    text-transform: uppercase;
}
.title-line-brand:before
{
    background-color: #f3009d;
}

.title-line-purple:before
{
    background-color: #7b33ff;
}

.site-masthead .subtitle,
.section-band .subtitle
{
    font-size: 1.8rem; 

    color: #fff;
}
@media (max-width: 576px)
{
    .site-masthead .subtitle,
    .section-band .subtitle
    {
        font-size: 1.5rem;
    }
}

@media (min-width: 769px)
{
    .subtitle-mdl
    {
        font-size: 2.6rem;
    }
}

@media (min-width: 577px) and (max-width: 768px)
{
    .subtitle-mdl
    {
        font-size: 2.2rem;
    }
}

@media (max-width: 577px)
{
    .subtitle-mdl
    {
        font-size: 2rem;
    }
}

.subtitle-md
{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.65rem;
    font-weight: 700;
    line-height: 1.35;
}
.site-masthead .subtitle-md
{
    color: #fff;
}

.subtitle-tiny
{
    font-size: 1.4rem;
    font-weight: 300;

    letter-spacing: .015rem;
}
.site-masthead .subtitle-tiny
{
    color: #fff;
}

.links
{
    line-height: 1; 

    display: -webkit-box; 

    display: -ms-flexbox; 

    display: flex;
}
.links-account
{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.link
{
    font-size: 1.2rem;

    display: inline-block;

    text-decoration: underline; 
    letter-spacing: -.17px;

    color: #6d6f81;
}
.dropdown-item .link
{
    line-height: 1;

    text-decoration: underline; 

    color: #6d6f81;
}
.dropdown-item .link:not(:last-child)
{
    margin-right: 20px;
}
.dropdown-item .link:hover
{
    color: #7b33ff;
}
.links-account .link
{
    display: block;

    margin-bottom: 15px;

    text-decoration: none;
}
.links-account .link:hover
{
    text-decoration: underline; 

    color: #0c0c0c;
}
.link:not(:last-child)
{
    margin-right: 15px;
}
.link-sm
{
    font-size: 1.1rem;
}
.link-md
{
    font-size: 1.4rem;
}

.link-see-more
{
    font-size: 1.2rem;

    -webkit-transition: color .1s ease-in-out;

    transition: color .1s ease-in-out; 
    text-decoration: underline;
    letter-spacing: -.015rem;

    color: #6d6f81;
}
.link-see-more:hover
{
    color: #4a4b58;
}

.link-read-more
{
    position: relative;

    display: block;

    margin-top: 15px;

    cursor: pointer;
    text-decoration: none;
}
.link-read-more:before
{
    position: absolute;
    z-index: -1; 
    bottom: 5px;
    left: 0;

    width: 100%;
    height: 1px;

    content: '';
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);

    background-color: #e8e5e5;
}
.link-read-more span
{
    font-size: 1.2rem;

    display: inline-block;

    padding-right: 10px; 

    letter-spacing: -.17px;

    color: #6d6f81;
    background-color: #fff;
}

.links-list
{
    margin-bottom: 0;
    padding-left: 0; 

    list-style: none;
}
.links-list .links-item:not(:last-child)
{
    margin-bottom: 10px;
}
.links-list .links-item > a
{
    position: relative;

    display: block;
    overflow: hidden;

    padding: 20px 30px;

    -webkit-transition: background-color .015s ease-in-out, -webkit-box-shadow .015s ease-in-out;

    transition: background-color .015s ease-in-out, -webkit-box-shadow .015s ease-in-out;

    transition: background-color .015s ease-in-out, box-shadow .015s ease-in-out;

    transition: background-color .015s ease-in-out, box-shadow .015s ease-in-out, -webkit-box-shadow .015s ease-in-out; 

    border: 1px solid #e8e5e5;
    border-radius: 4px;
}
.links-list .links-item > a:hover
{
    background-color: #f9f7f7;
    -webkit-box-shadow: 0 20px 20px 0 rgba(47, 49, 59, .02);
            box-shadow: 0 20px 20px 0 rgba(47, 49, 59, .02);
}
.links-list .links-item > a:hover:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 4px; 
    height: 100%;

    content: '';

    background-color: #7b33ff;
}
.links-list .links-item > a:hover .links-item-title
{
    color: #7b33ff;
}
.links-list .links-item-title
{
    font-size: 1.4rem;
    font-weight: 600;

    margin-bottom: 3px;

    -webkit-transition: color .035s ease-in-out;

    transition: color .035s ease-in-out; 
    letter-spacing: -.015rem;

    color: #150c27;
}
.links-list .links-item-meta
{
    font-size: 1.2rem;

    letter-spacing: -.017rem; 

    color: #6d6f81;
}

.link-black
{
    font-size: 1.3rem;

    display: block;

    margin-top: 30px;

    text-align: center; 

    color: #000;
}
@media (max-width: 768px)
{
    .link-black
    {
        display: none;
    }
}

.text-xs
{
    font-size: 1.1rem;
}

.text-sm
{
    font-size: 1.3rem;
    line-height: 1.5;
}

.text-md
{
    font-size: 1.4rem;
    font-weight: 600;
}

.text-mdl
{
    font-size: 1.65rem;
}

.text-lg
{
    font-size: 1.8rem;
    font-weight: 300;

    letter-spacing: .025rem; 

    color: #fff;
}

.text-label
{
    font-size: 1.15rem;

    margin-bottom: 5px; 

    color: #6d6f81;
}

.text-has-icon
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
}
.text-has-icon .icon
{
    width: inherit; 
    height: inherit;
    margin-right: 20px;

    vertical-align: middle;

    color: #393d84;
}

.text-list
{
    margin-bottom: 0;
    padding-left: 0; 

    list-style: none;
}
.text-list li
{
    font-size: 1.4rem;
    font-weight: 400;

    padding-left: 20px; 

    list-style-type: none;

    background-repeat: no-repeat;
    background-position: 0 .5em;
}
.text-list li.is-accepted
{
    background-image: url('../images_ng/icons/checked.svg');
}
.text-list li.is-refused
{
    background-image: url('../images_ng/icons/cross.svg');
}

.text-openSans
{
    font-family: 'Open Sans', sans-serif !important;
}

.text-full
{
    display: none;
}
.is-visible .text-full
{
    display: block;
}

.table-subscription
{
    width: 100%; 

    border-collapse: collapse;
}
.modal-card-body .table-subscription
{
    margin-bottom: 0;
}
@media (max-width: 768px)
{
    .table-subscription
    {
        /* Force table to not be like tables anymore */
        /* Hide table headers (but not display: none;, for accessibility) */
    }
    .table-subscription table,
    .table-subscription thead,
    .table-subscription tbody,
    .table-subscription th,
    .table-subscription td,
    .table-subscription tr
    {
        display: block;
    }
    .table-subscription thead tr
    {
        position: absolute;
        top: -9999px; 
        left: -9999px;
    }
    .table-subscription td
    {
        position: relative; 

        padding: 5px 0 5px 50% !important;
        /* Behave  like a "row" */

        border: none;
        border-bottom: 1px solid #eee;
    }
    .table-subscription td:before
    {
        position: absolute;
        top: 6px;
        left: 0;

        width: 45%; 
        padding-right: 10px;

        white-space: nowrap;
    }
    .table-subscription tbody
    {
        /* Label the data */
    }
    .table-subscription tbody td:nth-of-type(1):before
    {
        content: 'ID Commande';
    }
    .table-subscription tbody td:nth-of-type(2):before
    {
        content: 'Période';
    }
    .table-subscription tbody td:nth-of-type(3):before
    {
        content: 'Montant';
    }
    .table-subscription tbody td:nth-of-type(4):before
    {
        content: 'Facture';
    }
}
.table-subscription thead
{
    border-bottom: 1px solid #e8e5e5;
}
.table-subscription thead th
{
    font-size: 1.1rem;
    font-weight: 400;

    padding: 5px 0; 

    color: #6d6f81;
}
@media (min-width: 769px)
{
    .modal-card-body .table-subscription thead th:nth-child(2)
    {
        width: 220px;
    }
    .modal-card-body .table-subscription thead th:nth-child(3)
    {
        width: 55px; 

        text-align: center;
    }
    .modal-card-body .table-subscription thead th:last-child
    {
        text-align: right;
    }
}
.table-subscription tbody tr
{
    border-bottom: 1px solid #e8e5e5;
}
.table-subscription tbody tr td
{
    font-size: 1.3rem; 

    color: #0c0c0c;
}
@media (min-width: 769px)
{
    .table-subscription tbody tr td
    {
        padding: 25px 0;
    }
}
@media (min-width: 769px)
{
    .modal-card-body .table-subscription tbody tr td:nth-child(3)
    {
        text-align: center;
    }
}
@media (min-width: 769px)
{
    .table-subscription tbody tr td.td-id
    {
        font-size: 1.65rem;

        letter-spacing: -.02rem;
    }
}
.modal-card-body .table-subscription tbody tr td.td-id
{
    font-size: 1.3rem !important;
}
.table-subscription tbody tr td.td-invoice
{
    color: #7b33ff;
}
.table-subscription tbody tr td.td-invoice:before
{
    color: #0c0c0c;
}
@media (min-width: 769px)
{
    .modal-card-body .table-subscription tbody tr td.td-invoice
    {
        text-align: right;
    }
}
.table-subscription tfoot td
{
    padding: 20px 0;
}
@media (max-width: 768px)
{
    .table-subscription tfoot td
    {
        border: 0;
    }
}
@media (max-width: 768px)
{
    .table-subscription tfoot td:nth-child(1)
    {
        position: absolute;
        top: -9999px; 
        left: -9999px;
    }
}
@media (max-width: 768px)
{
    .table-subscription tfoot td:nth-child(2)
    {
        padding: 10px 0 !important;
    }
}
.table-subscription tfoot td .results-pagination
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 0;
}
@media (min-width: 769px)
{
    .table-subscription tfoot td .results-pagination
    {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
}
.table-subscription tfoot td .results-pagination-label
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 100%;
    margin-right: 10px; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
}
@media (min-width: 769px)
{
    .table-subscription tfoot td .results-pagination-label
    {
        display: none;
    }
}
.table-subscription tfoot td .results-pagination-value
{
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 40px;

    width: 40px; 
    height: 40px;

    -webkit-transition: background-color .1s ease-in-out;

    transition: background-color .1s ease-in-out;

    color: #150c27;
    border-radius: 3px;
}
.table-subscription tfoot td .results-pagination-value:hover
{
    text-decoration: none; 

    background-color: #f4f3f3;
}
.table-subscription tfoot td .results-pagination-value.is-active
{
    color: #fff; 
    background-color: #7b33ff;
}

.table-amount
{
    width: 100%; 

    border-collapse: collapse;
}
.table-amount tbody tr
{
    border-bottom: 1px solid #e8e5e5;
}
.table-amount tbody tr td
{
    font-size: 1.3rem;

    padding: 18px 0;
}
.table-amount tbody tr td.td-label
{
    color: #6d6f81;
}
@media (min-width: 577px)
{
    .table-amount tbody tr td.td-label
    {
        width: 70%;
    }
}
.table-amount tbody tr td.td-amount
{
    font-weight: 600;

    text-align: right; 

    color: #0c0c0c;
}
.table-amount tbody tr td.td-amount-total
{
    font-size: 3rem;
    font-weight: 700;

    letter-spacing: -.030rem;
}
.table-amount tbody tr td .td-amount-total
{
    font-size: 3rem;
    font-weight: 700;

    letter-spacing: -.030rem;
}

body.loader-active
{
    overflow-y: hidden;
}
body.loader-active .site-main
{
    overflow-y: hidden;
}

.loader
{
    position: fixed;
    z-index: 101; 
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;
    overflow-y: auto;

    height: 100%;
    max-height: 100vh;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.loader.is-active
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.loader-background
{
    position: fixed;
    top: 0; 
    right: 0;
    bottom: 0;
    left: 0;

    overflow-y: auto;

    background-color: rgba(247, 247, 247, .7);
}

.loader-spinner
{
    position: relative;

    display: inline-block;

    width: 64px; 
    height: 64px;
}

.loader-spinner div
{
    position: absolute;

    display: block;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;
    width: 51px; 
    height: 51px;
    margin: 6px;

    -webkit-animation: loader-spinner 1.2s cubic-bezier(.5, 0, .5, 1) infinite;

            animation: loader-spinner 1.2s cubic-bezier(.5, 0, .5, 1) infinite;

    border: 6px solid #7b33ff;
    border-color: #7b33ff transparent transparent transparent;
    border-radius: 50%;
}

.loader-spinner div:nth-child(1)
{
    -webkit-animation-delay: -.45s;
            animation-delay: -.45s;
}

.loader-spinner div:nth-child(2)
{
    -webkit-animation-delay: -.3s;
            animation-delay: -.3s;
}

.loader-spinner div:nth-child(3)
{
    -webkit-animation-delay: -.15s;
            animation-delay: -.15s;
}

@-webkit-keyframes loader-spinner
{
    0%
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes loader-spinner
{
    0%
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

.progress
{
    position: absolute;
    z-index: 11; 
    top: 0;

    width: 100%;
    height: 3px;

    -webkit-transition: width .25s ease;

    transition: width .25s ease;

    border-radius: 3px;
    background: linear-gradient(.19deg, #3b2869 1.36%, #3372c7 71.37%, #2ba690 100%);
}

.visually-hidden
{
    position: absolute !important;

    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;

    width: 1px !important; 
    height: 1px !important;
    padding: 0 !important;

    -webkit-transition: all .25s ease-in-out;

    transition: all .25s ease-in-out;

    border: 0 !important;
}

.js-accordion-header
{
    position: relative; 

    display: -webkit-box; 

    display: -ms-flexbox; 

    display: flex;

    cursor: pointer;

    outline: none;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}

.js-accordion-header [class^='icon']
{
    display: inline-block;

    width: 1em; 
    height: 1em;
    margin-left: auto;

    -webkit-transition: .25s transform linear;

    transition: .25s transform linear;

    color: #6d6f81;
}

.js-accordion-header[aria-expanded='true'] [class^='icon']
{
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
}

body.modal-opened
{
    overflow-y: hidden;
}

#modal-modify-offer .field-group-radio.is-all-boxed
{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
#modal-modify-offer .field-group-radio.is-all-boxed .field-radio:not(:last-child)
{
    margin: 0;
}
#modal-modify-offer .field-group-radio.is-all-boxed .field-radio label
{
    font-size: 1.6rem;
    font-weight: 700;

    min-height: inherit;
    padding: 25px 20px 25px 60px;
}
#modal-modify-offer .field-group-radio.is-all-boxed .field-radio label .label
{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;

    display: block;

    margin-bottom: 5px; 

    color: #6d6f81;
}
#modal-modify-offer .field-group-radio.is-all-boxed .field-radio label span:not(.label)
{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3rem;
    font-weight: 400;

    display: block;

    margin-top: 3px;
}

#modal-note .title,
#modal-note .rte-bis h3,
.rte-bis #modal-note h3,
#modal-note .rte-bis h4,
.rte-bis #modal-note h4
{
    font-size: 1.8rem;
    font-weight: 600;

    text-transform: uppercase; 

    color: #150c27;
}

#modal-offers .smt-offer
{
    padding: 0;
}
#modal-offers .smt-offer .title,
#modal-offers .smt-offer .rte-bis h3,
.rte-bis #modal-offers .smt-offer h3,
#modal-offers .smt-offer .rte-bis h4,
.rte-bis #modal-offers .smt-offer h4
{
    letter-spacing: 0; 

    color: #000;
}
#modal-offers .smt-offer .list li
{
    color: #000;
}

#modal-offers .field-group-radio.is-all-boxed .field-radio
{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

#modal-delete .field-select:not(.js-materialize) select
{
    line-height: 1.65;

    white-space: normal;
}

#modal-limited-access .modal-background-scene
{
    background-image: url('../images_ng/bg-blur-lieu.jpg');
    background-position: top center;
    background-size: auto;
}

#modal-limited-access .modal-background-artist
{
    background-image: url('../images_ng/bg-blur-artist.jpg');
    background-position: top center;
    background-size: auto;
}

#modal-limited-access .modal-background-scene-list
{
    background-image: url('../images_ng/bg-blur-lieu-liste.jpg');
    background-position: top center;
    background-size: auto;
}

#modal-limited-access .modal-background-artist-list
{
    background-image: url('../images_ng/bg-blur-artist-liste.jpg');
    background-position: top center;
    background-size: auto;
}

#modal-limited-access .modal-background-request
{
    background-image: url('../images_ng/bg-blur-request.jpg');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 150%;
}

#modal-login .modal-background
{
    background-position: top center;
    background-size: auto;
}
#modal-login .modal-background-scene
{
    background-image: url('../images_ng/bg-blur-lieu.jpg');
}
#modal-login .modal-background-scene-list
{
    background-image: url('../images_ng/bg-blur-lieu-liste.jpg');
}
#modal-login .modal-background-artist
{
    background-image: url('../images_ng/bg-blur-artist.jpg');
}
#modal-login .modal-background-artist-list
{
    background-image: url('../images_ng/bg-blur-artist-liste.jpg');
}

#modal-login .modal-card-head
{
    background: linear-gradient(135deg, #7133c7 0%, #8b2faa 66.25%, #a62b8d 100%);
}
#modal-login .modal-card-head .title,
#modal-login .modal-card-head .rte-bis h3,
.rte-bis #modal-login .modal-card-head h3,
#modal-login .modal-card-head .rte-bis h4,
.rte-bis #modal-login .modal-card-head h4,
#modal-login .modal-card-head p
{
    color: #fff;
}
#modal-login .modal-card-head .title,
#modal-login .modal-card-head .rte-bis h3,
.rte-bis #modal-login .modal-card-head h3,
#modal-login .modal-card-head .rte-bis h4,
.rte-bis #modal-login .modal-card-head h4
{
    width: 100%;
}
#modal-login .modal-card-head a
{
    text-decoration: underline; 

    color: #fff;
}

#modal-login .modal-card-body .title,
#modal-login .modal-card-body .rte-bis h3,
.rte-bis #modal-login .modal-card-body h3,
#modal-login .modal-card-body .rte-bis h4,
.rte-bis #modal-login .modal-card-body h4
{
    font-size: 1.8rem;

    max-width: 360px; 
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
}
#modal-login .modal-card-body .title:before,
#modal-login .modal-card-body .rte-bis h3:before,
.rte-bis #modal-login .modal-card-body h3:before,
#modal-login .modal-card-body .rte-bis h4:before,
.rte-bis #modal-login .modal-card-body h4:before
{
    position: absolute;
    top: -15px;
    left: 50%;

    display: block;

    width: 60px; 
    height: 4px;

    content: '';
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);

    border-radius: 3px;
    background-color: #f3009d;
}

#modal-login .modal-card-body .checkbox-label
{
    font-size: 1.3rem; 

    display: inline-block;
}
#modal-login .modal-card-body .checkbox-label:hover
{
    color: #616373;
}

#modal-abort-confirm .modal-card-body .btn-group
{
    margin-top: 20px; 

    -webkit-box-pack: center; 

        -ms-flex-pack: center; 

            justify-content: center;
}
#modal-abort-confirm .modal-card-body .btn-group .btn,
#modal-abort-confirm .modal-card-body .btn-group .footer .navigation-link-btn,
.footer #modal-abort-confirm .modal-card-body .btn-group .navigation-link-btn
{
    padding-right: 4.25em; 
    padding-left: 4.25em;
}

#modal-artist-audio .modal-card-body
{
    overflow: hidden;
}

#modal-map .modal-card-body
{
    padding-bottom: 20px;
}

#modal-map .btn-group
{
    margin-top: 20px;
}

#modal-report .modal-card
{
    max-height: calc(100vh - 80px);
}

#modal-report .modal-card-body
{
    overflow: initial;
}

#modal-share .social-links,
#modal-share-artist .social-links,
#modal-share-events .social-links,
#modal-share-bis .social-links
{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#modal-share .social-link,
#modal-share-artist .social-link,
#modal-share-events .social-link,
#modal-share-bis .social-link
{
    width: 50px; 
    height: 50px;
    margin-right: 13px;
    margin-left: 13px;
}
#modal-share .social-link .icon,
#modal-share-artist .social-link .icon,
#modal-share-events .social-link .icon,
#modal-share-bis .social-link .icon
{
    width: initial; 
    height: initial;
}

#modal-artist .artist-meta-sum,
#modal-artist-remove .artist-meta-sum
{
    margin: 25px 0;
    padding: 20px; 

    border-top: 1px solid #e8e5e5;
    border-bottom: 1px solid #e8e5e5;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#modal-scene-remove .scene-meta-sum
{
    margin: 25px 0;
    padding: 20px; 

    border-top: 1px solid #e8e5e5;
    border-bottom: 1px solid #e8e5e5;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.modal
{
    position: fixed;
    z-index: 101; 
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media (min-width: 577px)
{
    .modal
    {
        top: 65px;
    }
}
@media (max-width: 576px)
{
    .modal
    {
        top: 60px;
    }
}
.modal.is-active
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.modal-background
{
    position: fixed;
    top: 0; 
    right: 0;
    bottom: 0;
    left: 0;

    overflow-y: auto;

    background-color: rgba(247, 247, 247, .7);
}
@media (min-width: 577px)
{
    .modal-background
    {
        top: 65px;
    }
}
@media (max-width: 576px)
{
    .modal-background
    {
        top: 60px;
    }
}
.modal-card
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    max-height: calc(100vh - 65px);
    margin-top: 30px;
    margin-bottom: 30px;

    -webkit-animation: fadeIn .2s ease-in-out forwards, slideUp .25s ease-in-out forwards;

            animation: fadeIn .2s ease-in-out forwards, slideUp .25s ease-in-out forwards;

    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 20px 20px rgba(47, 49, 59, .2);
            box-shadow: 0 20px 20px rgba(47, 49, 59, .2);

    will-change: transform;
}
@media (max-width: 576px)
{
    .modal-card
    {
        width: 90vw; 
        max-height: calc(100vh - (60px + 30px + 30px + 40px));
    }
}

@keyframes fadeIn
{
    from
    {
        visibility: hidden; 

        opacity: 0;
    }
    to
    {
        visibility: visible; 

        opacity: 1;
    }
}

@-webkit-keyframes slideUp
{
    from
    {
        -webkit-transform: translateY(-20px);
                transform: translateY(-20px);
    }
    to
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}

@keyframes slideUp
{
    from
    {
        -webkit-transform: translateY(-20px);
                transform: translateY(-20px);
    }
    to
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@media (min-width: 769px)
{
    .modal-card
    {
        width: 590px;
    }
}
@media (max-width: 768px)
{
    .modal-card
    {
        width: 95%; 
        max-width: 500px;
    }
}
.modal-sm .modal-card
{
    max-width: 400px;
}
.modal-lg .modal-card
{
    width: 100%; 
    max-width: 710px;
}
.modal-card.has-ellipsis:before
{
    position: absolute;
    z-index: 1; 
    bottom: 0;
    left: 0;

    width: 97.5%;
    height: 65px;

    content: '';

    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));

    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.modal-card-head,
.modal-card-foot
{
    position: relative; 

    display: -webkit-box; 

    display: -ms-flexbox; 

    display: flex;

    padding: 30px;

    background-color: #fff;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
@media (max-width: 576px)
{
    .modal-card-head,
    .modal-card-foot
    {
        padding: 25px;
        padding-bottom: 15px;
    }
}
.modal-card-head
{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    padding-top: 30px;
    padding-bottom: 25px;

    text-align: left; 

    border-top-left-radius: 4px;
    border-top-right-radius: 4px;

    -webkit-box-align: start;

        -ms-flex-align: start;

            align-items: flex-start;
}
.modal-card-head.is-centered
{
    text-align: center; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
}
.modal-card-head.is-centered .title-md,
.modal-card-head.is-centered .rte-bis h3,
.rte-bis .modal-card-head.is-centered h3
{
    max-width: 365px; 
    margin-right: auto;
    margin-left: auto;
}
.modal-card-head.is-centered .title-sm
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;

    max-width: 100%;
}
.modal-card-head.has-separator
{
    border-bottom: 1px solid #e8e5e5;
}
.modal-card-head .illustration
{
    margin-top: 5px; 
    margin-bottom: 25px;
}
.modal-card-head p:not(.title)
{
    font-size: 1.3rem;
    line-height: 1.55;

    max-width: 100%; 
    margin-bottom: 0;

    text-align: center;

    color: #6d6f81;
}
.modal-card-head p:not(.title) b
{
    color: #150c27;
}
.modal-card-head .delete
{
    font-size: 2rem;

    position: absolute;
    top: 25px;
    right: 30px;

    display: inline-block;

    width: 20px; 
    min-width: 25px;
    max-width: 25px;
    height: 25px;
    min-height: 25px;
    max-height: 25px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: opacity .1s;
    transition: opacity .1s;
    vertical-align: top;
    pointer-events: auto;

    border: none;
    outline: 0;
    background: none;
}
@media (max-width: 576px)
{
    .modal-card-head .delete
    {
        top: 10px; 
        right: 10px;
    }
}
.modal-card-head .delete:hover
{
    opacity: .7;
}
.modal-card-head .delete .icon--delete
{
    font-size: 1.35rem;
}
.modal-card-body
{
    overflow: auto;

    padding: 30px;
    padding-top: 20px; 

    -webkit-box-flex: 1; 

        -ms-flex-positive: 1; 

            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
}
@media (max-width: 576px)
{
    .modal-card-body
    {
        padding: 25px;
        padding-top: 20px;
    }
}
.modal-card-body.has-scroll
{
    max-height: 350px;
}
.modal-card-body p:not(.title)
{
    font-size: 1.3rem;
    line-height: 1.55;

    text-align: center; 

    color: #6d6f81;
}
.modal-card-body p:not(.title) b
{
    color: #150c27;
}
.modal-card-body p:not(.title) b.hightlight
{
    display: block;

    padding: 23px 30px; 

    background-color: #f9f7f7;
}
.modal-card-body .btn,
.modal-card-body .footer .navigation-link-btn,
.footer .modal-card-body .navigation-link-btn
{
    font-size: 1.2rem;
}
.modal-card-body .btn-group
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 30px; 

    -ms-flex-wrap: nowrap; 

        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 576px)
{
    .modal-card-body .btn-group-line
    {
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
    }
}
.modal-card-body .btn-group .btn,
.modal-card-body .btn-group .footer .navigation-link-btn,
.footer .modal-card-body .btn-group .navigation-link-btn
{
    font-size: 1.2rem;
}
.modal-card-body .btn-group .btn:not(.btn-link),
.modal-card-body .btn-group .footer .navigation-link-btn:not(.btn-link),
.footer .modal-card-body .btn-group .navigation-link-btn:not(.btn-link)
{
    padding-right: 2.25em; 
    padding-left: 2.25em;
}
.modal-card-body .btn-group .btn-link
{
    width: auto; 
    padding-right: 1.25em;
    padding-left: 1.25em;
}
.modal-card-foot
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    border-top: 1px solid #dbdbdb;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
}

.fake-recaptcha
{
    width: 100%; 
    height: 80px;

    background-color: pink;
}

.notification
{
    z-index: 999; 

    width: 100%;
    max-width: 335px;
    padding: 20px 30px 30px 30px;

    text-align: center;

    color: #150c27;
    border: 1px solid #eee;
    border-radius: 4px;
    background-color: #fff;
}
.notification:not(:last-child)
{
    margin-bottom: 1.5rem;
}
.notification-clipboard,
.notification-remove,
.notification-inline
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 15px 30px; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
}
.notification-clipboard .notification-close,
.notification-clipboard .toast-close,
.notification-remove .notification-close,
.notification-remove .toast-close,
.notification-inline .notification-close,
.notification-inline .toast-close
{
    top: 10px; 
    right: 10px;
}
.notification-inline
{
    width: auto;
}

.notification-close,
.toast-close
{
    position: absolute;
    top: 20px; 
    right: 20px;

    padding: 0;

    color: #000;
    background: none;
}
.notification-inline .notification-close,
.notification-inline
  .toast-close
{
    display: none;
}

.notification-icon
{
    font-size: 4rem;
}
.notification-clipboard .notification-icon,
.notification-remove .notification-icon,
.notification-inline .notification-icon
{
    font-size: inherit;

    margin-right: 15px; 

    -webkit-box-flex: 0; 

        -ms-flex: 0 0 auto; 

            flex: 0 0 auto;
}
.notification-clipboard .notification-icon .icon,
.notification-remove .notification-icon .icon,
.notification-inline .notification-icon .icon
{
    font-size: 3rem;
}

.notification-title
{
    font-family: 'MontSerrat';
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2; 

    color: #150c27;
}

.notification-p
{
    font-size: 1.2rem;
    line-height: 1.5;

    margin-bottom: 0;

    text-align: left; 

    color: #6d6f81;
}
.notification-p.is-center
{
    text-align: center;
}
.notification-p a
{
    display: block;

    text-decoration: underline; 

    color: #0c0c0c;
}
.notification-p b
{
    color: #0c0c0c;
}

@media (max-width: 768px)
{
    .breadcrumb
    {
        display: none;
    }
}

.breadcrumb a
{
    font-size: 1.2rem;
    font-weight: 400;

    display: inline-block;

    -webkit-transition: color .1s ease-in-out;

    transition: color .1s ease-in-out; 
    text-decoration: none;

    color: #fff;
}
.breadcrumb a:hover
{
    color: #fafafa;
}
.breadcrumb a:not(:last-child):after
{
    display: inline-block;

    width: 8px; 
    height: 8px;
    margin: 0 5px;

    content: '';

    background-image: url('../images_ng/icons/arrow-right-breadcrumb.svg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

.reviews
{
    font-size: 1.45rem;
    font-weight: 700;

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;

    padding: 7px 12px; 

    color: #fff;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 6px;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
.scene-search .reviews,
.scene-meta-sum .reviews,
.artist-search .reviews,
.artist-meta-sum .reviews
{
    padding: 0;
}
.reviews-btn
{
    cursor: pointer;
    -webkit-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
}
.reviews-btn:hover
{
    background-color: rgba(255, 255, 255, .075);
}
@media (max-width: 576px)
{
    .reviews-btn
    {
        margin-top: 3px; 
        margin-bottom: 3px;
    }
}
.reviews-rating
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-right: 5px; 

    color: #f5a623;
}
.reviews-rating .icon
{
    width: 15px; 
    height: 15px;
}
.summary-top .reviews-rating .icon
{
    font-size: 2rem;

    width: 20px; 
    height: 20px;
}
.scene-search .reviews span,
.scene-meta-sum .reviews span,
.artist-search .reviews span,
.artist-meta-sum .reviews span,
.summary-top .reviews span
{
    font-weight: 700; 

    color: #f5a623;
}
.summary-top .reviews span
{
    font-size: 1.65rem;
}
.reviews span.reviews-label
{
    font-size: 1.1rem;
    font-weight: 400;

    margin-left: 10px; 

    color: #6d6f81;
}

.note-rating
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-right: -1.5rem;
    margin-left: -1.5rem;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
}
.note-rating > *
{
    width: calc(100% / 2 - .01px);
}
.note-rating.has-gutter
{
    margin-right: -.5rem;
    margin-left: -.5rem;
}
.note-rating.has-gutter > *
{
    width: calc(100% / 2 - 1rem - .01px);
    margin-right: .5rem;
    margin-left: .5rem;
}
.note-rating.has-gutter-l
{
    margin-right: -1rem;
    margin-left: -1rem;
}
.note-rating.has-gutter-l > *
{
    width: calc(100% / 2 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
}
.note-rating.has-gutter-xl
{
    margin-right: -2rem;
    margin-left: -2rem;
}
.note-rating.has-gutter-xl > *
{
    width: calc(100% / 2 - 4rem - .01px);
    margin-right: 2rem;
    margin-left: 2rem;
}
.note-rating > *
{
    width: calc(100% / 2 - 3rem - .01px);
    margin-right: 1.5rem;
    margin-left: 1.5rem;
}
.note-rating .rating-item
{
    padding: 10px 0;
}
.note-rating .rating-label
{
    font-size: 1.4rem;

    margin-bottom: 10px; 

    color: #150c27;
}
.note-rating .rating-stars
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 

    cursor: pointer;
}
.note-rating .rating-stars:hover .rating-star svg
{
    fill: #f5a623 !important;
}
.note-rating .rating-stars .rating-star
{
    display: inline-block;

    padding-right: 5px;
}
.note-rating .rating-stars .rating-star svg
{
    display: block;

    width: 20px; 
    height: 20px;

    fill: #ebedf3;
}
.note-rating .rating-stars .rating-star:hover ~ .rating-star svg
{
    fill: #ebedf3 !important;
}
.note-rating .rating-stars:not([data-stars='0']) .rating-star svg
{
    fill: #f5a623;
}
.note-rating .rating-stars[data-stars='0'] .rating-star:nth-child(-n+5) ~ .rating-star svg
{
    fill: #ebedf3;
}
.note-rating .rating-stars[data-stars='1'] .rating-star:nth-child(1) ~ .rating-star svg
{
    fill: #ebedf3;
}
.note-rating .rating-stars[data-stars='2'] .rating-star:nth-child(2) ~ .rating-star svg
{
    fill: #ebedf3;
}
.note-rating .rating-stars[data-stars='3'] .rating-star:nth-child(3) ~ .rating-star svg
{
    fill: #ebedf3;
}
.note-rating .rating-stars[data-stars='4'] .rating-star:nth-child(4) ~ .rating-star svg
{
    fill: #ebedf3;
}
.note-rating .rating-stars[data-stars='5'] .rating-star:nth-child(5) ~ .rating-star svg
{
    fill: #ebedf3;
}

.social-links
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
}
.social-links.is-center
{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.social-link
{
    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    overflow: hidden;

    width: 40px; 
    height: 40px;
    margin-right: 7px;
    margin-bottom: 15px;
    margin-left: 7px;

    border-radius: 50%;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.social-link:last-child
{
    margin-right: 0; 
    margin-left: 0;
}
.social-link:first-child
{
    margin-left: 0;
}
.modal-card-body .social-link 
{
    width: 50px; 
    height: 50px;
    margin-bottom: 0;
}

@-webkit-keyframes toRightFromLeft
{
    49%
    {
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
    }
    50%
    {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%); 

        opacity: 0;
    }
    51%
    {
        opacity: 1;
    }
}

@keyframes toRightFromLeft
{
    49%
    {
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
    }
    50%
    {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%); 

        opacity: 0;
    }
    51%
    {
        opacity: 1;
    }
}
.social-link:hover .icon
{
    -webkit-animation: toRightFromLeft .3s forwards;
            animation: toRightFromLeft .3s forwards;
}
.social-link .icon
{
    color: #fff;
}
.modal-card-body .social-link .icon 
{
    width: 1.35em; 
    height: 1.35em;
}
.social-link-facebook
{
    background-color: #365b98;
}
.social-link-messenger,
.social-link-gmail,
.social-link-arobase
{
    border: 1px solid #e8e5e5;
}
.modal-card-body .social-link-messenger .icon 
{
    width: 1.75em; 
    height: 1.75em;
}
.modal-card-body .social-link-gmail .icon 
{
    width: 1.65em; 
    height: 1.65em;
}
.social-link-twitter
{
    background-color: #4eafee;
}
.social-link-twitter .icon
{
    width: 18px; 
    height: 15px;
}
.social-link-youtube
{
    background-color: #f55;
}
.social-link-youtube .icon
{
    width: 20px; 
    height: 17px;
}
.social-link-soundcloud
{
    background-color: #fb5600;
}
.social-link-soundcloud .icon
{
    width: 24px; 
    height: 12px;
}
.social-link-instagram
{
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7024c4), color-stop(#c21975), to(#e09b3d));
    background-image: linear-gradient(#7024c4, #c21975, #e09b3d);
}
.social-link-instagram .icon
{
    width: 20px; 
    height: 20px;
}
.social-link-website
{
    border: 1px solid #e8e5e5; 
    background-color: #fff;
}
.social-link-website .icon
{
    width: 21px; 
    height: 21px;

    color: #000;
}

.dropdown
{
    position: relative;

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;

    vertical-align: top;
}
.dropdown.is-active .dropdown-menu
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.dropdown-trigger
{
    position: relative; 

    cursor: pointer;
}
.dropdown-trigger button
{
    line-height: 40px;

    width: 45px; 
    height: 40px;
    padding: 0;

    -webkit-transition: background-color .1s ease-in-out;

    transition: background-color .1s ease-in-out;

    outline: none;
    background-color: transparent;
}
.dropdown .dropdown-trigger button
{
    line-height: 45px;

    width: 45px; 
    height: 45px;
    padding: 0;
}
.dropdown-anchors .dropdown-trigger button
{
    width: inherit; 
    height: inherit;

    color: #fff;
    background: none !important;
}
.is-active .dropdown-trigger button
{
    background-color: rgba(255, 255, 255, .25);
}
.dropdown-trigger button .icon
{
    -webkit-transition: color .1s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: color .1s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: color .1s ease-in-out, transform .15s ease-in-out;
    transition: color .1s ease-in-out, transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
}
.dropdown-trigger .dropdown-link-selected
{
    font-family: 'MontSerrat';
    font-size: 1.2rem;
    font-weight: 700;

    margin-right: 20px; 

    -webkit-user-select: none; 

       -moz-user-select: none; 

        -ms-user-select: none; 

            user-select: none;
}
.dropdown-trigger .filters-btn
{
    font-size: 1.65rem; 

    color: #fff;
    border-radius: 4px;
}
.dropdown-trigger .filters-btn .icon
{
    -webkit-transform: inherit !important;
            transform: inherit !important;
}
.is-active .dropdown-trigger .filters-btn
{
    background-color: rgba(255, 255, 255, .1);
}
.dropdown-trigger .badge,
.dropdown-trigger .badge--primary,
.dropdown-trigger .badge--secondary,
.dropdown-trigger .badge--dark,
.dropdown-trigger .badge--success,
.dropdown-trigger .badge--info,
.dropdown-trigger .badge--warning,
.dropdown-trigger .badge--danger,
.dropdown-trigger .badge--inverse,
.dropdown-trigger .badge--black,
.dropdown-trigger .badge--transparent,
.dropdown-trigger .badge-primary,
.dropdown-trigger .badge-secondary,
.dropdown-trigger .badge-dark,
.dropdown-trigger .badge-success,
.dropdown-trigger .badge-info,
.dropdown-trigger .badge-warning,
.dropdown-trigger .badge-danger,
.dropdown-trigger .badge-inverse,
.dropdown-trigger .badge-black,
.dropdown-trigger .badge-transparent,
.dropdown-trigger .page-search .event-list .event-thumb .cta-btn.cta-map-link,
.page-search .event-list .event-thumb .dropdown-trigger .cta-btn.cta-map-link,
.dropdown-trigger .page-fav .event-list .event-thumb .cta-btn.cta-map-link,
.page-fav .event-list .event-thumb .dropdown-trigger .cta-btn.cta-map-link,
.dropdown-trigger .page-account .event-list .event-thumb .cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 84) */
.page-account .event-list .event-thumb .dropdown-trigger .cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 84) */
.dropdown-trigger .gm-style-iw-d .event-thumb .cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 70) */
.gm-style-iw-d .event-thumb .dropdown-trigger .cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 70) */
.dropdown-trigger .scene-thumb .cta-btn.cta-map-link,
.scene-thumb .dropdown-trigger .cta-btn.cta-map-link,
.dropdown-trigger .user-profil-avatar .cta-btn.cta-map-link,
.user-profil-avatar .dropdown-trigger .cta-btn.cta-map-link,
.dropdown-trigger .artist-search .artist-thumb .cta-btn.cta-map-link,
.artist-search .artist-thumb .dropdown-trigger .cta-btn.cta-map-link,
.dropdown-trigger .artist-list .artist-thumb .cta-btn.cta-map-link,
.artist-list .artist-thumb .dropdown-trigger .cta-btn.cta-map-link
{
    font-size: 1rem;
    font-weight: 600;
    line-height: 20px;

    position: absolute;
    top: -3px;
    right: -3px;

    width: 20px; 
    height: 20px;
    padding: 0;

    text-align: center;
    vertical-align: middle;
}
.dropdown-menu
{
    position: absolute;
    z-index: 20; 
    top: 100%;
    right: 0;

    display: none;

    padding-top: 10px;
}
.dropdown-menu.has-footer
{
    padding: 1rem;

    white-space: nowrap; 

    border: 1px solid #eee;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, .05);
            box-shadow: 0 2px 30px 0 rgba(0, 0, 0, .05);
}
.sticky-anchors .dropdown-menu
{
    padding: 0;
}
.dropdown-content
{
    min-width: 160px;
    padding: 1rem;

    white-space: nowrap; 

    border: 1px solid #eee;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, .05);
            box-shadow: 0 2px 30px 0 rgba(0, 0, 0, .05);
}
.sticky-anchors .dropdown-content
{
    min-width: 285px;
}
.masthead-cta .dropdown-content
{
    min-width: 130px;
}
.dropdown-filters .dropdown-content
{
    min-width: 285px;
    padding: .5rem;
}
.dropdown-search .dropdown-content
{
    min-width: inherit;
}
.has-footer .dropdown-content
{
    padding: 0;

    white-space: normal; 

    border: 0;
    border-radius: none;
    background-color: inherit;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.dropdown-search
{
    position: absolute;
    z-index: 1; 
    right: 0;
    left: inherit;

    min-width: 285px;
    padding: 0;
}
.dropdown-foot
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 10px; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.dropdown-foot .btn,
.dropdown-foot .footer .navigation-link-btn,
.footer .dropdown-foot .navigation-link-btn
{
    font-size: 1.1rem;

    margin: 0 5px;
    padding: 1.75rem 1.5rem; 

    border-radius: 4px;

    -webkit-box-flex: 1;

        -ms-flex: 1;

            flex: 1;
}
.dropdown-foot .btn:not(.btn-gradient),
.dropdown-foot .footer .navigation-link-btn:not(.btn-gradient),
.footer .dropdown-foot .navigation-link-btn:not(.btn-gradient)
{
    font-family: 'MontSerrat';
    font-weight: 600;

    text-transform: uppercase; 

    color: #6d6f81;
    background-color: #f9f7f7;

    -webkit-box-pack: start;

        -ms-flex-pack: start;

            justify-content: flex-start;
}
.dropdown-foot .btn:not(.btn-gradient):hover,
.dropdown-foot .footer .navigation-link-btn:not(.btn-gradient):hover,
.footer .dropdown-foot .navigation-link-btn:not(.btn-gradient):hover
{
    color: #7b33ff; 
    background: none;
}
.dropdown-item
{
    margin: 3px 0;
}
.dropdown-item > *.has-scroll
{
    max-height: 240px;
}
.dropdown-label,
.dropdown-filters .filters-label
{
    font-size: 1rem;
    line-height: 1;

    padding: .95rem 1rem; 

    color: #8a8da9;
}
.dropdown-link
{
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;

    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    padding: .95rem 1rem;

    cursor: pointer;
    -webkit-transition: background-color .055s ease-in-out;
    transition: background-color .055s ease-in-out; 
    text-align: left;

    color: #150c27;
    border-radius: 4px;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.dropdown-link:hover
{
    color: #150c27; 
    background-color: #f9f7f7;
}
.dropdown-link:focus
{
    text-decoration: none;
}
.dropdown-link.is-bold
{
    font-weight: 700;
}
.dropdown-anchors .dropdown-link
{
    font-weight: 700;
    line-height: 2; 

    border-bottom: 1px solid #f9f7f7;
}
.dropdown-anchors .dropdown-link.is-active
{
    color: #7b33ff;
}
.field-search-dropdown .dropdown-link
{
    border-top: 1px solid #f9f7f7;
}
.dropdown-link .link-delete
{
    font-size: .85rem;
    line-height: 15px;

    width: 15px; 
    height: 15px;
    margin-right: .5rem;
    margin-left: .5rem;
    padding: 0;

    text-align: center;

    outline: none;
    background-color: transparent;
}
.dropdown-divider
{
    display: block;

    height: 1px;
    margin: 1rem 0; 

    border: none;
    background-color: #dbdbdb;
}

@media (max-width: 576px)
{
    .dropdown-filters.is-active
    {
        z-index: 20;
    }
}

.dropdown-filters .dropdown-trigger .badge,
.dropdown-filters .dropdown-trigger .badge--primary,
.dropdown-filters .dropdown-trigger .badge--secondary,
.dropdown-filters .dropdown-trigger .badge--dark,
.dropdown-filters .dropdown-trigger .badge--success,
.dropdown-filters .dropdown-trigger .badge--info,
.dropdown-filters .dropdown-trigger .badge--warning,
.dropdown-filters .dropdown-trigger .badge--danger,
.dropdown-filters .dropdown-trigger .badge--inverse,
.dropdown-filters .dropdown-trigger .badge--black,
.dropdown-filters .dropdown-trigger .badge--transparent,
.dropdown-filters .dropdown-trigger .badge-primary,
.dropdown-filters .dropdown-trigger .badge-secondary,
.dropdown-filters .dropdown-trigger .badge-dark,
.dropdown-filters .dropdown-trigger .badge-success,
.dropdown-filters .dropdown-trigger .badge-info,
.dropdown-filters .dropdown-trigger .badge-warning,
.dropdown-filters .dropdown-trigger .badge-danger,
.dropdown-filters .dropdown-trigger .badge-inverse,
.dropdown-filters .dropdown-trigger .badge-black,
.dropdown-filters .dropdown-trigger .badge-transparent,
.dropdown-filters .dropdown-trigger .page-search .event-list .event-thumb .cta-btn.cta-map-link,
.page-search .event-list .event-thumb .dropdown-filters .dropdown-trigger .cta-btn.cta-map-link,
.dropdown-filters .dropdown-trigger .page-fav .event-list .event-thumb .cta-btn.cta-map-link,
.page-fav .event-list .event-thumb .dropdown-filters .dropdown-trigger .cta-btn.cta-map-link,
.dropdown-filters .dropdown-trigger .page-account .event-list .event-thumb .cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 84) */
.page-account .event-list .event-thumb .dropdown-filters .dropdown-trigger .cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 84) */
.dropdown-filters .dropdown-trigger .gm-style-iw-d .event-thumb .cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 70) */
.gm-style-iw-d .event-thumb .dropdown-filters .dropdown-trigger .cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 70) */
.dropdown-filters .dropdown-trigger .scene-thumb .cta-btn.cta-map-link,
.scene-thumb .dropdown-filters .dropdown-trigger .cta-btn.cta-map-link,
.dropdown-filters .dropdown-trigger .user-profil-avatar .cta-btn.cta-map-link,
.user-profil-avatar .dropdown-filters .dropdown-trigger .cta-btn.cta-map-link,
.dropdown-filters .dropdown-trigger .artist-search .artist-thumb .cta-btn.cta-map-link,
.artist-search .artist-thumb .dropdown-filters .dropdown-trigger .cta-btn.cta-map-link,
.dropdown-filters .dropdown-trigger .artist-list .artist-thumb .cta-btn.cta-map-link,
.artist-list .artist-thumb .dropdown-filters .dropdown-trigger .cta-btn.cta-map-link
{
    right: inherit; 
    left: -3px;
}

.dropdown-filters .dropdown-menu
{
    right: inherit;
    left: 0; 

    padding: 0;
}

.dropdown-filters .dropdown-content
{
    padding: 1rem; 

    background-color: #fff;

    -webkit-box-flex: 1;

        -ms-flex-positive: 1;

            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
}

.dropdown-filters .dropdown-links.has-scroll
{
    overflow-y: auto; 

    max-height: 190px;
    margin: 0 -10px;
}
.dropdown-filters .dropdown-links.has-scroll .dropdown-link
{
    margin: 0 10px;
}

.dropdown-filters .dropdown-foot
{
    position: relative; 

    display: -webkit-box; 

    display: -ms-flexbox; 

    display: flex;

    padding: 10px;

    border-top: 1px solid #eaeaea;
    background-color: #fdfdfd;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.dropdown-filters .dropdown-accordions > .filters-search
{
    margin-top: -10px;
}

.dropdown-filters .dropdown-accordions .accordions-container
{
    max-height: calc(100vh - 280px);
}
.dropdown-filters .dropdown-accordions .accordions-container .simplebar-track
{
    right: -10px;
}

.dropdown-filters .dropdown-accordion-header
{
    font-family: 'MontSerrat';
    font-size: 1.2rem;
    font-weight: 700;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    height: 42px;
    padding: 10px 15px; 

    color: #0c0c0c;
    border-bottom: 1px solid #f9f7f7;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
.dropdown-filters .dropdown-accordion-header[aria-expanded='true'],
.dropdown-filters .dropdown-accordion-header:hover
{
    color: #7b33ff;
}
.dropdown-filters .dropdown-accordion-header .badge,
.dropdown-filters .dropdown-accordion-header .badge--primary,
.dropdown-filters .dropdown-accordion-header .badge--secondary,
.dropdown-filters .dropdown-accordion-header .badge--dark,
.dropdown-filters .dropdown-accordion-header .badge--success,
.dropdown-filters .dropdown-accordion-header .badge--info,
.dropdown-filters .dropdown-accordion-header .badge--warning,
.dropdown-filters .dropdown-accordion-header .badge--danger,
.dropdown-filters .dropdown-accordion-header .badge--inverse,
.dropdown-filters .dropdown-accordion-header .badge--black,
.dropdown-filters .dropdown-accordion-header .badge--transparent,
.dropdown-filters .dropdown-accordion-header .badge-primary,
.dropdown-filters .dropdown-accordion-header .badge-secondary,
.dropdown-filters .dropdown-accordion-header .badge-dark,
.dropdown-filters .dropdown-accordion-header .badge-success,
.dropdown-filters .dropdown-accordion-header .badge-info,
.dropdown-filters .dropdown-accordion-header .badge-warning,
.dropdown-filters .dropdown-accordion-header .badge-danger,
.dropdown-filters .dropdown-accordion-header .badge-inverse,
.dropdown-filters .dropdown-accordion-header .badge-black,
.dropdown-filters .dropdown-accordion-header .badge-transparent,
.dropdown-filters .dropdown-accordion-header .page-search .event-list .event-thumb .cta-btn.cta-map-link,
.page-search .event-list .event-thumb .dropdown-filters .dropdown-accordion-header .cta-btn.cta-map-link,
.dropdown-filters .dropdown-accordion-header .page-fav .event-list .event-thumb .cta-btn.cta-map-link,
.page-fav .event-list .event-thumb .dropdown-filters .dropdown-accordion-header .cta-btn.cta-map-link,
.dropdown-filters .dropdown-accordion-header .page-account .event-list .event-thumb .cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 84) */
.page-account .event-list .event-thumb .dropdown-filters .dropdown-accordion-header .cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 84) */
.dropdown-filters .dropdown-accordion-header .gm-style-iw-d .event-thumb .cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 70) */
.gm-style-iw-d .event-thumb .dropdown-filters .dropdown-accordion-header .cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 70) */
.dropdown-filters .dropdown-accordion-header .scene-thumb .cta-btn.cta-map-link,
.scene-thumb .dropdown-filters .dropdown-accordion-header .cta-btn.cta-map-link,
.dropdown-filters .dropdown-accordion-header .user-profil-avatar .cta-btn.cta-map-link,
.user-profil-avatar .dropdown-filters .dropdown-accordion-header .cta-btn.cta-map-link,
.dropdown-filters .dropdown-accordion-header .artist-search .artist-thumb .cta-btn.cta-map-link,
.artist-search .artist-thumb .dropdown-filters .dropdown-accordion-header .cta-btn.cta-map-link,
.dropdown-filters .dropdown-accordion-header .artist-list .artist-thumb .cta-btn.cta-map-link,
.artist-list .artist-thumb .dropdown-filters .dropdown-accordion-header .cta-btn.cta-map-link
{
    font-size: 1rem;
    font-weight: 600;
    line-height: 20px;

    width: 20px; 
    height: 20px;
    margin-left: 10px;
    padding: 0;

    text-align: center;
    vertical-align: middle;
}
.dropdown-filters .dropdown-accordion-header .smart-icon
{
    font-size: 1.2rem;
    line-height: 20px;

    position: relative;

    display: block;

    width: 15px;
    height: 15px;
    margin-left: 10px; 

    background-color: transparent;
}
.dropdown-filters .dropdown-accordion-header .smart-icon[aria-hidden^='true']
{
    display: none;
}
.dropdown-filters .dropdown-accordion-header .smart-icon:before
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: inline-block;

    width: 13px;
    height: 13px; 

    content: '';
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    background-image: url('../images_ng/icons/checked-purple.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px;
}

.dropdown-filters .dropdown-accordion-content
{
    padding-bottom: 5px; 

    border-bottom: 1px solid #f9f7f7;
}

.dropdown-filters .filters-search
{
    width: inherit !important; 
    margin-right: -1rem;
    margin-left: -1rem !important;
}
.dropdown-filters .filters-search .search-input
{
    width: 100%; 
    height: 45px;
}

.dropdown-filters .filters-range
{
    padding: 10px 15px 25px; 

    border-radius: 2px;
    background-color: #f9f7f7;
}
.dropdown-filters .filters-range .range-value
{
    font-size: 1rem;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    margin-bottom: 12px; 

    color: #8a8da9;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.dropdown-filters .filters-range .range-value .value
{
    font-size: 1.15rem; 

    color: #150c27;
}

.dropdown-filters .filters-list
{
    margin-bottom: 0;
    padding-left: 0; 

    list-style: none;
}
.dropdown-filters .filters-list[data-simplebar]
{
    max-height: 240px;
}
.dropdown-filters .filters-list.filter-treeview
{
    position: relative;
}
.dropdown-filters .filters-list.filter-treeview .fields-nested
{
    display: none;

    margin-left: 0;
    padding-left: 0; 

    list-style-type: none;
}
.dropdown-filters .filters-list.filter-treeview .fields-nested .checkbox-label
{
    padding-left: 3rem;
}

.dropdown-filters .filters-foot
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 8px 0; 

    -ms-flex-pack: distribute; 

        justify-content: space-around;
}
.dropdown-filters .filters-foot-link
{
    font-size: 1rem;

    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; 
    -webkit-transition: .075s ease-in-out; 
    transition: .075s ease-in-out;

    color: #0c0c0c;
}
.dropdown-filters .filters-foot-link:hover
{
    color: #7b33ff;
}

.dropdown-filters .field-checkbox-filter .checkbox-input:checked + .checkbox-label:before
{
    background-image: url('../images_ng/icons/checked-purple.svg');
    background-size: 10px;
}

.dropdown-filters .field-root
{
    position: relative;

    width: 100%;
}
.dropdown-filters .field-root:before
{
    position: absolute;
    top: 50%;
    left: 10px;

    display: inline-block;

    width: 10px; 
    height: 10px;

    content: '';
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
    vertical-align: middle;

    background-image: url('../images_ng/icons/sign-plus.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
}
.dropdown-filters .field-root.is-active:before
{
    background-image: url('../images_ng/icons/sign-minus.svg');
}
.dropdown-filters .field-root .checkbox-label
{
    padding-left: 30px;
}

.dropdown-filters .results-container
{
    display: none;

    max-height: 380px;
}
.dropdown-filters .results-container.is-active
{
    display: block;
}
.dropdown-filters .results-container .simplebar-track
{
    right: -10px;
}

.dropdown-filters .results-item
{
    margin-bottom: 2px;

    -webkit-transition: .075s ease-in-out;

    transition: .075s ease-in-out; 

    border-radius: 2px;
    background-color: #f9f7f7;
}
.dropdown-filters .results-item:hover
{
    background-color: #e5e3e8;
}
.dropdown-filters .results-item:hover .results-link span
{
    color: #7b33ff;
}

.dropdown-filters .results-link
{
    font-size: 1.2rem;

    display: block;

    padding: 12px 10px;

    text-decoration: none !important; 

    color: #150c27;
}
.dropdown-filters .results-link span
{
    font-size: 1rem;

    display: block;

    text-transform: uppercase; 

    color: #8a8da9;
}

.dropdown-filters .has-bg
{
    padding: 15px 10px; 

    border-radius: 2px;
    background-color: #f9f7f7;
}

.tabs
{
    outline: 0;
}

.tabs-players .tabs-menu
{
    margin-bottom: 0; 

    border-bottom: 0;
}

.tabs-players .tabs-content
{
    border: 1px solid #e8e5e5;
    border-top: 0;
}
.tabs-players .tabs-content .warning
{
    padding: 80px 20px;

    text-align: center; 

    background-color: #f9f7f7;
}
.tabs-players .tabs-content .warning-wrapper
{
    max-width: 435px; 
    margin: 0 auto;
}
.tabs-players .tabs-content .warning .title,
.tabs-players .tabs-content .warning .rte-bis h3,
.rte-bis .tabs-players .tabs-content .warning h3,
.tabs-players .tabs-content .warning .rte-bis h4,
.rte-bis .tabs-players .tabs-content .warning h4
{
    margin: 30px 0 20px;
}

.tabs:not(.tabs-player) .tabs-menu-item:not(:last-child)
{
    border-right: 1px solid #e8e5e5;
}

.tabs:not(.tabs-player) .tabs-menu-link:hover,
.tabs:not(.tabs-player) .tabs-menu-link.is-active
{
    background-color: #f9f7f7;
}

.tabs-menu
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0; 

    list-style: none;

    border: 1px solid #e8e5e5;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
@media (max-width: 576px)
{
    .tabs-menu
    {
        margin-top: 20px;
    }
}
.modal .tabs-menu
{
    margin-top: 0; 

    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.tabs-menu-item
{
    height: 60px;

    -webkit-transition: .075s ease-in-out;

    transition: .075s ease-in-out; 

    -webkit-box-flex: 1; 

        -ms-flex: 1; 

            flex: 1;
}
@media (max-width: 576px)
{
    .tabs-menu-item
    {
        height: 50px;
    }
}

.tabs-menu-link
{
    font-size: 1.3rem;
    font-weight: 700;

    position: relative;

    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%; 
    height: 100%;
    padding: .5rem 1rem;

    text-decoration: none !important;

    color: #150c27;
    outline: none;
    background-color: #fff;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media all and (-ms-high-contrast: none) /* TODO add in integration (added by GROHMANI dans version 70) */
{
    .btn
    {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
}

.tabs-menu-link:before
{
    position: absolute;
    bottom: 0;
    left: 50%;

    display: block;

    width: 60px; 
    height: 4px;

    content: '';
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);

    border-radius: 3px;
    background: transparent;
}
.tabs-menu-link .badge,
.tabs-menu-link .badge--primary,
.tabs-menu-link .badge--secondary,
.tabs-menu-link .badge--dark,
.tabs-menu-link .badge--success,
.tabs-menu-link .badge--info,
.tabs-menu-link .badge--warning,
.tabs-menu-link .badge--danger,
.tabs-menu-link .badge--inverse,
.tabs-menu-link .badge--black,
.tabs-menu-link .badge--transparent,
.tabs-menu-link .badge-primary,
.tabs-menu-link .badge-secondary,
.tabs-menu-link .badge-dark,
.tabs-menu-link .badge-success,
.tabs-menu-link .badge-info,
.tabs-menu-link .badge-warning,
.tabs-menu-link .badge-danger,
.tabs-menu-link .badge-inverse,
.tabs-menu-link .badge-black,
.tabs-menu-link .badge-transparent,
.tabs-menu-link .page-search .event-list .event-thumb .cta-btn.cta-map-link,
.page-search .event-list .event-thumb .tabs-menu-link .cta-btn.cta-map-link,
.tabs-menu-link .page-fav .event-list .event-thumb .cta-btn.cta-map-link,
.page-fav .event-list .event-thumb .tabs-menu-link .cta-btn.cta-map-link,
.tabs-menu-link .page-account .event-list .event-thumb .cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 84) */
.page-account .event-list .event-thumb .tabs-menu-link .cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 84) */
.tabs-menu-link .gm-style-iw-d .event-thumb .cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 70) */
.gm-style-iw-d .event-thumb .tabs-menu-link .cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 70) */
.tabs-menu-link .scene-thumb .cta-btn.cta-map-link,
.scene-thumb .tabs-menu-link .cta-btn.cta-map-link,
.tabs-menu-link .user-profil-avatar .cta-btn.cta-map-link,
.user-profil-avatar .tabs-menu-link .cta-btn.cta-map-link,
.tabs-menu-link .artist-search .artist-thumb .cta-btn.cta-map-link,
.artist-search .artist-thumb .tabs-menu-link .cta-btn.cta-map-link,
.tabs-menu-link .artist-list .artist-thumb .cta-btn.cta-map-link,
.artist-list .artist-thumb .tabs-menu-link .cta-btn.cta-map-link
{
    width: 30px; 
    height: 30px;
    margin-left: 10px;

    border: 1px solid #e8e5e5;
    background-color: #fff;
}
.tabs-menu-link.is-active.is-soundcloud:before
{
    background: #f70;
}
.tabs-menu-link.is-active.is-bandcamp:before
{
    background: #000;
}
.tabs-menu-link.is-active.is-spotify:before
{
    background: #00d95f;
}
.tabs-menu-link.is-active.is-deezer:before
{
    background: #150c27;
}
.tabs-menu-link.is-active.is-appleMusic:before
{
    background: #d6d5d8;
}
.tabs-menu-link .icon-soundcloud
{
    width: 32px; 
    height: 16px;
}
.tabs-menu-link .icon-bandcamp
{
    width: 26px; 
    height: 16px;
}
.tabs-menu-link .icon-spotify
{
    width: 26px; 
    height: 26px;
}
.tabs-menu-link .icon-deezer
{
    width: 28px; 
    height: 18px;
}
.tabs-menu-link .icon-apple-music
{
    width: 22px; 
    height: 26px;
}

.tabs-content-item[aria-hidden='true']
{
    display: none;
    visibility: hidden; 

    height: 0;
    min-height: 0;
    padding: 0;

    outline: none;
}

.tabs-content-item[aria-hidden='false']
{
    display: block;
    visibility: visible;
}

.tabs-content-item
{
    overflow: hidden; 

    outline: none;
}

.heading
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 40px; 

    -webkit-box-align: end; 

        -ms-flex-align: end; 

            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.page-home .heading
{
    margin-bottom: 55px;
}
@media (max-width: 576px)
{
    .heading .heading-opts
    {
        margin-left: 0;
    }
}
.heading-small-wrapper
{
    max-width: 620px; 
    margin: 0 auto;
}
.heading-title.is-center
{
    text-align: center; 

    -webkit-box-pack: center; 

        -ms-flex-pack: center; 

            justify-content: center;
}
.heading-title.is-center .title,
.heading-title.is-center .rte-bis h3,
.rte-bis .heading-title.is-center h3,
.heading-title.is-center .rte-bis h4,
.rte-bis .heading-title.is-center h4
{
    text-align: center;
}
.heading-title.is-center .title:before,
.heading-title.is-center .rte-bis h3:before,
.rte-bis .heading-title.is-center h3:before,
.heading-title.is-center .rte-bis h4:before,
.rte-bis .heading-title.is-center h4:before
{
    left: 50%;

    -webkit-transform: translateX(-50%);

            transform: translateX(-50%);
}
.heading-title .badge,
.heading-title .badge--primary,
.heading-title .badge--secondary,
.heading-title .badge--dark,
.heading-title .badge--success,
.heading-title .badge--info,
.heading-title .badge--warning,
.heading-title .badge--danger,
.heading-title .badge--inverse,
.heading-title .badge--black,
.heading-title .badge--transparent,
.heading-title .badge-primary,
.heading-title .badge-secondary,
.heading-title .badge-dark,
.heading-title .badge-success,
.heading-title .badge-info,
.heading-title .badge-warning,
.heading-title .badge-danger,
.heading-title .badge-inverse,
.heading-title .badge-black,
.heading-title .badge-transparent,
.heading-title .page-search .event-list .event-thumb .cta-btn.cta-map-link,
.page-search .event-list .event-thumb .heading-title .cta-btn.cta-map-link,
.heading-title .page-fav .event-list .event-thumb .cta-btn.cta-map-link,
.page-fav .event-list .event-thumb .heading-title .cta-btn.cta-map-link,
.heading-title .scene-thumb .cta-btn.cta-map-link,
.scene-thumb .heading-title .cta-btn.cta-map-link,
.heading-title .user-profil-avatar .cta-btn.cta-map-link,
.user-profil-avatar .heading-title .cta-btn.cta-map-link,
.heading-title .artist-search .artist-thumb .cta-btn.cta-map-link,
.artist-search .artist-thumb .heading-title .cta-btn.cta-map-link,
.heading-title .artist-list .artist-thumb .cta-btn.cta-map-link,
.artist-list .artist-thumb .heading-title .cta-btn.cta-map-link
{
    font-size: 1.2rem;

    width: 30px; 
    height: 30px;
    margin-left: 5px;

    text-align: center;
    vertical-align: middle;

    color: #fff;
    background-color: #7b33ff;
}
.heading.is-center
{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.heading.is-center .title,
.heading.is-center .rte-bis h3,
.rte-bis .heading.is-center h3,
.heading.is-center .rte-bis h4,
.rte-bis .heading.is-center h4
{
    margin-right: 0;

    text-align: center;
}
.heading.is-center .title:before,
.heading.is-center .rte-bis h3:before,
.rte-bis .heading.is-center h3:before,
.heading.is-center .rte-bis h4:before,
.rte-bis .heading.is-center h4:before
{
    left: 50%;

    -webkit-transform: translateX(-50%);

            transform: translateX(-50%);
}
.heading.is-center .subtitle,
.heading.is-center .text-sm
{
    margin-top: 5px;

    text-align: center;
}
.heading.has-illustration
{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.heading.has-illustration .heading-illustration
{
    margin-right: 40px;
}
@media (max-width: 576px)
{
    .heading.has-illustration .heading-illustration
    {
        display: none;
    }
}
.heading.has-illustration .heading-title
{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.heading.has-illustration .heading-title .text-sm
{
    margin-bottom: 0;
}
.heading .title,
.heading .rte-bis h3,
.rte-bis .heading h3,
.heading .rte-bis h4,
.rte-bis .heading h4
{
    line-height: 1.25;

    margin-right: 20px;
}
.has-bg-gradient .heading .title,
.has-bg-gradient .heading .rte-bis h3,
.rte-bis .has-bg-gradient .heading h3,
.has-bg-gradient .heading .rte-bis h4,
.rte-bis .has-bg-gradient .heading h4,
.has-bg-gradient-blue .heading .title,
.has-bg-gradient-blue .heading .rte-bis h3,
.rte-bis .has-bg-gradient-blue .heading h3,
.has-bg-gradient-blue .heading .rte-bis h4,
.rte-bis .has-bg-gradient-blue .heading h4,
.has-bg-gradient-transformed .heading .title,
.has-bg-gradient-transformed .heading .rte-bis h3,
.rte-bis .has-bg-gradient-transformed .heading h3,
.has-bg-gradient-transformed .heading .rte-bis h4,
.rte-bis .has-bg-gradient-transformed .heading h4
{
    color: #fff;
}
.heading .title > span.text-sm,
.heading .rte-bis h3 > span.text-sm,
.rte-bis .heading h3 > span.text-sm,
.heading .rte-bis h4 > span.text-sm,
.rte-bis .heading h4 > span.text-sm
{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3rem;
    font-weight: 400;

    display: inline-block;

    margin-left: 10px; 

    letter-spacing: -.02rem;

    color: #6d6f81;
}
.heading .title > div.subtitle,
.heading .rte-bis h3 > div.subtitle,
.rte-bis .heading h3 > div.subtitle,
.heading .rte-bis h4 > div.subtitle,
.rte-bis .heading h4 > div.subtitle,
.heading .title > span.subtitle,
.heading .rte-bis h3 > span.subtitle,
.rte-bis .heading h3 > span.subtitle,
.heading .rte-bis h4 > span.subtitle,
.rte-bis .heading h4 > span.subtitle
{
    font-weight: 300;

    margin-bottom: 0;
    margin-left: 10px; 

    color: #6d6f81;
}
.heading .title > div.subtitle-md,
.heading .rte-bis h3 > div.subtitle-md,
.rte-bis .heading h3 > div.subtitle-md,
.heading .rte-bis h4 > div.subtitle-md,
.rte-bis .heading h4 > div.subtitle-md,
.heading .title > span.subtitle-md,
.heading .rte-bis h3 > span.subtitle-md,
.rte-bis .heading h3 > span.subtitle-md,
.heading .rte-bis h4 > span.subtitle-md,
.rte-bis .heading h4 > span.subtitle-md
{
    font-size: 1.8rem;

    letter-spacing: .025rem;
}
@media (max-width: 576px)
{
    .heading .title > div.subtitle-md,
    .heading .rte-bis h3 > div.subtitle-md,
    .rte-bis .heading h3 > div.subtitle-md,
    .heading .rte-bis h4 > div.subtitle-md,
    .rte-bis .heading h4 > div.subtitle-md,
    .heading .title > span.subtitle-md,
    .heading .rte-bis h3 > span.subtitle-md,
    .rte-bis .heading h3 > span.subtitle-md,
    .heading .rte-bis h4 > span.subtitle-md,
    .rte-bis .heading h4 > span.subtitle-md
    {
        font-size: 1.5rem;
    }
}
.heading .title > div.subtitle,
.heading .rte-bis h3 > div.subtitle,
.rte-bis .heading h3 > div.subtitle,
.heading .rte-bis h4 > div.subtitle,
.rte-bis .heading h4 > div.subtitle
{
    margin-left: 0;
}
.heading .subtitle
{
    font-weight: 300;

    margin-top: 3px; 
    margin-bottom: 0;
}
.has-bg-gradient .heading .subtitle,
.has-bg-gradient-blue .heading .subtitle,
.has-bg-gradient-transformed .heading .subtitle
{
    color: #fff;
}
.heading .subtitle-md
{
    font-size: 1.8rem;

    letter-spacing: .025rem;
}
@media (max-width: 576px)
{
    .heading .subtitle-md
    {
        font-size: 1.5rem;
    }
}
.heading-opts
{
    margin-left: auto;
}
.heading-opts.has-flex-c
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
.heading-opts.is-full
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%; 

    border-bottom: 1px solid #e8e5e5;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.heading-opts .fields
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 768px)
{
    .heading-opts .fields
    {
        margin-top: 20px;
    }
}
@media (max-width: 768px)
{
    .heading-opts .fields > *
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; 

        -webkit-box-align: start !important; 

            -ms-flex-align: start !important; 

                align-items: flex-start !important;
    }
    .heading-opts .fields > * select
    {
        padding-left: 0 !important;
    }
}
.heading-opts .fields > *:not(:last-child)
{
    margin-right: 30px;
}
@media (max-width: 576px)
{
    .heading-opts .field-search
    {
        width: 100%;
    }
}
.heading-opts .field-search .search-btn
{
    left: 0;
}
.heading-opts .field-search .search-input
{
    font-size: 1.3rem;

    padding-left: 35px;
}
@media (min-width: 577px)
{
    .heading-opts .field-search .search-input
    {
        width: 275px;
    }
}
@media (max-width: 576px)
{
    .heading-opts .field-search .search-input
    {
        width: 100%;
    }
}
.heading-opts .field-select
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: auto; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
}
@media (max-width: 576px)
{
    .heading-opts .field-select
    {
        width: 100%;
    }
}
.heading-opts .field-select label
{
    font-size: 1.3rem;

    margin-bottom: 0; 

    color: #0c0c0c;

    -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

            flex: 0 0 auto;
}
.heading-opts .field-select select
{
    font-size: 1.3rem;
    font-weight: 700;

    width: auto; 
    padding-right: 75px;
    padding-left: 20px;

    border: none !important;
    border-radius: 0;
}
.heading-opts .btn-remove
{
    margin-left: 20px;
}
.heading-filters.is-full
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%; 
    padding-bottom: 5px;

    border-bottom: 1px solid #e8e5e5;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (min-width: 577px)
{
    .heading-filters.is-full
    {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
}
@media (max-width: 576px)
{
    .heading-filters.is-full
    {
        padding-bottom: 10px;
    }
}
.heading-filters .dropdown-filters
{
    margin-right: 15px; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.heading-filters .dropdown-filters.is-active .dropdown-trigger .filters-btn
{
    border: 1px solid #e8e5e5; 
    background-color: #f9f7f7;
}
.heading-filters .dropdown-filters .dropdown-trigger .filters-btn
{
    font-size: 1.6rem;
    line-height: 38px;

    width: 40px; 
    height: 40px;

    color: #000;
    border: 1px solid transparent;
}
.heading-filters .dropdown-filters .dropdown-trigger .filters-btn:hover
{
    border: 1px solid #e8e5e5; 
    background-color: #f9f7f7;
}
.heading-filters .dropdown-filters .dropdown-trigger .badge,
.heading-filters .dropdown-filters .dropdown-trigger .badge--primary,
.heading-filters .dropdown-filters .dropdown-trigger .badge--secondary,
.heading-filters .dropdown-filters .dropdown-trigger .badge--dark,
.heading-filters .dropdown-filters .dropdown-trigger .badge--success,
.heading-filters .dropdown-filters .dropdown-trigger .badge--info,
.heading-filters .dropdown-filters .dropdown-trigger .badge--warning,
.heading-filters .dropdown-filters .dropdown-trigger .badge--danger,
.heading-filters .dropdown-filters .dropdown-trigger .badge--inverse,
.heading-filters .dropdown-filters .dropdown-trigger .badge--black,
.heading-filters .dropdown-filters .dropdown-trigger .badge--transparent,
.heading-filters .dropdown-filters .dropdown-trigger .badge-primary,
.heading-filters .dropdown-filters .dropdown-trigger .badge-secondary,
.heading-filters .dropdown-filters .dropdown-trigger .badge-dark,
.heading-filters .dropdown-filters .dropdown-trigger .badge-success,
.heading-filters .dropdown-filters .dropdown-trigger .badge-info,
.heading-filters .dropdown-filters .dropdown-trigger .badge-warning,
.heading-filters .dropdown-filters .dropdown-trigger .badge-danger,
.heading-filters .dropdown-filters .dropdown-trigger .badge-inverse,
.heading-filters .dropdown-filters .dropdown-trigger .badge-black,
.heading-filters .dropdown-filters .dropdown-trigger .badge-transparent,
.heading-filters .dropdown-filters .dropdown-trigger .page-search .event-list .event-thumb .cta-btn.cta-map-link,
.page-search .event-list .event-thumb .heading-filters .dropdown-filters .dropdown-trigger .cta-btn.cta-map-link,
.heading-filters .dropdown-filters .dropdown-trigger .page-fav .event-list .event-thumb .cta-btn.cta-map-link,
.page-fav .event-list .event-thumb .heading-filters .dropdown-filters .dropdown-trigger .cta-btn.cta-map-link,
.heading-filters .dropdown-filters .dropdown-trigger .page-account .event-list .event-thumb .cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 84) */
.page-account .event-list .event-thumb .heading-filters .dropdown-filters .dropdown-trigger .cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 84) */
.heading-filters .dropdown-filters .dropdown-trigger .gm-style-iw-d .event-thumb .cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 70) */
.gm-style-iw-d .event-thumb .heading-filters .dropdown-filters .dropdown-trigger .cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 70) */
.heading-filters .dropdown-filters .dropdown-trigger .scene-thumb .cta-btn.cta-map-link,
.scene-thumb .heading-filters .dropdown-filters .dropdown-trigger .cta-btn.cta-map-link,
.heading-filters .dropdown-filters .dropdown-trigger .user-profil-avatar .cta-btn.cta-map-link,
.user-profil-avatar .heading-filters .dropdown-filters .dropdown-trigger .cta-btn.cta-map-link,
.heading-filters .dropdown-filters .dropdown-trigger .artist-search .artist-thumb .cta-btn.cta-map-link,
.artist-search .artist-thumb .heading-filters .dropdown-filters .dropdown-trigger .cta-btn.cta-map-link,
.heading-filters .dropdown-filters .dropdown-trigger .artist-list .artist-thumb .cta-btn.cta-map-link,
.artist-list .artist-thumb .heading-filters .dropdown-filters .dropdown-trigger .cta-btn.cta-map-link
{
    top: 0; 
    right: -5px;
    left: inherit;
}
.heading-filters .dropdown-filters .dropdown-menu
{
    top: 48px;
}
@media (max-width: 576px)
{
    .heading-filters .field-search
    {
        width: calc(100% - 40px - 15px);
    }
}
.heading-filters .field-search .search-btn
{
    left: 0;
}
.heading-filters .field-search .search-input
{
    font-size: 1.3rem;

    padding-left: 35px;
}
@media (min-width: 577px)
{
    .heading-filters .field-search .search-input
    {
        width: 275px;
    }
}
@media (max-width: 576px)
{
    .heading-filters .field-search .search-input
    {
        width: 100%;
    }
}
.heading-filters .field-select
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: auto; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
}
@media (min-width: 577px)
{
    .heading-filters .field-select
    {
        margin-left: auto;
    }
}
@media (max-width: 576px)
{
    .heading-filters .field-select
    {
        display: none;
    }
}
.heading-filters .field-select label
{
    font-size: 1.3rem;

    margin-bottom: 0; 

    color: #0c0c0c;

    -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

            flex: 0 0 auto;
}
.heading-filters .field-select select
{
    font-size: 1.3rem;
    font-weight: 700;

    width: auto; 
    height: inherit;
    padding-right: 55px;
    padding-left: 10px;

    border: none !important;
    border-radius: 0;
}
@media (max-width: 576px)
{
    .heading-filters .field-select select
    {
        padding-right: 30px;
    }
}
@media (max-width: 576px)
{
    .heading-search
    {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
}
@media (max-width: 768px)
{
    .heading-links
    {
        display: none;
    }
}
.heading-links .link
{
    font-size: 1.3rem;

    -webkit-transition: color .075s ease-in-out;

    transition: color .075s ease-in-out; 
    text-decoration: none;

    color: #0c0c0c;
}
.heading-links .link:hover
{
    color: #7b33ff;
}

@media (min-width: 577px)
{
    .heading-calendar
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; 

        -webkit-box-align: end; 

            -ms-flex-align: end; 

                align-items: flex-end;
    }
}

.heading-calendar .title,
.heading-calendar .rte-bis h3,
.rte-bis .heading-calendar h3,
.heading-calendar .rte-bis h4,
.rte-bis .heading-calendar h4
{
    margin-right: 15px;
}

.gallery-preview
{
    position: relative;
}
.gallery-preview.only-one .gallery-preview-main
{
    width: 100%;
}
.gallery-preview.only-one .gallery-preview-main figure
{
    margin-bottom: 0;
}
.gallery-preview.only-one .gallery-preview-main figure:first-child .img-meta
{
    top: inherit;
    bottom: 20px;
    left: 20px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 80px; 
    height: 80px;

    -webkit-transform: inherit;

            transform: inherit;
}
.gallery-preview.only-one .gallery-preview-main figure .img-meta
{
    line-height: 1.15; 

    display: -webkit-box; 

    display: -ms-flexbox; 

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.gallery-preview.only-one .gallery-preview-main figure .img-meta span
{
    font-weight: 300;
}
.gallery-preview.only-one .gallery-preview-others
{
    display: none;
}
.gallery-preview figure
{
    display: block;

    -webkit-transition: opacity .1s ease-in-out;

    transition: opacity .1s ease-in-out; 

    background-color: #f1edf3;
}
.gallery-preview figure a
{
    position: relative; 

    display: block;

    cursor: pointer;
}
.gallery-preview figure:hover .video-container:after,
.gallery-preview figure:hover .img-container:after
{
    top: 50%; 

    opacity: 1;
}
.gallery-preview figure:hover .video-container:before,
.gallery-preview figure:hover .img-container:before
{
    -webkit-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out; 

    opacity: 1;
}
.gallery-preview .video-container,
.gallery-preview .img-container
{
    overflow: hidden; 

    border-radius: 4px;
}
.gallery-preview .video-container .img-meta,
.gallery-preview .img-container .img-meta
{
    font-family: 'MontSerrat';
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 40px;

    position: absolute;
    z-index: 1; 
    top: 50%;
    left: 50%;

    display: block;

    width: 40px;
    height: 40px;

    cursor: pointer;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #000;

    -ms-flex-line-pack: center;

        align-content: center;
}
@media (min-width: 577px)
{
    .gallery-preview .video-container:after,
    .gallery-preview .img-container:after
    {
        position: absolute;
        z-index: 1; 
        top: 45%;
        left: 50%;

        content: '';
        -webkit-transition: top .1s ease-in-out, opacity .1s ease-in-out;
        transition: top .1s ease-in-out, opacity .1s ease-in-out;
        -webkit-transform: translateY(-50%) translateX(-50%);
                transform: translateY(-50%) translateX(-50%);

        opacity: 0;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain;
    }
    .gallery-preview .video-container:before,
    .gallery-preview .img-container:before
    {
        position: absolute;
        z-index: 1; 
        top: 0;
        left: 0;

        display: block;

        width: 100%;
        height: 100%;

        content: '';

        opacity: 0;
        background-color: rgba(21, 12, 39, .4);
    }
}
.gallery-preview .video-container
{
    position: relative;

    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
}
.gallery-preview .video-container .media-to-fit
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%; 
    height: 100%;

    -webkit-transition: -webkit-filter .15s ease-in-out;

    transition: -webkit-filter .15s ease-in-out;

    transition: filter .15s ease-in-out;

    transition: filter .15s ease-in-out, -webkit-filter .15s ease-in-out;
}
.gallery-preview .img-container:after,
.gallery-preview .video-container:after
{
    width: 80px; 
    height: 57px;

    background-image: url('../images_ng/icons/see-img.svg');
}
.gallery-preview .img-container .media-to-fit,
.gallery-preview .video-container .media-to-fit
{
    width: 100%; 
    height: 100%;

    -webkit-transition: -webkit-filter .15s ease-in-out;

    transition: -webkit-filter .15s ease-in-out;

    transition: filter .15s ease-in-out;

    transition: filter .15s ease-in-out, -webkit-filter .15s ease-in-out;

    -o-object-fit: cover;

       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
}
.gallery-preview .video-container:after
{
    width: 80px; 
    height: 56px;

    background-image: url('../images_ng/icons/see-video.svg');
}
@media (min-width: 577px)
{
    .gallery-preview-main figure:first-child .img-meta
    {
        display: none;
    }
}
.gallery-preview-others
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 30px;
    margin-right: -15px;
    margin-left: -15px;
}
.gallery-preview-others > *
{
    width: calc(100% / 4 - .01px);
}
.gallery-preview-others.has-gutter
{
    margin-right: -.5rem;
    margin-left: -.5rem;
}
.gallery-preview-others.has-gutter > *
{
    width: calc(100% / 4 - 1rem - .01px);
    margin-right: .5rem;
    margin-left: .5rem;
}
.gallery-preview-others.has-gutter-l
{
    margin-right: -1rem;
    margin-left: -1rem;
}
.gallery-preview-others.has-gutter-l > *
{
    width: calc(100% / 4 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
}
.gallery-preview-others.has-gutter-xl
{
    margin-right: -2rem;
    margin-left: -2rem;
}
.gallery-preview-others.has-gutter-xl > *
{
    width: calc(100% / 4 - 4rem - .01px);
    margin-right: 2rem;
    margin-left: 2rem;
}
.gallery-preview-others > *
{
    width: calc(100% / 4 - 30px - .01px);
    margin-right: 15px;
    margin-left: 15px;
}
@media (min-width: 577px)
{
    .gallery-preview-others .img-container:after,
    .gallery-preview-others .video-container:after
    {
        width: 60px; 
        height: 37px;
    }
}
@media (max-width: 576px)
{
    .gallery-preview-others
    {
        display: none;
    }
}
.gallery-preview-others figure:last-child a:after
{
    content: none;
}
.gallery-preview-disabled
{
    display: none !important;
}

.map-container
{
    overflow: hidden; 

    height: 350px;

    border-radius: 5px;
}
.modal .map-container
{
    height: 200px;
    margin: 30px -30px 0;
}
.map-container iframe
{
    width: 100%; 
    height: 100%;
}

.map-meta
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 15px; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 768px)
{
    .map-meta .links
    {
        margin-top: 10px;
    }
}

.sidebar-card
{
    overflow: hidden;

    padding: 30px 25px; 
    padding-bottom: 0;

    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 20px 0 rgba(47, 49, 59, .2);
            box-shadow: 0 10px 20px 0 rgba(47, 49, 59, .2);
}
@media (max-width: 768px)
{
    .sidebar-card
    {
        margin-bottom: 50px;
    }
}
.sidebar-card .has-borders
{
    border-top: 1px solid #e8e5e5; 
    border-bottom: 1px solid #e8e5e5;
}
.page-edition .sidebar-card
{
    padding-top: 0; 
    padding-bottom: 0;
}
.page-contact .sidebar-card
{
    padding: 60px 25px;
}

.sidebar-card .sidebar-items,
.sidebar-card
.sidebar-button
{
    margin: 0 -25px;
}
.sidebar-card .sidebar-items hr,
.sidebar-card
  .sidebar-button hr
{
    margin: 0; 

    background-color: #e8e5e5;
}

.sidebar-button .btn-transparent
{
    height: 60px; 

    border-top: 1px solid #e8e5e5;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.sidebar-button .btn-group
{
    margin: 0;
}
@media (max-width: 576px)
{
    .sidebar-button .btn-group
    {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}
.sidebar-button .btn-group .btn,
.sidebar-button .btn-group .footer .navigation-link-btn,
.footer .sidebar-button .btn-group .navigation-link-btn
{
    font-size: 1.3rem;

    margin: 0; 

    border-top: 1px solid #e8e5e5;

    -webkit-box-flex: 1;

        -ms-flex: 1;

            flex: 1;
}
@media (max-width: 576px)
{
    .sidebar-button .btn-group .btn,
    .sidebar-button .btn-group .footer .navigation-link-btn,
    .footer .sidebar-button .btn-group .navigation-link-btn
    {
        width: inherit;
    }
}
.sidebar-button .btn-group .btn.is-disabled,
.sidebar-button .btn-group .footer .is-disabled.navigation-link-btn,
.footer .sidebar-button .btn-group .is-disabled.navigation-link-btn
{
    opacity: 1; 
    color: #e8e5e5 !important;
    background: #f9f7f7;
}
.sidebar-button .btn-group .btn.is-full,
.sidebar-button .btn-group .footer .is-full.navigation-link-btn,
.footer .sidebar-button .btn-group .is-full.navigation-link-btn
{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.scene-capacity,
.artist-capacity
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 

    -webkit-box-align: stretch; 

        -ms-flex-align: stretch; 

            align-items: stretch;
}
.sidebar-card .scene-capacity,
.sidebar-card
  .artist-capacity
{
    padding: 20px 25px; 

    border-top: 1px solid #e8e5e5;
    border-bottom: 1px solid #e8e5e5;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
}
.sidebar-card .scene-capacity.scene-capacity-boxed,
.sidebar-card .scene-capacity.artist-capacity-boxed,
.sidebar-card
    .artist-capacity.scene-capacity-boxed,
.sidebar-card
    .artist-capacity.artist-capacity-boxed
{
    overflow: hidden; 

    margin-top: 10px;

    border: 1px solid #e8e5e5;
    border-radius: 4px;
}

.scene-capacity-boxed,
.artist-capacity-boxed
{
    border: 1px solid #e8e5e5; 
    border-radius: 4px;
}
.sidebar-card .scene-capacity-boxed,
.sidebar-card
  .artist-capacity-boxed
{
    margin: 0 25px;
}
.scene-search .scene-capacity-boxed,
.artist-search .scene-capacity-boxed,
.scene-search
  .artist-capacity-boxed,
.artist-search
  .artist-capacity-boxed
{
    margin-top: 10px;
}
.scene-search .scene-capacity-boxed .scene-capacity-icon,
.scene-search .scene-capacity-boxed .artist-capacity-icon,
.artist-search .scene-capacity-boxed .scene-capacity-icon,
.artist-search .scene-capacity-boxed .artist-capacity-icon,
.scene-search
    .artist-capacity-boxed .scene-capacity-icon,
.scene-search
    .artist-capacity-boxed .artist-capacity-icon,
.artist-search
    .artist-capacity-boxed .scene-capacity-icon,
.artist-search
    .artist-capacity-boxed .artist-capacity-icon
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-right: 10px;
    margin-bottom: 0;

    -webkit-transition: color .1s ease-in-out;

    transition: color .1s ease-in-out; 

    color: #b1b4cb;
}

.scene-capacity-item,
.artist-capacity-item
{
    position: relative;

    -webkit-user-select: none;

       -moz-user-select: none;

        -ms-user-select: none;

            user-select: none; 
    -webkit-transition: background-color .1s ease-in-out; 
    transition: background-color .1s ease-in-out;
    text-align: center;

    outline: none !important;
    background-color: #fff;

    -webkit-box-flex: 1;

        -ms-flex: 1;

            flex: 1;
}
.scene-capacity-item:hover,
.artist-capacity-item:hover
{
    background-color: #f9f7f7 !important;
}
.sidebar-card .scene-capacity-item,
.sidebar-card
  .artist-capacity-item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 

    background-color: #fff;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
.sidebar-card .scene-capacity-item:hover,
.sidebar-card
    .artist-capacity-item:hover
{
    background-color: inherit !important;
}
.sidebar-card .scene-capacity-item:nth-child(1) .scene-capacity-icon .icon,
.sidebar-card .scene-capacity-item:nth-child(1) .artist-capacity-icon .icon,
.sidebar-card
    .artist-capacity-item:nth-child(1) .scene-capacity-icon .icon,
.sidebar-card
    .artist-capacity-item:nth-child(1) .artist-capacity-icon .icon
{
    width: 18px; 
    height: 20px;
}
.sidebar-card .scene-capacity-item:nth-child(2) .scene-capacity-icon .icon,
.sidebar-card .scene-capacity-item:nth-child(2) .artist-capacity-icon .icon,
.sidebar-card
    .artist-capacity-item:nth-child(2) .scene-capacity-icon .icon,
.sidebar-card
    .artist-capacity-item:nth-child(2) .artist-capacity-icon .icon
{
    width: 26px; 
    height: 20px;
}
.scene-capacity-boxed .scene-capacity-item,
.artist-capacity-boxed .scene-capacity-item,
.scene-capacity-boxed
  .artist-capacity-item,
.artist-capacity-boxed
  .artist-capacity-item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 10px 20px;

    -webkit-user-select: none;

       -moz-user-select: none;

        -ms-user-select: none;

            user-select: none; 

    background-color: inherit;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.scene-capacity-boxed .scene-capacity-item:hover .scene-capacity-icon,
.scene-capacity-boxed .scene-capacity-item:hover .artist-capacity-icon,
.artist-capacity-boxed .scene-capacity-item:hover .scene-capacity-icon,
.artist-capacity-boxed .scene-capacity-item:hover .artist-capacity-icon,
.scene-capacity-boxed
    .artist-capacity-item:hover .scene-capacity-icon,
.scene-capacity-boxed
    .artist-capacity-item:hover .artist-capacity-icon,
.artist-capacity-boxed
    .artist-capacity-item:hover .scene-capacity-icon,
.artist-capacity-boxed
    .artist-capacity-item:hover .artist-capacity-icon
{
    color: #7b33ff;
}
.scene-capacity-boxed .scene-capacity-item:nth-child(1),
.artist-capacity-boxed .scene-capacity-item:nth-child(1),
.scene-capacity-boxed
    .artist-capacity-item:nth-child(1),
.artist-capacity-boxed
    .artist-capacity-item:nth-child(1)
{
    border-right: 1px solid #e8e5e5;
}
.scene-capacity-boxed .scene-capacity-item:nth-child(1) .scene-capacity-icon .icon,
.scene-capacity-boxed .scene-capacity-item:nth-child(1) .artist-capacity-icon .icon,
.artist-capacity-boxed .scene-capacity-item:nth-child(1) .scene-capacity-icon .icon,
.artist-capacity-boxed .scene-capacity-item:nth-child(1) .artist-capacity-icon .icon,
.scene-capacity-boxed
      .artist-capacity-item:nth-child(1) .scene-capacity-icon .icon,
.scene-capacity-boxed
      .artist-capacity-item:nth-child(1) .artist-capacity-icon .icon,
.artist-capacity-boxed
      .artist-capacity-item:nth-child(1) .scene-capacity-icon .icon,
.artist-capacity-boxed
      .artist-capacity-item:nth-child(1) .artist-capacity-icon .icon
{
    width: 15.5px; 
    height: 17px;
}
.scene-capacity-boxed .scene-capacity-item:nth-child(2) .scene-capacity-icon .icon,
.scene-capacity-boxed .scene-capacity-item:nth-child(2) .artist-capacity-icon .icon,
.artist-capacity-boxed .scene-capacity-item:nth-child(2) .scene-capacity-icon .icon,
.artist-capacity-boxed .scene-capacity-item:nth-child(2) .artist-capacity-icon .icon,
.scene-capacity-boxed
    .artist-capacity-item:nth-child(2) .scene-capacity-icon .icon,
.scene-capacity-boxed
    .artist-capacity-item:nth-child(2) .artist-capacity-icon .icon,
.artist-capacity-boxed
    .artist-capacity-item:nth-child(2) .scene-capacity-icon .icon,
.artist-capacity-boxed
    .artist-capacity-item:nth-child(2) .artist-capacity-icon .icon
{
    width: 21px; 
    height: 17px;
}
.scene-capacity-boxed .scene-capacity-item:hover .scene-capacity-icon .artist-capacity-icon,
.artist-capacity-boxed .scene-capacity-item:hover .scene-capacity-icon .artist-capacity-icon,
.scene-capacity-boxed
    .artist-capacity-item:hover .scene-capacity-icon .artist-capacity-icon,
.artist-capacity-boxed
    .artist-capacity-item:hover .scene-capacity-icon .artist-capacity-icon
{
    color: #7b33ff;
}

.sidebar-card .scene-capacity-icon,
.sidebar-card
.artist-capacity-icon
{
    margin-right: 15px; 

    color: #393d84;
}

.scene-capacity-text,
.artist-capacity-text
{
    font-size: 1.4rem;
    font-weight: 400; 

    display: block;

    color: #150c27;
}
@media (max-width: 576px)
{
    .scene-capacity-text,
    .artist-capacity-text
    {
        font-size: 1.3rem;
    }
}
.scene-card .scene-capacity-text,
.artist-card .scene-capacity-text,
.scene-card
  .artist-capacity-text,
.artist-card
  .artist-capacity-text
{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;

    margin-top: 0;
}

.scene-meta,
.artist-meta
{
    padding: 20px;
}
.sidebar-card .scene-meta,
.sidebar-card
  .artist-meta
{
    padding: 20px 25px;
}
@media (max-width: 576px)
{
    .sidebar-card .scene-meta,
    .sidebar-card
    .artist-meta
    {
        padding: 20px;
    }
}
.sidebar-card .scene-meta .text-label,
.sidebar-card
    .artist-meta .text-label
{
    margin-bottom: 5px;
}
.scene-card .scene-meta,
.artist-card .scene-meta,
.scene-card
  .artist-meta,
.artist-card
  .artist-meta
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.scene-card .scene-meta > div,
.artist-card .scene-meta > div,
.scene-card
    .artist-meta > div,
.artist-card
    .artist-meta > div
{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}
.scene-card .scene-meta > div:nth-child(1),
.artist-card .scene-meta > div:nth-child(1),
.scene-card
      .artist-meta > div:nth-child(1),
.artist-card
      .artist-meta > div:nth-child(1)
{
    margin-right: 5px;
}
.scene-card .scene-meta .text-label,
.artist-card .scene-meta .text-label,
.scene-card
    .artist-meta .text-label,
.artist-card
    .artist-meta .text-label
{
    margin-bottom: 5px;
}
.artist-card .scene-meta .text-label,
.artist-card
  .artist-meta .text-label
{
    margin-bottom: 10px;
}
@media (max-width: 576px)
{
    .scene-meta .grid-2,
    .artist-meta .grid-2
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: justify;

            -ms-flex-pack: justify;

                justify-content: space-between;
    }
}

.sidebar-card .scene-meta-sum
{
    padding: 20px 25px 10px;
}

.scene-card .scene-meta-list,
.scene-card
.artist-meta-list
{
    padding: 0;
}

.scene-meta-list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.scene-meta-list > div
{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.artist-meta-list .artist-list-item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.artist-meta-list .artist-list-item li
{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.scene-list-item,
.artist-list-item
{
    margin-bottom: 0;
    padding-left: 0; 

    list-style: none;
}
.scene-list-item li,
.artist-list-item li
{
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.35;

    margin-bottom: 5px;
    padding-left: 20px; 

    list-style-type: none;

    color: #150c27;
    background-repeat: no-repeat;
    background-position: 0 .32em;
}
.scene-list-item li.is-accepted,
.artist-list-item li.is-accepted
{
    background-image: url('../images_ng/icons/checked.svg');
}
.scene-list-item li.is-refused,
.artist-list-item li.is-refused
{
    background-image: url('../images_ng/icons/cross.svg');
}

.scene-tags,
.artist-tags
{
    margin-bottom: 0;
    padding-left: 0; 

    list-style: none;
}
.scene-tags li,
.artist-tags li
{
    display: inline-block;
}
.scene-tags li .tag,
.scene-tags li .tag--primary,
.scene-tags li .tag--secondary,
.scene-tags li .tag--dark,
.scene-tags li .tag--success,
.scene-tags li .tag--info,
.scene-tags li .tag--warning,
.scene-tags li .tag--danger,
.scene-tags li .tag--inverse,
.scene-tags li .tag--black,
.scene-tags li .tag--transparent,
.scene-tags li .tag-primary,
.scene-tags li .tag-secondary,
.scene-tags li .tag-dark,
.scene-tags li .tag-success,
.scene-tags li .tag-info,
.scene-tags li .tag-warning,
.scene-tags li .tag-danger,
.scene-tags li .tag-inverse,
.scene-tags li .tag-black,
.scene-tags li .tag-transparent,
.artist-tags li .tag,
.artist-tags li .tag--primary,
.artist-tags li .tag--secondary,
.artist-tags li .tag--dark,
.artist-tags li .tag--success,
.artist-tags li .tag--info,
.artist-tags li .tag--warning,
.artist-tags li .tag--danger,
.artist-tags li .tag--inverse,
.artist-tags li .tag--black,
.artist-tags li .tag--transparent,
.artist-tags li .tag-primary,
.artist-tags li .tag-secondary,
.artist-tags li .tag-dark,
.artist-tags li .tag-success,
.artist-tags li .tag-info,
.artist-tags li .tag-warning,
.artist-tags li .tag-danger,
.artist-tags li .tag-inverse,
.artist-tags li .tag-black,
.artist-tags li .tag-transparent
{
    cursor: default;
}

.scene-meta-theme,
.artist-meta-theme
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.scene-meta-theme > div,
.artist-meta-theme > div
{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.scene-meta-theme .flex-container,
.scene-meta-theme .flex-container--row,
.scene-meta-theme .flex-row,
.scene-meta-theme .flex-container--column,
.scene-meta-theme .flex-column,
.scene-meta-theme .flex-container--row-reverse,
.scene-meta-theme .flex-row-reverse,
.scene-meta-theme .flex-container--column-reverse,
.scene-meta-theme .flex-column-reverse,
.artist-meta-theme .flex-container,
.artist-meta-theme .flex-container--row,
.artist-meta-theme .flex-row,
.artist-meta-theme .flex-container--column,
.artist-meta-theme .flex-column,
.artist-meta-theme .flex-container--row-reverse,
.artist-meta-theme .flex-row-reverse,
.artist-meta-theme .flex-container--column-reverse,
.artist-meta-theme .flex-column-reverse
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
}
@media (max-width: 576px)
{
    .scene-meta-theme .flex-container,
    .scene-meta-theme .flex-container--row,
    .scene-meta-theme .flex-row,
    .scene-meta-theme .flex-container--column,
    .scene-meta-theme .flex-column,
    .scene-meta-theme .flex-container--row-reverse,
    .scene-meta-theme .flex-row-reverse,
    .scene-meta-theme .flex-container--column-reverse,
    .scene-meta-theme .flex-column-reverse,
    .artist-meta-theme .flex-container,
    .artist-meta-theme .flex-container--row,
    .artist-meta-theme .flex-row,
    .artist-meta-theme .flex-container--column,
    .artist-meta-theme .flex-column,
    .artist-meta-theme .flex-container--row-reverse,
    .artist-meta-theme .flex-row-reverse,
    .artist-meta-theme .flex-container--column-reverse,
    .artist-meta-theme .flex-column-reverse
    {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}

.scene-theme-item,
.artist-theme-item
{
    font-size: 1.65rem;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 40px; 
    height: 40px;

    color: #393d84;
    border: 1px solid #e8e5e5;
    border-radius: 50%;
    outline: none;
    background-color: #fff;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.scene-theme-item:not(:last-child),
.artist-theme-item:not(:last-child)
{
    margin-right: 10px;
}
.scene-theme-item.is-unavailable,
.artist-theme-item.is-unavailable
{
    color: #dad5d5; 
    background-color: #f9f7f7;
}

.sidebar-button .btn,
.sidebar-button .footer .navigation-link-btn,
.footer .sidebar-button .navigation-link-btn
{
    font-size: 1.3rem;

    width: 100%; 

    letter-spacing: .05rem;

    border-radius: 0;
}

.sidebar-nav
{
    padding-left: 0;

    list-style: none;
}
.sidebar-nav .js-accordion-header:hover
{
    background-color: #f9f7f7;
}
.sidebar-nav .js-accordion-header:after
{
    position: absolute;
    top: 50%;
    right: 15px;

    display: block;

    width: 20px; 
    height: 20px;

    content: '';
    -webkit-transition: -webkit-transform .15s ease-in-out;
    transition: -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);

    border-radius: 0;
    background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.3rem;
}
.sidebar-nav .js-accordion-header[aria-expanded='true']:after
{
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
}
.sidebar-nav ul
{
    padding-left: 0; 

    list-style: none;
}
.sidebar-nav ul .sidebar-nav-link a
{
    padding-left: 3em;
}
.sidebar-nav-counter
{
    font-family: 'MontSerrat';
    font-size: 1.2rem;
    font-weight: 700;

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;

    width: 35px; 
    height: 35px;
    margin-right: 20px;

    text-align: center;

    color: #000;
    border: 0;
    border: 1px solid #e8e5e5;
    border-radius: 50%;
    background-color: #fff;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.sidebar-nav-link,
.sidebar-nav .js-accordion
{
    -webkit-transition: .075s ease-in-out;
    transition: .075s ease-in-out;
}
.sidebar-nav-link:not(:last-child),
.sidebar-nav .js-accordion:not(:last-child)
{
    border-bottom: 1px solid #f9f7f7;
}
.sidebar-nav-link:first-child,
.sidebar-nav .js-accordion:first-child
{
    border-top: 1px solid #f9f7f7;
}
.sidebar-nav-link.is-active,
.sidebar-nav .js-accordion.is-active
{
    position: relative; 

    background-color: #f9f7f7;
}
.sidebar-nav-link.is-active:before,
.sidebar-nav .js-accordion.is-active:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 3px; 
    height: 100%;

    content: '';

    background-color: #7b33ff;
}
.sidebar-nav-link.is-active .sidebar-nav-counter,
.sidebar-nav .js-accordion.is-active .sidebar-nav-counter
{
    color: #fff; 
    border-color: #7b33ff;
    background-color: #7b33ff;
}
.sidebar-nav-link.is-validate .sidebar-nav-counter,
.sidebar-nav .js-accordion.is-validate .sidebar-nav-counter
{
    font-size: 0; 

    background-color: #fff;
    background-image: url('../images_ng/icons/checked.svg');
    background-repeat: no-repeat;
    background-position: top 12px center;
    background-size: 13px;
}
.sidebar-nav-link.is-validate.is-active .sidebar-nav-counter,
.sidebar-nav .js-accordion.is-validate.is-active .sidebar-nav-counter
{
    border-color: #e8e5e5;
}
.sidebar-nav-link.is-completed,
.sidebar-nav .js-accordion.is-completed
{
    background-image: url('../images_ng/icons/checked-purple.svg');
    background-repeat: no-repeat; 
    background-position: center right 20px;
}
.sidebar-nav-link.is-incompleted,
.sidebar-nav .js-accordion.is-incompleted
{
    background-image: url('../images_ng/icons/cross-red.svg');
    background-repeat: no-repeat; 
    background-position: center right 20px;
}
.sidebar-nav-link a,
.sidebar-nav .js-accordion a
{
    font-size: 1.3rem;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    padding: 20px;
    padding-right: 40px;

    text-decoration: none; 

    color: #0c0c0c;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
.sidebar-nav-link a .badge,
.sidebar-nav-link a .badge--primary,
.sidebar-nav-link a .badge--secondary,
.sidebar-nav-link a .badge--dark,
.sidebar-nav-link a .badge--success,
.sidebar-nav-link a .badge--info,
.sidebar-nav-link a .badge--warning,
.sidebar-nav-link a .badge--danger,
.sidebar-nav-link a .badge--inverse,
.sidebar-nav-link a .badge--black,
.sidebar-nav-link a .badge--transparent,
.sidebar-nav-link a .badge-primary,
.sidebar-nav-link a .badge-secondary,
.sidebar-nav-link a .badge-dark,
.sidebar-nav-link a .badge-success,
.sidebar-nav-link a .badge-info,
.sidebar-nav-link a .badge-warning,
.sidebar-nav-link a .badge-danger,
.sidebar-nav-link a .badge-inverse,
.sidebar-nav-link a .badge-black,
.sidebar-nav-link a .badge-transparent,
.sidebar-nav-link a .page-search .event-list .event-thumb .cta-btn.cta-map-link,
.page-search .event-list .event-thumb .sidebar-nav-link a .cta-btn.cta-map-link,
.sidebar-nav-link a .page-fav .event-list .event-thumb .cta-btn.cta-map-link,
.page-fav .event-list .event-thumb .sidebar-nav-link a .cta-btn.cta-map-link,
.sidebar-nav-link a .page-account .event-list .event-thumb .cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 84) */
.page-account .event-list .event-thumb .sidebar-nav-link a .cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 84) */
.sidebar-nav-link a .gm-style-iw-d .event-thumb .cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 70) */
.gm-style-iw-d .event-thumb .sidebar-nav-link a .cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 70) */
.sidebar-nav-link a .scene-thumb .cta-btn.cta-map-link,
.scene-thumb .sidebar-nav-link a .cta-btn.cta-map-link,
.sidebar-nav-link a .user-profil-avatar .cta-btn.cta-map-link,
.user-profil-avatar .sidebar-nav-link a .cta-btn.cta-map-link,
.sidebar-nav-link a .artist-search .artist-thumb .cta-btn.cta-map-link,
.artist-search .artist-thumb .sidebar-nav-link a .cta-btn.cta-map-link,
.sidebar-nav-link a .artist-list .artist-thumb .cta-btn.cta-map-link,
.artist-list .artist-thumb .sidebar-nav-link a .cta-btn.cta-map-link,
.sidebar-nav .js-accordion a .badge,
.sidebar-nav .js-accordion a .badge--primary,
.sidebar-nav .js-accordion a .badge--secondary,
.sidebar-nav .js-accordion a .badge--dark,
.sidebar-nav .js-accordion a .badge--success,
.sidebar-nav .js-accordion a .badge--info,
.sidebar-nav .js-accordion a .badge--warning,
.sidebar-nav .js-accordion a .badge--danger,
.sidebar-nav .js-accordion a .badge--inverse,
.sidebar-nav .js-accordion a .badge--black,
.sidebar-nav .js-accordion a .badge--transparent,
.sidebar-nav .js-accordion a .badge-primary,
.sidebar-nav .js-accordion a .badge-secondary,
.sidebar-nav .js-accordion a .badge-dark,
.sidebar-nav .js-accordion a .badge-success,
.sidebar-nav .js-accordion a .badge-info,
.sidebar-nav .js-accordion a .badge-warning,
.sidebar-nav .js-accordion a .badge-danger,
.sidebar-nav .js-accordion a .badge-inverse,
.sidebar-nav .js-accordion a .badge-black,
.sidebar-nav .js-accordion a .badge-transparent,
.sidebar-nav .js-accordion a .page-search .event-list .event-thumb .cta-btn.cta-map-link,
.page-search .event-list .event-thumb .sidebar-nav .js-accordion a .cta-btn.cta-map-link,
.sidebar-nav .js-accordion a .page-fav .event-list .event-thumb .cta-btn.cta-map-link,
.page-fav .event-list .event-thumb .sidebar-nav .js-accordion a .cta-btn.cta-map-link,
.sidebar-nav .js-accordion a .page-account .event-list .event-thumb .cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 84) */
.page-account .event-list .event-thumb .sidebar-nav .js-accordion a .cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 84) */
.sidebar-nav .js-accordion a .gm-style-iw-d .event-thumb .cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 70) */
.gm-style-iw-d .event-thumb .sidebar-nav .js-accordion a .cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 70) */
.sidebar-nav .js-accordion a .scene-thumb .cta-btn.cta-map-link,
.scene-thumb .sidebar-nav .js-accordion a .cta-btn.cta-map-link,
.sidebar-nav .js-accordion a .user-profil-avatar .cta-btn.cta-map-link,
.user-profil-avatar .sidebar-nav .js-accordion a .cta-btn.cta-map-link,
.sidebar-nav .js-accordion a .artist-search .artist-thumb .cta-btn.cta-map-link,
.artist-search .artist-thumb .sidebar-nav .js-accordion a .cta-btn.cta-map-link,
.sidebar-nav .js-accordion a .artist-list .artist-thumb .cta-btn.cta-map-link,
.artist-list .artist-thumb .sidebar-nav .js-accordion a .cta-btn.cta-map-link
{
    margin-left: auto;
}
.sidebar-nav-link:hover
{
    background-color: #f9f7f7;
}

.sidebar-cart
{
    margin-top: 15px;
    padding: 25px 30px; 

    border-top: 1px solid #f9f7f7;
}
.sidebar-cart img
{
    margin: 0 20px 0 0; 

    -webkit-box-flex: 0; 

        -ms-flex: 0 0 auto; 

            flex: 0 0 auto;
}

.sidebar-cart-line
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 15px 30px; 

    border-top: 1px solid #e8e5e5;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
}

.card
{
    z-index: 2; 

    padding: 80px 80px 60px 80px;

    border: 1px solid #e8e5e5;
    border-radius: 15px;
    background-color: #fff;
}
@media (max-width: 992px)
{
    .card
    {
        padding: 60px 40px 25px 40px;
    }
}
@media (max-width: 576px)
{
    .card
    {
        padding: 50px 20px 25px 20px;
    }
}

.card-tiny
{
    padding: 30px 20px;

    -webkit-transition: background-color .1s ease-in-out;

    transition: background-color .1s ease-in-out; 

    border-radius: 15px;
    background-color: #150c27;
}
.card-tiny:hover
{
    background-color: #1b1033;
}

.card-fiche
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 20px;
    padding: 20px 30px;
    padding-right: 20px;

    -webkit-transition: background-color .1s ease-in-out;

    transition: background-color .1s ease-in-out; 

    border: 1px solid #e8e5e5;
    border-radius: 4px;
    background-color: #fff;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -ms-touch-action: none;
        touch-action: none;
}
@media (max-width: 576px)
{
    .card-fiche
    {
        padding-right: 15px;
    }
}
.card-fiche:hover .card-fiche-title
{
    color: #20123b;
}
.card-fiche:hover .card-fiche-icon .icon
{
    color: #355aa9;
}
.card-fiche-promo
{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (min-width: 577px)
{
	/* Valeur passé de 33.33 à 25  par Jules pour afficher correctement la validité de l'abonnement avec les coupons */
    .card-fiche-promo .card-fiche-meta
    {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 calc(25% - 20px);
                flex: 0 1 calc(25% - 20px);
    }
	/* Ajouté par Jules pour afficher correctement la validité de l'abonnement avec les coupons */
    .card-fiche-promo .card-fiche-meta:nth-child(1)
    {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 calc(50% - 20px);
                flex: 0 1 calc(50% - 20px);
    }
}
.card-fiche-promo .card-fiche-meta:nth-child(2)
{
    text-align: center;
}
.card-fiche-promo .card-fiche-meta:nth-child(2) .card-fiche-title
{
    margin-right: auto; 
    margin-left: auto;
}
.card-fiche-promo .card-fiche-meta:nth-child(3)
{
    margin-right: 0;

    text-align: right;
}
.card-fiche-promo .card-fiche-meta:nth-child(3) .card-fiche-title
{
    margin-left: auto;
}
.card-fiche-promo .promo-item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 20px;
    padding-top: 20px; 

    border-top: 1px solid #e8e5e5;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.card-fiche-promo .promo-item .icon
{
    width: 40px; 
    height: 40px;
    margin-right: 20px;

    -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

            flex: 0 0 auto;
}
@media (max-width: 576px)
{
    .card-fiche-promo .promo-item .icon
    {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
    }
}
.card-fiche-promo .promo-item .flex-container,
.card-fiche-promo .promo-item .flex-container--row,
.card-fiche-promo .promo-item .flex-row,
.card-fiche-promo .promo-item .flex-container--column,
.card-fiche-promo .promo-item .flex-column,
.card-fiche-promo .promo-item .flex-container--row-reverse,
.card-fiche-promo .promo-item .flex-row-reverse,
.card-fiche-promo .promo-item .flex-container--column-reverse,
.card-fiche-promo .promo-item .flex-column-reverse
{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 576px)
{
    .card-fiche-promo .promo-item .flex-container,
    .card-fiche-promo .promo-item .flex-container--row,
    .card-fiche-promo .promo-item .flex-row,
    .card-fiche-promo .promo-item .flex-container--column,
    .card-fiche-promo .promo-item .flex-column,
    .card-fiche-promo .promo-item .flex-container--row-reverse,
    .card-fiche-promo .promo-item .flex-row-reverse,
    .card-fiche-promo .promo-item .flex-container--column-reverse,
    .card-fiche-promo .promo-item .flex-column-reverse
    {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}
.card-fiche-promo .promo-item .card-fiche-title
{
    max-width: 100%;
}
.card-fiche-promo .promo-item .link
{
    font-size: 1.3rem;
    font-weight: 400;

    text-align: right;
    text-decoration: none;

    color: #7b33ff;
    outline: none !important;
}
.card-fiche-promo .promo-item .link:hover
{
    text-decoration: underline;
}
.card-fiche-list .card-fiche
{
    margin-bottom: 15px;
}
.card-fiche-edit
{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}
.card-fiche-thumbnail
{
    display: inline-block;

    width: 90px; 
    height: 90px;
    margin: -20px 25px -20px -30px;

    background-color: #f9f7f7;
    background-size: cover;
}
.card-fiche-thumbnail-icon
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    background-color: inherit;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.card-fiche-thumbnail-icon .icon-soundcloud
{
    width: 40px; 
    height: 20px;
}
.card-fiche-thumbnail-icon .icon-bandcamp
{
    width: 33px; 
    height: 20px;
}
.card-fiche-thumbnail-icon .icon-spotify
{
    width: 30px; 
    height: 30px;
}
.card-fiche-thumbnail-icon .icon-deezer
{
    width: 35px; 
    height: 20px;
}
.card-fiche-thumbnail-icon .icon-apple-music
{
    width: 25px; 
    height: 30px;
}
.card-fiche-title
{
    font-size: 1.4rem;
    font-weight: 600;

    overflow: hidden;

    max-width: 100%;

    -webkit-transition: color .1s ease-in-out;

    transition: color .1s ease-in-out;
    white-space: nowrap; 
    letter-spacing: -.015rem;
    text-overflow: ellipsis;

    color: #150c27;
}
.card-fiche-title:hover
{
    text-decoration: none; 

    color: #20123b;
}
.card-fiche-title .badge,
.card-fiche-title .badge--primary,
.card-fiche-title .badge--secondary,
.card-fiche-title .badge--dark,
.card-fiche-title .badge--success,
.card-fiche-title .badge--info,
.card-fiche-title .badge--warning,
.card-fiche-title .badge--danger,
.card-fiche-title .badge--inverse,
.card-fiche-title .badge--black,
.card-fiche-title .badge--transparent,
.card-fiche-title .badge-primary,
.card-fiche-title .badge-secondary,
.card-fiche-title .badge-dark,
.card-fiche-title .badge-success,
.card-fiche-title .badge-info,
.card-fiche-title .badge-warning,
.card-fiche-title .badge-danger,
.card-fiche-title .badge-inverse,
.card-fiche-title .badge-black,
.card-fiche-title .badge-transparent,
.card-fiche-title .page-search .event-list .event-thumb .cta-btn.cta-map-link,
.page-search .event-list .event-thumb .card-fiche-title .cta-btn.cta-map-link,
.card-fiche-title .page-fav .event-list .event-thumb .cta-btn.cta-map-link,
.page-fav .event-list .event-thumb .card-fiche-title .cta-btn.cta-map-link,
.card-fiche-title .scene-thumb .cta-btn.cta-map-link,
.scene-thumb .card-fiche-title .cta-btn.cta-map-link,
.card-fiche-title .user-profil-avatar .cta-btn.cta-map-link,
.user-profil-avatar .card-fiche-title .cta-btn.cta-map-link,
.card-fiche-title .artist-search .artist-thumb .cta-btn.cta-map-link,
.artist-search .artist-thumb .card-fiche-title .cta-btn.cta-map-link,
.card-fiche-title .artist-list .artist-thumb .cta-btn.cta-map-link,
.artist-list .artist-thumb .card-fiche-title .cta-btn.cta-map-link
{
    margin-left: 10px;
    padding: 5px 8px;
}
.card-fiche-title.is-bigger
{
    font-size: 1.8rem;
    font-weight: 700;

    letter-spacing: -.06rem;
}
.card-fiche-p
{
    font-size: 1.3rem;
    font-weight: 400;

    overflow: hidden;

    margin-top: 3px;

    -webkit-transition: color .1s ease-in-out;

    transition: color .1s ease-in-out;
    white-space: nowrap; 
    text-overflow: ellipsis;

    color: #6d6f81;
}
.card-fiche-meta
{
    margin-right: 15px;
}
.card-fiche-meta:not(:first-child):last-child
{
    margin-right: 0;

    text-align: right;
}
.card-fiche-meta:not(:first-child):last-child .card-fiche-title
{
    margin-left: auto;
}
@media (min-width: 577px)
{
    .card-fiche-meta
    {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 50%;
                flex: 0 1 50%;
    }
}
@media (max-width: 576px)
{
    .card-fiche-meta
    {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
    }
}
.card-fiche-meta .media-title
{
    display: inherit;

    max-width: inherit;
}
.card-fiche-cta
{
    margin-left: auto;
}
.card-fiche-cta .cta-download .icon
{
    width: 20px; 
    height: 16px;
}
.card-fiche-cta .cta-goTo .icon
{
    width: 8px; 
    height: 12px;
}
.card-fiche-cta .cta-btn
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    width: 50px; 
    height: 50px;

    -webkit-transition: background-color .1s ease-in-out;

    transition: background-color .1s ease-in-out;
    text-align: center;

    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 576px)
{
    .card-fiche-cta .cta-btn
    {
        width: 40px; 
        height: 40px;
    }
}
.card-fiche-cta .cta-btn:hover
{
    border-color: #e8e5e5; 
    background-color: #f9f7f7;
}
.card-fiche-cta .cta-btn .icon-cta
{
    vertical-align: middle; 

    color: #000;
}
@media (max-width: 576px)
{
    .card-fiche-cta .cta-move
    {
        display: none;
    }
}
.card-fiche-cta .cta-move .icon
{
    font-size: 1em;

    width: 15px; 
    height: 13px;
}

.detail-list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
}
@media (max-width: 576px)
{
    .detail-list
    {
        margin-right: -1.5rem;
        margin-left: -1.5rem;
    }
    .detail-list > *
    {
        width: calc(100% / 2 - .01px);
    }
    .detail-list.has-gutter
    {
        margin-right: -.5rem;
        margin-left: -.5rem;
    }
    .detail-list.has-gutter > *
    {
        width: calc(100% / 2 - 1rem - .01px);
        margin-right: .5rem;
        margin-left: .5rem;
    }
    .detail-list.has-gutter-l
    {
        margin-right: -1rem;
        margin-left: -1rem;
    }
    .detail-list.has-gutter-l > *
    {
        width: calc(100% / 2 - 2rem - .01px);
        margin-right: 1rem;
        margin-left: 1rem;
    }
    .detail-list.has-gutter-xl
    {
        margin-right: -2rem;
        margin-left: -2rem;
    }
    .detail-list.has-gutter-xl > *
    {
        width: calc(100% / 2 - 4rem - .01px);
        margin-right: 2rem;
        margin-left: 2rem;
    }
    .detail-list > *
    {
        width: calc(100% / 2 - 3rem - .01px);
        margin-right: 1.5rem;
        margin-left: 1.5rem;
    }
    .page-edition .detail-list
    {
        margin-right: -1rem;
        margin-left: -1rem;
    }
    .page-edition .detail-list > *
    {
        width: calc(100% / 2 - .01px);
    }
    .page-edition .detail-list.has-gutter
    {
        margin-right: -.5rem;
        margin-left: -.5rem;
    }
    .page-edition .detail-list.has-gutter > *
    {
        width: calc(100% / 2 - 1rem - .01px);
        margin-right: .5rem;
        margin-left: .5rem;
    }
    .page-edition .detail-list.has-gutter-l
    {
        margin-right: -1rem;
        margin-left: -1rem;
    }
    .page-edition .detail-list.has-gutter-l > *
    {
        width: calc(100% / 2 - 2rem - .01px);
        margin-right: 1rem;
        margin-left: 1rem;
    }
    .page-edition .detail-list.has-gutter-xl
    {
        margin-right: -2rem;
        margin-left: -2rem;
    }
    .page-edition .detail-list.has-gutter-xl > *
    {
        width: calc(100% / 2 - 4rem - .01px);
        margin-right: 2rem;
        margin-left: 2rem;
    }
    .page-edition .detail-list > *
    {
        width: calc(100% / 2 - 2rem - .01px);
        margin-right: 1rem;
        margin-left: 1rem;
    }
}
@media (min-width: 577px) and (max-width: 768px)
{
    .detail-list
    {
        margin-right: -1.5rem;
        margin-left: -1.5rem;
    }
    .detail-list > *
    {
        width: calc(100% / 3 - .01px);
    }
    .detail-list.has-gutter
    {
        margin-right: -.5rem;
        margin-left: -.5rem;
    }
    .detail-list.has-gutter > *
    {
        width: calc(100% / 3 - 1rem - .01px);
        margin-right: .5rem;
        margin-left: .5rem;
    }
    .detail-list.has-gutter-l
    {
        margin-right: -1rem;
        margin-left: -1rem;
    }
    .detail-list.has-gutter-l > *
    {
        width: calc(100% / 3 - 2rem - .01px);
        margin-right: 1rem;
        margin-left: 1rem;
    }
    .detail-list.has-gutter-xl
    {
        margin-right: -2rem;
        margin-left: -2rem;
    }
    .detail-list.has-gutter-xl > *
    {
        width: calc(100% / 3 - 4rem - .01px);
        margin-right: 2rem;
        margin-left: 2rem;
    }
    .detail-list > *
    {
        width: calc(100% / 3 - 3rem - .01px);
        margin-right: 1.5rem;
        margin-left: 1.5rem;
    }
}
@media (min-width: 769px) and (max-width: 992px)
{
    .detail-list
    {
        margin-right: -1.5rem;
        margin-left: -1.5rem;
    }
    .detail-list > *
    {
        width: calc(100% / 2 - .01px);
    }
    .detail-list.has-gutter
    {
        margin-right: -.5rem;
        margin-left: -.5rem;
    }
    .detail-list.has-gutter > *
    {
        width: calc(100% / 2 - 1rem - .01px);
        margin-right: .5rem;
        margin-left: .5rem;
    }
    .detail-list.has-gutter-l
    {
        margin-right: -1rem;
        margin-left: -1rem;
    }
    .detail-list.has-gutter-l > *
    {
        width: calc(100% / 2 - 2rem - .01px);
        margin-right: 1rem;
        margin-left: 1rem;
    }
    .detail-list.has-gutter-xl
    {
        margin-right: -2rem;
        margin-left: -2rem;
    }
    .detail-list.has-gutter-xl > *
    {
        width: calc(100% / 2 - 4rem - .01px);
        margin-right: 2rem;
        margin-left: 2rem;
    }
    .detail-list > *
    {
        width: calc(100% / 2 - 3rem - .01px);
        margin-right: 1.5rem;
        margin-left: 1.5rem;
    }
}
@media (min-width: 993px) and (max-width: 1200px)
{
    .detail-list
    {
        margin-right: -1.5rem;
        margin-left: -1.5rem;
    }
    .detail-list > *
    {
        width: calc(100% / 3 - .01px);
    }
    .detail-list.has-gutter
    {
        margin-right: -.5rem;
        margin-left: -.5rem;
    }
    .detail-list.has-gutter > *
    {
        width: calc(100% / 3 - 1rem - .01px);
        margin-right: .5rem;
        margin-left: .5rem;
    }
    .detail-list.has-gutter-l
    {
        margin-right: -1rem;
        margin-left: -1rem;
    }
    .detail-list.has-gutter-l > *
    {
        width: calc(100% / 3 - 2rem - .01px);
        margin-right: 1rem;
        margin-left: 1rem;
    }
    .detail-list.has-gutter-xl
    {
        margin-right: -2rem;
        margin-left: -2rem;
    }
    .detail-list.has-gutter-xl > *
    {
        width: calc(100% / 3 - 4rem - .01px);
        margin-right: 2rem;
        margin-left: 2rem;
    }
    .detail-list > *
    {
        width: calc(100% / 3 - 3rem - .01px);
        margin-right: 1.5rem;
        margin-left: 1.5rem;
    }
}
@media (min-width: 1201px)
{
    .detail-list
    {
        margin-right: -1.5rem;
        margin-left: -1.5rem;
    }
    .detail-list > *
    {
        width: calc(100% / 4 - .01px);
    }
    .detail-list.has-gutter
    {
        margin-right: -.5rem;
        margin-left: -.5rem;
    }
    .detail-list.has-gutter > *
    {
        width: calc(100% / 4 - 1rem - .01px);
        margin-right: .5rem;
        margin-left: .5rem;
    }
    .detail-list.has-gutter-l
    {
        margin-right: -1rem;
        margin-left: -1rem;
    }
    .detail-list.has-gutter-l > *
    {
        width: calc(100% / 4 - 2rem - .01px);
        margin-right: 1rem;
        margin-left: 1rem;
    }
    .detail-list.has-gutter-xl
    {
        margin-right: -2rem;
        margin-left: -2rem;
    }
    .detail-list.has-gutter-xl > *
    {
        width: calc(100% / 4 - 4rem - .01px);
        margin-right: 2rem;
        margin-left: 2rem;
    }
    .detail-list > *
    {
        width: calc(100% / 4 - 3rem - .01px);
        margin-right: 1.5rem;
        margin-left: 1.5rem;
    }
}

.detail-card
{
    margin-top: 15px; 
    margin-bottom: 15px;
    padding: 25px 5px;

    border-radius: 4px;
    background-color: #f9f7f7;
}
.detail-card-edit.is-selected .detail-icon
{
    opacity: 1;
}
.detail-card-edit .detail-icon
{
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out; 

    opacity: .6;
}
.detail-card-edit .detail-label
{
    margin-bottom: 15px;
}

.detail-icon
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 50px;
    margin-bottom: 20px;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.detail-label
{
    font-size: 1.3rem;

    text-align: center; 

    color: #6d6f81;
}

.page-scene .event-list,
.page-artist .event-list
{
    border: 1px solid #e8e5e5;
    border-radius: 4px;
}
.modal .page-scene .event-list ,
.modal
  .page-artist .event-list 
{
    border: 0;
}

.page-scene .event-card,
.page-artist .event-card
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 24px 30px;
    padding-right: 20px;

    -webkit-transition: background-color .1s ease-in-out;

    transition: background-color .1s ease-in-out; 

    background-color: #f9f7f7;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
@media (max-width: 576px)
{
    .page-scene .event-card,
    .page-artist .event-card
    {
        padding: 24px 10px 24px 20px;
    }
}
.page-scene .event-card:not(:last-child),
.page-artist .event-card:not(:last-child)
{
    border-bottom: 1px solid #e8e5e5;
}
.page-scene .event-card:hover,
.page-artist .event-card:hover
{
    text-decoration: none; 

    background-color: #fff;
}
.page-scene .event-card:hover .event-title,
.page-artist .event-card:hover .event-title
{
    color: #20123b;
}
.page-scene .event-card:hover .event-date,
.page-artist .event-card:hover .event-date
{
    color: #fff; 
    background-color: #355aa9;
}
.modal .page-scene .event-card,
.modal
  .page-artist .event-card
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 11px 15px;

    -webkit-transition: background-color .1s ease-in-out;

    transition: background-color .1s ease-in-out; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
}
.modal .page-scene .event-card:hover,
.modal
    .page-artist .event-card:hover
{
    background-color: #f9f7f7;
}

.page-scene .event-thumb,
.page-artist .event-thumb
{
    overflow: hidden;

    width: 105px; 
    max-width: 105px;
    height: 105px;
    margin: 0 auto;
    margin-bottom: 10px;

    -webkit-transition: -webkit-box-shadow .1s ease-in-out;

    transition: -webkit-box-shadow .1s ease-in-out;

    transition: box-shadow .1s ease-in-out;

    transition: box-shadow .1s ease-in-out, -webkit-box-shadow .1s ease-in-out;

    border-radius: 50%;
    background-color: #d8d8d8;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.modal .page-scene .event-thumb,
.modal
  .page-artist .event-thumb
{
    width: 60px; 
    height: 60px;
    margin: 0 20px 0 5px;
}

.page-scene .event-date,
.page-artist .event-date
{
    font-family: 'MontSerrat';
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 40px;

    display: inline-block;

    width: 65px; 
    height: 40px;
    margin-right: 15px;

    -webkit-user-select: none;

       -moz-user-select: none;

        -ms-user-select: none;

            user-select: none;
    -webkit-transition: background-color .1s ease-in-out, color .1s ease-in-out;
    transition: background-color .1s ease-in-out, color .1s ease-in-out;
    text-align: center;

    color: #355aa9;
    border-radius: 4px;
    background-color: #fff;
}
@media (max-width: 576px)
{
    .page-scene .event-date,
    .page-artist .event-date
    {
        font-size: 1.15rem;
        line-height: 30px;

        width: 50px; 
        height: 30px;

        -webkit-box-flex: 0;

            -ms-flex: 0 0 auto;

                flex: 0 0 auto;
    }
}

.page-scene .event-meta,
.page-artist .event-meta
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-right: 15px; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
}

.page-scene .event-title,
.page-artist .event-title
{
    font-size: 1.4rem;
    font-weight: 600;

    display: block;

    -webkit-transition: color .1s ease-in-out;

    transition: color .1s ease-in-out; 
    letter-spacing: -.015rem;

    color: #150c27;
}
.page-scene .event-title:hover,
.page-artist .event-title:hover
{
    text-decoration: none; 

    color: #20123b;
}

.page-scene .event-city,
.page-artist .event-city
{
    font-size: 1.2rem;

    margin: 3px 0; 

    letter-spacing: .015rem;

    color: #6d6f81;
}

.page-scene .event-tags,
.page-artist .event-tags
{
    margin-bottom: 0;
    padding-left: 0; 

    list-style: none;
}
@media (max-width: 576px)
{
    .page-scene .event-tags,
    .page-artist .event-tags
    {
        display: none;
    }
}
.page-scene .event-tags li,
.page-artist .event-tags li
{
    display: inline-block;
}
.page-scene .event-tags li .tag,
.page-scene .event-tags li .tag--primary,
.page-scene .event-tags li .tag--secondary,
.page-scene .event-tags li .tag--dark,
.page-scene .event-tags li .tag--success,
.page-scene .event-tags li .tag--info,
.page-scene .event-tags li .tag--warning,
.page-scene .event-tags li .tag--danger,
.page-scene .event-tags li .tag--inverse,
.page-scene .event-tags li .tag--black,
.page-scene .event-tags li .tag--transparent,
.page-scene .event-tags li .tag-primary,
.page-scene .event-tags li .tag-secondary,
.page-scene .event-tags li .tag-dark,
.page-scene .event-tags li .tag-success,
.page-scene .event-tags li .tag-info,
.page-scene .event-tags li .tag-warning,
.page-scene .event-tags li .tag-danger,
.page-scene .event-tags li .tag-inverse,
.page-scene .event-tags li .tag-black,
.page-scene .event-tags li .tag-transparent,
.page-artist .event-tags li .tag,
.page-artist .event-tags li .tag--primary,
.page-artist .event-tags li .tag--secondary,
.page-artist .event-tags li .tag--dark,
.page-artist .event-tags li .tag--success,
.page-artist .event-tags li .tag--info,
.page-artist .event-tags li .tag--warning,
.page-artist .event-tags li .tag--danger,
.page-artist .event-tags li .tag--inverse,
.page-artist .event-tags li .tag--black,
.page-artist .event-tags li .tag--transparent,
.page-artist .event-tags li .tag-primary,
.page-artist .event-tags li .tag-secondary,
.page-artist .event-tags li .tag-dark,
.page-artist .event-tags li .tag-success,
.page-artist .event-tags li .tag-info,
.page-artist .event-tags li .tag-warning,
.page-artist .event-tags li .tag-danger,
.page-artist .event-tags li .tag-inverse,
.page-artist .event-tags li .tag-black,
.page-artist .event-tags li .tag-transparent
{
    cursor: default;
}

.page-scene .event-cta,
.page-artist .event-cta
{
    margin-left: auto;
}
@media (max-width: 576px)
{
    .page-scene .event-cta,
    .page-artist .event-cta
    {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
}
.page-scene .event-cta .icon-cta,
.page-artist .event-cta .icon-cta
{
    color: #000;
}
.page-scene .event-cta .dropdown .dropdown-trigger button,
.page-artist .event-cta .dropdown .dropdown-trigger button
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    width: 50px; 
    height: 50px;

    -webkit-transition: background-color .1s ease-in-out;

    transition: background-color .1s ease-in-out;
    text-align: center;

    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 576px)
{
    .page-scene .event-cta .dropdown .dropdown-trigger button,
    .page-artist .event-cta .dropdown .dropdown-trigger button
    {
        line-height: 38px;

        width: 40px; 
        height: 40px;
    }
}
.page-scene .event-cta .dropdown .dropdown-trigger button:hover,
.page-artist .event-cta .dropdown .dropdown-trigger button:hover
{
    border-color: #e8e5e5; 
    background-color: #fff;
}
.page-scene .event-cta .dropdown.is-active .dropdown-trigger button,
.page-artist .event-cta .dropdown.is-active .dropdown-trigger button
{
    border-color: #e8e5e5; 
    background-color: #fff;
}

.page-search .layout-with-map.map-opened .event-thumb .cta-btn.cta-map-link,
.page-fav .layout-with-map.map-opened .event-thumb .cta-btn.cta-map-link
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 577px) { /* TODO add in integration (added by GROHMANI dans version 84) */
  .page-account .js-tab-content .event-card {
    width: calc(50% - 30px);
  }
}

@media (max-width: 576px) { /* TODO add in integration (added by GROHMANI dans version 84) */
  .page-account .js-tab-content .event-card {
    width: 100%;
  }
}

.page-search .event-list,
.page-fav .event-list,
.page-account .event-list /* TODO add in integration (added by GROHMANI dans version 84) */
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
}
.page-search .event-list .event-card,
.page-fav .event-list .event-card,
.page-account .event-list .event-card /* TODO add in integration (added by GROHMANI dans version 84) */
{
    margin: 0 15px;
    margin-bottom: 45px;

    text-decoration: none !important; 

    outline: none;
}
.page-search .event-list .event-thumb,
.page-fav .event-list .event-thumb,
.page-account .event-list .event-thumb /* TODO add in integration (added by GROHMANI dans version 84) */
{
    position: relative;

    overflow: hidden;

    margin-bottom: 10px;

    -webkit-transition: opacity .1s ease-in-out;

    transition: opacity .1s ease-in-out; 

    border-radius: 10px;
    background-color: #d9d9d9;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.page-search .event-list .event-thumb:before,
.page-fav .event-list .event-thumb:before,
.page-account .event-list .event-thumb:before /* TODO add in integration (added by GROHMANI dans version 84) */
{
    display: block;

    padding-bottom: 66.6667%; 

    content: '';
}
.page-search .event-list .event-thumb .cta-btn,
.page-fav .event-list .event-thumb .cta-btn,
.page-account .event-list .event-thumb .cta-btn /* TODO add in integration (added by GROHMANI dans version 84) */
{
    font-family: 'MontSerrat';
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 40px;

    position: absolute;
    top: 15px;

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;

    margin: 0;
    padding: 0 1.6rem;

    -webkit-transition: background-color .1s ease-in-out;

    transition: background-color .1s ease-in-out;
    text-align: center;
    vertical-align: baseline; 
    text-transform: uppercase;

    color: #fff;
    outline: none;
    background: none;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.page-search .event-list .event-thumb .cta-btn:hover,
.page-fav .event-list .event-thumb .cta-btn:hover,
.page-account .event-list .event-thumb .cta-btn:hover /* TODO add in integration (added by GROHMANI dans version 84) */
{
    color: #f2f2f2;
}
.page-search .event-list .event-thumb .cta-btn.cta-save,
.page-fav .event-list .event-thumb .cta-btn.cta-save,
.page-account .event-list .event-thumb .cta-btn.cta-save /* TODO add in integration (added by GROHMANI dans version 84) */
{
    right: 15px; 

    padding: 0;

    color: rgba(0, 0, 0, .25);
}
.page-search .event-list .event-thumb .cta-btn.cta-save.is-active,
.page-fav .event-list .event-thumb .cta-btn.cta-save.is-active,
.page-account .event-list .event-thumb .cta-btn.cta-save.is-active /* TODO add in integration (added by GROHMANI dans version 84) */
{
    color: #f3009d;
}
.page-search .event-list .event-thumb .cta-btn.cta-save .icon-save,
.page-fav .event-list .event-thumb .cta-btn.cta-save .icon-save,
.page-account .event-list .event-thumb .cta-btn.cta-save .icon-save /* TODO add in integration (added by GROHMANI dans version 84) */
{
    display: block;

    width: 21px; 
    height: 21px;

    color: currentColor;

    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.5px;
    stroke: #fff;
}
.page-search .event-list .event-thumb .cta-btn.cta-map-link,
.page-fav .event-list .event-thumb .cta-btn.cta-map-link,
.page-account .event-list .event-thumb .cta-btn.cta-map-link /* TODO add in integration (added by GROHMANI dans version 84) */
{
    left: 10px;

    display: none;

    width: 35px; 

    color: #fff;
    background-color: #0c0c0c;
}
.page-search .event-list .event-thumb .tags,
.page-fav .event-list .event-thumb .tags,
.page-account .event-list .event-thumb .tags /* TODO add in integration (added by GROHMANI dans version 84) */
{
    position: absolute; 
    bottom: 15px;
    left: 10px;

    margin: -3px;
    margin-bottom: 0;
}
.page-search .event-list .event-thumb .tags .tag ,
.page-fav .event-list .event-thumb .tags .tag ,
.page-account .event-list .event-thumb .tags .tag  /* TODO add in integration (added by GROHMANI dans version 84) */
{
    margin-right: 3px; 
    margin-left: 3px;
}
.page-search .event-list .event-thumb .tag,
.page-search .event-list .event-thumb .tag--primary,
.page-search .event-list .event-thumb .tag--secondary,
.page-search .event-list .event-thumb .tag--dark,
.page-search .event-list .event-thumb .tag--success,
.page-search .event-list .event-thumb .tag--info,
.page-search .event-list .event-thumb .tag--warning,
.page-search .event-list .event-thumb .tag--danger,
.page-search .event-list .event-thumb .tag--inverse,
.page-search .event-list .event-thumb .tag--black,
.page-search .event-list .event-thumb .tag--transparent,
.page-search .event-list .event-thumb .tag-primary,
.page-search .event-list .event-thumb .tag-secondary,
.page-search .event-list .event-thumb .tag-dark,
.page-search .event-list .event-thumb .tag-success,
.page-search .event-list .event-thumb .tag-info,
.page-search .event-list .event-thumb .tag-warning,
.page-search .event-list .event-thumb .tag-danger,
.page-search .event-list .event-thumb .tag-inverse,
.page-search .event-list .event-thumb .tag-black,
.page-search .event-list .event-thumb .tag-transparent,
.page-fav .event-list .event-thumb .tag,
.page-fav .event-list .event-thumb .tag--primary,
.page-fav .event-list .event-thumb .tag--secondary,
.page-fav .event-list .event-thumb .tag--dark,
.page-fav .event-list .event-thumb .tag--success,
.page-fav .event-list .event-thumb .tag--info,
.page-fav .event-list .event-thumb .tag--warning,
.page-fav .event-list .event-thumb .tag--danger,
.page-fav .event-list .event-thumb .tag--inverse,
.page-fav .event-list .event-thumb .tag--black,
.page-fav .event-list .event-thumb .tag--transparent,
.page-fav .event-list .event-thumb .tag-primary,
.page-fav .event-list .event-thumb .tag-secondary,
.page-fav .event-list .event-thumb .tag-dark,
.page-fav .event-list .event-thumb .tag-success,
.page-fav .event-list .event-thumb .tag-info,
.page-fav .event-list .event-thumb .tag-warning,
.page-fav .event-list .event-thumb .tag-danger,
.page-fav .event-list .event-thumb .tag-inverse,
.page-fav .event-list .event-thumb .tag-black,
.page-fav .event-list .event-thumb .tag-transparent,
.page-account .event-list .event-thumb .tag, /* TODO add in integration (added by GROHMANI dans version 84) */
.page-account .event-list .event-thumb .tag--primary, /* TODO add in integration (added by GROHMANI dans version 84) */
.page-account .event-list .event-thumb .tag--secondary, /* TODO add in integration (added by GROHMANI dans version 84) etc */
.page-account .event-list .event-thumb .tag--dark,
.page-account .event-list .event-thumb .tag--success,
.page-account .event-list .event-thumb .tag--info,
.page-account .event-list .event-thumb .tag--warning,
.page-account .event-list .event-thumb .tag--danger,
.page-account .event-list .event-thumb .tag--inverse,
.page-account .event-list .event-thumb .tag--black,
.page-account .event-list .event-thumb .tag--transparent,
.page-account .event-list .event-thumb .tag-primary,
.page-account .event-list .event-thumb .tag-secondary,
.page-account .event-list .event-thumb .tag-dark,
.page-account .event-list .event-thumb .tag-success,
.page-account .event-list .event-thumb .tag-info,
.page-account .event-list .event-thumb .tag-warning,
.page-account .event-list .event-thumb .tag-danger,
.page-account .event-list .event-thumb .tag-inverse,
.page-account .event-list .event-thumb .tag-black,
.page-account .event-list .event-thumb .tag-transparent
{
    margin-bottom: 0;
}
.page-search .event-list .event-name,
.page-fav .event-list .event-name,
.page-account .event-list .event-name /* TODO add in integration (added by GROHMANI dans version 84) */
{
    font-size: 1.65rem;
    font-weight: 700;

    max-width: inherit; 
    margin: 0;

    letter-spacing: -.015rem;

    color: #150c27;
}
.page-search .event-list .event-date,
.page-fav .event-list .event-date,
.page-account .event-list .event-date /* TODO add in integration (added by GROHMANI dans version 84) */
{
    font-size: 1.3rem;

    margin-bottom: 5px;

    letter-spacing: .017rem; 

    color: #150c27;
}
.page-search .event-list .event-meta,
.page-fav .event-list .event-meta,
.page-account .event-list .event-meta /* TODO add in integration (added by GROHMANI dans version 84) */
{
    font-size: 1.3rem; 

    color: #8a8da9;
}

@media (min-width: 577px)
{
    .page-search .event-search:not(.js-search-swipe):not(.is-empty):not(.js-discover-swipe),
    .page-fav .event-search:not(.js-search-swipe):not(.is-empty):not(.js-discover-swipe),
    .page-account .event-search:not(.js-search-swipe):not(.is-empty):not(.js-discover-swipe) /* TODO add in integration (added by GROHMANI dans version 84) */
    {
        margin: 0 -15px;
    }
}

@media (max-width: 576px)
{
    .page-search .event-search:not(.js-search-swipe):not(.is-empty):not(.js-discover-swipe) .event-card,
    .page-fav .event-search:not(.js-search-swipe):not(.is-empty):not(.js-discover-swipe) .event-card,
    .page-account .event-search:not(.js-search-swipe):not(.is-empty):not(.js-discover-swipe) .event-card /* TODO add in integration (added by GROHMANI dans version 84) */
    {
        margin-right: 0; 
        margin-left: 0;
    }
}


.gm-style-iw-d .event-card { /* TODO add in integration (added by GROHMANI dans version 70) */
  margin: 0 15px;
  margin-bottom: 45px;
  text-decoration: none !important;
  outline: none;
}

.gm-style-iw-d .event-thumb { /* TODO add in integration (added by GROHMANI dans version 70) */
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  -webkit-transition: opacity .1s ease-in-out;
  transition: opacity .1s ease-in-out;
  border-radius: 10px;
  background-color: #d9d9d9;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.gm-style-iw-d .event-thumb:before { /* TODO add in integration (added by GROHMANI dans version 70) */
  display: block;
  padding-bottom: 66.6667%;
  content: '';
}

.gm-style-iw-d .event-thumb .cta-btn { /* TODO add in integration (added by GROHMANI dans version 70) */
  font-family: 'MontSerrat';
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 40px;
  position: absolute;
  top: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  padding: 0 1.6rem;
  -webkit-transition: background-color .1s ease-in-out;
  transition: background-color .1s ease-in-out;
  text-align: center;
  vertical-align: baseline;
  text-transform: uppercase;
  color: #fff;
  outline: none;
  background: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gm-style-iw-d .event-thumb .cta-btn:hover { /* TODO add in integration (added by GROHMANI dans version 70) */
  color: #f2f2f2;
}

.gm-style-iw-d .event-thumb .cta-btn.cta-save { /* TODO add in integration (added by GROHMANI dans version 70) */
  right: 15px;
  padding: 0;
  color: rgba(0, 0, 0, .25);
}

.gm-style-iw-d .event-thumb .cta-btn.cta-save.is-active { /* TODO add in integration (added by GROHMANI dans version 70) */
  color: #f3009d;
}

.gm-style-iw-d .event-thumb .cta-btn.cta-save .icon-save { /* TODO add in integration (added by GROHMANI dans version 70) */
  display: block;
  width: 21px;
  height: 21px;
  color: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5px;
  stroke: #fff;
}

.gm-style-iw-d .event-thumb .cta-btn.cta-map-link { /* TODO add in integration (added by GROHMANI dans version 70) */
  left: 10px;
  display: none;
  width: 35px;
  color: #fff;
  background-color: #0c0c0c;
}

.gm-style-iw-d .event-thumb .tags { /* TODO add in integration (added by GROHMANI dans version 70) */
  position: absolute;
  bottom: 15px;
  left: 10px;
  margin: -3px;
  margin-bottom: 0;
}

.gm-style-iw-d .event-thumb .tags .tag { /* TODO add in integration (added by GROHMANI dans version 70) */
  margin-right: 3px;
  margin-left: 3px;
}

.gm-style-iw-d .event-thumb .tag,
.gm-style-iw-d .event-thumb .tag--primary,
.gm-style-iw-d .event-thumb .tag--secondary,
.gm-style-iw-d .event-thumb .tag--dark,
.gm-style-iw-d .event-thumb .tag--success,
.gm-style-iw-d .event-thumb .tag--info,
.gm-style-iw-d .event-thumb .tag--warning,
.gm-style-iw-d .event-thumb .tag--danger,
.gm-style-iw-d .event-thumb .tag--inverse,
.gm-style-iw-d .event-thumb .tag--black,
.gm-style-iw-d .event-thumb .tag--transparent,
.gm-style-iw-d .event-thumb .tag-primary,
.gm-style-iw-d .event-thumb .tag-secondary,
.gm-style-iw-d .event-thumb .tag-dark,
.gm-style-iw-d .event-thumb .tag-success,
.gm-style-iw-d .event-thumb .tag-info,
.gm-style-iw-d .event-thumb .tag-warning,
.gm-style-iw-d .event-thumb .tag-danger,
.gm-style-iw-d .event-thumb .tag-inverse,
.gm-style-iw-d .event-thumb .tag-black,
.gm-style-iw-d .event-thumb .tag-transparent { /* TODO add in integration (added by GROHMANI dans version 70) */
  margin-bottom: 0;
}

.gm-style-iw-d .event-name { /* TODO add in integration (added by GROHMANI dans version 70) */
  font-size: 1.65rem;
  font-weight: 700;
  max-width: inherit;
  margin: 0;
  letter-spacing: -.015rem;
  color: #150c27;
}

.gm-style-iw-d .event-date { /* TODO add in integration (added by GROHMANI dans version 70) */
  font-size: 1.3rem;
  margin-bottom: 5px;
  letter-spacing: .017rem;
  color: #150c27;
}

.gm-style-iw-d .event-meta { /* TODO add in integration (added by GROHMANI dans version 70) */
  font-size: 1.3rem;
  color: #8a8da9;
}

.gm-style-iw-d .event-meta-bis { /* TODO add in integration (added by GROHMANI dans version 70) */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #e8e5e5;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.event-main-thumbnail
{
    position: relative;

    overflow: hidden;

    width: 100%; 

    -webkit-transition: opacity .1s ease-in-out; 

    transition: opacity .1s ease-in-out;

    border-radius: 10px;
    background-color: #d9d9d9;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.event-main-thumbnail:before
{
    display: block;

    padding-bottom: 66.6667%; 

    content: '';
}

@media (min-width: 577px)
{
    .page-fav .event-search:not(.js-search-swipe):not(.is-empty):not(.js-discover-swipe)
    {
        margin: 0 -15px;
    }
}

@media (max-width: 576px)
{
    .page-fav .event-search:not(.js-search-swipe):not(.is-empty):not(.js-discover-swipe) .event-card
    {
        margin-right: 0; 
        margin-left: 0;
    }
}

@media (max-width: 576px)
{
    .page-fav .tabs-content .event-card
    {
        width: calc(100% - 30px);
    }
}

@media (min-width: 577px)
{
    .page-fav .tabs-content .event-card
    {
        width: calc(50% - 30px);
    }
}

@media (max-width: 576px)
{
    .doc-list
    {
        display: block;
    }
}

@media (min-width: 577px)
{
    .doc-list:not(.doc-list-row)
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-right: -1.5rem;
        margin-left: -1.5rem;

        -ms-flex-wrap: wrap;

            flex-wrap: wrap;
    }
    .doc-list:not(.doc-list-row) > *
    {
        width: calc(100% / 2 - .01px);
    }
    .doc-list:not(.doc-list-row).has-gutter
    {
        margin-right: -.5rem;
        margin-left: -.5rem;
    }
    .doc-list:not(.doc-list-row).has-gutter > *
    {
        width: calc(100% / 2 - 1rem - .01px);
        margin-right: .5rem;
        margin-left: .5rem;
    }
    .doc-list:not(.doc-list-row).has-gutter-l
    {
        margin-right: -1rem;
        margin-left: -1rem;
    }
    .doc-list:not(.doc-list-row).has-gutter-l > *
    {
        width: calc(100% / 2 - 2rem - .01px);
        margin-right: 1rem;
        margin-left: 1rem;
    }
    .doc-list:not(.doc-list-row).has-gutter-xl
    {
        margin-right: -2rem;
        margin-left: -2rem;
    }
    .doc-list:not(.doc-list-row).has-gutter-xl > *
    {
        width: calc(100% / 2 - 4rem - .01px);
        margin-right: 2rem;
        margin-left: 2rem;
    }
    .doc-list:not(.doc-list-row) > *
    {
        width: calc(100% / 2 - 3rem - .01px);
        margin-right: 1.5rem;
        margin-left: 1.5rem;
    }
}

.doc-card
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 25px;
    padding: 24px 30px;
    padding-right: 20px;

    -webkit-transition: background-color .1s ease-in-out;

    transition: background-color .1s ease-in-out; 

    border: 1px solid #e8e5e5;
    border-radius: 4px;
    background-color: #fff;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
@media (max-width: 576px)
{
    .doc-card
    {
        margin-bottom: 20px;
    }
}
.doc-card:not(.doc-card-edit):hover
{
    background-color: #f9f7f7;
}
.doc-card:not(.doc-card-edit):hover .doc-title
{
    color: #20123b;
}
.doc-card:not(.doc-card-edit):hover .doc-icon .icon
{
    color: #355aa9;
}
.doc-card-edit
{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.doc-card-edit .doc-meta
{
    margin-right: 15px;
}
@media (min-width: 577px)
{
    .doc-card-edit .doc-meta
    {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 50%;
                flex: 0 1 50%;
    }
}
@media (max-width: 576px)
{
    .doc-card-edit .doc-meta
    {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
    }
}
.doc-card-edit .doc-title
{
    max-width: inherit;
}
.doc-card-edit .doc-cta
{
    margin-left: inherit;
}

.doc-edit
{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}

.doc-meta
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
}

.doc-icon
{
    display: inline-block;

    margin-right: 35px; 

    -webkit-box-flex: 0; 

        -ms-flex: 0 0 auto; 

            flex: 0 0 auto;
}
.doc-icon .icon
{
    font-size: 2.6rem;

    vertical-align: middle; 

    color: #393d84;
}

.doc-title
{
    font-size: 1.4rem;
    font-weight: 600;

    overflow: hidden;

    max-width: 55%;

    -webkit-transition: color .1s ease-in-out;

    transition: color .1s ease-in-out;
    white-space: nowrap; 
    letter-spacing: -.015rem;
    text-overflow: ellipsis;

    color: #150c27;
}
.doc-title:hover
{
    text-decoration: none; 

    color: #20123b;
}

.doc-p
{
    font-size: 1.2rem;
    font-weight: 400;

    overflow: hidden;

    white-space: nowrap; 
    letter-spacing: .015rem;
    text-overflow: ellipsis;

    color: #6d6f81;
}

.doc-type
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: calc(100% - 32px); 
    margin-top: 10px;
    margin-left: auto !important;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}
@media (min-width: 577px)
{
    .doc-type
    {
        margin-right: -1.5rem;
        margin-left: -1.5rem;
    }
    .doc-type > *
    {
        width: calc(100% / 2 - .01px);
    }
    .doc-type.has-gutter
    {
        margin-right: -.5rem;
        margin-left: -.5rem;
    }
    .doc-type.has-gutter > *
    {
        width: calc(100% / 2 - 1rem - .01px);
        margin-right: .5rem;
        margin-left: .5rem;
    }
    .doc-type.has-gutter-l
    {
        margin-right: -1rem;
        margin-left: -1rem;
    }
    .doc-type.has-gutter-l > *
    {
        width: calc(100% / 2 - 2rem - .01px);
        margin-right: 1rem;
        margin-left: 1rem;
    }
    .doc-type.has-gutter-xl
    {
        margin-right: -2rem;
        margin-left: -2rem;
    }
    .doc-type.has-gutter-xl > *
    {
        width: calc(100% / 2 - 4rem - .01px);
        margin-right: 2rem;
        margin-left: 2rem;
    }
    .doc-type > *
    {
        width: calc(100% / 2 - 3rem - .01px);
        margin-right: 1.5rem;
        margin-left: 1.5rem;
    }
}
@media (max-width: 576px)
{
    .doc-type
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
    }
    .doc-type > *:not(:last-child)
    {
        margin-bottom: 10px;
    }
}
.doc-type label
{
    line-height: inherit; 

    -webkit-box-flex: 0; 

        -ms-flex: 0 0 auto; 

            flex: 0 0 auto;
}
.doc-type select
{
    font-size: 1.2rem;

    width: 100%; 
    height: 60px;
    padding-right: 65px;
    padding-left: 20px;

    cursor: pointer;

    color: #150c27;
    border: 1px solid #e8e5e5;
    border-radius: 4px;
    outline: none;
    background-color: #fff;
    background-position: right 1.5rem center;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.doc-type select:focus
{
    border: 1px solid #d0caca;
}
@media (max-width: 576px)
{
    .doc-type .field-customDoc
    {
        width: 100%;
    }
}
.doc-type .field-customDoc .field-item
{
    margin-bottom: 0 !important;
}

.doc-cta
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-left: auto; 

    -ms-flex-wrap: nowrap; 

        flex-wrap: nowrap;
}
.doc-cta .cta-download .icon
{
    width: 20px; 
    height: 16px;
}
.doc-cta .cta-goTo .icon
{
    width: 8px; 
    height: 12px;
}
.doc-cta .cta-btn
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    width: 50px; 
    height: 50px;

    -webkit-transition: background-color .1s ease-in-out;

    transition: background-color .1s ease-in-out;
    text-align: center;

    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 576px)
{
    .doc-cta .cta-btn
    {
        width: 40px; 
        height: 40px;
    }
}
.doc-cta .cta-btn:hover
{
    border-color: #e8e5e5; 
    background-color: #f9f7f7;
}
.doc-cta .cta-btn .icon-cta
{
    vertical-align: middle; 

    color: #000;
}
@media (max-width: 576px)
{
    .doc-cta .cta-move
    {
        display: none;
    }
}
.doc-cta .cta-move .icon
{
    font-size: 1em;

    width: 15px; 
    height: 13px;
}

.smt-comments
{
    font-size: 1.3rem;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    padding: 25px 30px; 

    color: #6d6f81;
    border-radius: 4px;
    background-color: #f9f7f7;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
@media (max-width: 576px)
{
    .smt-comments
    {
        padding: 20px;
    }
}
.smt-comments a
{
    text-decoration: underline; 

    color: #7b33ff;
}
.smt-comments-f-start
{
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.smt-comments-f-start .smt-comments-icon
{
    margin-top: 10px;
}
.smt-comments-purple
{
    display: inherit;

    text-align: center; 

    color: #fff;
    background: linear-gradient(135deg, #7133c7 0%, #8b2faa 66.25%, #a62b8d 100%);
}
@media (max-width: 768px)
{
    .smt-comments-purple
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;

        margin-top: 20px;
    }
}
.smt-comments-purple b
{
    font-size: 1.65rem;
    font-weight: 700;

    display: block;

    margin-bottom: 15px;
}
.smt-comments-purple .flex-container,
.smt-comments-purple .flex-container--row,
.smt-comments-purple .flex-row,
.smt-comments-purple .flex-container--column,
.smt-comments-purple .flex-column,
.smt-comments-purple .flex-container--row-reverse,
.smt-comments-purple .flex-row-reverse,
.smt-comments-purple .flex-container--column-reverse,
.smt-comments-purple .flex-column-reverse
{
    text-align: left;

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;

}
.smt-comments-purple .flex-container img,
.smt-comments-purple .flex-container--row img,
.smt-comments-purple .flex-row img,
.smt-comments-purple .flex-container--column img,
.smt-comments-purple .flex-column img,
.smt-comments-purple .flex-container--row-reverse img,
.smt-comments-purple .flex-row-reverse img,
.smt-comments-purple .flex-container--column-reverse img,
.smt-comments-purple .flex-column-reverse img
{
    margin-right: 30px; 

    -webkit-box-flex: 1; 

        -ms-flex: 1 0 auto; 

            flex: 1 0 auto;
}
@media (max-width: 576px)
{
    .smt-comments-purple .flex-container img,
    .smt-comments-purple .flex-container--row img,
    .smt-comments-purple .flex-row img,
    .smt-comments-purple .flex-container--column img,
    .smt-comments-purple .flex-column img,
    .smt-comments-purple .flex-container--row-reverse img,
    .smt-comments-purple .flex-row-reverse img,
    .smt-comments-purple .flex-container--column-reverse img,
    .smt-comments-purple .flex-column-reverse img
    {
        margin-right: 0; 
        margin-bottom: 25px;
    }
}
.smt-comments-bis
{
    display: inherit;

    padding: 15px 0; 

    background-color: inherit;
}
.smt-comments-label
{
    font-size: 1.1rem;

    margin-bottom: 10px;
}
.smt-comments-p
{
    font-size: 1.3rem;

    margin-bottom: 0;
}
.smt-comments-p b
{
    color: #150c27;
}
.smt-comments .btn,
.smt-comments .footer .navigation-link-btn,
.footer .smt-comments .navigation-link-btn
{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
@media (min-width: 769px)
{
    .smt-comments .btn,
    .smt-comments .footer .navigation-link-btn,
    .footer .smt-comments .navigation-link-btn
    {
        margin-left: 20px;
    }
}
@media (max-width: 768px)
{
    .smt-comments .btn,
    .smt-comments .footer .navigation-link-btn,
    .footer .smt-comments .navigation-link-btn
    {
        margin-top: 15px; 
        margin-left: 0;
    }
}

.smt-comments-icon
{
    margin-right: 15px; 

    color: #27282e;

    -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

            flex: 0 0 auto;
}
.smt-comments-icon .icon-info
{
    width: 25px; 
    height: 25px;
}

.smt-comments-p b
{
    color: #150c27;
}

.smt-banner
{
    padding: 55px 60px; 

    border-radius: 15px;
    background: linear-gradient(135deg, #7133c7 0%, #8b2faa 66.25%, #a62b8d 100%);
}
@media (max-width: 992px)
{
    .smt-banner
    {
        padding: 45px 50px;
    }
}
@media (max-width: 576px)
{
    .smt-banner
    {
        padding: 40px 25px;
    }
}
.smt-banner .title,
.smt-banner .rte-bis h3,
.rte-bis .smt-banner h3,
.smt-banner .rte-bis h4,
.rte-bis .smt-banner h4,
.smt-banner .text-sm
{
    color: #fff;
}

.user-profil
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
}
.sidebar-card .user-profil
{
    padding: 20px 20px;
}

.user-profil-avatar.avatar-sm
{
    width: 35px !important; 
    height: 35px !important;
    margin-right: 13px !important;
}

.user-profil-meta
{
    margin-bottom: 0;
}

.user-review:not(:last-child)
{
    margin-bottom: 20px; 

    border-bottom: 1px solid #e8e5e5;
}
.user-review:not(:last-child) .user-review-p
{
    padding-bottom: 20px;
}

.user-review-list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
}

.user-review-user
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 25px; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
}

.user-review-thumb
{
    overflow: hidden;

    width: 60px; 
    max-width: 60px;
    height: 60px;
    margin-right: 30px;

    -webkit-transition: -webkit-box-shadow .1s ease-in-out;

    transition: -webkit-box-shadow .1s ease-in-out;

    transition: box-shadow .1s ease-in-out;

    transition: box-shadow .1s ease-in-out, -webkit-box-shadow .1s ease-in-out;

    border-radius: 50%;
    background: linear-gradient(135deg, #7133c7 0%, #8b2faa 66.25%, #a62b8d 100%);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;

    -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

            flex: 0 0 auto;
}
.user-review-thumb[data-name]
{
    position: relative;
}
.user-review-thumb[data-name]:before
{
    font-size: 1.45rem;
    font-weight: 700;

    position: absolute;
    top: 50%;
    left: 50%;

    content: attr(data-name);
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); 
    text-align: center;
    letter-spacing: -.018rem;

    color: #fff;
}

.user-review-name
{
    font-size: 1.45rem;
    font-weight: 700;

    letter-spacing: -.018rem; 

    color: #150c27;
}

.user-review-meta
{
    font-size: 1.2rem; 

    color: #8a8da9;
}

.user-review-rating
{
    display: block;
}
.user-review-rating .grid-2:first-child .rating-item
{
    border-bottom: 0;
}
.user-review-rating .rating-item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 10px 0; 

    border-top: 1px solid #e8e5e5;
    border-bottom: 1px solid #e8e5e5;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
}
.user-review-rating .rating-label
{
    font-size: 1.2rem; 

    color: #6d6f81;
}
.user-review-rating .rating-stars
{
    cursor: default;
}
.user-review-rating .rating-stars[data-stars] .rating-star
{
    color: #f5a623;
}
.user-review-rating .rating-stars[data-stars='1'] .rating-star:nth-child(1) ~ .rating-star
{
    color: #ebedf3;
}
.user-review-rating .rating-stars[data-stars='2'] .rating-star:nth-child(2) ~ .rating-star
{
    color: #ebedf3;
}
.user-review-rating .rating-stars[data-stars='3'] .rating-star:nth-child(3) ~ .rating-star
{
    color: #ebedf3;
}
.user-review-rating .rating-stars[data-stars='4'] .rating-star:nth-child(4) ~ .rating-star
{
    color: #ebedf3;
}
.user-review-rating .rating-stars[data-stars='5'] .rating-star:nth-child(5) ~ .rating-star
{
    color: #ebedf3;
}
.user-review-rating .rating-star
{
    display: inline-block;

    color: #e8e5e5;
}
.user-review-rating .rating-star[data-star]
{
    cursor: pointer;
}
.user-review-rating .rating-star svg
{
    display: block;

    width: 12px; 
    height: 12px;

    fill: currentcolor;
}

.user-review-p
{
    font-size: 1.3rem;

    margin-top: 20px;
    margin-bottom: 0;

    text-align: left !important; 

    color: #8a8da9;
}

.scene-list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
}
@media (min-width: 769px)
{
    .scene-list.js-related-swipe
    {
        margin-right: -30px; 
        margin-left: -30px;
    }
}
@media (min-width: 577px) and (max-width: 768px)
{
    .scene-list.js-related-swipe
    {
        margin-right: -25px; 
        margin-left: -25px;
    }
}
@media (max-width: 576px)
{
    .scene-list.js-related-swipe
    {
        margin-right: -20px; 
        margin-left: -20px;
    }
}
@media (min-width: 769px)
{
    .scene-list.js-related-swipe .slick-list
    {
        padding: 0 30px;
    }
}
@media (min-width: 577px) and (max-width: 768px)
{
    .scene-list.js-related-swipe .slick-list
    {
        padding: 0 25px;
    }
}
@media (max-width: 576px)
{
    .scene-list.js-related-swipe .slick-list
    {
        padding-right: 20px; 
        padding-left: 20px;
    }
}
.scene-list.js-related-swipe .slick-arrow
{
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
}
.dropdown .scene-list
{
    margin-right: inherit; 
    margin-left: inherit;
}
.dropdown .scene-list .scene-name,
.dropdown .scene-list .user-profil-name
{
    font-size: 1.2rem;

    letter-spacing: inherit; 
    text-transform: uppercase;
}
.dropdown .scene-list .scene-state
{
    padding: .35rem 1rem;
}
.dropdown .scene-list .scene-state .icon
{
    margin-right: 3px;
}

.scene-search.is-empty
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    max-width: 350px;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 100px 0 40px 0;

    text-align: center; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.scene-search.is-empty .title,
.scene-search.is-empty .rte-bis h3,
.rte-bis .scene-search.is-empty h3,
.scene-search.is-empty .rte-bis h4,
.rte-bis .scene-search.is-empty h4
{
    margin: 50px 0 25px 0;
}

@media (min-width: 577px)
{
    .scene-search:not(.js-search-swipe):not(.is-empty):not(.js-discover-swipe)
    {
        margin: 0 -15px;
    }
}

@media (max-width: 576px)
{
    .scene-search:not(.js-search-swipe):not(.is-empty):not(.js-discover-swipe) .scene-card
    {
        margin-right: 0; 
        margin-left: 0;
    }
}

@media (min-width: 769px)
{
    .scene-search.js-search-swipe
    {
        margin-right: -30px; 
        margin-left: -30px;
    }
}

@media (min-width: 577px) and (max-width: 768px)
{
    .scene-search.js-search-swipe
    {
        margin-right: -25px; 
        margin-left: -25px;
    }
}

@media (max-width: 576px)
{
    .scene-search.js-search-swipe
    {
        margin-right: -20px; 
        margin-left: -20px;
    }
}

@media (min-width: 769px)
{
    .scene-search.js-search-swipe .slick-list
    {
        padding: 0 30px;
    }
}

@media (min-width: 577px) and (max-width: 768px)
{
    .scene-search.js-search-swipe .slick-list
    {
        padding: 0 25px;
    }
}

@media (max-width: 576px)
{
    .scene-search.js-search-swipe .slick-list
    {
        padding-right: 20px; 
        padding-left: 20px;
    }
}

.scene-search.js-search-swipe .slick-arrow
{
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
}

@media (min-width: 577px)
{
    .tabs-content .scene-search
    {
        margin: 0 -15px;
    }
}

@media (max-width: 576px)
{
    .scene-search .scene-grid-item
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: justify;

            -ms-flex-pack: justify;

                justify-content: space-between;
    }
}

@media (min-width: 577px)
{
    .scene-search .scene-card .scene-grid-item .grid-item:first-child
    {
        width: 70%;
    }
    .scene-search .scene-card .scene-grid-item .grid-item:last-child
    {
        width: 30%;
    }
}

.scene-search .scene-card .scene-name,
.scene-search .scene-card .user-profil-name
{
    overflow: hidden;

    white-space: nowrap; 
    text-overflow: ellipsis;
}

.scene-search .scene-card .scene-meta-list
{
    display: none;
}

.scene-search .scene-card .scene-hover-container
{
    min-height: 125px;
}
.scene-search .scene-card .scene-hover-container:hover .scene-meta-list
{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.scene-search .scene-card .scene-hover-container:hover .scene-city,
.scene-search .scene-card .scene-hover-container:hover .user-profil-meta,
.scene-search .scene-card .scene-hover-container:hover .scene-tags
{
    display: none;
}

.dropdown .scene-item
{
    line-height: 1;

    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    overflow: hidden;

    width: 100%; 
    padding: 10px 20px;

    -webkit-transition: background-color .075s ease-in-out;

    transition: background-color .075s ease-in-out;
    text-decoration: none !important;

    border-radius: 2px;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
.dropdown .scene-item:not(:last-child)
{
    margin-bottom: 5px;
}
.dropdown .scene-item .scene-city,
.dropdown .scene-item .user-profil-meta
{
    display: block;
}
.dropdown .scene-item .links
{
    display: none;
}
.dropdown .scene-item:hover
{
    background-color: #f9f7f7;
}
.dropdown .scene-item:hover .scene-city,
.dropdown .scene-item:hover .user-profil-meta
{
    display: none;
}
.dropdown .scene-item:hover .links
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.dropdown .scene-item.is-selected
{
    background-color: #f9f7f7;
}
.dropdown .scene-item.is-selected:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 3px; 
    height: 100%;

    content: '';

    background-color: #f3009d;
}

.scene-card
{
    margin: 0 15px;

    text-decoration: none !important; 

    outline: none;
}
.scene-search .scene-card
{
    margin-bottom: 30px;
}
@media (min-width: 577px)
{
    .tabs-content .scene-card
    {
        width: calc(50% - 30px);
    }
}
@media (max-width: 576px)
{
    .tabs-content .scene-card
    {
        width: 100%;
    }
}
.js-scene-swipe .scene-card
{
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 10px; 
    padding-left: 10px;
}
.js-scene-swipe .scene-card:hover .scene-thumb,
.js-scene-swipe .scene-card:hover .user-profil-avatar
{
    -webkit-box-shadow: 0 0 0 4px #7b33ff;
            box-shadow: 0 0 0 4px #7b33ff;
}
.js-search-swipe .scene-card,
.js-related-swipe .scene-card
{
    width: 244px !important;
}
@media (max-width: 768px)
{
    .js-search-swipe .scene-card,
    .js-related-swipe .scene-card
    {
        width: 245px !important;
    }
}

.scene-thumb,
.user-profil-avatar
{
    position: relative;

    overflow: hidden;

    margin-bottom: 10px;

    -webkit-transition: opacity .1s ease-in-out;

    transition: opacity .1s ease-in-out; 

    border-radius: 10px;
    background-color: #d9d9d9;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.scene-thumb:before,
.user-profil-avatar:before
{
    display: block;

    padding-bottom: 66.6667%; 

    content: '';
}
.js-scene-swipe .scene-thumb,
.js-scene-swipe .user-profil-avatar
{
    overflow: hidden;

    width: 105px; 
    max-width: 105px;
    height: 105px;
    margin: 0 auto;
    margin-bottom: 10px;

    -webkit-transition: -webkit-box-shadow .1s ease-in-out;

    transition: -webkit-box-shadow .1s ease-in-out;

    transition: box-shadow .1s ease-in-out;

    transition: box-shadow .1s ease-in-out, -webkit-box-shadow .1s ease-in-out;

    border-radius: 50%;
    background-color: #d8d8d8;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.dropdown .scene-thumb,
.dropdown .user-profil-avatar
{
    width: 50px; 
    height: 50px;
    margin-right: 20px;
    margin-bottom: 0;

    border-radius: 50%;

    -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

            flex: 0 0 auto;
}
.dropdown .scene-thumb:before,
.dropdown .user-profil-avatar:before
{
    content: none;
}
.scene-meta-sum .scene-thumb,
.scene-meta-sum .user-profil-avatar,
.user-profil .scene-thumb,
.user-profil .user-profil-avatar
{
    width: 90px; 
    height: 90px;
    margin-right: 20px;
    margin-bottom: 0;

    border-radius: 50%;

    -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

            flex: 0 0 auto;
}
.scene-meta-sum .scene-thumb.thumb-sm,
.scene-meta-sum .thumb-sm.user-profil-avatar,
.user-profil .scene-thumb.thumb-sm,
.user-profil .thumb-sm.user-profil-avatar
{
    width: 60px; 
    height: 60px;
}
.page-summary .scene-thumb,
.page-summary .user-profil-avatar
{
    width: 245px; 
    height: 245px;
}
.scene-thumb .cta-btn,
.user-profil-avatar .cta-btn
{
    font-family: 'MontSerrat';
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 40px;

    position: absolute;
    top: 15px;

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;

    margin: 0;
    padding: 0 1.6rem;

    -webkit-transition: background-color .1s ease-in-out;

    transition: background-color .1s ease-in-out;
    text-align: center;
    vertical-align: baseline; 
    text-transform: uppercase;

    color: #fff;
    outline: none;
    background: none;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.scene-thumb .cta-btn:hover,
.user-profil-avatar .cta-btn:hover
{
    color: #f2f2f2;
}
.scene-thumb .cta-btn.cta-save,
.user-profil-avatar .cta-btn.cta-save
{
    right: 15px; 

    padding: 0;

    color: rgba(0, 0, 0, .25);
}
.scene-thumb .cta-btn.cta-save.is-active,
.user-profil-avatar .cta-btn.cta-save.is-active
{
    color: #f3009d;
}
.scene-thumb .cta-btn.cta-save .icon-save,
.user-profil-avatar .cta-btn.cta-save .icon-save
{
    display: block;

    width: 21px; 
    height: 21px;

    color: currentColor;

    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.5px;
    stroke: #fff;
}
.scene-thumb .cta-btn.cta-map-link,
.user-profil-avatar .cta-btn.cta-map-link
{
    left: 10px;

    display: none;

    width: 35px; 

    color: #fff;
    background-color: #0c0c0c;
}
.js-related-swipe .scene-thumb .cta-btn.cta-map-link,
.js-related-swipe .user-profil-avatar .cta-btn.cta-map-link
{
    display: block;
}
.map-opened .scene-thumb .cta-btn.cta-map-link,
.map-opened .user-profil-avatar .cta-btn.cta-map-link
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.scene-thumb .tags,
.user-profil-avatar .tags
{
    position: absolute; 
    bottom: 15px;
    left: 10px;

    margin: -3px;
    margin-bottom: 0;
}
.scene-thumb .tags .tag ,
.user-profil-avatar .tags .tag 
{
    margin-right: 3px; 
    margin-left: 3px;
}
.scene-thumb .tag,
.user-profil-avatar .tag,
.scene-thumb .tag--primary,
.user-profil-avatar .tag--primary,
.scene-thumb .tag--secondary,
.user-profil-avatar .tag--secondary,
.scene-thumb .tag--dark,
.user-profil-avatar .tag--dark,
.scene-thumb .tag--success,
.user-profil-avatar .tag--success,
.scene-thumb .tag--info,
.user-profil-avatar .tag--info,
.scene-thumb .tag--warning,
.user-profil-avatar .tag--warning,
.scene-thumb .tag--danger,
.user-profil-avatar .tag--danger,
.scene-thumb .tag--inverse,
.user-profil-avatar .tag--inverse,
.scene-thumb .tag--black,
.user-profil-avatar .tag--black,
.scene-thumb .tag--transparent,
.user-profil-avatar .tag--transparent,
.scene-thumb .tag-primary,
.user-profil-avatar .tag-primary,
.scene-thumb .tag-secondary,
.user-profil-avatar .tag-secondary,
.scene-thumb .tag-dark,
.user-profil-avatar .tag-dark,
.scene-thumb .tag-success,
.user-profil-avatar .tag-success,
.scene-thumb .tag-info,
.user-profil-avatar .tag-info,
.scene-thumb .tag-warning,
.user-profil-avatar .tag-warning,
.scene-thumb .tag-danger,
.user-profil-avatar .tag-danger,
.scene-thumb .tag-inverse,
.user-profil-avatar .tag-inverse,
.scene-thumb .tag-black,
.user-profil-avatar .tag-black,
.scene-thumb .tag-transparent,
.user-profil-avatar .tag-transparent
{
    margin-bottom: 0;
}

.scene-name,
.user-profil-name
{
    font-size: 1.65rem;
    font-weight: 700;

    margin-bottom: 5px; 

    letter-spacing: -.015rem;

    color: #150c27;
}
.section-band .scene-name,
.section-band .user-profil-name
{
    color: #fff;
}
.dropdown .scene-name 
{
    font-size: 1.35rem;
}
.scene-meta-sum .scene-name,
.scene-meta-sum .user-profil-name,
.user-profil .scene-name,
.user-profil .user-profil-name
{
    margin-bottom: 0;
}
.js-scene-swipe .scene-name,
.js-scene-swipe .user-profil-name
{
    text-align: center;
}

.js-scene-swipe .scene-meta
{
    font-size: 1.2rem;

    display: inherit;

    padding: 0;

    text-align: center; 

    color: #8a8da9;
}

.scene-city,
.user-profil-meta
{
    font-size: 1.2rem;

    margin-bottom: 5px;

    letter-spacing: .015rem; 

    color: #6d6f81;
}
.section-band .scene-city,
.section-band .user-profil-meta
{
    color: #dedede;
}
.dropdown .scene-city,
.dropdown .user-profil-meta,
.scene-search .scene-city,
.scene-search .user-profil-meta,
.scene-meta-sum .scene-city,
.scene-meta-sum .user-profil-meta,
.user-profil .scene-city,
.user-profil .user-profil-meta
{
    color: #150c27;
}
.dropdown .scene-city,
.dropdown .user-profil-meta
{
    font-size: 1.1rem;

    margin-bottom: 0;
}

.scene-meta-sum
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 

    -webkit-box-align: start; 

        -ms-flex-align: start; 

            align-items: flex-start;
}
@media (max-width: 576px)
{
    .scene-meta-sum
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
@media (max-width: 576px)
{
    .scene-meta-sum > div,
    .scene-meta-sum a
    {
        width: 100%;
    }
}
.scene-meta-sum > div:nth-child(1),
.scene-meta-sum a:nth-child(1)
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.scene-meta-sum > div:nth-child(1):hover .scene-name,
.scene-meta-sum > div:nth-child(1):hover .user-profil-name,
.scene-meta-sum a:nth-child(1):hover .scene-name,
.scene-meta-sum a:nth-child(1):hover .user-profil-name
{
    text-decoration: underline;
}
@media (max-width: 576px)
{
    .scene-meta-sum > div:nth-child(2) .field-switch-group,
    .scene-meta-sum a:nth-child(2) .field-switch-group
    {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
}
.scene-meta-sum .field-switch-group .field-label,
.scene-meta-sum .field-switch-group .doc-type label,
.doc-type .scene-meta-sum .field-switch-group label
{
    text-align: right;
}

@media (min-width: 577px)
{
    .scene-meta-state .grid > *:last-child
    {
        text-align: right;
    }
}

@media (max-width: 576px)
{
    .scene-meta-state .grid
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .scene-meta-state .grid > *
    {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
}

.scene-meta-state .state
{
    font-family: 'MontSerrat';
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 28px;

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;

    height: 30px;
    margin-left: auto;
    padding: 0 1.5rem;

    -webkit-user-select: none;

       -moz-user-select: none;

        -ms-user-select: none;

            user-select: none; 
    text-transform: uppercase;

    color: #150c27;
    border: 1px solid #e8e5e5;
    border-radius: 25px;
    background-color: #fff;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
.scene-meta-state .state.is-confirmed
{
    color: #fff; 
    border-color: #38c8a8;
    background-color: #38c8a8;
}
.scene-meta-state .state.is-accepted
{
    color: #fff; 
    border-color: #f3009d;
    background-color: #f3009d;
}
.scene-meta-state .state.is-refused
{
    color: #fff; 
    border-color: #f55;
    background-color: #f55;
}
.scene-meta-state .state.is-refused .icon
{
    width: 10px; 
    height: 10px;
}
.scene-meta-state .state.is-finised
{
    color: #fff; 
    background-color: #150c27;
}
.scene-meta-state .state .icon
{
    margin-right: 5px;

    vertical-align: middle;
}

@media (max-width: 768px)
{
    .scene-steps-meta
    {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
    }
}

.scene-steps-meta-desktop
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 20px 30px; 

    border: 1px solid #e5e3e8;
    border-radius: 4px;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media (min-width: 993px)
{
    .scene-steps-meta-desktop
    {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
}
@media (max-width: 768px)
{
    .scene-steps-meta-desktop
    {
        display: none;
    }
}
.scene-steps-meta-desktop .title,
.scene-steps-meta-desktop .rte-bis h3,
.rte-bis .scene-steps-meta-desktop h3,
.scene-steps-meta-desktop .rte-bis h4,
.rte-bis .scene-steps-meta-desktop h4
{
    font-weight: 700;

    margin-top: 25px; 
    margin-right: 50px;
    padding-left: 0;
}
.scene-steps-meta-desktop .scene-meta-sum
{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media (min-width: 993px)
{
    .scene-steps-meta-desktop .scene-meta-tags
    {
        margin-left: auto;
    }
}
@media (min-width: 769px) and (max-width: 992px)
{
    .scene-steps-meta-desktop .scene-meta-tags
    {
        margin-top: 25px;
    }
}

.scene-steps-meta-mobile
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 

    background-color: #f9f7f7;
}
@media (max-width: 768px)
{
    .scene-steps-meta-mobile
    {
        width: calc(100% + 28px); 
        margin: 0 -14px;
    }
}
@media (min-width: 769px)
{
    .scene-steps-meta-mobile
    {
        display: none;
    }
}
.scene-steps-meta-mobile > div
{
    padding: 15px;

    text-align: center; 

    -webkit-box-flex: 1; 

        -ms-flex: 1; 

            flex: 1;
}
.scene-steps-meta-mobile > div .scene-name,
.scene-steps-meta-mobile > div .user-profil-name
{
    font-size: 1.2rem;

    margin-bottom: 0; 

    text-transform: uppercase;
}
.scene-steps-meta-mobile > div .scene-city,
.scene-steps-meta-mobile > div .user-profil-meta
{
    margin-bottom: 0; 

    color: #150c27;
}
.scene-steps-meta-mobile > div:nth-child(1)
{
    border-bottom: 3px solid red;
}
.scene-steps-meta-mobile > div:nth-child(2)
{
    position: relative; 

    border-bottom: 3px solid purple;
}
.scene-steps-meta-mobile > div:nth-child(2):before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 1px; 
    height: 100%;

    content: '';

    background: #e8e5e5;
}

.scene-state
{
    font-family: 'MontSerrat';
    font-size: .9rem;
    font-weight: 700;
    line-height: 22px;

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;

    height: 22px; 
    margin-left: auto;
    padding: .35rem 1.35rem;

    text-transform: uppercase;

    color: #150c27;
    border: 1px solid #e8e5e5;
    border-radius: 25px;
    background-color: #fff;

    -webkit-box-align: center;

    -ms-flex-align: center;

        align-items: center;
}
.scene-state.is-confirmed
{
    color: #fff; 
    border-color: #38c8a8;
    background-color: #38c8a8;
}
.scene-state.is-accepted
{
    color: #fff; 
    border-color: #f3009d;
    background-color: #f3009d;
}
.scene-list .scene-state.is-accepted
{
    padding: .5rem 1.15rem;
}
.scene-list .scene-state.is-accepted .icon
{
    width: 9px; 
    height: 9px;
    margin-right: 5px;
}
.scene-state.is-refused
{
    color: #fff; 
    border-color: #f55;
    background-color: #f55;
}
.scene-state.is-refused .icon
{
    width: 9px; 
    height: 9px;

    color: #fff;
}
.scene-state.is-finised
{
    color: #fff; 
    background-color: #150c27;
}
.scene-state.is-draft
{
    color: #150c27; 
    background-color: #fff;

}
.scene-state .state
{
    margin-right: 5px;

    vertical-align: middle;
}

@media (min-width: 577px)
{
    .scene-meta-data
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-right: -1rem;
        margin-left: -1rem;
    }
    .scene-meta-data > *
    {
        width: calc(100% / 3 - .01px);
    }
    .scene-meta-data.has-gutter
    {
        margin-right: -.5rem;
        margin-left: -.5rem;
    }
    .scene-meta-data.has-gutter > *
    {
        width: calc(100% / 3 - 1rem - .01px);
        margin-right: .5rem;
        margin-left: .5rem;
    }
    .scene-meta-data.has-gutter-l
    {
        margin-right: -1rem;
        margin-left: -1rem;
    }
    .scene-meta-data.has-gutter-l > *
    {
        width: calc(100% / 3 - 2rem - .01px);
        margin-right: 1rem;
        margin-left: 1rem;
    }
    .scene-meta-data.has-gutter-xl
    {
        margin-right: -2rem;
        margin-left: -2rem;
    }
    .scene-meta-data.has-gutter-xl > *
    {
        width: calc(100% / 3 - 4rem - .01px);
        margin-right: 2rem;
        margin-left: 2rem;
    }
    .scene-meta-data > *
    {
        width: calc(100% / 3 - 2rem - .01px);
        margin-right: 1rem;
        margin-left: 1rem;
    }
}

@media (max-width: 576px)
{
    .scene-data-item
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-bottom: 5px; 

        -webkit-box-pack: justify; 

            -ms-flex-pack: justify; 

                justify-content: space-between;
    }
}

.scene-data-item .data-label
{
    font-size: 1.1rem; 

    color: #6d6f81;
}
@media (max-width: 576px)
{
    .scene-data-item .data-label
    {
        font-size: 1.3rem;
    }
}

.scene-data-item .data-data
{
    font-size: 1.3rem; 

    color: #0c0c0c;
}

.scene-data-item .field-switch label
{
    font-size: 1.1rem; 

    color: #6d6f81;
}

.availability-card
{
    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    margin-bottom: 20px;
    padding: 20px 30px;

    -webkit-transition: background-color .1s ease-in-out;

    transition: background-color .1s ease-in-out; 

    border: 1px solid #e8e5e5;
    border-radius: 4px;
    background-color: #fff;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
@media (max-width: 576px)
{
    .availability-card
    {
        padding: 20px 25px;
    }
}

.availability-p
{
    font-size: 1.3rem;
    font-weight: 400;

    overflow: hidden;

    -webkit-transition: color .1s ease-in-out;

    transition: color .1s ease-in-out;
    white-space: nowrap; 
    text-overflow: ellipsis;

    color: #150c27;
}

.availability-cta
{
    margin-left: auto;
}
.availability-cta .cta-btn
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    width: 50px; 
    height: 50px;

    -webkit-transition: background-color .1s ease-in-out;

    transition: background-color .1s ease-in-out;
    text-align: center;

    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 576px)
{
    .availability-cta .cta-btn
    {
        width: 40px; 
        height: 40px;
    }
}
.availability-cta .cta-btn:hover
{
    border-color: #e8e5e5; 
    background-color: #f9f7f7;
}
.availability-cta .cta-btn .icon-cta
{
    vertical-align: middle; 

    color: #000;
}
@media (max-width: 576px)
{
    .availability-cta .cta-move
    {
        display: none;
    }
}

.availability-foot
{
    margin-bottom: 20px;

    text-align: right;
}
@media (max-width: 576px)
{
    .availability-foot .grid-2
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .availability-foot .grid-2 > div:first-child
    {
        margin-top: 15px;
    }
}

.artist-list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
}
@media (min-width: 769px)
{
    .artist-list.slick-slider:not(.js-artist-swipe):not(.js-request-swipe):not(.js-artistsSub-swipe):not(.js-discover-swipe)
    {
        margin-right: -30px; 
        margin-left: -30px;
    }
}
@media (min-width: 577px) and (max-width: 768px)
{
    .artist-list.slick-slider:not(.js-artist-swipe):not(.js-request-swipe):not(.js-artistsSub-swipe):not(.js-discover-swipe)
    {
        margin-right: -25px; 
        margin-left: -25px;
    }
}
@media (max-width: 576px)
{
    .artist-list.slick-slider:not(.js-artist-swipe):not(.js-request-swipe):not(.js-artistsSub-swipe):not(.js-discover-swipe)
    {
        margin-right: -20px; 
        margin-left: -20px;
    }
}
@media (min-width: 769px)
{
    .artist-list.slick-slider:not(.js-artist-swipe):not(.js-request-swipe):not(.js-artistsSub-swipe):not(.js-discover-swipe) .slick-list
    {
        padding: 0 30px;
    }
}
@media (min-width: 577px) and (max-width: 768px)
{
    .artist-list.slick-slider:not(.js-artist-swipe):not(.js-request-swipe):not(.js-artistsSub-swipe):not(.js-discover-swipe) .slick-list
    {
        padding: 0 25px;
    }
}
@media (max-width: 576px)
{
    .artist-list.slick-slider:not(.js-artist-swipe):not(.js-request-swipe):not(.js-artistsSub-swipe):not(.js-discover-swipe) .slick-list
    {
        padding-right: 20px; 
        padding-left: 20px;
    }
}
.artist-list.slick-slider:not(.js-artist-swipe):not(.js-request-swipe):not(.js-artistsSub-swipe):not(.js-discover-swipe) .slick-arrow
{
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
}
@media (min-width: 769px) and (max-width: 1200px)
{
    .artist-list.js-artist-swipe
    {
        margin-right: -30px;
    }
    .artist-list.js-artist-swipe .slick-list
    {
        padding-right: 30px;
    }
}
@media (min-width: 577px) and (max-width: 768px)
{
    .artist-list.js-artist-swipe
    {
        margin-right: -25px; 
        margin-left: -25px;
    }
    .artist-list.js-artist-swipe .slick-list
    {
        padding: 0 25px;
    }
}
@media (max-width: 576px)
{
    .artist-list.js-artist-swipe
    {
        margin-right: -20px; 
        margin-left: -20px;
    }
    .artist-list.js-artist-swipe .slick-list
    {
        padding: 0 20px;
    }
}
.artist-list.js-request-swipe .slick-prev,
.artist-list.js-request-swipe .slick-next,
.artist-list.js-artistsSub-swipe .slick-prev,
.artist-list.js-artistsSub-swipe .slick-next
{
    top: 30%;
}
.artist-list.js-request-swipe .slick-list,
.artist-list.js-artistsSub-swipe .slick-list
{
    width: 100%; 
    margin: 0 50px;
}
.modal .artist-list
{
    padding: 10px 0;
}

.artist-search.is-empty
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    max-width: 350px;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 100px 0 40px 0;

    text-align: center; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.artist-search.is-empty .title,
.artist-search.is-empty .rte-bis h3,
.rte-bis .artist-search.is-empty h3,
.artist-search.is-empty .rte-bis h4,
.rte-bis .artist-search.is-empty h4
{
    margin: 60px 0 25px 0;
}

@media (min-width: 577px)
{
    .artist-search:not(.js-search-swipe):not(.is-empty):not(.js-discover-swipe)
    {
        margin: 0 -15px;
    }
}

@media (max-width: 576px)
{
    .artist-search:not(.js-search-swipe):not(.is-empty):not(.js-discover-swipe) .scene-card
    {
        margin-right: 0; 
        margin-left: 0;
    }
}

.artist-search.slick-slider .artist-card
{
    width: 286px !important;
}

.tabs-content .artist-search
{
    margin: 0 -15px;
}

@media (max-width: 576px)
{
    .artist-search .artist-grid-item
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: justify;

            -ms-flex-pack: justify;

                justify-content: space-between;
    }
}

@media (min-width: 577px)
{
    .artist-search .artist-card .artist-grid-item .grid-item:first-child
    {
        width: 70%;
    }
    .artist-search .artist-card .artist-grid-item .grid-item:last-child
    {
        width: 30%;
    }
}

.artist-search .artist-card .artist-name
{
    overflow: hidden;

    white-space: nowrap; 
    text-overflow: ellipsis;
}

.artist-search .artist-card .artist-meta-list
{
    display: none;
}

.artist-search .artist-card .artist-hover-container
{
    min-height: 125px;
}
.artist-search .artist-card .artist-hover-container .artist-meta-list
{
    padding: 0;
}
.artist-search .artist-card .artist-hover-container:hover .artist-meta-list
{
    display: block !important;
}
.artist-search .artist-card .artist-hover-container:hover .artist-city,
.artist-search .artist-card .artist-hover-container:hover .artist-tags
{
    display: none;
}

.artist-card
{
    margin: 0 15px;

    text-decoration: none !important; 

    outline: none;
}
.js-artist-swipe .artist-card
{
    width: 150px; 
    margin-top: 10px;
    margin-bottom: 10px;
}
.js-artist-swipe .artist-card:hover .artist-thumb
{
    -webkit-box-shadow: 0 0 0 4px #7b33ff;
            box-shadow: 0 0 0 4px #7b33ff;
}
.js-related-swipe .artist-card
{
    width: 249px !important;
}
@media (max-width: 768px)
{
    .js-related-swipe .artist-card
    {
        width: 245px !important;
    }
}
.js-request-swipe .artist-card:not(.artist-card-new),
.js-artistsSub-swipe .artist-card:not(.artist-card-new)
{
    position: relative; 

    margin: 10px;
    margin-top: 10px;
}
.js-request-swipe .artist-card:not(.artist-card-new).is-selected .artist-thumb,
.js-artistsSub-swipe .artist-card:not(.artist-card-new).is-selected .artist-thumb
{
    opacity: 1; 
    -webkit-box-shadow: 0 0 0 4px #7b33ff; 
            box-shadow: 0 0 0 4px #7b33ff;

    -webkit-filter: inherit;

            filter: inherit;
}
.js-request-swipe .artist-card:not(.artist-card-new):not(.is-selected) .artist-thumb,
.js-artistsSub-swipe .artist-card:not(.artist-card-new):not(.is-selected) .artist-thumb
{
    opacity: .5; 

    -webkit-filter: grayscale(1); 

            filter: grayscale(1);
}
.js-request-swipe .artist-card:not(.artist-card-new)[data-notification]:before,
.js-artistsSub-swipe .artist-card:not(.artist-card-new)[data-notification]:before
{
    font-family: 'MontSerrat';
    font-size: 1rem;
    font-weight: 700;
    line-height: 20px;

    position: absolute;
    z-index: 1; 
    top: 0;
    right: 45px;

    display: block;

    width: 20px;
    height: 20px;
    padding-bottom: inherit;

    content: attr(data-notification);
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #7b33ff;
}
.modal .artist-card
{
    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 100%; 
    margin: 0 7px;
    padding: 11px 15px;

    -webkit-transition: background-color .1s ease-in-out;

    transition: background-color .1s ease-in-out;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
@media (max-width: 576px)
{
    .modal .artist-card
    {
        padding: 11px 10px;
    }
}
@media (min-width: 577px)
{
    .modal .artist-card:after
    {
        position: absolute;
        top: 50%;
        right: 20px;

        display: block;

        width: 20px; 
        height: 20px;

        content: '';
        -webkit-transition: opacity .075s ease-in-out;
        transition: opacity .075s ease-in-out;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);

        opacity: 0;
        background-image: url('../images_ng/icons/arrow-right.svg');
        background-repeat: no-repeat;
        background-position: center center;
    }
}
.modal .artist-card:hover
{
    background-color: #f9f7f7;
}
@media (min-width: 577px)
{
    .modal .artist-card:hover:after
    {
        opacity: 1;
    }
}
.modal .artist-card > div
{
    text-align: left;
}
.modal .artist-card > div:not(.artist-thumb)
{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}
.modal .artist-card > div .artist-name
{
    overflow: hidden;

    max-width: 240px;
    margin: 0;
    margin-bottom: 5px;

    white-space: nowrap; 
    text-overflow: ellipsis;
}
.modal .artist-card > div .artist-tags
{
    font-size: 1.2rem;
    font-weight: 300;

    margin-bottom: 3px; 

    color: #212121;
}
.modal .artist-card > div .artist-meta
{
    padding: 0;
}
@media (max-width: 576px)
{
    .tabs-content .artist-card
    {
        width: calc(100% - 30px);
    }
}
@media (min-width: 577px)
{
    .tabs-content .artist-card
    {
        width: calc(50% - 30px);
    }
}

.js-request-swipe .artist-card-new
{
    position: relative; 

    margin: 10px;
    margin-top: 10px;
}

.artist-card-new .artist-thumb
{
    background-color: #7b33ff !important;
}

.artist-thumb
{
    position: relative;

    overflow: hidden;

    margin-bottom: 10px;

    -webkit-transition: opacity .1s ease-in-out;

    transition: opacity .1s ease-in-out; 

    border-radius: 10px;
    background-color: #d9d9d9;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.artist-thumb:before
{
    display: block;

    padding-bottom: 66.6667%; 

    content: '';
}
.js-artist-swipe .artist-thumb,
.js-request-swipe .artist-thumb,
.js-artistsSub-swipe .artist-thumb,
.modal .artist-thumb
{
    overflow: hidden;

    width: 105px; 
    max-width: 105px;
    height: 105px;
    margin: 0 auto;
    margin-bottom: 10px;

    -webkit-transition: -webkit-box-shadow .1s ease-in-out;

    transition: -webkit-box-shadow .1s ease-in-out;

    transition: box-shadow .1s ease-in-out;

    transition: box-shadow .1s ease-in-out, -webkit-box-shadow .1s ease-in-out;

    border-radius: 50%;
    background-color: #d8d8d8;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.js-artist-swipe .artist-thumb:before,
.js-request-swipe .artist-thumb:before,
.js-artistsSub-swipe .artist-thumb:before,
.modal .artist-thumb:before
{
    content: none;
}
.js-artistsSub-swipe .artist-thumb
{
    margin-bottom: 15px;
}
.js-request-swipe .artist-thumb
{
    overflow: visible;

    width: 80px; 
    max-width: 80px;
    height: 80px;
}
.js-request-swipe .artist-thumb .icon-add
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 2rem; 
    height: 2rem;

    -webkit-transform: translateX(-50%) translateY(-50%);

            transform: translateX(-50%) translateY(-50%);

    color: #fff;
}
.modal .artist-thumb
{
    width: 75px; 
    height: 75px;
    margin: 0 20px 0 0;

    -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

            flex: 0 0 auto;
}
@media (max-width: 576px)
{
    .modal .artist-thumb
    {
        width: 60px; 
        height: 60px;
        margin: 0 15px 0 0;
    }
}
.artist-meta-sum .artist-thumb
{
    width: 90px; 
    height: 90px;
    margin-right: 20px;
    margin-bottom: 0;

    border-radius: 50%;

    -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

            flex: 0 0 auto;
}
.artist-meta-sum .artist-thumb.thumb-sm
{
    width: 60px; 
    height: 60px;
}
.artist-search .artist-thumb .cta-btn,
.artist-list .artist-thumb .cta-btn
{
    font-family: 'MontSerrat';
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 40px;

    position: absolute;
    top: 15px;

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;

    margin: 0;
    padding: 0 1.6rem;

    -webkit-transition: background-color .1s ease-in-out;

    transition: background-color .1s ease-in-out;
    text-align: center;
    vertical-align: baseline; 
    text-transform: uppercase;

    color: #fff;
    outline: none;
    background: none;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.artist-search .artist-thumb .cta-btn:hover,
.artist-list .artist-thumb .cta-btn:hover
{
    color: #f2f2f2;
}
.artist-search .artist-thumb .cta-btn.cta-save,
.artist-list .artist-thumb .cta-btn.cta-save
{
    right: 15px; 

    padding: 0;

    color: rgba(0, 0, 0, .25);
}
.artist-search .artist-thumb .cta-btn.cta-save.is-active,
.artist-list .artist-thumb .cta-btn.cta-save.is-active
{
    color: #f3009d;
}
.artist-search .artist-thumb .cta-btn.cta-save .icon-save,
.artist-list .artist-thumb .cta-btn.cta-save .icon-save
{
    display: block;

    width: 21px; 
    height: 21px;

    color: currentColor;

    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.5px;
    stroke: #fff;
}
.artist-search .artist-thumb .cta-btn.cta-map-link,
.artist-list .artist-thumb .cta-btn.cta-map-link
{
    left: 10px;

    display: none;

    width: 35px; 

    color: #fff;
    background-color: #0c0c0c;
}
.map-opened .artist-search .artist-thumb .cta-btn.cta-map-link,
.map-opened
      .artist-list .artist-thumb .cta-btn.cta-map-link
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.artist-search .artist-thumb .tags,
.artist-list .artist-thumb .tags
{
    position: absolute; 
    bottom: 15px;
    left: 10px;

    margin: -3px;
    margin-bottom: 0;
}
.artist-search .artist-thumb .tags .tag ,
.artist-list .artist-thumb .tags .tag 
{
    margin-right: 3px; 
    margin-left: 3px;
}
.artist-thumb .tag,
.artist-thumb .tag--primary,
.artist-thumb .tag--secondary,
.artist-thumb .tag--dark,
.artist-thumb .tag--success,
.artist-thumb .tag--info,
.artist-thumb .tag--warning,
.artist-thumb .tag--danger,
.artist-thumb .tag--inverse,
.artist-thumb .tag--black,
.artist-thumb .tag--transparent,
.artist-thumb .tag-primary,
.artist-thumb .tag-secondary,
.artist-thumb .tag-dark,
.artist-thumb .tag-success,
.artist-thumb .tag-info,
.artist-thumb .tag-warning,
.artist-thumb .tag-danger,
.artist-thumb .tag-inverse,
.artist-thumb .tag-black,
.artist-thumb .tag-transparent
{
    margin-bottom: 0;
}

.artist-name
{
    font-size: 1.45rem;
    font-weight: 700;

    max-width: 150px; 

    letter-spacing: -.018rem;

    color: #150c27;
}
.section-band .artist-name
{
    color: #fff;
}
.artist-search .artist-name,
.section-band .artist-name,
.js-related-swipe .artist-name
{
    font-size: 1.65rem;

    max-width: inherit; 
    margin: 0;
    margin-bottom: 5px;

    letter-spacing: -.015rem;
}
.js-artist-swipe .artist-name,
.js-request-swipe .artist-name,
.js-artistsSub-swipe .artist-name
{
    text-align: center;
}
.js-request-swipe .artist-name,
.js-artistsSub-swipe .artist-name
{
    font-size: 1.3rem;
    font-weight: 400;

    max-width: 130px; 
    margin: 0 auto;
}

.artist-meta
{
    font-size: 1.2rem; 

    color: #8a8da9;
}
.js-artist-swipe .artist-meta,
.js-request-swipe .artist-meta,
.js-artistsSub-swipe .artist-meta
{
    display: inherit;

    padding: 10px;

    text-align: center;
}

.artist-city
{
    font-size: 1.2rem;

    margin-bottom: 5px;

    letter-spacing: .017rem; 

    color: #6d6f81;
}
.section-band .artist-city
{
    color: #dedede;
}
.dropdown .artist-city,
.artist-search .artist-city,
.artist-meta-sum .artist-city,
.user-profil .artist-city
{
    color: #150c27;
}
.dropdown .artist-city
{
    font-size: 1.1rem;

    margin-bottom: 0;
}

.artist-meta-sum
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 

    -webkit-box-align: start; 

        -ms-flex-align: start; 

            align-items: flex-start;
}
@media (max-width: 576px)
{
    .artist-meta-sum > div,
    .artist-meta-sum a
    {
        width: 100%;
    }
}
.artist-meta-sum > div:nth-child(1),
.artist-meta-sum a:nth-child(1)
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.artist-meta-sum > div:nth-child(1):hover .scene-name,
.artist-meta-sum > div:nth-child(1):hover .user-profil-name,
.artist-meta-sum a:nth-child(1):hover .scene-name,
.artist-meta-sum a:nth-child(1):hover .user-profil-name
{
    text-decoration: underline;
}
@media (max-width: 576px)
{
    .artist-meta-sum > div:nth-child(2) .field-switch-group,
    .artist-meta-sum a:nth-child(2) .field-switch-group
    {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
}
.artist-meta-sum .field-switch-group .field-label,
.artist-meta-sum .field-switch-group .doc-type label,
.doc-type .artist-meta-sum .field-switch-group label
{
    text-align: right;
}

@media (min-width: 577px)
{
    .artist-meta-state .grid > *:last-child
    {
        text-align: right;
    }
}

@media (max-width: 576px)
{
    .artist-meta-state .grid
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .artist-meta-state .grid > *
    {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
}

.artist-meta-state .state
{
    font-family: 'MontSerrat';
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 28px;

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;

    height: 30px;
    margin-left: auto;
    padding: 0 1.5rem;

    -webkit-user-select: none;

       -moz-user-select: none;

        -ms-user-select: none;

            user-select: none; 
    text-transform: uppercase;

    color: #150c27;
    border: 1px solid #e8e5e5;
    border-radius: 25px;
    background-color: #fff;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
.artist-meta-state .state.is-confirmed
{
    color: #fff; 
    border-color: #38c8a8;
    background-color: #38c8a8;
}
.artist-meta-state .state.is-accepted
{
    color: #fff; 
    border-color: #f3009d;
    background-color: #f3009d;
}
.artist-meta-state .state.is-refused
{
    color: #fff; 
    border-color: #f55;
    background-color: #f55;
}
.artist-meta-state .state.is-refused .icon
{
    width: 10px; 
    height: 10px;
}
.artist-meta-state .state.is-finised
{
    color: #fff; 
    background-color: #150c27;
}
.artist-meta-state .state .icon
{
    margin-right: 5px;

    vertical-align: middle;
}

.topbar-tools
{
    position: fixed;
    z-index: 9; 

    display: -webkit-box; 

    display: -ms-flexbox; 

    display: flex;

    width: 100%;
    height: 60px;

    background: linear-gradient(20.79deg, #3b2869 1.36%, #3372c7 65.37%, #2ba690 100%);

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
.topbar-tools.is-purple
{
    background: linear-gradient(135deg, #1e5d7a 0%, #7133c7 31.83%, #8b2faa 66.25%, #a62b8d 100%);
}
.topbar-tools .site-wrapper.is-fluid
{
    width: 100%;
    margin: 0;
    padding: 30px 14px; 
    padding-top: 0;
    padding-bottom: 0;
}
@media (max-width: 992px)
{
    .topbar-tools .site-wrapper.is-fluid
    {
        padding-right: 15px; 
        padding-left: 15px;
    }
}
.topbar-tools .site-wrapper.is-fluid .field-search-main
{
    margin-left: 10px;
}
@media (max-width: 576px)
{
    .topbar-tools .site-wrapper.is-fluid .field-search-main
    {
        position: relative;

        width: inherit; 

        -webkit-box-flex: 1; 

            -ms-flex: 1; 

                flex: 1;
    }
}
@media (max-width: 576px)
{
    .topbar-tools .site-wrapper.is-fluid .field-search-main.is-active
    {
        z-index: 1;
    }
    .topbar-tools .site-wrapper.is-fluid .field-search-main.is-active .search-close
    {
        visibility: visible; 

        -webkit-transform: translateY(0); 

                transform: translateY(0);

        opacity: 1;
    }
    .topbar-tools .site-wrapper.is-fluid .field-search-main.is-active .field-search-dropdown
    {
        max-width: 100vw;
    }
}
.topbar-tools .site-wrapper.is-fluid .field-search-main .search-btn
{
    color: #fff;
}
.topbar-tools .site-wrapper.is-fluid .field-search-main .search-input
{
    height: 45px; 

    color: #fff;
}
@media (max-width: 576px)
{
    .topbar-tools .site-wrapper.is-fluid .field-search-main .search-input
    {
        width: inherit;
    }
}
.topbar-tools .site-wrapper.is-fluid .field-search-main .search-input::-webkit-input-placeholder
{
    color: #fff;
}
.topbar-tools .site-wrapper.is-fluid .field-search-main .search-input::-moz-placeholder
{
    color: #fff;
}
.topbar-tools .site-wrapper.is-fluid .field-search-main .search-input::-ms-input-placeholder
{
    color: #fff;
}
.topbar-tools .site-wrapper.is-fluid .field-search-main .search-input::placeholder
{
    color: #fff;
}
.topbar-tools .push
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
}
@media (max-width: 992px)
{
    .topbar-tools .field-switch
    {
        display: none;
    }
}

.account-content-item
{
    margin-bottom: 55px;
}

.pagination
{
    margin: 20px;
    margin-top: 40px;

    text-align: center;
}
@media (max-width: 576px)
{
    .pagination
    {
        margin-bottom: 40px;
    }
}
.pagination-wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.pagination-wrapper > *
{
    margin: 5px 0;
}
.pagination-bis
{
    display: block;

    margin: 0;
}
@media (max-width: 576px)
{
    .pagination-bis
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 100%; 
        margin-bottom: 20px;

        -webkit-box-align: center;

            -ms-flex-align: center;

                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
}
.pagination-inline
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 576px)
{
    .pagination-inline
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
.pagination-inline .pagination-total
{
    margin-right: 15px;
}
.modal-card-body .pagination-inline .pagination-total
{
    font-size: 1.1rem;

    margin-bottom: 0;
}
@media (max-width: 576px)
{
    .pagination-inline .pagination-total
    {
        margin-bottom: 15px;
    }
}
.pagination-total
{
    font-size: 1.1rem;

    text-align: left; 

    color: #6d6f81;
}
@media (max-width: 576px)
{
    .pagination-total
    {
        margin-bottom: 0;
    }
}

.results-pagination
{
    padding-left: 0;

    list-style: none;

    text-align: center;
}
.pagination-bis .results-pagination
{
    margin-bottom: 0;

    text-align: left;
}
.results-pagination-item
{
    display: inline-block;
}
.results-pagination-item:not(:last-child)
{
    margin-right: 3px;
}
.results-pagination-label
{
    font-size: 1.1rem; 

    color: #6d6f81;
}
.results-pagination-value
{
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 38px;

    display: inline-block;

    width: 40px; 
    height: 40px;
    padding: 0;

    text-decoration: none;

    color: #150c27;
    border: 1px solid transparent;
    border-radius: 3px;
    outline: none !important;
    background-color: transparent;
}
.results-pagination-value:hover
{
    border-color: #e8e5e5; 
    background-color: #f9f7f7;
}
.results-pagination-value.is-active
{
    color: #fff; 
    border-color: #7b33ff;
    background-color: #7b33ff;
}
.pagination-bis .results-pagination-value
{
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 40px;

    width: 40px; 
    height: 40px;

    -webkit-transition: background-color .1s ease-in-out;

    transition: background-color .1s ease-in-out;

    color: #150c27;
    border-radius: 3px;
}
.pagination-bis .results-pagination-value:hover
{
    text-decoration: none; 

    background-color: #f4f3f3;
}
.pagination-bis .results-pagination-value.is-active
{
    color: #fff; 
    background-color: #7b33ff;
}
.results-pagination-btn
{
    font-size: .75em;
    line-height: 38px;

    display: block;

    width: 40px; 
    height: 40px;
    padding: 0;

    text-decoration: none;

    color: #150c27;
    border: 1px solid #e8e5e5;
    border-radius: 3px;
    outline: none !important;
    background-color: transparent;
}
.results-pagination-btn:hover
{
    border-color: #e8e5e5; 
    background-color: #f9f7f7;
}
.results-pagination-btn:active 
{
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
}
.results-pagination-info
{
    font-size: 1.1rem;

    margin-top: 10px; 

    color: #6d6f81;
}

.js-draggable .media-card
{
    cursor: move;
}

.media-card
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 15px;
    padding: 20px 30px;
    padding-right: 20px;

    -webkit-transition: background-color .1s ease-in-out;

    transition: background-color .1s ease-in-out; 

    border: 1px solid #e8e5e5;
    border-radius: 4px;
    background-color: #fff;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -ms-touch-action: none;
        touch-action: none;
}
@media (max-width: 576px)
{
    .media-card
    {
        padding-right: 15px;
    }
}
.media-card:hover .media-title
{
    color: #20123b;
}
.media-card:hover .media-icon .icon
{
    color: #355aa9;
}
.media-card:focus,
.media-card:active
{
    opacity: .5;
}
.media-card .media-meta
{
    margin-right: 15px;
}
@media (min-width: 577px)
{
    .media-card .media-meta
    {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 50%;
                flex: 0 1 50%;
    }
}
@media (max-width: 576px)
{
    .media-card .media-meta
    {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
    }
}
.media-card .media-meta .media-title
{
    display: inherit;

    max-width: inherit;
}

.media-edit
{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}

.media-thumbnail
{
    display: inline-block;

    width: 90px; 
    height: 90px;
    margin: -20px 25px -20px -30px;

    background-color: #f9f7f7;
    background-size: cover;
}
.media-thumbnail-icon
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    background-color: inherit;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.media-thumbnail-icon .icon-soundcloud
{
    width: 40px; 
    height: 20px;
}
.media-thumbnail-icon .icon-bandcamp
{
    width: 33px; 
    height: 20px;
}
.media-thumbnail-icon .icon-spotify
{
    width: 30px; 
    height: 30px;
}
.media-thumbnail-icon .icon-deezer
{
    width: 35px; 
    height: 20px;
}
.media-thumbnail-icon .icon-apple-music
{
    width: 25px; 
    height: 30px;
}

.media-title
{
    font-size: 1.4rem;
    font-weight: 600;

    overflow: hidden;

    max-width: 55%;

    -webkit-transition: color .1s ease-in-out;

    transition: color .1s ease-in-out;
    white-space: nowrap; 
    letter-spacing: -.015rem;
    text-overflow: ellipsis;

    color: #150c27;
}
.media-title:hover
{
    text-decoration: none; 

    color: #20123b;
}
.media-title .badge,
.media-title .badge--primary,
.media-title .badge--secondary,
.media-title .badge--dark,
.media-title .badge--success,
.media-title .badge--info,
.media-title .badge--warning,
.media-title .badge--danger,
.media-title .badge--inverse,
.media-title .badge--black,
.media-title .badge--transparent,
.media-title .badge-primary,
.media-title .badge-secondary,
.media-title .badge-dark,
.media-title .badge-success,
.media-title .badge-info,
.media-title .badge-warning,
.media-title .badge-danger,
.media-title .badge-inverse,
.media-title .badge-black,
.media-title .badge-transparent,
.media-title .page-search .event-list .event-thumb .cta-btn.cta-map-link,
.page-search .event-list .event-thumb .media-title .cta-btn.cta-map-link,
.media-title .page-fav .event-list .event-thumb .cta-btn.cta-map-link,
.page-fav .event-list .event-thumb .media-title .cta-btn.cta-map-link,
.media-title .page-account .event-list .event-thumb .cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 84) */
.page-account .event-list .event-thumb .media-title .cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 84) */
.media-title .gm-style-iw-d .event-thumb .cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 70) */
.gm-style-iw-d .event-thumb .media-title .cta-btn.cta-map-link, /* TODO add in integration (added by GROHMANI dans version 70) */
.media-title .scene-thumb .cta-btn.cta-map-link,
.scene-thumb .media-title .cta-btn.cta-map-link,
.media-title .user-profil-avatar .cta-btn.cta-map-link,
.user-profil-avatar .media-title .cta-btn.cta-map-link,
.media-title .artist-search .artist-thumb .cta-btn.cta-map-link,
.artist-search .artist-thumb .media-title .cta-btn.cta-map-link,
.media-title .artist-list .artist-thumb .cta-btn.cta-map-link,
.artist-list .artist-thumb .media-title .cta-btn.cta-map-link
{
    margin-left: 10px;
    padding: 5px 8px;
}

.media-p
{
    font-size: 1.1rem;
    font-weight: 400;

    overflow: hidden;

    margin-top: 3px;

    -webkit-transition: color .1s ease-in-out;

    transition: color .1s ease-in-out;
    white-space: nowrap; 
    text-overflow: ellipsis;

    color: #6d6f81;
}

.media-cta
{
    margin-left: auto;
}
.media-cta .cta-download .icon
{
    width: 20px; 
    height: 16px;
}
.media-cta .cta-goTo .icon
{
    width: 8px; 
    height: 12px;
}
.media-cta .cta-btn
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    width: 50px; 
    height: 50px;

    -webkit-transition: background-color .1s ease-in-out;

    transition: background-color .1s ease-in-out;
    text-align: center;

    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 576px)
{
    .media-cta .cta-btn
    {
        width: 40px; 
        height: 40px;
    }
}
.media-cta .cta-btn:hover
{
    border-color: #e8e5e5; 
    background-color: #f9f7f7;
}
.media-cta .cta-btn .icon-cta
{
    vertical-align: middle; 

    color: #000;
}
@media (max-width: 576px)
{
    .media-cta .cta-move
    {
        display: none;
    }
}
.media-cta .cta-move .icon
{
    font-size: 1em;

    width: 15px; 
    height: 13px;
}

.media-upload-wrapper
{
    position: relative;

    overflow: hidden;

    width: 100%; 
    max-width: 155px;
    height: 100%;
    max-height: 155px;

    border-radius: 40px;
}
.media-upload-wrapper:before
{
    display: block;

    padding-bottom: 100%; 

    content: '';
}
.media-upload-wrapper:hover .upload-btn
{
    opacity: .65;
}
.media-upload-wrapper:hover .upload-meta
{
    display: block !important;
}
.grid .media-upload-wrapper
{
    margin-right: 10px;
}
@media (max-width: 576px)
{
    .grid .media-upload-wrapper
    {
        margin-right: auto; 
        margin-bottom: 20px;
        margin-left: auto;
    }
}
.media-upload-wrapper .upload-btn
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%; 
    height: 100%;

    -webkit-transition: opacity .1s ease-in-out;

    transition: opacity .1s ease-in-out;
}
.media-upload-wrapper .upload-thumbnail
{
    background-color: #f9f7f7;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.media-upload-wrapper .upload-meta
{
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) translateY(-50%);

            transform: translateX(-50%) translateY(-50%); 
    text-align: center;
}
.media-upload-wrapper .upload-meta .icon
{
    display: block;

    width: 30px; 
    height: 25px;
    margin: 0 auto;

    color: #393d84;
}
.media-upload-wrapper .upload-file
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%; 
    height: 100%;

    cursor: pointer;

    opacity: 0;
    outline: 0;
}

.media-video-resp
{
    position: relative;

    overflow: hidden;

    width: 100%; 
    margin: 40px auto;
    padding-top: 56.25%;

    border-radius: 4px;
}
.media-video-resp iframe,
.media-video-resp .iframe-placeholder
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%; 
    height: 100%;

    border: 0;
}
@media (max-width: 768px)
{
    .media-video-resp.is-full
    {
        border-radius: 0;
    }
}

@media (min-width: 769px)
{
    .media-container-880
    {
        max-width: 880px; 
        margin: 0 auto;
    }
}

@media (max-width: 768px)
{
    .media-container-880
    {
        margin-right: -25px !important; 
        margin-left: -25px !important;
    }
}

@media (max-width: 576px)
{
    .media-container-880
    {
        margin-right: -20px !important; 
        margin-left: -20px !important;
    }
}

@media (min-width: 769px)
{
    .media-container-710
    {
        max-width: 710px; 
        margin: 0 auto;
    }
}

@media (max-width: 768px)
{
    .media-container-710
    {
        margin-right: -25px !important; 
        margin-left: -25px !important;
    }
}

@media (max-width: 576px)
{
    .media-container-710
    {
        margin-right: -20px !important; 
        margin-left: -20px !important;
    }
}

.media-img
{
    overflow: hidden;

    width: 100%; 

    border-radius: 15px;
}
.media-img img
{
    width: 100%; 
    height: 100%;

    -o-object-fit: cover;

       object-fit: cover;
}

.edit-container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
}

.status-nav
{
    position: fixed;
    z-index: 2; 
    top: 65px;

    width: 100%;
    height: 60px;

    border-bottom: 1px solid #e8e5e5;
    background-color: #fff;
}
@media (max-width: 769px)
{
    .status-nav
    {
        top: 60px;
    }
}
.status-nav .wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%; 
    max-width: 1125px;
    margin: 0 auto;
    padding: 0 20px;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 992px)
{
    .status-nav .wrapper
    {
        padding: 0;
    }
}

.status-nav-left
{
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
}
@media (min-width: 577px) and (max-width: 768px)
{
    .status-nav-left
    {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 50%;
                flex: 0 1 50%;
    }
}
@media (max-width: 576px)
{
    .status-nav-left
    {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 60%;
                flex: 0 1 60%;
    }
}
.status-nav-left .field-label,
.status-nav-left .doc-type label,
.doc-type .status-nav-left label
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-right: 20px; 
    margin-bottom: 0;

    -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

            flex: 0 0 auto;
}
.status-nav-left .field-label .icon,
.status-nav-left .doc-type label .icon,
.doc-type .status-nav-left label .icon
{
    margin-right: 10px;
}
.status-nav-left .field-select:not(.js-materialize).has-addons .icon-left
{
    top: 0; 
    left: 0;

    height: calc(100% - 1px);
}
@media (max-width: 576px)
{
    .status-nav-left .field-select:not(.js-materialize).has-addons .icon-left
    {
        min-width: 50px;
    }
}
.status-nav-left .field-select:not(.js-materialize) select
{
    font-size: 1.4rem; 

    border-top: 0;
    border-bottom: 0;
    border-radius: 0;
}
@media (max-width: 576px)
{
    .status-nav-left .field-select:not(.js-materialize) select
    {
        padding-left: 70px;
    }
}

.status-nav-right
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-flex: 1;

        -ms-flex: 1;

            flex: 1;
}
.status-nav-right .btn,
.status-nav-right .footer .navigation-link-btn,
.footer .status-nav-right .navigation-link-btn
{
    font-size: 1.3rem;

    height: calc(100% - 1px);

    letter-spacing: 0; 

    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;

    -webkit-box-flex: 1;

        -ms-flex: 1;

            flex: 1;
}
.status-nav-right .btn:nth-child(2),
.status-nav-right .footer .navigation-link-btn:nth-child(2),
.footer .status-nav-right .navigation-link-btn:nth-child(2)
{
    border-left: 1px solid #e8e5e5;
}
.status-nav-right .btn-link
{
    font-family: 'Open Sans', sans-serif; 
    font-weight: 400;

    text-transform: inherit;
}
.status-nav-right .btn-link:hover
{
    background-color: #f9f9f9;
}
.status-nav-right .btn-link.btn-remove:hover
{
    color: #d0202e !important;
}
@media (max-width: 768px)
{
    .status-nav-right .btn-link
    {
        display: none;
    }
}

.mobile-nav
{
    font-size: 1.3rem;

    position: -webkit-sticky;

    position: sticky;
    z-index: 2; 
    top: 65px;

    width: 100%;
    height: 60px;

    color: #0c0c0c;
    border: 0;
    border-left: 3px solid #7b33ff;
    background-color: #f9f7f7;
    background-position: right 2rem center;
    -webkit-box-shadow: none;
            box-shadow: none;

    appreance: none;
}
.mobile-nav:focus
{
    outline: none;
}
@media (min-width: 993px)
{
    .mobile-nav
    {
        display: none;
    }
}
@media (max-width: 769px)
{
    .mobile-nav
    {
        top: 60px;
    }
}

.subscription-card
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 20px 0;
    padding: 30px; 

    border-radius: 4px;
    background: linear-gradient(135deg, #7133c7 0%, #8b2faa 66.25%, #a62b8d 100%);

    -webkit-box-align: start;

        -ms-flex-align: start;

            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 768px)
{
    .subscription-card
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
.subscription-card.is-center
{
    text-align: center; 

    -webkit-box-pack: center; 

        -ms-flex-pack: center; 

            justify-content: center;
}
.subscription-card .text-label,
.subscription-card .text-sm,
.subscription-card .text-mdl
{
    color: #fff;
}

.subscription-plan
{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1rem;
    line-height: 1.35;

    padding: 25px 50px;

    text-align: center; 

    color: #fff;
    border-radius: 4px;
    background-color: #fff;

    -ms-flex-item-align: start;

        align-self: flex-start;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.subscription-plan.is-active
{
    font-size: 2rem;
    font-weight: 700; 

    background-color: #38c8a8;
}
.subscription-plan.is-empty
{
    font-size: 3rem;
    font-weight: 700;

    padding: 25px 35px; 

    background-color: #150c27;
}
.subscription-plan .subscription-plan-meta
{
    font-size: 1.1rem;
    font-weight: 400;
}

.subscription-comments
{
    padding: 30px;

    text-align: center; 

    background: linear-gradient(135deg, #7133c7 0%, #8b2faa 66.25%, #a62b8d 100%);
}

.smt-ads,
.smt-offer
{
    display: block;

    padding: 80px 70px; 

    border-radius: 15px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
@media (max-width: 992px)
{
    .smt-ads,
    .smt-offer
    {
        padding: 70px 60px;
    }
}
@media (max-width: 576px)
{
    .smt-ads,
    .smt-offer
    {
        padding: 60px 50px;
    }
}
.smt-ads .title,
.smt-ads .rte-bis h3,
.rte-bis .smt-ads h3,
.smt-ads .rte-bis h4,
.rte-bis .smt-ads h4,
.smt-offer .title,
.smt-offer .rte-bis h3,
.rte-bis .smt-offer h3,
.smt-offer .rte-bis h4,
.rte-bis .smt-offer h4
{
    font-weight: 700; 

    color: #fff;
}
@media (min-width: 769px)
{
    .smt-ads .title span,
    .smt-ads .rte-bis h3 span,
    .rte-bis .smt-ads h3 span,
    .smt-ads .rte-bis h4 span,
    .rte-bis .smt-ads h4 span,
    .smt-offer .title span,
    .smt-offer .rte-bis h3 span,
    .rte-bis .smt-offer h3 span,
    .smt-offer .rte-bis h4 span,
    .rte-bis .smt-offer h4 span
    {
        font-size: 1.8rem;
    }
}
@media (min-width: 577px) and (max-width: 768px)
{
    .smt-ads .title span,
    .smt-ads .rte-bis h3 span,
    .rte-bis .smt-ads h3 span,
    .smt-ads .rte-bis h4 span,
    .rte-bis .smt-ads h4 span,
    .smt-offer .title span,
    .smt-offer .rte-bis h3 span,
    .rte-bis .smt-offer h3 span,
    .smt-offer .rte-bis h4 span,
    .rte-bis .smt-offer h4 span
    {
        font-size: 1.65rem;
    }
}
@media (max-width: 577px)
{
    .smt-ads .title span,
    .smt-ads .rte-bis h3 span,
    .rte-bis .smt-ads h3 span,
    .smt-ads .rte-bis h4 span,
    .rte-bis .smt-ads h4 span,
    .smt-offer .title span,
    .smt-offer .rte-bis h3 span,
    .rte-bis .smt-offer h3 span,
    .smt-offer .rte-bis h4 span,
    .rte-bis .smt-offer h4 span
    {
        font-size: 1.45rem;
    }
}

.smt-offers
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
}
@media (min-width: 993px)
{
    .smt-offers
    {
        margin-right: -1.5rem;
        margin-left: -1.5rem;
    }
    .smt-offers > *
    {
        width: calc(100% / 2 - .01px);
    }
    .smt-offers.has-gutter
    {
        margin-right: -.5rem;
        margin-left: -.5rem;
    }
    .smt-offers.has-gutter > *
    {
        width: calc(100% / 2 - 1rem - .01px);
        margin-right: .5rem;
        margin-left: .5rem;
    }
    .smt-offers.has-gutter-l
    {
        margin-right: -1rem;
        margin-left: -1rem;
    }
    .smt-offers.has-gutter-l > *
    {
        width: calc(100% / 2 - 2rem - .01px);
        margin-right: 1rem;
        margin-left: 1rem;
    }
    .smt-offers.has-gutter-xl
    {
        margin-right: -2rem;
        margin-left: -2rem;
    }
    .smt-offers.has-gutter-xl > *
    {
        width: calc(100% / 2 - 4rem - .01px);
        margin-right: 2rem;
        margin-left: 2rem;
    }
    .smt-offers > *
    {
        width: calc(100% / 2 - 3rem - .01px);
        margin-right: 1.5rem;
        margin-left: 1.5rem;
    }
}
@media (min-width: 577px) and (max-width: 992px)
{
    .smt-offers > *
    {
        width: calc(100% / 1 - .01px);
    }
    .smt-offers.has-gutter
    {
        margin-right: -.5rem;
        margin-left: -.5rem;
    }
    .smt-offers.has-gutter > *
    {
        width: calc(100% / 1 - 1rem - .01px);
        margin-right: .5rem;
        margin-left: .5rem;
    }
    .smt-offers.has-gutter-l
    {
        margin-right: -1rem;
        margin-left: -1rem;
    }
    .smt-offers.has-gutter-l > *
    {
        width: calc(100% / 1 - 2rem - .01px);
        margin-right: 1rem;
        margin-left: 1rem;
    }
    .smt-offers.has-gutter-xl
    {
        margin-right: -2rem;
        margin-left: -2rem;
    }
    .smt-offers.has-gutter-xl > *
    {
        width: calc(100% / 1 - 4rem - .01px);
        margin-right: 2rem;
        margin-left: 2rem;
    }
}
@media (max-width: 992px)
{
    .smt-offers .smt-offer
    {
        margin-bottom: 30px;
    }
}

.smt-offer
{
    padding-right: 40px; 
    padding-bottom: 80px;
}
@media (max-width: 992px)
{
    .smt-offer
    {
        padding-bottom: 60px;
    }
}
.smt-offer.smt-subscription
{
    padding-bottom: 40px;
}
.smt-offer.smt-subscription .title,
.smt-offer.smt-subscription .rte-bis h3,
.rte-bis .smt-offer.smt-subscription h3,
.smt-offer.smt-subscription .rte-bis h4,
.rte-bis .smt-offer.smt-subscription h4
{
    margin-top: 0;
    padding: 0;

    text-align: left !important;
}
@media (min-width: 993px)
{
    .smt-offer.smt-subscription .title,
    .smt-offer.smt-subscription .rte-bis h3,
    .rte-bis .smt-offer.smt-subscription h3,
    .smt-offer.smt-subscription .rte-bis h4,
    .rte-bis .smt-offer.smt-subscription h4
    {
        min-height: inherit !important;
    }
}
.smt-offer.smt-subscription .title-md,
.smt-offer.smt-subscription .rte-bis h3,
.rte-bis .smt-offer.smt-subscription h3
{
    font-weight: 600;

    position: relative; 

    margin-top: 15px;
}
.smt-offer.smt-subscription .title-md:before,
.smt-offer.smt-subscription .rte-bis h3:before,
.rte-bis .smt-offer.smt-subscription h3:before
{
    position: absolute;
    top: -15px;
    left: 0;

    display: block;

    width: 60px; 
    height: 4px;

    content: '';

    border-radius: 3px;
    background-color: #f3009d;
}
.smt-offer.smt-subscription > .flex-container,
.smt-offer.smt-subscription > .flex-container--row,
.smt-offer.smt-subscription > .flex-row,
.smt-offer.smt-subscription > .flex-container--column,
.smt-offer.smt-subscription > .flex-column,
.smt-offer.smt-subscription > .flex-container--row-reverse,
.smt-offer.smt-subscription > .flex-row-reverse,
.smt-offer.smt-subscription > .flex-container--column-reverse,
.smt-offer.smt-subscription > .flex-column-reverse
{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (min-width: 577px)
{
    .smt-offer.smt-subscription > .flex-container > div:not(.subscription-plan),
    .smt-offer.smt-subscription > .flex-container--row > div:not(.subscription-plan),
    .smt-offer.smt-subscription > .flex-row > div:not(.subscription-plan),
    .smt-offer.smt-subscription > .flex-container--column > div:not(.subscription-plan),
    .smt-offer.smt-subscription > .flex-column > div:not(.subscription-plan),
    .smt-offer.smt-subscription > .flex-container--row-reverse > div:not(.subscription-plan),
    .smt-offer.smt-subscription > .flex-row-reverse > div:not(.subscription-plan),
    .smt-offer.smt-subscription > .flex-container--column-reverse > div:not(.subscription-plan),
    .smt-offer.smt-subscription > .flex-column-reverse > div:not(.subscription-plan)
    {
        margin-right: 20px;
    }
}
.smt-offer.smt-subscription.smt-subscription-empty
{
    padding-bottom: 80px;
}
@media (max-width: 768px)
{
    .smt-offer.smt-subscription.smt-subscription-empty > .flex-container.flex-nowrap,
    .smt-offer.smt-subscription.smt-subscription-empty > .flex-nowrap.flex-container--row,
    .smt-offer.smt-subscription.smt-subscription-empty > .flex-nowrap.flex-row,
    .smt-offer.smt-subscription.smt-subscription-empty > .flex-nowrap.flex-container--column,
    .smt-offer.smt-subscription.smt-subscription-empty > .flex-nowrap.flex-column,
    .smt-offer.smt-subscription.smt-subscription-empty > .flex-nowrap.flex-container--row-reverse,
    .smt-offer.smt-subscription.smt-subscription-empty > .flex-nowrap.flex-row-reverse,
    .smt-offer.smt-subscription.smt-subscription-empty > .flex-nowrap.flex-container--column-reverse,
    .smt-offer.smt-subscription.smt-subscription-empty > .flex-nowrap.flex-column-reverse
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .smt-offer.smt-subscription.smt-subscription-empty > .flex-container.flex-nowrap .btn,
    .smt-offer.smt-subscription.smt-subscription-empty > .flex-nowrap.flex-container--row .btn,
    .smt-offer.smt-subscription.smt-subscription-empty > .flex-nowrap.flex-row .btn,
    .smt-offer.smt-subscription.smt-subscription-empty > .flex-nowrap.flex-container--column .btn,
    .smt-offer.smt-subscription.smt-subscription-empty > .flex-nowrap.flex-column .btn,
    .smt-offer.smt-subscription.smt-subscription-empty > .flex-nowrap.flex-container--row-reverse .btn,
    .smt-offer.smt-subscription.smt-subscription-empty > .flex-nowrap.flex-row-reverse .btn,
    .smt-offer.smt-subscription.smt-subscription-empty > .flex-nowrap.flex-container--column-reverse .btn,
    .smt-offer.smt-subscription.smt-subscription-empty > .flex-nowrap.flex-column-reverse .btn,
    .smt-offer.smt-subscription.smt-subscription-empty > .flex-container.flex-nowrap .footer .navigation-link-btn,
    .footer .smt-offer.smt-subscription.smt-subscription-empty > .flex-container.flex-nowrap .navigation-link-btn,
    .smt-offer.smt-subscription.smt-subscription-empty > .flex-nowrap.flex-container--row .footer .navigation-link-btn,
    .footer .smt-offer.smt-subscription.smt-subscription-empty > .flex-nowrap.flex-container--row .navigation-link-btn,
    .smt-offer.smt-subscription.smt-subscription-empty > .flex-nowrap.flex-row .footer .navigation-link-btn,
    .footer .smt-offer.smt-subscription.smt-subscription-empty > .flex-nowrap.flex-row .navigation-link-btn,
    .smt-offer.smt-subscription.smt-subscription-empty > .flex-nowrap.flex-container--column .footer .navigation-link-btn,
    .footer .smt-offer.smt-subscription.smt-subscription-empty > .flex-nowrap.flex-container--column .navigation-link-btn,
    .smt-offer.smt-subscription.smt-subscription-empty > .flex-nowrap.flex-column .footer .navigation-link-btn,
    .footer .smt-offer.smt-subscription.smt-subscription-empty > .flex-nowrap.flex-column .navigation-link-btn,
    .smt-offer.smt-subscription.smt-subscription-empty > .flex-nowrap.flex-container--row-reverse .footer .navigation-link-btn,
    .footer .smt-offer.smt-subscription.smt-subscription-empty > .flex-nowrap.flex-container--row-reverse .navigation-link-btn,
    .smt-offer.smt-subscription.smt-subscription-empty > .flex-nowrap.flex-row-reverse .footer .navigation-link-btn,
    .footer .smt-offer.smt-subscription.smt-subscription-empty > .flex-nowrap.flex-row-reverse .navigation-link-btn,
    .smt-offer.smt-subscription.smt-subscription-empty > .flex-nowrap.flex-container--column-reverse .footer .navigation-link-btn,
    .footer .smt-offer.smt-subscription.smt-subscription-empty > .flex-nowrap.flex-container--column-reverse .navigation-link-btn,
    .smt-offer.smt-subscription.smt-subscription-empty > .flex-nowrap.flex-column-reverse .footer .navigation-link-btn,
    .footer .smt-offer.smt-subscription.smt-subscription-empty > .flex-nowrap.flex-column-reverse .navigation-link-btn
    {
        width: 100%; 
        margin-top: 20px;
    }
}
.smt-offer.smt-subscription .links
{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;

    margin: 30px 0 0 0; 

    -webkit-box-pack: center; 

        -ms-flex-pack: center; 

            justify-content: center;
}
.smt-offer.smt-subscription-bis
{
    overflow: hidden;

    padding: 50px 80px 40px;
}
.smt-offer .smt-offer-head
{
    position: relative; 

    display: -webkit-box; 

    display: -ms-flexbox; 

    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
@media (max-width: 768px)
{
    .smt-offer .smt-offer-head
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
}
.smt-offer .smt-offer-head > div
{
    -ms-flex-item-align: end;
        align-self: end;
}
@media (min-width: 769px)
{
    .smt-offer .smt-offer-head > div
    {
        width: calc(100% - 140px);
    }
}
@media (min-width: 769px)
{
    .smt-offer .smt-offer-head .free-period
    {
        position: absolute;
        top: 10px; 
        right: 0;

        -webkit-box-flex: 0;

            -ms-flex: 0 0 150px;

                flex: 0 0 150px;
        -o-object-fit: contain;
           object-fit: contain;
    }
}
@media (max-width: 768px)
{
    .smt-offer .smt-offer-head .free-period
    {
        margin-bottom: 30px;
    }
}

.smt-offer .title,
.smt-offer .rte-bis h3,
.rte-bis .smt-offer h3,
.smt-offer .rte-bis h4,
.rte-bis .smt-offer h4
{
    text-align: left;
}

.smt-offer .title span,
.smt-offer .rte-bis h3 span,
.rte-bis .smt-offer h3 span,
.smt-offer .rte-bis h4 span,
.rte-bis .smt-offer h4 span
{
    font-size: inherit;
}
.step-content .smt-offer .title,
.step-content .smt-offer .rte-bis h3,
.rte-bis .step-content .smt-offer h3,
.step-content .smt-offer .rte-bis h4,
.rte-bis .step-content .smt-offer h4
{
    color: #000;
}
.smt-offer .subtitle
{
    font-weight: 700;

    margin-bottom: 40px; 

    color: #f3009d;
}
.smt-offer .list
{
    margin-bottom: 0;
    padding-left: 3rem; 

    list-style: none;
}
.smt-offer .list li
{
    font-size: 1.3rem;

    position: relative; 

    margin-bottom: 12px;

    color: #fff;
}
.step-content .smt-offer .list li
{
    color: #000;
}
.smt-offer .list li:before
{
    position: absolute;
    top: 5px;
    left: -30px;

    display: block;

    width: 15px; 
    height: 15px;

    content: '';

    background-image: url('../images_ng/icons/checked-green-black.svg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 13px;
}
.smt-offer .link
{
    font-size: 1.3rem;

    -webkit-transition: color .1s ease-in-out;

    transition: color .1s ease-in-out; 
    text-decoration: underline;

    color: #fff;
}
.smt-offer .link:hover
{
    color: #f3009d;
}

.smt-offer-promo
{
    margin-top: 30px;
    padding: 30px; 

    border: 1px solid #e8e5e5;
    border-radius: 4px;
}
.smt-offer-promo .promo-form
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
}
@media (max-width: 1145px)
{
    .smt-offer-promo .promo-form
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
.smt-offer-promo .promo-form .icon
{
    width: 40px; 
    height: 40px;
    margin-right: 20px;

    -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

            flex: 0 0 auto;
}
.smt-offer-promo .promo-form .text-sm
{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}
.smt-offer-promo .promo-form .flex-container:first-child,
.smt-offer-promo .promo-form .flex-container--row:first-child,
.smt-offer-promo .promo-form .flex-row:first-child,
.smt-offer-promo .promo-form .flex-container--column:first-child,
.smt-offer-promo .promo-form .flex-column:first-child,
.smt-offer-promo .promo-form .flex-container--row-reverse:first-child,
.smt-offer-promo .promo-form .flex-row-reverse:first-child,
.smt-offer-promo .promo-form .flex-container--column-reverse:first-child,
.smt-offer-promo .promo-form .flex-column-reverse:first-child
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-right: 30px; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
@media (max-width: 1145px)
{
    .smt-offer-promo .promo-form .flex-container:first-child,
    .smt-offer-promo .promo-form .flex-container--row:first-child,
    .smt-offer-promo .promo-form .flex-row:first-child,
    .smt-offer-promo .promo-form .flex-container--column:first-child,
    .smt-offer-promo .promo-form .flex-column:first-child,
    .smt-offer-promo .promo-form .flex-container--row-reverse:first-child,
    .smt-offer-promo .promo-form .flex-row-reverse:first-child,
    .smt-offer-promo .promo-form .flex-container--column-reverse:first-child,
    .smt-offer-promo .promo-form .flex-column-reverse:first-child
    {
        margin-right: 0; 
        margin-bottom: 20px;
    }
}
@media (max-width: 576px)
{
    .smt-offer-promo .promo-form .flex-container:first-child,
    .smt-offer-promo .promo-form .flex-container--row:first-child,
    .smt-offer-promo .promo-form .flex-row:first-child,
    .smt-offer-promo .promo-form .flex-container--column:first-child,
    .smt-offer-promo .promo-form .flex-column:first-child,
    .smt-offer-promo .promo-form .flex-container--row-reverse:first-child,
    .smt-offer-promo .promo-form .flex-row-reverse:first-child,
    .smt-offer-promo .promo-form .flex-container--column-reverse:first-child,
    .smt-offer-promo .promo-form .flex-column-reverse:first-child
    {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}
.smt-offer-promo .promo-form .flex-container:last-child,
.smt-offer-promo .promo-form .flex-container--row:last-child,
.smt-offer-promo .promo-form .flex-row:last-child,
.smt-offer-promo .promo-form .flex-container--column:last-child,
.smt-offer-promo .promo-form .flex-column:last-child,
.smt-offer-promo .promo-form .flex-container--row-reverse:last-child,
.smt-offer-promo .promo-form .flex-row-reverse:last-child,
.smt-offer-promo .promo-form .flex-container--column-reverse:last-child,
.smt-offer-promo .promo-form .flex-column-reverse:last-child
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;

    -webkit-box-align: end;

        -ms-flex-align: end;

            align-items: flex-end;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
@media (max-width: 576px)
{
    .smt-offer-promo .promo-form .flex-container:last-child,
    .smt-offer-promo .promo-form .flex-container--row:last-child,
    .smt-offer-promo .promo-form .flex-row:last-child,
    .smt-offer-promo .promo-form .flex-container--column:last-child,
    .smt-offer-promo .promo-form .flex-column:last-child,
    .smt-offer-promo .promo-form .flex-container--row-reverse:last-child,
    .smt-offer-promo .promo-form .flex-row-reverse:last-child,
    .smt-offer-promo .promo-form .flex-container--column-reverse:last-child,
    .smt-offer-promo .promo-form .flex-column-reverse:last-child
    {
        width: 100%;
    }
}
.smt-offer-promo .promo-form .flex-container .field-item,
.smt-offer-promo .promo-form .flex-container--row .field-item,
.smt-offer-promo .promo-form .flex-row .field-item,
.smt-offer-promo .promo-form .flex-container--column .field-item,
.smt-offer-promo .promo-form .flex-column .field-item,
.smt-offer-promo .promo-form .flex-container--row-reverse .field-item,
.smt-offer-promo .promo-form .flex-row-reverse .field-item,
.smt-offer-promo .promo-form .flex-container--column-reverse .field-item,
.smt-offer-promo .promo-form .flex-column-reverse .field-item
{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.smt-offer-promo .promo-form .flex-container .field-item.has-error .field-error,
.smt-offer-promo .promo-form .flex-container--row .field-item.has-error .field-error,
.smt-offer-promo .promo-form .flex-row .field-item.has-error .field-error,
.smt-offer-promo .promo-form .flex-container--column .field-item.has-error .field-error,
.smt-offer-promo .promo-form .flex-column .field-item.has-error .field-error,
.smt-offer-promo .promo-form .flex-container--row-reverse .field-item.has-error .field-error,
.smt-offer-promo .promo-form .flex-row-reverse .field-item.has-error .field-error,
.smt-offer-promo .promo-form .flex-container--column-reverse .field-item.has-error .field-error,
.smt-offer-promo .promo-form .flex-column-reverse .field-item.has-error .field-error
{
    display: block;
}
.smt-offer-promo .promo-form .flex-container .field-item.has-error input,
.smt-offer-promo .promo-form .flex-container--row .field-item.has-error input,
.smt-offer-promo .promo-form .flex-row .field-item.has-error input,
.smt-offer-promo .promo-form .flex-container--column .field-item.has-error input,
.smt-offer-promo .promo-form .flex-column .field-item.has-error input,
.smt-offer-promo .promo-form .flex-container--row-reverse .field-item.has-error input,
.smt-offer-promo .promo-form .flex-row-reverse .field-item.has-error input,
.smt-offer-promo .promo-form .flex-container--column-reverse .field-item.has-error input,
.smt-offer-promo .promo-form .flex-column-reverse .field-item.has-error input
{
    color: #d0202e;
    border-color: #d0202e;
}
.smt-offer-promo .promo-form .flex-container .field-item.has-error input::-webkit-input-placeholder,
.smt-offer-promo .promo-form .flex-container--row .field-item.has-error input::-webkit-input-placeholder,
.smt-offer-promo .promo-form .flex-row .field-item.has-error input::-webkit-input-placeholder,
.smt-offer-promo .promo-form .flex-container--column .field-item.has-error input::-webkit-input-placeholder,
.smt-offer-promo .promo-form .flex-column .field-item.has-error input::-webkit-input-placeholder,
.smt-offer-promo .promo-form .flex-container--row-reverse .field-item.has-error input::-webkit-input-placeholder,
.smt-offer-promo .promo-form .flex-row-reverse .field-item.has-error input::-webkit-input-placeholder,
.smt-offer-promo .promo-form .flex-container--column-reverse .field-item.has-error input::-webkit-input-placeholder,
.smt-offer-promo .promo-form .flex-column-reverse .field-item.has-error input::-webkit-input-placeholder
{
    color: #d0202e;
}
.smt-offer-promo .promo-form .flex-container .field-item.has-error input::-moz-placeholder,
.smt-offer-promo .promo-form .flex-container--row .field-item.has-error input::-moz-placeholder,
.smt-offer-promo .promo-form .flex-row .field-item.has-error input::-moz-placeholder,
.smt-offer-promo .promo-form .flex-container--column .field-item.has-error input::-moz-placeholder,
.smt-offer-promo .promo-form .flex-column .field-item.has-error input::-moz-placeholder,
.smt-offer-promo .promo-form .flex-container--row-reverse .field-item.has-error input::-moz-placeholder,
.smt-offer-promo .promo-form .flex-row-reverse .field-item.has-error input::-moz-placeholder,
.smt-offer-promo .promo-form .flex-container--column-reverse .field-item.has-error input::-moz-placeholder,
.smt-offer-promo .promo-form .flex-column-reverse .field-item.has-error input::-moz-placeholder
{
    color: #d0202e;
}
.smt-offer-promo .promo-form .flex-container .field-item.has-error input::-ms-input-placeholder,
.smt-offer-promo .promo-form .flex-container--row .field-item.has-error input::-ms-input-placeholder,
.smt-offer-promo .promo-form .flex-row .field-item.has-error input::-ms-input-placeholder,
.smt-offer-promo .promo-form .flex-container--column .field-item.has-error input::-ms-input-placeholder,
.smt-offer-promo .promo-form .flex-column .field-item.has-error input::-ms-input-placeholder,
.smt-offer-promo .promo-form .flex-container--row-reverse .field-item.has-error input::-ms-input-placeholder,
.smt-offer-promo .promo-form .flex-row-reverse .field-item.has-error input::-ms-input-placeholder,
.smt-offer-promo .promo-form .flex-container--column-reverse .field-item.has-error input::-ms-input-placeholder,
.smt-offer-promo .promo-form .flex-column-reverse .field-item.has-error input::-ms-input-placeholder
{
    color: #d0202e;
}
.smt-offer-promo .promo-form .flex-container .field-item.has-error input::placeholder,
.smt-offer-promo .promo-form .flex-container--row .field-item.has-error input::placeholder,
.smt-offer-promo .promo-form .flex-row .field-item.has-error input::placeholder,
.smt-offer-promo .promo-form .flex-container--column .field-item.has-error input::placeholder,
.smt-offer-promo .promo-form .flex-column .field-item.has-error input::placeholder,
.smt-offer-promo .promo-form .flex-container--row-reverse .field-item.has-error input::placeholder,
.smt-offer-promo .promo-form .flex-row-reverse .field-item.has-error input::placeholder,
.smt-offer-promo .promo-form .flex-container--column-reverse .field-item.has-error input::placeholder,
.smt-offer-promo .promo-form .flex-column-reverse .field-item.has-error input::placeholder
{
    color: #d0202e;
}
.smt-offer-promo .promo-form .flex-container .field-item .field-error,
.smt-offer-promo .promo-form .flex-container--row .field-item .field-error,
.smt-offer-promo .promo-form .flex-row .field-item .field-error,
.smt-offer-promo .promo-form .flex-container--column .field-item .field-error,
.smt-offer-promo .promo-form .flex-column .field-item .field-error,
.smt-offer-promo .promo-form .flex-container--row-reverse .field-item .field-error,
.smt-offer-promo .promo-form .flex-row-reverse .field-item .field-error,
.smt-offer-promo .promo-form .flex-container--column-reverse .field-item .field-error,
.smt-offer-promo .promo-form .flex-column-reverse .field-item .field-error
{
    display: none;
}
.smt-offer-promo .promo-form .flex-container input,
.smt-offer-promo .promo-form .flex-container--row input,
.smt-offer-promo .promo-form .flex-row input,
.smt-offer-promo .promo-form .flex-container--column input,
.smt-offer-promo .promo-form .flex-column input,
.smt-offer-promo .promo-form .flex-container--row-reverse input,
.smt-offer-promo .promo-form .flex-row-reverse input,
.smt-offer-promo .promo-form .flex-container--column-reverse input,
.smt-offer-promo .promo-form .flex-column-reverse input
{
    font-size: 1.4rem;

    width: 155px; 
    margin-right: 30px;
    padding-left: 0;

    color: #150c27;
    border: 0;
    border-bottom: 1px solid #e8e5e5;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;

    -webkit-appearance: none;

       -moz-appearance: none;

            appearance: none;
}
.smt-offer-promo .promo-form .flex-container input::-webkit-input-placeholder,
.smt-offer-promo .promo-form .flex-container--row input::-webkit-input-placeholder,
.smt-offer-promo .promo-form .flex-row input::-webkit-input-placeholder,
.smt-offer-promo .promo-form .flex-container--column input::-webkit-input-placeholder,
.smt-offer-promo .promo-form .flex-column input::-webkit-input-placeholder,
.smt-offer-promo .promo-form .flex-container--row-reverse input::-webkit-input-placeholder,
.smt-offer-promo .promo-form .flex-row-reverse input::-webkit-input-placeholder,
.smt-offer-promo .promo-form .flex-container--column-reverse input::-webkit-input-placeholder,
.smt-offer-promo .promo-form .flex-column-reverse input::-webkit-input-placeholder
{
    color: #a0a3b9;
}
.smt-offer-promo .promo-form .flex-container input::-moz-placeholder,
.smt-offer-promo .promo-form .flex-container--row input::-moz-placeholder,
.smt-offer-promo .promo-form .flex-row input::-moz-placeholder,
.smt-offer-promo .promo-form .flex-container--column input::-moz-placeholder,
.smt-offer-promo .promo-form .flex-column input::-moz-placeholder,
.smt-offer-promo .promo-form .flex-container--row-reverse input::-moz-placeholder,
.smt-offer-promo .promo-form .flex-row-reverse input::-moz-placeholder,
.smt-offer-promo .promo-form .flex-container--column-reverse input::-moz-placeholder,
.smt-offer-promo .promo-form .flex-column-reverse input::-moz-placeholder
{
    color: #a0a3b9;
}
.smt-offer-promo .promo-form .flex-container input::-ms-input-placeholder,
.smt-offer-promo .promo-form .flex-container--row input::-ms-input-placeholder,
.smt-offer-promo .promo-form .flex-row input::-ms-input-placeholder,
.smt-offer-promo .promo-form .flex-container--column input::-ms-input-placeholder,
.smt-offer-promo .promo-form .flex-column input::-ms-input-placeholder,
.smt-offer-promo .promo-form .flex-container--row-reverse input::-ms-input-placeholder,
.smt-offer-promo .promo-form .flex-row-reverse input::-ms-input-placeholder,
.smt-offer-promo .promo-form .flex-container--column-reverse input::-ms-input-placeholder,
.smt-offer-promo .promo-form .flex-column-reverse input::-ms-input-placeholder
{
    color: #a0a3b9;
}
.smt-offer-promo .promo-form .flex-container input::placeholder,
.smt-offer-promo .promo-form .flex-container--row input::placeholder,
.smt-offer-promo .promo-form .flex-row input::placeholder,
.smt-offer-promo .promo-form .flex-container--column input::placeholder,
.smt-offer-promo .promo-form .flex-column input::placeholder,
.smt-offer-promo .promo-form .flex-container--row-reverse input::placeholder,
.smt-offer-promo .promo-form .flex-row-reverse input::placeholder,
.smt-offer-promo .promo-form .flex-container--column-reverse input::placeholder,
.smt-offer-promo .promo-form .flex-column-reverse input::placeholder
{
    color: #a0a3b9;
}
@media (max-width: 576px)
{
    .smt-offer-promo .promo-form .flex-container input,
    .smt-offer-promo .promo-form .flex-container--row input,
    .smt-offer-promo .promo-form .flex-row input,
    .smt-offer-promo .promo-form .flex-container--column input,
    .smt-offer-promo .promo-form .flex-column input,
    .smt-offer-promo .promo-form .flex-container--row-reverse input,
    .smt-offer-promo .promo-form .flex-row-reverse input,
    .smt-offer-promo .promo-form .flex-container--column-reverse input,
    .smt-offer-promo .promo-form .flex-column-reverse input
    {
        width: inherit; 

        -webkit-box-flex: 1; 

            -ms-flex: 1; 

                flex: 1;
    }
}
.smt-offer-promo .promo-form .flex-container .btn,
.smt-offer-promo .promo-form .flex-container--row .btn,
.smt-offer-promo .promo-form .flex-row .btn,
.smt-offer-promo .promo-form .flex-container--column .btn,
.smt-offer-promo .promo-form .flex-column .btn,
.smt-offer-promo .promo-form .flex-container--row-reverse .btn,
.smt-offer-promo .promo-form .flex-row-reverse .btn,
.smt-offer-promo .promo-form .flex-container--column-reverse .btn,
.smt-offer-promo .promo-form .flex-column-reverse .btn,
.smt-offer-promo .promo-form .flex-container .footer .navigation-link-btn,
.footer .smt-offer-promo .promo-form .flex-container .navigation-link-btn,
.smt-offer-promo .promo-form .flex-container--row .footer .navigation-link-btn,
.footer .smt-offer-promo .promo-form .flex-container--row .navigation-link-btn,
.smt-offer-promo .promo-form .flex-row .footer .navigation-link-btn,
.footer .smt-offer-promo .promo-form .flex-row .navigation-link-btn,
.smt-offer-promo .promo-form .flex-container--column .footer .navigation-link-btn,
.footer .smt-offer-promo .promo-form .flex-container--column .navigation-link-btn,
.smt-offer-promo .promo-form .flex-column .footer .navigation-link-btn,
.footer .smt-offer-promo .promo-form .flex-column .navigation-link-btn,
.smt-offer-promo .promo-form .flex-container--row-reverse .footer .navigation-link-btn,
.footer .smt-offer-promo .promo-form .flex-container--row-reverse .navigation-link-btn,
.smt-offer-promo .promo-form .flex-row-reverse .footer .navigation-link-btn,
.footer .smt-offer-promo .promo-form .flex-row-reverse .navigation-link-btn,
.smt-offer-promo .promo-form .flex-container--column-reverse .footer .navigation-link-btn,
.footer .smt-offer-promo .promo-form .flex-container--column-reverse .navigation-link-btn,
.smt-offer-promo .promo-form .flex-column-reverse .footer .navigation-link-btn,
.footer .smt-offer-promo .promo-form .flex-column-reverse .navigation-link-btn
{
    padding-right: 2.45rem; 
    padding-left: 2.45rem;
}
.smt-offer-promo .promo-item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 30px;
    padding-top: 15px; 

    border-top: 1px solid #e8e5e5;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.smt-offer-promo .promo-item-title
{
    font-size: 1.4rem;
    font-weight: 700; 

    color: #000;
}
.smt-offer-promo .promo-item-title span
{
    font-size: 1.3rem;
    font-weight: 400; 

    color: #6d6f81;
}
.smt-offer-promo .promo-item-remove
{
    font-size: 1.3rem;
    font-weight: 400;

    text-align: right; 

    color: #7b33ff;
    outline: none !important;
}
.smt-offer-promo .promo-item-remove:hover
{
    text-decoration: underline;
}

.smt-contact
{
    text-align: center;
}
.smt-contact img
{
    margin-bottom: 30px;
}

.smt-media-list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
}
@media (min-width: 1201px)
{
    .smt-media-list
    {
        margin-right: -1rem;
        margin-left: -1rem;
    }
    .smt-media-list > *
    {
        width: calc(100% / 4 - .01px);
    }
    .smt-media-list.has-gutter
    {
        margin-right: -.5rem;
        margin-left: -.5rem;
    }
    .smt-media-list.has-gutter > *
    {
        width: calc(100% / 4 - 1rem - .01px);
        margin-right: .5rem;
        margin-left: .5rem;
    }
    .smt-media-list.has-gutter-l
    {
        margin-right: -1rem;
        margin-left: -1rem;
    }
    .smt-media-list.has-gutter-l > *
    {
        width: calc(100% / 4 - 2rem - .01px);
        margin-right: 1rem;
        margin-left: 1rem;
    }
    .smt-media-list.has-gutter-xl
    {
        margin-right: -2rem;
        margin-left: -2rem;
    }
    .smt-media-list.has-gutter-xl > *
    {
        width: calc(100% / 4 - 4rem - .01px);
        margin-right: 2rem;
        margin-left: 2rem;
    }
    .smt-media-list > *
    {
        width: calc(100% / 4 - 2rem - .01px);
        margin-right: 1rem;
        margin-left: 1rem;
    }
}
@media (min-width: 769px) and (max-width: 1200px)
{
    .smt-media-list
    {
        margin-right: -1rem;
        margin-left: -1rem;
    }
    .smt-media-list > *
    {
        width: calc(100% / 3 - .01px);
    }
    .smt-media-list.has-gutter
    {
        margin-right: -.5rem;
        margin-left: -.5rem;
    }
    .smt-media-list.has-gutter > *
    {
        width: calc(100% / 3 - 1rem - .01px);
        margin-right: .5rem;
        margin-left: .5rem;
    }
    .smt-media-list.has-gutter-l
    {
        margin-right: -1rem;
        margin-left: -1rem;
    }
    .smt-media-list.has-gutter-l > *
    {
        width: calc(100% / 3 - 2rem - .01px);
        margin-right: 1rem;
        margin-left: 1rem;
    }
    .smt-media-list.has-gutter-xl
    {
        margin-right: -2rem;
        margin-left: -2rem;
    }
    .smt-media-list.has-gutter-xl > *
    {
        width: calc(100% / 3 - 4rem - .01px);
        margin-right: 2rem;
        margin-left: 2rem;
    }
    .smt-media-list > *
    {
        width: calc(100% / 3 - 2rem - .01px);
        margin-right: 1rem;
        margin-left: 1rem;
    }
}
@media (min-width: 577px) and (max-width: 768px)
{
    .smt-media-list
    {
        margin-right: -1rem;
        margin-left: -1rem;
    }
    .smt-media-list > *
    {
        width: calc(100% / 2 - .01px);
    }
    .smt-media-list.has-gutter
    {
        margin-right: -.5rem;
        margin-left: -.5rem;
    }
    .smt-media-list.has-gutter > *
    {
        width: calc(100% / 2 - 1rem - .01px);
        margin-right: .5rem;
        margin-left: .5rem;
    }
    .smt-media-list.has-gutter-l
    {
        margin-right: -1rem;
        margin-left: -1rem;
    }
    .smt-media-list.has-gutter-l > *
    {
        width: calc(100% / 2 - 2rem - .01px);
        margin-right: 1rem;
        margin-left: 1rem;
    }
    .smt-media-list.has-gutter-xl
    {
        margin-right: -2rem;
        margin-left: -2rem;
    }
    .smt-media-list.has-gutter-xl > *
    {
        width: calc(100% / 2 - 4rem - .01px);
        margin-right: 2rem;
        margin-left: 2rem;
    }
    .smt-media-list > *
    {
        width: calc(100% / 2 - 2rem - .01px);
        margin-right: 1rem;
        margin-left: 1rem;
    }
}
@media (max-width: 576px)
{
    .smt-media-list
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}

@media (max-width: 576px)
{
    .smt-media-item
    {
        width: 80%; 
        margin: 0 auto;
    }
}

.smt-media-logo
{
    position: relative;

    display: block;

    margin-bottom: 20px;

    -webkit-transition: background-color .1s ease-in-out;

    transition: background-color .1s ease-in-out; 

    border: 1px solid #e5e3e8;
    border-radius: 4px;
    background-color: #f9f7f7;
}
.smt-media-logo:before
{
    display: block;

    padding-bottom: 100%; 

    content: '';
}
.smt-media-logo:hover
{
    background-color: #fcfbfb;
}
.smt-media-logo img
{
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) translateY(-50%);

            transform: translateX(-50%) translateY(-50%);
}

.smt-media-img
{
    position: relative;

    display: block;
    overflow: hidden;

    margin-bottom: 20px;

    -webkit-transition: background-color .1s ease-in-out;

    transition: background-color .1s ease-in-out; 

    border: 1px solid #e5e3e8;
    border-radius: 4px;
    background-color: #f9f7f7;
}
.smt-media-img:before
{
    display: block;

    padding-bottom: 80%; 

    content: '';
}
.smt-media-img:hover
{
    background-color: #fcfbfb;
}
.smt-media-img:hover .icon-download
{
    visibility: visible; 

    opacity: 1;
}
.smt-media-img img
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%; 
    height: 100%;

    -o-object-fit: cover;

       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
}
.smt-media-img .icon-download
{
    position: absolute;
    z-index: 1; 
    top: 50%;
    left: 50%;

    visibility: hidden;

    -webkit-transition: opacity .1s ease-in-out;

    transition: opacity .1s ease-in-out;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);

    opacity: 0;

    fill: #fff;
}

.smt-media-title
{
    font-size: 1.65rem;
    font-weight: 700;

    margin-bottom: 3px; 

    letter-spacing: .02rem;

    color: #150c27;
}

.smt-media-label
{
    font-size: 1.1rem; 

    color: #6d6f81;
}

.smt-media-meta
{
    padding-left: 0; 

    list-style: none;
}
.smt-media-meta-item
{
    display: inline-block;

    margin: 3px 5px;
    margin-bottom: 40px;
}
.smt-media-meta-item:first-child
{
    margin-left: 0;
}
.smt-media-meta-item:last-child
{
    margin-right: 0;
}
.smt-media-meta-item a
{
    font-size: 1.2rem;

    -webkit-transition: color .1s ease-in-out;

    transition: color .1s ease-in-out; 
    letter-spacing: .015rem;

    color: #150c27;
}
.smt-media-meta-item a:hover
{
    color: #f3009d;
}

.steps
{
    padding-left: 0; 

    list-style: none;
}
.steps-content
{
    position: relative; 

    overflow: hidden;
}
.steps-content.is-full
{
    max-width: 740px; 
    margin: 0 auto;
}
.steps-content.is-full .step-content > img
{
    width: 100%;
}
.steps-foot
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 30px 0; 

    -webkit-box-pack: justify; 

        -ms-flex-pack: justify; 

            justify-content: space-between;
}
@media (max-width: 768px)
{
    .steps-foot
    {
        padding: 0 14px;
    }
}
@media (max-width: 576px)
{
    .steps-foot
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;

        -ms-flex-wrap: wrap;

            flex-wrap: wrap;
    }
}
@media (min-width: 577px)
{
    .steps-foot .js-steps-next
    {
        margin-left: auto;
    }
}

.step-content
{
    position: absolute;
    top: 0;
    right: -35%;

    width: 100%; 

    -webkit-transition: right .3s ease-in-out; 

    transition: right .3s ease-in-out;

    opacity: 0;
}
@media (max-width: 768px)
{
    .step-content
    {
        padding: 0 14px;
    }
}
.step-content.off
{
    right: 100% !important; 

    opacity: 0 !important;
}
.step-content.initial
{
    z-index: 1;
}
.step-content.is-active
{
    z-index: 2; 
    right: 0;

    margin-top: 0;
    margin-left: 0;

    -webkit-transition: right .3s ease-in-out, opacity .2s ease-in;

    transition: right .3s ease-in-out, opacity .2s ease-in;

    opacity: 1;
}
.step-content .btn-group
{
    margin: 30px -15px;
}
@media (max-width: 768px)
{
    .step-content.is-active
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
.step-content .title-md,
.step-content .rte-bis h3,
.rte-bis .step-content h3
{
    margin-top: 5rem;
    margin-bottom: 2.5rem;
    padding: 0 25px;

    text-align: center;
}
@media (max-width: 768px)
{
    .step-content .title-md,
    .step-content .rte-bis h3,
    .rte-bis .step-content h3
    {
        font-size: 2.5rem;

        margin-bottom: 25px;
        padding: 0 10px;
    }
}
.step-content .title-md:before,
.step-content .rte-bis h3:before,
.rte-bis .step-content h3:before
{
    content: none;
}

.advantages-list
{
    margin-top: 50px;
}
@media (min-width: 993px)
{
    .advantages-list > *
    {
        width: calc(100% / 3 - 3.5rem - .01px); 
        margin-right: 1.75rem;
        margin-left: 1.75rem;
    }
}
@media (min-width: 577px) and (max-width: 992px)
{
    .advantages-list > *
    {
        width: calc(100% / 2 - 3rem - .01px); 
        margin-right: 1.5rem;
        margin-left: 1.5rem;

        -webkit-box-flex: 1;

            -ms-flex-positive: 1;

                flex-grow: 1;
    }
}
@media (min-width: 577px)
{
    .advantages-list
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: wrap;

            flex-wrap: wrap;
    }
}
@media (min-width: 993px)
{
    .advantages-list.grid-4 > *
    {
        width: calc(100% / 4 - 3rem - .01px); 
        margin-right: 1.5rem;
        margin-left: 1.5rem;
    }
}
@media (min-width: 769px) and (max-width: 992px)
{
    .advantages-list.grid-4 > *
    {
        width: calc(100% / 2 - 3rem - .01px); 
        margin-right: 1.5rem;
        margin-left: 1.5rem;
    }
}
@media (min-width: 993px)
{
    .advantages-list.grid-2 > *
    {
        width: calc(100% / 2 - 3.5rem - .01px); 
        margin-right: 1.75rem;
        margin-left: 1.75rem;
    }
}

.advantages-item
{
    margin-bottom: 40px;
}
@media (max-width: 576px)
{
    .advantages-item
    {
        margin-bottom: 55px;
    }
}
@media (min-width: 577px)
{
    .advantages-item-row
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; 

        -webkit-box-align: center; 

            -ms-flex-align: center; 

                align-items: center;
    }
}
.advantages-item-row .advantages-img
{
    height: inherit;
    margin-bottom: 30px; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
@media (min-width: 577px)
{
    .advantages-item-row .advantages-img
    {
        margin-right: 30px; 
        margin-bottom: 0;
    }
}
.advantages-item-row .advantages-text
{
    text-align: left;
}
.advantages-item-card
{
    font-size: 1.65rem;
    font-weight: 700;

    margin-bottom: 30px;
    padding: 30px;

    text-align: center; 
    letter-spacing: -.02rem;

    color: #150c27;
    border: 1px solid #e8e5e5;
    border-radius: 4px;

    -webkit-box-flex: 1;

        -ms-flex: 1 1 auto;

            flex: 1 1 auto;
}
.advantages-item-card .text-sm
{
    font-weight: 400;

    margin-bottom: 0;
}

.advantages-img
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 30px;

    text-align: center; 

    -webkit-box-align: end; 

        -ms-flex-align: end; 

            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media (min-width: 577px)
{
    .advantages-img
    {
        height: 160px;
    }
}
@media (max-width: 576px)
{
    .advantages-img
    {
        width: 70%; 
        margin-right: auto;
        margin-left: auto;
    }
}
.advantages-img img
{
    -o-object-fit: contain;
       object-fit: contain;
}
@media (max-width: 576px)
{
    .advantages-img img
    {
        max-height: 130px;
    }
}
.advantages-img.is-rounded
{
    overflow: hidden;

    width: 180px; 
    height: 180px;
    margin-right: auto;
    margin-left: auto;
}
.advantages-img.is-rounded img
{
    width: 100%; 
    height: 100%;

    border-radius: 50%;

    -o-object-fit: cover;

       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
}

.advantages-text
{
    text-align: center;
}
.advantages-text .title,
.advantages-text .rte-bis h3,
.rte-bis .advantages-text h3,
.advantages-text .rte-bis h4,
.rte-bis .advantages-text h4
{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.65rem;
    font-weight: 400;
    line-height: 1.25;

    margin-bottom: 10px; 

    letter-spacing: -.2px;

    color: #f3009d;
}
.advantages-text .title:before,
.advantages-text .rte-bis h3:before,
.rte-bis .advantages-text h3:before,
.advantages-text .rte-bis h4:before,
.rte-bis .advantages-text h4:before
{
    content: none;
}
.advantages-text .subtitle
{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.65rem;
    font-weight: 700;

    margin-bottom: 7px; 

    color: #150c27;
}

.your-missions-list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
}
@media (min-width: 993px)
{
    .your-missions-list > *
    {
        width: calc(100% / 4 - 3rem - .01px); 
        margin-right: 1.5rem;
        margin-left: 1.5rem;
    }
}
@media (min-width: 769px) and (max-width: 992px)
{
    .your-missions-list > *
    {
        width: calc(100% / 2 - 3rem - .01px); 
        margin-right: 1.5rem;
        margin-left: 1.5rem;
    }
}

.your-missions-item
{
    font-size: 1.65rem;
    font-weight: 700;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    margin-bottom: 30px;
    padding: 30px 22px;

    text-align: center; 
    letter-spacing: -.02rem;

    color: #150c27;
    border: 1px solid #e8e5e5;
    border-radius: 4px;
    background-color: #f9f7f7;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}

.how-works-steps
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
}
@media (min-width: 769px)
{
    .how-works-steps
    {
        margin-right: -1.5rem;
        margin-left: -1.5rem;
    }
    .how-works-steps > *
    {
        width: calc(100% / 4 - .01px);
    }
    .how-works-steps.has-gutter
    {
        margin-right: -.5rem;
        margin-left: -.5rem;
    }
    .how-works-steps.has-gutter > *
    {
        width: calc(100% / 4 - 1rem - .01px);
        margin-right: .5rem;
        margin-left: .5rem;
    }
    .how-works-steps.has-gutter-l
    {
        margin-right: -1rem;
        margin-left: -1rem;
    }
    .how-works-steps.has-gutter-l > *
    {
        width: calc(100% / 4 - 2rem - .01px);
        margin-right: 1rem;
        margin-left: 1rem;
    }
    .how-works-steps.has-gutter-xl
    {
        margin-right: -2rem;
        margin-left: -2rem;
    }
    .how-works-steps.has-gutter-xl > *
    {
        width: calc(100% / 4 - 4rem - .01px);
        margin-right: 2rem;
        margin-left: 2rem;
    }
    .how-works-steps > *
    {
        width: calc(100% / 4 - 3rem - .01px);
        margin-right: 1.5rem;
        margin-left: 1.5rem;
    }
}
@media (min-width: 577px) and (max-width: 768px)
{
    .how-works-steps
    {
        margin-right: -1.5rem;
        margin-left: -1.5rem;
    }
    .how-works-steps > *
    {
        width: calc(100% / 2 - .01px);
    }
    .how-works-steps.has-gutter
    {
        margin-right: -.5rem;
        margin-left: -.5rem;
    }
    .how-works-steps.has-gutter > *
    {
        width: calc(100% / 2 - 1rem - .01px);
        margin-right: .5rem;
        margin-left: .5rem;
    }
    .how-works-steps.has-gutter-l
    {
        margin-right: -1rem;
        margin-left: -1rem;
    }
    .how-works-steps.has-gutter-l > *
    {
        width: calc(100% / 2 - 2rem - .01px);
        margin-right: 1rem;
        margin-left: 1rem;
    }
    .how-works-steps.has-gutter-xl
    {
        margin-right: -2rem;
        margin-left: -2rem;
    }
    .how-works-steps.has-gutter-xl > *
    {
        width: calc(100% / 2 - 4rem - .01px);
        margin-right: 2rem;
        margin-left: 2rem;
    }
    .how-works-steps > *
    {
        width: calc(100% / 2 - 3rem - .01px);
        margin-right: 1.5rem;
        margin-left: 1.5rem;
    }
}
@media (min-width: 769px)
{
    .how-works-steps.grid-3
    {
        margin-right: -1.5rem;
        margin-left: -1.5rem;
    }
    .how-works-steps.grid-3 > *
    {
        width: calc(100% / 3 - .01px);
    }
    .how-works-steps.grid-3.has-gutter
    {
        margin-right: -.5rem;
        margin-left: -.5rem;
    }
    .how-works-steps.grid-3.has-gutter > *
    {
        width: calc(100% / 3 - 1rem - .01px);
        margin-right: .5rem;
        margin-left: .5rem;
    }
    .how-works-steps.grid-3.has-gutter-l
    {
        margin-right: -1rem;
        margin-left: -1rem;
    }
    .how-works-steps.grid-3.has-gutter-l > *
    {
        width: calc(100% / 3 - 2rem - .01px);
        margin-right: 1rem;
        margin-left: 1rem;
    }
    .how-works-steps.grid-3.has-gutter-xl
    {
        margin-right: -2rem;
        margin-left: -2rem;
    }
    .how-works-steps.grid-3.has-gutter-xl > *
    {
        width: calc(100% / 3 - 4rem - .01px);
        margin-right: 2rem;
        margin-left: 2rem;
    }
    .how-works-steps.grid-3 > *
    {
        width: calc(100% / 3 - 3rem - .01px);
        margin-right: 1.5rem;
        margin-left: 1.5rem;
    }
}
@media (min-width: 577px) and (max-width: 768px)
{
    .how-works-steps.grid-3 > *
    {
        width: calc(100% / 1 - .01px);
    }
    .how-works-steps.grid-3.has-gutter
    {
        margin-right: -.5rem;
        margin-left: -.5rem;
    }
    .how-works-steps.grid-3.has-gutter > *
    {
        width: calc(100% / 1 - 1rem - .01px);
        margin-right: .5rem;
        margin-left: .5rem;
    }
    .how-works-steps.grid-3.has-gutter-l
    {
        margin-right: -1rem;
        margin-left: -1rem;
    }
    .how-works-steps.grid-3.has-gutter-l > *
    {
        width: calc(100% / 1 - 2rem - .01px);
        margin-right: 1rem;
        margin-left: 1rem;
    }
    .how-works-steps.grid-3.has-gutter-xl
    {
        margin-right: -2rem;
        margin-left: -2rem;
    }
    .how-works-steps.grid-3.has-gutter-xl > *
    {
        width: calc(100% / 1 - 4rem - .01px);
        margin-right: 2rem;
        margin-left: 2rem;
    }
}

.how-works-item
{
    margin-bottom: 40px;

    text-align: center;
}
.how-works-item:hover .counter
{
    -webkit-transition: background .075s ease-in-out, color .075s ease-in-out;
    transition: background .075s ease-in-out, color .075s ease-in-out; 

    color: #f3009d;
    border: 1px solid #f3009d;
    background: transparent;
}
.has-bg-gradient .how-works-item:hover .counter,
.has-bg-gradient-blue .how-works-item:hover .counter
{
    color: #fff; 
    background: #f3009d;
}
.how-works-item .counter
{
    font-family: 'MontSerrat';
    font-size: 2rem;
    font-weight: 700;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 60px; 
    height: 60px;
    margin: 0 auto;
    margin-bottom: 20px;

    -webkit-transition: color .065s ease-in-out;

    transition: color .065s ease-in-out;

    color: #fff;
    border: 1px solid transparent;
    border-radius: 50%;
    background: linear-gradient(135deg, #7133c7 0%, #8b2faa 66.25%, #a62b8d 100%);

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.has-bg-gradient .how-works-item .counter,
.has-bg-gradient-blue .how-works-item .counter
{
    border: 3px solid #f3009d; 
    background: #4f1f73;
}
.has-bg-gradient-blue .how-works-item .counter
{
    background-color: rgba(21, 12, 39, .4);
}
.how-works-item .title,
.how-works-item .rte-bis h3,
.rte-bis .how-works-item h3,
.how-works-item .rte-bis h4,
.rte-bis .how-works-item h4
{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.65rem;
    font-weight: 700;

    margin-bottom: 10px; 

    letter-spacing: -.2px;

    color: #150c27;
}
.how-works-item .title:before,
.how-works-item .rte-bis h3:before,
.rte-bis .how-works-item h3:before,
.how-works-item .rte-bis h4:before,
.rte-bis .how-works-item h4:before
{
    content: none;
}
.has-bg-gradient .how-works-item .title,
.has-bg-gradient .how-works-item .rte-bis h3,
.rte-bis .has-bg-gradient .how-works-item h3,
.has-bg-gradient .how-works-item .rte-bis h4,
.rte-bis .has-bg-gradient .how-works-item h4,
.has-bg-gradient-blue .how-works-item .title,
.has-bg-gradient-blue .how-works-item .rte-bis h3,
.rte-bis .has-bg-gradient-blue .how-works-item h3,
.has-bg-gradient-blue .how-works-item .rte-bis h4,
.rte-bis .has-bg-gradient-blue .how-works-item h4
{
    color: #fff;
}
.has-bg-gradient .how-works-item .text-sm,
.has-bg-gradient-blue .how-works-item .text-sm
{
    color: #fff;
}

.request-status
{
    overflow: hidden; 

    margin-bottom: 30px;

    border-radius: 15px;
    background: linear-gradient(135deg, #3b2869 0%, #7133c7 31.83%, #8b2faa 66.25%, #a62b8d 100%);
}
.request-status-top
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 30px 35px; 

    -webkit-box-align: end; 

        -ms-flex-align: end; 

            align-items: flex-end;
}
@media (max-width: 768px)
{
    .request-status-top
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
.request-status-bottom
{
    padding: 20px 30px 15px 30px;

    background: #150c27;
}
.request-status-bottom .text-sm
{
    margin-bottom: 0;
}
.request-status-bottom .grid-container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.request-status-bottom .grid-container > .grid-item
{
    margin: 10px 0; 

    -webkit-box-flex: 1; 

        -ms-flex: 1 1 auto; 

            flex: 1 1 auto;
}
.request-status-bottom .grid-container > .grid-item:last-child(2)
{
    text-align: center;
}
@media (max-width: 1035px)
{
    .request-status-bottom .grid-container > .grid-item:last-child(2)
    {
        text-align: right;
    }
}
@media (max-width: 1035px)
{
    .request-status-bottom .grid-container > .grid-item:last-child
    {
        margin-top: 20px; 

        -webkit-box-flex: 1; 

            -ms-flex: 1 1 100%; 

                flex: 1 1 100%;
    }
}
.request-status-bottom .grid-container > .grid-item:not(:first-child):not(:last-child)
{
    margin: 0 20px;
}
.request-status-bottom .grid-container .date
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
}
.request-status-bottom .grid-container .date .icon
{
    width: 20px; 
    height: 20px;
    margin-right: 20px;

    color: #6d6f81;

    -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

            flex: 0 0 auto;
}
.request-status-bottom .grid-container .date .text-mdl
{
    font-weight: 700; 

    color: #fff;
}
.request-status-bottom .grid-container a:not(.btn)
{
    font-family: 'MontSerrat';
    font-size: 1.2rem;
    font-weight: 700;

    text-decoration: none;
    text-transform: uppercase; 

    color: #fff;
}
.request-status-bottom .grid-container a:not(.btn):hover
{
    text-decoration: underline;
}
.request-status-bottom .grid-container .text-label
{
    margin-bottom: 2px; 

    color: #a0a3b9;
}

.request-status-illustration
{
    margin-right: 35px; 

    -webkit-box-flex: 0; 

        -ms-flex: 0 0 auto; 

            flex: 0 0 auto;
}
@media (min-width: 1201px)
{
    .request-status-illustration img
    {
        max-width: 130px;
    }
}
@media (max-width: 1200px)
{
    .request-status-illustration
    {
        display: none;
    }
}

.request-status-header
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 10px; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
}
.request-status-header > div:first-child
{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.request-status-title
{
    font-size: 1.65rem;
    font-weight: 700;

    letter-spacing: -.2px; 

    color: #fff;

    -webkit-box-flex: 1;

        -ms-flex: 1;

            flex: 1;
}

.request-status-content
{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
@media (max-width: 992px)
{
    .request-status-content
    {
        width: 100%;
    }
}

.request-status-body .flex-container,
.request-status-body .flex-container--row,
.request-status-body .flex-row,
.request-status-body .flex-container--column,
.request-status-body .flex-column,
.request-status-body .flex-container--row-reverse,
.request-status-body .flex-row-reverse,
.request-status-body .flex-container--column-reverse,
.request-status-body .flex-column-reverse
{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media (min-width: 993px)
{
    .request-status-body .flex-container,
    .request-status-body .flex-container--row,
    .request-status-body .flex-row,
    .request-status-body .flex-container--column,
    .request-status-body .flex-column,
    .request-status-body .flex-container--row-reverse,
    .request-status-body .flex-row-reverse,
    .request-status-body .flex-container--column-reverse,
    .request-status-body .flex-column-reverse
    {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
}
@media (max-width: 992px)
{
    .request-status-body .flex-container,
    .request-status-body .flex-container--row,
    .request-status-body .flex-row,
    .request-status-body .flex-container--column,
    .request-status-body .flex-column,
    .request-status-body .flex-container--row-reverse,
    .request-status-body .flex-row-reverse,
    .request-status-body .flex-container--column-reverse,
    .request-status-body .flex-column-reverse
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; 

        -webkit-box-align: start; 

            -ms-flex-align: start; 

                align-items: flex-start;
    }
}
.request-status-body .flex-container .text-xs,
.request-status-body .flex-container--row .text-xs,
.request-status-body .flex-row .text-xs,
.request-status-body .flex-container--column .text-xs,
.request-status-body .flex-column .text-xs,
.request-status-body .flex-container--row-reverse .text-xs,
.request-status-body .flex-row-reverse .text-xs,
.request-status-body .flex-container--column-reverse .text-xs,
.request-status-body .flex-column-reverse .text-xs,
.request-status-body .flex-container .text-sm,
.request-status-body .flex-container--row .text-sm,
.request-status-body .flex-row .text-sm,
.request-status-body .flex-container--column .text-sm,
.request-status-body .flex-column .text-sm,
.request-status-body .flex-container--row-reverse .text-sm,
.request-status-body .flex-row-reverse .text-sm,
.request-status-body .flex-container--column-reverse .text-sm,
.request-status-body .flex-column-reverse .text-sm
{
    margin: 0; 

    -webkit-box-flex: 1; 

        -ms-flex: 1; 

            flex: 1;
}
@media (min-width: 769px)
{
    .request-status-body .flex-container .text-xs,
    .request-status-body .flex-container--row .text-xs,
    .request-status-body .flex-row .text-xs,
    .request-status-body .flex-container--column .text-xs,
    .request-status-body .flex-column .text-xs,
    .request-status-body .flex-container--row-reverse .text-xs,
    .request-status-body .flex-row-reverse .text-xs,
    .request-status-body .flex-container--column-reverse .text-xs,
    .request-status-body .flex-column-reverse .text-xs,
    .request-status-body .flex-container .text-sm,
    .request-status-body .flex-container--row .text-sm,
    .request-status-body .flex-row .text-sm,
    .request-status-body .flex-container--column .text-sm,
    .request-status-body .flex-column .text-sm,
    .request-status-body .flex-container--row-reverse .text-sm,
    .request-status-body .flex-row-reverse .text-sm,
    .request-status-body .flex-container--column-reverse .text-sm,
    .request-status-body .flex-column-reverse .text-sm
    {
        margin-right: 15px;
    }
}
.request-status-body .flex-container .btn,
.request-status-body .flex-container--row .btn,
.request-status-body .flex-row .btn,
.request-status-body .flex-container--column .btn,
.request-status-body .flex-column .btn,
.request-status-body .flex-container--row-reverse .btn,
.request-status-body .flex-row-reverse .btn,
.request-status-body .flex-container--column-reverse .btn,
.request-status-body .flex-column-reverse .btn,
.request-status-body .flex-container .footer .navigation-link-btn,
.footer .request-status-body .flex-container .navigation-link-btn,
.request-status-body .flex-container--row .footer .navigation-link-btn,
.footer .request-status-body .flex-container--row .navigation-link-btn,
.request-status-body .flex-row .footer .navigation-link-btn,
.footer .request-status-body .flex-row .navigation-link-btn,
.request-status-body .flex-container--column .footer .navigation-link-btn,
.footer .request-status-body .flex-container--column .navigation-link-btn,
.request-status-body .flex-column .footer .navigation-link-btn,
.footer .request-status-body .flex-column .navigation-link-btn,
.request-status-body .flex-container--row-reverse .footer .navigation-link-btn,
.footer .request-status-body .flex-container--row-reverse .navigation-link-btn,
.request-status-body .flex-row-reverse .footer .navigation-link-btn,
.footer .request-status-body .flex-row-reverse .navigation-link-btn,
.request-status-body .flex-container--column-reverse .footer .navigation-link-btn,
.footer .request-status-body .flex-container--column-reverse .navigation-link-btn,
.request-status-body .flex-column-reverse .footer .navigation-link-btn,
.footer .request-status-body .flex-column-reverse .navigation-link-btn
{
    margin: 0;
}
@media (max-width: 992px)
{
    .request-status-body .flex-container .btn,
    .request-status-body .flex-container--row .btn,
    .request-status-body .flex-row .btn,
    .request-status-body .flex-container--column .btn,
    .request-status-body .flex-column .btn,
    .request-status-body .flex-container--row-reverse .btn,
    .request-status-body .flex-row-reverse .btn,
    .request-status-body .flex-container--column-reverse .btn,
    .request-status-body .flex-column-reverse .btn,
    .request-status-body .flex-container .footer .navigation-link-btn,
    .footer .request-status-body .flex-container .navigation-link-btn,
    .request-status-body .flex-container--row .footer .navigation-link-btn,
    .footer .request-status-body .flex-container--row .navigation-link-btn,
    .request-status-body .flex-row .footer .navigation-link-btn,
    .footer .request-status-body .flex-row .navigation-link-btn,
    .request-status-body .flex-container--column .footer .navigation-link-btn,
    .footer .request-status-body .flex-container--column .navigation-link-btn,
    .request-status-body .flex-column .footer .navigation-link-btn,
    .footer .request-status-body .flex-column .navigation-link-btn,
    .request-status-body .flex-container--row-reverse .footer .navigation-link-btn,
    .footer .request-status-body .flex-container--row-reverse .navigation-link-btn,
    .request-status-body .flex-row-reverse .footer .navigation-link-btn,
    .footer .request-status-body .flex-row-reverse .navigation-link-btn,
    .request-status-body .flex-container--column-reverse .footer .navigation-link-btn,
    .footer .request-status-body .flex-container--column-reverse .navigation-link-btn,
    .request-status-body .flex-column-reverse .footer .navigation-link-btn,
    .footer .request-status-body .flex-column-reverse .navigation-link-btn
    {
        margin-top: 15px;
    }
}
.request-status-body .flex-container .btn-opaque,
.request-status-body .flex-container--row .btn-opaque,
.request-status-body .flex-row .btn-opaque,
.request-status-body .flex-container--column .btn-opaque,
.request-status-body .flex-column .btn-opaque,
.request-status-body .flex-container--row-reverse .btn-opaque,
.request-status-body .flex-row-reverse .btn-opaque,
.request-status-body .flex-container--column-reverse .btn-opaque,
.request-status-body .flex-column-reverse .btn-opaque
{
    margin-right: 20px;
}
.request-status-body .flex-container .phone,
.request-status-body .flex-container--row .phone,
.request-status-body .flex-row .phone,
.request-status-body .flex-container--column .phone,
.request-status-body .flex-column .phone,
.request-status-body .flex-container--row-reverse .phone,
.request-status-body .flex-row-reverse .phone,
.request-status-body .flex-container--column-reverse .phone,
.request-status-body .flex-column-reverse .phone
{
    font-size: 1.65rem;
    font-weight: 700;

    display: inline-block;

    margin-right: 20px;

    text-decoration: none; 

    color: #fff;
}

.request-status-body .flex-container .phone .field-phone .iti__flag-container .iti__selected-flag,
.request-status-body .flex-container--row .phone .field-phone .iti__flag-container .iti__selected-flag,
.request-status-body .flex-row .phone .field-phone .iti__flag-container .iti__selected-flag,
.request-status-body .flex-container--column .phone .field-phone .iti__flag-container .iti__selected-flag,
.request-status-body .flex-column .phone .field-phone .iti__flag-container .iti__selected-flag,
.request-status-body .flex-container--row-reverse .phone .field-phone .iti__flag-container .iti__selected-flag,
.request-status-body .flex-row-reverse .phone .field-phone .iti__flag-container .iti__selected-flag,
.request-status-body .flex-container--column-reverse .phone .field-phone .iti__flag-container .iti__selected-flag,
.request-status-body .flex-column-reverse .phone .field-phone .iti__flag-container .iti__selected-flag
{
    background-color: inherit !important;
}
.request-status-body .flex-container .phone .field-phone .iti__flag-container .iti__selected-flag .iti__selected-dial-code,
.request-status-body .flex-container--row .phone .field-phone .iti__flag-container .iti__selected-flag .iti__selected-dial-code,
.request-status-body .flex-row .phone .field-phone .iti__flag-container .iti__selected-flag .iti__selected-dial-code,
.request-status-body .flex-container--column .phone .field-phone .iti__flag-container .iti__selected-flag .iti__selected-dial-code,
.request-status-body .flex-column .phone .field-phone .iti__flag-container .iti__selected-flag .iti__selected-dial-code,
.request-status-body .flex-container--row-reverse .phone .field-phone .iti__flag-container .iti__selected-flag .iti__selected-dial-code,
.request-status-body .flex-row-reverse .phone .field-phone .iti__flag-container .iti__selected-flag .iti__selected-dial-code,
.request-status-body .flex-container--column-reverse .phone .field-phone .iti__flag-container .iti__selected-flag .iti__selected-dial-code,
.request-status-body .flex-column-reverse .phone .field-phone .iti__flag-container .iti__selected-flag .iti__selected-dial-code
{
    font-size: 1.55rem;
    font-weight: 700; 

    color: #fff;
}
.request-status-body .flex-container .phone .field-phone input,
.request-status-body .flex-container--row .phone .field-phone input,
.request-status-body .flex-row .phone .field-phone input,
.request-status-body .flex-container--column .phone .field-phone input,
.request-status-body .flex-column .phone .field-phone input,
.request-status-body .flex-container--row-reverse .phone .field-phone input,
.request-status-body .flex-row-reverse .phone .field-phone input,
.request-status-body .flex-container--column-reverse .phone .field-phone input,
.request-status-body .flex-column-reverse .phone .field-phone input
{
    font-size: 1.55rem;
    font-weight: 500;

    max-width: 120px; 

    cursor: pointer;

    color: #fff;
}

.request-status-body .text-label
{
    margin-bottom: 5px;
}

.request-status-body .text-xs,
.request-status-body .text-sm
{
    color: #fff;
}

.request-status-body .btn-group
{
    margin-right: -10px; 
    margin-left: -10px;
}
@media (min-width: 1200px)
{
    .request-status-body .btn-group
    {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
}
@media (min-width: 769px) and (max-width: 1200px)
{
    .request-status-body .btn-group .btn,
    .request-status-body .btn-group .footer .navigation-link-btn,
    .footer .request-status-body .btn-group .navigation-link-btn
    {
        width: inherit; 

        -webkit-box-flex: 1; 

            -ms-flex: 1 1 auto; 

                flex: 1 1 auto;
    }
}
.request-status-body .btn-group .btn-sm,
.request-status-body .btn-group .footer .navigation-link-btn,
.footer .request-status-body .btn-group .navigation-link-btn
{
    margin: 5px 10px;
    padding-right: 2.5em; 
    padding-left: 2.5em;
}
@media (min-width: 1201px)
{
    .request-status-body .btn-group .btn-sm,
    .request-status-body .btn-group .footer .navigation-link-btn,
    .footer .request-status-body .btn-group .navigation-link-btn
    {
        width: inherit;
    }
}
@media (max-width: 992px)
{
    .request-status-body .btn-group .btn-sm,
    .request-status-body .btn-group .footer .navigation-link-btn,
    .footer .request-status-body .btn-group .navigation-link-btn
    {
        width: 100%; 
        margin-right: 0;
        margin-left: 0;
    }
}
.request-status-body .btn-group .btn-sm:first-child ,
.request-status-body .btn-group .footer .navigation-link-btn:first-child ,
.footer .request-status-body .btn-group .navigation-link-btn:first-child 
{
    margin-left: 0;
}
.request-status-body .btn-group .btn-sm:last-child,
.request-status-body .btn-group .footer .navigation-link-btn:last-child,
.footer .request-status-body .btn-group .navigation-link-btn:last-child
{
    margin-right: 0;
}

.request-status-body .btn,
.request-status-body .footer .navigation-link-btn,
.footer .request-status-body .navigation-link-btn
{
    letter-spacing: inherit;
}
.request-status-body .btn-black:hover
{
    background-color: #262626;
}
.request-status-body .btn-transparent
{
    color: #fff; 
    -webkit-box-shadow: 0 0 0 1px #fff inset; 
            box-shadow: 0 0 0 1px #fff inset;
}
.request-status-body .btn-transparent:hover
{
    background-color: rgba(255, 255, 255, .15);
    -webkit-box-shadow: 0 0 0 1px #e2e2e2 inset;
            box-shadow: 0 0 0 1px #e2e2e2 inset;
}
.request-status-body .btn-opaque
{
    font-size: 1.45rem;

    margin-right: 20px;
    padding-right: 2em; 
    padding-left: 2em;

    color: #fff;
    background-color: rgba(255, 255, 255, .25);
}
.request-status-body .btn-opaque:hover
{
    background-color: rgba(255, 255, 255, .35);
}

.request-status-bottom .request-status-body .btn-transparent:hover
{
    -webkit-box-shadow: 0 0 0 1px #fff inset;
            box-shadow: 0 0 0 1px #fff inset;
}

.m-item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 30px;
}

.m-author
{
    width: 90px; 
    height: 90px;

    border-radius: 50%;
    background-color: #d8d8d8;
    background-size: cover;

    -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

            flex: 0 0 auto;
}
@media (max-width: 576px)
{
    .m-author
    {
        width: 45px; 
        height: 45px;
    }
}

.m-box
{
    position: relative;

    width: 100%; 
    padding: 30px;

    border: 1px solid #e8e5e5;
    border-radius: 3px;
}
.m-box-tabs
{
    padding: 0;
}
.m-box-tabs .tabs-menu
{
    margin: 0; 

    border: 0;
}
.m-box-tabs .tabs-menu-link
{
    background-color: transparent !important;
}
.m-box-left
{
    margin-left: 40px; 

    border-top-left-radius: 0;
}
.m-box-left:before
{
    position: absolute;
    top: -1px;
    left: -30px;

    display: block;

    width: 30px; 
    height: 40px;

    content: '';

    border-right: 1px solid #fff;
    background-image: url('../images_ng/border-tchat-left.svg');
    background-repeat: no-repeat;
    background-position: top center;
}
.m-box-right
{
    margin-right: 40px; 

    border-top-left-radius: 0;
    background-color: #f9f7f7;
}
.m-box-right:before
{
    position: absolute;
    top: -1px;
    right: -30px;

    display: block;

    width: 30px; 
    height: 40px;

    content: '';

    border-right: 1px solid #fff;
    background-image: url('../images_ng/border-tchat-right.svg');
    background-repeat: no-repeat;
    background-position: top center;
}
.m-box-to-send
{
    padding: 0; 

    -webkit-box-shadow: 0 10px 20px 0 rgba(47, 49, 59, .1); 

            box-shadow: 0 10px 20px 0 rgba(47, 49, 59, .1);

    -webkit-box-flex: 1;

        -ms-flex: 1;

            flex: 1;
}
@media (max-width: 576px)
{
    .m-box-to-send
    {
        position: fixed;
        z-index: 2; 
        bottom: 0;
        left: 0;

        width: 100%;
    }
}
.m-box-to-send .m-message
{
    position: relative; 

    max-width: 100%;
    margin-bottom: 0;
}
.m-box-to-send .m-message.field-textarea
{
    padding: 0;
}
.m-box-to-send .m-message.field-textarea textarea
{
    border: 0;
}
.m-box-to-send .m-message.has-error textarea
{
    color: #d0202e;
}
.m-box-to-send .m-message.has-error .meta
{
    color: #d0202e;
}
.m-box-to-send textarea
{
    width: 100%; 
    max-width: 100%;
    padding: 30px;

    white-space: initial;

    color: #150c27;
    border: 0;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
@media (max-width: 576px)
{
    .m-box-to-send textarea
    {
        padding: 20px;
    }
}
.m-box-to-send textarea::-webkit-input-placeholder
{
    color: #150c27;
}
.m-box-to-send textarea::-moz-placeholder
{
    color: #150c27;
}
.m-box-to-send textarea::-ms-input-placeholder
{
    color: #150c27;
}
.m-box-to-send textarea::placeholder
{
    color: #150c27;
}
.m-box-to-send .meta
{
    font-size: 1.1rem;

    position: absolute;
    right: 20px; 
    bottom: 20px;

    color: #6d6f81;
}

.m-message
{
    font-size: 1.3rem;

    margin-bottom: 10px; 

    color: #150c27;
}
.m-message .media-video-resp
{
    margin: 0;
}

.m-send-it
{
    font-size: 1.3rem; 

    color: #6d6f81;
}

.m-submit
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 10px; 

    border-top: 1px solid #e8e5e5;
    background-color: #f9f7f7;

    -webkit-box-pack: end;

        -ms-flex-pack: end;

            justify-content: flex-end;
}
.m-submit .btn-submit
{
    min-width: 50%;
}

.saved-card
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    min-height: 100px;
    padding: 20px 30px;
    padding-right: 20px;

    -webkit-transition: background-color .1s ease-in-out;

    transition: background-color .1s ease-in-out; 

    border: 1px solid #e8e5e5;
    border-radius: 4px;
    background-color: #fff;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
@media (max-width: 576px)
{
    .saved-card
    {
        padding-right: 15px;
    }
}
.saved-card.is-centered
{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.saved-card-expired
{
    padding: 40px 30px; 

    border-radius: 4px;
    background-color: #d43b4e;
}
@media (max-width: 576px)
{
    .saved-card-expired
    {
        padding: 30px 20px;
    }
}
.saved-card-expired .smt-comments-icon,
.saved-card-expired .smt-comments-p
{
    color: #fff;
}
.saved-card-expired a
{
    font-weight: 700;

    text-decoration: underline; 

    color: #fff;
}

.saved-card-thumb
{
    margin-right: 60px;

    -webkit-box-flex: 0;

        -ms-flex: 0 1 100px;

            flex: 0 1 100px;
}
@media (max-width: 576px)
{
    .saved-card-thumb
    {
        margin-right: 30px; 

        -webkit-box-flex: 0; 

            -ms-flex: 0 1 70px; 

                flex: 0 1 70px;
    }
}

.saved-card-thumbs
{
    text-align: center;
}
@media (min-width: 577px)
{
    .saved-card-thumbs
    {
        margin-right: 20px;
    }
    .saved-card-thumbs img
    {
        margin: 5px 10px;
    }
}
@media (max-width: 576px)
{
    .saved-card-thumbs
    {
        margin-right: 25px;

        text-align: center; 

        -webkit-box-flex: 0; 

            -ms-flex: 0 1 100px; 

                flex: 0 1 100px;
    }
    .saved-card-thumbs img
    {
        margin: 5px 0;
    }
}

.saved-card-meta .meta-name
{
    font-size: 1.65rem;
    font-weight: 700;

    letter-spacing: -.02rem;
    text-transform: uppercase; 

    color: #150c27;
}

.saved-card-meta .meta-expires-on
{
    font-size: 1.3rem; 

    color: #6d6f81;
}

.saved-card-cta
{
    margin-left: auto;
}

.faq-qst
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 30px;
    padding: 30px; 

    border-radius: 15px;
    background: linear-gradient(125deg, #1e5d7a 0%, #7133c7 31.83%, #8b2faa 66.25%, #a62b8d 100%);

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
@media (max-width: 768px)
{
    .faq-qst
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}

.faq-qst-illustration
{
    margin-right: 40px; 

    -webkit-box-flex: 0; 

        -ms-flex: 0 0 auto; 

            flex: 0 0 auto;
}
@media (max-width: 1200px)
{
    .faq-qst-illustration
    {
        display: none;
    }
}

.faq-qst-header
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 3px; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
}

.faq-qst-title
{
    font-size: 1.65rem;
    font-weight: 700;

    letter-spacing: -.2px; 

    color: #fff;
}

.faq-qst-body .text-sm
{
    color: #fff;
}

.faq-qst-body .btn,
.faq-qst-body .footer .navigation-link-btn,
.footer .faq-qst-body .navigation-link-btn
{
    letter-spacing: inherit;
}
@media (min-width: 769px) and (max-width: 1200px)
{
    .faq-qst-body .btn,
    .faq-qst-body .footer .navigation-link-btn,
    .footer .faq-qst-body .navigation-link-btn
    {
        width: inherit; 

        -webkit-box-flex: 1; 

            -ms-flex: 1 1 auto; 

                flex: 1 1 auto;
    }
}
.faq-qst-body .btn-black:hover
{
    background-color: #262626;
}

.partners-list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-left: 0; 

    list-style: none;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
}
@media (min-width: 769px)
{
    .partners-list
    {
        margin-right: -1.5rem;
        margin-left: -1.5rem;
    }
    .partners-list > *
    {
        width: calc(100% / 4 - .01px);
    }
    .partners-list.has-gutter
    {
        margin-right: -.5rem;
        margin-left: -.5rem;
    }
    .partners-list.has-gutter > *
    {
        width: calc(100% / 4 - 1rem - .01px);
        margin-right: .5rem;
        margin-left: .5rem;
    }
    .partners-list.has-gutter-l
    {
        margin-right: -1rem;
        margin-left: -1rem;
    }
    .partners-list.has-gutter-l > *
    {
        width: calc(100% / 4 - 2rem - .01px);
        margin-right: 1rem;
        margin-left: 1rem;
    }
    .partners-list.has-gutter-xl
    {
        margin-right: -2rem;
        margin-left: -2rem;
    }
    .partners-list.has-gutter-xl > *
    {
        width: calc(100% / 4 - 4rem - .01px);
        margin-right: 2rem;
        margin-left: 2rem;
    }
    .partners-list > *
    {
        width: calc(100% / 4 - 3rem - .01px);
        margin-right: 1.5rem;
        margin-left: 1.5rem;
    }
}
@media (max-width: 768px)
{
    .partners-list
    {
        margin-right: -2.5rem;
        margin-left: -2.5rem;
        padding: 2rem;
    }
    .partners-list > *
    {
        width: calc(100% / 2 - .01px);
    }
    .partners-list.has-gutter
    {
        margin-right: -.5rem;
        margin-left: -.5rem;
    }
    .partners-list.has-gutter > *
    {
        width: calc(100% / 2 - 1rem - .01px);
        margin-right: .5rem;
        margin-left: .5rem;
    }
    .partners-list.has-gutter-l
    {
        margin-right: -1rem;
        margin-left: -1rem;
    }
    .partners-list.has-gutter-l > *
    {
        width: calc(100% / 2 - 2rem - .01px);
        margin-right: 1rem;
        margin-left: 1rem;
    }
    .partners-list.has-gutter-xl
    {
        margin-right: -2rem;
        margin-left: -2rem;
    }
    .partners-list.has-gutter-xl > *
    {
        width: calc(100% / 2 - 4rem - .01px);
        margin-right: 2rem;
        margin-left: 2rem;
    }
    .partners-list > *
    {
        width: calc(100% / 2 - 5rem - .01px);
        margin-right: 2.5rem;
        margin-left: 2.5rem;
    }
}
.partners-list:hover img:hover
{
    -webkit-filter: none;
            filter: none;
}

.partners-item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 10px; 
    margin-bottom: 40px;

    border: 1px solid #e8e5e5;
    border-radius: 50%;
    background-position: top center;
    background-size: cover;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.partners-item:before
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-bottom: 100%; 

    content: '';
}
.partners-item img
{
    -webkit-transition: all .8s cubic-bezier(.2, .8, .2, 1) 0s;
    transition: all .8s cubic-bezier(.2, .8, .2, 1) 0s; 

    -webkit-filter: grayscale(100%); 

            filter: grayscale(100%);
}
@media (min-width: 577px)
{
    .partners-item img
    {
        width: 70%;
    }
}
@media (max-width: 576px)
{
    .partners-item img
    {
        width: 90%;
    }
}

.testimonials-list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-left: 0; 

    list-style: none;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
}
.testimonials-list .slick-prev
{
    left: -5px;
}
.testimonials-list .slick-next
{
    right: -5px;
}
.testimonials-list .slick-dots
{
    bottom: -35px;
}
.testimonials-list .slick-dots li.slick-active button
{
    border-color: #7133c7; 
    background: #7133c7;
}
.testimonials-list .slick-dots li button
{
    border: 1px solid #9c9c9c; 
    background: transparent;
}

.testimonials-item
{
    padding: 0 100px;

    text-align: center;

    outline: none !important;
}
@media (min-width: 769px) and (max-width: 992px)
{
    .testimonials-item
    {
        padding: 0 85px;
    }
}
@media (min-width: 577px) and (max-width: 768px)
{
    .testimonials-item
    {
        padding: 0 70px;
    }
}
@media (max-width: 576px)
{
    .testimonials-item
    {
        padding: 0;
    }
}

.testimonial-thumb
{
    width: 100px; 
    height: 100px;
    margin: 0 auto;
    margin-bottom: 30px;

    border-radius: 50%;
    background-position: top center;
    background-size: cover;
}
.testimonial-thumb:before
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-bottom: 100%; 

    content: '';
}

.testimonial-text
{
    font-size: 1.8rem;
    font-style: italic;
    line-height: 1.4;

    display: block;

    margin-bottom: 30px; 

    letter-spacing: .025rem;

    color: #6d6f81;
}
@media (max-width: 576px)
{
    .testimonial-text
    {
        font-size: 1.5rem;
    }
}

.testimonial-author
{
    font-size: 1.65rem;
    font-weight: 700;
    line-height: 1.25;
}
@media (max-width: 576px)
{
    .testimonial-author
    {
        font-size: 1.6rem;
    }
}
.testimonial-author span
{
    font-size: 1.3rem; 
    font-weight: 400;
}

@media (max-width: 768px)
{
    .sub-list
    {
        position: relative; 

        overflow-x: auto;

        margin-right: -20px;
        margin-left: -20px;
    }
}

.sub-item
{
    padding: 25px 0 15px 0;
}
@media (max-width: 768px)
{
    .sub-item
    {
        width: 740px; 
        padding: 25px 20px;
    }
}
.sub-item:not(:last-child)
{
    border-bottom: 1px solid #e8e5e5;
}
@media (max-width: 768px)
{
    .sub-item .flex-container,
    .sub-item .flex-container--row,
    .sub-item .flex-row,
    .sub-item .flex-container--column,
    .sub-item .flex-column,
    .sub-item .flex-container--row-reverse,
    .sub-item .flex-row-reverse,
    .sub-item .flex-container--column-reverse,
    .sub-item .flex-column-reverse
    {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}
.sub-item .flex-container:first-child .col:first-child,
.sub-item .flex-container--row:first-child .col:first-child,
.sub-item .flex-row:first-child .col:first-child,
.sub-item .flex-container--column:first-child .col:first-child,
.sub-item .flex-column:first-child .col:first-child,
.sub-item .flex-container--row-reverse:first-child .col:first-child,
.sub-item .flex-row-reverse:first-child .col:first-child,
.sub-item .flex-container--column-reverse:first-child .col:first-child,
.sub-item .flex-column-reverse:first-child .col:first-child
{
    margin-right: 95px;
}
.sub-item .flex-container:not(:first-child),
.sub-item .flex-container--row:not(:first-child),
.sub-item .flex-row:not(:first-child),
.sub-item .flex-container--column:not(:first-child),
.sub-item .flex-column:not(:first-child),
.sub-item .flex-container--row-reverse:not(:first-child),
.sub-item .flex-row-reverse:not(:first-child),
.sub-item .flex-container--column-reverse:not(:first-child),
.sub-item .flex-column-reverse:not(:first-child)
{
    margin-left: 80px;
}
.sub-item .flex-container > .flex-container,
.sub-item .flex-container--row > .flex-container,
.sub-item .flex-row > .flex-container,
.sub-item .flex-container--column > .flex-container,
.sub-item .flex-column > .flex-container,
.sub-item .flex-container--row-reverse > .flex-container,
.sub-item .flex-row-reverse > .flex-container,
.sub-item .flex-container--column-reverse > .flex-container,
.sub-item .flex-column-reverse > .flex-container,
.sub-item .flex-container > .flex-container--row,
.sub-item .flex-container--row > .flex-container--row,
.sub-item .flex-row > .flex-container--row,
.sub-item .flex-container--column > .flex-container--row,
.sub-item .flex-column > .flex-container--row,
.sub-item .flex-container--row-reverse > .flex-container--row,
.sub-item .flex-row-reverse > .flex-container--row,
.sub-item .flex-container--column-reverse > .flex-container--row,
.sub-item .flex-column-reverse > .flex-container--row,
.sub-item .flex-container > .flex-row,
.sub-item .flex-container--row > .flex-row,
.sub-item .flex-row > .flex-row,
.sub-item .flex-container--column > .flex-row,
.sub-item .flex-column > .flex-row,
.sub-item .flex-container--row-reverse > .flex-row,
.sub-item .flex-row-reverse > .flex-row,
.sub-item .flex-container--column-reverse > .flex-row,
.sub-item .flex-column-reverse > .flex-row,
.sub-item .flex-container > .flex-container--column,
.sub-item .flex-container--row > .flex-container--column,
.sub-item .flex-row > .flex-container--column,
.sub-item .flex-container--column > .flex-container--column,
.sub-item .flex-column > .flex-container--column,
.sub-item .flex-container--row-reverse > .flex-container--column,
.sub-item .flex-row-reverse > .flex-container--column,
.sub-item .flex-container--column-reverse > .flex-container--column,
.sub-item .flex-column-reverse > .flex-container--column,
.sub-item .flex-container > .flex-column,
.sub-item .flex-container--row > .flex-column,
.sub-item .flex-row > .flex-column,
.sub-item .flex-container--column > .flex-column,
.sub-item .flex-column > .flex-column,
.sub-item .flex-container--row-reverse > .flex-column,
.sub-item .flex-row-reverse > .flex-column,
.sub-item .flex-container--column-reverse > .flex-column,
.sub-item .flex-column-reverse > .flex-column,
.sub-item .flex-container > .flex-container--row-reverse,
.sub-item .flex-container--row > .flex-container--row-reverse,
.sub-item .flex-row > .flex-container--row-reverse,
.sub-item .flex-container--column > .flex-container--row-reverse,
.sub-item .flex-column > .flex-container--row-reverse,
.sub-item .flex-container--row-reverse > .flex-container--row-reverse,
.sub-item .flex-row-reverse > .flex-container--row-reverse,
.sub-item .flex-container--column-reverse > .flex-container--row-reverse,
.sub-item .flex-column-reverse > .flex-container--row-reverse,
.sub-item .flex-container > .flex-row-reverse,
.sub-item .flex-container--row > .flex-row-reverse,
.sub-item .flex-row > .flex-row-reverse,
.sub-item .flex-container--column > .flex-row-reverse,
.sub-item .flex-column > .flex-row-reverse,
.sub-item .flex-container--row-reverse > .flex-row-reverse,
.sub-item .flex-row-reverse > .flex-row-reverse,
.sub-item .flex-container--column-reverse > .flex-row-reverse,
.sub-item .flex-column-reverse > .flex-row-reverse,
.sub-item .flex-container > .flex-container--column-reverse,
.sub-item .flex-container--row > .flex-container--column-reverse,
.sub-item .flex-row > .flex-container--column-reverse,
.sub-item .flex-container--column > .flex-container--column-reverse,
.sub-item .flex-column > .flex-container--column-reverse,
.sub-item .flex-container--row-reverse > .flex-container--column-reverse,
.sub-item .flex-row-reverse > .flex-container--column-reverse,
.sub-item .flex-container--column-reverse > .flex-container--column-reverse,
.sub-item .flex-column-reverse > .flex-container--column-reverse,
.sub-item .flex-container > .flex-column-reverse,
.sub-item .flex-container--row > .flex-column-reverse,
.sub-item .flex-row > .flex-column-reverse,
.sub-item .flex-container--column > .flex-column-reverse,
.sub-item .flex-column > .flex-column-reverse,
.sub-item .flex-container--row-reverse > .flex-column-reverse,
.sub-item .flex-row-reverse > .flex-column-reverse,
.sub-item .flex-container--column-reverse > .flex-column-reverse,
.sub-item .flex-column-reverse > .flex-column-reverse
{
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
@media (max-width: 768px)
{
    .sub-item .flex-container > .flex-container,
    .sub-item .flex-container--row > .flex-container,
    .sub-item .flex-row > .flex-container,
    .sub-item .flex-container--column > .flex-container,
    .sub-item .flex-column > .flex-container,
    .sub-item .flex-container--row-reverse > .flex-container,
    .sub-item .flex-row-reverse > .flex-container,
    .sub-item .flex-container--column-reverse > .flex-container,
    .sub-item .flex-column-reverse > .flex-container,
    .sub-item .flex-container > .flex-container--row,
    .sub-item .flex-container--row > .flex-container--row,
    .sub-item .flex-row > .flex-container--row,
    .sub-item .flex-container--column > .flex-container--row,
    .sub-item .flex-column > .flex-container--row,
    .sub-item .flex-container--row-reverse > .flex-container--row,
    .sub-item .flex-row-reverse > .flex-container--row,
    .sub-item .flex-container--column-reverse > .flex-container--row,
    .sub-item .flex-column-reverse > .flex-container--row,
    .sub-item .flex-container > .flex-row,
    .sub-item .flex-container--row > .flex-row,
    .sub-item .flex-row > .flex-row,
    .sub-item .flex-container--column > .flex-row,
    .sub-item .flex-column > .flex-row,
    .sub-item .flex-container--row-reverse > .flex-row,
    .sub-item .flex-row-reverse > .flex-row,
    .sub-item .flex-container--column-reverse > .flex-row,
    .sub-item .flex-column-reverse > .flex-row,
    .sub-item .flex-container > .flex-container--column,
    .sub-item .flex-container--row > .flex-container--column,
    .sub-item .flex-row > .flex-container--column,
    .sub-item .flex-container--column > .flex-container--column,
    .sub-item .flex-column > .flex-container--column,
    .sub-item .flex-container--row-reverse > .flex-container--column,
    .sub-item .flex-row-reverse > .flex-container--column,
    .sub-item .flex-container--column-reverse > .flex-container--column,
    .sub-item .flex-column-reverse > .flex-container--column,
    .sub-item .flex-container > .flex-column,
    .sub-item .flex-container--row > .flex-column,
    .sub-item .flex-row > .flex-column,
    .sub-item .flex-container--column > .flex-column,
    .sub-item .flex-column > .flex-column,
    .sub-item .flex-container--row-reverse > .flex-column,
    .sub-item .flex-row-reverse > .flex-column,
    .sub-item .flex-container--column-reverse > .flex-column,
    .sub-item .flex-column-reverse > .flex-column,
    .sub-item .flex-container > .flex-container--row-reverse,
    .sub-item .flex-container--row > .flex-container--row-reverse,
    .sub-item .flex-row > .flex-container--row-reverse,
    .sub-item .flex-container--column > .flex-container--row-reverse,
    .sub-item .flex-column > .flex-container--row-reverse,
    .sub-item .flex-container--row-reverse > .flex-container--row-reverse,
    .sub-item .flex-row-reverse > .flex-container--row-reverse,
    .sub-item .flex-container--column-reverse > .flex-container--row-reverse,
    .sub-item .flex-column-reverse > .flex-container--row-reverse,
    .sub-item .flex-container > .flex-row-reverse,
    .sub-item .flex-container--row > .flex-row-reverse,
    .sub-item .flex-row > .flex-row-reverse,
    .sub-item .flex-container--column > .flex-row-reverse,
    .sub-item .flex-column > .flex-row-reverse,
    .sub-item .flex-container--row-reverse > .flex-row-reverse,
    .sub-item .flex-row-reverse > .flex-row-reverse,
    .sub-item .flex-container--column-reverse > .flex-row-reverse,
    .sub-item .flex-column-reverse > .flex-row-reverse,
    .sub-item .flex-container > .flex-container--column-reverse,
    .sub-item .flex-container--row > .flex-container--column-reverse,
    .sub-item .flex-row > .flex-container--column-reverse,
    .sub-item .flex-container--column > .flex-container--column-reverse,
    .sub-item .flex-column > .flex-container--column-reverse,
    .sub-item .flex-container--row-reverse > .flex-container--column-reverse,
    .sub-item .flex-row-reverse > .flex-container--column-reverse,
    .sub-item .flex-container--column-reverse > .flex-container--column-reverse,
    .sub-item .flex-column-reverse > .flex-container--column-reverse,
    .sub-item .flex-container > .flex-column-reverse,
    .sub-item .flex-container--row > .flex-column-reverse,
    .sub-item .flex-row > .flex-column-reverse,
    .sub-item .flex-container--column > .flex-column-reverse,
    .sub-item .flex-column > .flex-column-reverse,
    .sub-item .flex-container--row-reverse > .flex-column-reverse,
    .sub-item .flex-row-reverse > .flex-column-reverse,
    .sub-item .flex-container--column-reverse > .flex-column-reverse,
    .sub-item .flex-column-reverse > .flex-column-reverse
    {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}
.sub-item .flex-container .col,
.sub-item .flex-container--row .col,
.sub-item .flex-row .col,
.sub-item .flex-container--column .col,
.sub-item .flex-column .col,
.sub-item .flex-container--row-reverse .col,
.sub-item .flex-row-reverse .col,
.sub-item .flex-container--column-reverse .col,
.sub-item .flex-column-reverse .col
{
    margin-bottom: 15px; 

    -webkit-box-flex: 1; 

        -ms-flex: 1; 

            flex: 1;
}
.sub-item .flex-container .col:not(:last-child),
.sub-item .flex-container--row .col:not(:last-child),
.sub-item .flex-row .col:not(:last-child),
.sub-item .flex-container--column .col:not(:last-child),
.sub-item .flex-column .col:not(:last-child),
.sub-item .flex-container--row-reverse .col:not(:last-child),
.sub-item .flex-row-reverse .col:not(:last-child),
.sub-item .flex-container--column-reverse .col:not(:last-child),
.sub-item .flex-column-reverse .col:not(:last-child)
{
    margin-right: 15px;
}
.sub-item .flex-container .col:first-child,
.sub-item .flex-container--row .col:first-child,
.sub-item .flex-row .col:first-child,
.sub-item .flex-container--column .col:first-child,
.sub-item .flex-column .col:first-child,
.sub-item .flex-container--row-reverse .col:first-child,
.sub-item .flex-row-reverse .col:first-child,
.sub-item .flex-container--column-reverse .col:first-child,
.sub-item .flex-column-reverse .col:first-child
{
    -webkit-box-flex: 0;
        -ms-flex: 0 1 265px;
            flex: 0 1 265px;
}
.sub-item .flex-container .col-right,
.sub-item .flex-container--row .col-right,
.sub-item .flex-row .col-right,
.sub-item .flex-container--column .col-right,
.sub-item .flex-column .col-right,
.sub-item .flex-container--row-reverse .col-right,
.sub-item .flex-row-reverse .col-right,
.sub-item .flex-container--column-reverse .col-right,
.sub-item .flex-column-reverse .col-right
{
    text-align: right;
}
.sub-item .dropdown.is-active .dropdown-trigger button
{
    border-radius: 4px; 
    background: #f9f7f7;
}
.sub-item .sub-thumb
{
    width: 60px; 
    height: 60px;
    margin-right: 20px;
    margin-bottom: 0;

    border-radius: 50%;
    background-color: #f9f7f7;
    background-position: top center;
    background-size: cover;

    -webkit-box-flex: 0;

        -ms-flex: 0 0 auto;

            flex: 0 0 auto;
}
.sub-item .sub-name
{
    font-size: 1.65rem;
    font-weight: 700;

    margin-bottom: 5px; 

    letter-spacing: -.015rem;

    color: #150c27;
}
.sub-item .sub-label
{
    font-size: 1.1rem;

    margin-bottom: 3px; 

    color: #6d6f81;
}
.sub-item .sub-label-black
{
    font-size: 1.3rem;

    margin-bottom: 0; 

    color: #0c0c0c;
}
.sub-item .sub-link
{
    font-size: 1.3rem; 

    color: #7b33ff;
}
.sub-item .sub-payment
{
    line-height: 1; 

    display: -webkit-box; 

    display: -ms-flexbox; 

    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
.sub-item .sub-payment img
{
    margin-right: 20px;
}
.sub-item .sub-payment-label
{
    font-size: 13px;
    font-weight: 600;

    margin-bottom: 2px;

    text-transform: uppercase;
}
.sub-item .sub-requests
{
    font-family: 'MontSerrat';
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 30px;

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;

    min-width: 50px; 
    height: 30px;
    margin-left: auto;
    padding: 0 1rem;

    -webkit-user-select: none;

       -moz-user-select: none;

        -ms-user-select: none;

            user-select: none;
    text-align: center;
    text-transform: uppercase;

    color: #fff;
    border: 1px solid #7b33ff;
    border-radius: 25px;
    background-color: #7b33ff;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.sub-item .sub-requests.is-full
{
    width: auto; 

    border-color: #f55;
    background-color: #f55;
}
.sub-item .sub-state
{
    font-family: 'MontSerrat';
    font-size: .9rem;
    font-weight: 700;
    line-height: 22px;

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;

    height: 22px;
    margin-left: auto;
    padding: 0 1rem;

    -webkit-user-select: none;

       -moz-user-select: none;

        -ms-user-select: none;

            user-select: none; 
    text-transform: uppercase;

    color: #150c27;
    border: 1px solid #e8e5e5;
    border-radius: 25px;
    background-color: #fff;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
.sub-item .sub-state.is-confirmed
{
    color: #fff; 
    border-color: #38c8a8;
    background-color: #38c8a8;
}
.sub-item .sub-state.is-accepted
{
    color: #fff; 
    border-color: #f3009d;
    background-color: #f3009d;
}
.sub-item .sub-state.is-expired
{
    color: #fff; 
    border-color: #f55;
    background-color: #f55;
}
.sub-item .sub-state.has-error
{
    color: #fff; 
    border-color: #ff8657;
    background-color: #ff8657;
}
.sub-item .sub-state.is-finised
{
    color: #fff; 
    background-color: #150c27;
}
.sub-item .sub-state .icon
{
    margin-right: 5px;

    vertical-align: middle;
}
.sub-item .sub-state-label
{
    font-size: 13px;

    display: block;

    margin: 3px 0;
}
.sub-item .sub-state-label.is-green
{
    color: #38c8a8;
}



.datepicker--cell .-selected- .dp-note {
  opacity: .65;
  background: #fff;
}

.datepicker--cell .dp-note {
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 4px;
  height: 4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  background: #ccc;
}


/*# sourceMappingURL=maps/style.css.map */

.cookies-services-names {
    display:block;
}