.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  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-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

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

.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: flex !important;
}

.d-inline-flex {
  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: flex !important;
  }

  .d-sm-inline-flex {
    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: flex !important;
  }

  .d-md-inline-flex {
    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: flex !important;
  }

  .d-lg-inline-flex {
    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: flex !important;
  }

  .d-xl-inline-flex {
    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: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

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

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

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

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

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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 {
  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;
}

body::before {
  content: "none";
  display: none;
  /* Prevent from displaying. */
  content: "xl";
}
@media (max-width: 1199.98px) {
  body::before {
    content: "lg";
  }
}
@media (max-width: 991.98px) {
  body::before {
    content: "md";
  }
}
@media (max-width: 767.98px) {
  body::before {
    content: "sm";
  }
}
@media (max-width: 575.98px) {
  body::before {
    content: "xs";
  }
}

.pn-btn {
  background: transparent;
  box-sizing: content-box;
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 18px 30px;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  outline: none;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  background-color: #e00034;
}
.pn-btn:hover {
  background: #000;
  color: #fff !important;
}
.pn-btn:before, .pn-btn:after {
  display: none !important;
}
.pn-btn:before {
  background-color: #e00034;
  border: 1px solid #e00034;
  content: "";
  display: block;
  height: calc(100% - 2px);
  left: 0;
  position: absolute;
  transition: background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, border-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  top: 0;
  width: calc(100% - 2px);
  transform: skew(-10deg, 0);
}
.pn-btn:focus:before {
  border: 1px solid #e00034;
}
.pn-btn span {
  position: relative;
}
.pn-btn.has-border {
  color: #e00034;
}
.pn-btn.has-border:before {
  background-color: #fff;
}
.pn-btn.reset {
  background-color: transparent;
  padding: 0;
  color: black;
  font-weight: normal;
  text-transform: none;
}
.pn-btn.reset:before, .pn-btn.reset:after {
  display: none;
}
@media (max-width: 767.98px) {
  .pn-btn {
    width: 250px;
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .pn-btn {
    width: 200px;
  }
}

.b-bt {
  display: inline-block;
  font-family: "montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  text-decoration: none;
  margin: 30px 0px;
}
.b-bt.green {
  color: #99CA3F;
}
.b-bt.scrollto {
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: bold;
}
.b-bt.scrollto svg {
  margin-right: 10px;
}

button.lity-close {
  background-color: transparent;
  padding: 0;
  right: 20px;
  top: 20px;
}
button.lity-close:before, button.lity-close:after {
  display: none;
}

.pn-form .container-fluid, .pn-form .container-sm, .pn-form .container-md, .pn-form .container-lg, .pn-form .container-xl, .cweb-form .container-fluid, .cweb-form .container-sm, .cweb-form .container-md, .cweb-form .container-lg, .cweb-form .container-xl {
  padding: 0;
}
.pn-form .container-fluid .row, .pn-form .container-sm .row, .pn-form .container-md .row, .pn-form .container-lg .row, .pn-form .container-xl .row, .cweb-form .container-fluid .row, .cweb-form .container-sm .row, .cweb-form .container-md .row, .cweb-form .container-lg .row, .cweb-form .container-xl .row {
  flex-wrap: nowrap;
}
.pn-form .search-flex, .cweb-form .search-flex {
  display: block;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .pn-form .search-flex, .cweb-form .search-flex {
    display: flex;
    margin-top: 0;
  }
}
.pn-form .pwd-table .row, .cweb-form .pwd-table .row {
  margin-bottom: 25px;
}
.pn-form .pwd-table .row .pwd-col, .cweb-form .pwd-table .row .pwd-col {
  width: auto;
}
.pn-form .pwd-table .row:last-child, .cweb-form .pwd-table .row:last-child {
  margin-bottom: 0;
}
.pn-form .pwd-table .row .pwd-col-align, .cweb-form .pwd-table .row .pwd-col-align {
  align-items: center;
  display: flex;
  padding-top: 29px;
}
.pn-form .pwd-table .row .legend, .cweb-form .pwd-table .row .legend {
  color: #6A6A6A;
  font-size: 14px;
  line-height: 22px;
}
.pn-form .input-wrapper, .cweb-form .input-wrapper {
  position: relative;
  margin-bottom: 25px;
  width: 100%;
}
.pn-form .input-wrapper:last-child, .cweb-form .input-wrapper:last-child {
  margin-bottom: 0;
}
.pn-form .input-wrapper .input-links, .cweb-form .input-wrapper .input-links {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 5px;
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
html.notouch .pn-form .input-wrapper .input-links:hover, html.notouch .cweb-form .input-wrapper .input-links:hover {
  color: #1E1E1E;
}
.pn-form .input-wrapper label, .cweb-form .input-wrapper label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 7px;
  width: 100%;
}
.pn-form .input-wrapper label .limit, .cweb-form .input-wrapper label .limit {
  color: #e00034;
  font-size: 14px;
  font-weight: 400;
}
.pn-form .input-wrapper input, .pn-form .input-wrapper textarea, .cweb-form .input-wrapper input, .cweb-form .input-wrapper textarea {
  display: block;
  transition: border-color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  width: 100%;
}
.pn-form .input-wrapper input.error, .pn-form .input-wrapper textarea.error, .cweb-form .input-wrapper input.error, .cweb-form .input-wrapper textarea.error {
  border-color: #e00034;
}
.pn-form .input-wrapper .fixed-input, .cweb-form .input-wrapper .fixed-input {
  font-size: 16px;
  font-weight: 400;
  line-height: 48px;
}
.pn-form .input-wrapper textarea, .cweb-form .input-wrapper textarea {
  min-height: 150px;
  resize: none;
}
.pn-form .input-wrapper span.error, .cweb-form .input-wrapper span.error {
  position: absolute;
  bottom: 9px;
  right: 9px;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #e00034;
  border-radius: 50%;
  text-indent: -9999px;
}
.pn-form .input-wrapper span.error:after, .cweb-form .input-wrapper span.error:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 19px;
  background: url(../../../content/themes/salon-colabor/img/icn-error.svg) 0 0/auto 100% no-repeat;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.pn-form .input-wrapper span.error.valid, .cweb-form .input-wrapper span.error.valid {
  background-color: #99CA3F;
}
.pn-form .input-wrapper span.error.valid:after, .cweb-form .input-wrapper span.error.valid:after {
  width: 14px;
  height: 14px;
  background: url(../../../content/themes/salon-colabor/img/icn-valid.svg) 0 0/auto 100% no-repeat;
}
.pn-form .input-wrapper:not(.display-valid) span.error.valid, .cweb-form .input-wrapper:not(.display-valid) span.error.valid {
  display: none !important;
}
.pn-form .input-wrapper.icon-submit input, .cweb-form .input-wrapper.icon-submit input {
  padding-right: 48px;
}
.pn-form .input-wrapper.icon-submit span.error, .cweb-form .input-wrapper.icon-submit span.error {
  right: 57px;
}
.pn-form .input-wrapper.icon-submit button[type=submit], .cweb-form .input-wrapper.icon-submit button[type=submit] {
  align-items: center;
  display: flex;
  height: 48px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
}
.pn-form .input-wrapper.icon-submit button[type=submit].search-icon svg, .cweb-form .input-wrapper.icon-submit button[type=submit].search-icon svg {
  height: 28px;
  width: 28px;
}
.pn-form .input-wrapper.icon-submit button[type=submit].search-icon svg g, .cweb-form .input-wrapper.icon-submit button[type=submit].search-icon svg g {
  fill: #e00034;
}
.pn-form .input-wrapper.icon-submit button[type=submit].search-icon svg path, .cweb-form .input-wrapper.icon-submit button[type=submit].search-icon svg path {
  transition: fill 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
html.notouch .pn-form .input-wrapper.icon-submit button[type=submit]:hover svg g, html.notouch .cweb-form .input-wrapper.icon-submit button[type=submit]:hover svg g {
  fill: #1E1E1E;
}
.pn-form .input-file-legend li, .cweb-form .input-file-legend li {
  color: rgba(30, 30, 30, 0.5);
  font-size: 14px;
  line-height: 19px;
}
.pn-form .form-message, .cweb-form .form-message {
  background-color: rgba(224, 0, 52, 0.1);
  border: 1px solid #e00034;
  height: 0;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
  margin-top: 40px;
  opacity: 0;
  overflow: hidden;
  will-change: height;
}
.pn-form .form-message p, .cweb-form .form-message p {
  color: red;
  padding: 15px 30px 15px 20px;
  margin-bottom: 0 !important;
}
.pn-form .form-message.is-valid, .cweb-form .form-message.is-valid {
  background-color: rgba(153, 202, 63, 0.1);
  border-color: #99CA3F;
}
.pn-form .form-message.is-valid p, .cweb-form .form-message.is-valid p {
  color: #99CA3F;
}
.pn-form .form-message.is-open, .cweb-form .form-message.is-open {
  height: auto;
  opacity: 1;
}
.pn-form .submit-wrapper, .cweb-form .submit-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}
.pn-form .submit-wrapper .pn-btn, .cweb-form .submit-wrapper .pn-btn {
  margin-left: 30px;
  outline: none;
}
.pn-form .submit-wrapper .pn-btn:first-child, .cweb-form .submit-wrapper .pn-btn:first-child {
  margin-left: 0;
}
.pn-form .submit-wrapper .pn-loader, .cweb-form .submit-wrapper .pn-loader {
  margin-top: -20px;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  top: 50%;
}
.pn-form .submit-wrapper .pn-loader.is-visible, .cweb-form .submit-wrapper .pn-loader.is-visible {
  opacity: 1;
}
@media (max-width: 767.98px) {
  .pn-form .container-fluid .row, .pn-form .container-sm .row, .pn-form .container-md .row, .pn-form .container-lg .row, .pn-form .container-xl .row, .cweb-form .container-fluid .row, .cweb-form .container-sm .row, .cweb-form .container-md .row, .cweb-form .container-lg .row, .cweb-form .container-xl .row {
    flex-direction: column-reverse;
  }
  .pn-form .container-fluid .row .form-col, .pn-form .container-sm .row .form-col, .pn-form .container-md .row .form-col, .pn-form .container-lg .row .form-col, .pn-form .container-xl .row .form-col, .cweb-form .container-fluid .row .form-col, .cweb-form .container-sm .row .form-col, .cweb-form .container-md .row .form-col, .cweb-form .container-lg .row .form-col, .cweb-form .container-xl .row .form-col {
    margin-bottom: 25px;
    width: auto;
  }
  .pn-form .container-fluid .row .form-col:first-child, .pn-form .container-sm .row .form-col:first-child, .pn-form .container-md .row .form-col:first-child, .pn-form .container-lg .row .form-col:first-child, .pn-form .container-xl .row .form-col:first-child, .cweb-form .container-fluid .row .form-col:first-child, .cweb-form .container-sm .row .form-col:first-child, .cweb-form .container-md .row .form-col:first-child, .cweb-form .container-lg .row .form-col:first-child, .cweb-form .container-xl .row .form-col:first-child {
    margin-bottom: 0;
  }
  .pn-form .pwd-table .row, .cweb-form .pwd-table .row {
    flex-direction: column;
  }
  .pn-form .pwd-table .row .pwd-col-align, .cweb-form .pwd-table .row .pwd-col-align {
    padding-top: 10px;
  }
  .pn-form .form-message, .cweb-form .form-message {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .pn-form .submit-wrapper, .cweb-form .submit-wrapper {
    flex-direction: column;
    padding-bottom: 50px;
  }
  .pn-form .submit-wrapper .pn-btn, .cweb-form .submit-wrapper .pn-btn {
    margin-bottom: 30px;
  }
  .pn-form .submit-wrapper .pn-btn:first-child, .cweb-form .submit-wrapper .pn-btn:first-child {
    margin-left: 13px;
  }
  .pn-form .submit-wrapper .pn-btn:last-child, .cweb-form .submit-wrapper .pn-btn:last-child {
    margin-bottom: 0;
    margin-left: 0;
  }
  .pn-form .submit-wrapper .loader, .cweb-form .submit-wrapper .loader {
    margin-right: -20px;
    margin-top: 0;
    right: 50%;
    bottom: 0;
    top: auto;
  }
}

@media print {
  .print-none {
    display: none !important;
  }

  .print-block {
    display: block !important;
  }

  .print-break {
    page-break-after: always;
  }
}
/*
 * 1. Wrappers
 ****************************************************************/
html {
  margin: 0;
  padding: 0;
  position: relative;
  height: auto;
  width: 100%;
}
html.scroll-disabled {
  overflow: hidden;
}
html.scroll-disabled body {
  overflow: hidden;
}
html .container {
  max-width: 1110px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  html .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
html .section-max {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  html .section-max {
    padding-left: 30px;
    padding-right: 30px;
  }
}
html #wrapper {
  text-align: left;
}
html .green {
  color: #99CA3F;
}
html .bt,
html input[type=submit] {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  background: #e00034;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
html .bt:before, html .bt:after,
html input[type=submit]:before,
html input[type=submit]:after {
  display: none !important;
}
@media (min-width: 768px) {
  html .bt,
html input[type=submit] {
    padding: 18px 30px;
    font-size: 16px;
  }
}
html .bt.bt-inverted,
html input[type=submit].bt-inverted {
  background: #fff;
  color: #e00034;
}
html .bt.bt-inverted:hover,
html input[type=submit].bt-inverted:hover {
  background: #000;
  color: #fff;
}
html .text-wrapper h1,
html .text-wrapper .h1 {
  margin-bottom: 30px;
  font-size: 44px;
  line-height: 1.23;
  font-weight: bold;
  color: #1e1e1e;
  text-align: center;
}
html .text-wrapper h2,
html .text-wrapper .h2 {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1.21;
  font-weight: bold;
  color: #1e1e1e;
}
@media (min-width: 768px) {
  html .text-wrapper h2,
html .text-wrapper .h2 {
    font-size: 28px;
  }
}
html .text-wrapper h3 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.21;
  margin-bottom: 40px;
  font-weight: 700;
}
html .text-wrapper p {
  margin-bottom: 20px;
}
html .text-logo.datetime {
  display: inline-block;
  color: #fff;
  text-align: center;
  position: relative;
}
html .text-logo.datetime h1 {
  font-size: 85px;
  line-height: 0.4;
  padding-bottom: 25px;
  border-bottom: 2px solid white;
  text-align: center;
  font-weight: 700;
}
html .text-logo.datetime h1 span {
  font-size: 27px;
}
html .text-logo.datetime p {
  font-size: 15.5px;
  line-height: 0.8;
  letter-spacing: unset;
  margin-top: 10px;
  font-weight: 700;
}
html .text-logo.datetime p span {
  font-size: 8.3px;
}
html .text-logo.economies {
  position: relative;
  width: 100%;
}
html .text-logo.location {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
}
html .text-logo.location sup {
  font-size: 60%;
  text-transform: none;
}
html .text-logo.location .datetime {
  display: inline-block;
  color: #fff;
  text-align: left;
  position: relative;
}
html .text-logo.location .datetime h1 {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 2px solid white;
  text-align: left;
  font-weight: 700;
}
html .text-logo.location .datetime h1 span {
  display: block;
  font-size: 27px;
}
html .text-logo.location .datetime p {
  font-size: 15.5px;
  line-height: 0.8;
  letter-spacing: unset;
  margin-top: 0;
  font-weight: 700;
}
html .text-logo.location .datetime p span {
  font-size: 8.3px;
}
html .text-logo.location .location-sep {
  margin-top: 50px;
}
@media (min-width: 768px) {
  html .text-logo.location .location-sep {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  html .text-logo.location .location-sep {
    margin-top: 100px;
  }
}
html .text-logo.location h2 {
  text-align: left;
  color: white;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
}
html .text-logo.location .last-paragraph {
  font-weight: 700;
  line-height: 1.1 !important;
  text-align: left !important;
  font-size: 16px;
}
html .text-logo.location p.online {
  font-size: 20px;
  line-height: 1;
  letter-spacing: unset;
  margin-top: 25px;
  font-weight: 700;
  padding-top: 10px;
  border-top: 2px solid white;
}
html .text-logo.location p.online span {
  font-size: 15px;
  line-height: 1 !important;
  display: block;
}
html .row {
  display: block;
}
@media (min-width: 768px) {
  html .row {
    display: flex;
  }
}
html .slick-track {
  display: flex !important;
}
html .slick-slide {
  height: inherit !important;
}
html .slick-slide > div {
  height: 100%;
}
html .content .container {
  margin-left: auto;
  margin-right: auto;
}
html .banner-colabor .sc-py-50 {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  html .banner-colabor .sc-py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
html .banner-colabor .sc-mx-35 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  html .banner-colabor .sc-mx-35 {
    margin-left: 35px;
    margin-right: 35px;
  }
}
html .banner-colabor > .sc-items-center {
  display: block;
  align-items: flex-start;
}
@media (min-width: 768px) {
  html .banner-colabor > .sc-items-center {
    display: flex;
    align-items: center;
  }
}
html .banner-colabor .sc-rounded-full {
  flex: 0 0 50px;
}
html .banner-colabor .description {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  html .banner-colabor .description {
    padding-left: 0;
    padding-right: 35px;
  }
}
html .banner-colabor .description .sc-text-28 {
  text-align: center;
  font-size: 1.25rem;
  margin: 10px 0;
}
@media (min-width: 768px) {
  html .banner-colabor .description .sc-text-28 {
    font-size: 1.75rem;
    text-align: left;
    margin: 0;
  }
}
html .banner-colabor .description .sc-text-20 {
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  html .banner-colabor .description .sc-text-20 {
    font-size: 1.25rem;
  }
}
html .h-screen-fix {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
@media (max-width: 767px) {
  html .confirmation-activation h1 span {
    font-size: 2rem;
  }
}
html table {
  --trDisplaySm: block;
  --thDisplaySm: block;
  --tdDisplaySm: block;
  --theadDisplaySm: block;
  --thMobileDisplaySm: inline-block;
}
html table td {
  vertical-align: middle;
  padding: 8px 10px;
}
html table th {
  padding: 18px 10px;
  font-weight: 700;
}
html table .th-wrap {
  display: none;
}
@media (max-width: 991.98px) {
  html table {
    display: block;
    width: auto !important;
    min-width: auto !important;
  }
  html table > thead, html table > tbody, html table > tfoot {
    display: block;
    width: auto;
  }
  html table > thead > tr, html table > tbody > tr, html table > tfoot > tr {
    display: var(--trDisplaySm);
    width: auto;
  }
  html table > thead > tr > th, html table > tbody > tr > th, html table > tfoot > tr > th {
    display: var(--thDisplaySm);
    width: auto;
  }
  html table > thead > tr > td, html table > tbody > tr > td, html table > tfoot > tr > td {
    display: var(--trDisplaySm);
    width: auto;
  }
  html table > thead {
    display: var(--theadDisplaySm);
  }
  html table .th-wrap {
    display: var(--thMobileDisplaySm);
  }
}
html .form-kiosk table,
html .products-table {
  --theadDisplaySm: none;
}
html .form-kiosk table > tbody > tr.odd,
html .products-table > tbody > tr.odd {
  background-color: #f9f9f9;
}
html .table-summary table,
html .form-kiosk table {
  --theadDisplaySm: none;
}

.icon {
  height: 22px;
  width: 22px;
  min-width: 22px;
  background-size: cover;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.icon.pourcent {
  background-image: url(../../../content/themes/salon-colabor/img/mdi-sale.svg);
}
.icon.time {
  height: 20px;
  background-image: url(../../../content/themes/salon-colabor/img/history.svg);
}

.iconed {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
}

.new-characteristics {
  height: 100%;
  width: 100%;
  background-color: #E00134;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 50%;
  flex-direction: column;
}
.new-characteristics.small div {
  font-size: 5px;
  color: white;
  line-height: 6px;
}
.new-characteristics div {
  font-size: 12px;
  color: white;
  line-height: 16px;
  font-weight: bold;
}

/*
 * 2. Global style
 ****************************************************************/
.reset-font {
  font-size: 0;
  line-height: 0;
}

.dk-only {
  display: block;
}
@media (max-width: 767.98px) {
  .dk-only {
    display: none;
  }
}

.mb-only {
  display: none;
}
@media (max-width: 767.98px) {
  .mb-only {
    display: block;
  }
}

.text-pink {
  color: #e83e8c;
}

.text-red {
  color: #e00034;
}

.block-error {
  background-color: rgba(224, 0, 52, 0.1);
  border: 1px solid #e00034;
  color: #e00034;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
  padding: 15px 30px 15px 20px;
}
.block-error.is-valid {
  background-color: rgba(153, 202, 63, 0.1);
  border-color: #99CA3F;
  color: #99CA3F;
}
.block-error ul {
  list-style-type: disc;
  padding: 0 0 0 20px;
}

a.is-disabled {
  cursor: default;
  pointer-events: none;
}

/*
 * 3. Overwrite old style
 ****************************************************************/
.select select {
  padding-right: 50px;
  width: 100% !important;
}

.show-all-reps {
  position: relative;
  display: inline-block;
  height: 36px;
  width: 36px;
  background-color: #e00034;
  color: #FFF;
  text-align: center;
}
.show-all-reps .cart-plus:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 1px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.show-all-reps .cart-plus:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 10px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

/*
 * 4. Cookie Consent
 ****************************************************************/
.cc-pc-container button, .cc-nb-main-container button {
  border-radius: 0 !important;
}
.cc-pc-container button:before, .cc-pc-container button:after, .cc-nb-main-container button:before, .cc-nb-main-container button:after {
  display: none;
}
.cc-pc-container button.cc-cp-foot-save, .cc-pc-container button.cc-nb-okagree, .cc-nb-main-container button.cc-cp-foot-save, .cc-nb-main-container button.cc-nb-okagree {
  background-color: #e00034;
  color: #fff;
}

#top-header {
  --paddingTop: 90px;
  --paddingBottom: 20px;
  position: fixed;
  top: 0;
  background: #1E1E1E;
  color: #fff;
  text-align: left;
  font-size: 15px;
  padding: var(--paddingTop) 0 var(--paddingBottom) 0;
  z-index: 900;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  overflow: auto;
  transition: all 400ms ease-in-out;
}
#top-header .container {
  transition: opacity 400ms 200ms ease-in-out;
}
#top-header.nav-enter-start, #top-header.nav-leave-end {
  top: -100%;
}
#top-header.nav-enter-start .container, #top-header.nav-leave-end .container {
  opacity: 0;
}
#top-header.nav-leave .container {
  transition: opacity 200ms ease-in-out;
}
#top-header.nav-enter-end, #top-header.nav-leave-start {
  top: 0;
}
#top-header.nav-enter-end .container, #top-header.nav-leave-start .container {
  opacity: 1;
}
@media (min-width: 1024px) {
  #top-header {
    --paddingTop: 15px;
    --paddingBottom: 15px;
    z-index: 1000;
    position: -webkit-sticky;
    position: sticky;
    height: auto !important;
    display: block !important;
    overflow: unset;
  }
}
#top-header a {
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
}
#top-header .header-date {
  text-transform: uppercase;
}
#top-header .header-date span {
  color: #e00034;
}
@media (min-width: 1024px) {
  #top-header .primary-nav {
    display: none;
  }
}
#top-header .primary-nav li {
  text-align: center;
  margin: 20px 0;
}
#top-header .primary-nav li a {
  font-size: 24px;
}
#top-header .primary-nav li.mobile-menu {
  display: none;
}
#top-header .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 50px);
}
@media (min-width: 1024px) {
  #top-header .container {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  #top-header nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
#top-header nav .nav-item {
  position: relative;
  padding: 5px 10px;
}
@media (min-width: 1024px) {
  #top-header nav .nav-item {
    padding: 0 10px;
  }
  #top-header nav .nav-item::after {
    content: "";
    display: block;
    background-color: #C6C6C6;
    height: 16px;
    right: 0;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 1px;
  }
  #top-header nav .nav-item:last-child {
    padding-right: 0;
  }
  #top-header nav .nav-item:last-child::after {
    display: none;
  }
}
#top-header nav .nav-item.nav-notification, #top-header nav .nav-item.nav-cart {
  display: none;
}
@media (min-width: 1024px) {
  #top-header nav .nav-item.nav-notification, #top-header nav .nav-item.nav-cart {
    display: block;
  }
}
#top-header nav .nav-item a {
  display: inline-flex;
  align-items: center;
  height: 50px;
}
@media (min-width: 1024px) {
  #top-header nav .nav-item a {
    display: flex;
    height: auto;
  }
}
#top-header nav .nav-item > a {
  transition: color 300ms;
}
@media (min-width: 1024px) {
  #top-header nav .nav-item > a {
    margin: 0;
  }
}
#top-header nav .nav-item > a svg {
  transition: transform 300ms ease-out;
}
#top-header nav .nav-item > a > span {
  margin: 0 5px;
}
#top-header nav .nav-item > a svg {
  margin: 0 5px;
}
#top-header nav .nav-item > a:hover, #top-header nav .nav-item > a.active {
  color: #e00034;
}
#top-header nav .nav-item > a:hover svg path, #top-header nav .nav-item > a:hover svg polygon, #top-header nav .nav-item > a.active svg path, #top-header nav .nav-item > a.active svg polygon {
  fill: #e00034;
}
#top-header nav .nav-item > a.active svg {
  transform: rotate(180deg);
}
#top-header nav .nav-item .sub-nav {
  position: absolute;
  background: #1E1E1E;
  padding: 20px;
  bottom: 100%;
  min-width: 100%;
}
@media (min-width: 1024px) {
  #top-header nav .nav-item .sub-nav {
    bottom: auto;
    top: calc(100% + var(--paddingBottom));
  }
}
#top-header nav .nav-item .sub-nav ul li {
  margin: 10px 0;
}
#top-header nav .nav-item .sub-nav ul li:first-child {
  margin-top: 0;
}
#top-header nav .nav-item .sub-nav ul li:last-child {
  margin-bottom: 0;
}
#top-header nav .nav-item .sub-nav-enter {
  transition: transform 300ms ease-out, opacity 100ms 200ms linear;
}
#top-header nav .nav-item .sub-nav-enter-start {
  opacity: 0;
  transform: translate3d(0, -100%, 0);
}
#top-header nav .nav-item .sub-nav-enter-end {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.cart-outer-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
}
.cart-outer-container .cart-inner-container {
  visibility: hidden;
  transition: transform 0.25s;
  transform: translateY(95%);
  position: absolute;
}
.cart-outer-container:hover .cart-inner-container {
  display: flex;
  flex-wrap: wrap;
  visibility: visible;
  cursor: auto;
  height: auto;
  min-width: 482px;
  min-height: 150px;
  position: absolute;
  padding: 0;
  background: #fff;
  bottom: -15px;
  transform: translateY(100%);
  z-index: 200;
  border-top: 3px solid #e00034;
  filter: drop-shadow(0px 2px 35px rgba(0, 0, 0, 0.5));
}
.cart-outer-container .invisible-overlay {
  position: absolute;
  width: 120%;
  height: calc(100% + 20px);
  bottom: 0;
  z-index: -1;
}

