@charset "UTF-8";
/* RESPONSIVE */
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
::after,
::before {
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: row!important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: reverse!important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: reverse!important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap!important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap!important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -webkit-box-pack: start!important;
  -ms-flex-pack: start!important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end!important;
  -ms-flex-pack: end!important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute!important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start!important;
  -ms-flex-align: start!important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end!important;
  -ms-flex-align: end!important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline!important;
  -ms-flex-align: baseline!important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch!important;
  -ms-flex-align: stretch!important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start!important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end!important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center!important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify!important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute!important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch!important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto!important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start!important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end!important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center!important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline!important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch!important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center!important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center!important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center!important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center!important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center!important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center!important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center!important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center!important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.min.css.map */
/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
::after,
::before {
  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 {
  margin: 0;
  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;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-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;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
/*# sourceMappingURL=bootstrap-reboot.min.css.map */
.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: auto !important;
  max-width: inherit;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../_fonts/HelveticaNeue-BoldItalic.woff2') format('woff2'), url('../_fonts/HelveticaNeue-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../_fonts/HelveticaNeue-Bold.woff2') format('woff2'), url('../_fonts/HelveticaNeue-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../_fonts/HelveticaNeue.woff2') format('woff2'), url('../_fonts/HelveticaNeue.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../_fonts/HelveticaNeue-Italic.woff2') format('woff2'), url('../_fonts/HelveticaNeue-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}
@keyframes appearFromLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40%);
    -moz-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    transform: translateX(-40%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes appearFromRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40%);
    -moz-transform: translateX(40%);
    -ms-transform: translateX(40%);
    transform: translateX(40%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes appearFromBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40%);
    -moz-transform: translateY(40%);
    -ms-transform: translateY(40%);
    transform: translateY(40%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes appearFromTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
body {
  padding: 0;
  margin: 0;
  font-family: 'Helvetica Neue';
}
body .wow {
  visibility: hidden;
}
body ::-webkit-scrollbar {
  display: none;
}
body .right {
  text-align: right;
}
body .justify {
  text-align: justify;
}
body .center {
  text-align: center;
}
body #zone404 {
  display: flex;
  min-height: 80vh;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 26px;
  line-height: 28px;
  font-weight: bold;
}
body #zone404 a {
  display: inline-block;
  margin-top: 10px;
  border: solid 2px #FFF;
  color: #FFF;
  background: transparent;
  padding: 10px 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body #zone404 a:hover {
  background: #FFF;
  color: #000;
}
body .cta {
  color: white;
  display: inline-block;
  background: #BA1F19;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 3px;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  font-family: Roboto, sans-serif;
  line-height: 1;
  margin-top: 1em;
  max-width: 80vw;
}
body.page-template-default main {
  margin-top: 95px;
  margin-bottom: 95px;
}
body.page-template-default header #contact {
  top: inherit;
}
body.page-template-default header #contact p {
  display: none;
}
body .magnify .elementor-image a {
  position: relative;
  overflow: hidden;
}
body .magnify .elementor-image a:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: 1;
  display: none;
}
body .magnify .elementor-image a:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../_img/zoom-in.png) center center no-repeat;
  z-index: 10;
  display: none;
  position: absolute;
}
body .magnify .elementor-image a:hover:before,
body .magnify .elementor-image a:hover:after {
  display: block;
  animation: appearFromBottom 0.3s ease-out;
}
header#header {
  background: transparent;
  display: flex;
  align-items: center;
  z-index: 9999;
  position: fixed;
  width: 100vw;
}
header#header button {
  z-index: 5;
  background: rgba(255, 255, 255, 0.1) !important;
  padding: 20px !important;
}
header#header button .hamburger-box {
  width: 30px;
}
header#header button .hamburger-inner,
header#header button .hamburger-inner:before,
header#header button .hamburger-inner:after {
  width: 30px;
  height: 2px;
  background-color: white;
}
header#header img {
  z-index: 5;
  width: 115px;
  margin-left: 1em;
}
header#header #contact,
header#header #save {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  right: 2em;
  top: calc(100% - 2em);
  width: 131px;
  text-decoration: none;
  /*		span {
			color: white;
			background: @rouge;
			border-radius: 50%;
			width: 2.5em;
			height: 2.5em;
			padding: 10px;
			display: flex;
			align-items: center;
			justify-content: center;
		}*/
}
header#header #contact span#tooltip,
header#header #save span#tooltip {
  display: none;
  position: absolute;
  background: black;
  padding: 5px 10px;
  border-radius: 5px;
  bottom: -30px;
  color: white;
}
header#header #contact span#tooltip:before,
header#header #save span#tooltip:before {
  content: '';
  width: 10px;
  height: 10px;
  background: black;
  transform: rotate(45deg) translate(-50%, -50%);
  position: absolute;
  left: 47%;
  top: 2px;
}
header#header #contact img,
header#header #save img {
  width: 2.5em;
  height: 2.5em;
  margin: 0;
}
header#header #contact p,
header#header #save p {
  color: white;
  text-align: center;
  margin-top: 10px;
}
header#header #contact p:after,
header#header #save p:after {
  content: '';
  background: #BA1F19;
  height: 2px;
  width: 2em;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
header#header ul.menu {
  position: fixed;
  margin-left: 69px;
  border-left: 1px solid #BA1F19;
  top: 70px;
  list-style-type: none;
  padding-left: 15px;
  padding-top: 2em;
  display: none;
}
header#header ul.menu li {
  margin-bottom: 5px;
}
header#header ul.menu li a {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: normal;
  color: white;
  text-transform: uppercase;
  font-style: italic;
}
@media all and (max-width: 768px) {
  header#header #contact {
    top: inherit;
    right: 0;
  }
  header#header #contact p {
    display: none;
  }
}
#header-scrolled-bg {
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
body.page-template-default ul.menu {
  background: rgba(0, 0, 0, 0.5);
  padding-right: 50px;
  padding-bottom: 25px;
}
body.page-template-default #header-scrolled-bg {
  height: 100%;
}
header.scrolled #header-scrolled-bg {
  height: 100%;
}
header.scrolled ul.menu {
  background: rgba(0, 0, 0, 0.5);
  padding-right: 50px;
  padding-bottom: 25px;
}
header.scrolled #contact {
  top: inherit;
}
header.scrolled #contact p {
  display: none;
}
footer {
  background: transparent;
}
html,
body {
  overflow-x: hidden;
}
.tirets-rouges {
  position: relative;
  display: inline-block;
}
.tirets-rouges:before,
.tirets-rouges:after {
  content: '';
  background: #BA1F19;
  width: 0.5em;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: -1em;
}
.tirets-rouges:after {
  left: inherit;
  right: -1em;
}
.trait-rouge {
  padding-bottom: 100px;
}
.trait-rouge:after {
  content: '';
  background: #BA1F19;
  width: 2px;
  height: 115px;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 50;
  transform: translate(-50%, 50%);
}
@media all and (max-width: 480px) {
  .no-trait-responsive:after {
    content: none;
  }
}
.trait-rouge-gauche {
  padding-left: 15px;
}
.trait-rouge-gauche:before {
  content: '';
  background: #BA1F19;
  width: 2px;
  height: 400px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}
#hero {
  width: 100vw;
  height: 100vh;
  min-height:600px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
#hero #content-wrapper {
  z-index: 3;
  display: flex;
  flex-direction: column;
  height: 100%;
}
#hero #content {
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Helvetica Neue", sans-serif;
  color: white;
  text-align: center;
  flex: 1;
  margin-bottom:50px;
}
#hero #content img#logo {
  width: 150px;
  max-width:50vh;
  max-height:50vh;
}
@media all and (max-width: 480px) {
  #hero #content img#logo {
    height: 50px;
    margin-top:150px;
  }
}
#hero #content img#nom {
  width: 250px;
  margin-top: 2em;
}
@media all and (max-width: 480px) {
  #hero #content img#nom {
    width: 150px;
  }
}
#hero #content h1 {
  margin-top: 12px;
  font-weight: normal;
  font-size: 1.8em;
}
@media all and (max-width: 480px) {
  #hero #content h1 {
    font-size: 1.5em;
  }
}
#hero #content-foot {
  z-index: 3;
  font-family: "Helvetica Neue", sans-serif;
  color: white;
  text-align: center;
}
#hero #content-foot img#video-button {
  width: 50px;
  display: block;
  margin: auto;
}
#hero #content-foot p {
  font-weight: normal;
  font-size: 1.3em;
}
#overlay {
  background: black;
  opacity: 0.7;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
