/*  ==========================================================================
    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: 1320px;
  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, .wysiwyg p, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .wysiwyg ul {
  margin-bottom: 40px; }
  @media all and (max-width: 1100px) {
    .mb_large, .wysiwyg p, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .wysiwyg ul {
      margin-bottom: 45px; } }
  @media all and (max-width: 600px) {
    .mb_large, .wysiwyg p, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .wysiwyg ul {
      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 {
  margin-bottom: 20px; }
  @media all and (max-width: 1100px) {
    .mb_small, .wysiwyg h2, .wysiwyg h3 {
      margin-bottom: 15px; } }
  @media all and (max-width: 600px) {
    .mb_small, .wysiwyg h2, .wysiwyg h3 {
      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: 20px;
  line-height: 26px;
  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;
  line-height: 20px;
  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: 12px; } }

.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: 2px 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: 2px 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; }

/*  ==========================================================================
    Burger
    ==========================================================================  */
.navbar__burger {
  display: none; }
  @media all and (max-width: 1100px) {
    .navbar__burger {
      display: block;
      position: absolute;
      top: 35px;
      right: 0; } }

.navbar__burger a {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 70px;
  height: 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .navbar__burger a span {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 25px;
    height: 2px;
    background-color: #000; }
  .navbar__burger a span::before, .navbar__burger a span::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 2px;
    background-color: #000;
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-transition: all .3s;
    /* IE 10, Fx 16+, Op 12.1+ */
    transition: all .3s;
    /* IE 10, Fx 16+, Op 12.1+ */ }
  .navbar__burger a span::after {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px); }

.nav_is_open .navbar__burger a span {
  background: none; }
.nav_is_open .navbar__burger a span::before {
  width: 25px;
  -webkit-transform: translateY(0) translateX(-4px) rotate(45deg) !important;
  -ms-transform: translateY(0) translateX(-4px) rotate(45deg) !important;
  transform: translateY(0) translateX(-4px) rotate(45deg) !important; }
.nav_is_open .navbar__burger a span::after {
  width: 25px;
  -webkit-transform: translateY(0) translateX(-4px) rotate(-45deg) !important;
  -ms-transform: translateY(0) translateX(-4px) rotate(-45deg) !important;
  transform: translateY(0) translateX(-4px) rotate(-45deg) !important; }

/*  ==========================================================================
    Navigation
    ==========================================================================  */
/*  Navbar
    ----------------------------------  */
.navbar {
  position: fixed;
  width: 100%;
  height: 90px;
  background: #fff;
  border-bottom: 1px solid #eee;
  z-index: 1000;
  -webkit-transition: all .2s;
  transition: all .2s; }
  @media all and (max-width: 1100px) {
    .navbar {
      height: 70px; } }

.shrink_nav .navbar {
  height: 70px; }

.navbar__logo {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 130px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .2s;
  transition: all .2s; }
  @media all and (max-width: 1100px) {
    .navbar__logo {
      width: 120px; } }

.shrink_nav .navbar__logo {
  width: 120px; }

.navbar__nav {
  position: absolute;
  top: 0;
  right: 20px; }
  @media all and (max-width: 1100px) {
    .navbar__nav {
      position: fixed;
      top: 70px;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #fff;
      -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
      transform: translateY(100%);
      -webkit-transition: all .8s;
      transition: all .8s; } }

/*  Nav
    ----------------------------------  */
.nav__list {
  font-size: 0;
  line-height: 0; }
  @media all and (max-width: 1100px) {
    .nav__list {
      text-align: center; } }

.nav__item {
  display: inline-block;
  padding: 0 20px;
  font-size: 16px;
  line-height: 22px; }
  @media all and (max-width: 1100px) {
    .nav__item {
      display: block;
      padding: 0 20px;
      border-bottom: 1px solid #eee;
      opacity: 0;
      -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
      transform: translateY(100px);
      -webkit-transition: all .8s;
      transition: all .8s; } }

.nav__item:first-child {
  padding-left: 0; }
  @media all and (max-width: 1100px) {
    .nav__item:first-child {
      padding: 0 20px; } }

.nav__item:last-child {
  padding-right: 0; }
  @media all and (max-width: 1100px) {
    .nav__item:last-child {
      padding: 0 20px; } }

@media all and (max-width: 1100px) {
  .nav__item:nth-child(1) {
    -webkit-transition: all .8s .1s;
    transition: all .8s .1s; } }

@media all and (max-width: 1100px) {
  .nav__item:nth-child(2) {
    -webkit-transition: all .8s .2s;
    transition: all .8s .2s; } }

@media all and (max-width: 1100px) {
  .nav__item:nth-child(3) {
    -webkit-transition: all .8s .3s;
    transition: all .8s .3s; } }

@media all and (max-width: 1100px) {
  .nav__item:nth-child(4) {
    -webkit-transition: all .8s .4s;
    transition: all .8s .4s; } }

@media all and (max-width: 1100px) {
  .nav__item:nth-child(5) {
    -webkit-transition: all .8s .5s;
    transition: all .8s .5s; } }

@media all and (max-width: 1100px) {
  .nav__item:nth-child(6) {
    -webkit-transition: all .8s .6s;
    transition: all .8s .6s; } }

@media all and (max-width: 1100px) {
  .nav__item:nth-child(7) {
    -webkit-transition: all .8s .7s;
    transition: all .8s .7s; } }

@media all and (max-width: 1100px) {
  .nav__item:nth-child(8) {
    -webkit-transition: all .8s .8s;
    transition: all .8s .8s; } }