header.header-phase3 {
  position: relative;
  width: 100%;
  z-index: 10;
}
header.header-phase3 .header-top {
  background-color: #1E1E1E;
  position: relative;
  z-index: 4;
}
header.header-phase3 .header-top .header-top-inner {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
header.header-phase3 .header-top .header-top-inner .nav-item {
  padding: 10px 20px 10px;
  position: relative;
}
header.header-phase3 .header-top .header-top-inner .nav-item .circle {
  color: white;
  background-color: #9F9F9F;
  border-radius: 50%;
  display: block;
  height: 23px;
  font-size: 9px;
  line-height: 23px;
  text-align: center;
  transition: background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  width: 23px;
  font-weight: bold;
}
header.header-phase3 .header-top .header-top-inner .nav-item .circle.red {
  background-color: #e00034;
}
header.header-phase3 .header-top .header-top-inner .nav-item .circle.green {
  background-color: #99CA3F;
}
header.header-phase3 .header-top .header-top-inner .nav-item > a {
  background-color: #1E1E1E;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: "montserrat";
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
header.header-phase3 .header-top .header-top-inner .nav-item > a > span:last-child {
  margin-left: 10px;
}
header.header-phase3 .header-top .header-top-inner .nav-item > a > span:first-child {
  margin-left: 0;
}
header.header-phase3 .header-top .header-top-inner .nav-item > a span.circle {
  margin-left: 0;
}
header.header-phase3 .header-top .header-top-inner .nav-item > a .reset-font {
  display: inline-block;
}
header.header-phase3 .header-top .header-top-inner .nav-item > a svg {
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
header.header-phase3 .header-top .header-top-inner .nav-item > a svg polygon, header.header-phase3 .header-top .header-top-inner .nav-item > a svg path {
  transition: fill 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
html.notouch header.header-phase3 .header-top .header-top-inner .nav-item > a:hover {
  color: #8E8E8E;
}
html.notouch header.header-phase3 .header-top .header-top-inner .nav-item > a:hover svg:not(.hover-variant) g {
  fill: #8E8E8E;
}
html.notouch header.header-phase3 .header-top .header-top-inner .nav-item > a:hover svg.hover-variant path {
  fill: #8E8E8E;
}
header.header-phase3 .header-top .header-top-inner .nav-item .sub-menu-cta {
  align-items: center;
  display: flex;
}
header.header-phase3 .header-top .header-top-inner .nav-item .sub-menu-cta .icon {
  margin-top: 2px;
}
header.header-phase3 .header-top .header-top-inner .nav-item .sub-nav {
  background-color: #1E1E1E;
  display: none;
  height: 0;
  left: 0;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  top: 100%;
  will-change: height;
}
header.header-phase3 .header-top .header-top-inner .nav-item .sub-nav .sub-nav-inner ul {
  display: inline-flex;
  flex-direction: column;
  padding: 12px 0;
}
header.header-phase3 .header-top .header-top-inner .nav-item .sub-nav .sub-nav-inner ul li {
  line-height: 20px;
  padding: 8px 20px;
}
header.header-phase3 .header-top .header-top-inner .nav-item .sub-nav .sub-nav-inner ul li a {
  align-items: center;
  display: flex;
  justify-content: space-between;
  color: #8E8E8E;
  font-family: "montserrat";
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  white-space: nowrap;
}
html.notouch header.header-phase3 .header-top .header-top-inner .nav-item .sub-nav .sub-nav-inner ul li a:hover {
  color: #fff;
}
header.header-phase3 .header-top .header-top-inner .nav-item.nav-status .circle {
  height: 12px;
  width: 12px;
}
header.header-phase3 .header-top .header-top-inner .nav-item.nav-status .sub-menu-cta {
  position: relative;
}
header.header-phase3 .header-top .header-top-inner .nav-item.nav-status .sub-menu-cta .circle {
  left: 55%;
  position: absolute;
  top: 55%;
}
header.header-phase3 .header-top .header-top-inner .nav-item.nav-status .sub-nav .sub-nav-inner ul li a .circle {
  flex-shrink: 0;
  flex-grow: 0;
  margin-left: 30px;
}
header.header-phase3 .header-top .header-top-inner .nav-item.nav-status.is-online .sub-menu-cta .circle {
  background-color: #99CA3F;
}
header.header-phase3 .header-top .header-top-inner .nav-item.nav-user .sub-menu-cta span:not(.reset-font) {
  text-transform: capitalize;
}
header.header-phase3 .header-top .header-top-inner .nav-item.nav-user .sub-nav .sub-nav-inner ul li a span:first-child {
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 15px;
}
header.header-phase3 .header-top .header-top-inner .nav-item.nav-user .sub-nav .sub-nav-inner ul li a span.offset {
  margin-left: -4px;
}
header.header-phase3 .header-top .header-top-inner .nav-item.nav-rapport a, header.header-phase3 .header-top .header-top-inner .nav-item.nav-stores a {
  align-items: center;
  display: flex;
}
header.header-phase3 .header-top .header-top-inner .nav-item.nav-stores div {
  color: #fff;
  align-items: center;
  display: flex;
  font-family: "montserrat";
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
header.header-phase3 .header-top .header-top-inner .nav-item.nav-stores a > span, header.header-phase3 .header-top .header-top-inner .nav-item.nav-stores div > span {
  margin-right: 0;
  margin-left: 0;
}
header.header-phase3 .header-top .header-top-inner .nav-item.nav-stores a > span:last-child, header.header-phase3 .header-top .header-top-inner .nav-item.nav-stores div > span:last-child {
  margin-left: 5px;
}
header.header-phase3 .header-top .header-top-inner .nav-item.nav-stores a > span:first-child, header.header-phase3 .header-top .header-top-inner .nav-item.nav-stores div > span:first-child {
  margin-right: 10px;
}
header.header-phase3 .header-top .header-top-inner .nav-item.nav-passport .circle {
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
header.header-phase3 .header-top .header-top-inner .nav-item.nav-passport .sub-menu-cta {
  position: relative;
}
header.header-phase3 .header-top .header-top-inner .nav-item.nav-passport .sub-menu-cta .picto {
  position: relative;
  margin-right: 10px;
}
header.header-phase3 .header-top .header-top-inner .nav-item.nav-passport .sub-menu-cta .picto .circle {
  bottom: 45%;
  left: 55%;
  position: absolute;
}
header.header-phase3 .header-top .header-top-inner .nav-item.nav-passport .sub-nav .sub-nav-inner ul li a .circle {
  flex-shrink: 0;
  flex-grow: 0;
  margin-left: 30px;
}
header.header-phase3 .header-top .header-top-inner .nav-item.nav-passport.counter-active .circle {
  opacity: 1;
}
header.header-phase3 .header-top .header-top-inner .nav-item.nav-cart .circle {
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
header.header-phase3 .header-top .header-top-inner .nav-item.nav-cart a {
  position: relative;
}
header.header-phase3 .header-top .header-top-inner .nav-item.nav-cart a .circle {
  bottom: 45%;
  left: 55%;
  position: absolute;
}
header.header-phase3 .header-top .header-top-inner .nav-item.nav-cart.counter-active .circle {
  opacity: 1;
}
header.header-phase3 .header-top .header-top-inner .nav-item.nav-lang {
  padding: 0 0 0 20px;
}
header.header-phase3 .header-top .header-top-inner .nav-item:before {
  background-color: #6A6A6A;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 1px;
}
header.header-phase3 .header-top .header-top-inner .nav-item:first-child:before {
  display: none;
}
header.header-phase3 .header-top .header-top-inner .nav-item.rotate-icon .sub-menu-cta .icon svg {
  transform: rotate(-180deg);
}
header.header-phase3 .header-top .header-top-inner .nav-item.is-open-style .sub-menu-cta {
  color: #8E8E8E;
}
header.header-phase3 .header-top .header-top-inner .nav-item.is-open-style .sub-menu-cta svg:not(.hover-variant) g {
  fill: #8E8E8E;
}
header.header-phase3 .header-top .header-top-inner .nav-item.is-open-style .sub-menu-cta svg.hover-variant path {
  fill: #8E8E8E;
}
header.header-phase3 .header-top .header-top-inner .nav-item.is-open .sub-nav {
  display: block;
  height: auto;
}
header.header-phase3 .header-top .header-top-inner .mb-nav-right {
  display: none;
}
header.header-phase3 .header-top .header-top-inner .mb-nav-right .burger-nav {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  background-color: #1E1E1E;
  height: 58px;
  width: 58px;
  position: relative;
  transition: background-color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
header.header-phase3 .header-top .header-top-inner .mb-nav-right .burger-nav .burger-nav-cta {
  height: 21px;
  position: relative;
  width: 26px;
}
header.header-phase3 .header-top .header-top-inner .mb-nav-right .burger-nav .burger-nav-cta span {
  background-color: #fff;
  height: 3px;
  left: 0;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  transition: background-color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 100%;
  will-change: transform;
}
header.header-phase3 .header-top .header-top-inner .mb-nav-right .burger-nav .burger-nav-cta span:first-child {
  top: 0;
  margin-top: 0;
  transform-origin: 3px 6px;
}
header.header-phase3 .header-top .header-top-inner .mb-nav-right .burger-nav .burger-nav-cta span:nth-child(2) {
  transition: background-color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.6s cubic-bezier(1, 0, 0, 1);
  will-change: opacity;
}
header.header-phase3 .header-top .header-top-inner .mb-nav-right .burger-nav .burger-nav-cta span:last-child {
  top: auto;
  bottom: 0;
  margin-top: 0;
  transform-origin: 2px -4px;
}
html.notouch header.header-phase3 .header-top .header-top-inner .mb-nav-right .burger-nav:hover {
  background-color: #000;
}
header.header-phase3 .header-top .header-top-inner .mb-nav-right .burger-nav.is-cross {
  background-color: #000;
}
header.header-phase3 .header-top .header-top-inner .mb-nav-right .burger-nav.is-cross .burger-nav-cta span:first-child {
  transform: rotate(45deg);
}
header.header-phase3 .header-top .header-top-inner .mb-nav-right .burger-nav.is-cross .burger-nav-cta span:nth-child(2) {
  opacity: 0;
}
header.header-phase3 .header-top .header-top-inner .mb-nav-right .burger-nav.is-cross .burger-nav-cta span:last-child {
  transform: rotate(-45deg);
}
header.header-phase3 .header-bottom {
  position: relative;
  z-index: 0;
}
header.header-phase3 .header-bottom .header-bottom-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
}
header.header-phase3 .header-bottom .header-bottom-inner .primary-nav {
  align-items: center;
  display: flex;
}
header.header-phase3 .header-bottom .header-bottom-inner .primary-nav li {
  margin: 0 20px;
}
header.header-phase3 .header-bottom .header-bottom-inner .primary-nav li:first-child {
  margin-left: 0;
}
header.header-phase3 .header-bottom .header-bottom-inner .primary-nav li:last-child {
  margin-right: 0;
}
header.header-phase3 .header-bottom .header-bottom-inner .primary-nav li a {
  color: #1E1E1E;
  cursor: pointer;
  display: block;
  font-family: "montserrat";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-decoration: none;
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  text-align: center;
}
html.notouch header.header-phase3 .header-bottom .header-bottom-inner .primary-nav li a:hover {
  color: #e00034;
}
@media (max-width: 991.98px) {
  header.header-phase3 .header-top .header-top-inner .nav-item.nav-stores .name {
    display: none;
  }
  header.header-phase3 .header-bottom .header-bottom-inner .primary-nav li {
    margin: 0 10px;
  }
}
@media (max-width: 767.98px) {
  header.header-phase3 .header-top .header-top-inner {
    justify-content: flex-start;
    padding: 0;
    max-width: none;
  }
  header.header-phase3 .header-top .header-top-inner .only-dk {
    display: none;
  }
  header.header-phase3 .header-top .header-top-inner .mb-nav-right {
    align-items: center;
    flex-grow: 2;
    display: flex;
    justify-content: flex-end;
  }
  header.header-phase3 .header-top .header-top-inner .mb-nav-right .nav-item a svg {
    height: 26px;
    width: 26px;
  }
  header.header-phase3 .header-top .header-top-inner .nav-item {
    flex-shrink: 0;
    height: 58px;
    padding: 0;
    position: initial;
    width: 58px;
  }
  header.header-phase3 .header-top .header-top-inner .nav-item:before {
    display: none;
  }
  header.header-phase3 .header-top .header-top-inner .nav-item > a {
    align-items: center;
    height: 100%;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  html.notouch header.header-phase3 .header-top .header-top-inner .nav-item > a:hover {
    background-color: #000;
    color: #fff;
  }
  html.notouch header.header-phase3 .header-top .header-top-inner .nav-item > a:hover svg:not(.hover-variant) g {
    fill: #fff;
  }
  html.notouch header.header-phase3 .header-top .header-top-inner .nav-item > a:hover svg.hover-variant path {
    fill: #fff;
  }
  header.header-phase3 .header-top .header-top-inner .nav-item .sub-nav {
    width: 100vw;
  }
  header.header-phase3 .header-top .header-top-inner .nav-item .sub-nav .sub-nav-inner ul {
    display: flex;
  }
  header.header-phase3 .header-top .header-top-inner .nav-item .sub-nav .sub-nav-inner ul li {
    border-bottom: 1px solid #979797;
    padding: 13px 15px;
  }
  header.header-phase3 .header-top .header-top-inner .nav-item .sub-nav .sub-nav-inner ul li:last-child {
    border-bottom: 0;
  }
  header.header-phase3 .header-top .header-top-inner .nav-item.nav-status .sub-menu-cta {
    align-items: center;
    height: 100%;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  header.header-phase3 .header-top .header-top-inner .nav-item.nav-status .circle {
    height: 14px;
    width: 14px;
  }
  header.header-phase3 .header-top .header-top-inner .nav-item.nav-status .sub-menu-cta svg {
    height: 20px;
    width: 17px;
  }
  header.header-phase3 .header-top .header-top-inner .nav-item.nav-status .sub-menu-cta .circle {
    left: 55%;
    top: 50%;
  }
  header.header-phase3 .header-top .header-top-inner .nav-item.nav-rapport a svg {
    height: 27px;
    width: 22px;
  }
  header.header-phase3 .header-top .header-top-inner .nav-item.nav-stores {
    width: auto;
  }
  header.header-phase3 .header-top .header-top-inner .nav-item.nav-stores a, header.header-phase3 .header-top .header-top-inner .nav-item.nav-stores div {
    display: inline-flex;
    height: 100%;
    padding: 0 10px;
    width: auto;
  }
  header.header-phase3 .header-top .header-top-inner .nav-item.nav-stores a .name, header.header-phase3 .header-top .header-top-inner .nav-item.nav-stores div .name {
    display: none;
  }
  header.header-phase3 .header-top .header-top-inner .nav-item.nav-stores a span:last-child, header.header-phase3 .header-top .header-top-inner .nav-item.nav-stores div span:last-child {
    margin-left: 0;
  }
  header.header-phase3 .header-top .header-top-inner .nav-item.nav-stores a svg, header.header-phase3 .header-top .header-top-inner .nav-item.nav-stores div svg {
    height: 27px;
    width: 27px;
  }
  header.header-phase3 .header-top .header-top-inner .nav-item.nav-passport .sub-menu-cta svg {
    height: 28px;
    width: 22px;
  }
  header.header-phase3 .header-top .header-top-inner .nav-item.nav-passport .sub-menu-cta .picto {
    margin-right: 0;
  }
  header.header-phase3 .header-top .header-top-inner .nav-item.nav-passport .sub-menu-cta .picto .circle {
    bottom: 50%;
    left: 60%;
  }
  header.header-phase3 .header-top .header-top-inner .nav-item.nav-passport .sub-menu-cta .icon {
    display: none;
  }
  header.header-phase3 .header-top .header-top-inner .nav-item.nav-cart a svg {
    height: 26px;
    width: 26px;
  }
  header.header-phase3 .header-top .header-top-inner .nav-item.nav-cart a .circle {
    bottom: 50%;
    left: 60%;
    position: absolute;
  }
  header.header-phase3 .header-top .header-top-inner .nav-item.is-open-style .sub-menu-cta {
    background-color: #000;
    color: #fff;
  }
  header.header-phase3 .header-top .header-top-inner .nav-item.is-open-style .sub-menu-cta svg:not(.hover-variant) g {
    fill: #fff;
  }
  header.header-phase3 .header-top .header-top-inner .nav-item.is-open-style .sub-menu-cta svg.hover-variant path {
    fill: #fff;
  }
  header.header-phase3 .header-bottom .header-bottom-inner {
    max-width: none;
  }
  header.header-phase3 .header-bottom .header-bottom-inner .primary-nav {
    display: none;
  }
}

.foot.foot-phase3 {
  padding-bottom: 0;
}
.foot.foot-phase3 .container {
  display: block;
  background-color: transparent;
}
.foot.foot-phase3 .container .footer-top {
  display: flex;
  margin-bottom: 40px;
}
.foot.foot-phase3 .container .footer-top .ft-right {
  flex-grow: 1;
}
.foot.foot-phase3 .container .footer-top .ft-right .sitemap {
  display: flex;
  margin-bottom: 40px;
}
.foot.foot-phase3 .container .footer-top .ft-right .sitemap .sitemap-col {
  box-sizing: border-box;
  padding-right: 40px;
  width: 34%;
}
.foot.foot-phase3 .container .footer-top .ft-right .sitemap .sitemap-col .title {
  font-size: 19px;
  line-height: 26px;
  letter-spacing: 0.7px;
  margin-bottom: 25px;
}
.foot.foot-phase3 .container .footer-top .ft-right .sitemap .sitemap-col ul li {
  margin-bottom: 10px;
}
.foot.foot-phase3 .container .footer-top .ft-right .sitemap .sitemap-col ul li:last-child {
  margin-bottom: 0;
}
.foot.foot-phase3 .container .footer-top .ft-right .sitemap .sitemap-col ul li a {
  font-size: 15px;
  font-weight: 100;
  line-height: 20px;
  letter-spacing: 0.6px;
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
html.notouch .foot.foot-phase3 .container .footer-top .ft-right .sitemap .sitemap-col ul li a:hover {
  color: #99CA3F;
}
.foot.foot-phase3 .container .footer-top .ft-right .bloc-contacts p {
  font-size: 15px;
  font-weight: 100;
  line-height: 20px;
  letter-spacing: 0.6px;
  margin-bottom: 5px;
}
.foot.foot-phase3 .container .footer-top .ft-right .bloc-contacts p:last-child {
  margin-bottom: 0;
}
.foot.foot-phase3 .container .footer-top .ft-right .bloc-contacts p a {
  color: #99CA3F;
  display: inline-block;
}
html.notouch .foot.foot-phase3 .container .footer-top .ft-right .bloc-contacts p a:hover {
  text-decoration: underline;
}
.foot.foot-phase3 .container .footer-bottom {
  align-items: center;
  border-top: 1px solid #444;
  display: flex;
  padding: 15px 0;
}
.foot.foot-phase3 .container .footer-bottom .fb-left, .foot.foot-phase3 .container .footer-bottom .fb-right {
  box-sizing: border-box;
  width: 50%;
}
.foot.foot-phase3 .container .footer-bottom .fb-left .copy, .foot.foot-phase3 .container .footer-bottom .fb-right .copy {
  border: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.foot.foot-phase3 .container .footer-bottom .fb-left {
  padding-right: 50px;
}
.foot.foot-phase3 .container .footer-bottom .fb-right .bloc-links li a {
  font-size: 13px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .foot.foot-phase3 .container .footer-top {
    flex-direction: column;
  }
  .foot.foot-phase3 .container .footer-top .logo {
    margin-bottom: 50px;
  }
  .foot.foot-phase3 .container .footer-bottom {
    flex-direction: column-reverse;
  }
  .foot.foot-phase3 .container .footer-bottom .fb-left, .foot.foot-phase3 .container .footer-bottom .fb-right {
    padding-right: 0;
    width: 100%;
  }
  .foot.foot-phase3 .container .footer-bottom .fb-right {
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .foot.foot-phase3 .container .footer-top .logo img {
    max-width: 180px;
  }
  .foot.foot-phase3 .container .footer-top .ft-right .sitemap {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .foot.foot-phase3 .container .footer-top .ft-right .sitemap .sitemap-col {
    margin-bottom: 40px;
    padding-right: 0;
    width: 100%;
  }
  .foot.foot-phase3 .container .footer-top .ft-right .sitemap .sitemap-col:last-child {
    margin-bottom: 0;
  }
}

.banner-phase3 {
  margin-bottom: 50px;
}
.banner-phase3 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 85px;
}
@media (min-width: 768px) {
  .banner-phase3 img {
    height: 265px;
  }
}
.banner-phase3 .over-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.banner-phase3 .over-content h1 {
  color: #fff;
  font-size: 25px;
  line-height: 1.12;
  margin-bottom: 0;
  margin-top: 0px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .banner-phase3 .over-content h1 {
    font-size: 25px;
  }
}
@media (min-width: 1024px) {
  .banner-phase3 .over-content h1 {
    font-size: 40px;
  }
}

.item-representative {
  display: inline-flex;
  padding: 20px 0px;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid rgba(150, 150, 150, 0.4);
}
@media (max-width: 767.98px) {
  .item-representative {
    align-items: initial;
  }
}
.item-representative.is-online .statut {
  background-color: #99CA3F;
}
.item-representative .statut {
  width: 5%;
}
@media (max-width: 767.98px) {
  .item-representative .statut {
    width: 15%;
  }
}
.item-representative .others {
  width: 95%;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .item-representative .others {
    display: block;
  }
}
.item-representative .others .name {
  width: 60%;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .item-representative .others .name {
    display: block;
  }
}
.item-representative .others .name div {
  width: 50%;
}
.item-representative .others .name .definition span {
  display: block;
}
@media (max-width: 767.98px) {
  .item-representative .others .name {
    width: 100%;
    margin-bottom: 15px;
  }
}
.item-representative .others .actions {
  width: 10%;
  display: inline-flex;
  align-items: center;
}
.item-representative .others .actions a {
  margin: 0px 10px;
  display: flex;
  align-items: center;
}
.item-representative .others .actions .is-disabled {
  pointer-events: none;
}
.item-representative .others .actions .is-disabled svg g, .item-representative .others .actions .is-disabled svg path {
  fill: #ddd;
}
@media (max-width: 767.98px) {
  .item-representative .others .actions {
    width: 100%;
    margin-bottom: 15px;
  }
}
.item-representative .others .separator {
  width: 5%;
  text-align: center;
}
@media (max-width: 767.98px) {
  .item-representative .others .separator {
    width: 100%;
    display: none;
  }
}
.item-representative .others .separator span {
  display: block;
  margin: 0 auto;
  height: 25px;
  width: 1px;
  background: rgba(150, 150, 150, 0.4);
}
.item-representative .others .link {
  width: 25%;
}
@media (max-width: 767.98px) {
  .item-representative .others .link {
    width: 100%;
  }
}
.item-representative .others .link .b-bt {
  margin: 0px;
  align-items: center;
  display: inline-flex;
  text-transform: uppercase;
}
.item-representative .others .link .b-bt svg {
  margin-right: 10px;
}

.item-best-products-slide {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  background: #fff;
  border: 1px solid #000;
  height: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .item-best-products-slide {
    border: none;
    border-bottom: 6px solid transparent;
    transition: all 0.3s ease-in-out;
  }
  .item-best-products-slide:hover {
    border-bottom: 6px solid #e00034;
    box-shadow: 8px 9px 30px 0 rgba(0, 0, 0, 0.5);
  }
}
.item-best-products-slide .visuel-wrapper {
  padding: 15px;
  margin-bottom: 20px;
}
.item-best-products-slide .visuel {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 100%;
  background-size: cover;
}
.item-best-products-slide .visuel:before {
  display: none;
  position: absolute;
  content: " ";
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(-89deg, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.71) 100%);
}
.item-best-products-slide .visuel img {
  height: 100%;
  width: 100%;
}
.item-best-products-slide .visuel .plus {
  position: absolute;
  align-items: center;
  justify-content: center;
  display: flex;
  bottom: 0px;
  right: 0px;
  background: #e00034;
  height: 50px;
  width: 50px;
  font-size: 30px;
  color: #fff;
}
.item-best-products-slide .description {
  padding: 0px 15px;
}
@media (min-width: 768px) {
  .item-best-products-slide .description {
    padding: 0px 25px;
  }
}
@media (max-width: 767.98px) {
  .item-best-products-slide .description {
    text-align: center;
  }
}
.item-best-products-slide .description .b-bt {
  text-decoration: underline;
}
.item-best-products-slide .description .price-info {
  align-items: center;
  display: flex;
}
.item-best-products-slide .description .price-info .pi-left,
.item-best-products-slide .description .price-info .pi-right {
  flex-basis: 50%;
}
.item-best-products-slide .description .price {
  font-size: 18px;
  color: #e00034;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: bold;
}
.item-best-products-slide .description .code {
  color: #000;
}
@media (max-width: 767.98px) {
  .item-best-products-slide .description .code {
    font-size: 16px;
  }
}
.item-best-products-slide .description .mark {
  margin-top: 25px;
  font-size: 14px;
  color: #9F9F9F;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: uppercase;
}
.item-best-products-slide .description .item-name {
  font-size: 22px;
  color: #000;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .item-best-products-slide .description .item-name {
    font-size: 20px;
  }
}
.item-best-products-slide .description p {
  color: #000;
}

@media (max-width: 767.98px) {
  .chat-box .panel {
    width: 85vw;
    right: 5vw;
  }
}

.pn-modal {
  align-items: center;
  bottom: 0;
  display: none;
  height: 100%;
  justify-content: center;
  left: 100%;
  max-height: 100vh;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 101;
  font-family: "montserrat";
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.pn-modal.is-active {
  z-index: 1000;
  left: 0px;
  display: flex;
}
.pn-modal .notif {
  padding-right: 0 !important;
}
.pn-modal .notif .txt .aucuneNotif {
  color: #000;
  margin-bottom: 0 !important;
  font-size: 15px;
}
.pn-modal .notif .txt .dateNotif {
  color: #e00034;
}
.pn-modal .notif .txt .blocNotif {
  padding-right: 30px;
}
.pn-modal .notif .txt .blocNotif .titreNotif {
  font-weight: bold;
}
.pn-modal .notif .txt .blocNotif .descNotif {
  font-size: 0.9rem !important;
}
.pn-modal-background {
  background-color: rgba(10, 10, 10, 0.86);
  bottom: 0;
  left: 0;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
}
.pn-modal-card {
  background-color: #fff;
  box-shadow: -30px 30px 30px 0 rgba(0, 0, 0, 0.5);
  overflow: auto;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0px;
  height: 100vh;
  max-width: 700px;
  min-width: 320px;
}
.pn-modal-card-head, .pn-modal-card-foot {
  align-items: center;
  background-color: #fff;
  padding: 40px;
  position: relative;
}
.pn-modal-card-head {
  background: #1E1E1E;
  color: #fff;
  text-align: center;
}
.pn-modal-card-head .delete {
  position: absolute;
  left: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 1;
}
.pn-modal-card-head .delete:hover {
  opacity: 1;
}
.pn-modal-card-body {
  padding: 40px;
  padding-top: 25px;
}
.pn-modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid #dbdbdb;
  text-align: center;
}
.pn-modal-card-foot button {
  margin-right: 15px;
}
.pn-modal .step-cta {
  align-items: center;
  border: 2px solid #C6C6C6;
  box-sizing: border-box;
  display: flex;
  height: 100px;
  position: relative;
  margin-top: 30px;
  padding-right: 120px;
  text-decoration: none;
  transition: border-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
}
.pn-modal .step-cta:last-child {
  margin-bottom: 0;
}
.pn-modal .step-cta .icon {
  margin: 0 35px 0 25px;
}
.pn-modal .step-cta .icon svg polyline {
  stroke: #DDD;
}
.pn-modal .step-cta .txt {
  color: #1E1E1E;
  font-family: "montserrat";
  font-size: 22px;
  line-height: 27px;
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding-right: 10px;
}
.pn-modal .step-cta .txt span {
  display: block;
  text-align: left;
}
.pn-modal .step-cta .txt span:first-child {
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.pn-modal .step-cta .txt span:last-child {
  font-size: 18px;
  line-height: 24px;
}
.pn-modal .step-cta .square {
  align-items: center;
  background-color: #e00034;
  display: flex;
  height: 100px;
  justify-content: center;
  right: -2px;
  position: absolute;
  top: -2px;
  width: 100px;
}
.pn-modal .step-cta.check {
  cursor: default;
  pointer-events: none;
}
.pn-modal .step-cta.check .icon svg polyline {
  stroke: #99CA3F;
}
html.notouch .pn-modal .step-cta:not(.check):hover {
  border-color: #e00034;
}
html.notouch .pn-modal .step-cta:not(.check):hover .txt {
  color: #e00034;
}
@media (max-width: 767.98px) {
  .pn-modal .step-cta {
    height: 135px;
    padding-right: 98px;
  }
  .pn-modal .step-cta .icon {
    margin: 0 30px 0 20px;
  }
  .pn-modal .step-cta .txt {
    font-size: 21px;
    line-height: 26px;
  }
  .pn-modal .step-cta .txt span:last-child {
    font-size: 16px;
    line-height: 22px;
  }
  .pn-modal .step-cta .square {
    height: 135px;
    width: 100px;
  }
}
@media (max-width: 575.98px) {
  .pn-modal .step-cta {
    height: 135px;
    padding-right: 88px;
  }
  .pn-modal .step-cta .icon {
    margin: 0 20px 0 10px;
  }
  .pn-modal .step-cta .icon svg {
    height: 23px;
    width: 31px;
  }
  .pn-modal .step-cta .txt {
    font-size: 18px;
    line-height: 23px;
  }
  .pn-modal .step-cta .txt span:first-child {
    margin-bottom: 2px;
  }
  .pn-modal .step-cta .txt span:last-child {
    font-size: 13px;
    line-height: 19px;
  }
  .pn-modal .step-cta .square {
    height: 135px;
    width: 100px;
  }
}
.pn-modal#modal-notifs .step-cta {
  padding: 10px 0;
}
.pn-modal#modal-notifs .step-cta:first-child {
  margin-top: 0;
}
.pn-modal#modal-notifs .step-cta .icon {
  margin: 0 20px;
}
.pn-modal#modal-notifs .step-cta .dateNotif {
  font-size: 12px;
}
.pn-modal#modal-notifs .step-cta .titreNotif {
  white-space: break-spaces;
  font-size: 15px;
}

.slider-discover {
  margin: 50px 0px;
}
@media (min-width: 768px) {
  .slider-discover {
    margin: 80px 0px;
  }
}
@media (min-width: 1024px) {
  .slider-discover {
    margin: 100px 0px;
  }
}
.slider-discover .top-infos .switch {
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.slider-discover .top-infos .switch.is-disabled, .slider-discover .top-infos .switch.slick-disabled {
  cursor: auto;
  opacity: 0.3;
  pointer-events: none;
}
.slider-discover .parent-slider-discover {
  position: relative;
  margin-top: 50px;
}
.slider-discover .parent-slider-discover .slider-discover-media .slick-slide {
  font-size: 0;
  line-height: 0;
}
.slider-discover .parent-slider-discover .slider-discover-media .pn-video {
  max-width: 850px;
}
.slider-discover .parent-slider-discover .slider-discover-media .slick-dots {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.slider-discover .parent-slider-discover .slider-discover-media .slick-dots li {
  display: inline-block;
  margin-right: 5px;
}
.slider-discover .parent-slider-discover .slider-discover-media .slick-dots li.slick-active button {
  background: #e00034;
  outline: none;
}
.slider-discover .parent-slider-discover .slider-discover-media .slick-dots li button {
  background: #C6C6C6;
  outline: none !important;
}
.slider-discover .parent-slider-discover .slider-discover-media .slick-dots button {
  content: " ";
  background: rgba(255, 255, 255, 0.5);
  color: transparent;
  transform: skew(-15deg, 0deg);
  height: 4px;
  padding: 0px;
  width: 55px;
  display: inline-block;
  outline: none;
}
.slider-discover .parent-slider-discover .slider-discover-media .slick-dots button:before {
  display: none;
}
.slider-discover .parent-slider-discover .slider-discover-media .slick-dots button:after {
  display: none;
}
@media (max-width: 991.98px) {
  .slider-discover .parent-slider-discover .slider-discover-media .slick-dots {
    display: none !important;
  }
}
.slider-discover .parent-slider-discover .slider-discover-content {
  pointer-events: none;
  position: absolute;
  right: 0px;
  top: -50px;
  width: 100%;
  text-align: right;
  opacity: 1;
  max-width: 75%;
  transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s, transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
}
@media (min-width: 992px) {
  .slider-discover .parent-slider-discover .slider-discover-content.video-playing {
    opacity: 0;
    transform: translateX(150px);
    transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s, transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  }
}
@media (max-width: 991.98px) {
  .slider-discover .parent-slider-discover .slider-discover-content {
    position: initial;
    top: 0px;
    max-width: 100%;
    overflow: hidden;
  }
}
.slider-discover .parent-slider-discover .slider-discover-content .slick-track {
  padding: 25px 0px 50px 0px;
}
@media (max-width: 991.98px) {
  .slider-discover .parent-slider-discover .slider-discover-content .slick-track {
    padding: 0px;
  }
}
.slider-discover .parent-slider-discover .slider-discover-content .slick-slide {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.slider-discover .parent-slider-discover .slider-discover-content .slick-slide.slick-current {
  opacity: 1;
}
.slider-discover .parent-slider-discover .slider-discover-content .bar {
  position: absolute;
  height: 100%;
  width: 70px;
  background: #e00034;
  left: -140px;
  top: 0px;
  transform: skew(-11deg, 0deg);
}
@media (max-width: 991.98px) {
  .slider-discover .parent-slider-discover .slider-discover-content .bar {
    display: none;
  }
}
.slider-discover .parent-slider-discover .slider-discover-content .item {
  pointer-events: auto;
  position: relative;
  background: #e00034;
  height: 100%;
  max-width: 320px;
  text-align: right;
  padding: 40px 40px 40px 0;
  padding-top: 100px;
  color: #FFF;
}
@media (max-width: 991.98px) {
  .slider-discover .parent-slider-discover .slider-discover-content .item {
    box-sizing: border-box;
    max-width: 100%;
    text-align: left;
    height: auto;
    padding-top: 40px;
    padding-left: 40px;
  }
}
.slider-discover .parent-slider-discover .slider-discover-content .item:before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: -100%;
  right: -100%;
  z-index: -1;
  background: #e00034;
  transform-origin: bottom left;
  transform: skew(-11deg, 0deg) rotate(180deg);
}
@media (max-width: 991.98px) {
  .slider-discover .parent-slider-discover .slider-discover-content .item:before {
    display: none;
  }
}
.slider-discover .parent-slider-discover .slider-discover-content .item h3 {
  font-weight: bold;
  font-size: 30px;
}
.slider-discover .parent-slider-discover .slider-discover-content .item .action .bt {
  margin-top: 30px;
  white-space: nowrap;
  background-color: #000;
}
.slider-discover .parent-slider-discover .slider-discover-content .item .action .bt:before {
  border-color: transparent transparent #000;
}
.slider-discover .parent-slider-discover .slider-discover-content .item .action .bt:after {
  border-color: #000 transparent transparent #000;
}
@media (max-width: 991.98px) {
  .slider-discover .parent-slider-discover .slider-discover-content .item .action {
    text-align: left;
  }
}

.c-comet-msg-notif {
  display: none;
  bottom: 66px;
  width: 30px;
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  position: fixed;
  right: 8px;
  z-index: 1;
}

.lzy-load {
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
}
.lzy-load::after {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  background-image: url(/images/loader.gif);
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}
.lzy-load.lzy-loaded::after {
  display: none;
}

.btn-cart {
  position: relative;
  margin-right: 10px;
  display: block;
}
.btn-cart span {
  background-color: #e00034;
  border-radius: 50%;
  bottom: 45%;
  color: #fff;
  display: block;
  font-size: 9px;
  font-weight: 700;
  height: 23px;
  left: 55%;
  line-height: 23px;
  position: absolute;
  text-align: center;
  transition: background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  width: 23px;
  z-index: 10;
}
.btn-cart.btn-cart-empty, .btn-cart.btn-cart-more {
  margin-right: 0;
}
.btn-cart.btn-cart-more span {
  background-color: transparent;
  color: #e00034;
  position: relative;
  bottom: auto;
  left: auto;
  font-size: 13px;
  margin: 0 0 0 5px;
}

/* Chat box */
.chat-box {
  z-index: 2000;
  position: fixed;
}
.chat-box textarea,
.chat-box input {
  height: 32px;
  padding: 3px 15px;
  resize: none;
  border-radius: 12px;
  font-size: 14px;
  overflow-y: hidden;
  background: #ffffff;
  white-space: break-spaces;
  width: 100%;
  border: none;
}
.chat-box textarea {
  height: 100px;
  overflow-y: scroll;
  border-radius: unset;
}
.chat-box .pager {
  border-top: 2px solid #d1d5db;
}
.chat-box .c-guest:last-child {
  border-bottom: none;
}
.chat-box .chat-box-container {
  position: fixed;
  width: 100%;
  max-width: 500px;
  bottom: 0;
  right: 0;
  height: calc(var(--vh, 1vh) * 100);
  z-index: 50;
  background-color: #000;
  padding: 5px;
  display: flex;
  flex-direction: column;
  max-height: 800px;
}
@media (min-width: 1024px) {
  .chat-box .chat-box-container {
    bottom: 30px;
    right: 30px;
    height: calc((var(--vh, 1vh) * 100) - 120px);
  }
}
.chat-box .chat-box-container.sc-hidden {
  display: none;
}
.chat-box .chat-box-container header {
  background-color: #000;
}
.chat-box .chat-box-container header nav {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 37px;
}
.chat-box .chat-box-container header .toolbar {
  border-top: 5px solid #000;
}
.chat-box .chat-box-container-body {
  overflow: hidden;
  overflow-y: auto;
  background-color: #fff;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.chat-box .chat-box-container-body button::before, .chat-box .chat-box-container-body button::after {
  display: none;
}
.chat-box .chat-box-container-body button:hover {
  color: #000;
}

body,
html {
  scroll-behavior: smooth;
}

.page-cart-container a {
  color: #e00034 !important;
}

#page-cart-container, .page-cart-container {
  font-size: 15px;
  position: relative;
  padding-bottom: 50px;
}
#page-cart-container .btn.print-none,
#page-cart-container button.print-none, .page-cart-container .btn.print-none,
.page-cart-container button.print-none {
  background-color: #e00034;
  text-decoration: none;
  color: white;
}
#page-cart-container .btn.print-none:hover,
#page-cart-container button.print-none:hover, .page-cart-container .btn.print-none:hover,
.page-cart-container button.print-none:hover {
  background: #000;
}
#page-cart-container .status, .page-cart-container .status {
  font-size: 11px;
}
#page-cart-container .results, .page-cart-container .results {
  display: block;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #page-cart-container .results, .page-cart-container .results {
    display: none;
  }
}
#page-cart-container .printer-button, .page-cart-container .printer-button {
  text-transform: uppercase;
  font-size: 16px;
}
#page-cart-container .page-cart-title, .page-cart-container .page-cart-title {
  font-weight: 800;
  margin-bottom: 20px;
  text-align: left;
  margin-top: 50px;
}
#page-cart-container .show-more-result,
#page-cart-container .hide-more-result, .page-cart-container .show-more-result,
.page-cart-container .hide-more-result {
  cursor: pointer;
}
#page-cart-container .show-more-result span,
#page-cart-container .hide-more-result span, .page-cart-container .show-more-result span,
.page-cart-container .hide-more-result span {
  vertical-align: middle;
  font-size: 800;
}
#page-cart-container .show-more-result:after,
#page-cart-container .hide-more-result:after, .page-cart-container .show-more-result:after,
.page-cart-container .hide-more-result:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  vertical-align: middle;
  margin-left: 5px;
  border-color: #e00034 transparent transparent transparent;
}
#page-cart-container .hide-more-result:after, .page-cart-container .hide-more-result:after {
  transform: rotate(-180deg);
}
#page-cart-container .filters, .page-cart-container .filters {
  display: flex;
  justify-content: space-between;
}
#page-cart-container .filters .filter, .page-cart-container .filters .filter {
  display: block;
  margin-right: 0;
}
@media (min-width: 768px) {
  #page-cart-container .filters .filter, .page-cart-container .filters .filter {
    display: flex;
    justify-content: space-between;
    gap: 0 30px;
  }
}
#page-cart-container .filters .filter input[type=search],
#page-cart-container .filters .filter input[type=input],
#page-cart-container .filters .filter input[type=password],
#page-cart-container .filters .filter input[type=number], .page-cart-container .filters .filter input[type=search],
.page-cart-container .filters .filter input[type=input],
.page-cart-container .filters .filter input[type=password],
.page-cart-container .filters .filter input[type=number] {
  border: 1px solid #ddd;
  height: 46px;
}
#page-cart-container .cart-title, .page-cart-container .cart-title {
  font-size: 28px;
  font-weight: bold;
  padding: 30px 0px;
  text-align: left;
  color: black;
}
#page-cart-container .cart-title.pt-0, .page-cart-container .cart-title.pt-0 {
  padding-top: 0;
}
#page-cart-container .cart-container-wrapper, .page-cart-container .cart-container-wrapper {
  margin-top: 70px;
}
#page-cart-container .cart-container, .page-cart-container .cart-container {
  margin-bottom: 20px;
  padding: 0px 0 50px;
  border-bottom: 1px solid #f6f6f6;
}
#page-cart-container .cart-container:last-child, .page-cart-container .cart-container:last-child {
  border-bottom: 1px solid white;
}
#page-cart-container .cart-container:first-child, .page-cart-container .cart-container:first-child {
  border: none;
}
#page-cart-container .cart-container .btn-save-cart,
#page-cart-container .cart-container .btn-confirm-cart, .page-cart-container .cart-container .btn-save-cart,
.page-cart-container .cart-container .btn-confirm-cart {
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  background-color: #e00034;
  color: white;
}
#page-cart-container .cart-container .btn-save-cart:hover,
#page-cart-container .cart-container .btn-confirm-cart:hover, .page-cart-container .cart-container .btn-save-cart:hover,
.page-cart-container .cart-container .btn-confirm-cart:hover {
  background: #000;
}
#page-cart-container .cart-container .btn-save-cart:before, #page-cart-container .cart-container .btn-save-cart:after,
#page-cart-container .cart-container .btn-confirm-cart:before,
#page-cart-container .cart-container .btn-confirm-cart:after, .page-cart-container .cart-container .btn-save-cart:before, .page-cart-container .cart-container .btn-save-cart:after,
.page-cart-container .cart-container .btn-confirm-cart:before,
.page-cart-container .cart-container .btn-confirm-cart:after {
  display: none;
}
#page-cart-container .cart-container table, .page-cart-container .cart-container table {
  width: 100%;
  font-size: 15px;
}
#page-cart-container .cart-container table tr td.quantity input,
#page-cart-container .cart-container table tr th.quantity input, .page-cart-container .cart-container table tr td.quantity input,
.page-cart-container .cart-container table tr th.quantity input {
  max-width: 90px;
  text-align: center;
}
#page-cart-container .cart-container table tr td sup,
#page-cart-container .cart-container table tr th sup, .page-cart-container .cart-container table tr td sup,
.page-cart-container .cart-container table tr th sup {
  color: #e00034;
}
#page-cart-container .cart-container table tr td .remove-from-cart,
#page-cart-container .cart-container table tr th .remove-from-cart, .page-cart-container .cart-container table tr td .remove-from-cart,
.page-cart-container .cart-container table tr th .remove-from-cart {
  cursor: pointer;
  color: #e00034;
}
#page-cart-container .cart-container table tr th, .page-cart-container .cart-container table tr th {
  text-align: left;
  font-weight: 900;
}
@media (min-width: 768px) {
  #page-cart-container .cart-container table tr td, .page-cart-container .cart-container table tr td {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
#page-cart-container .cart-container table tr.closed, .page-cart-container .cart-container table tr.closed {
  background: rgba(57, 212, 70, 0.3);
}
#page-cart-container .cart-container table tr.subrow td, .page-cart-container .cart-container table tr.subrow td {
  padding-top: 0;
}
#page-cart-container .cart-container table tr.is-showing, #page-cart-container .cart-container table tr.subrow, .page-cart-container .cart-container table tr.is-showing, .page-cart-container .cart-container table tr.subrow {
  border-left: 1px solid #000;
}
#page-cart-container .cart-container table tbody tr:first-child, .page-cart-container .cart-container table tbody tr:first-child {
  border-top: 1px solid #000;
}
#page-cart-container .cart-container .save-container, .page-cart-container .cart-container .save-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#page-cart-container .cart-container .save-container a, .page-cart-container .cart-container .save-container a {
  font-size: 15px;
}
#page-cart-container .cart-container .save-container span, .page-cart-container .cart-container .save-container span {
  margin: 0 15px;
}
#page-cart-container .save-overlay, .page-cart-container .save-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
}
#page-cart-container .save-overlay.on, .page-cart-container .save-overlay.on {
  display: block;
}
#page-cart-container .save-overlay .save-overlay-inner, .page-cart-container .save-overlay .save-overlay-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#page-cart-container .save-overlay .save-overlay-inner .fas, .page-cart-container .save-overlay .save-overlay-inner .fas {
  color: white;
}
#page-cart-container .psp-offer, .page-cart-container .psp-offer {
  background-color: rgba(224, 0, 52, 0.1);
  border: 1px solid #e00034;
  box-sizing: border-box;
  margin-top: 5px;
  padding: 6px 8px 8px;
}
#page-cart-container .psp-offer ul li, .page-cart-container .psp-offer ul li {
  color: #e00034;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 7px;
}
#page-cart-container .psp-offer ul li:last-child, .page-cart-container .psp-offer ul li:last-child {
  margin-bottom: 0;
}
#page-cart-container .psp-offer ul li.active-offer, .page-cart-container .psp-offer ul li.active-offer {
  font-weight: bold;
}
#page-cart-container .psp-offer ul li span, .page-cart-container .psp-offer ul li span {
  font-weight: bold;
}
@media print {
  #page-cart-container, .page-cart-container {
    padding: 0;
  }
  #page-cart-container br, .page-cart-container br {
    display: none;
  }
  #page-cart-container .cart-header-summary, .page-cart-container .cart-header-summary {
    display: block;
    margin-top: 50px;
  }
  #page-cart-container .cart-header-summary .my-account-container,