#hero-video {
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media all and (min-width: 480px) {
  body .elementor-main-swiper .elementor-swiper-button-prev {
    left: -60px;
  }
  body .elementor-main-swiper .elementor-swiper-button-next {
    right: -60px;
  }
}
.logo-container {
  position: fixed;
  bottom: 50px;
  right: 40px;
  z-index: 9999999;
}
@media (max-width: 600px) {
  .logo-container {
    display: none;
  }
}
.logo-container .additional-logos {
  width: 80px;
  display: flex;
  flex-direction: column;
  flex: 0;
  justify-content: center;
}
.logo-container .additional-logos > img {
  border-radius: 9999px;
  width: 100%;
  height: auto;
}
.logo-container .additional-logos > img:nth-child(1) {
  margin-bottom: 10px;
}
body #header .modale {
  position: fixed;
  background: #BA1F19;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50vw;
  transition: all 0.3s ease-out;
  z-index: 9999;
  transform: translateX(100%);
  padding: 100px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 768px) {
  body #header .modale {
    padding: 50px;
  }
}
body #header .modale .close {
  position: absolute;
  top: 30px;
  left: 30px;
  transition: opacity 0.3s ease-out;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  body #header .modale .close {
    top: 20px;
    left: 20px;
  }
}
body #header .modale .close:hover {
  opacity: 0.4;
}
body #header .modale .content {
  padding-left: 80px;
  padding-top: 80px;
  display: none;
}
@media screen and (max-width: 768px) {
  body #header .modale .content {
    padding-left: 0;
    padding-top: 20px;
  }
}
body #header .modale .content form ul {
  padding: 0;
  margin: 0;
}
body #header .modale .content form p,
body #header .modale .content form li {
  list-style: none;
  margin-bottom: 20px;
}
body #header .modale .content form p label,
body #header .modale .content form li label {
  display: block;
  color: white;
  letter-spacing: 0.02em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body #header .modale .content form p label,
  body #header .modale .content form li label {
    font-size: 18px;
  }
}
body #header .modale .content form p input[type="text"],
body #header .modale .content form li input[type="text"],
body #header .modale .content form p input[type="password"],
body #header .modale .content form li input[type="password"],
body #header .modale .content form p input[type="email"],
body #header .modale .content form li input[type="email"] {
  display: block;
  min-width: 250px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  outline: none;
  font-size: 22px;
  color: white;
  background: transparent;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  body #header .modale .content form p input[type="text"],
  body #header .modale .content form li input[type="text"],
  body #header .modale .content form p input[type="password"],
  body #header .modale .content form li input[type="password"],
  body #header .modale .content form p input[type="email"],
  body #header .modale .content form li input[type="email"] {
    font-size: 18px;
  }
}
body #header .modale .content form p input[type="submit"],
body #header .modale .content form li input[type="submit"] {
  border: solid 1px white;
  border-radius: 2em;
  padding: 0.5em 2em;
  background: transparent;
  outline: none;
  color: white;
  transition: all 0.3s ease;
  margin-top: 40px;
}
body #header .modale .content form p input[type="submit"]:hover,
body #header .modale .content form li input[type="submit"]:hover {
  background: white;
  color: #BA1F19;
}
body #header .modale .content form .login-remember label,
body #header .modale .content form .wppb-gdpr-checkbox label,
body #header .modale .content form .wppb-send-credentials-checkbox label {
  font-weight: normal;
  font-size: 0.8em;
}
body #header .modale .content form .login-remember label input,
body #header .modale .content form .wppb-gdpr-checkbox label input,
body #header .modale .content form .wppb-send-credentials-checkbox label input {
  margin-right: 10px;
}
body #header .modale h2 {
  font-weight: bold;
  font-size: 50px;
  color: white;
  line-height: 1;
  display: none;
}
@media screen and (max-width: 768px) {
  body #header .modale h2 {
    font-size: 30px;
    line-height: 1.3;
    margin-top: 20px;
  }
}
body #header .modale.active {
  transform: translateX(0%);
}
body #header .modale.active h2 {
  display: block;
  animation: appearFromRight 0.4s ease-out backwards;
  animation-delay: 0.3s;
}
body #header .modale.active .content {
  display: block;
  animation: appearFromRight 0.4s ease-out backwards;
  animation-delay: 0.4s;
}
@media screen and (max-width: 768px) {
  body #header .modale {
    width: 100vw;
  }
}
body #header .modale.grise {
  background: #8B8B8B;
}
body #header .modale img {
  width: auto;
}
body #header .modale#modale_modeles .content {
  padding-top: 30px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 18px;
  color: #FFF;
  font-weight: 500;
}
body #header .modale#modale_modeles .content .user_config {
  display: block;
  font-size: 22px;
  font-weight: normal;
  padding: 10px 0;
  color: #FFF;
  border-bottom: dashed 1px rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: all 0.4s ease;
}
body #header .modale#modale_modeles .content .user_config img {
  display: inline-block;
  height: 50px;
  width: auto;
}
body #header .modale#modale_modeles .content .user_config span {
  font-weight: bold;
  font-size: 1.1em;
}
body #header .modale#modale_modeles .content .user_config:hover {
  color: #000;
}
body #header #menu_config {
  position: absolute;
  right: 100px;
  top: 0;
  bottom: 0;
  height: 70px;
  line-height: 70px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  body #header #menu_config {
    padding: 0 15px 0 0;
  }
  body #header #menu_config #menu_connecte {
    display: flex;
    flex-direction: column;
  }
  body #header #menu_config #menu_connecte a {
    line-height: 34px;
  }
}
@media screen and (max-width: 440px) {
  body #header #menu_config {
    display:none;
  }
}
body #header #menu_config a {
  color: white;
  font-size: 14px;
  line-height: 40px;
  display: inline-block;
  padding: 0 20px;
  transition: all 0.4s ease;
  text-decoration: none;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 768px) {
  body #header #menu_config a {
    padding: 0 3px;
    font-size: 13px;
  }
}
body #header #menu_config a:hover {
  color: #BA1F19;
}
body #header #menu_config a i {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  body #header #menu_config a i {
    font-size: 16px;
  }
}
body #header #menu_config a.cart i {
  font-size: 20px;
}
body #header #menu_config a.cart span {
  width: 13px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #BA1F19;
  color: white;
  font-size: 9px;
  border-radius: 50%;
  position: absolute;
  bottom: 5px;
  right: 15px;
}
body.login {
  background-image: url(../_img/login.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
body.login #login h1 a {
  background: url(../_img/login-logo.png) center center no-repeat;
  background-size: contain;
  width: 90%;
  height: 80px;
  margin: 10px auto;
}
body.login form input[type="submit"] {
  background: #1E88E5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: none;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger--3dx .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dy .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.15s 0.4s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.1s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.1s;
}
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.15s 0.4s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.1s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.1s;
}
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.2s 0.25s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  -webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  -webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.2s 0.25s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  -webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  -webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
  transform: translate3d(0, -20px, 0) rotate(90deg);
}
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.15s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.32s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand .hamburger-inner {
  transition: background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: transparent;
  transition: background-color 0s 0.22s linear, -webkit-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear, -webkit-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: top 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: bottom 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r .hamburger-inner {
  transition: background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-color: transparent;
  transition: background-color 0s 0.22s linear, -webkit-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear, -webkit-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: top 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: bottom 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from,
  11.1%,
  to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
body #woocommerce .woocommerce-message,
body.woocommerce-page .woocommerce-message,
body #woocommerce .woocommerce-Message,
body.woocommerce-page .woocommerce-Message,
body #woocommerce .woocommerce-info,
body.woocommerce-page .woocommerce-info {
  background: #f5f5f5 !important;
  color: #000 !important;
  border: none !important;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 10px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
body #woocommerce .woocommerce-message a,
body.woocommerce-page .woocommerce-message a,
body #woocommerce .woocommerce-Message a,
body.woocommerce-page .woocommerce-Message a,
body #woocommerce .woocommerce-info a,
body.woocommerce-page .woocommerce-info a {
  color: #FFF;
  display: inline-block;
  padding: 0.4em 2em;
  background: #BA1F19;
  border-radius: 2em;
  border: none;
  position: relative;
  z-index: 1;
}
body #woocommerce .woocommerce-message a.button:after,
body.woocommerce-page .woocommerce-message a.button:after,
body #woocommerce .woocommerce-Message a.button:after,
body.woocommerce-page .woocommerce-Message a.button:after,
body #woocommerce .woocommerce-info a.button:after,
body.woocommerce-page .woocommerce-info a.button:after {
  display: none;
}
body #woocommerce .woocommerce-message:before,
body.woocommerce-page .woocommerce-message:before,
body #woocommerce .woocommerce-Message:before,
body.woocommerce-page .woocommerce-Message:before,
body #woocommerce .woocommerce-info:before,
body.woocommerce-page .woocommerce-info:before {
  color: #000 !important;
  top: 50%;
  transform: translateY(-50%);
}
body #woocommerce .woocommerce-message:after,
body.woocommerce-page .woocommerce-message:after,
body #woocommerce .woocommerce-Message:after,
body.woocommerce-page .woocommerce-Message:after,
body #woocommerce .woocommerce-info:after,
body.woocommerce-page .woocommerce-info:after {
  content: none;
  display: none;
}
body #woocommerce .woocommerce-error,
body.woocommerce-page .woocommerce-error {
  border: none;
  background: #b81c23;
  color: white;
  margin-top: 1em;
  font-weight: 500;
}
body #woocommerce .woocommerce-MyAccount-navigation,
body.woocommerce-page .woocommerce-MyAccount-navigation {
  display: none;
}
body #woocommerce .woocommerce,
body.woocommerce-page .woocommerce {
  padding: 0;
}
body #woocommerce .woocommerce .woocommerce-Button,
body.woocommerce-page .woocommerce .woocommerce-Button,
body #woocommerce .woocommerce .button,
body.woocommerce-page .woocommerce .button {
  background: #BA1F19 !important;
  color: #FFF !important;
  border: none !important;
  border-radius: 0px !important;
  text-transform: none !important;
  padding: 0.7em 2em !important;
  font-size: 0.9em !important;
  font-weight: bold !important;
  border-radius: 2em !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none !important;
}
body #woocommerce .woocommerce .woocommerce-Button:hover,
body.woocommerce-page .woocommerce .woocommerce-Button:hover,
body #woocommerce .woocommerce .button:hover,
body.woocommerce-page .woocommerce .button:hover {
  background: #BA1F19 !important;
  color: #FFF !important;
}
body #woocommerce .woocommerce .woocommerce-Button.invoice,
body.woocommerce-page .woocommerce .woocommerce-Button.invoice,
body #woocommerce .woocommerce .button.invoice,
body.woocommerce-page .woocommerce .button.invoice {
  background: none !important;
  color: #BA1F19 !important;
}
body #woocommerce .woocommerce .woocommerce-Button.invoice:hover,
body.woocommerce-page .woocommerce .woocommerce-Button.invoice:hover,
body #woocommerce .woocommerce .button.invoice:hover,
body.woocommerce-page .woocommerce .button.invoice:hover {
  background: none !important;
}
body #woocommerce .woocommerce .woocommerce-Button[name="apply_coupon"],
body.woocommerce-page .woocommerce .woocommerce-Button[name="apply_coupon"],
body #woocommerce .woocommerce .button[name="apply_coupon"],
body.woocommerce-page .woocommerce .button[name="apply_coupon"] {
  background: none !important;
  color: #BA1F19 !important;
  margin-top: 3px;
  padding: 0.7em !important;
}
body #woocommerce .woocommerce .woocommerce-Button[name="apply_coupon"]:hover,
body.woocommerce-page .woocommerce .woocommerce-Button[name="apply_coupon"]:hover,
body #woocommerce .woocommerce .button[name="apply_coupon"]:hover,
body.woocommerce-page .woocommerce .button[name="apply_coupon"]:hover {
  background: none !important;
  color: #000 !important;
}
body #woocommerce .woocommerce label,
body.woocommerce-page .woocommerce label {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #000;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 0;
  margin-top: 1em;
}
body #woocommerce .woocommerce input[type="text"],
body.woocommerce-page .woocommerce input[type="text"],
body #woocommerce .woocommerce input[type="email"],
body.woocommerce-page .woocommerce input[type="email"],
body #woocommerce .woocommerce input[type="tel"],
body.woocommerce-page .woocommerce input[type="tel"],
body #woocommerce .woocommerce input[type="password"],
body.woocommerce-page .woocommerce input[type="password"],
body #woocommerce .woocommerce textarea,
body.woocommerce-page .woocommerce textarea,
body #woocommerce .woocommerce select,
body.woocommerce-page .woocommerce select,
body #woocommerce .woocommerce .select2-selection,
body.woocommerce-page .woocommerce .select2-selection {
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  border: solid 1px #e6e6e6;
  background: #FFF;
  color: #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  outline: none;
  font-size: 0.8em;
  font-weight: 500;
}
body #woocommerce .woocommerce input[type="text"]::-webkit-input-placeholder,
body.woocommerce-page .woocommerce input[type="text"]::-webkit-input-placeholder,
body #woocommerce .woocommerce input[type="email"]::-webkit-input-placeholder,
body.woocommerce-page .woocommerce input[type="email"]::-webkit-input-placeholder,
body #woocommerce .woocommerce input[type="tel"]::-webkit-input-placeholder,
body.woocommerce-page .woocommerce input[type="tel"]::-webkit-input-placeholder,
body #woocommerce .woocommerce input[type="password"]::-webkit-input-placeholder,
body.woocommerce-page .woocommerce input[type="password"]::-webkit-input-placeholder,
body #woocommerce .woocommerce textarea::-webkit-input-placeholder,
body.woocommerce-page .woocommerce textarea::-webkit-input-placeholder,
body #woocommerce .woocommerce select::-webkit-input-placeholder,
body.woocommerce-page .woocommerce select::-webkit-input-placeholder,
body #woocommerce .woocommerce .select2-selection::-webkit-input-placeholder,
body.woocommerce-page .woocommerce .select2-selection::-webkit-input-placeholder {
  color: #545454;
  font-style: "500";
  opacity: 1;
  font-size: 1em;
}
body #woocommerce .woocommerce input[type="text"]::-moz-placeholder,
body.woocommerce-page .woocommerce input[type="text"]::-moz-placeholder,
body #woocommerce .woocommerce input[type="email"]::-moz-placeholder,
body.woocommerce-page .woocommerce input[type="email"]::-moz-placeholder,
body #woocommerce .woocommerce input[type="tel"]::-moz-placeholder,
body.woocommerce-page .woocommerce input[type="tel"]::-moz-placeholder,
body #woocommerce .woocommerce input[type="password"]::-moz-placeholder,
body.woocommerce-page .woocommerce input[type="password"]::-moz-placeholder,
body #woocommerce .woocommerce textarea::-moz-placeholder,
body.woocommerce-page .woocommerce textarea::-moz-placeholder,
body #woocommerce .woocommerce select::-moz-placeholder,
body.woocommerce-page .woocommerce select::-moz-placeholder,
body #woocommerce .woocommerce .select2-selection::-moz-placeholder,
body.woocommerce-page .woocommerce .select2-selection::-moz-placeholder {
  color: #545454;
  font-style: "500";
  opacity: 1;
  font-size: 1em;
}
body #woocommerce .woocommerce input[type="text"]:-ms-input-placeholder,
body.woocommerce-page .woocommerce input[type="text"]:-ms-input-placeholder,
body #woocommerce .woocommerce input[type="email"]:-ms-input-placeholder,
body.woocommerce-page .woocommerce input[type="email"]:-ms-input-placeholder,
body #woocommerce .woocommerce input[type="tel"]:-ms-input-placeholder,
body.woocommerce-page .woocommerce input[type="tel"]:-ms-input-placeholder,
body #woocommerce .woocommerce input[type="password"]:-ms-input-placeholder,
body.woocommerce-page .woocommerce input[type="password"]:-ms-input-placeholder,
body #woocommerce .woocommerce textarea:-ms-input-placeholder,
body.woocommerce-page .woocommerce textarea:-ms-input-placeholder,
body #woocommerce .woocommerce select:-ms-input-placeholder,
body.woocommerce-page .woocommerce select:-ms-input-placeholder,
body #woocommerce .woocommerce .select2-selection:-ms-input-placeholder,
body.woocommerce-page .woocommerce .select2-selection:-ms-input-placeholder {
  color: #545454;
  font-style: "500";
  opacity: 1;
  font-size: 1em;
}
body #woocommerce .woocommerce input[type="text"] input:-moz-placeholder,
body.woocommerce-page .woocommerce input[type="text"] input:-moz-placeholder,
body #woocommerce .woocommerce input[type="email"] input:-moz-placeholder,
body.woocommerce-page .woocommerce input[type="email"] input:-moz-placeholder,
body #woocommerce .woocommerce input[type="tel"] input:-moz-placeholder,
body.woocommerce-page .woocommerce input[type="tel"] input:-moz-placeholder,
body #woocommerce .woocommerce input[type="password"] input:-moz-placeholder,
body.woocommerce-page .woocommerce input[type="password"] input:-moz-placeholder,
body #woocommerce .woocommerce textarea input:-moz-placeholder,
body.woocommerce-page .woocommerce textarea input:-moz-placeholder,
body #woocommerce .woocommerce select input:-moz-placeholder,
body.woocommerce-page .woocommerce select input:-moz-placeholder,
body #woocommerce .woocommerce .select2-selection input:-moz-placeholder,
body.woocommerce-page .woocommerce .select2-selection input:-moz-placeholder {
  color: #545454;
  font-style: "500";
  opacity: 1;
  font-size: 1em;
}
body #woocommerce .woocommerce h2,
body.woocommerce-page .woocommerce h2,
body #woocommerce .woocommerce h3,
body.woocommerce-page .woocommerce h3,
body #woocommerce .woocommerce fieldset legend,
body.woocommerce-page .woocommerce fieldset legend {
  font-size: 1.6em;
  color: #000;
  background: transparent;
  display: inline-block;
  font-weight: bold;
}
body #woocommerce .woocommerce h3,
body.woocommerce-page .woocommerce h3 {
  font-size: 1.3em;
}
body #woocommerce .woocommerce input[type="submit"],
body.woocommerce-page .woocommerce input[type="submit"] {
  margin-top: 1em;
}
body #woocommerce .woocommerce #customer_login h2,
body.woocommerce-page .woocommerce #customer_login h2 {
  margin-top: 0;
  padding-top: 0;
}
body #woocommerce .woocommerce-MyAccount-content,
body.woocommerce-page .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
}
body #woocommerce .woocommerce-MyAccount-content a,
body.woocommerce-page .woocommerce-MyAccount-content a {
  color: #000;
  font-weight: 500;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form {
  padding-top: 4em;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cross-sells {
  display: none;
}
body.woocommerce-cart .woocommerce .cart_totals {
  margin-bottom: 4em;
  text-align: right;
}
body.woocommerce-cart .woocommerce .cart_totals h2 {
  color: #000;
  display: inline-block;
  font-weight: bold;
  margin-top: 2em;
  text-transform: none;
  font-size: 24px;
  padding: 0;
  letter-spacing: 0;
}
body.woocommerce-cart .woocommerce .cart_totals table.shop_table td,
body.woocommerce-cart .woocommerce .cart_totals table.shop_table th {
  border-top: none;
  font-size: 0.8em;
}
body.woocommerce-cart .woocommerce .cart_totals table.shop_table tr {
  border-bottom: solid 1px #000;
}
body.woocommerce-cart .woocommerce .cart_totals table.shop_table tr:last-child {
  border-bottom: 0;
  font-size: 1.5em;
}
body.woocommerce-cart .woocommerce .cart_totals table.shop_table tr small {
  display: block;
  text-align: right;
  font-size: 12px;
}
body.woocommerce-cart .woocommerce .cart_totals table.shop_table tr.order-total th,
body.woocommerce-cart .woocommerce .cart_totals table.shop_table tr.order-total td {
  border-top: solid 1px #f0f0f0;
}
body.woocommerce-cart .woocommerce .cart_totals .wc-proceed-to-checkout {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0;
}
body.woocommerce-cart .woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button {
  display: inline-block !important;
  background: #BA1F19 !important;
  color: #FFF !important;
  text-transform: uppercase !important;
  padding: 0.7em 2em !important;
  font-weight: normal !important;
  font-size: 1em !important;
  border-radius: 2em !important;
  transition: all 0.3s ease-out !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
}
body.woocommerce-cart .woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button:hover {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5) !important;
}
body.woocommerce-cart .woocommerce table.shop_table {
  border: solid 1px #e6e6e6;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
body.woocommerce-cart .woocommerce table.shop_table thead th {
  font-size: 0.8em;
  text-transform: none;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: right;
}
body.woocommerce-cart .woocommerce table.shop_table td {
  border-top: solid 1px #e6e6e6;
  font-size: 0.9em;
  text-align: right;
  padding: 10px;
}
body.woocommerce-cart .woocommerce table.shop_table td a {
  color: #000;
}
body.woocommerce-cart .woocommerce table.shop_table td a.remove {
  color: #000 !important;
}
body.woocommerce-cart .woocommerce table.shop_table td a.remove:hover {
  background: #FFF;
}
body.woocommerce-cart .woocommerce table.shop_table td.product-name a {
  color: #BA1F19;
}
body.woocommerce-cart .woocommerce table.shop_table td.product-name .variation dt {
  display: none;
}
body.woocommerce-cart .woocommerce table.shop_table td.product-name .variation dd {
  font-size: 0.8em;
  font-style: italic;
  color: #8B8B8B;
}
body.woocommerce-cart .woocommerce table.shop_table td.product-name .variation dd strong {
  color: #000;
  font-style: normal;
  font-weight: bold;
}
body.woocommerce-cart .woocommerce table.shop_table td input[type="text"],
body.woocommerce-cart .woocommerce table.shop_table td input[type="number"] {
  border: solid 1px #e6e6e6;
  height: 35px;
  line-height: 35px;
}
body.woocommerce-cart .woocommerce table.shop_table td input[type="text"]#coupon_code,
body.woocommerce-cart .woocommerce table.shop_table td input[type="number"]#coupon_code {
  width: 140px;
  max-width: 50%;
}
body.woocommerce-cart .woocommerce table.shop_table td input[type="submit"] {
  margin-top: 0;
}
body.woocommerce-cart .woocommerce .woocommerce-message:first-child {
  margin-top: 4em;
}
body.woocommerce-cart .woocommerce .cart-empty {
  margin-top: 4em;
}
body.woocommerce-cart .woocommerce .return-to-shop {
  margin-bottom: 4em;
}
body.woocommerce-cart .woocommerce .coupon {
  display: block!important;
}
body.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle {
  display: none;
}
body.woocommerce-checkout .woocommerce .woocommerce-info {
  margin-bottom: 0;
  font-size: 1em;
}
body.woocommerce-checkout .woocommerce .woocommerce-info a {
  position: relative;
  z-index: 1;
}
body.woocommerce-checkout .woocommerce .woocommerce-form-login {
  border: none;
  background: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  max-width: 50%;
  min-width: 280px;
  margin: 0 auto 30px 0;
}
body.woocommerce-checkout .woocommerce .woocommerce-form-login .lost_password a {
  color: #4d4d4d;
}
body.woocommerce-checkout .woocommerce .woocommerce-form-login .lost_password a:hover {
  color: #BA1F19;
}
body.woocommerce-checkout .woocommerce .woocommerce-form-login .lost_password a:before {
  display: none;
}
body.woocommerce-checkout .woocommerce .checkout_coupon {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  margin-top: 0;
  background: #f7f7f7;
  color: #000;
  border: none;
  border-top: none;
  margin-top: -2px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  align-items: center;
}
body.woocommerce-checkout .woocommerce .checkout_coupon p {
  flex: 0 0 auto;
  width: auto;
}
body.woocommerce-checkout .woocommerce .checkout_coupon input[type="text"] {
  height: 35px;
  background: #FFF;
  border: solid 1px #e6e6e6;
  line-height: 35px;
  padding: 0 10px;
  font-size: 0.8em;
  color: #000;
}
body.woocommerce-checkout .woocommerce .checkout_coupon input[type="text"]::-webkit-input-placeholder {
  color: #000;
  font-style: "normal";
  opacity: 1;
  font-size: 1em;
}
body.woocommerce-checkout .woocommerce .checkout_coupon input[type="text"]::-moz-placeholder {
  color: #000;
  font-style: "normal";
  opacity: 1;
  font-size: 1em;
}
body.woocommerce-checkout .woocommerce .checkout_coupon input[type="text"]:-ms-input-placeholder {
  color: #000;
  font-style: "normal";
  opacity: 1;
  font-size: 1em;
}
body.woocommerce-checkout .woocommerce .checkout_coupon input[type="text"] input:-moz-placeholder {
  color: #000;
  font-style: "normal";
  opacity: 1;
  font-size: 1em;
}
body.woocommerce-checkout .woocommerce .checkout_coupon input[type="submit"] {
  margin-top: 0;
}
body.woocommerce-checkout .woocommerce form.checkout {
  clear: both;
}
body.woocommerce-checkout .woocommerce form.checkout h3 {
  font-size: 1.2em;
  color: #000;
  display: inline-block;
  font-weight: bold;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1em;
  padding: 10px 0;
  margin-top: 2em;
}
body.woocommerce-checkout .woocommerce form.checkout #customer_details {
  width: 60%;
  float: left;
  padding-right: 40px;
  padding-bottom: 6em;
}
@media screen and (max-width: 1100px) {
  body.woocommerce-checkout .woocommerce form.checkout #customer_details {
    width: 100%;
    float: none;
    padding-right: 10px;
    padding-bottom: 3em;
  }
}
body.woocommerce-checkout .woocommerce form.checkout #customer_details .col-1,
body.woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  float: none;
  padding: 0;
}
body.woocommerce-checkout .woocommerce form.checkout #customer_details .form-row {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: flex-start;
  width: 100% !important;
}
body.woocommerce-checkout .woocommerce form.checkout #customer_details .form-row label {
  flex: 1;
}
body.woocommerce-checkout .woocommerce form.checkout #customer_details .form-row span,
body.woocommerce-checkout .woocommerce form.checkout #customer_details .form-row input,
body.woocommerce-checkout .woocommerce form.checkout #customer_details .form-row select {
  flex: 4;
}
body.woocommerce-checkout .woocommerce form.checkout #customer_details .form-row .select2-container {
  display: none;
}
body.woocommerce-checkout .woocommerce form.checkout #customer_details label {
  text-transform: none;
  font-size: 0.8em;
  color: #4d4d4d;
  font-weight: normal;
  margin-bottom: 0;
  text-align: right;
  line-height: 1.3;
  padding: 0 10px 0;
  margin: 0;
}
body.woocommerce-checkout .woocommerce form.checkout #customer_details input[type="text"],
body.woocommerce-checkout .woocommerce form.checkout #customer_details input[type="email"],
body.woocommerce-checkout .woocommerce form.checkout #customer_details input[type="tel"],
body.woocommerce-checkout .woocommerce form.checkout #customer_details textarea,
body.woocommerce-checkout .woocommerce form.checkout #customer_details select {
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  border: solid 1px #e6e6e6;
  background: #FFF;
  color: #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  outline: none;
  font-size: 0.8em;
  font-weight: 500;
}
body.woocommerce-checkout .woocommerce form.checkout #customer_details input[type="text"]::-webkit-input-placeholder,
body.woocommerce-checkout .woocommerce form.checkout #customer_details input[type="email"]::-webkit-input-placeholder,
body.woocommerce-checkout .woocommerce form.checkout #customer_details input[type="tel"]::-webkit-input-placeholder,
body.woocommerce-checkout .woocommerce form.checkout #customer_details textarea::-webkit-input-placeholder,
body.woocommerce-checkout .woocommerce form.checkout #customer_details select::-webkit-input-placeholder {
  color: #545454;
  font-style: "500";
  opacity: 1;
  font-size: 1em;
}
body.woocommerce-checkout .woocommerce form.checkout #customer_details input[type="text"]::-moz-placeholder,
body.woocommerce-checkout .woocommerce form.checkout #customer_details input[type="email"]::-moz-placeholder,
body.woocommerce-checkout .woocommerce form.checkout #customer_details input[type="tel"]::-moz-placeholder,
body.woocommerce-checkout .woocommerce form.checkout #customer_details textarea::-moz-placeholder,
body.woocommerce-checkout .woocommerce form.checkout #customer_details select::-moz-placeholder {
  color: #545454;
  font-style: "500";
  opacity: 1;
  font-size: 1em;
}
body.woocommerce-checkout .woocommerce form.checkout #customer_details input[type="text"]:-ms-input-placeholder,
body.woocommerce-checkout .woocommerce form.checkout #customer_details input[type="email"]:-ms-input-placeholder,
body.woocommerce-checkout .woocommerce form.checkout #customer_details input[type="tel"]:-ms-input-placeholder,
body.woocommerce-checkout .woocommerce form.checkout #customer_details textarea:-ms-input-placeholder,
body.woocommerce-checkout .woocommerce form.checkout #customer_details select:-ms-input-placeholder {
  color: #545454;
  font-style: "500";
  opacity: 1;
  font-size: 1em;
}
body.woocommerce-checkout .woocommerce form.checkout #customer_details input[type="text"] input:-moz-placeholder,
body.woocommerce-checkout .woocommerce form.checkout #customer_details input[type="email"] input:-moz-placeholder,
body.woocommerce-checkout .woocommerce form.checkout #customer_details input[type="tel"] input:-moz-placeholder,
body.woocommerce-checkout .woocommerce form.checkout #customer_details textarea input:-moz-placeholder,
body.woocommerce-checkout .woocommerce form.checkout #customer_details select input:-moz-placeholder {
  color: #545454;
  font-style: "500";
  opacity: 1;
  font-size: 1em;
}
body.woocommerce-checkout .woocommerce form.checkout #customer_details select {
  appearance: none;
  -webkit-appearance: none;
}
body.woocommerce-checkout .woocommerce form.checkout #customer_details #billing_company_field {
  display: none;
}
body.woocommerce-checkout .woocommerce form.checkout #customer_details #billing_first_name_field,
body.woocommerce-checkout .woocommerce form.checkout #customer_details #billing_last_name_field {
  width: 100%;
  margin-right: 0;
}
body.woocommerce-checkout .woocommerce form.checkout #customer_details #billing_postcode_field {
  width: 100%;
  clear: none;
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  body.woocommerce-checkout .woocommerce form.checkout #customer_details #billing_postcode_field {
    width: 100%;
    float: none;
  }
}
body.woocommerce-checkout .woocommerce form.checkout #customer_details #billing_postcode_field,
body.woocommerce-checkout .woocommerce form.checkout #customer_details #shipping_country_field {
  clear: none;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  body.woocommerce-checkout .woocommerce form.checkout #customer_details #billing_postcode_field,
  body.woocommerce-checkout .woocommerce form.checkout #customer_details #shipping_country_field {
    width: 100%;
    float: none;
  }
}
body.woocommerce-checkout .woocommerce form.checkout #customer_details #billing_phone_field {
  width: 100%;
  clear: none;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  body.woocommerce-checkout .woocommerce form.checkout #customer_details #billing_phone_field {
    width: 100%;
    float: none;
  }
}
body.woocommerce-checkout .woocommerce form.checkout #customer_details #billing_country_field span.select2-container {
  flex: 4;
  display: block !important;
  margin-left: -5px;
}
body.woocommerce-checkout .woocommerce form.checkout #customer_details #billing_email_field {
  width: 100%;
  clear: none;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  body.woocommerce-checkout .woocommerce form.checkout #customer_details #billing_email_field {
    width: 100%;
    float: none;
  }
}
body.woocommerce-checkout .woocommerce form.checkout #customer_details #billing_city_field {
  width: 100%;
  clear: none;
}
@media screen and (max-width: 768px) {
  body.woocommerce-checkout .woocommerce form.checkout #customer_details #billing_city_field {
    width: 100%;
    float: none;
  }
}
body.woocommerce-checkout .woocommerce form.checkout #customer_details #billing_address_2_field,
body.woocommerce-checkout .woocommerce form.checkout #customer_details #shipping_address_2 {
  display: none !important;
}
body.woocommerce-checkout .woocommerce form.checkout #customer_details textarea {
  height: 100px;
  line-height: 1.3;
  padding: 10px;
}
body.woocommerce-checkout .woocommerce form.checkout #order_review {
  width: 40%;
  float: left;
  padding-bottom: 4em;
}
@media screen and (max-width: 1100px) {
  body.woocommerce-checkout .woocommerce form.checkout #order_review {
    width: 100%;
    float: none;
  }
}
body.woocommerce-checkout .woocommerce form.checkout #order_review table {
  border: none;
  margin-top: 0px;
  background: #f5f5f5;
  padding: 10px;
}
body.woocommerce-checkout .woocommerce form.checkout #order_review table td,
body.woocommerce-checkout .woocommerce form.checkout #order_review table th {
  border: none;
  text-align: right;
  font-size: 11px;
  font-weight: 500;
}
body.woocommerce-checkout .woocommerce form.checkout #order_review table td .variation dt,
body.woocommerce-checkout .woocommerce form.checkout #order_review table th .variation dt {
  display: none;
}
body.woocommerce-checkout .woocommerce form.checkout #order_review table td .variation dd,
body.woocommerce-checkout .woocommerce form.checkout #order_review table th .variation dd {
  font-size: 0.8em;
  color: #8B8B8B;
  font-style: italic;
}
body.woocommerce-checkout .woocommerce form.checkout #order_review table td.product-total,
body.woocommerce-checkout .woocommerce form.checkout #order_review table th.product-total {
  font-weight: bold;
  color: #000;
}
body.woocommerce-checkout .woocommerce form.checkout #order_review table th {
  width: 75%;
}
body.woocommerce-checkout .woocommerce form.checkout #order_review table td {
  width: 25%;
}
body.woocommerce-checkout .woocommerce form.checkout #order_review table tr.order-total {
  font-size: 1.2em;
  vertical-align: top;
}
body.woocommerce-checkout .woocommerce form.checkout #order_review table tr.order-total td,
body.woocommerce-checkout .woocommerce form.checkout #order_review table tr.order-total th {
  font-size: 16px;
  font-weight: bold;
  border-top: solid 1px #e6e6e6;
}
body.woocommerce-checkout .woocommerce form.checkout #order_review table tr.order-total small {
  display: block;
  text-align: right;
  font-size: 12px;
}
body.woocommerce-checkout .woocommerce form.checkout #order_review #payment {
  background: #f5f5f5;
  padding: 10px;
}
body.woocommerce-checkout .woocommerce form.checkout #order_review #payment li {
  text-transform: uppercase;
  color: #000;
  font-size: 0.8em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
