/*  ==========================================================================
    Base styles: opinionated defaults
    ==========================================================================  */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  text-decoration: none;
  color: inherit; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

iframe {
  border: 0;
  margin: 0;
  padding: 0; }

::-moz-selection {
  background: rgba(44, 213, 203, 0.98);
  color: #fff;
  text-shadow: none; }

::selection {
  background: rgba(44, 213, 203, 0.98);
  color: #fff;
  text-shadow: none; }

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

/*  ==========================================================================
    Main layout
    ==========================================================================  */
html {
  font-size: 16px; }

body {
  font-family: "Catamaran", "helvetica", "arial", "sans-serif";
  font-size: 1rem;
  line-height: 1.4;
  background: #fff; }

.no_scroll {
  overflow: hidden; }

.page {
  padding-top: 90px; }
  @media all and (max-width: 1100px) {
    .page {
      padding-top: 70px; } }

.page--no_padding {
  padding-top: 0; }
  @media all and (max-width: 1100px) {
    .page--no_padding {
      padding-top: 0; } }

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px; }
  @media all and (max-width: 1100px) {
    .container {
      padding: 0 60px; } }
  @media all and (max-width: 800px) {
    .container {
      padding: 0 40px; } }
  @media all and (max-width: 600px) {
    .container {
      padding: 0 20px; } }

.container--medium {
  max-width: 1100px; }

.container--small {
  max-width: 920px; }

.container--relative {
  position: relative; }

.section {
  margin: 120px 0; }
  @media all and (max-width: 1100px) {
    .section {
      margin: 100px 0; } }
  @media all and (max-width: 600px) {
    .section {
      margin: 60px 0; } }

/*  ==========================================================================
    Margins
    ==========================================================================  */
.mb_xxlarge {
  margin-bottom: 100px; }
  @media all and (max-width: 1100px) {
    .mb_xxlarge {
      margin-bottom: 80px; } }
  @media all and (max-width: 600px) {
    .mb_xxlarge {
      margin-bottom: 60px; } }

.mb_xlarge, .wysiwyg h1 {
  margin-bottom: 60px; }
  @media all and (max-width: 1100px) {
    .mb_xlarge, .wysiwyg h1 {
      margin-bottom: 60px; } }
  @media all and (max-width: 600px) {
    .mb_xlarge, .wysiwyg h1 {
      margin-bottom: 50px; } }

.mb_large {
  margin-bottom: 40px; }
  @media all and (max-width: 1100px) {
    .mb_large {
      margin-bottom: 45px; } }
  @media all and (max-width: 600px) {
    .mb_large {
      margin-bottom: 30px; } }

.mb_medium {
  margin-bottom: 30px; }
  @media all and (max-width: 1100px) {
    .mb_medium {
      margin-bottom: 25px; } }
  @media all and (max-width: 600px) {
    .mb_medium {
      margin-bottom: 20px; } }

.mb_small, .wysiwyg h2, .wysiwyg h3, .wysiwyg p, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .wysiwyg ul {
  margin-bottom: 20px; }
  @media all and (max-width: 1100px) {
    .mb_small, .wysiwyg h2, .wysiwyg h3, .wysiwyg p, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .wysiwyg ul {
      margin-bottom: 15px; } }
  @media all and (max-width: 600px) {
    .mb_small, .wysiwyg h2, .wysiwyg h3, .wysiwyg p, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .wysiwyg ul {
      margin-bottom: 10px; } }

.mb_xsmall {
  margin-bottom: 10px; }
  @media all and (max-width: 1100px) {
    .mb_xsmall {
      margin-bottom: 5px; } }

.mb_xxsmall {
  margin-bottom: 5px; }
  @media all and (max-width: 1100px) {
    .mb_xxsmall {
      margin-bottom: 3px; } }

/*  ==========================================================================
    Wysiwyg
    ==========================================================================  */