#page-cart-container .cart-header-summary .summary-container, .page-cart-container .cart-header-summary .my-account-container,
.page-cart-container .cart-header-summary .summary-container {
    border: none;
    padding: 0;
    width: 100%;
  }
  #page-cart-container .cart-header-summary .my-account-container, .page-cart-container .cart-header-summary .my-account-container {
    margin-bottom: 30px;
  }
  #page-cart-container .cart-container, .page-cart-container .cart-container {
    margin-top: 30px;
    padding-top: 30px;
  }
  #page-cart-container .cart-container table br, .page-cart-container .cart-container table br {
    display: block;
  }
  #page-cart-container .cart-container table td,
#page-cart-container .cart-container table th, .page-cart-container .cart-container table td,
.page-cart-container .cart-container table th {
    padding: 0 10px !important;
  }
  #page-cart-container .cart-container table th, .page-cart-container .cart-container table th {
    padding-bottom: 5px !important;
  }
  #page-cart-container .cart-container table .quantity input, .page-cart-container .cart-container table .quantity input {
    border: none;
  }
}
@media (min-width: 768px) {
  #page-cart-container .input-wrapper, .page-cart-container .input-wrapper {
    margin-bottom: 0;
  }
}
#page-cart-container .legend, .page-cart-container .legend {
  width: auto;
}
@media (min-width: 768px) {
  #page-cart-container .legend, .page-cart-container .legend {
    display: flex;
    align-items: center;
    gap: 0 15px;
  }
}
#page-cart-container .legend .filter-title, .page-cart-container .legend .filter-title {
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  width: auto;
}
@media (min-width: 768px) {
  #page-cart-container .legend .filter-title, .page-cart-container .legend .filter-title {
    margin-bottom: 0;
  }
}
#page-cart-container .legend .checkbox, .page-cart-container .legend .checkbox {
  display: inline-flex;
  align-items: center;
  gap: 0 10px;
}
#page-cart-container .legend .select, .page-cart-container .legend .select {
  border-color: #ddd;
  overflow: initial;
  padding: 0;
}
#page-cart-container .legend .select select, .page-cart-container .legend .select select {
  border: none;
  width: auto;
  height: auto;
  padding: 8px 10px;
  padding-right: 30px;
  margin: 0;
  outline: none;
  text-align: right;
}
#page-cart-container .legend .select:after, .page-cart-container .legend .select:after {
  right: 10px;
  left: auto;
}
#page-cart-container .legend .select.select-left, .page-cart-container .legend .select.select-left {
  padding-left: 20px;
  padding-right: 10px;
}
#page-cart-container .legend .select.select-left:after, .page-cart-container .legend .select.select-left:after {
  right: auto;
  left: 0;
}
#page-cart-container .legend .select.select-left select, .page-cart-container .legend .select.select-left select {
  text-align: left;
}
#page-cart-container .legend .legend-item, .page-cart-container .legend .legend-item {
  font-size: 13px;
  line-height: 16px;
  display: inline-flex;
  align-items: center;
}
#page-cart-container .legend .legend-item select,
#page-cart-container .legend .legend-item label, .page-cart-container .legend .legend-item select,
.page-cart-container .legend .legend-item label {
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
}
#page-cart-container .legend .legend-item:before, .page-cart-container .legend .legend-item:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background: #C0DE96;
  border-radius: 10px;
  margin-right: 8px;
}
#page-cart-container .legend .legend-item.available:before, .page-cart-container .legend .legend-item.available:before {
  background: none;
  border: 1px dashed rgba(0, 0, 0, 0.5);
}
#page-cart-container .legend .legend-item.custom:before, .page-cart-container .legend .legend-item.custom:before {
  display: none;
}
#page-cart-container .legend .legend-item.custom .iconed, .page-cart-container .legend .legend-item.custom .iconed {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  margin-right: 8px;
}
#page-cart-container .cart-empty, .page-cart-container .cart-empty {
  padding: 128px 0 !important;
  border-bottom: 1px solid #000;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: rgba(0, 0, 0, 0.75);
}
#page-cart-container .pill, .page-cart-container .pill {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  padding: 8px 16px;
  border-radius: 10px;
  text-align: center;
}
#page-cart-container .pill.pill-sm, .page-cart-container .pill.pill-sm {
  font-size: 11px;
  line-height: 15px;
  padding: 4px 10px;
}
#page-cart-container .pill.pill-success, .page-cart-container .pill.pill-success {
  background: #C0DE96;
  border: 1px dashed #C0DE96;
}
#page-cart-container .pill.pill-notInCart, .page-cart-container .pill.pill-notInCart {
  border: 1px solid #E5E5E5;
}
#page-cart-container .pill.pill-inactive, .page-cart-container .pill.pill-inactive {
  font-weight: 400;
  background: none;
  border: 1px dashed rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  #page-cart-container .how-it-works, .page-cart-container .how-it-works {
    display: flex;
  }
}
#page-cart-container .how-it-works .how-it-works-info, .page-cart-container .how-it-works .how-it-works-info {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 20px;
  color: #000000;
}
@media (min-width: 768px) {
  #page-cart-container .how-it-works .how-it-works-info, .page-cart-container .how-it-works .how-it-works-info {
    margin-bottom: 0;
  }
}
#page-cart-container .how-it-works .how-it-works-info a, .page-cart-container .how-it-works .how-it-works-info a {
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  text-decoration: none;
  color: #E50034;
}
#page-cart-container .how-it-works .how-it-works-info a svg, .page-cart-container .how-it-works .how-it-works-info a svg {
  transform: rotate(180deg);
}
#page-cart-container .how-it-works .how-it-works-info a svg.isOpen, .page-cart-container .how-it-works .how-it-works-info a svg.isOpen {
  transform: rotate(0);
}
#page-cart-container .how-it-works .how-it-works-info h4, .page-cart-container .how-it-works .how-it-works-info h4 {
  margin-top: 24px;
}
#page-cart-container .how-it-works .how-it-works-info ul, .page-cart-container .how-it-works .how-it-works-info ul {
  margin: 1em 0 0 0;
  list-style-type: disc;
  padding-left: 1.4em;
}
#page-cart-container .how-it-works .how-it-works-actions, .page-cart-container .how-it-works .how-it-works-actions {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  margin-bottom: 40px;
  color: rgba(106, 114, 127, 0.7);
}
@media (min-width: 768px) {
  #page-cart-container .how-it-works .how-it-works-actions, .page-cart-container .how-it-works .how-it-works-actions {
    margin-bottom: 0;
  }
}
#page-cart-container .how-it-works .how-it-works-actions a, .page-cart-container .how-it-works .how-it-works-actions a {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  padding: 8px 16px;
  color: #BFBFBF;
  border: 1px solid #BFBFBF;
  text-decoration: none;
  cursor: not-allowed;
}
#page-cart-container .how-it-works .how-it-works-actions a.active, .page-cart-container .how-it-works .how-it-works-actions a.active {
  background-color: #E50034;
  border-color: #E50034;
  color: #FFF;
  cursor: pointer;
}
#page-cart-container .how-it-works .how-it-works-actions p, .page-cart-container .how-it-works .how-it-works-actions p {
  margin: 15px 0;
}