.nav__link {
  display: block;
  line-height: 90px;
  -webkit-transition: all .2s;
  transition: all .2s; }
  @media all and (max-width: 1100px) {
    .nav__link {
      line-height: 70px; } }

.shrink_nav .nav__link {
  line-height: 70px; }

/*  Mobile nav open
    ----------------------------------  */
@media all and (max-width: 1100px) {
  .nav_is_open {
    overflow: hidden; } }

@media all and (max-width: 1100px) {
  .nav_is_open .navbar__nav {
    overflow-y: auto;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); } }

@media all and (max-width: 1100px) {
  .nav_is_open .nav__item {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); } }

/*  ==========================================================================
    Header
    ==========================================================================  */
.header {
  position: relative;
  padding: 120px 0;
  background-color: #e2105e; }
  @media all and (max-width: 1100px) {
    .header {
      padding: 100px 0; } }
  @media all and (max-width: 600px) {
    .header {
      padding: 90px 0 60px 0; } }

.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 {
  padding-left: 50%; }
  @media all and (max-width: 600px) {
    .header__container {
      padding-left: 0; } }

.header__copy {
  padding-left: 80px; }
  @media all and (max-width: 1100px) {
    .header__copy {
      padding-left: 60px; } }
  @media all and (max-width: 800px) {
    .header__copy {
      padding-left: 40px; } }
  @media all and (max-width: 600px) {
    .header__copy {
      padding-left: 0;
      text-align: center; } }

.header__visu {
  position: absolute;
  top: 80px;
  right: 50%;
  bottom: 0;
  left: 80px; }
  @media all and (max-width: 1100px) {
    .header__visu {
      left: 60px; } }
  @media all and (max-width: 800px) {
    .header__visu {
      left: 40px; } }
  @media all and (max-width: 600px) {
    .header__visu {
      display: none;
      top: auto;
      right: 20px;
      bottom: 0;
      left: 20px;
      height: 150px; } }

.header__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.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__item {
  border-top: 1px solid #eeeeee; }
  .products__item:last-child {
    border-bottom: 1px solid #eeeeee; }

/*  ==========================================================================
    Product
    ==========================================================================  */
.product {
  position: relative;
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1); }
  @media all and (max-width: 1100px) {
    .product {
      padding-top: 15px;
      padding-bottom: 15px; } }
  @media all and (max-width: 600px) {
    .product {
      padding-top: 10px;
      padding-bottom: 10px; } }
  .product--active {
    padding-left: 60px; }
    @media all and (max-width: 1100px) {
      .product--active {
        padding-left: 45px; } }
    @media all and (max-width: 600px) {
      .product--active {
        padding-left: 30px; } }

.product__status {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  background-color: #e2105e;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }
  @media all and (max-width: 1100px) {
    .product__status {
      width: 30px; } }
  @media all and (max-width: 600px) {
    .product__status {
      width: 20px; } }
  .product--active .product__status {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

.product__status_icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/product_status.svg");
  background-size: 100% 100%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
  -ms-transform: translateX(-50%) translateY(-50%) scale(0);
  transform: translateX(-50%) translateY(-50%) scale(0);
  -webkit-transition: all 0.3s 0.1s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.3s 0.1s cubic-bezier(0.175, 0.885, 0.32, 1); }
  @media all and (max-width: 1100px) {
    .product__status_icon {
      width: 15px;
      height: 15px; } }
  @media all and (max-width: 600px) {
    .product__status_icon {
      width: 11px;
      height: 11px; } }
  .product--active .product__status_icon {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1); }

.product__visu {
  display: inline;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.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 {
  position: absolute;
  top: 50%;
  right: 110px;
  left: 120px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media all and (max-width: 1100px) {
    .product__copy {
      left: 95px; } }
  @media all and (max-width: 600px) {
    .product__copy {
      left: 70px;
      right: 85px; } }
  .product--active .product__copy {
    left: 180px; }
    @media all and (max-width: 1100px) {
      .product--active .product__copy {
        left: 140px; } }
    @media all and (max-width: 600px) {
      .product--active .product__copy {
        left: 100px; } }

.product__copy--large {
  top: 35%; }
  @media all and (max-width: 1100px) {
    .product__copy--large {
      top: 25%; } }
  @media all and (max-width: 600px) {
    .product__copy--large {
      top: 25%; } }

.product__detail {
  position: absolute;
  bottom: 10%;
  right: 110px;
  left: 120px;
  cursor: pointer;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media all and (max-width: 1100px) {
    .product__detail {
      left: 95px;
      bottom: 5%; } }
  @media all and (max-width: 600px) {
    .product__detail {
      left: 70px;
      right: 85px;
      bottom: -10%; } }
  .product--active .product__detail {
    left: 180px; }
    @media all and (max-width: 1100px) {
      .product--active .product__detail {
        left: 140px; } }
    @media all and (max-width: 600px) {
      .product--active .product__detail {
        left: 100px; } }
  .product__detail .detail_label {
    color: #888;
    margin-right: 5px; }
  .product__detail .detail_input {
    border: 2px solid #ddd;
    font-family: "Catamaran", "helvetica", "arial", "sans-serif";
    font-size: 16px;
    line-height: 26px;
    color: #888;
    width: 60%;
    border-radius: 0;
    outline: none;
    padding: 3px; }
    .product__detail .detail_input:focus {
      color: #888;
      border: 2px solid #ddd;
      border-radius: 0; }

.product__counter {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

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

.counter__number {
  display: block;
  width: 50px;
  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; }

/*  ==========================================================================
    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; }