body.woocommerce-checkout .woocommerce form.checkout #order_review #payment li .payment_box {
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0;
  color: #000;
  background: transparent;
}
body.woocommerce-checkout .woocommerce form.checkout #order_review #payment li .payment_box:before {
  display: none;
}
body.woocommerce-checkout .woocommerce form.checkout #order_review #payment .payment_methods {
  border: none;
}
body.woocommerce-checkout .woocommerce form.checkout #order_review #payment .wc-terms-and-conditions {
  border-top: solid 1px rgba(0, 0, 0, 0.08);
  float: none;
  padding-top: 10px;
}
body.woocommerce-checkout .woocommerce form.checkout #order_review #payment .wc-terms-and-conditions label span {
  display: inline-block;
  font-size: 10px;
  font-weight: normal;
  text-transform: none;
  padding: 0 0 15px 0;
}
body.woocommerce-checkout .woocommerce form.checkout #order_review #payment .wc-terms-and-conditions label span a {
  font-weight: 500;
  color: inherit;
}
body.woocommerce-checkout .woocommerce form.checkout #order_review #payment #wc-stripe-cc-form .form-row {
  padding: 0;
  margin: 0;
}
body.woocommerce-checkout .woocommerce form.checkout #order_review #payment #wc-stripe-cc-form .form-row label {
  text-transform: none;
}
body.woocommerce-checkout .woocommerce form.checkout #order_review #payment #wc-stripe-cc-form .woocommerce-SavedPaymentMethods-saveNew label {
  font-weight: normal;
}
body.woocommerce-checkout .woocommerce form.checkout #order_review #payment .place-order {
  background: white;
  padding: 30px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -10px;
  display: flex;
  flex-direction: column;
}
body.woocommerce-checkout .woocommerce form.checkout #order_review #payment .place-order a {
  color: #BA1F19;
}
body.woocommerce-checkout .woocommerce form.checkout #order_review #payment .place-order .woocommerce-terms-and-conditions-wrapper {
  font-size: 12px;
  color: #8B8B8B;
}
body.woocommerce-checkout .woocommerce form.checkout #order_review #payment .place-order .woocommerce-terms-and-conditions-checkbox-text {
  font-weight: normal;
  text-transform: none;
  font-size: 1.1em;
  color: #8B8B8B;
}
body.woocommerce-checkout .woocommerce form.checkout #order_review #payment .place-order #place_order {
  display: inline-block;
  float: none;
  background: #BA1F19 !important;
  color: #FFF !important;
  border: none !important;
  padding: 0.8em 2em !important;
  align-self: center;
  margin-top: 20px;
}
body.woocommerce-checkout .woocommerce form.checkout #order_review .tva-ae {
  text-align: right;
  font-size: 10px;
}
body.woocommerce-checkout .woocommerce .lost_password a {
  display: inline-block;
  color: #000;
  font-size: 0.8em;
  font-weight: bold;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  margin-top: 10px;
  margin-left: 2px;
}
body.woocommerce-checkout .woocommerce .lost_password a:before {
  content: "";
  left: 0;
  right: 0;
  bottom: -3px;
  height: 10px;
  background: #d0231c;
  position: absolute;
  z-index: -1;
}
body.woocommerce-checkout .woocommerce form#order_review {
  margin-top: 2em;
}
body.woocommerce-checkout .woocommerce form#order_review #payment #place_order {
  background: #000 !important;
  color: #FFF !important;
}
body.woocommerce-checkout .woocommerce form#order_review #payment #place_order:hover {
  background: #d0231c !important;
  color: #000 !important;
}
body.woocommerce-checkout .woocommerce form#order_review .payment_methods {
  border: none;
}
body.woocommerce-checkout .woocommerce form#order_review .payment_methods .payment_box {
  background: transparent;
}
body.woocommerce-checkout .woocommerce form#order_review .payment_methods .payment_box:before {
  display: none;
}
body.woocommerce-checkout .woocommerce form#order_review .tva-ae {
  text-align: right;
}
body.woocommerce-account .woocommerce mark {
  background: none;
  font-weight: bold;
  color: #BA1F19;
}
body.woocommerce-account .woocommerce h2 {
  padding: 0;
  letter-spacing: 0;
}
body.woocommerce-account .woocommerce .col-1,
body.woocommerce-account .woocommerce .col-2 {
  max-width: 100%;
  flex: 1;
}
body.woocommerce-account .woocommerce .woocommerce-Addresses {
  margin: 40px -15px;
}
body.woocommerce-account .woocommerce .woocommerce-Addresses .woocommerce-Address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.woocommerce-account .woocommerce .woocommerce-Addresses .woocommerce-Address-title:before,
body.woocommerce-account .woocommerce .woocommerce-Addresses .woocommerce-Address-title:after {
  display: none;
}
body.woocommerce-account .woocommerce .woocommerce-Addresses .woocommerce-Address-title h3 {
  margin-bottom: 0;
}
body.woocommerce-account .woocommerce .woocommerce-Addresses .woocommerce-Address-title a {
  color: #BA1F19;
  font-size: 0.8em;
}
body.woocommerce-checkout .woocommerce .woocommerce-order p.woocommerce-notice {
  font-weight: bold;
  display: inline-block;
  z-index: 1;
  font-size: 1.2em;
  position: relative;
}
body.woocommerce-checkout .woocommerce .woocommerce-order ul.order_details {
  padding-left: 0;
}
body.woocommerce-checkout .woocommerce .woocommerce-order ul.order_details li strong {
  color: #BA1F19;
  font-size: 1.6em;
  font-weight: 300;
}
body.woocommerce-checkout .woocommerce .woocommerce-order address {
  padding: 10px 15px;
  font-size: 0.9em;
  font-weight: 500;
}
body.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-table--order-details,
body.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-table--customer-details {
  width: auto;
  border: none;
  font-size: 0.9em;
  padding: 10px 15px 10px 0;
}
body.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-table--order-details th,
body.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-table--customer-details th {
  font-weight: 400;
  border: none;
  font-size: 0.8em;
  text-transform: uppercase;
  padding: 3px 20px 3px 0;
}
body.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-table--order-details td,
body.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-table--customer-details td {
  font-weight: normal;
  border: none;
  padding: 0;
  padding: 3px 20px 3px 0;
}
body.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-table--order-details td a,
body.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-table--customer-details td a {
  font-weight: inherit;
  position: relative;
  z-index: 1;
  color: #4d4d4d;
}
body.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-table--order-details tfoot,
body.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-table--customer-details tfoot {
  padding-top: 30px;
  font-size: 1.3em;
  font-weight: 300;
  color: #000;
}
body.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-table--order-details tfoot tr:first-child th,
body.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-table--customer-details tfoot tr:first-child th,
body.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-table--order-details tfoot tr:first-child td,
body.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-table--customer-details tfoot tr:first-child td {
  padding-top: 30px;
}
body.woocommerce-checkout .woocommerce .woocommerce-order p.order-again {
  display: none;
}
body.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details h2 {
  font-weight: bold;
  display: inline-block;
  z-index: 1;
  font-size: 1.2em;
  position: relative;
  color: #4d4d4d;
  text-transform: none;
  letter-spacing: 0;
  padding-left: 0;
}
body.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-customer-details {
  margin-left: -10px;
}
body.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-customer-details h2 {
  font-weight: bold;
  display: inline-block;
  z-index: 1;
  font-size: 1.2em;
  position: relative;
  color: #4d4d4d;
  text-transform: none;
  letter-spacing: 0;
  padding-left: 0;
}
body.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-customer-details .col-1,
body.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-customer-details .col-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
body.woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-customer-details address {
  border: none;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.5;
}
body #TB_window {
  background: #000;
  color: #FFF;
  font-size: 0.9em;
  font-weight: 500;
  border: solid 2px #FFF;
}
body #TB_window h3 {
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 2em;
  color: #FFF !important;
}
body #TB_window input[type="button"] {
  background: #d0231c;
  border: none;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  outline: none;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  padding: 8px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body #TB_window input[type="button"]:hover {
  -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}