.form-kiosk {
  overflow: hidden;
  overflow-x: auto;
}
.form-kiosk > table {
  min-width: 1050px;
}

.table-summary {
  overflow: hidden;
  overflow-x: auto;
}
.table-summary > table {
  min-width: 1050px;
}

.a-propos h1 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .a-propos h1 {
    font-size: 3rem;
  }
}
.a-propos p {
  margin-bottom: 30px;
}
.a-propos section {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .a-propos section {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.a-propos section.icons ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.a-propos section.icons ul li {
  flex: 0 0 50%;
  overflow: hidden;
}
.a-propos section.icons ul li img {
  transform: scale(1.5);
}
@media (min-width: 768px) {
  .a-propos section.icons ul {
    flex-wrap: nowrap;
  }
  .a-propos section.icons ul li {
    flex: auto;
  }
}

#page-products-container,
.container-products-table {
  padding-bottom: 50px;
}
#page-products-container .lds-dual-ring,
.container-products-table .lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
#page-products-container .btn.print-none,
#page-products-container button.print-none,
.container-products-table .btn.print-none,
.container-products-table button.print-none {
  background-color: #e00034;
  text-decoration: none;
  color: white;
}
#page-products-container .btn.print-none:hover,
#page-products-container button.print-none:hover,
.container-products-table .btn.print-none:hover,
.container-products-table button.print-none:hover {
  background: #000;
}
#page-products-container .lds-dual-ring:after,
.container-products-table .lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
}
@-webkit-keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#page-products-container .loader-search,
.container-products-table .loader-search {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10;
  top: 0;
  left: 0;
}
#page-products-container .loader-search.show,
.container-products-table .loader-search.show {
  display: flex;
}
#page-products-container .alert-new,
.container-products-table .alert-new {
  margin-bottom: 50px;
}
#page-products-container .filters,
.container-products-table .filters {
  display: flex;
  justify-content: space-between;
}
#page-products-container .filters .filter,
.container-products-table .filters .filter {
  margin-right: 15px;
  display: block;
}
@media (min-width: 768px) {
  #page-products-container .filters .filter,
.container-products-table .filters .filter {
    display: flex;
    justify-content: space-between;
  }
}
#page-products-container #reset-filters,
.container-products-table #reset-filters {
  display: inline-block;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 15px;
}
#page-products-container #products-table_wrapper,
.container-products-table #products-table_wrapper {
  margin-top: 50px;
}
#page-products-container .paginate_button.current,
.container-products-table .paginate_button.current {
  background: #e00034 !important;
  border: none !important;
  color: white !important;
}
#page-products-container .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.container-products-table .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: white !important;
}
#page-products-container .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.container-products-table .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: white;
  color: #e00034 !important;
  border-color: white;
}
#page-products-container #products-table,
.container-products-table #products-table {
  width: auto !important;
}
#page-products-container #products-table .row,
.container-products-table #products-table .row {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 991.98px) {
  #page-products-container #products-table thead,
.container-products-table #products-table thead {
    display: none;
  }
}
#page-products-container #products-table thead .sorting_disabled,
.container-products-table #products-table thead .sorting_disabled {
  width: auto !important;
  padding: 18px 10px !important;
}
#page-products-container #products-table thead tr th,
.container-products-table #products-table thead tr th {
  color: #e00034;
  text-transform: uppercase;
}
#page-products-container #products-table .cart-plus,
.container-products-table #products-table .cart-plus {
  position: relative;
  height: 36px;
  width: 36px;
  background-color: #e00034;
}
#page-products-container #products-table .cart-plus:before,
.container-products-table #products-table .cart-plus:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 1px;
  background-color: white;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
#page-products-container #products-table .cart-plus:after,
.container-products-table #products-table .cart-plus:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 10px;
  background-color: white;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
#page-products-container #products-table tr,
.container-products-table #products-table tr {
  overflow: hidden;
}
#page-products-container #products-table tr:nth-child(1) td,
.container-products-table #products-table tr:nth-child(1) td {
  border-top: 20px solid white;
}
@media (max-width: 991.98px) {
  #page-products-container #products-table tr:nth-child(1) td,
.container-products-table #products-table tr:nth-child(1) td {
    border-top: none;
  }
}
#page-products-container #products-table tr td.even,
.container-products-table #products-table tr td.even {
  background-color: #C6C6C6 !important;
}
#page-products-container #products-table tr.has-offer,
.container-products-table #products-table tr.has-offer {
  background-color: rgba(224, 0, 52, 0.05);
}
#page-products-container #products-table tr.in-cart,
.container-products-table #products-table tr.in-cart {
  background: #97c9439c;
  border-bottom: 1px solid #C6C6C6;
}
#page-products-container #products-table tr td,
.container-products-table #products-table tr td {
  border-top: 1px #888 solid;
  position: relative;
}
@media (max-width: 991.98px) {
  #page-products-container #products-table tr td,
.container-products-table #products-table tr td {
    border-top: none;
  }
}
#page-products-container #products-table tr td .column,
.container-products-table #products-table tr td .column {
  min-height: 90px;
  min-width: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
#page-products-container #products-table tr td .column:last-child(),
.container-products-table #products-table tr td .column:last-child() {
  min-width: initial;
}
@media (max-width: 991.98px) {
  #page-products-container #products-table tr td .column,
.container-products-table #products-table tr td .column {
    min-height: initial;
  }
}
#page-products-container #products-table tr td .column.row,
.container-products-table #products-table tr td .column.row {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
#page-products-container #products-table tr td .column.collabor-dols,
.container-products-table #products-table tr td .column.collabor-dols {
  color: #e00034;
}
#page-products-container #products-table .subrow:hover,
.container-products-table #products-table .subrow:hover {
  background: none;
}
#page-products-container #products-table .subrow td,
.container-products-table #products-table .subrow td {
  border-top: 0px #888 solid !important;
}
#page-products-container #products-table table tr:hover,
.container-products-table #products-table table tr:hover {
  background: none;
}
#page-products-container #products-table table tr td,
.container-products-table #products-table table tr td {
  border-top: none;
}
#page-products-container #products-table table tr td:hover,
.container-products-table #products-table table tr td:hover {
  background: none;
}
#page-products-container #products-table table .subtable-title,
.container-products-table #products-table table .subtable-title {
  font-size: 15px;
}
#page-products-container #products-table table .subtable-description,
.container-products-table #products-table table .subtable-description {
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 10px;
}
#page-products-container #products-table table ul > li,
.container-products-table #products-table table ul > li {
  margin-left: 25px;
  list-style-type: disc;
}
#page-products-container #products-table .icon,
.container-products-table #products-table .icon {
  height: 22px;
  width: 22px;
  min-width: 22px;
  background-size: cover;
  margin-right: 10px;
}
#page-products-container #products-table .icon.pourcent,
.container-products-table #products-table .icon.pourcent {
  background-image: url(../../../content/themes/salon-colabor/img/mdi-sale.svg);
}
#page-products-container #products-table .icon.time,
.container-products-table #products-table .icon.time {
  height: 20px;
  background-image: url(../../../content/themes/salon-colabor/img/history.svg);
}
#page-products-container #products-table .iconed,
.container-products-table #products-table .iconed {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#page-products-container table.dataTable thead th,
#page-products-container table.dataTable thead td,
.container-products-table table.dataTable thead th,
.container-products-table table.dataTable thead td {
  border-bottom-color: #e00034;
}
#page-products-container .content-body,
.container-products-table .content-body {
  margin-top: 50px;
  font-size: 15px;
}
#page-products-container .cweb-form button,
.container-products-table .cweb-form button {
  margin-top: 20px;
  margin-left: 10px;
}
#page-products-container .product-detail-description,
.container-products-table .product-detail-description {
  display: flex;
  align-items: center;
}
#page-products-container .product-detail-description img,
.container-products-table .product-detail-description img {
  margin-right: 15px;
  max-width: 100px;
}
#page-products-container td,
.container-products-table td {
  vertical-align: middle;
}
#page-products-container td .characteristics-icon,
.container-products-table td .characteristics-icon {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  height: 34px;
  width: 34px;
  border-radius: 50%;
}
#page-products-container td .characteristics-icon img,
.container-products-table td .characteristics-icon img {
  height: auto;
  width: 100%;
}
#page-products-container .single-offer,
.container-products-table .single-offer {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  background: rgba(224, 0, 52, 0.05);
  padding: 5px;
}

/** it's a lity modal so outside the page DOM */
#add-to-cart-modal,
#add-to-cart-modal-single {
  padding: 30px;
}
#add-to-cart-modal p,
#add-to-cart-modal-single p {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #aaa;
}
#add-to-cart-modal .cart-quantity-container,
#add-to-cart-modal-single .cart-quantity-container {
  border: none;
  background: #f0ad4e;
  padding: 5px;
  text-align: center;
}
#add-to-cart-modal input,
#add-to-cart-modal-single input {
  margin-right: 15px;
}
#add-to-cart-modal .cta-container span,
#add-to-cart-modal-single .cta-container span {
  margin: 0 10px 0 20px;
}

@media (max-width: 991.98px) {
  .form-add-to-cart {
    justify-content: flex-start;
  }
}

.products .content .container {
  margin: 0 auto;
}

.btn-add-to-cart .cart-plus {
  position: relative;
  height: 36px;
  width: 36px;
  background-color: #e00034;
}
.btn-add-to-cart .cart-plus:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 1px;
  background-color: white;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.btn-add-to-cart .cart-plus:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 10px;
  background-color: white;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.select2-results__option--selectable {
  text-align: left;
}

#page-admin-offers-container .alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
#page-admin-offers-container button.disabled {
  pointer-events: none;
  background-color: #bdbdbd;
}
#page-admin-offers-container button.disabled:before {
  border-color: transparent transparent #bdbdbd;
}
#page-admin-offers-container button.disabled:after {
  border-color: #bdbdbd transparent transparent transparent;
}
#page-admin-offers-container .agree {
  justify-content: center;
  align-items: center;
}
#page-admin-offers-container .agree label {
  margin-bottom: 0;
}
#page-admin-offers-container .agree input {
  margin-left: 15px;
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
  color: #1E1E1E;
  display: flex;
  padding: 7px 10px;
  position: relative;
  white-space: normal;
}
#page-admin-offers-container .agree input:before {
  border: 1px solid #ddd;
  content: "";
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  height: 14px;
  margin-right: 10px;
  width: 14px;
}
#page-admin-offers-container .agree input:checked {
  background: white;
  background-image: url(../../../content/themes/salon-colabor/img/check.svg), linear-gradient(0deg, white 0%, white 0%);
  background-position: 12px center, left top;
  background-repeat: no-repeat;
  background-size: 13px 13px, 100% 100%;
  color: #1E1E1E;
}
#page-admin-offers-container .alert {
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}
#page-admin-offers-container .alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
#page-admin-offers-container form div {
  margin-bottom: 15px;
}
#page-admin-offers-container form select {
  width: 100%;
}
#page-admin-offers-container form .select2 {
  width: 100% !important;
}
#page-admin-offers-container form .select2 .selection .select2-selection {
  border-radius: 0;
  height: 48px;
}
#page-admin-offers-container form .select2 .selection .select2-selection .select2-selection__rendered {
  height: 46px;
  line-height: 46px;
  padding-right: 40px;
}
#page-admin-offers-container form .select2 .selection .select2-selection .select2-selection__arrow {
  margin-top: -14px;
  right: 10px;
  top: 50%;
}
#page-admin-offers-container form .submit-wrapper {
  margin-top: 40px;
}
#page-admin-offers-container table {
  width: 100%;
  margin-top: 30px;
  font-size: 15px;
}
@media (max-width: 1199.98px) {
  #page-admin-offers-container table .head th {
    width: 20%;
  }
}
@media (max-width: 1199.98px) {
  #page-admin-offers-container table .head {
    display: flex;
  }
}
@media (max-width: 1199.98px) {
  #page-admin-offers-container table .nmobile {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  #page-admin-offers-container table .row-info td {
    flex-basis: 17%;
  }
}
@media (max-width: 1199.98px) {
  #page-admin-offers-container table .row-info {
    display: flex;
    flex-wrap: wrap;
  }
}
#page-admin-offers-container table th {
  color: #e00034;
  text-transform: uppercase;
  border-bottom: 1px solid #e00034;
  text-align: center;
  padding: 5px;
  font-weight: bold;
}
#page-admin-offers-container table td {
  padding: 15px 5px;
  text-align: left;
}
#page-admin-offers-container table .name-client td {
  padding: 15px 5px 0;
  text-align: left;
  font-weight: bold;
  border-top: 1px #888 solid;
}
@media (max-width: 1199.98px) {
  #page-admin-offers-container table .name-client td {
    border-top: 0px #888 solid;
  }
}
#page-admin-offers-container table .row-info td {
  padding-top: 5px;
}
#page-admin-offers-container .dollar-colabor {
  color: #e00034;
}
#page-admin-offers-container .quantity-open {
  width: 10px;
}
#page-admin-offers-container .text-center {
  font-weight: bold;
}
#page-admin-offers-container .quantity-close {
  width: 10px;
}
#page-admin-offers-container hr {
  margin: 50px 0;
}
#page-admin-offers-container .action-col {
  display: flex;
}
#page-admin-offers-container .action-col a {
  min-width: 40px;
}
#page-admin-offers-container .form-trash {
  display: inline-block;
}
#page-admin-offers-container .trash-button {
  background-color: white;
  padding: 0;
  color: #e00034;
}
#page-admin-offers-container .trash-button:before {
  display: none;
}
#page-admin-offers-container .trash-button:after {
  display: none;
}

.home-phase3 {
  padding: 100px 0;
}

.filter-repertoire {
  padding: 50px 0px 0px 0px;
}
.filter-repertoire h3 {
  margin-bottom: 30px;
}

div.dataTables_processing {
  z-index: 1;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #e00034;
}

table.table-repertory {
  padding-top: 30px;
}
table.table-repertory .listing-repertory {
  padding-bottom: 0px;
}
table.table-repertory thead th {
  color: #e00034;
  text-transform: uppercase;
  font-size: 15px;
  border-bottom: 1px solid #e00034;
  padding: 15px 30px 15px 5px;
}
@media (max-width: 991.98px) {
  table.table-repertory thead {
    display: none;
  }
}
@media (max-width: 991.98px) {
  table.table-repertory tr {
    display: flex;
    flex-wrap: wrap;
  }
  table.table-repertory tr td {
    flex-basis: 100%;
  }
  table.table-repertory tr td:nth-child(1) {
    flex-shrink: 0;
    padding-bottom: 15px;
  }
  table.table-repertory tr td:nth-child(2) {
    padding-bottom: 15px;
    padding-top: 15px;
    border-top: none;
    padding-left: 0;
  }
  table.table-repertory tr td:nth-child(3) {
    border-top: none;
    padding: 0;
  }
  table.table-repertory tr td:nth-child(4) {
    border-top: none;
    padding: 20px 0 30px;
  }
}
table.table-repertory tr td {
  box-sizing: border-box;
  border-top: 1px solid rgba(151, 151, 151, 0.4);
  padding: 30px 10px 30px;
  vertical-align: top;
}
table.table-repertory tr td:first-child {
  padding-left: 0;
}
table.table-repertory tr td:last-child {
  padding-right: 0;
}
table.table-repertory tr td .statut {
  position: relative;
  display: inline-block;
}
table.table-repertory tr td .statut svg {
  height: 22px;
  width: 19px;
}
table.table-repertory tr td .statut svg g {
  fill: #9f9f9f;
}
table.table-repertory tr td .statut .circle {
  color: white;
  background-color: #e00034;
  border-radius: 50%;
  display: block;
  height: 12px;
  transition: background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  width: 12px;
  left: 60%;
  position: absolute;
  top: 50%;
}
table.table-repertory tr td .statut.is-online .circle {
  background-color: #99CA3F;
}
table.table-repertory tr td .informations,
table.table-repertory tr td .society-infos {
  font-size: 15px;
  line-height: 20px;
}
table.table-repertory tr td .informations p,
table.table-repertory tr td .society-infos p {
  margin-bottom: 3px;
}
table.table-repertory tr td .informations .d-name,
table.table-repertory tr td .society-infos .d-name {
  font-size: 15px;
  font-weight: bold;
}
table.table-repertory tr td .society-infos {
  font-weight: bold;
}
table.table-repertory tr td .actions-wrapper {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  table.table-repertory tr td .actions-wrapper {
    justify-content: flex-start;
  }
}
table.table-repertory tr td .actions-wrapper .actions {
  border-right: 1px solid rgba(151, 151, 151, 0.4);
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  padding-right: 15px;
}
table.table-repertory tr td .actions-wrapper .actions a {
  margin: 0px 10px;
  display: flex;
  align-items: center;
}
table.table-repertory tr td .actions-wrapper .actions a:last-child {
  margin-right: 0;
}
table.table-repertory tr td .actions-wrapper .actions svg:hover g,
table.table-repertory tr td .actions-wrapper .actions svg:hover path {
  fill: #000;
}
table.table-repertory tr td .actions-wrapper .actions .is-disabled {
  pointer-events: none;
}
table.table-repertory tr td .actions-wrapper .actions .is-disabled svg g,
table.table-repertory tr td .actions-wrapper .actions .is-disabled svg path {
  fill: #ddd;
}
table.table-repertory tr td .actions-wrapper .link {
  display: inline-flex;
}
table.table-repertory tr td .actions-wrapper .link .b-bt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 15px;
}
table.table-repertory tr td .actions-wrapper .link .b-bt svg {
  flex-shrink: 0;
  margin-right: 10px;
}