.wysiwyg strong, .wysiwyg b {
  font-weight: 700;
  color: #201e33; }
.wysiwyg i, .wysiwyg em {
  font-style: italic; }

/*  ==========================================================================
    Fonts
    ==========================================================================  */
/*  ==========================================================================
    Typography
    ==========================================================================  */
.title, .wysiwyg h1, .wysiwyg h2, .wysiwyg h3 {
  font-size: 36px;
  font-weight: 900;
  line-height: 46px;
  letter-spacing: -1px;
  color: #201e33; }
  @media all and (max-width: 1100px) {
    .title, .wysiwyg h1, .wysiwyg h2, .wysiwyg h3 {
      font-size: 30px;
      line-height: 40px; } }
  @media all and (max-width: 600px) {
    .title, .wysiwyg h1, .wysiwyg h2, .wysiwyg h3 {
      font-size: 24px;
      line-height: 34px; } }

.title--xsmall, .wysiwyg h3 {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0; }
  @media all and (max-width: 1100px) {
    .title--xsmall, .wysiwyg h3 {
      font-size: 18px;
      line-height: 24px; } }
  @media all and (max-width: 600px) {
    .title--xsmall, .wysiwyg h3 {
      font-size: 16px;
      line-height: 22px; } }

.title--small, .wysiwyg h2 {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0; }
  @media all and (max-width: 1100px) {
    .title--small, .wysiwyg h2 {
      font-size: 20px;
      line-height: 26px; } }
  @media all and (max-width: 600px) {
    .title--small, .wysiwyg h2 {
      font-size: 16px;
      line-height: 22px; } }

.title--large {
  font-size: 50px;
  line-height: 60px; }
  @media all and (max-width: 1100px) {
    .title--large {
      font-size: 40px;
      line-height: 50px; } }
  @media all and (max-width: 800px) {
    .title--large {
      font-size: 32px;
      line-height: 42px; } }
  @media all and (max-width: 600px) {
    .title--large {
      font-size: 30px;
      line-height: 40px; } }

.title--white {
  color: white; }

.text, .wysiwyg p, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .list__item, .wysiwyg li {
  font-size: 16px;
  color: #888; }
  @media all and (max-width: 600px) {
    .text, .wysiwyg p, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .list__item, .wysiwyg li {
      font-size: 14px;
      line-height: 20px; } }

.text--small {
  font-size: 14px;
  line-height: 28px; }

.text--large {
  font-size: 20px;
  line-height: 30px; }
  @media all and (max-width: 1100px) {
    .text--large {
      font-size: 18px;
      line-height: 28px; } }
  @media all and (max-width: 600px) {
    .text--large {
      font-size: 16px;
      line-height: 26px; } }

.text--white {
  color: rgba(255, 255, 255, 0.6); }

.list__item, .wysiwyg li {
  position: relative;
  padding: 5px 0 5px 25px; }
  @media all and (max-width: 600px) {
    .list__item, .wysiwyg li {
      font-size: 16px;
      padding: 5px 0 5px 20px; } }
  .list__item::before, .wysiwyg li::before {
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #e2105e;
    border-radius: 100%; }
    @media all and (max-width: 600px) {
      .list__item::before, .wysiwyg li::before {
        top: 16px; } }

.link, .wysiwyg a {
  color: #e2105e;
  text-decoration: underline; }
  .link:hover, .wysiwyg a:hover {
    text-decoration: none; }

/*  ==========================================================================
    Btn
    ==========================================================================  */
.btn_container {
  display: block; }

.btn_container--inline {
  display: inline-block; }

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

.btn {
  display: inline-block;
  padding: 17px 50px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: #e2105e;
  border: 1px solid #e2105e;
  border-top-left-radius: 5em;
  border-top-right-radius: 5em;
  border-bottom-left-radius: 5em;
  -webkit-transition: all .2s;
  transition: all .2s; }
  @media all and (max-width: 1100px) {
    .btn {
      padding: 15px 30px;
      font-size: 15px; } }
  .btn:hover {
    background: #b20d4a;
    border: 1px solid #b20d4a; }

.btn--secondary {
  background: #2cd5cb;
  border: 1px solid #2cd5cb; }
  .btn--secondary:hover {
    background: #22aca4;
    border: 1px solid #22aca4; }

.btn--white {
  color: #201e33;
  background: #fff;
  border: 1px solid #fff; }
  .btn--white:hover {
    color: #fff;
    background: #b20d4a;
    border: 1px solid #b20d4a; }

.btn--small {
  padding: 10px 35px;
  font-size: 14px; }

.btn.loading {
  position: relative;
  padding-right: 80px;
  color: #fff;
  background-color: #e2105e;
  pointer-events: none; }
  @media all and (max-width: 1100px) {
    .btn.loading {
      padding-right: 70px; } }
  .btn.loading:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 40px;
    width: 20px;
    height: 20px;
    background: url("../img/loading.gif");
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media all and (max-width: 1100px) {
      .btn.loading:after {
        right: 30px; } }

/*  ==========================================================================
    Table
    ==========================================================================  */
.table {
  width: 100%;
  margin-bottom: 50px; }
  .table th {
    padding: 10px;
    font-size: 12px;
    font-family: "Catamaran", "helvetica", "arial", "sans-serif";
    text-transform: uppercase;
    text-align: left;
    vertical-align: top;
    border: 1px solid #eee; }
  .table td {
    padding: 10px;
    font-family: "Catamaran", "helvetica", "arial", "sans-serif";
    font-size: 10px;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #eee; }

/*  ==========================================================================
    Header
    ==========================================================================  */
.header {
  position: relative;
  background: #e2105e;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left; }
  @media all and (max-width: 1200px) {
    .header {
      background-position: top right; } }

.header__logo {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 130px; }
  @media all and (max-width: 1100px) {
    .header__logo {
      width: 110px; } }
  @media all and (max-width: 600px) {
    .header__logo {
      left: 50%;
      width: 90px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }

.header__container {
  display: flex;
  align-items: center;
  padding: 80px 0;
  justify-content: center; }
  @media all and (max-width: 1200px) {
    .header__container {
      padding: 0; } }
  @media all and (max-width: 600px) {
    .header__container {
      padding: 120px 0 80px; } }

.header__copy {
  width: 50%; }
  @media all and (max-width: 600px) {
    .header__copy {
      width: 100%; } }

.header__visu {
  width: 50%; }
  @media all and (max-width: 600px) {
    .header__visu {
      display: none; } }

.header__img {
  display: block;
  height: 400px;
  width: auto;
  background-size: 80% auto;
  background-position: center;
  background-repeat: no-repeat; }

.header__lang {
  position: absolute;
  top: 0;
  right: 0; }

/*  ==========================================================================
    Lang
    ==========================================================================  */
.lang__link {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background-color: #2cd5cb;
  -webkit-transition: all .2s;
  transition: all .2s; }
  @media all and (max-width: 1100px) {
    .lang__link {
      width: 50px;
      height: 50px;
      font-size: 12px;
      line-height: 50px; } }
  .lang__link:hover {
    background-color: #22aca4; }

/*  ==========================================================================
    Form
    ==========================================================================  */
.form {
  text-align: left; }

.form__list {
  margin: -10px -20px;
  font-size: 0;
  line-height: 0; }
  @media all and (max-width: 1400px) {
    .form__list {
      margin: -10px -10px; } }

.form__item {
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 22px;
  vertical-align: top; }
  @media all and (max-width: 1400px) {
    .form__item {
      padding: 10px 10px; } }

.form__item--1 {
  display: inline-block;
  width: 100%; }

.form__item--2 {
  display: inline-block;
  width: 50%; }
  @media all and (max-width: 800px) {
    .form__item--2 {
      width: 100%; } }

.form__item--3 {
  display: inline-block;
  width: 33.33333%; }
  @media all and (max-width: 800px) {
    .form__item--3 {
      width: 50%; } }
  @media all and (max-width: 600px) {
    .form__item--3 {
      width: 100%; } }

.form__item--submit {
  padding-top: 30px; }

.form__label {
  display: block;
  width: 100%;
  margin-top: -5px;
  font-size: 14px;
  line-height: 24px;
  text-align: left; }
  .form__label span {
    color: #e2105e; }

.form__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  display: block;
  width: 100%;
  padding: 12px 20px;
  font-family: "Catamaran", "helvetica", "arial", "sans-serif";
  font-size: 16px;
  line-height: 26px;
  color: #888;
  border: none;
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 0;
  outline: none; }
  .form__input.error {
    color: #e2105e;
    border-color: #e2105e; }

.form__input--select {
  background-image: url("../img/icon_select.svg");
  background-position: right 20px center;
  background-size: 19px 12px;
  background-repeat: no-repeat; }
  .form__input--select.error {
    background-image: url("../img/icon_select_error.svg"); }

.form__input--textarea {
  width: 100%;
  max-width: 100%;
  resize: none; }

/*  ==========================================================================
    Checkbox
    ==========================================================================  */
.checkbox {
  position: relative;
  padding: 3px 0;
  padding-left: 40px;
  font-size: 16px;
  line-height: 26px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.checkbox.error {
  color: #e2105e; }

.checkbox__box {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 2px solid #ddd;
  cursor: pointer; }
  .checkbox__box::after {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: -2px;
    width: 30px;
    height: 30px;
    background-color: #e2105e;
    background-image: url("../img/icon_v_white.svg");
    background-position: center center;
    background-size: 0px 0px;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: background-size .2s;
    transition: background-size .2s; }

.checkbox.error .checkbox__box {
  border: 2px solid #e2105e; }

.checkbox.active .checkbox__box::after {
  background-size: 15px 12px;
  opacity: 1; }

.checkbox__label--legal {
  padding-top: 3px;
  font-size: 14px;
  line-height: 20px; }

.legal_more {
  margin-top: 10px;
  display: none;
  font-size: 14px;
  line-height: 20px; }

.checkbox__label_click {
  cursor: pointer; }

/*  ==========================================================================
    Radio
    ==========================================================================  */
.radio.error {
  color: #e2105e; }

.radio__item {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  margin-bottom: 10px;
  padding: 3px 0;
  padding-left: 40px;
  font-size: 16px;
  line-height: 26px;
  color: #888;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.radio__item--block {
  display: block; }

.radio__box {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 2px solid #ddd; }
  .radio__box::after {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: -2px;
    width: 30px;
    height: 30px;
    background-color: #e2105e;
    background-image: url("../img/icon_v_white.svg");
    background-position: center center;
    background-size: 0px 0px;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: background-size .2s;
    transition: background-size .2s; }

.radio.error .radio__box {
  border: 2px solid #e2105e; }

.radio__item.active {
  color: #201e33; }

.radio__item.active .radio__box::after {
  background-size: 15px 12px;
  opacity: 1; }

/*  ==========================================================================
    Products
    ==========================================================================  */
.products {
  border-bottom: 1px solid #eeeeee; }

.products__list {
  display: flex;
  flex-wrap: wrap; }
  @media all and (max-width: 1100px) {
    .products__list {
      flex-direction: column; } }

.products__item {
  border-top: 1px solid #eeeeee;
  width: 50%;
  padding: 20px 0; }
  @media all and (max-width: 1100px) {
    .products__item {
      width: 100%; } }

/*  ==========================================================================
    Product
    ==========================================================================  */
.product {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.product__status {
  width: 25px;
  background-color: #e2105e;
  height: 100px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  @media all and (max-width: 1100px) {
    .product__status {
      height: 80px; } }
  @media all and (max-width: 600px) {
    .product__status {
      height: 60px; } }

.product__status_icon {
  background: #ffffff;
  width: 15px;
  height: 15px; }
  .product--active .product__status_icon {
    background: url("../img/product_status.svg") no-repeat center; }

.product__visu {
  cursor: pointer; }

.product__img {
  display: block;
  width: 100px;
  height: 100px;
  background-color: #eee;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  @media all and (max-width: 1100px) {
    .product__img {
      width: 80px;
      height: 80px; } }
  @media all and (max-width: 600px) {
    .product__img {
      width: 60px;
      height: 60px; } }

.product__copy {
  cursor: pointer;
  padding: 0 20px;
  flex: 1; }

.product__counter {
  display: none; }

/*  ==========================================================================
    Counter
    ==========================================================================  */
.counter {
  display: block;
  position: relative;
  padding: 0 30px; }
  @media all and (max-width: 600px) {
    .counter {
      padding: 0 25px; } }

.counter__number {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  color: #201e33;
  overflow: hidden; }
  @media all and (max-width: 600px) {
    .counter__number {
      width: 25px;
      height: 25px;
      font-size: 16px;
      line-height: 25px; } }

.counter__btn {
  display: block;
  position: absolute;
  top: 0;
  width: 30px;
  height: 30px;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  color: #888;
  background-color: #f2f2f2;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media all and (max-width: 600px) {
    .counter__btn {
      width: 25px;
      height: 25px;
      font-size: 12px;
      line-height: 25px; } }

.counter__btn--less {
  left: 0; }

.counter__btn--more {
  right: 0; }

/*  ==========================================================================
    Filter
    ==========================================================================  */
.hide {
  animation: hide .5s ease 0s 1 normal forwards;
  transform-origin: center;
  display: none; }

.show {
  animation: show .5s ease 0s 1 normal forwards;
  transform-origin: center; }

@keyframes hide {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0);
    width: 0;
    height: 0;
    margin: 0; } }
@keyframes show {
  0% {
    transform: scale(0);
    width: 0;
    height: 0;
    margin: 0; }
  100% {
    transform: scale(1); } }
.filters {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap; }

.filter {
  padding: 20px;
  border-radius: 0;
  margin-right: 5px; }
  @media all and (max-width: 1100px) {
    .filter {
      margin-bottom: 5px; } }

.filter:hover {
  cursor: pointer; }

/*  ==========================================================================
    Footer
    ==========================================================================  */
.footer {
  padding: 20px 0;
  border-top: 1px solid #eeeeee; }

.footer__left {
  float: left; }

.footer__right {
  float: right; }

.footer__list {
  font-size: 0;
  line-height: 0; }

.footer__item {
  display: inline-block;
  padding: 0 20px;
  font-size: 16px;
  line-height: 22px; }
  .footer__item:first-child {
    padding-left: 0; }
  .footer__item:last-child {
    padding-right: 0; }

.footer__link {
  color: #888;
  -webkit-transition: all .2s;
  transition: all .2s; }
  .footer__link:hover {
    color: #201e33; }
  .footer__link--signature {
    font-weight: 900;
    color: #201e33; }
  .footer__link--signature:hover {
    color: #e2105e; }

/*  ==========================================================================
    Cookies
    ==========================================================================  */
.cookies_banner {
  position: fixed;
  margin-left: 10px;
  right: 10px;
  bottom: 10px;
  max-width: 450px;
  padding: 30px 40px 25px 40px;
  color: #fff;
  background: #e2105e;
  border-radius: 30px;
  border-bottom-right-radius: 0px;
  opacity: 1;
  z-index: 100;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all .5s;
  transition: all .5s; }
  @media all and (max-width: 1600px) {
    .cookies_banner {
      padding: 25px 30px 20px 30px;
      border-radius: 20px;
      border-bottom-right-radius: 0px; } }
  @media all and (max-width: 600px) {
    .cookies_banner {
      padding: 20px 20px 15px 20px;
      border-radius: 15px;
      border-bottom-right-radius: 0px; } }

.cookies_close .cookies_banner {
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%); }

.cookies_banner__close {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.15);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/cookies_close.svg");
  background-size: 12px 12px;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s; }
  .cookies_banner__close:hover {
    background-color: rgba(0, 0, 0, 0.2); }

.cookies_banner__title {
  position: relative;
  padding-left: 65px; }
  @media all and (max-width: 1100px) {
    .cookies_banner__title {
      padding-left: 55px; } }
  @media all and (max-width: 600px) {
    .cookies_banner__title {
      padding-left: 50px; } }
  .cookies_banner__title::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 50px;
    height: 50px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../img/cookies_icon.svg");
    background-size: contain;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media all and (max-width: 1100px) {
      .cookies_banner__title::before {
        width: 40px;
        height: 40px; } }
    @media all and (max-width: 600px) {
      .cookies_banner__title::before {
        width: 35px;
        height: 35px; } }

.cookies_banner__cta .cta {
  display: inline-block;
  padding: 10px 25px;
  font-size: 14px;
  color: #000;
  background: #fff; }

.cookies_banner__link {
  text-decoration: underline; }
  .cookies_banner__link:hover {
    color: #fff;
    text-decoration: none; }

/*  ==========================================================================
    Popup
    ==========================================================================  */
.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 20px;
  z-index: 1000000;
  overflow-y: auto;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all .2s;
  transition: all .2s; }
  @media all and (max-width: 1100px) {
    .popup {
      padding: 60px 20px; } }
  @media all and (max-width: 600px) {
    .popup {
      padding: 60px 10px; } }
  @media all and (max-width: 400px) {
    .popup {
      padding: 60px 5px; } }

.popup--visible {
  pointer-events: auto;
  opacity: 1; }

@media all and (max-width: 1100px) {
  .popup--user_quits,
  .popup--visible.popup--user_quits {
    display: none; } }

.popup__container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 100px;
  background: #fff;
  opacity: 0;
  z-index: 1000002;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px); }
  @media all and (max-width: 1100px) {
    .popup__container {
      padding: 80px 50px; } }
  @media all and (max-width: 600px) {
    .popup__container {
      padding: 60px 20px; } }

.popup--video .popup__container {
  max-width: 1080px;
  padding: 0;
  overflow: hidden; }

.popup--small .popup__container {
  max-width: 600px;
  margin-top: 100px;
  padding: 80px 80px;
  text-align: center; }
  @media all and (max-width: 1100px) {
    .popup--small .popup__container {
      margin-top: 50px;
      padding: 80px 50px; } }
  @media all and (max-width: 600px) {
    .popup--small .popup__container {
      margin-top: 0;
      padding: 60px 20px; } }

.popup--visible .popup__container {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.popup__close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: red;
  background-size: 20px 20px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s; }

.popup__bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(44, 213, 203, 0.9);
  z-index: 1000001;
  cursor: pointer; }

.popup--user_quits .popup__bg {
  background: rgba(226, 16, 94, 0.9); }

.popup__title {
  color: #201e33;
  margin-bottom: 15px; }

.popup__text {
  color: #888;
  font-family: "Catamaran", "helvetica", "arial", "sans-serif";
  margin-bottom: 15px; }

.popup__btn {
  margin-top: 20px; }

/*  ==========================================================================
    Login
    ==========================================================================  */
.login {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff; }

.login__img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  background: #eee url("../img/login.jpg") center center no-repeat;
  background-size: cover; }
  @media all and (max-width: 800px) {
    .login__img {
      display: none; } }

.login__form {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  background: #fff; }
  @media all and (max-width: 800px) {
    .login__form {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: auto;
      background: #fff; } }

.login__center {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 450px;
  padding: 40px;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.login__logo {
  display: block;
  max-width: 150px;
  margin: 0 auto;
  margin-bottom: 30px; }
  @media all and (max-width: 800px) {
    .login__logo {
      max-width: 200px; } }

.login__label {
  margin-bottom: 10px;
  color: #888; }

.login__input {
  margin-bottom: 50px;
  text-align: center; }

.login__cartouche {
  position: absolute;
  top: 0;
  right: 0; }
  @media all and (max-width: 2000px) {
    .login__cartouche {
      width: 230px; } }
  @media all and (max-width: 1100px) {
    .login__cartouche {
      width: 200px; } }

/*  ==========================================================================
    Admin
    ==========================================================================  */
.db {
  position: relative;
  margin-bottom: 30px; }

.db__title {
  padding-right: 200px; }
  @media all and (max-width: 800px) {
    .db__title {
      padding-right: 0;
      margin-bottom: 15px; } }

.db__btn {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media all and (max-width: 800px) {
    .db__btn {
      position: relative;
      top: auto;
      right: auto;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%); } }

.db__footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #fff;
  background: #e2105e; }

.db__logout {
  display: block;
  padding: 10px 20px;
  font-family: "Catamaran", "helvetica", "arial", "sans-serif";
  text-align: center; }

/*  ==========================================================================
    404
    ==========================================================================  */
.page_404 {
  position: relative;
  min-height: 100vh; }

.page_404__center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 20px;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.page_404__title {
  font-size: 100px;
  font-weight: 600;
  color: #201e33; }

.page_404__text {
  margin-bottom: 2rem;
  font-size: 16px;
  line-height: calc(1em + 6px);
  color: #888; }

/*  ==========================================================================
    Helpers
    ==========================================================================  */
/*  Fluid media
    ----------------------------------  */
.img_full {
  display: block;
  width: 100%; }

.video_full {
  position: relative;
  padding-top: 56.25%;
  /* 16/9 */
  background: #20242F; }

.video_full > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; }

/*  Clearfix
    ----------------------------------  */
.clearfix:after {
  content: "";
  display: table;
  clear: both; }