body #TB_window table tr td {
  padding-bottom: 20px;
}
body #TB_window table .row_head {
  padding-right: 10px;
  font-weight: bold;
  line-height: 1.2;
}
body #TB_window table input[type="number"],
body #TB_window table textarea {
  background: transparent;
  color: #FFF;
  border: solid 1px rgba(255, 255, 255, 0.5);
  outline: none;
  padding: 0 5px;
}
body #TB_window table input[type="number"]::-webkit-input-placeholder,
body #TB_window table textarea::-webkit-input-placeholder {
  color: #FFF;
  font-style: "normal";
  opacity: 1;
  font-size: 1em;
}
body #TB_window table input[type="number"]::-moz-placeholder,
body #TB_window table textarea::-moz-placeholder {
  color: #FFF;
  font-style: "normal";
  opacity: 1;
  font-size: 1em;
}
body #TB_window table input[type="number"]:-ms-input-placeholder,
body #TB_window table textarea:-ms-input-placeholder {
  color: #FFF;
  font-style: "normal";
  opacity: 1;
  font-size: 1em;
}
body #TB_window table input[type="number"] input:-moz-placeholder,
body #TB_window table textarea input:-moz-placeholder {
  color: #FFF;
  font-style: "normal";
  opacity: 1;
  font-size: 1em;
}
body #TB_window table #refund_mode_money,
body #TB_window table label[for="refund_mode_money"] {
  display: none;
}
body.woocommerce-orders .account-orders-table .button.smart_refunder {
  display: none;
}
body.single-product #header,
body.single-configuration #header {
  position: fixed;
  background: white;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 8888;
  height: 70px;
  top: 0;
  left: 0;
  right: 0;
}
body.single-product #header #header-scrolled-bg,
body.single-configuration #header #header-scrolled-bg {
  display: none;
}
body.single-product #header #contact,
body.single-configuration #header #contact {
  top: 85px;
  right: 15px;
}
body.single-product #header #contact p,
body.single-configuration #header #contact p {
  color: #000;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.4;
}
body.single-product #header #save,
body.single-configuration #header #save {
  top: 110px;
  right: 0;
}
body.single-product #header button.hamburger,
body.single-configuration #header button.hamburger {
  background: #e6e6e6 !important;
  height: 70px;
  width: 70px;
  padding: 0 !important;
  outline: none !important;
}
body.single-product #header button.hamburger .hamburger-inner,
body.single-configuration #header button.hamburger .hamburger-inner,
body.single-product #header button.hamburger .hamburger-inner:before,
body.single-configuration #header button.hamburger .hamburger-inner:before,
body.single-product #header button.hamburger .hamburger-inner:after,
body.single-configuration #header button.hamburger .hamburger-inner:after {
  background: black;
}
body.single-product #header #menu_config,
body.single-configuration #header #menu_config {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 70px;
  line-height: 70px;
  padding: 0 40px;
}
body.single-product #header #menu_config a,
body.single-configuration #header #menu_config a {
  color: black;
  font-size: 14px;
  line-height: 40px;
  display: inline-block;
  padding: 0 20px;
  transition: all 0.4s ease;
  text-decoration: none;
  font-weight: 500;
  position: relative;
}
body.single-product #header #menu_config a:hover,
body.single-configuration #header #menu_config a:hover {
  color: #BA1F19;
}
body.single-product #header #menu_config a.cart i,
body.single-configuration #header #menu_config a.cart i {
  font-size: 20px;
}
body.single-product #header #menu_config a.cart span,
body.single-configuration #header #menu_config a.cart span {
  width: 13px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #BA1F19;
  color: white;
  font-size: 9px;
  border-radius: 50%;
  position: absolute;
  bottom: 5px;
  right: 15px;
}
body.single-product #header #menu-menu-principal,
body.single-configuration #header #menu-menu-principal {
  background: white;
  padding-right: 50px;
}
body.single-product #header #menu-menu-principal li a,
body.single-configuration #header #menu-menu-principal li a {
  color: #000;
}
body.single-product #reconstitution,
body.single-configuration #reconstitution {
  position: relative;
  background: url(../_img/mur.jpg) center center no-repeat;
  background-size: cover;
  transform: translateY(10%);
  box-shadow: 15px 15px 10px rgba(0, 0, 0, 0.16);
  width: 100%;
}
body.single-product #reconstitution .fix,
body.single-configuration #reconstitution .fix {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
}
body.single-product #reconstitution #resultat_step1,
body.single-configuration #reconstitution #resultat_step1,
body.single-product #reconstitution #resultat_stepfinal,
body.single-configuration #reconstitution #resultat_stepfinal {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 20px 20px 6px 20px;
}
body.single-product #reconstitution #resultat_step1 .line,
body.single-configuration #reconstitution #resultat_step1 .line,
body.single-product #reconstitution #resultat_stepfinal .line,
body.single-configuration #reconstitution #resultat_stepfinal .line {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
body.single-product #reconstitution #resultat_step1 .line .casier,
body.single-configuration #reconstitution #resultat_step1 .line .casier,
body.single-product #reconstitution #resultat_stepfinal .line .casier,
body.single-configuration #reconstitution #resultat_stepfinal .line .casier {
  flex: 1;
  max-width: 150px;
  max-height: 150px;
  background: url(../_img/croix.png) center center no-repeat;
  background-size: cover;
  position: relative;
  box-sizing: border-box;
}
body.single-product #reconstitution #resultat_step1 .line .casier .fix,
body.single-configuration #reconstitution #resultat_step1 .line .casier .fix,
body.single-product #reconstitution #resultat_stepfinal .line .casier .fix,
body.single-configuration #reconstitution #resultat_stepfinal .line .casier .fix {
  padding-bottom: 100%;
}
body.single-product #reconstitution #resultat_step1 .line .casier.bas .fix:before,
body.single-configuration #reconstitution #resultat_step1 .line .casier.bas .fix:before,
body.single-product #reconstitution #resultat_stepfinal .line .casier.bas .fix:before,
body.single-configuration #reconstitution #resultat_stepfinal .line .casier.bas .fix:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  right: 0;
  background: url(../_img/croix_fermeture_basse.png) center center no-repeat;
  background-size: cover;
  content: "";
}
body.single-product #reconstitution #resultat_step1 .line .casier.haut:before,
body.single-configuration #reconstitution #resultat_step1 .line .casier.haut:before,
body.single-product #reconstitution #resultat_stepfinal .line .casier.haut:before,
body.single-configuration #reconstitution #resultat_stepfinal .line .casier.haut:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: url(../_img/croix_fermeture_haute.png) center center no-repeat;
  background-size: cover;
  content: "";
}
body.single-product #reconstitution #resultat_step1 .line .casier.gauche:after,
body.single-configuration #reconstitution #resultat_step1 .line .casier.gauche:after,
body.single-product #reconstitution #resultat_stepfinal .line .casier.gauche:after,
body.single-configuration #reconstitution #resultat_stepfinal .line .casier.gauche:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../_img/croix_fermeture_gauche.png) center center no-repeat;
  background-size: cover;
  content: "";
}
body.single-product #reconstitution #resultat_step1 .line .casier.droit .fix:after,
body.single-configuration #reconstitution #resultat_step1 .line .casier.droit .fix:after,
body.single-product #reconstitution #resultat_stepfinal .line .casier.droit .fix:after,
body.single-configuration #reconstitution #resultat_stepfinal .line .casier.droit .fix:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../_img/croix_fermeture_droite.png) center center no-repeat;
  background-size: cover;
  content: "";
}
body.single-product #reconstitution #resultat_step1 .line .casier.coupure:after,
body.single-configuration #reconstitution #resultat_step1 .line .casier.coupure:after,
body.single-product #reconstitution #resultat_stepfinal .line .casier.coupure:after,
body.single-configuration #reconstitution #resultat_stepfinal .line .casier.coupure:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../_img/croix_fermeture_basse.png) center center no-repeat;
  background-size: cover;
  content: "";
}
body.single-product #reconstitution #resultat_step1 .line .casier.vide,
body.single-configuration #reconstitution #resultat_step1 .line .casier.vide,
body.single-product #reconstitution #resultat_stepfinal .line .casier.vide,
body.single-configuration #reconstitution #resultat_stepfinal .line .casier.vide {
  background: none;
  background-size: cover;
}
body.single-product #reconstitution #resultat_step1 .line .casier.vide:after,
body.single-configuration #reconstitution #resultat_step1 .line .casier.vide:after,
body.single-product #reconstitution #resultat_stepfinal .line .casier.vide:after,
body.single-configuration #reconstitution #resultat_stepfinal .line .casier.vide:after,
body.single-product #reconstitution #resultat_step1 .line .casier.vide:before,
body.single-configuration #reconstitution #resultat_step1 .line .casier.vide:before,
body.single-product #reconstitution #resultat_stepfinal .line .casier.vide:before,
body.single-configuration #reconstitution #resultat_stepfinal .line .casier.vide:before {
  content: none;
}
body.single-product #reconstitution #resultat_step1 .line .casier.vide .fix:after,
body.single-configuration #reconstitution #resultat_step1 .line .casier.vide .fix:after,
body.single-product #reconstitution #resultat_stepfinal .line .casier.vide .fix:after,
body.single-configuration #reconstitution #resultat_stepfinal .line .casier.vide .fix:after,
body.single-product #reconstitution #resultat_step1 .line .casier.vide .fix:before,
body.single-configuration #reconstitution #resultat_step1 .line .casier.vide .fix:before,
body.single-product #reconstitution #resultat_stepfinal .line .casier.vide .fix:before,
body.single-configuration #reconstitution #resultat_stepfinal .line .casier.vide .fix:before {
  content: none;
}
body.single-product #reconstitution #resultat_step1 .line .casier.nothing,
body.single-configuration #reconstitution #resultat_step1 .line .casier.nothing,
body.single-product #reconstitution #resultat_stepfinal .line .casier.nothing,
body.single-configuration #reconstitution #resultat_stepfinal .line .casier.nothing {
  background: none !important;
}
body.single-product #reconstitution #resultat_step1 .line .casier.nothing:after,
body.single-configuration #reconstitution #resultat_step1 .line .casier.nothing:after,
body.single-product #reconstitution #resultat_stepfinal .line .casier.nothing:after,
body.single-configuration #reconstitution #resultat_stepfinal .line .casier.nothing:after,
body.single-product #reconstitution #resultat_step1 .line .casier.nothing:before,
body.single-configuration #reconstitution #resultat_step1 .line .casier.nothing:before,
body.single-product #reconstitution #resultat_stepfinal .line .casier.nothing:before,
body.single-configuration #reconstitution #resultat_stepfinal .line .casier.nothing:before {
  content: none;
}
body.single-product #reconstitution #resultat_step1 .line .casier.nothing .fix:after,
body.single-configuration #reconstitution #resultat_step1 .line .casier.nothing .fix:after,
body.single-product #reconstitution #resultat_stepfinal .line .casier.nothing .fix:after,
body.single-configuration #reconstitution #resultat_stepfinal .line .casier.nothing .fix:after,
body.single-product #reconstitution #resultat_step1 .line .casier.nothing .fix:before,
body.single-configuration #reconstitution #resultat_step1 .line .casier.nothing .fix:before,
body.single-product #reconstitution #resultat_stepfinal .line .casier.nothing .fix:before,
body.single-configuration #reconstitution #resultat_stepfinal .line .casier.nothing .fix:before {
  content: none;
}
body.single-product #reconstitution #resultat_step1 .line .casier .papatte,
body.single-configuration #reconstitution #resultat_step1 .line .casier .papatte,
body.single-product #reconstitution #resultat_stepfinal .line .casier .papatte,
body.single-configuration #reconstitution #resultat_stepfinal .line .casier .papatte {
  line-height: 0;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  left: 0;
  right: 0;
}
body.single-product #reconstitution #resultat_step1 .line .casier .papatte img,
body.single-configuration #reconstitution #resultat_step1 .line .casier .papatte img,
body.single-product #reconstitution #resultat_stepfinal .line .casier .papatte img,
body.single-configuration #reconstitution #resultat_stepfinal .line .casier .papatte img {
  max-width: 100%;
  height: auto;
}
body.single-product #reconstitution #resultat_step1 .line .casier .bouteille,
body.single-configuration #reconstitution #resultat_step1 .line .casier .bouteille,
body.single-product #reconstitution #resultat_stepfinal .line .casier .bouteille,
body.single-configuration #reconstitution #resultat_stepfinal .line .casier .bouteille {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../_img/bouteilles-bouteille.png) center center no-repeat;
  background-size: cover;
  z-index: -1;
}
body.single-product #reconstitution #resultat_step1 .line .casier .bouteille.haut-gauche,
body.single-configuration #reconstitution #resultat_step1 .line .casier .bouteille.haut-gauche,
body.single-product #reconstitution #resultat_stepfinal .line .casier .bouteille.haut-gauche,
body.single-configuration #reconstitution #resultat_stepfinal .line .casier .bouteille.haut-gauche {
  background-image: url(../_img/bouteilles-ferme-haute-gauche.png);
}
body.single-product #reconstitution #resultat_step1 .line .casier .bouteille.bas-gauche,
body.single-configuration #reconstitution #resultat_step1 .line .casier .bouteille.bas-gauche,
body.single-product #reconstitution #resultat_stepfinal .line .casier .bouteille.bas-gauche,
body.single-configuration #reconstitution #resultat_stepfinal .line .casier .bouteille.bas-gauche {
  background-image: url(../_img/bouteilles-ferme-basse-gauche.png);
}
body.single-product #reconstitution #resultat_step1 .line .casier .bouteille.gauche,
body.single-configuration #reconstitution #resultat_step1 .line .casier .bouteille.gauche,
body.single-product #reconstitution #resultat_stepfinal .line .casier .bouteille.gauche,
body.single-configuration #reconstitution #resultat_stepfinal .line .casier .bouteille.gauche {
  background-image: url(../_img/bouteilles-ferme-gauche.png);
}
body.single-product #reconstitution #resultat_step1 .line .casier .bouteille.haut-droite,
body.single-configuration #reconstitution #resultat_step1 .line .casier .bouteille.haut-droite,
body.single-product #reconstitution #resultat_stepfinal .line .casier .bouteille.haut-droite,
body.single-configuration #reconstitution #resultat_stepfinal .line .casier .bouteille.haut-droite {
  background-image: url(../_img/bouteilles-ferme-haute-droite.png);
}
body.single-product #reconstitution #resultat_step1 .line .casier .bouteille.bas-droite,
body.single-configuration #reconstitution #resultat_step1 .line .casier .bouteille.bas-droite,
body.single-product #reconstitution #resultat_stepfinal .line .casier .bouteille.bas-droite,
body.single-configuration #reconstitution #resultat_stepfinal .line .casier .bouteille.bas-droite {
  background-image: url(../_img/bouteilles-ferme-basse-droite.png);
}
body.single-product #reconstitution #resultat_step1 .line .casier .bouteille.droite,
body.single-configuration #reconstitution #resultat_step1 .line .casier .bouteille.droite,
body.single-product #reconstitution #resultat_stepfinal .line .casier .bouteille.droite,
body.single-configuration #reconstitution #resultat_stepfinal .line .casier .bouteille.droite {
  background-image: url(../_img/bouteilles-ferme-droite.png);
}
body.single-product #reconstitution #resultat_step1 .line .casier .bouteille.haut,
body.single-configuration #reconstitution #resultat_step1 .line .casier .bouteille.haut,
body.single-product #reconstitution #resultat_stepfinal .line .casier .bouteille.haut,
body.single-configuration #reconstitution #resultat_stepfinal .line .casier .bouteille.haut {
  background-image: url(../_img/bouteilles-haute.png);
}
body.single-product #reconstitution #resultat_step1 .line .casier .bouteille.bas,
body.single-configuration #reconstitution #resultat_step1 .line .casier .bouteille.bas,
body.single-product #reconstitution #resultat_stepfinal .line .casier .bouteille.bas,
body.single-configuration #reconstitution #resultat_stepfinal .line .casier .bouteille.bas {
  background-image: url(../_img/bouteilles-basse.png);
}
body.woocommerce-order-pay .woocommerce .order_details {
  display: flex;
  justify-content: center;
}
body.woocommerce-order-pay .woocommerce #stripe-payment-data {
  text-align: center;
  margin: 0 0 50px 0;
}
body.woocommerce-order-pay .woocommerce #stripe-payment-data .wc-stripe-checkout-button {
  background: #BA1F19;
  color: white;
  border-radius: 100px;
  padding: 6px 15px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  font-size: 14px;
  transition: all 0.2s ease-out;
}
body.woocommerce-order-pay .woocommerce #stripe-payment-data .wc-stripe-checkout-button:hover {
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
  transform: translateY(-2px);
}
body.page-template-configurateur,
body.page-template-lieconfigurateur {
  padding-top: 70px;
}
body.page-template-configurateur #header,
body.page-template-lieconfigurateur #header {
  position: fixed;
  background: white;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 8888;
  height: 70px;
  top: 0;
  left: 0;
  right: 0;
}
body.page-template-configurateur #header #header-scrolled-bg,
body.page-template-lieconfigurateur #header #header-scrolled-bg {
  display: none;
}
body.page-template-configurateur #header #contact,
body.page-template-lieconfigurateur #header #contact {
  top: 85px;
  right: 15px;
}
body.page-template-configurateur #header #contact p,
body.page-template-lieconfigurateur #header #contact p {
  color: #000;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  body.page-template-configurateur #header #contact,
  body.page-template-lieconfigurateur #header #contact {
    display: none;
  }
}
body.page-template-configurateur #header #save,
body.page-template-lieconfigurateur #header #save {
  top: 110px;
  right: 0;
}
body.page-template-configurateur #header button.hamburger,
body.page-template-lieconfigurateur #header button.hamburger {
  background: #e6e6e6 !important;
  height: 70px;
  width: 70px;
  padding: 0 !important;
  outline: none !important;
}
body.page-template-configurateur #header button.hamburger .hamburger-inner,
body.page-template-lieconfigurateur #header button.hamburger .hamburger-inner,
body.page-template-configurateur #header button.hamburger .hamburger-inner:before,
body.page-template-lieconfigurateur #header button.hamburger .hamburger-inner:before,
body.page-template-configurateur #header button.hamburger .hamburger-inner:after,
body.page-template-lieconfigurateur #header button.hamburger .hamburger-inner:after {
  background: black;
}
body.page-template-configurateur #header #menu_config,
body.page-template-lieconfigurateur #header #menu_config {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 70px;
  line-height: 70px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  body.page-template-configurateur #header #menu_config,
  body.page-template-lieconfigurateur #header #menu_config {
    padding: 0 15px 0 0;
  }
  body.page-template-configurateur #header #menu_config #menu_connecte,
  body.page-template-lieconfigurateur #header #menu_config #menu_connecte {
    display: flex;
    flex-direction: column;
  }
  body.page-template-configurateur #header #menu_config #menu_connecte a,
  body.page-template-lieconfigurateur #header #menu_config #menu_connecte a {
    line-height: 34px;
  }
}
body.page-template-configurateur #header #menu_config a,
body.page-template-lieconfigurateur #header #menu_config a {
  color: black;
  font-size: 14px;
  line-height: 40px;
  display: inline-block;
  padding: 0 20px;
  transition: all 0.4s ease;
  text-decoration: none;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 768px) {
  body.page-template-configurateur #header #menu_config a,
  body.page-template-lieconfigurateur #header #menu_config a {
    padding: 0 3px;
    font-size: 13px;
  }
}
body.page-template-configurateur #header #menu_config a:hover,
body.page-template-lieconfigurateur #header #menu_config a:hover {
  color: #BA1F19;
}
body.page-template-configurateur #header #menu_config a i,
body.page-template-lieconfigurateur #header #menu_config a i {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  body.page-template-configurateur #header #menu_config a i,
  body.page-template-lieconfigurateur #header #menu_config a i {
    font-size: 16px;
  }
}
body.page-template-configurateur #header #menu_config a.cart i,
body.page-template-lieconfigurateur #header #menu_config a.cart i {
  font-size: 20px;
}
body.page-template-configurateur #header #menu_config a.cart span,
body.page-template-lieconfigurateur #header #menu_config a.cart span {
  width: 13px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #BA1F19;
  color: white;
  font-size: 9px;
  border-radius: 50%;
  position: absolute;
  bottom: 5px;
  right: 15px;
}
body.page-template-configurateur #header #menu-menu-principal,
body.page-template-lieconfigurateur #header #menu-menu-principal {
  background: white;
  padding-right: 50px;
}
body.page-template-configurateur #header #menu-menu-principal li a,
body.page-template-lieconfigurateur #header #menu-menu-principal li a {
  color: #000;
}
body.page-template-configurateur main #head,
body.page-template-lieconfigurateur main #head {
  height: calc(100vh - 70px);
  min-height: 930px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../_img/fond_configurateur.png) center center no-repeat fixed;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  body.page-template-configurateur main #head,
  body.page-template-lieconfigurateur main #head {
    height: auto;
    padding-top: 100px;
    flex-direction: column;
  }
}
body.page-template-configurateur main #head .central,
body.page-template-lieconfigurateur main #head .central {
  display: block;
  font-size: 20px;
  color: #8B8B8B;
  text-align: center;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  body.page-template-configurateur main #head .central,
  body.page-template-lieconfigurateur main #head .central {
    font-size: 18px;
  }
}
body.page-template-configurateur main #head .central img,
body.page-template-lieconfigurateur main #head .central img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body.page-template-configurateur main #head .central img,
  body.page-template-lieconfigurateur main #head .central img {
    max-width: 80%;
  }
}
body.page-template-configurateur main #head .begin,
body.page-template-lieconfigurateur main #head .begin {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 60%;
  padding: 40px;
  text-align: center;
  color: white;
  font-size: 25px;
  font-weight: 500;
  background: #BA1F19;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  cursor: pointer;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  body.page-template-configurateur main #head .begin,
  body.page-template-lieconfigurateur main #head .begin {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    margin-top: 60px;
    font-size: 18px;
    width: 100%;
  }
}
body.page-template-configurateur main #head .begin .fleche,
body.page-template-lieconfigurateur main #head .begin .fleche {
  margin-right: 50px;
  transition: all 0.3s ease-out;
}
body.page-template-configurateur main #head .begin:hover,
body.page-template-lieconfigurateur main #head .begin:hover {
  background: #cc221b;
  padding-top: 60px;
}
body.page-template-configurateur main #head .begin:hover .fleche,
body.page-template-lieconfigurateur main #head .begin:hover .fleche {
  transform: translateY(10%);
}
body.page-template-configurateur main .modale,
body.page-template-lieconfigurateur main .modale {
  position: fixed;
  background: #BA1F19;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50vw;
  transition: all 0.3s ease-out;
  z-index: 9999;
  transform: translateX(100%);
  padding: 100px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 768px) {
  body.page-template-configurateur main .modale,
  body.page-template-lieconfigurateur main .modale {
    padding: 50px;
  }
}
body.page-template-configurateur main .modale .close,
body.page-template-lieconfigurateur main .modale .close {
  position: absolute;
  top: 30px;
  left: 30px;
  transition: opacity 0.3s ease-out;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  body.page-template-configurateur main .modale .close,
  body.page-template-lieconfigurateur main .modale .close {
    top: 20px;
    left: 20px;
  }
}
body.page-template-configurateur main .modale .close:hover,
body.page-template-lieconfigurateur main .modale .close:hover {
  opacity: 0.4;
}
body.page-template-configurateur main .modale .content,
body.page-template-lieconfigurateur main .modale .content {
  padding-left: 80px;
  padding-top: 80px;
  display: none;
}
@media screen and (max-width: 768px) {
  body.page-template-configurateur main .modale .content,
  body.page-template-lieconfigurateur main .modale .content {
    padding-left: 0;
    padding-top: 20px;
  }
}
body.page-template-configurateur main .modale .content form ul,
body.page-template-lieconfigurateur main .modale .content form ul {
  padding: 0;
  margin: 0;
}
body.page-template-configurateur main .modale .content form p,
body.page-template-lieconfigurateur main .modale .content form p,
body.page-template-configurateur main .modale .content form li,
body.page-template-lieconfigurateur main .modale .content form li {
  list-style: none;
  margin-bottom: 20px;
}
body.page-template-configurateur main .modale .content form p label,
body.page-template-lieconfigurateur main .modale .content form p label,
body.page-template-configurateur main .modale .content form li label,
body.page-template-lieconfigurateur main .modale .content form li label {
  display: block;
  color: white;
  letter-spacing: 0.02em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body.page-template-configurateur main .modale .content form p label,
  body.page-template-lieconfigurateur main .modale .content form p label,
  body.page-template-configurateur main .modale .content form li label,
  body.page-template-lieconfigurateur main .modale .content form li label {
    font-size: 18px;
  }
}
body.page-template-configurateur main .modale .content form p input[type="text"],
body.page-template-lieconfigurateur main .modale .content form p input[type="text"],
body.page-template-configurateur main .modale .content form li input[type="text"],
body.page-template-lieconfigurateur main .modale .content form li input[type="text"],
body.page-template-configurateur main .modale .content form p input[type="password"],
body.page-template-lieconfigurateur main .modale .content form p input[type="password"],
body.page-template-configurateur main .modale .content form li input[type="password"],
body.page-template-lieconfigurateur main .modale .content form li input[type="password"],
body.page-template-configurateur main .modale .content form p input[type="email"],
body.page-template-lieconfigurateur main .modale .content form p input[type="email"],
body.page-template-configurateur main .modale .content form li input[type="email"],
body.page-template-lieconfigurateur main .modale .content form li input[type="email"] {
  display: block;
  min-width: 250px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  outline: none;
  font-size: 22px;
  color: white;
  background: transparent;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  body.page-template-configurateur main .modale .content form p input[type="text"],
  body.page-template-lieconfigurateur main .modale .content form p input[type="text"],
  body.page-template-configurateur main .modale .content form li input[type="text"],
  body.page-template-lieconfigurateur main .modale .content form li input[type="text"],
  body.page-template-configurateur main .modale .content form p input[type="password"],
  body.page-template-lieconfigurateur main .modale .content form p input[type="password"],
  body.page-template-configurateur main .modale .content form li input[type="password"],
  body.page-template-lieconfigurateur main .modale .content form li input[type="password"],
  body.page-template-configurateur main .modale .content form p input[type="email"],
  body.page-template-lieconfigurateur main .modale .content form p input[type="email"],
  body.page-template-configurateur main .modale .content form li input[type="email"],
  body.page-template-lieconfigurateur main .modale .content form li input[type="email"] {
    font-size: 18px;
  }
}
body.page-template-configurateur main .modale .content form p input[type="submit"],
body.page-template-lieconfigurateur main .modale .content form p input[type="submit"],
body.page-template-configurateur main .modale .content form li input[type="submit"],
body.page-template-lieconfigurateur main .modale .content form li input[type="submit"] {
  border: solid 1px white;
  border-radius: 2em;
  padding: 0.5em 2em;
  background: transparent;
  outline: none;
  color: white;
  transition: all 0.3s ease;
  margin-top: 40px;
}
body.page-template-configurateur main .modale .content form p input[type="submit"]:hover,
body.page-template-lieconfigurateur main .modale .content form p input[type="submit"]:hover,
body.page-template-configurateur main .modale .content form li input[type="submit"]:hover,
body.page-template-lieconfigurateur main .modale .content form li input[type="submit"]:hover {
  background: white;
  color: #BA1F19;
}
body.page-template-configurateur main .modale .content form .login-remember label,
body.page-template-lieconfigurateur main .modale .content form .login-remember label,
body.page-template-configurateur main .modale .content form .wppb-gdpr-checkbox label,
body.page-template-lieconfigurateur main .modale .content form .wppb-gdpr-checkbox label,
body.page-template-configurateur main .modale .content form .wppb-send-credentials-checkbox label,
body.page-template-lieconfigurateur main .modale .content form .wppb-send-credentials-checkbox label {
  font-weight: normal;
  font-size: 0.8em;
}
body.page-template-configurateur main .modale .content form .login-remember label input,
body.page-template-lieconfigurateur main .modale .content form .login-remember label input,
body.page-template-configurateur main .modale .content form .wppb-gdpr-checkbox label input,
body.page-template-lieconfigurateur main .modale .content form .wppb-gdpr-checkbox label input,
body.page-template-configurateur main .modale .content form .wppb-send-credentials-checkbox label input,
body.page-template-lieconfigurateur main .modale .content form .wppb-send-credentials-checkbox label input {
  margin-right: 10px;
}
body.page-template-configurateur main .modale h2,
body.page-template-lieconfigurateur main .modale h2 {
  font-weight: bold;
  font-size: 50px;
  color: white;
  line-height: 1;
  display: none;
}
@media screen and (max-width: 768px) {
  body.page-template-configurateur main .modale h2,
  body.page-template-lieconfigurateur main .modale h2 {
    font-size: 30px;
    line-height: 1.3;
    margin-top: 20px;
  }
}
body.page-template-configurateur main .modale.active,
body.page-template-lieconfigurateur main .modale.active {
  transform: translateX(0%);
}
body.page-template-configurateur main .modale.active h2,
body.page-template-lieconfigurateur main .modale.active h2 {
  display: block;
  animation: appearFromRight 0.4s ease-out backwards;
  animation-delay: 0.3s;
}
body.page-template-configurateur main .modale.active .content,
body.page-template-lieconfigurateur main .modale.active .content {
  display: block;
  animation: appearFromRight 0.4s ease-out backwards;
  animation-delay: 0.4s;
}
@media screen and (max-width: 768px) {
  body.page-template-configurateur main .modale,
  body.page-template-lieconfigurateur main .modale {
    width: 100vw;
  }
}
body.page-template-configurateur main .modale.grise,
body.page-template-lieconfigurateur main .modale.grise {
  background: #8B8B8B;
}
body.page-template-configurateur main .modale#modale_modeles .content,
body.page-template-lieconfigurateur main .modale#modale_modeles .content {
  padding-top: 30px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 18px;
  color: #FFF;
  font-weight: 500;
}
body.page-template-configurateur main .modale#modale_modeles .content .user_config,
body.page-template-lieconfigurateur main .modale#modale_modeles .content .user_config {
  display: inline-block;
  font-size: 22px;
  font-weight: normal;
  padding: 10px 0;
  color: #FFF;
  border-bottom: dashed 1px rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: all 0.4s ease;
}
body.page-template-configurateur main .modale#modale_modeles .content .user_config img,
body.page-template-lieconfigurateur main .modale#modale_modeles .content .user_config img {
  display: inline-block;
  height: 50px;
  width: auto;
}
body.page-template-configurateur main .modale#modale_modeles .content .user_config span,
body.page-template-lieconfigurateur main .modale#modale_modeles .content .user_config span {
  font-weight: bold;
  font-size: 1.1em;
}
body.page-template-configurateur main .modale#modale_modeles .content .user_config:hover,
body.page-template-lieconfigurateur main .modale#modale_modeles .content .user_config:hover {
  color: #000;
}
body.page-template-configurateur main .modale#modale_modeles .content .action_icon,
body.page-template-lieconfigurateur main .modale#modale_modeles .content .action_icon {
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}
body.page-template-configurateur main #configurateur .clapet,
body.page-template-lieconfigurateur main #configurateur .clapet {
  padding: 20px 0;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  body.page-template-configurateur main #configurateur .clapet,
  body.page-template-lieconfigurateur main #configurateur .clapet {
    padding: 20px;
  }
}
body.page-template-configurateur main #configurateur .clapet .number,
body.page-template-lieconfigurateur main #configurateur .clapet .number {
  display: flex;
  align-items: center;
  font-size: 18px;
  transform: translateX(-40px);
  transition: transform 0.3s ease-out;
  cursor: pointer;
}
body.page-template-configurateur main #configurateur .clapet .number:before,
body.page-template-lieconfigurateur main #configurateur .clapet .number:before {
  content: "";
  height: 1px;
  background: black;
  width: 55px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  body.page-template-configurateur main #configurateur .clapet .number,
  body.page-template-lieconfigurateur main #configurateur .clapet .number {
    display: none;
  }
}
body.page-template-configurateur main #configurateur .clapet .content_clapet,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet {
  display: none;
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  body.page-template-configurateur main #configurateur .clapet .content_clapet,
  body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet {
    display: flex;
    flex-direction: column;
  }
}
body.page-template-configurateur main #configurateur .clapet .content_clapet h3,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet h3 {
  font-size: 25px;
  line-height: 30px;
  font-weight: normal;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .go_back,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .go_back {
  display: inline-block;
  position: absolute;
  top: -115px;
  left: 0;
  background: #BA1F19;
  padding: 0.5em 2em;
  border-radius: 2em;
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  letter-spacing: 0.04em;
  font-weight: 300;
  margin-top: 30px;
  transform: translateY(-50%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease;
  cursor: pointer;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .go_back:hover,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .go_back:hover {
  transform: translateY(-52%);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  body.page-template-configurateur main #configurateur .clapet .content_clapet .go_back,
  body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .go_back {
    display: none;
  }
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .gauche,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .gauche {
  flex: 33.33333%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .gauche .dimensions-meuble,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .gauche .dimensions-meuble,
body.page-template-configurateur main #configurateur .clapet .content_clapet .gauche .profondeur-meuble,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .gauche .profondeur-meuble {
  font-size: 14px;
  padding: 10px 0;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .gauche .dimensions-meuble span,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .gauche .dimensions-meuble span,
body.page-template-configurateur main #configurateur .clapet .content_clapet .gauche .profondeur-meuble span,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .gauche .profondeur-meuble span {
  font-weight: bold;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .gauche .explications,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .gauche .explications {
  font-weight: 300;
  font-size: 0.9em;
  margin-top: 80px;
  margin-bottom: 50px;
  color: #8B8B8B;
}
@media screen and (max-width: 768px) {
  body.page-template-configurateur main #configurateur .clapet .content_clapet .gauche .explications,
  body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .gauche .explications {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .gauche .explications em,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .gauche .explications em {
  opacity: 0.8;
  font-size: 0.9em;
  padding-left: 10px;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .gauche .inputs,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .gauche .inputs {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin: 30px 0;
  width: 100%;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .gauche .inputs .fake,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .gauche .inputs .fake {
  background: #cccccc;
  color: #000;
  text-transform: uppercase;
  padding: 0.4em 1em;
  border-radius: 2em;
  border: none;
  outline: none;
  margin-top: 15px;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  letter-spacing: 0.04em;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .gauche .inputs .miniform,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .gauche .inputs .miniform {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: solid 1px black;
  padding: 5px 0;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .gauche .inputs .miniform input[type="number"],
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .gauche .inputs .miniform input[type="number"] {
  display: block;
  outline: none;
  background: none;
  border: none;
  width: 100px;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .gauche .go_next,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .gauche .go_next {
  display: inline-block;
  background: #BA1F19;
  padding: 0.5em 2em;
  border-radius: 2em;
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  letter-spacing: 0.04em;
  font-weight: 300;
  margin-top: 30px;
  transform: translateY(50%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease;
  cursor: pointer;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .gauche .go_next:hover,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .gauche .go_next:hover {
  transform: translateY(48%);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  body.page-template-configurateur main #configurateur .clapet .content_clapet .gauche .go_next,
  body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .gauche .go_next {
    display: none;
  }
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite {
  flex: 66.66666%;
  padding-left: 40px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  body.page-template-configurateur main #configurateur .clapet .content_clapet .droite,
  body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite {
    padding: 0;
  }
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite .responsive,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite .responsive {
  position: relative;
  background: url(../_img/mur.jpg) center center no-repeat;
  background-size: cover;
  transform: translateY(10%);
  box-shadow: 15px 15px 10px rgba(0, 0, 0, 0.16);
  width: 100%;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite .responsive.double,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite .responsive.double {
  background-size: 200%;
  background-repeat: repeat;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite .responsive.triple,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite .responsive.triple {
  background-size: 100%;
  background-repeat: repeat;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_step1,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_step1,
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 20px 20px 6px 20px;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line,
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier,
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier {
  flex: 1;
  max-width: 150px;
  max-height: 150px;
  background: url(../_img/croix.png) center center no-repeat;
  background-size: cover;
  position: relative;
  box-sizing: border-box;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier .fix,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier .fix,
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier .fix,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier .fix {
  padding-bottom: 100%;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier.bas .fix:before,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier.bas .fix:before,
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier.bas .fix:before,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier.bas .fix:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  right: 0;
  background: url(../_img/croix_fermeture_basse.png) center center no-repeat;
  background-size: cover;
  content: "";
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier.haut:before,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier.haut:before,
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier.haut:before,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier.haut:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: url(../_img/croix_fermeture_haute.png) center center no-repeat;
  background-size: cover;
  content: "";
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier.gauche:after,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier.gauche:after,
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier.gauche:after,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier.gauche:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../_img/croix_fermeture_gauche.png) center center no-repeat;
  background-size: cover;
  content: "";
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier.droit .fix:after,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier.droit .fix:after,
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier.droit .fix:after,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier.droit .fix:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../_img/croix_fermeture_droite.png) center center no-repeat;
  background-size: cover;
  content: "";
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier.coupure:after,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier.coupure:after,
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier.coupure:after,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier.coupure:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../_img/croix_fermeture_basse.png) center center no-repeat;
  background-size: cover;
  content: "";
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier.vide,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier.vide,
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier.vide,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier.vide {
  background: url(../_img/casier_vide.png) center center no-repeat;
  background-size: cover;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier.vide:after,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier.vide:after,
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier.vide:after,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier.vide:after,
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier.vide:before,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier.vide:before,
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier.vide:before,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier.vide:before {
  content: none;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier.vide .fix:after,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier.vide .fix:after,
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier.vide .fix:after,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier.vide .fix:after,
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier.vide .fix:before,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier.vide .fix:before,
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier.vide .fix:before,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier.vide .fix:before {
  content: none;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier.nothing,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier.nothing,
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier.nothing,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier.nothing {
  background: none !important;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier.nothing:after,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier.nothing:after,
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier.nothing:after,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier.nothing:after,
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier.nothing:before,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier.nothing:before,
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier.nothing:before,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier.nothing:before {
  content: none;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier.nothing .fix:after,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier.nothing .fix:after,
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier.nothing .fix:after,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier.nothing .fix:after,
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier.nothing .fix:before,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier.nothing .fix:before,
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier.nothing .fix:before,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier.nothing .fix:before {
  content: none;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier.can_be_removed_from_left:not(.cannot_be_removed),
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier.can_be_removed_from_left:not(.cannot_be_removed),
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier.can_be_removed_from_left:not(.cannot_be_removed),
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier.can_be_removed_from_left:not(.cannot_be_removed),
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier.can_be_removed_from_right:not(.cannot_be_removed),
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier.can_be_removed_from_right:not(.cannot_be_removed),
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier.can_be_removed_from_right:not(.cannot_be_removed),
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier.can_be_removed_from_right:not(.cannot_be_removed) {
  background: url(../_img/croix-remove.png) center center no-repeat;
  background-size: cover;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier.can_be_removed_from_left:not(.cannot_be_removed):hover,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier.can_be_removed_from_left:not(.cannot_be_removed):hover,
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier.can_be_removed_from_left:not(.cannot_be_removed):hover,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier.can_be_removed_from_left:not(.cannot_be_removed):hover,
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier.can_be_removed_from_right:not(.cannot_be_removed):hover,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier.can_be_removed_from_right:not(.cannot_be_removed):hover,
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier.can_be_removed_from_right:not(.cannot_be_removed):hover,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier.can_be_removed_from_right:not(.cannot_be_removed):hover {
  background: url(../_img/croix-remove.png) center center no-repeat;
  background-size: cover;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier .papatte,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier .papatte,
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier .papatte,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier .papatte {
  line-height: 0;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  left: 0;
  right: 0;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier .papatte img,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier .papatte img,
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier .papatte img,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier .papatte img {
  max-width: 100%;
  height: auto;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier .bouteille,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier .bouteille,
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier .bouteille,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier .bouteille {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../_img/bouteilles-bouteille.png) center center no-repeat;
  background-size: cover;
  z-index: -1;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier .bouteille.haut-gauche,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier .bouteille.haut-gauche,
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier .bouteille.haut-gauche,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier .bouteille.haut-gauche {
  background-image: url(../_img/bouteilles-ferme-haute-gauche.png);
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier .bouteille.bas-gauche,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier .bouteille.bas-gauche,
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier .bouteille.bas-gauche,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier .bouteille.bas-gauche {
  background-image: url(../_img/bouteilles-ferme-basse-gauche.png);
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier .bouteille.gauche,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier .bouteille.gauche,
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier .bouteille.gauche,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier .bouteille.gauche {
  background-image: url(../_img/bouteilles-ferme-gauche.png);
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier .bouteille.haut-droite,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier .bouteille.haut-droite,
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier .bouteille.haut-droite,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier .bouteille.haut-droite {
  background-image: url(../_img/bouteilles-ferme-haute-droite.png);
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier .bouteille.bas-droite,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier .bouteille.bas-droite,
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier .bouteille.bas-droite,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier .bouteille.bas-droite {
  background-image: url(../_img/bouteilles-ferme-basse-droite.png);
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier .bouteille.droite,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier .bouteille.droite,
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier .bouteille.droite,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier .bouteille.droite {
  background-image: url(../_img/bouteilles-ferme-droite.png);
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier .bouteille.haut,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier .bouteille.haut,
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier .bouteille.haut,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier .bouteille.haut {
  background-image: url(../_img/bouteilles-haute.png);
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier .bouteille.bas,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_step1 .line .casier .bouteille.bas,
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier .bouteille.bas,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #resultat_stepfinal .line .casier .bouteille.bas {
  background-image: url(../_img/bouteilles-basse.png);
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #finitions,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #finitions {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #finitions .finition,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #finitions .finition {
  flex: 0 0 33.333%;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease-out;
  cursor: pointer;
  position: relative;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #finitions .finition .ribbon,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #finitions .finition .ribbon {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #finitions .finition .ribbon,
  body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #finitions .finition .ribbon {
    transform: scale(0.8);
    left: 8px;
    top: 8px;
  }
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #finitions .finition .ribbon span,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #finitions .finition .ribbon span {
  font-size: 9px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #BA1F19;
  box-shadow: 0 3px 10px -5px #000000;
  position: absolute;
  top: 19px;
  left: -21px;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #finitions .finition .ribbon span:before,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #finitions .finition .ribbon span:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #BA1F19;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #BA1F19;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #finitions .finition .ribbon span:after,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #finitions .finition .ribbon span:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #BA1F19;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #BA1F19;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #finitions .finition h3,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #finitions .finition h3 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  transition: all 0.3s ease-out;
  margin: 0;
  position: relative;
  padding-top: 8px;
  margin-top: 8px;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #finitions .finition h3:before,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #finitions .finition h3:before {
  content: "";
  background: #BA1F19;
  height: 0px;
  width: 60px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-out;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #finitions .finition p,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #finitions .finition p {
  color: #8B8B8B;
  font-size: 15px;
  line-height: 22px;
  margin: 0;
  transition: all 0.3s ease-out;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #finitions .finition .apercu,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #finitions .finition .apercu {
  position: relative;
  display: block;
  background-size: cover;
  /* background-position: center center; */
  width: 100%;
  margin-bottom: 10px;
  transition: all 0.3s ease-out;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #finitions .finition .apercu .fix,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #finitions .finition .apercu .fix {
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 66%;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #finitions .finition:hover .apercu,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #finitions .finition:hover .apercu,
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #finitions .finition.active .apercu,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #finitions .finition.active .apercu {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #finitions .finition:hover h3,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #finitions .finition:hover h3,
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #finitions .finition.active h3,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #finitions .finition.active h3,
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #finitions .finition:hover p,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #finitions .finition:hover p,
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #finitions .finition.active p,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #finitions .finition.active p {
  color: #BA1F19;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #finitions .finition:hover h3:before,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #finitions .finition:hover h3:before,
body.page-template-configurateur main #configurateur .clapet .content_clapet .droite #finitions .finition.active h3:before,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet .droite #finitions .finition.active h3:before {
  height: 2px;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_01,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_01 {
  flex-direction: column !important;
  align-items: center;
  justify-content: center;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_01 .explications,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_01 .explications {
  text-align: center;
  max-width: 600px;
  font-size: 13px;
  color: #545454;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_01 .go_next,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_01 .go_next {
  display: inline-block;
  background: #BA1F19;
  color: white;
  padding: 0.5em 2em;
  border-radius: 2em;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.04em;
  font-weight: 300;
  margin-top: 30px;
  transform: translateY(50%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease;
  cursor: pointer;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_01 .go_next:hover,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_01 .go_next:hover {
  transform: translateY(48%);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_01 .go_next,
  body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_01 .go_next {
    display: none;
  }
}
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_01 .inputs,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_01 .inputs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
  width: 100%;
  max-width: 500px;
  flex-wrap: wrap;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_01 .inputs .fake,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_01 .inputs .fake {
  background: #cccccc;
  color: #000;
  text-transform: uppercase;
  padding: 0.4em 1em;
  border-radius: 2em;
  border: none;
  outline: none;
  margin-top: 15px;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  letter-spacing: 0.04em;
  margin-top: 10px;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_01 .inputs .miniform,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_01 .inputs .miniform {
  flex: 0 0 calc(50% - 20px);
  margin: 10px;
  display: flex;
  flex-direction: column;
  border-bottom: solid 1px black;
  padding: 5px 0;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_01 .inputs .miniform span,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_01 .inputs .miniform span {
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  color: #545454;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_01 .inputs .miniform input[type="number"],
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_01 .inputs .miniform input[type="number"] {
  display: block;
  outline: none;
  background: none;
  border: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_01 .droite,
  body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_01 .droite {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_2,
  body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_2 {
    display: block;
    background: #f0f0f0;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
  }
  body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_2 .explications,
  body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_2 .explications {
    margin-top: 30px;
  }
  body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_2 .gauche,
  body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_2 .gauche {
    display: block;
  }
  body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_2 .gauche .explications,
  body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_2 .gauche .explications {
    display: none;
  }
  body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_2 .gauche .recap_matiere,
  body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_2 .gauche .recap_matiere {
    display: none;
  }
  body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_2 .droite,
  body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_2 .droite {
    display: block;
  }
  body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_2 .droite #finitions,
  body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_2 .droite #finitions {
    flex-direction: column;
    width: 100%;
  }
  body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_2 .droite #finitions .finition,
  body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_2 .droite #finitions .finition {
    flex: 0 0 100%;
    margin-bottom: 0px;
    display: flex;
    width: 100%;
  }
  body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_2 .droite #finitions .finition .apercu,
  body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_2 .droite #finitions .finition .apercu {
    flex: 0 0 25%;
  }
  body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_2 .droite #finitions .finition .second,
  body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_2 .droite #finitions .finition .second {
    flex: 0 0 75%;
    padding-left: 20px;
    text-align: center;
  }
  body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_2 .droite #finitions .finition .second h3,
  body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_2 .droite #finitions .finition .second h3 {
    margin-bottom: 0;
  }
}
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_2 .recap_matiere,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_2 .recap_matiere {
  display: flex;
  align-items: center;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_2 .recap_matiere .image,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_2 .recap_matiere .image {
  display: block;
  width: 92px;
  height: 67px;
  background-size: cover;
  flex: 0 0 auto;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_2 .recap_matiere .texte,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_2 .recap_matiere .texte {
  flex: 1;
  padding-left: 15px;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_2 .recap_matiere .texte .matiere,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_2 .recap_matiere .texte .matiere {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_2 .recap_matiere .texte .sub,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_2 .recap_matiere .texte .sub {
  color: #8B8B8B;
  font-size: 15px;
  line-height: 22px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_3,
  body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_3,
  body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_4,
  body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_4 {
    margin-bottom: 100px;
  }
}
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_3 .top,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_3 .top,
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_4 .top,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_4 .top {
  margin-bottom: 100px;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_3 .didacticiel,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_3 .didacticiel,
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_4 .didacticiel,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_4 .didacticiel {
  margin-top: 30px;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_3 .didacticiel img,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_3 .didacticiel img,
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_4 .didacticiel img,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_4 .didacticiel img {
  max-width: 100%;
  height: auto;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_3 .center,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_3 .center,
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_4 .center,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_4 .center {
  margin: 30px 0;
  text-align: left;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_3 .explications,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_3 .explications,
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_4 .explications,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_4 .explications {
  margin-top: 0;
  margin-bottom: 20px;
  color: #000;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_3 .bottom h5,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_3 .bottom h5,
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_4 .bottom h5,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_4 .bottom h5 {
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_3 .inputs,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_3 .inputs,
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_4 .inputs,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_4 .inputs {
  display: block;
  border-top: solid 1px #8B8B8B;
  border-bottom: solid 1px #8B8B8B;
  padding: 5px 0;
  color: #8B8B8B;
  margin: 0;
  color: #000;
  font-weight: normal;
  font-size: 14px;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_3 .inputs #nombre_bouteilles span,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_3 .inputs #nombre_bouteilles span,
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_4 .inputs #nombre_bouteilles span,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_4 .inputs #nombre_bouteilles span,
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_3 .inputs #nombre_bouteilles_2 span,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_3 .inputs #nombre_bouteilles_2 span,
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_4 .inputs #nombre_bouteilles_2 span,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_4 .inputs #nombre_bouteilles_2 span {
  color: black;
  font-size: 1.3em;
  font-weight: bold;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_3 .cuts,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_3 .cuts,
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_4 .cuts,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_4 .cuts {
  margin: 50px auto 20px auto;
  border-left: solid 1px #000;
  padding-left: 10px;
  font-weight: bold;
  color: #8B8B8B;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_3 .cuts strong,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_3 .cuts strong,
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_4 .cuts strong,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_4 .cuts strong {
  color: #BA1F19;
  display: block;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_3 .cuts input[type="number"],
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_3 .cuts input[type="number"],
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_4 .cuts input[type="number"],
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_4 .cuts input[type="number"] {
  background: transparent;
  border: none;
  border-bottom: solid 1px #BA1F19;
  flex: 0 0 auto;
  max-width: 40px;
  outline: none;
  color: #BA1F19;
  text-align: center;
  font-weight: bold;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_3 .price,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_3 .price,
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_4 .price,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_4 .price {
  display: block;
  border-bottom: solid 1px #8B8B8B;
  padding: 5px 0;
  color: #8B8B8B;
  text-align: left;
  color: #000;
  font-weight: normal;
  font-size: 14px;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_3 .price #prix span,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_3 .price #prix span,
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_4 .price #prix span,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_4 .price #prix span,
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_3 .price #prix_2 span,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_3 .price #prix_2 span,
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_4 .price #prix_2 span,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_4 .price #prix_2 span {
  color: black;
  font-size: 1.3em;
  font-weight: bold;
  display: inline-block;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_3 .price sup,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_3 .price sup,
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_4 .price sup,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_4 .price sup {
  display: block;
  font-size: 12px;
  line-height: 1.1;
  color: #808080;
  margin-top: 15px;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_3 #nombre_separations span,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_3 #nombre_separations span,
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_4 #nombre_separations span,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_4 #nombre_separations span {
  color: black;
  font-size: 1.3em;
  font-weight: bold;
  display: inline-block;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_4,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_4 {
  flex-wrap: wrap;
  align-items: flex-start;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_4 .droite .responsive,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_4 .droite .responsive {
  background: none;
  box-shadow: none;
  transform: none;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_4 .droite .responsive .fix,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_4 .droite .responsive .fix {
  padding-bottom: 56%;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_4 .droite .responsive video,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_4 .droite .responsive video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_4 .add_to_cart,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_4 .add_to_cart {
  flex: 0 0 100%;
  margin-top: 50px;
  transform: translateY(50%);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_4 .add_to_cart button,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_4 .add_to_cart button {
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #000;
  border-radius: 20px;
  outline: none;
  border: none;
  margin-right: 20px;
  transition: all 0.3s ease-out;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_4 .add_to_cart button span,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_4 .add_to_cart button span {
  position: relative;
  z-index: 99;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_4 .add_to_cart button i,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_4 .add_to_cart button i {
  z-index: 99;
  position: relative;
  font-size: 20px;
  margin-right: 10px;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_4 .add_to_cart button:before,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_4 .add_to_cart button:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #BA1F19;
  transform: translateY(100%);
  transition: all 0.3s ease;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_4 .add_to_cart button:hover,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_4 .add_to_cart button:hover {
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.4);
  color: #FFF;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_4 .add_to_cart button:hover:before,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_4 .add_to_cart button:hover:before {
  transform: translateY(0%);
}
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_4 .add_to_cart button#ajouter_panier,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_4 .add_to_cart button#ajouter_panier {
  background: #BA1F19;
  color: #FFF;
}
body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_4 .add_to_cart button#ajouter_panier.waiting,
body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_4 .add_to_cart button#ajouter_panier.waiting {
  background: #e6e6e6;
  box-shadow: none;
  color: #8B8B8B;
  cursor: progress;
}
@media screen and (max-width: 768px) {
  body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_4 .add_to_cart,
  body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_4 .add_to_cart {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_4 .add_to_cart button,
  body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_4 .add_to_cart button {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_4 .droite,
  body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_4 .droite {
    order: 1;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_4 .gauche,
  body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_4 .gauche {
    order: 2;
  }
  body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_4 .gauche .top,
  body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_4 .gauche .top {
    margin-bottom: 0px;
  }
  body.page-template-configurateur main #configurateur .clapet .content_clapet.clapet_4 .add_to_cart,
  body.page-template-lieconfigurateur main #configurateur .clapet .content_clapet.clapet_4 .add_to_cart {
    order: 3;
    margin-top: 0px;
  }
}
body.page-template-configurateur main #configurateur .clapet.active,
body.page-template-lieconfigurateur main #configurateur .clapet.active {
  background: #f0f0f0;
  padding: 60px 0 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  body.page-template-configurateur main #configurateur .clapet.active,
  body.page-template-lieconfigurateur main #configurateur .clapet.active {
    background: none;
    padding: 20px;
    margin-bottom: 0px;
  }
}
body.page-template-configurateur main #configurateur .clapet.active .number,
body.page-template-lieconfigurateur main #configurateur .clapet.active .number {
  transform: translateX(0);
  font-weight: bold;
}
body.page-template-configurateur main #configurateur .clapet.active .content_clapet,
body.page-template-lieconfigurateur main #configurateur .clapet.active .content_clapet {
  display: flex;
  animation: appearFromBottom 0.3s ease-in-out backwards;
  animation-delay: 0.2s;
}
@media screen and (max-width: 768px) {
  body.page-template-configurateur main #configurateur .clapet.active .content_clapet,
  body.page-template-lieconfigurateur main #configurateur .clapet.active .content_clapet {
    flex-direction: column;
  }
}
body.page-template-configurateur main #configurateur .clapet:last-child.active,
body.page-template-lieconfigurateur main #configurateur .clapet:last-child.active {
  margin-bottom: 200px;
}
body.page-template-configurateur main .share_modale,
body.page-template-lieconfigurateur main .share_modale {
  position: fixed;
  width: 90%;
  max-width: 600px;
  background: #FFF;
  border-radius: 12px;
  border: solid 1px rgba(0, 0, 0, 0.16);
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 9999;
  display: none;
}
body.page-template-configurateur main .share_modale .top,
body.page-template-lieconfigurateur main .share_modale .top {
  background: #f0f0f0;
  padding: 10px 20px;
  border-radius: 12px 12px 0 0;
}
body.page-template-configurateur main .share_modale .field label,
body.page-template-lieconfigurateur main .share_modale .field label {
  font-weight: bold;
  color: #000;
  font-size: 14px;
  display: block;
}
body.page-template-configurateur main .share_modale .field label span,
body.page-template-lieconfigurateur main .share_modale .field label span {
  display: block;
  font-size: 12px;
  font-style: italic;
  color: #666666;
  font-weight: normal;
}
body.page-template-configurateur main .share_modale .field .bootstrap-tagsinput,
body.page-template-lieconfigurateur main .share_modale .field .bootstrap-tagsinput {
  width: 100%;
}
body.page-template-configurateur main .share_modale .field .bootstrap-tagsinput span.tag,
body.page-template-lieconfigurateur main .share_modale .field .bootstrap-tagsinput span.tag {
  background: #BA1F19;
  color: #FFF;
  display: inline-block;
  font-size: 12px;
  border-radius: 5px;
  padding: 1px 5px;
}
body.page-template-configurateur main .share_modale .field input[type="text"],
body.page-template-lieconfigurateur main .share_modale .field input[type="text"],
body.page-template-configurateur main .share_modale .field textarea,
body.page-template-lieconfigurateur main .share_modale .field textarea {
  width: 100%;
  min-width: 100% !important;
  border: none;
  background: #FFF;
  padding: 4px 6px;
  display: block;
  outline: none;
  font-size: 14px;
}
body.page-template-configurateur main .share_modale .field button#send_message,
body.page-template-lieconfigurateur main .share_modale .field button#send_message {
  background: #BA1F19;
  padding: 0.4em 2em;
  border-radius: 2em;
  display: block;
  float: right;
  color: #FFF;
  margin-top: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: -0.04em;
  border: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease-out;
  cursor: pointer;
  outline: none;
}
body.page-template-configurateur main .share_modale .field button#send_message:hover,
body.page-template-lieconfigurateur main .share_modale .field button#send_message:hover {
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.4);
}
body.page-template-configurateur main .share_modale .field textarea,
body.page-template-lieconfigurateur main .share_modale .field textarea {
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border: 1px solid #ccc;
}
body.page-template-configurateur main .share_modale .field.message,
body.page-template-lieconfigurateur main .share_modale .field.message {
  padding: 20px;
}
body.page-template-configurateur main .share_modale.active,
body.page-template-lieconfigurateur main .share_modale.active {
  display: block;
  box-shadow: 0px 0px 2000px 1000px rgba(0, 0, 0, 0.7);
}
body.page-template-configurateur #clapet-intro,
body.page-template-lieconfigurateur #clapet-intro {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