.paginate_button,
.dataTables_info {
  font-size: 15px;
}

.listing-repertory nav button:before, .listing-repertory nav button:after {
  display: none !important;
}
.listing-repertory nav button:hover {
  color: #000;
}

.listing-repertory .dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.listing-repertory .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  cursor: auto;
}
.listing-repertory .dataTables_wrapper .dataTables_paginate .paginate_button.disabled.next, .listing-repertory .dataTables_wrapper .dataTables_paginate .paginate_button.disabled.previous {
  display: none;
}
.listing-repertory .dataTables_wrapper .dataTables_paginate .paginate_button:not(.disabled):hover.next, .listing-repertory .dataTables_wrapper .dataTables_paginate .paginate_button:not(.disabled):hover.previous {
  color: #e00034 !important;
}

.listing-repertory .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.listing-repertory .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  cursor: pointer;
  background: #e00034 !important;
  border: none !important;
  color: white !important;
}

.listing-repertory {
  padding-bottom: 50px;
}
.listing-repertory .statut-connected {
  display: inline-flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
}
.listing-repertory .statut-connected .ic-statut {
  background: #99CA3F;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  margin-right: 15px;
}
.listing-repertory .statut-connected .txt {
  font-size: 14px;
  letter-spacing: 1px;
}
.listing-repertory .statut-connected input {
  margin-left: 15px;
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
  color: #1E1E1E;
  display: flex;
  padding: 7px 10px;
  position: relative;
  white-space: normal;
}
.listing-repertory .statut-connected input:before {
  border: 1px solid #ddd;
  content: "";
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  height: 14px;
  margin-right: 10px;
  width: 14px;
}
.listing-repertory .statut-connected input:checked {
  background: white;
  background-image: url(../../../content/themes/salon-colabor/img/check.svg), linear-gradient(0deg, white 0%, white 0%);
  background-position: 12px center, left top;
  background-repeat: no-repeat;
  background-size: 13px 13px, 100% 100%;
  color: #1E1E1E;
}

.history-tabs {
  padding: 90px 0px;
}
.history-tabs .tab-panels {
  margin-top: 90px;
  padding-top: 0px;
}
.history-tabs .item-history {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(150, 150, 150, 0.4);
}
.history-tabs .item-history .infos-logo {
  display: flex;
  align-items: center;
}
.history-tabs .item-history .infos-logo .logo {
  margin-bottom: 0px;
}
.history-tabs .item-history .infos-descriptions {
  display: flex;
  align-items: center;
}
.history-tabs .item-history .infos-descriptions .top-infos .date {
  color: #e00034;
  font-size: 16px;
}
.history-tabs .item-history .infos-descriptions .top-infos .description {
  font-weight: 600;
  font-size: 16px;
}
.history-tabs .item-history .infos-descriptions .top-infos blockquote {
  padding-left: 15px;
  margin-top: 20px;
  border-left: 3px solid #e00034;
  font-weight: 600;
  font-size: 15px;
}
.history-tabs .item-history .infos-descriptions .top-infos blockquote span.legend {
  display: block;
  font-weight: 500;
}
.history-tabs .item-history .infos-descriptions .details-infos {
  margin-top: 30px;
  font-size: 16px;
}
.history-tabs .item-history.conversation .statut {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.history-tabs .item-history.conversation .statut .ic-statut {
  border: 1px solid #ddd;
  background: transparent;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  margin-right: 23px;
}
.history-tabs .item-history.conversation .statut .ic-statut.live {
  background: #99CA3F;
  border: 1px solid transparent;
}
.history-tabs .item-history.conversation .statut .separator span {
  display: block;
  height: 30px;
  width: 1px;
  background: #ddd;
  margin-right: 23px;
}
.history-tabs .item-history.conversation .statut .b-bt {
  display: flex;
  align-items: center;
}
.history-tabs .item-history.conversation .statut .b-bt svg {
  margin-right: 10px;
}

section.search-page {
  padding: 100px 0;
  position: relative;
  width: 100%;
}
section.search-page p.result-count {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
section.search-page .results-wrapper .info-list {
  margin-bottom: 75px;
}
section.search-page .results-wrapper .info-list:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  section.search-page {
    padding: 70px 0;
  }
  section.search-page .results-wrapper .info-list {
    margin-bottom: 50px;
  }
  section.search-page .results-wrapper .info-list:last-child {
    margin-bottom: 0;
  }
}

section.notifications-page {
  padding: 100px 0;
  position: relative;
  width: 100%;
}
section.notifications-page p.notifications-count {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
section.notifications-page .notifications-wrapper {
  width: 100%;
}
section.notifications-page .notifications-wrapper .notification-item {
  border-bottom: 1px solid #ddd;
  padding: 30px 0;
  position: relative;
  width: 100%;
}
section.notifications-page .notifications-wrapper .notification-item .icon {
  align-items: center;
  background-color: #ddd;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  height: 40px;
  left: 0;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
}
section.notifications-page .notifications-wrapper .notification-item .notification-item-inner {
  box-sizing: border-box;
  padding: 0 85px 0 100px;
  width: 100%;
}
section.notifications-page .notifications-wrapper .notification-item .notification-item-inner p {
  color: #1E1E1E;
  font-size: 16px;
  line-height: 22px;
}
section.notifications-page .notifications-wrapper .notification-item .notification-item-inner p.date {
  margin-bottom: 5px;
}
section.notifications-page .notifications-wrapper .notification-item .notification-item-inner p a {
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
section.notifications-page .notifications-wrapper .notification-item.is-new .icon {
  background-color: #e00034;
}
section.notifications-page .notifications-wrapper .notification-item.is-new .notification-item-inner p {
  font-weight: bold;
}
section.notifications-page .notifications-wrapper .notification-item.is-new .notification-item-inner p.date {
  color: #e00034;
}
@media (max-width: 991.98px) {
  section.notifications-page {
    padding: 70px 0;
  }
  section.notifications-page p.notifications-count {
    margin-bottom: 40px;
  }
  section.notifications-page .notifications-wrapper .notification-item .notification-item-inner {
    padding: 0 0 0 100px;
  }
}
@media (max-width: 575.98px) {
  section.notifications-page .notifications-wrapper .notification-item .notification-item-inner {
    padding: 0 0 0 80px;
  }
}

.product-single-page {
  padding: 50px 0 100px;
  position: relative;
}
.product-single-page .psp-head {
  margin-bottom: 70px;
}
.product-single-page .psp-head h1 {
  color: #1E1E1E;
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 0;
  margin-top: 50px;
  text-align: left;
  text-transform: uppercase;
}
.product-single-page .psp-head .presented {
  margin-top: 5px;
  font-family: "montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.product-single-page .psp-head .cta-wrapper {
  position: relative;
  width: 100%;
}
.product-single-page .psp-head .cta-wrapper:before {
  background-color: #e00034;
  content: "";
  height: 1px;
  left: 0;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.product-single-page .psp-head .cta-wrapper .cta-wrapper-inner {
  background-color: #fff;
  position: relative;
  display: inline-flex;
  padding-right: 30px;
}
.product-single-page .psp-main {
  display: flex;
}
.product-single-page .psp-main .psp-section {
  margin-bottom: 50px;
}
.product-single-page .psp-main .psp-section:last-child {
  margin-bottom: 0;
}
.product-single-page .psp-main .psp-main-left, .product-single-page .psp-main .psp-main-right {
  box-sizing: border-box;
}
.product-single-page .psp-main .psp-main-left {
  padding-right: 40px;
  width: 35%;
}
.product-single-page .psp-main .psp-main-left .psp-slider-wrapper {
  margin-bottom: 30px;
  width: 100%;
}
.product-single-page .psp-main .psp-main-left .psp-slider-wrapper .psp-slider {
  border: 1px solid #ddd;
  overflow: hidden;
  width: 100%;
}
.product-single-page .psp-main .psp-main-left .psp-slider-wrapper .psp-slider .slick-slide {
  font-size: 0;
  line-height: 0;
}
.product-single-page .psp-main .psp-main-left .psp-slider-wrapper .psp-slider .slick-slide img {
  height: auto;
  width: 100%;
}
.product-single-page .psp-main .psp-main-left .psp-slider-wrapper .psp-slider .psp-slide {
  width: 100%;
}
.product-single-page .psp-main .psp-main-left .psp-slider-wrapper .psp-slider .psp-slide img {
  height: auto;
  width: 100%;
}
.product-single-page .psp-main .psp-main-left .psp-slider-wrapper .slider-switch {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.product-single-page .psp-main .psp-main-left .psp-slider-wrapper .slider-switch.is-hidden {
  display: none;
}
.product-single-page .psp-main .psp-main-left .psp-slider-wrapper .slider-switch .switch:first-child {
  margin-right: 5px;
}
.product-single-page .psp-main .psp-main-left .psp-price {
  margin-bottom: 30px;
}
.product-single-page .psp-main .psp-main-left .psp-price p {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.product-single-page .psp-main .psp-main-left .psp-price p:last-child {
  margin-bottom: 0;
}
.product-single-page .psp-main .psp-main-left .psp-price p span:first-child {
  font-weight: 700;
}
.product-single-page .psp-main .psp-main-left .psp-price p.price span:last-child, .product-single-page .psp-main .psp-main-left .psp-price p.colabor span:last-child {
  font-weight: 700;
}
.product-single-page .psp-main .psp-main-left .psp-price p.colabor span:last-child {
  color: #e00034;
}
.product-single-page .psp-main .psp-main-left .psp-price p.price {
  font-size: 19px;
  line-height: 24px;
}
.product-single-page .psp-main .psp-main-left .psp-offer {
  background-color: rgba(224, 0, 52, 0.1);
  border: 1px solid #e00034;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 12px;
}
.product-single-page .psp-main .psp-main-left .psp-offer ul li {
  color: #e00034;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 7px;
}
.product-single-page .psp-main .psp-main-left .psp-offer ul li:last-child {
  margin-bottom: 0;
}
.product-single-page .psp-main .psp-main-left .psp-offer ul li span {
  font-weight: bold;
}
.product-single-page .psp-main .psp-main-left .psp-cta {
  text-align: center;
}
.product-single-page .psp-main .psp-main-right {
  padding-left: 40px;
  width: 65%;
}
.product-single-page .psp-main h2 {
  font-family: "montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 200;
  margin-bottom: 25px;
  text-align: left;
}
.product-single-page .psp-main p {
  font-size: 16px;
  line-height: 22px;
}
.product-single-page .psp-main .infos {
  width: 100%;
}
.product-single-page .psp-main .infos li {
  align-items: flex-end;
  border-bottom: 1px solid #ddd;
  display: flex;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  width: 100%;
}
.product-single-page .psp-main .infos li span:first-child {
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: 700;
  margin-right: 20px;
  width: 30%;
}
.product-single-page .psp-main .infos li span:last-child {
  flex-shrink: 1;
  flex-grow: 1;
}
.product-single-page .psp-main .info-block {
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.product-single-page .psp-main .info-block:last-child {
  margin-bottom: 0;
}
.product-single-page .psp-main .info-block p:first-child {
  font-weight: 700;
  margin-bottom: 10px;
}
.product-single-page .psp-main .characteristics {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.product-single-page .psp-main .characteristics li {
  color: #fff;
  flex-shrink: 0;
  height: 100px;
  margin-bottom: 10px;
  margin-right: 25px;
  text-align: center;
  text-transform: uppercase;
  width: 100px;
}
@media (max-width: 991.98px) {
  .product-single-page .psp-head {
    margin-bottom: 50px;
  }
  .product-single-page .psp-main {
    flex-direction: column;
  }
  .product-single-page .psp-main .psp-main-left, .product-single-page .psp-main .psp-main-right {
    padding: 0;
    width: 100%;
  }
  .product-single-page .psp-main .psp-main-left {
    display: flex;
    margin-bottom: 50px;
  }
  .product-single-page .psp-main .psp-main-left .psp-slider-wrapper {
    box-sizing: border-box;
    margin-bottom: 0;
    padding-right: 15px;
    width: 55%;
  }
  .product-single-page .psp-main .psp-main-left .psp-cart {
    box-sizing: border-box;
    padding-left: 15px;
    width: 45%;
  }
}
@media (max-width: 767.98px) {
  .product-single-page .psp-head {
    margin-bottom: 40px;
  }
  .product-single-page .psp-head h1 {
    font-size: 35px;
    line-height: 41px;
    margin-top: 40px;
  }
  .product-single-page .psp-main .psp-main-left {
    display: block;
    margin-bottom: 50px;
  }
  .product-single-page .psp-main .psp-main-left .psp-slider-wrapper, .product-single-page .psp-main .psp-main-left .psp-cart {
    padding: 0;
    width: 100%;
  }
  .product-single-page .psp-main .psp-main-left .psp-slider-wrapper {
    margin-bottom: 30px;
  }
}

.content .section-errors {
  position: relative;
  max-width: 1110px;
  width: auto;
}
.content .section-errors h1 {
  font-size: 44px;
}
@media screen and (max-width: 1023px) {
  .content .section-errors h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .content .section-errors h1 {
    font-size: 32px;
  }
}
.content .section-errors .errors-head {
  margin-bottom: 60px;
}
.content .section-errors .errors-head p {
  text-align: center;
}
.content .section-errors .errors-head p.sub {
  font-size: 16px;
  line-height: 19px;
  font-family: "montserrat";
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.content .section-errors p {
  text-align: center;
}
.content .section-errors p a {
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.custom-input-file {
  display: block;
  height: 53px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.custom-input-file input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.custom-input-file label:not(.error) {
  align-items: center;
  background-color: transparent;
  border: 1px solid #ddd;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  height: 53px;
  margin-bottom: 0;
  padding: 4px;
  position: relative;
  text-decoration: none;
  transition: background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, border-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  width: 100%;
}
.custom-input-file label:not(.error) .picto {
  align-items: center;
  background-color: #e00034;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  height: 45px;
  width: 45px;
}
.custom-input-file label:not(.error) .text {
  color: #e00034;
  flex-grow: 1;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 19px;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
html.notouch .custom-input-file label:not(.error):hover {
  background-color: #e00034;
  border-color: #e00034;
}
html.notouch .custom-input-file label:not(.error):hover .text {
  color: #fff;
}
.custom-input-file .current-file {
  align-items: center;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.custom-input-file .current-file .text {
  color: rgba(30, 30, 30, 0.5);
  flex-grow: 1;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  padding-right: 15px;
  word-break: break-word;
}
.custom-input-file .current-file .delete {
  cursor: pointer;
  flex-shrink: 0;
}
.custom-input-file .current-file .delete svg path {
  transition: fill 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
html.notouch .custom-input-file .current-file .delete:hover svg g {
  fill: #1E1E1E;
}
.custom-input-file.has-file .current-file {
  display: flex;
}
.custom-input-file span.error {
  position: absolute;
  bottom: 12px;
  right: 9px;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #e00034;
  border-radius: 50%;
  text-indent: -9999px;
}
.custom-input-file span.error:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 19px;
  background: url(../../../content/themes/salon-colabor/img/icn-error.svg) 0 0/auto 100% no-repeat;
  transform: translate(-50%, -50%);
}
.custom-input-file span.error.valid {
  display: none !important;
}

@-webkit-keyframes loader {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes loader {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.pn-loader .loader-inner {
  width: 40px;
  height: 40px;
  display: inline-block;
  overflow: hidden;
  background: transparent;
}
.pn-loader .loader-inner .loader-circle {
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-origin: 0 0;
}
.pn-loader .loader-inner .loader-circle div {
  -webkit-animation: loader 1s linear infinite;
          animation: loader 1s linear infinite;
  top: 20px;
  left: 20px;
  position: absolute;
  width: 25px;
  height: 25px;
  border: 4px solid #e00034;
  border-top-color: transparent;
  border-radius: 50%;
}

.fixed-mb-nav {
  box-sizing: border-box;
  display: none;
  left: 0;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 2;
}
.fixed-mb-nav .fixed-mb-nav-container {
  background-color: #1E1E1E;
  box-sizing: border-box;
  max-height: 100vh;
  padding: 58px 0 0;
  position: relative;
  height: 100%;
  width: 100%;
}
.fixed-mb-nav .fixed-mb-nav-container .container-inner {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fixed-mb-nav .fixed-mb-nav-container .container-inner .subnav-mb-main {
  height: 100%;
  overflow-y: auto;
  position: relative;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.fixed-mb-nav .fixed-mb-nav-container .container-inner .subnav-mb-main .subnav-mb-main-content {
  align-items: stretch;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  min-height: 100%;
  padding: 40px 0;
  width: 100%;
}
.fixed-mb-nav .fixed-mb-nav-container .container-inner .subnav-mb-main .subnav-mb-main-content .subnav-section {
  box-sizing: border-box;
  margin-bottom: 50px;
  padding: 0 15px;
  text-align: left;
  width: 100%;
}
.fixed-mb-nav .fixed-mb-nav-container .container-inner .subnav-mb-main .subnav-mb-main-content .subnav-section:last-child {
  margin-bottom: 0;
}
.fixed-mb-nav .fixed-mb-nav-container .container-inner .subnav-mb-main .subnav-mb-main-content .subnav-top p {
  color: #99CA3F;
  font-family: "montserrat";
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.fixed-mb-nav .fixed-mb-nav-container .container-inner .subnav-mb-main .subnav-mb-main-content .subnav-top .item-seemore-mb .seemore-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.fixed-mb-nav .fixed-mb-nav-container .container-inner .subnav-mb-main .subnav-mb-main-content .subnav-top .item-seemore-mb .seemore-head .name {
  color: #fff;
  font-family: "montserrat";
  font-size: 20px;
  line-height: 24px;
}
.fixed-mb-nav .fixed-mb-nav-container .container-inner .subnav-mb-main .subnav-mb-main-content .subnav-top .item-seemore-mb .seemore-head .picto {
  border-color: #fff;
  background-color: #1E1E1E;
}
.fixed-mb-nav .fixed-mb-nav-container .container-inner .subnav-mb-main .subnav-mb-main-content .subnav-top .item-seemore-mb .seemore-head .picto svg path {
  transition: fill 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
html.notouch .fixed-mb-nav .fixed-mb-nav-container .container-inner .subnav-mb-main .subnav-mb-main-content .subnav-top .item-seemore-mb .seemore-head:hover .picto {
  border-color: #fff;
  background-color: #fff;
}
html.notouch .fixed-mb-nav .fixed-mb-nav-container .container-inner .subnav-mb-main .subnav-mb-main-content .subnav-top .item-seemore-mb .seemore-head:hover .picto svg g {
  fill: #1E1E1E;
}
.fixed-mb-nav .fixed-mb-nav-container .container-inner .subnav-mb-main .subnav-mb-main-content .subnav-top .item-seemore-mb .seemore-content .seemore-content-inner {
  padding-top: 25px;
}
.fixed-mb-nav .fixed-mb-nav-container .container-inner .subnav-mb-main .subnav-mb-main-content .subnav-top .item-seemore-mb .seemore-content .seemore-content-inner ul li {
  margin-bottom: 15px;
}
.fixed-mb-nav .fixed-mb-nav-container .container-inner .subnav-mb-main .subnav-mb-main-content .subnav-top .item-seemore-mb .seemore-content .seemore-content-inner ul li:last-child {
  margin-bottom: 0;
}
.fixed-mb-nav .fixed-mb-nav-container .container-inner .subnav-mb-main .subnav-mb-main-content .subnav-top .item-seemore-mb .seemore-content .seemore-content-inner ul li a {
  align-items: center;
  display: inline-flex;
  color: #8E8E8E;
  font-family: "montserrat";
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  white-space: nowrap;
}
.fixed-mb-nav .fixed-mb-nav-container .container-inner .subnav-mb-main .subnav-mb-main-content .subnav-top .item-seemore-mb .seemore-content .seemore-content-inner ul li a .icon {
  margin-right: 15px;
}
.fixed-mb-nav .fixed-mb-nav-container .container-inner .subnav-mb-main .subnav-mb-main-content .subnav-top .item-seemore-mb .seemore-content .seemore-content-inner ul li a .icon:not(.offset) {
  margin-left: 4px;
}
html.notouch .fixed-mb-nav .fixed-mb-nav-container .container-inner .subnav-mb-main .subnav-mb-main-content .subnav-top .item-seemore-mb .seemore-content .seemore-content-inner ul li a:hover {
  color: #fff;
}
.fixed-mb-nav .fixed-mb-nav-container .container-inner .subnav-mb-main .subnav-mb-main-content .subnav-center {
  align-items: center;
  display: flex;
  flex-grow: 1;
}
.fixed-mb-nav .fixed-mb-nav-container .container-inner .subnav-mb-main .subnav-mb-main-content .subnav-center .primary-nav {
  width: 100%;
}
.fixed-mb-nav .fixed-mb-nav-container .container-inner .subnav-mb-main .subnav-mb-main-content .subnav-center .primary-nav li {
  position: relative;
  padding: 10px 0;
  width: 100%;
}
.fixed-mb-nav .fixed-mb-nav-container .container-inner .subnav-mb-main .subnav-mb-main-content .subnav-center .primary-nav li:before {
  background-color: #979797;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  bottom: 0;
  position: absolute;
  transform: translateX(-50%);
  width: 100vw;
}
.fixed-mb-nav .fixed-mb-nav-container .container-inner .subnav-mb-main .subnav-mb-main-content .subnav-center .primary-nav li a {
  color: #fff;
  font-family: "montserrat";
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
html.notouch .fixed-mb-nav .fixed-mb-nav-container .container-inner .subnav-mb-main .subnav-mb-main-content .subnav-center .primary-nav li a:hover {
  color: #8E8E8E;
}
.fixed-mb-nav .fixed-mb-nav-container .container-inner .subnav-mb-main .subnav-mb-main-content .subnav-bottom a {
  color: #fff;
  font-family: "montserrat";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
html.notouch .fixed-mb-nav .fixed-mb-nav-container .container-inner .subnav-mb-main .subnav-mb-main-content .subnav-bottom a:hover {
  color: #8E8E8E;
}
.fixed-mb-nav.is-open {
  display: block;
}

#head {
  position: -webkit-sticky;
  position: sticky;
  background-color: #fff;
  top: 0;
  z-index: 999;
  padding: 20px 0;
}
@media (min-width: 1024px) {
  #head {
    padding: 30px 0;
    position: relative;
  }
}
#head .container {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  #head .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
#head a {
  font-size: 15px;
  transition: color 300ms;
}
#head a:hover, #head a.active {
  color: #e00034;
}
@media (min-width: 768px) {
  #head a {
    font-size: 20px;
  }
}
@media (min-width: 1280px) {
  #head a {
    font-size: 24px;
  }
}
#head .logo img {
  width: auto;
  height: 25px;
}
@media (min-width: 1024px) {
  #head .logo img {
    height: 60px;
  }
}
#head ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#head ul li {
  margin: 0 1rem;
  display: none;
}
@media (min-width: 1024px) {
  #head ul li {
    display: block;
  }
}
#head ul li.last {
  margin-right: 0;
}
#head ul li.mobile-menu {
  display: block;
}
@media (min-width: 1024px) {
  #head ul li.mobile-menu {
    display: none;
  }
}
@media (min-width: 1024px) {
  #head ul li.mobile-only {
    display: none;
  }
}
#head #menu-btn {
  display: block;
  background-color: transparent;
  position: relative;
  width: 30px;
  height: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none !important;
}
#head #menu-btn span, #head #menu-btn::before, #head #menu-btn::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #000;
  transition: all 200ms cubic-bezier(0, 0, 0.58, 1);
  transform-origin: center;
}
#head #menu-btn::before, #head #menu-btn::after {
  content: "";
  left: 0;
  right: 0;
  border: none;
}
#head #menu-btn::after {
  top: 100%;
}
#head #menu-btn:active, #head #menu-btn:focus {
  outline: none !important;
}
#head #menu-btn.active span {
  opacity: 0;
}
#head #menu-btn.active::before {
  transform: rotate(45deg);
  top: 10px;
}
#head #menu-btn.active::after {
  transform: rotate(-45deg);
  top: 10px;
}
#head svg {
  width: 20px;
  height: auto;
}
#head svg path {
  fill: #000;
}

.activation-timeline {
  overflow: hidden;
  padding-bottom: 5px;
  position: relative;
  width: 100%;
}
.activation-timeline ul {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  width: 100%;
}
.activation-timeline ul li {
  color: #1E1E1E;
  display: flex;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  opacity: 0.5;
  text-transform: uppercase;
  width: 100%;
}
.activation-timeline ul li span {
  text-align: center;
}
.activation-timeline ul li:first-child {
  justify-content: flex-start;
}
.activation-timeline ul li:last-child {
  justify-content: flex-end;
}
.activation-timeline ul li.current {
  opacity: 1;
}
.activation-timeline .line {
  background-color: rgba(30, 30, 30, 0.13);
  height: 8px;
  position: relative;
  width: 100%;
}
.activation-timeline .line span {
  background-color: #99CA3F;
  display: block;
  height: 18px;
  left: 18px;
  margin-left: -18px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  width: 18px;
}
.activation-timeline .line span:before {
  background-color: #99CA3F;
  right: 100%;
  content: "";
  height: 8px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 100vw;
}
@media (max-width: 575.98px) {
  .activation-timeline li:not(.current) {
    display: none;
  }
}

.cta-arrow {
  align-items: center;
  color: #e00034;
  display: inline-flex;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.25px;
  position: relative;
  text-decoration: none;
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 767.98px) {
  .cta-arrow {
    font-size: 12px;
  }
}
.cta-arrow span:not(.picto) {
  flex-shrink: 0;
  line-height: 13px;
  padding: 0 0 3px;
  position: relative;
}
.cta-arrow span:not(.picto):before {
  background-color: #e00034;
  bottom: -3px;
  content: "";
  display: block;
  left: 0;
  height: 1px;
  position: absolute;
  transition: background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
}
.cta-arrow .picto {
  align-items: center;
  background-color: #e00034;
  border-radius: 15px;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  height: 30px;
  margin-left: 10px;
  transition: background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 30px;
}
.cta-arrow .picto svg {
  margin-top: 0;
  margin-bottom: 2px;
}
.cta-arrow .picto.bracket {
  transform: rotate(-90deg);
}
.cta-arrow .picto.bracket svg {
  margin-top: 2px;
  margin-bottom: 0;
}
.cta-arrow .picto.align-top svg {
  margin-top: 2px;
  margin-bottom: 0;
}
.cta-arrow.is-reverse {
  flex-direction: row-reverse;
}
.cta-arrow.is-reverse .picto {
  margin-left: 0;
  margin-right: 10px;
}
.cta-arrow.is-reverse .picto.bracket {
  transform: rotate(90deg);
}
.cta-arrow.is-uppercase {
  text-transform: uppercase;
}
html.notouch .cta-arrow:hover span:not(.picto):before {
  background-color: #1E1E1E;
}
html.notouch .cta-arrow:hover .picto {
  background-color: #1E1E1E;
}
.cta-arrow.is-disabled {
  cursor: default;
  color: #ddd;
  pointer-events: none;
}
.cta-arrow.is-disabled span:not(.picto):before {
  background-color: #ddd;
}
.cta-arrow.is-disabled .picto {
  background-color: #ddd;
}
html.notouch .cta-arrow.is-disabled:hover span:not(.picto):before {
  background-color: #ddd;
}
html.notouch .cta-arrow.is-disabled:hover .picto {
  background-color: #ddd;
}

.exposant-step-nav {
  position: relative;
  width: 100%;
}
.exposant-step-nav .step-cta {
  border: 2px solid #C6C6C6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  text-decoration: none;
  transition: border-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  padding-right: 100px;
}
@media (max-width: 767.98px) {
  .exposant-step-nav .step-cta {
    padding-right: 40px;
  }
}
.exposant-step-nav .step-cta .step-cta-txt {
  display: flex;
  align-items: center;
  padding: 20px;
}
@media (max-width: 767.98px) {
  .exposant-step-nav .step-cta .step-cta-txt {
    display: block;
    text-align: center;
  }
  .exposant-step-nav .step-cta .step-cta-txt svg {
    margin: 0 auto 20px auto;
  }
}
.exposant-step-nav .step-cta .icon svg polyline {
  stroke: #DDD;
}
.exposant-step-nav .step-cta .txt {
  color: #1E1E1E;
  font-family: "montserrat";
  font-size: 24px;
  line-height: 29px;
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin-left: 20px;
}
@media (max-width: 767.98px) {
  .exposant-step-nav .step-cta .txt {
    margin-left: 0;
  }
}
.exposant-step-nav .step-cta .square {
  align-items: center;
  background-color: #e00034;
  display: flex;
  justify-content: center;
  right: -2px;
  position: absolute;
  top: -2px;
  bottom: -2px;
  width: 100px;
}
@media (max-width: 767.98px) {
  .exposant-step-nav .step-cta .square {
    width: 40px;
  }
  .exposant-step-nav .step-cta .square svg {
    width: 15px;
  }
}
.exposant-step-nav .step-cta:last-child {
  margin-bottom: 0;
}
.exposant-step-nav .step-cta.check .icon svg polyline {
  stroke: #99CA3F;
}
html.notouch .exposant-step-nav .step-cta:hover {
  border-color: #e00034;
}
html.notouch .exposant-step-nav .step-cta:hover .txt {
  color: #e00034;
}

.item-seemore .seemore-item__head {
  border-top: 1px solid rgba(151, 151, 151, 0.4);
  cursor: pointer;
  padding: 18px 10px 18px 0;
  transition: border-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  display: flex;
}
.item-seemore .seemore-item__head .seemore-item__title--wrapper {
  display: flex;
  align-items: center;
}
.item-seemore .seemore-item__head .seemore-item__title--wrapper h3 {
  color: #1E1E1E;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
@media (min-width: 768px) {
  .item-seemore .seemore-item__head .seemore-item__title--wrapper h3 {
    font-size: 16px;
  }
}
.item-seemore .seemore-item__head .seemore-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  background-color: #e00034;
  margin-right: 15px;
  transition: background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.item-seemore .seemore-item__head .seemore-item__icon span {
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.item-seemore .seemore-item__head .seemore-item__icon span svg {
  height: 16px;
  width: 11px;
}
@media (min-width: 768px) {
  .item-seemore .seemore-item__head .seemore-item__icon {
    margin-right: 25px;
  }
}
html.notouch .item-seemore .seemore-item__head:hover .seemore-item__title--wrapper h3 {
  color: #e00034;
}
html.notouch .item-seemore .seemore-item__head:hover .seemore-item__icon {
  background-color: #1E1E1E;
}
.item-seemore .seemore-item__content {
  height: 0;
  overflow: hidden;
  will-change: height;
}
.item-seemore .seemore-item__content .seemore-item__content--inner {
  box-sizing: border-box;
  display: none;
  padding: 0 10px 20px 10px;
}
.item-seemore.is-open .seemore-item__head .seemore-item__icon {
  background-color: #1E1E1E;
}
.item-seemore.is-open .seemore-item__head .seemore-item__icon span {
  transform: rotate(180deg);
}
.item-seemore.is-open .seemore-item__head .seemore-item__title--wrapper h3 {
  color: #e00034;
}
.item-seemore.is-open .seemore-item__content .seemore-item__content--inner {
  display: block;
}
.item-seemore.anim-close .seemore-item__head .seemore-item__icon {
  background-color: #e00034;
}
.item-seemore.anim-close .seemore-item__head .seemore-item__icon span {
  transform: rotate(0);
}
.item-seemore.anim-close .seemore-item__head .seemore-item__title--wrapper h3 {
  color: #1E1E1E;
}

body .section.container .pn-wysiwyg, .pn-wysiwyg {
  color: #1E1E1E;
  font-family: "open_sans";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.1px;
  line-height: 24px;
  text-align: left;
}
body .section.container .pn-wysiwyg h2, .pn-wysiwyg h2 {
  color: #1E1E1E;
  font-family: "montserrat";
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 15px;
  text-align: left;
}
body .section.container .pn-wysiwyg h2:first-of-type, .pn-wysiwyg h2:first-of-type {
  margin-top: 0;
}
body .section.container .pn-wysiwyg h3, .pn-wysiwyg h3 {
  color: #1E1E1E;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: left;
}
body .section.container .pn-wysiwyg h3:first-of-type, .pn-wysiwyg h3:first-of-type {
  margin-top: 0;
}
body .section.container .pn-wysiwyg b, body .section.container .pn-wysiwyg strong, .pn-wysiwyg b, .pn-wysiwyg strong {
  font-weight: bold;
}
body .section.container .pn-wysiwyg i, body .section.container .pn-wysiwyg em, .pn-wysiwyg i, .pn-wysiwyg em {
  font-style: italic;
}
body .section.container .pn-wysiwyg p, .pn-wysiwyg p {
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 767.98px) {
  body .section.container .pn-wysiwyg p, .pn-wysiwyg p {
    margin-bottom: 15px;
  }
}
body .section.container .pn-wysiwyg a, .pn-wysiwyg a {
  color: #e00034;
  text-decoration: underline;
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
html.notouch body .section.container .pn-wysiwyg a:hover, html.notouch .pn-wysiwyg a:hover {
  color: #1E1E1E;
}
body .section.container .pn-wysiwyg ul, .pn-wysiwyg ul {
  padding-left: 20px;
}
body .section.container .pn-wysiwyg ul > li, .pn-wysiwyg ul > li {
  list-style: none;
  text-indent: -20px;
}
body .section.container .pn-wysiwyg ul > li::before, .pn-wysiwyg ul > li::before {
  background: #e00034;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 6px;
  margin-right: calc(20px - 6px);
  vertical-align: middle;
  width: 6px;
  margin-top: -3px;
}
@media (max-width: 767.98px) {
  body .section.container .pn-wysiwyg ul > li::before, .pn-wysiwyg ul > li::before {
    height: 6px;
    width: 6px;
    margin-right: calc(20px - 6px);
    margin-top: -3px;
  }
}
body .section.container .pn-wysiwyg ol, .pn-wysiwyg ol {
  counter-reset: item;
  padding-left: 30px;
}
body .section.container .pn-wysiwyg ol li, .pn-wysiwyg ol li {
  list-style-type: none;
  position: relative;
}
body .section.container .pn-wysiwyg ol li:before, .pn-wysiwyg ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #e00034;
  left: -30px;
  position: absolute;
  margin-top: -10px;
  top: 50%;
}
body .section.container .pn-wysiwyg ul, body .section.container .pn-wysiwyg ol, .pn-wysiwyg ul, .pn-wysiwyg ol {
  margin-bottom: 20px;
  text-align: left;
}
body .section.container .pn-wysiwyg ul li:not(:last-child), body .section.container .pn-wysiwyg ol li:not(:last-child), .pn-wysiwyg ul li:not(:last-child), .pn-wysiwyg ol li:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  body .section.container .pn-wysiwyg ul, body .section.container .pn-wysiwyg ol, .pn-wysiwyg ul, .pn-wysiwyg ol {
    margin-bottom: 15px;
  }
  body .section.container .pn-wysiwyg ul li:not(:last-child), body .section.container .pn-wysiwyg ol li:not(:last-child), .pn-wysiwyg ul li:not(:last-child), .pn-wysiwyg ol li:not(:last-child) {
    margin-bottom: 8px;
  }
}

.pn-youtube {
  position: relative;
  width: 100%;
}
.pn-youtube:before {
  content: "";
  display: block;
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}
.pn-youtube iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.pn-video {
  position: relative;
  width: 100%;
}
.pn-video .overlay-wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.pn-video .overlay-wrapper .image-wrapper {
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.pn-video .overlay-wrapper .overlay {
  background: rgba(30, 30, 30, 0.4);
  height: 100%;
  position: absolute;
  width: 100%;
}
.pn-video .overlay-wrapper .play {
  align-items: center;
  bottom: 50px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  left: 25px;
  opacity: 0.7;
  position: absolute;
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pn-video .overlay-wrapper .play span:not(.picto) {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
.pn-video .overlay-wrapper .play .picto {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 20px;
}
html.notouch .pn-video .overlay-wrapper .play:hover {
  opacity: 1;
}
.pn-video .pn-youtube {
  z-index: 0;
}

.item-info {
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  display: block;
  position: relative;
  text-decoration: none;
  transition: border-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), padding 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
}
.item-info:before {
  background-color: #e00034;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  width: 8px;
}
.item-info .item-info-inner {
  align-items: center;
  display: flex;
  padding: 20px 0;
}
.item-info .item-info-inner .item-info-section {
  padding-left: 50px;
}
.item-info .item-info-inner .item-info-section:first-child {
  padding-left: 0;
}
.item-info .item-info-inner .item-info-section.no-shrink {
  flex-shrink: 0;
}
.item-info .item-info-inner .item-info-section.flexible {
  flex-grow: 1;
  padding-right: 56px;
  transition: padding 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.item-info .item-info-inner .item-info-section.img-wrapper img {
  height: auto;
  width: 150px;
}
.item-info .item-info-inner .item-info-section .title {
  color: #1E1E1E;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}
.item-info .item-info-inner .item-info-section .text {
  color: #1E1E1E;
  display: block;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
  margin-top: 5px;
}
.item-info .item-info-inner .item-info-section .picto {
  align-items: center;
  background-color: #e00034;
  display: flex;
  justify-content: center;
  height: 41px;
  width: 41px;
}
.item-info .item-info-inner .item-info-section .picto svg {
  margin-left: 3px;
  transform: rotate(-90deg);
}
.item-info .item-info-inner .item-info-section .dwl {
  align-items: center;
  background-color: #e00034;
  color: #fff;
  display: flex;
  font-size: 14px;
  letter-spacing: 0.6px;
  line-height: 40px;
  justify-content: center;
  height: 41px;
  padding: 0 20px;
  text-transform: uppercase;
}
html.notouch .item-info:hover {
  box-shadow: 9px 9px 15px 0px rgba(0, 0, 0, 0.21);
  border-color: #fff;
  padding: 0 28px 0 28px;
}
html.notouch .item-info:hover:before {
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
html.notouch .item-info:hover .item-info-section.flexible {
  padding-right: 0;
}
@media (max-width: 767.98px) {
  .item-info .item-info-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 25px 0;
  }
  .item-info .item-info-inner .item-info-section {
    margin-bottom: 35px;
    padding-left: 0;
  }
  .item-info .item-info-inner .item-info-section:last-child {
    margin-bottom: 0;
  }
  .item-info .item-info-inner .item-info-section.img-wrapper img {
    width: 100%;
  }
}

.alert-new {
  align-items: center;
  background-color: #F1E8DC;
  display: flex;
  padding: 20px 25px;
}
.alert-new .picto {
  flex-shrink: 0;
  flex-grow: 0;
  align-items: center;
  background-color: #e00034;
  border-radius: 50%;
  height: 50px;
  display: flex;
  justify-content: center;
  width: 50px;
}
.alert-new .alert-new-content {
  box-sizing: border-box;
  flex-shrink: 1;
  flex-grow: 1;
  padding-left: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.alert-new .alert-new-content p {
  font-size: 18px;
  line-height: 24px;
}
.alert-new .alert-new-content p:first-child {
  margin-right: 10px;
}
.alert-new .alert-new-content p:last-child {
  flex-shrink: 0;
  flex-grow: 0;
}
.alert-new .alert-new-content .pn-btn {
  background-color: #e00034;
  font-weight: bold;
  padding: 10px 15px;
  transition: background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  max-width: none !important;
  width: auto !important;
}
.alert-new .alert-new-content .pn-btn:before, .alert-new .alert-new-content .pn-btn:after {
  display: none;
}
html.notouch .alert-new .alert-new-content .pn-btn:hover {
  background: #000;
}
@media (max-width: 767.98px) {
  .alert-new {
    flex-direction: column;
  }
  .alert-new .picto {
    margin-bottom: 20px;
  }
  .alert-new .alert-new-content {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 0;
  }
  .alert-new .alert-new-content p {
    text-align: center;
    width: 100%;
  }
  .alert-new .alert-new-content p:first-child {
    margin-bottom: 15px;
    margin-right: 0;
  }
}

.show-hide-item {
  align-items: center;
  display: inline-flex;
}
.show-hide-item .shi-icon:first-child {
  margin-right: 10px;
  width: 25px;
}
.show-hide-item .shi-icon:first-child svg {
  margin: 0 auto;
  display: block;
}
.show-hide-item .shi-icon:first-child svg g {
  fill: #000;
}
.show-hide-item .shi-icon:last-child {
  margin-left: 10px;
}
.show-hide-item .shi-icon.mail svg {
  height: 25px;
  width: 25px;
}
.show-hide-item .shi-icon.toggle-cta {
  cursor: pointer;
  position: relative;
  opacity: 0.3;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.show-hide-item .shi-icon.toggle-cta .shi-show, .show-hide-item .shi-icon.toggle-cta .shi-hide {
  display: block;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.show-hide-item .shi-icon.toggle-cta .shi-hide {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
html.notouch .show-hide-item .shi-icon.toggle-cta:hover {
  opacity: 0.9;
}
.show-hide-item .shi-inner {
  opacity: 0;
  width: 0;
  overflow: hidden;
  will-change: width;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
}
.show-hide-item .shi-inner p, .show-hide-item .shi-inner a {
  display: none;
  white-space: nowrap;
}
.show-hide-item.is-open .shi-icon.toggle-cta .shi-show {
  opacity: 0;
}
.show-hide-item.is-open .shi-icon.toggle-cta .shi-hide {
  opacity: 1;
}
.show-hide-item.is-open .shi-inner {
  opacity: 1;
  width: auto;
}
.show-hide-item.is-open .shi-inner p, .show-hide-item.is-open .shi-inner a {
  display: inline-block;
}

.cart-header-summary {
  font-size: 15px;
}
.cart-header-summary .legend {
  margin-top: 20px;
  color: grey;
  font-size: 10px;
  text-align: right;
}
.cart-header-summary .my-account-container {
  flex: 1;
  width: 100%;
}
@media (min-width: 1024px) {
  .cart-header-summary .my-account-container {
    display: flex;
  }
}
.cart-header-summary .my-account-container .name {
  font-weight: 900;
}
.cart-header-summary .my-account-container .name.red {
  color: #e00034;
}
.cart-header-summary .my-account-container .my-account-inner-container-first {
  max-width: 230px;
  min-width: 230px;
  margin-right: 60px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .cart-header-summary .my-account-container .my-account-inner-container-first {
    margin-bottom: 0;
  }
}
.cart-header-summary .my-account-container .my-account-inner-container {
  width: 100%;
  display: block;
}
@media (min-width: 1024px) {
  .cart-header-summary .my-account-container .my-account-inner-container {
    display: flex;
  }
}
.cart-header-summary .my-account-container .my-account-inner-container .input-wrapper {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .cart-header-summary .my-account-container .my-account-inner-container .input-wrapper {
    margin-top: 0;
  }
}
.cart-header-summary .my-account-container .ma-head {
  align-items: center;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.cart-header-summary .my-account-container h3 {
  margin-bottom: 20px;
}
.cart-header-summary .my-account-container .btn,
.cart-header-summary .my-account-container button {
  width: auto !important;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  display: inline-block;
}
.cart-header-summary .my-account-container .btn:before, .cart-header-summary .my-account-container .btn:after,
.cart-header-summary .my-account-container button:before,
.cart-header-summary .my-account-container button:after {
  display: none;
}
.cart-header-summary .summary-container {
  box-sizing: border-box;
  background-color: #F1E8DC;
  margin-top: 50px;
  padding: 40px 0 50px;
  position: relative;
}
.cart-header-summary .summary-container:before {
  background-color: #F1E8DC;
  content: "";
  display: block;
  left: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
}
.cart-header-summary .summary-container .summury-header {
  font-weight: 900;
  font-size: 14px;
}
@media (min-width: 768px) {
  .cart-header-summary .summary-container .summury-col1 {
    min-width: 190px;
    padding-right: 10px;
  }
  .cart-header-summary .summary-container .summury-col2 {
    min-width: 90px;
  }
  .cart-header-summary .summary-container .summury-col3 {
    min-width: 120px;
  }
  .cart-header-summary .summary-container .summury-col4 {
    min-width: 120px;
  }
  .cart-header-summary .summary-container tr td {
    min-width: 100px;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .cart-header-summary .summary-container .summury-col5 {
    min-width: 140px;
  }
}
.cart-header-summary .summary-container .total-result {
  font-size: 19px;
  position: relative;
  display: block;
}
.cart-header-summary .summary-container .total-result .text {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  color: #e00034;
  font-weight: 800;
  letter-spacing: 0.05em;
}
.cart-header-summary .summary-container tr th {
  padding-bottom: 5px;
  border-bottom: 1px solid #e00034;
}
.cart-header-summary .summary-container .summary-inner-container {
  position: relative;
  width: 100%;
}
.cart-header-summary .summary-container .summary-inner-container h3 {
  margin-bottom: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.21;
}
.cart-header-summary .summary-container .summary-inner-container table {
  width: 100%;
}
.cart-header-summary .summary-container .summary-inner-container table tr th {
  color: #e00034;
  font-weight: bold;
  border-bottom: 1px solid #e00034;
  padding-bottom: 7px;
}
.cart-header-summary .summary-container .summary-inner-container table tr th:last-child {
  text-align: right;
}
.cart-header-summary .summary-container .summary-inner-container table tr td {
  padding: 5px 0 6px;
}
.cart-header-summary .summary-container .summary-inner-container table tr td:last-child {
  text-align: right;
}
.cart-header-summary .summary-container .summary-inner-container table tr.show-more td {
  padding: 10px 0;
}
.cart-header-summary .summary-container .summary-inner-container table tr:last-child {
  border-top: 1px solid #e00034;
}
.cart-header-summary .summary-container .summary-inner-container table tr:last-child td {
  font-size: 19px;
  font-weight: 900;
}
.cart-header-summary .summary-container .total {
  color: #e00034;
  font-weight: 800;
}
@media (max-width: 767px) {
  .radioTabs {
    margin-bottom: 20px !important;
  }
  .radioTabs:last-of-type {
    margin-bottom: 50px !important;
  }
}
.activeTab {
  background-color: #1E1E1E !important;
  transition: none !important;
}

.radioTabs {
  margin-bottom: 50px;
  transition: background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  background-color: #e00034;
}
.radioTabs:hover {
  background-color: #1E1E1E;
}

#contentFaq {
  scroll-margin: 60px;
}

.faqTabs {
  justify-content: center;
}

.seemore-list {
  position: relative;
  width: 100%;
}
.seemore-list .sl-head {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.seemore-list .sl-head h2 {
  font-family: "montserrat";
  font-size: 28px;
  line-height: 34px;
  font-weight: bold;
  margin-bottom: 0;
  text-align: left;
}
.seemore-list .sl-head .filter {
  align-items: center;
  display: inline-flex;
}
.seemore-list .sl-head .filter label {
  font-size: 16px;
  font-weight: 600;
  margin-right: 25px;
  white-space: nowrap;
}
.seemore-list .sl-content .sl-section > h3 {
  margin-bottom: 25px;
}
.seemore-list .sl-content .sl-section:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .seemore-list .sl-head {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
  .seemore-list .sl-head h2 {
    margin-bottom: 30px;
    width: 100%;
  }
  .seemore-list .sl-head .filter {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .seemore-list .sl-head .filter {
    align-items: flex-start;
    flex-direction: column;
  }
  .seemore-list .sl-head .filter label {
    margin-bottom: 5px;
  }
}

.add-delete-list-form h2 {
  font-family: "montserrat";
  font-size: 24px;
  line-height: 29px;
  font-weight: normal;
  text-align: left;
}
.add-delete-list-form h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 25px;
}
.add-delete-list-form p.sub {
  font-size: 16px;
  line-height: 24px;
}
.add-delete-list-form p.sub b {
  font-weight: bold;
}
.add-delete-list-form .adfl-list {
  margin: 40px 0 50px;
}
.add-delete-list-form .adfl-list .empty {
  font-size: 16px;
  line-height: 24px;
}
.add-delete-list-form .adfl-list .empty.is-hidden {
  display: none;
}
.add-delete-list-form .adfl-list ul {
  list-style: initial;
  list-style-position: inside;
  margin: 0 auto 0 0;
  width: 50%;
}
.add-delete-list-form .adfl-list ul li {
  align-items: center;
  display: flex;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
.add-delete-list-form .adfl-list ul li.placeholder {
  display: none !important;
}
.add-delete-list-form .adfl-list ul li:last-child {
  margin-bottom: 0;
}
.add-delete-list-form .adfl-list ul li .text {
  flex-grow: 1;
  margin-bottom: 0;
}
.add-delete-list-form .adfl-list ul li a {
  color: #1E1E1E;
  flex-grow: 1;
  margin-bottom: 0;
  text-decoration: none;
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
html.notouch .add-delete-list-form .adfl-list ul li a:hover {
  color: #e00034;
}
.add-delete-list-form .adfl-list ul li .delete {
  flex-shrink: 0;
  cursor: pointer;
}
.add-delete-list-form .adfl-list ul li .delete svg path {
  transition: fill 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
html.notouch .add-delete-list-form .adfl-list ul li .delete:hover svg g {
  fill: #1E1E1E;
}
.add-delete-list-form .adfl-form {
  height: 0;
  overflow: hidden;
  will-change: height;
}
.add-delete-list-form .adfl-form .adfl-form-inner {
  position: relative;
  padding-bottom: 40px;
}
.add-delete-list-form .adfl-form .adfl-form-inner .pn-form .custom-input-file {
  margin-top: 45px;
}
.add-delete-list-form .adfl-form .adfl-form-inner .pn-form .input-file-legend {
  margin-top: 15px;
}
.add-delete-list-form .adfl-form.is-open {
  height: auto;
}
.add-delete-list-form .adfl-form-cta {
  position: relative;
  width: 100%;
}
.add-delete-list-form .adfl-form-cta:before {
  background-color: #e00034;
  content: "";
  height: 1px;
  left: 0;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.add-delete-list-form .adfl-form-cta .cta-wrapper {
  background-color: #fff;
  position: relative;
  display: inline-flex;
  padding-right: 30px;
}
@media (max-width: 767.98px) {
  .add-delete-list-form .adfl-list ul {
    width: 100%;
  }
  .add-delete-list-form .adfl-form-cta:before {
    display: none;
  }
  .add-delete-list-form .adfl-form-cta .cta-wrapper {
    padding-right: 0;
  }
}

.header-banner {
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.header-banner::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .header-banner::before {
    display: none;
  }
}
.header-banner .container {
  background-color: transparent;
}
@media (min-width: 1024px) {
  .header-banner .container {
    display: flex;
  }
}
.header-banner-description {
  position: relative;
  padding: 20px;
}
.header-banner-description .content {
  margin-bottom: 0;
  position: relative;
}
.header-banner-description .content.content-closed {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px 0;
}
@media (min-width: 1024px) {
  .header-banner-description .content.content-closed {
    padding: 60px 60px 60px 0;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
  }
}
.header-banner-description::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -999px;
  right: -999px;
}
@media (min-width: 1024px) {
  .header-banner-description::before {
    right: 0;
  }
}
@media (min-width: 768px) {
  .header-banner-description {
    padding: 60px 40px;
  }
}
@media (min-width: 1024px) {
  .header-banner-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 40%;
    padding-left: 0;
  }
}
.header-banner-description h1 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 25px;
}
@media (min-width: 768px) {
  .header-banner-description h1 {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .header-banner-description h1 {
    font-size: 40px;
  }
}
@media (min-width: 1280px) {
  .header-banner-description h1 {
    font-size: 44px;
  }
}
.header-banner-login {
  padding: 30px 20px;
  display: flex;
}
@media (min-width: 768px) {
  .header-banner-login {
    padding: 60px 40px;
    display: flex;
    justify-content: center;
    flex: 1 1 auto;
  }
}
@media (min-width: 1024px) {
  .header-banner-login {
    padding: 100px 0 100px 100px;
  }
}
.header-banner-login .card {
  max-width: 540px;
}
.header-banner-login .card .tab-panels {
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
}
@media (min-width: 768px) {
  .header-banner-login .card .tab-panels {
    padding: 50px;
  }
}
.header-banner .text-logo.datetime, .header-banner .text-logo.location {
  flex: 0 0 50%;
  position: relative;
}
.header-banner .text-logo.datetime > div, .header-banner .text-logo.location > div {
  transform-origin: left top;
}
@media (min-width: 1024px) {
  .header-banner .text-logo.datetime, .header-banner .text-logo.location {
    flex: none;
  }
  .header-banner .text-logo.datetime > div, .header-banner .text-logo.location > div {
    position: relative;
  }
}
@media (min-width: 768px) {
  .header-banner .text-logo.location {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    flex: 0 0 100%;
    justify-content: center;
  }
  .header-banner .text-logo.location > div {
    flex: 0 0 45%;
  }
  .header-banner .text-logo.location > div:last-child {
    flex: 1;
  }
}
@media (min-width: 1024px) {
  .header-banner .text-logo.location {
    display: block;
    margin-top: 0;
  }
}
.header-banner .text-logo.economies {
  margin-bottom: 50px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.header-banner-show {
  --sliderHeight: 780px;
  position: relative;
  overflow: hidden;
  height: var(--sliderHeight);
}
.header-banner-show .green {
  color: #e00034;
}
.header-banner-show .container {
  height: 100%;
}
.header-banner-show .parent-header-banner-slider-media {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.header-banner-show .parent-header-banner-slider-media:before {
  position: absolute;
  content: " ";
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  background-image: linear-gradient(269deg, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0.5) 61%);
  z-index: 1;
}
.header-banner-show .parent-header-banner-slider-media .header-banner-slider-media {
  width: 100%;
  height: 100%;
}
.header-banner-show .parent-header-banner-slider-media .header-banner-slider-media .item {
  height: var(--sliderHeight);
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.header-banner-show .parent-header-banner-slider {
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: flex-start;
  margin: 150px 0px;
}
@media (max-width: 767.98px) {
  .header-banner-show .parent-header-banner-slider {
    margin: 75px 0px 25px 0px;
    padding: 25px;
  }
}
.header-banner-show .parent-header-banner-slider .header-banner-slider {
  max-width: 1000px;
}
.header-banner-show .parent-header-banner-slider .header-banner-slider .item {
  margin-bottom: 0px;
  max-width: 400px;
}
@media (max-width: 767.98px) {
  .header-banner-show .parent-header-banner-slider .header-banner-slider .item {
    max-width: 280px;
  }
}
.header-banner-show .parent-header-banner-slider .header-banner-slider .item h4 {
  font-family: "montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 35px;
  margin-bottom: 10px;
}
.header-banner-show .parent-header-banner-slider .header-banner-slider .item p {
  color: #fff;
}
.header-banner-show .parent-header-banner-slider .header-banner-slider .item .bt {
  margin-top: 40px;
}
.header-banner-show .parent-header-banner-slider .header-banner-slider .item .bt::before, .header-banner-show .parent-header-banner-slider .header-banner-slider .item .bt::after {
  display: none;
}
.header-banner-show .parent-header-banner-slider .header-banner-slider .switch {
  position: absolute;
  top: -70px;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  .header-banner-show .parent-header-banner-slider .header-banner-slider .switch {
    top: -50px;
  }
}
.header-banner-show .parent-header-banner-slider .header-banner-slider .switch:hover {
  opacity: 0.8;
}
.header-banner-show .parent-header-banner-slider .header-banner-slider .switch.left {
  left: 0px;
}
.header-banner-show .parent-header-banner-slider .header-banner-slider .switch.right {
  left: 50px;
}
.header-banner-show .parent-header-banner-slider .header-banner-slider .slick-dots {
  position: absolute;
  top: 400px;
}
.header-banner-show .parent-header-banner-slider .header-banner-slider .slick-dots li {
  display: inline-block;
  margin-right: 5px;
}
.header-banner-show .parent-header-banner-slider .header-banner-slider .slick-dots li.slick-active button {
  background: #fff;
}
.header-banner-show .parent-header-banner-slider .header-banner-slider .slick-dots button {
  content: " ";
  background: rgba(255, 255, 255, 0.5);
  color: transparent;
  transform: skew(-15deg, 0deg);
  height: 4px;
  padding: 0px;
  width: 55px;
  display: inline-block;
}
.header-banner-show .parent-header-banner-slider .header-banner-slider .slick-dots button:before {
  display: none;
}
.header-banner-show .parent-header-banner-slider .header-banner-slider .slick-dots button:after {
  display: none;
}

.tabset {
  position: relative;
  text-align: left;
}
.tabset:after {
  content: "";
  position: absolute;
  top: 57px;
  height: 4px;
  background: #888;
  transform: skew(-15deg, 0deg);
  z-index: 1;
}
@media (max-width: 767.98px) {
  .tabset:after {
    top: 49px;
  }
}

.tabset > input[type=radio] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  transition: opacity 1s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.tab-panels p {
  margin-bottom: 20px;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  opacity: 1;
  height: auto;
}

.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 25px 25px 0px;
  color: #888;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  transition: color 0.2s ease-in-out;
}
@media (max-width: 767.98px) {
  .tabset > label {
    font-size: 15px;
  }
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 10px;
  width: 300%;
  max-width: 230px;
  height: 4px;
  background: #888;
  transform: skew(-15deg, 0deg);
  z-index: 5;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color: #e00034;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #e00034;
}

.tabset > input:checked + label {
  color: #e00034;
  margin-bottom: -1px;
}

.tab-panel {
  padding: 0px;
  text-align: left;
}

.info-list {
  position: relative;
  width: 100%;
}
.info-list .filter {
  display: flex;
}
.info-list .filter #search-kiosk {
  margin-right: 15px;
}
.info-list .il-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.info-list .il-head h2 {
  font-family: "montserrat";
  font-size: 28px;
  line-height: 34px;
  font-weight: bold;
  margin-bottom: 0;
  text-align: left;
}
.info-list .il-content {
  padding: 30px 0;
  transition: height 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
@media (max-width: 991.98px) {
  .info-list .il-head {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
  .info-list .il-head h2 {
    width: 100%;
  }
  .info-list .il-head .filter {
    width: 100%;
  }
}
.info-list.info-list-seemore .il-offset {
  margin: 0 -30px;
  padding: 30px 0 0 0;
}
.info-list.info-list-seemore .il-offset .il-content {
  padding: 0 30px;
  overflow: hidden;
  transition: none;
  will-change: height;
}
.info-list.info-list-seemore .il-offset .il-content .il-content-inner {
  padding-bottom: 30px;
}
.info-list.info-list-seemore .il-offset .il-content .il-content-inner .item-info {
  display: none;
}
.info-list.info-list-seemore .il-offset .il-content .il-content-inner .item-info.is-display {
  display: block;
}
.info-list.info-list-seemore .cta-wrapper {
  overflow: hidden;
  transition: none;
  will-change: height;
}
.info-list.info-list-seemore .cta-wrapper .cta-wrapper-inner {
  padding: 30px 0;
  text-align: center;
}

.mini-intro-modal {
  width: 270px;
  cursor: pointer;
  margin-top: 40px;
}
.mini-intro-modal img {
  max-width: 100%;
}

.intro-modal {
  display: none;
  width: 100vw;
}
.intro-modal .im-inner {
  box-sizing: border-box;
  padding: 50px 0;
  position: relative;
  width: 100%;
}
.intro-modal .im-inner .im-title {
  color: #fff;
  font-family: "montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 44px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.intro-modal .im-inner .im-video {
  margin: 0 auto;
  width: 100%;
}
.intro-modal .im-inner .im-form-wrapper {
  background-color: #fff;
  margin: 10px auto 0;
  width: 100%;
}
.intro-modal .im-inner .im-form-wrapper .im-form {
  align-items: center;
  display: flex;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  background-color: rgba(224, 0, 52, 0.1);
  border: 1px solid #e00034;
  color: #e00034;
  padding: 10px 15px;
}
.intro-modal .im-inner .im-form-wrapper .im-form label {
  cursor: pointer;
}
.intro-modal .im-inner .im-form-wrapper .im-form input {
  margin-right: 15px;
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
  color: #1E1E1E;
  display: flex;
  position: relative;
  white-space: normal;
  height: 16px;
  width: 16px;
}
.intro-modal .im-inner .im-form-wrapper .im-form input:before {
  border: 1px solid #e00034;
  content: "";
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  height: 14px;
  margin-right: 10px;
  width: 14px;
}
.intro-modal .im-inner .im-form-wrapper .im-form input:checked {
  background-image: url(../../../content/themes/salon-colabor/img/check.svg);
  background-position: 2px center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  color: #1E1E1E;
}
@media (min-width: 992px) and (max-height: 800px) {
  .intro-modal .im-inner .im-video, .intro-modal .im-inner .im-form-wrapper {
    width: 80%;
  }
}
@media (min-width: 992px) and (max-height: 680px) {
  .intro-modal .im-inner .im-video, .intro-modal .im-inner .im-form-wrapper {
    width: 60%;
  }
}
@media (min-width: 992px) and (max-height: 550px) {
  .intro-modal .im-inner .im-video, .intro-modal .im-inner .im-form-wrapper {
    width: 40%;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (max-height: 700px) {
  .intro-modal .im-inner .im-video, .intro-modal .im-inner .im-form-wrapper {
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (max-height: 550px) {
  .intro-modal .im-inner .im-video, .intro-modal .im-inner .im-form-wrapper {
    width: 60%;
  }
}
@media (max-width: 767px) and (max-height: 500px) {
  .intro-modal .im-inner .im-video, .intro-modal .im-inner .im-form-wrapper {
    width: 80%;
  }
}

.lity.no-dropshadow .lity-content:after {
  display: none !important;
}

.lity .lity-content .intro-modal {
  display: block;
}

.content .section-2-activation {
  position: relative;
  max-width: 1110px;
  width: auto;
}
.content .section-2-activation h2 {
  font-size: 24px;
  line-height: 29px;
  font-weight: normal;
  text-align: left;
}
.content .section-2-activation h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  text-align: left;
}
.content .section-2-activation .activation-head {
  margin-bottom: 60px;
}
.content .section-2-activation .activation-head p {
  text-align: center;
}
.content .section-2-activation .activation-head p.sub {
  font-size: 16px;
  line-height: 19px;
  font-family: "montserrat";
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.content .section-2-activation .activation-timeline {
  margin-bottom: 80px;
}
.content .section-2-activation .pn-form {
  margin-top: 50px;
}

.content .section-2-activation.step-3 .invitations-wrapper {
  margin-top: 40px;
}
.content .section-2-activation.step-3 .invitations-wrapper .invitations-form {
  margin-bottom: 50px;
}
.content .section-2-activation.step-3 .invitations-wrapper .invitations-form .form-cta {
  overflow: hidden;
}
.content .section-2-activation.step-3 .invitations-wrapper .invitations-form .form-cta a {
  align-items: center;
  background-color: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
  display: inline-flex;
  height: 53px;
  padding: 4px;
  position: relative;
  text-decoration: none;
  transition: background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, border-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.content .section-2-activation.step-3 .invitations-wrapper .invitations-form .form-cta a .square {
  align-items: center;
  background-color: #e00034;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  height: 45px;
  width: 45px;
}
.content .section-2-activation.step-3 .invitations-wrapper .invitations-form .form-cta a .text {
  color: #e00034;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 19px;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  width: 280px;
}
html.notouch .content .section-2-activation.step-3 .invitations-wrapper .invitations-form .form-cta a:hover {
  background-color: #e00034;
  border-color: #e00034;
}
html.notouch .content .section-2-activation.step-3 .invitations-wrapper .invitations-form .form-cta a:hover .text {
  color: #fff;
}
.content .section-2-activation.step-3 .invitations-wrapper .invitations-form .form-wrapper {
  height: 0;
  overflow: hidden;
  will-change: height;
}
.content .section-2-activation.step-3 .invitations-wrapper .invitations-form .form-wrapper .form-wrapper-inner {
  position: relative;
}
.content .section-2-activation.step-3 .invitations-wrapper .invitations-form .form-wrapper .form-wrapper-inner .pn-form {
  margin-top: 0;
}
.content .section-2-activation.step-3 .invitations-wrapper .invitations-form .form-wrapper .form-wrapper-inner .pn-form .form-message {
  margin-bottom: 25px;
  margin-top: 25px;
}
.content .section-2-activation.step-3 .invitations-wrapper .invitations-form .form-wrapper.is-open {
  height: auto;
}
.content .section-2-activation.step-3 .invitations-wrapper .invitations-list h3 {
  margin-bottom: 25px;
}
.content .section-2-activation.step-3 .invitations-wrapper .invitations-list .ajax-error {
  display: none;
}
.content .section-2-activation.step-3 .invitations-wrapper .invitations-list ul {
  list-style: initial;
  list-style-position: inside;
}
.content .section-2-activation.step-3 .invitations-wrapper .invitations-list ul li {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
.content .section-2-activation.step-3 .invitations-wrapper .invitations-list ul li:last-child {
  margin-bottom: 0;
}
.content .section-2-activation.step-3 .intro-txt p {
  font-size: 16px;
  line-height: 24px;
}
.content .section-2-activation.step-3 .cta-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
@media (max-width: 575.98px) {
  .content .section-2-activation.step-3 .invitations-wrapper .invitations-form .form-cta a {
    width: 100%;
  }
  .content .section-2-activation.step-3 .invitations-wrapper .invitations-form .form-cta a .text {
    flex-grow: 1;
    padding: 0 10px;
    width: auto;
  }
}

.content .section-2-activation.confirmation-activation h1 {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.content .section-2-activation.confirmation-activation h1 .check {
  align-items: center;
  border: 6px solid #1E1E1E;
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  height: 54px;
  margin-right: 20px;
  width: 54px;
}
.content .section-2-activation.confirmation-activation h1 .text {
  margin-bottom: 0;
}
.content .section-2-activation.confirmation-activation p {
  margin-bottom: 30px;
  text-align: center;
}
.content .section-2-activation.confirmation-activation .cta-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media (max-width: 767.98px) {
  .content .section-2-activation.confirmation-activation h1 .check {
    border: 4px solid #1E1E1E;
    margin-right: 10px;
    height: 44px;
    width: 44px;
  }
  .content .section-2-activation.confirmation-activation h1 .check svg {
    height: 24px;
    width: 35px;
  }
}

.content .section-3-exposant {
  position: relative;
  max-width: 1110px;
  width: auto;
}
.content .section-3-exposant h1 {
  font-size: 44px;
}
@media screen and (max-width: 1023px) {
  .content .section-3-exposant h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .content .section-3-exposant h1 {
    font-size: 32px;
  }
}
.content .section-3-exposant .exposant-head {
  margin-bottom: 60px;
}
.content .section-3-exposant .exposant-head p {
  text-align: center;
}
.content .section-3-exposant .exposant-head p.sub {
  font-size: 16px;
  line-height: 19px;
  font-family: "montserrat";
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.content .section-3-exposant .pn-form h2 {
  font-family: "montserrat";
  font-size: 24px;
  line-height: 29px;
  font-weight: normal;
  text-align: left;
}
.content .section-3-exposant .exposant-foot {
  margin-top: 60px;
}
.content .section-3-exposant .exposant-foot p {
  font-family: "montserrat";
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 30px;
}
.content .section-3-exposant .exposant-foot .exposant-step-nav {
  margin-bottom: 40px;
}
.content .section-3-exposant .exposant-foot:last-child {
  margin-bottom: 0;
}

.content .section-3-exposant.dashboard .exposant-step-nav {
  margin-bottom: 100px;
}
.content .section-3-exposant.dashboard .exposant-faq .exposant-faq-head {
  margin-bottom: 50px;
}
.content .section-3-exposant.dashboard .exposant-faq .exposant-faq-head h2 {
  margin-bottom: 30px;
  font-size: 44px;
  line-height: 1.23;
  font-weight: bold;
  color: #1E1E1E;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .content .section-3-exposant.dashboard .exposant-faq .exposant-faq-head h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .content .section-3-exposant.dashboard .exposant-faq .exposant-faq-head h2 {
    font-size: 32px;
  }
}
.content .section-3-exposant.dashboard .exposant-faq .exposant-faq-head p {
  text-align: center;
}
.content .section-3-exposant.dashboard .exposant-faq .seemore-list .sl-head {
  justify-content: center;
}

.content .section-3-exposant.entreprise .pn-form .uploads-form {
  margin-bottom: 80px;
}
.content .section-3-exposant.entreprise .pn-form .uploads-form .uploads-form-content .uploads-form-col {
  flex-shrink: 1;
}
.content .section-3-exposant.entreprise .pn-form .uploads-form .uploads-form-content .uploads-form-col > p {
  font-size: 16px;
  line-height: 24px;
}
.content .section-3-exposant.entreprise .pn-form .uploads-form .uploads-form-content .uploads-form-col > p:first-child {
  font-weight: bold;
}
.content .section-3-exposant.entreprise .pn-form .uploads-form .uploads-form-content .uploads-form-col .input-file-view {
  margin-top: 15px;
}
.content .section-3-exposant.entreprise .pn-form .uploads-form .uploads-form-content .uploads-form-col .input-file-view .current-upload-wrapper {
  height: auto;
  overflow: hidden;
}
.content .section-3-exposant.entreprise .pn-form .uploads-form .uploads-form-content .uploads-form-col .input-file-view .current-upload-wrapper .current-upload {
  overflow: hidden;
  width: 100%;
}
.content .section-3-exposant.entreprise .pn-form .uploads-form .uploads-form-content .uploads-form-col .input-file-view .current-upload-wrapper .current-upload img {
  width: 100%;
}
.content .section-3-exposant.entreprise .pn-form .uploads-form .uploads-form-content .uploads-form-col .input-file-view .custom-input-file {
  margin-top: 15px;
  margin-bottom: 15px;
}
.content .section-3-exposant.entreprise .pn-form .about-form .about-form-content {
  margin-bottom: 50px;
}
.content .section-3-exposant.entreprise .pn-form .about-form .about-form-content .about-form-col {
  flex-shrink: 1;
}
.content .section-3-exposant.entreprise .pn-form .about-form .about-form-content .about-form-col p {
  font-size: 16px;
  line-height: 24px;
}
.content .section-3-exposant.entreprise .pn-form .about-form .about-form-content .about-form-col p.bold, .content .section-3-exposant.entreprise .pn-form .about-form .about-form-content .about-form-col p:first-child {
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .content .section-3-exposant.entreprise .pn-form .uploads-form .uploads-form-content .row {
    flex-wrap: wrap;
  }
  .content .section-3-exposant.entreprise .pn-form .uploads-form .uploads-form-content .row .uploads-form-col {
    margin-bottom: 35px;
  }
  .content .section-3-exposant.entreprise .pn-form .uploads-form .uploads-form-content .row .uploads-form-col:last-child {
    margin-bottom: 0;
  }
  .content .section-3-exposant.entreprise .pn-form .about-form .about-form-content .row {
    flex-wrap: wrap;
  }
  .content .section-3-exposant.entreprise .pn-form .about-form .about-form-content .row .about-form-col {
    margin-bottom: 15px;
  }
  .content .section-3-exposant.entreprise .pn-form .about-form .about-form-content .row .about-form-col:last-child {
    margin-bottom: 0;
  }
}

.content .section-3-exposant.documents .document-list-form, .content .section-3-exposant.documents .video-list-form {
  margin-bottom: 60px;
}
.content .section-3-exposant.documents .video-list-form {
  margin-bottom: 0;
}

.content .section-3-exposant.produits-vedettes .pn-form p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
.content .section-3-exposant.produits-vedettes .pn-form .row-multiselect {
  display: flex;
}
.content .section-3-exposant.produits-vedettes .pn-form .row-multiselect .col-multiselect {
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
  width: 50%;
}
.content .section-3-exposant.produits-vedettes .pn-form .row-multiselect .col-multiselect.middle {
  align-items: center;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 24px 15px 0;
  width: auto;
}
.content .section-3-exposant.produits-vedettes .pn-form .row-multiselect .col-multiselect.middle .inner a {
  cursor: pointer;
  display: block;
  height: 16px;
  margin-bottom: 30px;
}
.content .section-3-exposant.produits-vedettes .pn-form .row-multiselect .col-multiselect.middle .inner a:last-child {
  margin-bottom: 0;
}
.content .section-3-exposant.produits-vedettes .pn-form .row-multiselect .col-multiselect.middle .inner a span {
  display: block;
  transform: rotate(90deg);
}
.content .section-3-exposant.produits-vedettes .pn-form .row-multiselect .col-multiselect.middle .inner a span svg g {
  fill: #e00034;
}
.content .section-3-exposant.produits-vedettes .pn-form .row-multiselect .col-multiselect.middle .inner a span svg g polygon {
  transition: fill 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.content .section-3-exposant.produits-vedettes .pn-form .row-multiselect .col-multiselect.middle .inner a.right span {
  transform: rotate(-90deg);
}
html.notouch .content .section-3-exposant.produits-vedettes .pn-form .row-multiselect .col-multiselect.middle .inner a:hover span svg g {
  fill: #1E1E1E;
}
.content .section-3-exposant.produits-vedettes .pn-form .row-multiselect .col-multiselect .col-multiselect-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.content .section-3-exposant.produits-vedettes .pn-form .row-multiselect .col-multiselect .col-multiselect-head .title {
  font-weight: bold;
  margin-bottom: 0;
}
.content .section-3-exposant.produits-vedettes .pn-form .row-multiselect .col-multiselect .col-multiselect-head .count {
  font-size: 16px;
  line-height: 24px;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.content .section-3-exposant.produits-vedettes .pn-form .row-multiselect .col-multiselect .col-multiselect-head .count .selected, .content .section-3-exposant.produits-vedettes .pn-form .row-multiselect .col-multiselect .col-multiselect-head .count .separator {
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.content .section-3-exposant.produits-vedettes .pn-form .row-multiselect .col-multiselect .col-multiselect-head .count.has-value {
  opacity: 1;
}
.content .section-3-exposant.produits-vedettes .pn-form .row-multiselect .col-multiselect .col-multiselect-head .count.has-selected .selected, .content .section-3-exposant.produits-vedettes .pn-form .row-multiselect .col-multiselect .col-multiselect-head .count.has-selected .separator {
  opacity: 1;
}
.content .section-3-exposant.produits-vedettes .pn-form .row-multiselect .col-multiselect select {
  color: #1E1E1E;
  display: block;
  height: 300px;
  max-width: none;
  padding: 10px 0;
  position: relative;
  width: 100%;
}
.content .section-3-exposant.produits-vedettes .pn-form .row-multiselect .col-multiselect select:not(.on-safari):not(.on-firefox):not(.on-ie) option {
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  color: #1E1E1E;
  display: flex;
  padding: 7px 10px;
  position: relative;
  white-space: normal;
}
.content .section-3-exposant.produits-vedettes .pn-form .row-multiselect .col-multiselect select:not(.on-safari):not(.on-firefox):not(.on-ie) option:before {
  border: 1px solid #ddd;
  content: "";
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  height: 14px;
  margin-right: 10px;
  width: 14px;
}
.content .section-3-exposant.produits-vedettes .pn-form .row-multiselect .col-multiselect select:not(.on-safari):not(.on-firefox):not(.on-ie) option:checked {
  background: white;
  background-image: url(../../../content/themes/salon-colabor/img/check.svg), linear-gradient(0deg, white 0%, white 0%);
  background-position: 12px center, left top;
  background-repeat: no-repeat;
  background-size: 13px 13px, 100% 100%;
  color: #1E1E1E;
}
.content .section-3-exposant.produits-vedettes .pn-form .row-multiselect .col-multiselect select.on-safari, .content .section-3-exposant.produits-vedettes .pn-form .row-multiselect .col-multiselect select.on-firefox, .content .section-3-exposant.produits-vedettes .pn-form .row-multiselect .col-multiselect select.on-ie {
  padding: 10px;
}
.content .section-3-exposant.produits-vedettes .pn-form .row-multiselect .col-multiselect select.on-safari option, .content .section-3-exposant.produits-vedettes .pn-form .row-multiselect .col-multiselect select.on-firefox option, .content .section-3-exposant.produits-vedettes .pn-form .row-multiselect .col-multiselect select.on-ie option {
  display: block;
  white-space: normal;
}
.content .section-3-exposant.produits-vedettes .pn-form .row-multiselect .col-multiselect select.on-mobile {
  height: 100px;
  padding: 10px;
}
@media (max-width: 767.98px) {
  .content .section-3-exposant.produits-vedettes .pn-form .row-multiselect {
    flex-direction: column;
  }
  .content .section-3-exposant.produits-vedettes .pn-form .row-multiselect .col-multiselect {
    width: 100%;
  }
  .content .section-3-exposant.produits-vedettes .pn-form .row-multiselect .col-multiselect.middle {
    box-sizing: border-box;
    justify-content: center;
    padding: 24px 15px;
  }
  .content .section-3-exposant.produits-vedettes .pn-form .row-multiselect .col-multiselect.middle .inner {
    align-items: center;
    display: inline-flex;
  }
  .content .section-3-exposant.produits-vedettes .pn-form .row-multiselect .col-multiselect.middle .inner a {
    align-items: center;
    background-color: #e00034;
    display: flex;
    justify-content: center;
    height: 35px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 15px;
    transition: background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 35px;
  }
  .content .section-3-exposant.produits-vedettes .pn-form .row-multiselect .col-multiselect.middle .inner a:last-child {
    margin-right: 0;
  }
  .content .section-3-exposant.produits-vedettes .pn-form .row-multiselect .col-multiselect.middle .inner a span {
    transform: rotate(-180deg);
    margin-bottom: 1px;
  }
  .content .section-3-exposant.produits-vedettes .pn-form .row-multiselect .col-multiselect.middle .inner a span svg g {
    fill: #fff;
  }
  .content .section-3-exposant.produits-vedettes .pn-form .row-multiselect .col-multiselect.middle .inner a.right span {
    transform: rotate(0deg);
    margin-bottom: 0;
    margin-top: 1px;
  }
  html.notouch .content .section-3-exposant.produits-vedettes .pn-form .row-multiselect .col-multiselect.middle .inner a:hover {
    background-color: #1E1E1E;
  }
  html.notouch .content .section-3-exposant.produits-vedettes .pn-form .row-multiselect .col-multiselect.middle .inner a:hover span svg g {
    fill: #fff;
  }
}

.full-width {
  padding-top: 50px;
}

.show-back {
  margin-bottom: 70px;
}

.show-head {
  align-items: flex-start;
  display: flex;
  margin-bottom: 50px;
}
.show-head h1, .show-head .action {
  box-sizing: border-box;
  flex-basis: 50%;
}
.show-head h1 {
  margin-bottom: 0;
  text-align: left;
}
.show-head .action {
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.show-head .action > div {
  max-width: 250px;
  margin-bottom: 20px;
}
.show-head .action > div:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .show-head {
    display: block;
    margin-bottom: 40px;
  }
  .show-head h1 {
    font-size: 2rem;
    line-height: 1.2272;
  }
  .show-head h1, .show-head .action {
    flex-basis: 100%;
    text-align: left;
  }
  .show-head .action {
    padding-left: 0;
    margin-top: 20px;
    display: block;
  }
  .show-head .action > div {
    max-width: none;
  }
  .show-head .action .pn-btn {
    width: auto;
    display: block;
  }
}

.banner-exposant {
  text-align: center;
  height: 0;
  padding-top: 33.8542%;
  overflow: hidden;
  margin-bottom: 40px;
  background-size: 100% auto;
  background-position: center;
}

.section-title {
  margin: 60px 0 40px;
}
.section-title h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 5px;
  text-align: left;
}
.section-title.first {
  margin-top: 0;
}

.infos .tab-panels {
  padding-top: 50px;
  padding-bottom: 100px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(150, 150, 150, 0.4);
}
.infos .infos-descriptions .top-infos {
  padding: 30px 0px;
  border-top: 1px solid rgba(150, 150, 150, 0.4);
  border-bottom: 1px solid rgba(150, 150, 150, 0.4);
  color: #e00034;
  font-size: 16px;
}
.infos .infos-descriptions .top-infos .name {
  color: #e00034;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}
.infos .infos-descriptions .details-infos {
  font-size: 16px;
}

.best-products {
  margin: 50px 0px;
}
@media (min-width: 768px) {
  .best-products {
    margin: 80px 0px;
  }
}
@media (min-width: 1024px) {
  .best-products {
    margin: 100px 0px;
  }
}
.best-products h2 {
  text-align: left;
  margin-bottom: 30px;
}
.best-products .best-products-slider .slick-slide {
  margin: 0 10px;
}
.best-products .best-products-slider .slick-list {
  margin: 0 -10px;
}

.documents-download {
  padding-top: 100px;
  padding-bottom: 30px;
}
@media (max-width: 767.98px) {
  .documents-download {
    padding-top: 70px;
    padding-bottom: 30px;
  }
}

body .layout-phase3 {
  position: relative;
  width: 100%;
}
body .layout-phase3 .main {
  background-color: #fff;
}
body .layout-phase3 .main .container {
  box-sizing: border-box;
}

@media print {
  #cometchat__widget {
    display: none !important;
  }
}
.comet-chat-custom {
  position: fixed;
  bottom: 18px;
  right: 18px;
  height: 63px;
  width: 63px;
  background-color: #e23d34;
  z-index: 999999999999;
  border-radius: 50%;
  cursor: pointer;
}

.sc-font-bold-imp {
  font-weight: bold !important;
}

.pg-home .content {
  margin-bottom: 0;
}
.pg-home .content .container {
  background-color: transparent;
}
.pg-home .best-products {
  padding-top: 100px;
}
.pg-home .slider-discover {
  background-color: #FFF;
}

/*
=======
//@import "~outdatedbrowser/outdatedbrowser/outdatedbrowser";
/*
#outdated{
    display: none; position: fixed; top: 0; left: 0; width: 100%; height: 170px;
    text-align: center; text-transform: uppercase; z-index:1500;
    background-color: #f25648; color: #ffffff;
}
* html #outdated{position: absolute;}
#outdated h6{font-size: 25px; line-height: 25px; margin: 30px 0 10px;}
#outdated p{font-size: 12px; line-height: 12px; margin: 0;}
#outdated .btn {
    display: block; position: relative; padding: 10px 20px; margin: 30px auto 0; width: 230px;
    color: #ffffff; text-decoration: none; border: 2px solid #ffffff; cursor: pointer;
}
#outdated .btn:hover{color: #f25648; background-color:#ffffff;}
#outdated .last{position: absolute; top: 10px; right: 25px; width: 20px; height: 20px;}
#outdated .last[dir='rtl']{right: auto !important; left: 25px !important;}
#outdated #btnCloseUpdateBrowser{
    display: block; position: relative; width: 100%; height: 100%;
    text-decoration: none; color: #ffffff; font-size: 36px; line-height: 36px;
}
*/
#outdated {
  font-family: "Open Sans", "Segoe UI", sans-serif;
  position: absolute;
  background-color: #f25648;
  color: white;
  display: none;
  overflow: hidden;
  left: 0;
  position: fixed;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  z-index: 1500;
  padding: 0 24px 24px 0;
}

#outdated.fullscreen {
  height: 100%;
}

#outdated .vertical-center {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#outdated h6 {
  font-size: 25px;
  line-height: 25px;
  margin: 12px 0;
}

#outdated p {
  font-size: 12px;
  line-height: 12px;
  margin: 0;
}

#outdated #buttonUpdateBrowser {
  border: 2px solid white;
  color: white;
  cursor: pointer;
  display: block;
  margin: 30px auto 0;
  padding: 10px 20px;
  position: relative;
  text-decoration: none;
  width: 230px;
}

#outdated #buttonUpdateBrowser:hover {
  background-color: white;
  color: #f25648;
}

#outdated .last {
  height: 20px;
  position: absolute;
  right: 70px;
  top: 10px;
  width: auto;
  display: inline-table;
}

#outdated .last[dir=rtl] {
  left: 25px !important;
  right: auto !important;
}

#outdated #buttonCloseUpdateBrowser {
  color: white;
  display: block;
  font-size: 36px;
  height: 100%;
  line-height: 36px;
  position: relative;
  text-decoration: none;
  width: 100%;
}

/*
#outdated {
  font-family: "Open Sans", "Segoe UI", sans-serif;
  position: absolute;
  background-color: #f25648;
  color: white;
  display: none;
  overflow: hidden;
  left: 0;
  position: fixed;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  z-index: 1500;
  padding: 0 24px 24px 0; }
  #outdated.fullscreen {
    height: 100%; }
  #outdated .vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
  #outdated h6 {
    font-size: 25px;
    line-height: 25px;
    margin: 12px 0; }
  #outdated p {
    font-size: 12px;
    line-height: 12px;
    margin: 0; }
  #outdated .btn {
    border: 2px solid white;
    color: white;
    cursor: pointer;
    display: block;
    margin: 30px auto 0;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    width: 230px; }
    #outdated .btn:hover {
      background-color: white;
      color: #f25648; }
  #outdated .last {
    height: 20px;
    position: absolute;
    right: 70px;
    top: 10px;
    width: auto;
    display: inline-table; }
  #outdated .last[dir=rtl] {
    left: 25px !important;
    right: auto !important; }
  #outdated #buttonCloseUpdateBrowser {
    color: white;
    display: block;
    font-size: 36px;
    height: 100%;
    line-height: 36px;
    position: relative;
    text-decoration: none;
    width: 100%; }
*/
.chat-msgs {
  position: absolute;
  top: 100px;
  right: 430px;
  width: 230px;
  text-align: left;
  z-index: 1;
  background-color: #f4f3f3;
  padding: 30px;
  border-radius: 15px;
}

.chat-form {
  position: absolute;
  top: 100px;
  right: 100px;
  z-index: 1;
  background-color: #f4f3f3;
  padding: 30px;
  border-radius: 15px;
}
.chat-form .textarea {
  height: 30px;
}

.home-imgs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.home-imgs li {
  flex: 0 0 50%;
}

@media (min-width: 1024px) {
  .home-imgs {
    flex-wrap: nowrap;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .home-imgs li {
    flex: auto;
  }
}
#pg-info #info {
  background-image: url(/themes/salon-restauration/home-bg.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  #pg-info #info {
    padding-bottom: 100px;
  }
}
#pg-info #info .info-block {
  text-align: center;
  color: #fff;
  padding: 60px 20px;
  font-size: 18px;
  line-height: 1.106;
  position: relative;
}
@media (min-width: 1024px) {
  #pg-info #info .info-block {
    padding: 120px 40px;
    font-size: 32px;
  }
}
#pg-info #info .info-block .info-block-content {
  position: relative;
}
#pg-info #info .info-block h1 {
  font-weight: 900;
  font-size: 30px;
  line-height: 1.11;
  text-transform: uppercase;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  #pg-info #info .info-block h1 {
    font-size: 40px;
  }
}
#pg-info #info .info-block p, #pg-info #info .info-block ul, #pg-info #info .info-block ol {
  line-height: 1.2;
  margin-bottom: 40px;
}
#pg-info #info .info-block p:last-child, #pg-info #info .info-block ul:last-child, #pg-info #info .info-block ol:last-child {
  margin-bottom: 0;
}
#pg-info #info .plan {
  background-color: #fff;
  padding: 40px 20px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  #pg-info #info .plan {
    padding: 80px 15%;
  }
}
#pg-info #info .plan h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.106;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  #pg-info #info .plan h2 {
    font-size: 30px;
  }
}
#pg-info #info .plan .map {
  margin: 100px 0 50px 0;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #f2f2f2;
  position: relative;
}
#pg-info #info .plan .map .coming_soon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 20px;
}
#pg-info #info .plan .registration {
  margin: 100px 0 0 0;
}
#pg-info #info .plan .registration .registration-content {
  padding: 0;
}
@media (min-width: 1024px) {
  #pg-info #info .plan .registration .registration-content {
    padding: 0 10%;
  }
}
#pg-info #info .plan .registration .registration-types {
  margin-top: 50px;
  padding: 30px 0;
  border: #000 solid 1px;
  font-weight: 700;
  font-size: 12px;
  line-height: 13.27px;
  text-align: left;
  position: relative;
}
@media (min-width: 768px) {
  #pg-info #info .plan .registration .registration-types {
    display: flex;
    flex-wrap: wrap;
  }
}
#pg-info #info .plan .registration .registration-types li {
  padding: 5px 20px;
  display: flex;
  align-items: center;
  flex: 0 0 33.3333%;
}
@media (min-width: 1024px) {
  #pg-info #info .plan .registration .registration-types li {
    padding: 5px 40px;
  }
}
#pg-info #info .plan .registration .registration-types strong {
  text-transform: uppercase;
}
#pg-info #info .plan .registration .registration-types .square {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #000;
  margin-right: 10px;
}
#pg-info #auth,
#pg-info #dollars-colabor,
#pg-info #more-info,
#pg-info #lodging,
#pg-info #parking {
  overflow: hidden;
  padding: 40px 0;
  text-align: center;
}
@media (min-width: 1024px) {
  #pg-info #auth,
#pg-info #dollars-colabor,
#pg-info #more-info,
#pg-info #lodging,
#pg-info #parking {
    padding: 100px 0;
  }
}
#pg-info #auth h1,
#pg-info #dollars-colabor h1,
#pg-info #more-info h1,
#pg-info #lodging h1,
#pg-info #parking h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.106;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  #pg-info #auth h1,
#pg-info #dollars-colabor h1,
#pg-info #more-info h1,
#pg-info #lodging h1,
#pg-info #parking h1 {
    font-size: 30px;
  }
}
#pg-info #auth .block-content,
#pg-info #dollars-colabor .block-content,
#pg-info #more-info .block-content,
#pg-info #lodging .block-content,
#pg-info #parking .block-content {
  padding: 0 20px;
}
@media (min-width: 1024px) {
  #pg-info #auth .block-content,
#pg-info #dollars-colabor .block-content,
#pg-info #more-info .block-content,
#pg-info #lodging .block-content,
#pg-info #parking .block-content {
    padding: 0 17%;
  }
}
#pg-info #auth .block-content p,
#pg-info #dollars-colabor .block-content p,
#pg-info #more-info .block-content p,
#pg-info #lodging .block-content p,
#pg-info #parking .block-content p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.077;
  text-align: center;
}
@media (min-width: 1024px) {
  #pg-info #auth .block-content p,
#pg-info #dollars-colabor .block-content p,
#pg-info #more-info .block-content p,
#pg-info #lodging .block-content p,
#pg-info #parking .block-content p {
    font-size: 20px;
  }
}
#pg-info #auth .block-content p, #pg-info #auth .block-content ul, #pg-info #auth .block-content ol,
#pg-info #dollars-colabor .block-content p,
#pg-info #dollars-colabor .block-content ul,
#pg-info #dollars-colabor .block-content ol,
#pg-info #more-info .block-content p,
#pg-info #more-info .block-content ul,
#pg-info #more-info .block-content ol,
#pg-info #lodging .block-content p,
#pg-info #lodging .block-content ul,
#pg-info #lodging .block-content ol,
#pg-info #parking .block-content p,
#pg-info #parking .block-content ul,
#pg-info #parking .block-content ol {
  line-height: 1.2;
  margin-bottom: 1em;
}
#pg-info #auth .block-content p:last-child, #pg-info #auth .block-content ul:last-child, #pg-info #auth .block-content ol:last-child,
#pg-info #dollars-colabor .block-content p:last-child,
#pg-info #dollars-colabor .block-content ul:last-child,
#pg-info #dollars-colabor .block-content ol:last-child,
#pg-info #more-info .block-content p:last-child,
#pg-info #more-info .block-content ul:last-child,
#pg-info #more-info .block-content ol:last-child,
#pg-info #lodging .block-content p:last-child,
#pg-info #lodging .block-content ul:last-child,
#pg-info #lodging .block-content ol:last-child,
#pg-info #parking .block-content p:last-child,
#pg-info #parking .block-content ul:last-child,
#pg-info #parking .block-content ol:last-child {
  margin-bottom: 0;
}
#pg-info #auth .bt,
#pg-info #dollars-colabor .bt,
#pg-info #more-info .bt,
#pg-info #lodging .bt,
#pg-info #parking .bt {
  margin-top: 50px;
}
#pg-info #auth,
#pg-info #lodging {
  background-color: #E00034;
  color: #FFF;
}
#pg-info #auth h1,
#pg-info #lodging h1 {
  color: #FFF;
}
#pg-info #auth .sc-container,
#pg-info #lodging .sc-container {
  position: relative;
}
#pg-info #dollars-colabor {
  padding-bottom: 150px;
}
#pg-info #dollars-colabor .sc-container {
  position: relative;
}
#pg-info #dollars-colabor .sc-container .block-content {
  position: relative;
  z-index: 1;
}
#pg-info #locations,
#pg-info #more-info {
  background-color: #303030;
  padding: 100px 20px;
  text-align: left;
  color: #FFF;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.0769;
}
@media (min-width: 1024px) {
  #pg-info #locations,
#pg-info #more-info {
    padding: 100px 0;
  }
}
#pg-info #locations .tagline,
#pg-info #more-info .tagline {
  position: relative;
  width: 40%;
  padding-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  #pg-info #locations .tagline,
#pg-info #more-info .tagline {
    padding-top: 0;
    margin-top: 0;
    top: -20px;
    width: 30%;
  }
}
#pg-info #locations .location .map,
#pg-info #more-info .location .map {
  position: relative;
  flex: 0 0 20px;
  top: -5px;
}
#pg-info #locations .location .map img,
#pg-info #more-info .location .map img {
  width: 20px;
}
#pg-info #locations .location h3,
#pg-info #locations .location .datetime,
#pg-info #more-info .location h3,
#pg-info #more-info .location .datetime {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.106;
  text-transform: uppercase;
}
#pg-info #locations .location .datetime,
#pg-info #more-info .location .datetime {
  margin: 20px 0;
}
#pg-info #locations .location .datetime sup,
#pg-info #more-info .location .datetime sup {
  text-transform: lowercase;
}
#pg-info #locations .location .location-name,
#pg-info #locations .location .location-address,
#pg-info #more-info .location .location-name,
#pg-info #more-info .location .location-address {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.0769;
}
#pg-info #locations .location .location-name small,
#pg-info #locations .location .location-address small,
#pg-info #more-info .location .location-name small,
#pg-info #more-info .location .location-address small {
  font-size: 16px;
  line-height: 1.0769;
  white-space: nowrap;
}
#pg-info #locations .location .location-name,
#pg-info #more-info .location .location-name {
  margin: 0 0 20px 0;
}
#pg-info #locations .sc-last,
#pg-info #more-info .sc-last {
  padding-left: 2%;
}
#pg-info #locations .sc-last .location-name,
#pg-info #locations .sc-last .location-address,
#pg-info #more-info .sc-last .location-name,
#pg-info #more-info .sc-last .location-address {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.106;
  text-transform: uppercase;
}

.prose ul {
  list-style: disc;
  padding-left: 20px;
}

.carousel {
  padding: 2rem 0;
}
.carousel .carousel-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.carousel .carousel-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.69%;
  /* 16:9 aspect ratio */
  overflow: hidden;
}
.carousel .carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.carousel .carousel-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel .carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}
.carousel .carousel-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.carousel .carousel-indicator.active {
  background-color: #333;
}
.carousel .carousel-indicator:hover {
  background-color: #999;
}
.carousel .carousel-indicator:before, .carousel .carousel-indicator:after {
  display: none;
}

.in-person ul {
  margin: 0 -30px;
}
@media (min-width: 768px) {
  .in-person ul {
    margin: 0 -20px;
  }
}
.in-person ul li {
  flex: 0 0 100%;
  padding: 30px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .in-person ul li {
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 0;
  }
  .in-person ul li:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.in-person ul li h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.106;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .in-person ul li .in-person-icon {
    flex: 0 0 25%;
  }
}

.a-propos .icons.icons-registration ul li img {
  transform: scale(1);
}
.a-propos .icons.icons-registration ul li img#icon-registration-products {
  transform: scale(1.4) translateY(20px);
}
