@charset "UTF-8";
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.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-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .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%;
}

.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%;
  }
  .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%;
  }
  .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%;
  }
  .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%;
  }
  .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%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.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 (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-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;
  }
}
.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;
  }
}
@media (min-width: 1400px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !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;
  }
}
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
h2 {
  font-size: 3.125rem;
  font-weight: 200;
  line-height: 1;
  margin: 0 0 35px;
}
h2 strong {
  font-weight: 800;
}

h3, h4 {
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 1;
  margin: 0 0 35px;
}
h3 strong, h4 strong {
  font-weight: 800;
}

html, body {
  font-family: "proxima-nova", sans-serif;
}

a {
  color: #6BC9C5;
}

.flexbox {
  display: flex;
}

hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 2px solid #D9D9D9;
  display: block;
  width: 100%;
}

input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select:focus,
textarea {
  font-size: inherit;
}

@media (min-width: 768px) {
  .no-padding-desktop {
    padding: 0 !important;
    margin: 0 !important;
  }
}

@media (max-width: 991.98px) {
  .row-mobile {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.block_g {
  padding: 50px 0;
}

.vertical-align-column {
  display: flex;
  justify-content: center !important;
}

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #e6e6e6;
}

.column-custom {
  background-color: #f2f2f2;
  padding-top: 50px;
}
.column-custom > .container {
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .column-custom .wp-block-columns {
    display: contents !important;
  }
}
@media (max-width: 991.98px) {
  .column-custom .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 0px !important;
  }
}

.background-u {
  background-image: url(../images/graphics/background-U.svg);
  background-repeat: no-repeat;
  background-position: 0% -390%;
  background-size: auto;
}
@media (max-width: 575.98px) {
  .background-u {
    padding: 30px 0 30px;
    background-position: -170px -200px;
    background-size: 400px auto;
  }
}

.background-u-bottom {
  background-image: url(../images/graphics/background-U-inverse.svg);
  background-repeat: no-repeat;
  background-position: 100% bottom;
  background-size: auto;
}
@media (max-width: 575.98px) {
  .background-u-bottom {
    padding: 30px 0 30px;
    background-position: 0 0;
    background-size: 400px auto;
  }
}

/* Micro ClearFix Mixin */
@font-face {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/proxima-nova/proxima-nova-thin.otf") format("opentype");
}
@font-face {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/proxima-nova/proxima-nova-light.otf") format("opentype");
}
@font-face {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/proxima-nova/proxima-nova-regular.otf") format("opentype");
}
@font-face {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/proxima-nova/proxima-nova-semibold.otf") format("opentype");
}
@font-face {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/proxima-nova/proxima-nova-bold.otf") format("opentype");
}
@font-face {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/proxima-nova/proxima-nova-extrabold.otf") format("opentype");
}
@font-face {
  font-family: "proxima-nova";
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/proxima-nova/proxima-nova-regular-italic.otf") format("opentype");
}
.standard {
  font-size: 16px;
  line-height: 26px;
}
.standard p {
  margin-bottom: 20px;
}
.standard h2 {
  font-size: 26px;
  color: #00415C;
  letter-spacing: 0;
  line-height: 42px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 400;
}
.standard h3 {
  font-weight: 700;
  font-size: 20px;
  color: #2e2e31;
  letter-spacing: 0;
  line-height: 36px;
  text-transform: uppercase;
}
.standard p + h2,
.standard ul + h2,
.standard ol + h2 {
  margin-top: 30px;
}
.standard p + h3,
.standard ul + h3,
.standard ol + h3 {
  margin-top: 30px;
}

.standard ul,
.standard ol {
  padding-left: 25px;
  margin-bottom: 20px;
}

.standard ul:not(.browser-default) li,
.standard ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}

.standard ol:not(.browser-default) li,
.standard ol li {
  list-style-type: decimal;
  margin-bottom: 10px;
}

.standard ul li ol,
.standard ol li ol {
  margin-top: 5px;
}
.standard ul li ul,
.standard ol li ul {
  margin-top: 5px;
}

@font-face {
  font-family: "vtx-icomoon";
  src: url("../fonts/vtx-icomoon/vtx-icomoon.eot?lxcyk");
  src: url("../fonts/vtx-icomoon/vtx-icomoon.eot?lxcyk#iefix") format("embedded-opentype"), url("../fonts/vtx-icomoon/vtx-icomoon.woff2?lxcyk") format("woff2"), url("../fonts/vtx-icomoon/vtx-icomoon.ttf?lxcyk") format("truetype"), url("../fonts/vtx-icomoon/vtx-icomoon.woff?lxcyk") format("woff"), url("../fonts/vtx-icomoon/vtx-icomoon.svg?lxcyk#vtx-icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=vtx-icon-], [class*=" vtx-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "vtx-icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.vtx-icon-arret:before {
  content: "\e903";
  color: #f04e5e;
}

.vtx-icon-arrive .path1:before {
  content: "\e904";
  color: rgb(204, 204, 204);
}

.vtx-icon-arrive .path2:before {
  content: "\e905";
  margin-left: -0.6396484375em;
  color: rgb(53, 210, 106);
}

.vtx-icon-icone_adulte:before {
  content: "\e919";
  color: #00506e;
}

.vtx-icon-icone_aine:before {
  content: "\e91a";
  color: #00506e;
}

.vtx-icon-icone_autobus:before {
  content: "\e91c";
  color: #00506e;
}

.vtx-icon-icone_billet:before {
  content: "\e91d";
  color: #00506e;
}

.vtx-icon-icone_calendrier:before {
  content: "\e91e";
  color: #00506e;
}

.vtx-icon-icone_destination:before {
  content: "\e91f";
  color: #00506e;
}

.vtx-icon-icone_enfant:before {
  content: "\e920";
  color: #00506e;
}

.vtx-icon-icone-courriel:before {
  content: "\e926";
  color: #00506e;
}

.vtx-icon-icone_etudiant:before {
  content: "\e921";
  color: #00506e;
}

.vtx-icon-icone_pin:before {
  content: "\e924";
  color: #00506e;
}

.vtx-icon-icone_fleches-reservisbles:before {
  content: "\e922";
  color: #fff;
}

.vtx-icon-fleche-trajet:before {
  content: "\e913";
  color: #fff;
}

.vtx-icon-icone-reseaux-sociaux-facebook:before {
  content: "\e927";
  color: #fff;
}

.vtx-icon-icone_autobus-handicape:before {
  content: "\e91b";
  color: #fff;
}

.vtx-icon-icone-reseaux-sociaux-instagram:before {
  content: "\e928";
  color: #fff;
}

.vtx-icon-icone-reseaux-sociaux-twitter:before {
  content: "\e929";
  color: #fff;
}

.vtx-icon-plus-plus:before {
  content: "\e92e";
  color: #fef900;
}

.vtx-icon-horaire_ouverture:before {
  content: "\e916";
  color: #6bc8c4;
}

.vtx-icon-consignes:before {
  content: "\e90f";
  color: #6bc8c4;
}

.vtx-icon-billeterie:before {
  content: "\e909";
  color: #6bc8c4;
}

.vtx-icon-restauration:before {
  content: "\e931";
  color: #6bc8c4;
}

.vtx-icon-service-espace-entre-les-sieges:before {
  content: "\e932";
  color: #6bc8c4;
}

.vtx-icon-service-prises-electriques:before {
  content: "\e933";
  color: #6bc8c4;
}

.vtx-icon-service-sieges-inclinables-1:before {
  content: "\e934";
  color: #6bc8c4;
}

.vtx-icon-service-sieges-inclinables:before {
  content: "\e935";
  color: #6bc8c4;
}

.vtx-icon-service-tablettes-rabattables:before {
  content: "\e936";
  color: #6bc8c4;
}

.vtx-icon-service-wifi:before {
  content: "\e937";
  color: #6bc8c4;
}

.vtx-icon-services-toilettes:before {
  content: "\e938";
  color: #6bc8c4;
}

.vtx-icon-soutes1main:before {
  content: "\e939";
  color: #6bc8c4;
}

.vtx-icon-stationnement:before {
  content: "\e93a";
  color: #6bc8c4;
}

.vtx-icon-aire_attente:before {
  content: "\e901";
  color: #6bc8c4;
}

.vtx-icon-acces_mobilite_reduite:before {
  content: "\e900";
  color: #6bc8c4;
}

.vtx-icon-etoilex3:before {
  content: "\e912";
}

.vtx-icon-tachtbot:before {
  content: "\e93c";
}

.vtx-icon-ticket:before {
  content: "\e93d";
}

.vtx-icon-bus:before {
  content: "\e90d";
}

.vtx-icon-duree:before {
  content: "\e910";
}

.vtx-icon-tooltip:before {
  content: "\e93e";
}

.vtx-icon-icon_connexion:before {
  content: "\e917";
}

.vtx-icon-information-mark:before {
  content: "\e92a";
}

.vtx-icon-user-circle:before {
  content: "\e93f";
}

.vtx-icon-user:before {
  content: "\e940";
}

.vtx-icon-mail:before {
  content: "\e92b";
}

.vtx-icon-ville:before {
  content: "\e941";
}

.vtx-icon-messenger:before {
  content: "\e92c";
}

.vtx-icon-passagers:before {
  content: "\e92d";
}

.vtx-icon-icon_passager:before {
  content: "\e918";
}

.vtx-icon-question-mark:before {
  content: "\e92f";
}

.vtx-icon-wifi:before {
  content: "\e942";
}

.vtx-icon-quote:before {
  content: "\e930";
}

.vtx-icon-etoile:before {
  content: "\e911";
}

.vtx-icon-check:before {
  content: "\e90e";
}

.vtx-icon-alerte:before {
  content: "\e902";
}

.vtx-icon-swap_horiz:before {
  content: "\e93b";
}

.vtx-icon-arrow-up:before {
  content: "\e908";
}

.vtx-icon-arrow-down:before {
  content: "\e906";
}

.vtx-icon-arrow-right:before {
  content: "\e907";
}

.vtx-icon-fleche-turquoise-bas:before {
  content: "\e914";
  color: #6bc8c4;
}

.vtx-icon-fleche-turquoise-droite:before {
  content: "\e915";
  color: #6bc8c4;
}

.vtx-icon-bus_profil:before {
  content: "\e90a";
}

.vtx-icon-bus-front-view:before {
  content: "\e90b";
}

.vtx-icon-bus-left-view:before {
  content: "\e90c";
}

.vtx-icon-icone_panier-achat:before {
  content: "\e923";
}

.vtx-icon-icone_recherche:before {
  content: "\e925";
}

.link-uppercase span {
  font-weight: 600;
  text-transform: uppercase;
  color: #6BC9C5;
  border-bottom: 2px solid #6BC9C5;
  position: relative;
  font-size: 0.815rem;
}
.link-uppercase:hover {
  text-decoration: none;
}
.link-uppercase:hover span {
  color: #6BC9C5;
  border-bottom: none;
}
.link-uppercase:after {
  content: url(../images/graphics/fleche-turquoise-droite.svg);
  height: 14px;
  width: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 4px;
  position: relative;
  top: 2px;
}

.btn, a.btn,
.button, a.button,
.btn-primary, a.btn-primary {
  font-size: 0.815rem;
  line-height: 1;
  color: #fff;
  background-color: #f04e5e;
  border-radius: 8px;
  padding: 14px 14px;
  border: 1px solid #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid #f04e5e;
  transition: all 0.2s;
}
.btn:hover, a.btn:hover,
.button:hover, a.button:hover,
.btn-primary:hover, a.btn-primary:hover {
  background-color: #252525;
  text-decoration: none;
  color: #fff;
  border-color: #252525;
}
.btn.light, .btn.btn-secondary, a.btn.light, a.btn.btn-secondary,
.button.light,
.button.btn-secondary, a.button.light, a.button.btn-secondary,
.btn-primary.light,
.btn-primary.btn-secondary, a.btn-primary.light, a.btn-primary.btn-secondary {
  color: #f04e5e;
  background-color: #fff;
  border: 1px solid #f04e5e;
  text-transform: uppercase;
}
.btn.light:hover, .btn.btn-secondary:hover, a.btn.light:hover, a.btn.btn-secondary:hover,
.button.light:hover,
.button.btn-secondary:hover, a.button.light:hover, a.button.btn-secondary:hover,
.btn-primary.light:hover,
.btn-primary.btn-secondary:hover, a.btn-primary.light:hover, a.btn-primary.btn-secondary:hover {
  border-color: #252525;
}

.custom_primary {
  padding: 13px !important;
  width: 15%;
  margin-right: 10px;
}
@media (max-width: 991.98px) {
  .custom_primary {
    width: 100%;
    margin-bottom: 15px !important;
  }
}

.custom_light {
  background: none !important;
  color: white !important;
  border: 1px solid white !important;
  width: 27%;
  padding: 13px !important;
}
.custom_light:hover {
  border: 1px solid black !important;
}
@media (max-width: 991.98px) {
  .custom_light {
    width: 100%;
    margin-bottom: 50px !important;
  }
}

.modal {
  border-radius: 15px;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 20px;
  width: 55%;
  max-width: 600px;
  margin: auto;
  will-change: top, opacity;
  z-index: 9999;
  overflow: initial;
}
@media (max-width: 575.98px) {
  .modal {
    width: calc(100% - 30px);
  }
}
.modal.modal_message_info {
  background-color: #d5edec;
}
.modal.modal_message_error {
  background-color: #fce3e6;
}
.modal.modal_message_success {
  background-color: #d2e6cf;
}
.modal.modal_message_question {
  background-color: #f2f2f2;
}
.modal.modal_message_warning {
  background-color: #f5d2c4;
}
.modal .modal-icon {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -10px;
  left: 40px;
  background-size: cover;
}
@media (max-width: 575.98px) {
  .modal .modal-icon {
    width: 60px;
    height: 60px;
    left: 30px;
  }
}
.modal .modal-icon.modal-icon-info {
  background-image: url(../images/icons/icon-modal-information.png);
}
.modal .modal-icon.modal-icon-error {
  background-image: url(../images/icons/icon-modal-erreur.png);
}
.modal .modal-icon.modal-icon-success {
  background-image: url(../images/icons/icon-modal-succes.png);
}
.modal .modal-icon.modal-icon-question {
  background-image: url(../images/icons/icon-modal-information.png);
}
.modal .modal-icon.modal-icon-warning {
  background-image: url(../images/icons/icon-modal-avertissement.png);
}
.modal .modal-content {
  padding: 0;
}
.modal .modal-content .modal-title {
  width: 100%;
  color: #00506e;
  padding: 35px 0 35px 80px;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 575.98px) {
  .modal .modal-content .modal-title {
    padding: 35px 0 5px 10px;
  }
}
.modal .modal-content .modal-title .icon-close {
  font-weight: 800;
}
.modal .modal-content .modal-message-row {
  color: #00506e;
  font-family: sans-serif;
  list-style: none;
}
.modal .modal-content .close-form {
  display: block;
  position: absolute;
  font-size: 12px;
  padding: 5px;
  top: 12px;
  right: 12px;
  cursor: pointer;
  color: #3b3c3f;
  border: 2px solid #3b3c3f;
  border-radius: 15px;
  line-height: 1;
  background-image: url(../images/graphics/img-btn-close.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  height: 30px;
  width: 30px;
}
.modal .modal-content .row-content {
  padding: 20px 40px 0px 40px;
}
@media (max-width: 575.98px) {
  .modal .modal-content .row-content {
    padding: 10px 20px 0px 20px;
  }
}
.modal .modal-content .modal-message-row {
  margin-bottom: 15px;
}
.modal .modal-content .modal-buttons {
  text-align: center;
}
.modal .modal-content .modal-buttons .btn {
  margin: 0 0 10px;
}
@media (max-width: 991.98px) {
  .modal .modal-content .modal-buttons .btn {
    width: 100%;
    font-size: 0.715rem;
    padding: 14px 10px;
    white-space: normal;
  }
}

.modal-overlay {
  position: fixed;
  z-index: 900 !important;
  top: -100px;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: black;
  display: none;
  will-change: opacity;
}

.modal.modal_login {
  z-index: 9989 !important;
  display: none;
  overflow: auto;
  max-width: 440px;
  padding: 0;
  max-height: 80%;
}
.modal.modal_login .modal-content .login-modal-title {
  color: #00415C;
  padding: 24px;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
  text-transform: uppercase;
}
.modal.modal_login .modal-content .close-login-form {
  display: block;
  position: absolute;
  font-size: 12px;
  padding: 5px;
  top: 12px;
  right: 12px;
  cursor: pointer;
  color: #3b3c3f;
  border: 2px solid #3b3c3f;
  border-radius: 15px;
  line-height: 1;
  background-image: url(../images/graphics/img-btn-close.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  height: 30px;
  width: 30px;
}
.modal.modal_login .modal-content .row-content + .row-content {
  padding-top: 0;
}
.modal.modal_login .modal-content .row-content .login-normal-text {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  display: none;
}
.modal.modal_login .modal-content .row-content .login-error-message {
  margin-bottom: 15px;
  color: #dc3545;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
  display: none;
  background-color: #fce3e6;
  padding: 10px;
}
.modal.modal_login .modal-content .row-content input[type=text],
.modal.modal_login .modal-content .row-content input[type=email],
.modal.modal_login .modal-content .row-content input[type=password] {
  color: #00415C;
  border: 1px solid #00415C;
  border-radius: 5px;
  padding: 12px 10px 10px 10px;
  background-repeat: no-repeat;
  background-position: 20px center;
  font-size: 0.875rem;
  height: 45px;
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
}
.modal.modal_login .modal-content .row-content .login_email,
.modal.modal_login .modal-content .row-content .login_pass,
.modal.modal_login .modal-content .row-content .forgot_loginemail {
  width: 100%;
}
.modal.modal_login .modal-content .row-content .login_email.invalid,
.modal.modal_login .modal-content .row-content .login_pass.invalid,
.modal.modal_login .modal-content .row-content .forgot_loginemail.invalid {
  box-shadow: none;
}
.modal.modal_login .modal-content .row-content .label_email,
.modal.modal_login .modal-content .row-content .label_pass {
  color: black;
  top: 0rem;
  width: 100%;
}
.modal.modal_login .modal-content .row-content .forgot_loginemail__label {
  width: 100%;
  font-weight: 400;
}
.modal.modal_login .modal-content .row-content .forgot_loginemail__label:after {
  position: inherit;
  top: 65px;
}
.modal.modal_login .modal-content .row-content .invalid + .forgot_loginemail__label:after {
  content: attr(data-error);
  color: #dc3545;
  opacity: 1;
}
.modal.modal_login .modal-content .row-content .input-field {
  margin-bottom: 10px;
}
.modal.modal_login .modal-content .row-content .button_forgot_password {
  width: 100%;
  margin-top: 0;
  margin-bottom: 15px;
  display: block;
  font-size: 0.725rem;
}
.modal.modal_login .modal-content .forgotPasswordFrm {
  display: none;
  margin-bottom: 15px;
  padding: 15px;
  background-color: #e2e2e2;
  border-radius: 10px;
}
.modal.modal_login .modal-content .forgotPasswordFrm .form_forgot_btn {
  align-self: flex-end;
  height: 45px;
}
.modal.modal_login .modal-content .forgotPasswordFrm p {
  font-size: 0.875rem;
}
.modal.modal_login .modal-footer {
  height: auto;
  padding: 10px 0;
  text-align: center;
}
.modal.modal_login .modal-footer a {
  text-decoration: none;
}
.modal.modal_login .modal-footer .btn {
  display: inline-block;
  float: none;
  margin: 0 0 10px;
}
@media (max-width: 575.98px) {
  .modal.modal_login .modal-footer .btn {
    padding: 14px 20px;
  }
}

.modal.modal_message_box {
  display: none;
  z-index: 9999 !important;
  padding: 20px;
}
.modal.modal_message_box.error {
  background: #fce3e6;
}
.modal.modal_message_box.error .modal-content .modal-title {
  background: none;
  padding: 10px 0 5px 40px;
  border-radius: 10px 10px 0 0;
}
.modal.modal_message_box.success {
  background: #d2e6cf;
}
.modal.modal_message_box.success .modal-content .modal-title {
  padding: 10px 0 5px 40px;
  border-radius: 10px 10px 0 0;
}
.modal.modal_message_box .modal-content .modal-title {
  padding: 35px 0 35px 35px;
  border-radius: 10px 10px 0 0;
}
.modal.modal_message_box .modal-content .modal_message_box-error_message {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}
.modal.modal_message_box .modal-content .modal_message_box-error_message li {
  list-style: none;
}

.modal.splash-screen {
  display: none;
  background: #00a0d2;
  text-align: center;
  min-height: 370px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 70% 50%;
  z-index: 990 !important;
}
.modal.splash-screen .modal-content .row-content {
  padding: 20px 48px 48px 48px;
}
.modal.splash-screen .modal-content .row-content p {
  margin-bottom: 0;
}
.modal.splash-screen .modal-content .row-content .splash-circle-col {
  margin-bottom: 39px;
}
.modal.splash-screen .modal-content .row-content .splash-circle-col .splash-circle {
  margin: 0 auto;
  height: 48px;
  width: 48px;
  border-radius: 48px;
  transform: rotate(644deg);
  border: 3px solid white;
  border-top-color: rgba(255, 255, 255, 0.09);
  animation: loadMaterial 1.1s infinite linear;
}
.modal.splash-screen .modal-content .row-content .splash-title-col {
  margin-bottom: 0px;
}
.modal.splash-screen .modal-content .row-content .splash-title-col .splash-title {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #fff;
  letter-spacing: 0;
  line-height: normal;
}
.modal.splash-screen .modal-content .row-content .splash-text-col .splash-text {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0;
  line-height: 36px;
  margin-bottom: 50px;
}
.modal.splash-screen .modal-content .row-content .splash-text-col .splash-text ul {
  margin: 0;
}
.modal.splash-screen .modal-content .row-content .splash-text-col .splash-text ul li,
.modal.splash-screen .modal-content .row-content .splash-text-col .splash-text p {
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.35;
  margin-bottom: 10px;
}
@keyframes loadMaterial {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(35deg);
  }
  25% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.modal.blue-modal {
  background: #00415C;
  max-width: 570px;
  z-index: 990 !important;
}
.modal.blue-modal .modal-content .row-content {
  padding: 48px 24px 60px 24px;
  text-align: center;
}
.modal.blue-modal .modal-content .row-content .warning-col {
  margin-bottom: 24px;
}
.modal.blue-modal .modal-content .row-content .warning-col .warning-content {
  font-size: 44px;
  color: #fff;
}
.modal.blue-modal .modal-content .row-content .title-col {
  margin-bottom: 36px;
}
.modal.blue-modal .modal-content .row-content .title-col .title-content {
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0;
  line-height: 24px;
}
.modal.blue-modal .modal-content .row-content .actions-col {
  margin-bottom: -6px;
}
.modal.blue-modal .modal-content .row-content .actions-col .actions-content a {
  margin: 6px;
  width: 100%;
}
@media (max-width: 575.98px) {
  .modal.blue-modal .modal-content .row-content .actions-col .actions-content a {
    width: auto;
  }
}

#loadingSearch {
  z-index: 999999;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  width: 100%;
  padding: 10px;
  height: 100vh;
  text-align: center;
}
#loadingSearch .loader,
#loadingSearch .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
#loadingSearch .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 10px;
  text-indent: -9999em;
  border: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left-color: #fff;
  animation: load8 1.1s infinite linear;
}
@keyframes load8 {
  0% {
    transform: translateY(-50%) translateX(-50%) rotate(0deg);
  }
  15% {
    transform: translateY(-50%) translateX(-50%) rotate(35deg);
  }
  25% {
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
  }
  50% {
    transform: translateY(-50%) translateX(-50%) rotate(90deg);
  }
  100% {
    transform: translateY(-50%) translateX(-50%) rotate(360deg);
  }
}

body .flickity-prev-next-button {
  width: 70px;
  height: 70px;
  border: 2px solid #D9D9D9;
  background-color: white;
}
body .flickity-prev-next-button:hover {
  border: 2px solid rgb(59, 59, 59);
}
body .flickity-prev-next-button:hover .flickity-button-icon {
  fill: #6BC9C5;
}
body .flickity-prev-next-button.next {
  right: -35px;
}
body .flickity-prev-next-button.previous {
  left: -35px;
}
@media (max-width: 575.98px) {
  body .flickity-prev-next-button.next {
    right: -10px;
  }
  body .flickity-prev-next-button.previous {
    left: -10px;
  }
}
body .flickity-prev-next-button .flickity-button-icon {
  left: 37%;
  top: 37%;
  width: 30%;
  height: 30%;
  fill: #D9D9D9;
}

@media (min-width: 768px) {
  .slider-onlymobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .slider-onlymobile .carousel-cell {
    width: calc(50% - 20px) !important;
    margin: 0 20px 40px 0 !important;
  }
}
@media (min-width: 1200px) {
  .slider-onlymobile .carousel-cell {
    width: 31.83% !important;
    margin: 0 0 1.5% 0 !important;
  }
}
@media (min-width: 1400px) {
  .slider-onlymobile .carousel-cell {
    width: calc(33.33% - 20px) !important;
    margin: 0 0 40px 0 !important;
  }
}
.slider-onlymobile:after {
  content: ""; /* hide :after */
  display: none;
}
@media (max-width: 991.98px) {
  .slider-onlymobile {
    display: block;
  }
  .slider-onlymobile:after {
    content: "flickity";
    display: none; /* hide :after */
  }
}

.slider-all {
  display: block !important;
}
.slider-all .carousel-cell {
  margin: 10px 40px 10px 0 !important;
}
@media (max-width: 991.98px) {
  .slider-all .carousel-cell {
    margin: 20px 0;
  }
}

.popular-items__grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.popular-items__grid:after {
  content: ""; /* hide :after */
  display: none;
}
@media (max-width: 991.98px) {
  .popular-items__grid {
    display: block;
  }
  .popular-items__grid:after {
    content: "flickity";
    display: none; /* hide :after */
  }
}
.popular-items__grid .popular-items__grid__item {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  transition: all 0.2s;
  height: 280px;
  width: 413px;
  margin: 20px 0;
}
@media (max-width: 991.98px) {
  .popular-items__grid .popular-items__grid__item {
    height: 230px;
    margin: 0 10px;
  }
}
@media (max-width: 767.98px) {
  .popular-items__grid .popular-items__grid__item {
    margin: 0 10px;
    height: 280px;
  }
}
@media (max-width: 575.98px) {
  .popular-items__grid .popular-items__grid__item {
    height: 220px;
    width: 100%;
    margin: 0 10px;
  }
}
.popular-items__grid .popular-items__grid__item:hover {
  box-shadow: 0px 0px 10px rgba(73, 53, 53, 0.65);
}
.popular-items__grid .popular-items__grid__item .overlay:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  z-index: 99999;
}
.popular-items__grid .popular-items__grid__item .popular-items__grid__item__image {
  background-color: #00415C;
  height: calc(100% - 70px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 10px 10px 0 0;
}
.popular-items__grid .popular-items__grid__item .popular-items__grid__item__content {
  justify-self: flex-end;
  height: 70px;
  border-radius: 0 0 10px 10px;
  background-color: #6BC9C5;
  display: flex;
  align-items: center;
  position: relative;
}
.popular-items__grid .popular-items__grid__item .popular-items__grid__item__content .departure,
.popular-items__grid .popular-items__grid__item .popular-items__grid__item__content .destination,
.popular-items__grid .popular-items__grid__item .popular-items__grid__item__content .itinerary,
.popular-items__grid .popular-items__grid__item .popular-items__grid__item__content .price {
  font-size: 1.275rem;
  font-weight: 800;
  color: #FFF200;
  line-height: 1;
}
@media (max-width: 1399.98px) {
  .popular-items__grid .popular-items__grid__item .popular-items__grid__item__content .departure,
  .popular-items__grid .popular-items__grid__item .popular-items__grid__item__content .destination,
  .popular-items__grid .popular-items__grid__item .popular-items__grid__item__content .itinerary,
  .popular-items__grid .popular-items__grid__item .popular-items__grid__item__content .price {
    font-size: 1rem;
  }
}
@media (max-width: 991.98px) {
  .popular-items__grid .popular-items__grid__item .popular-items__grid__item__content .departure,
  .popular-items__grid .popular-items__grid__item .popular-items__grid__item__content .destination,
  .popular-items__grid .popular-items__grid__item .popular-items__grid__item__content .itinerary,
  .popular-items__grid .popular-items__grid__item .popular-items__grid__item__content .price {
    font-size: 0.975rem;
  }
}
.popular-items__grid .popular-items__grid__item .popular-items__grid__item__content .price {
  margin-left: 5px;
}
.popular-items__grid .popular-items__grid__item .popular-items__grid__item__content .link {
  display: none;
  position: absolute;
  left: 80px;
  color: white;
  font-weight: 600;
  top: 47px;
  text-transform: uppercase;
  font-size: 0.745rem;
  text-decoration: underline;
  padding-bottom: 0px;
  line-height: 1;
}
.popular-items__grid .popular-items__grid__item .popular-items__grid__item__content .link:after {
  content: url(../images/graphics/fleche-blanche-droite.svg);
  height: 14px;
  width: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 2px;
}
.popular-items__grid .popular-items__grid__item .popular-items__grid__item__content .arrow {
  margin: 0 5px;
  min-width: 25px;
  min-height: 25px;
}
.popular-items__grid .popular-items__grid__item .popular-items__grid__item__content .ticket {
  margin: 0 5px;
  min-width: 25px;
  min-height: 25px;
  padding: 0;
}
.popular-items__grid .popular-items__grid__item .popular-items__grid__item__content:before {
  content: url(../images/graphics/courbe-jaune-1.svg);
  margin-left: 20px;
  align-self: flex-start;
}
@media (max-width: 1399.98px) {
  .popular-items__grid .popular-items__grid__item .popular-items__grid__item__content:before {
    margin-left: 10px;
  }
}
.popular-items__grid .popular-items__grid__item .popular-items__grid__item__content:after {
  content: "";
  border-top: 3px solid #FFF200;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  display: block;
  width: auto;
  margin-left: 10px;
  margin-right: auto;
  flex: 1 1 auto;
}

/* FORMS */
div.wpcf7-validation-errors {
  margin: 0;
  margin-top: 20px;
  padding: 15px 20px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  border: 1px solid #a94442;
}

div.wpcf7-mail-sent-ok {
  margin: 0;
  margin-top: 20px;
  padding: 15px 20px;
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  border: 1px solid #3c763d;
}

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin-top: 5px;
}

body .gform_wrapper .gform_heading p {
  margin-top: 10px;
}
body .gform_wrapper .gsection,
body .gform_wrapper .gfield--type-section {
  border-bottom: none !important;
  padding: 0 16px 0px 0px !important;
  margin-top: 55px;
}
body .gform_wrapper .gsection:first-of-type,
body .gform_wrapper .gfield--type-section:first-of-type {
  margin-top: 0;
}
body .gform_wrapper .gsection .gsection_title,
body .gform_wrapper .gfield--type-section .gsection_title {
  border-bottom: none;
  font-size: 2rem;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 10px;
  padding-bottom: 0px;
}
body .gform_wrapper .gform_body .gfield--type-name {
  margin: 30px 0 0 0;
}
body .gform_wrapper .gform_body .gfield--type-name legend {
  border-bottom: none;
}
body .gform_wrapper .gform_body .gfield--type-text {
  margin-top: 25px;
}
body .gform_wrapper .gform_body .gfield--type-text .ginput_description {
  margin-top: 5px;
}
body .gform_wrapper .gform_body .gfield--type-email {
  margin-top: 35px;
}
body .gform_wrapper .gform_body .gfield--type-address {
  margin-top: 35px;
}
body .gform_wrapper .gform_body .gfield--type-address legend {
  border-bottom: none;
}
body .gform_wrapper .gform_body .gfield--type-address div .address_city div,
body .gform_wrapper .gform_body .gfield--type-address div .address_state div {
  margin-bottom: 0px;
}
body .gform_wrapper .gform_body .gfield--type-phone {
  margin-top: 35px;
}
body .gform_wrapper .gform_body .gfield--type-select {
  margin-top: 35px;
}
body .gform_wrapper .gform_body .gfield--type-checkbox {
  margin-top: 35px;
}
body .gform_wrapper .gform_body .gfield--type-checkbox legend {
  border-bottom: none;
}
body .gform_wrapper .gform_body input:not([type=checkbox]) + label,
body .gform_wrapper .gform_body .select-wrapper + label {
  color: #666A75;
}
body .gform_wrapper .gform_body .select-wrapper.gfield_select .caret {
  margin-top: 10px;
}
body .gform_wrapper .gform_body .ginput_container_radio li,
body .gform_wrapper .gform_body .ginput_container_checkbox li {
  overflow: visible;
}
body .gform_wrapper .gform_body .ginput_container_radio li label:before,
body .gform_wrapper .gform_body .ginput_container_radio li label:after,
body .gform_wrapper .gform_body .ginput_container_checkbox li label:before,
body .gform_wrapper .gform_body .ginput_container_checkbox li label:after {
  margin-top: 0;
}
body .gform_wrapper .gform_body .select-wrapper + label {
  position: relative;
  top: 0;
}
body .gform_wrapper .gform_body .top_label .gfield_description {
  padding-top: 0;
}
body .gform_wrapper .gform_body .top_label .gfield_label {
  color: black;
  margin-bottom: 0;
}
body .gform_wrapper .gform_body .top_label .gfield_label > li {
  margin-bottom: 30px;
}
body .gform_wrapper .gform_body .top_label li.gfield.gf_left_half, body .gform_wrapper .gform_body .top_label li.gfield.gf_right_half {
  width: 100%;
}
@media (min-width: 576px) {
  body .gform_wrapper .gform_body .top_label li.gfield.gf_left_half, body .gform_wrapper .gform_body .top_label li.gfield.gf_right_half {
    width: 49%;
  }
}
body .gform_wrapper .gform_body .gfield_checkbox li label,
body .gform_wrapper .gform_body .gfield_radio li label {
  padding-left: 35px;
  margin-left: 0;
  height: auto;
}
body .gform_wrapper .gform_body .gfield_search_itineraries .ginput_complex {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
body .gform_wrapper .gform_body .gfield_search_itineraries .ginput_complex .origin,
body .gform_wrapper .gform_body .gfield_search_itineraries .ginput_complex .destination,
body .gform_wrapper .gform_body .gfield_search_itineraries .ginput_complex .outbound_date,
body .gform_wrapper .gform_body .gfield_search_itineraries .ginput_complex .return_date {
  width: 100%;
}
@media (min-width: 576px) {
  body .gform_wrapper .gform_body .gfield_search_itineraries .ginput_complex .origin,
  body .gform_wrapper .gform_body .gfield_search_itineraries .ginput_complex .destination,
  body .gform_wrapper .gform_body .gfield_search_itineraries .ginput_complex .outbound_date,
  body .gform_wrapper .gform_body .gfield_search_itineraries .ginput_complex .return_date {
    width: 49%;
  }
}
body .gform_wrapper .gform_body .gfield_search_itineraries .ginput_complex .origin,
body .gform_wrapper .gform_body .gfield_search_itineraries .ginput_complex .destination,
body .gform_wrapper .gform_body .gfield_search_itineraries .ginput_complex .outbound_date,
body .gform_wrapper .gform_body .gfield_search_itineraries .ginput_complex .return_date {
  display: block;
}
body .gform_wrapper .gform_body .gfield_search_itineraries .ginput_complex #btn-search-itineraries {
  margin: 10px 0;
  width: auto;
}
body .gform_wrapper .gform_body .gfield_search_itineraries .ginput_complex .itineraries-results {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding: 10px 0 20px;
}
@media (max-width: 767.98px) {
  body .gform_wrapper .gform_body .gfield_search_itineraries .ginput_complex .itineraries-results {
    flex-flow: column;
  }
}
@media (min-width: 576px) {
  body .gform_wrapper .gform_body .gfield_search_itineraries .ginput_complex .itineraries-results__title-col {
    display: none;
  }
}
body .gform_wrapper .gform_body .gfield_search_itineraries .ginput_complex .itineraries-results__title-col {
  display: block;
  padding: 10px;
  font-weight: 600;
  font-size: 1rem;
}
body .gform_wrapper .gform_body .gfield_search_itineraries .ginput_complex .itineraries-results__col {
  width: calc(50% - 7.5px);
  max-height: 180px;
  overflow: auto;
}
@media (max-width: 767.98px) {
  body .gform_wrapper .gform_body .gfield_search_itineraries .ginput_complex .itineraries-results__col {
    width: 100%;
    margin: 10px 0;
  }
}
body .gform_wrapper .gform_body .gfield_search_itineraries .ginput_complex .itineraries-results__item {
  padding: 5px 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  cursor: pointer;
  background-color: white;
  border-bottom: 1px dashed #D9D9D9;
}
body .gform_wrapper .gform_body .gfield_search_itineraries .ginput_complex .itineraries-results__item:hover {
  background-color: #6BC9C5;
}
body .gform_wrapper .gform_body .gfield_search_itineraries .ginput_complex .itineraries-results__item:first-child {
  border-top: 1px dashed #D9D9D9;
}
body .gform_wrapper .gform_body .gfield_search_itineraries .ginput_complex .itineraries-results__item.selected {
  background-color: #6BC9C5;
}
body .gform_wrapper .gform_body .gfield_search_itineraries .ginput_complex .itineraries-results__item.selected i.vtx-icon-check {
  display: block;
}
body .gform_wrapper .gform_body .gfield_search_itineraries .ginput_complex .itineraries-results__item.selected i.vtx-icon-ticket {
  display: none;
}
body .gform_wrapper .gform_body .gfield_search_itineraries .ginput_complex .itineraries-results__item i {
  line-height: 3;
}
body .gform_wrapper .gform_body .gfield_search_itineraries .ginput_complex .itineraries-results__item i.vtx-icon-check {
  display: none;
}
body .gform_wrapper .gform_body .gfield_search_itineraries .ginput_complex .itineraries-results__item i.vtx-icon-ticket {
  display: block;
}
body .gform_wrapper .gform_body .gfield_search_itineraries .ginput_complex .itineraries-results__item .departure,
body .gform_wrapper .gform_body .gfield_search_itineraries .ginput_complex .itineraries-results__item .arrival {
  display: flex;
  flex-direction: column;
}
body .gform_wrapper .gform_body .gfield_search_itineraries .ginput_complex .itineraries-results__item .departure .time,
body .gform_wrapper .gform_body .gfield_search_itineraries .ginput_complex .itineraries-results__item .arrival .time {
  font-weight: bold;
}
body .gform_wrapper .gform_body .gfield_search_itineraries .ginput_complex .itineraries-results__item .departure .city,
body .gform_wrapper .gform_body .gfield_search_itineraries .ginput_complex .itineraries-results__item .arrival .city {
  font-size: 0.805rem;
}
body .gform_wrapper .gform_body .gfield_search_itineraries .ginput_complex .selected_return_date,
body .gform_wrapper .gform_body .gfield_search_itineraries .ginput_complex .selected_outbound_date {
  display: none;
}

.inline.radio-container label {
  padding-left: 30px;
}
.inline.radio-container + .inline.radio-container {
  margin-left: 24px;
}

.input-field.radio-container > label {
  top: 0 !important;
}

.grecaptcha-badge {
  z-index: 999;
}

.comp-cta-bg-img-content h2 {
  margin-bottom: 0px;
}

#breadcrumbs {
  display: none;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #eff0f3;
}
#breadcrumbs a {
  color: #6BC9C5;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 0.825rem;
  letter-spacing: 0;
}
#breadcrumbs .breadcrumb_last {
  color: #6BC9C5;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.825rem;
}
#breadcrumbs .breadcrumb-divider {
  color: #8b8c95;
  padding: 6px;
  transform: rotate(-90deg);
  display: inline-block;
  font-size: 8px;
  position: relative;
  top: -2px;
}
#breadcrumbs .breadcrumb-divider:before {
  content: "\e900";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991.98px) {
  .comp-faq-accordion {
    padding: 0 20px;
  }
}
.comp-faq-accordion .comp-faq-accordion-row {
  font-size: 16px;
  color: #2e2e31;
  letter-spacing: 0;
  line-height: 27px;
  border-bottom: 1px solid #D9D9D9;
}
.comp-faq-accordion .comp-faq-accordion-row .comp-faq-accordion-question {
  font-size: 18px;
  position: relative;
  padding: 20px 60px 20px 10px;
  font-weight: 600;
  color: #00415C;
  cursor: pointer;
}
.comp-faq-accordion .comp-faq-accordion-row .comp-faq-accordion-question i {
  position: absolute;
  top: 40%;
  right: 9px;
  font-size: 16px;
  color: #6BC9C5;
  transition: 0.2s all;
}
.comp-faq-accordion .comp-faq-accordion-row .comp-faq-accordion-answer {
  display: none;
  padding: 0 24px 12px 10px;
}
.comp-faq-accordion + .comp-button {
  margin-top: 20px;
}
.comp-faq-accordion [data-state=opened] .comp-faq-accordion-question i, .comp-faq-accordion [data-state=animating] .comp-faq-accordion-question i {
  transform: rotate(180deg);
}

.ui-datepicker {
  border: none;
  padding: 15px;
  width: 320px !important;
  box-shadow: none;
  background: white;
  border-radius: 15px;
}
@media (max-width: 991.98px) {
  .ui-datepicker {
    width: 80% !important;
  }
}
.ui-datepicker .ui-datepicker-header {
  background: none;
  color: #00415C;
  text-shadow: none;
  margin-top: 5px;
  border: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  width: auto;
  width: auto;
  height: auto;
  text-align: center;
  cursor: pointer;
  background-image: none;
  line-height: 1;
  overflow: hidden;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover {
  background: none;
  left: 2px;
  top: 2px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover, .ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover {
  background: none;
  right: 2px;
  top: 2px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
  content: url(../images/graphics/fleche-turquoise-gauche.svg);
  display: block;
  cursor: pointer;
  transform: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
  content: url(../images/graphics/fleche-turquoise-droite.svg);
  display: block;
  cursor: pointer;
  transform: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  margin: 0 2.3em 0.5em;
  line-height: 1;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
  text-transform: capitalize;
}
.ui-datepicker .ui-datepicker-calendar {
  background: none;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  font-size: 1rem;
}
.ui-datepicker .ui-datepicker-calendar thead {
  background-color: #ececec;
}
.ui-datepicker .ui-datepicker-calendar tr, .ui-datepicker .ui-datepicker-calendar thead {
  border: none;
}
.ui-datepicker .ui-datepicker-calendar tr:last-child .ui-state-active {
  height: auto;
}
.ui-datepicker .ui-datepicker-calendar td {
  border: 0;
  padding: 0;
  text-align: center;
}
.ui-datepicker .ui-datepicker-calendar td:last-child .ui-state-active, .ui-datepicker .ui-datepicker-calendar td:first-child .ui-state-active {
  width: auto;
}
.ui-datepicker .ui-datepicker-calendar td span,
.ui-datepicker .ui-datepicker-calendar td a {
  display: block;
  padding: 0.55rem 0.35rem;
  text-decoration: none;
  color: darkgrey;
  background: none;
  width: auto;
  height: auto;
  line-height: 1.5;
  font-weight: 400;
}
.ui-datepicker .ui-datepicker-calendar th {
  font-size: 1rem;
  padding: 0em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
  color: #666;
  text-shadow: none;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable, .ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
  background: none;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background-color: #00415C;
  box-shadow: none;
  border-radius: 25px;
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-actual {
  background-color: white;
  border-radius: 25px;
  color: black;
  box-shadow: inset 0px 0px 0px 2px #dbdbdb;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-promo {
  background-color: #2a4ea3;
  box-shadow: none;
  border-radius: 25px;
  color: #fff !important;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-flex {
  background-color: #90c84b;
  box-shadow: none;
  border-radius: 25px;
  color: #fff !important;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-special {
  background-color: #f04e5e;
  box-shadow: none;
  border-radius: 25px;
  color: #fff !important;
}
.ui-datepicker .ui-datepicker-calendar a.ui-state-default {
  padding: 0.55rem 0.35rem;
  color: #00415C;
  font-weight: 600;
  font-size: 0.925rem;
  text-align: center;
}
.ui-datepicker .ui-datepicker-calendar a.ui-state-default.ui-state-active {
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar a.ui-state-default:hover {
  background-color: #00415C;
  border-radius: 25px;
  color: #fff;
  box-shadow: none;
  text-shadow: none;
}

.stop-message {
  padding: 24px;
  border-radius: 10px;
  margin: 15px 0;
  background: #fff;
}
@media (max-width: 991.98px) {
  .stop-message {
    padding: 5px 15px;
  }
}
.stop-message.has-icon {
  margin-top: 25px;
}
.stop-message figure {
  max-width: 50px;
  max-height: 50px;
  margin-top: -35px !important;
}
.stop-message img {
  max-width: 100%;
  height: auto;
}
.stop-message.info {
  background-color: #f2f2f2;
}
.stop-message.warning {
  background-color: rgba(253, 126, 20, 0.3);
}
.stop-message > *:first-child {
  margin-top: 0;
}
.stop-message > *:last-child {
  margin-bottom: 0;
}

#skip-nav {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
}
#skip-nav li {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99999;
  list-style-type: none;
}
#skip-nav a {
  display: block;
  border: 1px solid #f04e5e;
  border-radius: 15px;
  color: #f04e5e;
  font-weight: 700;
  background-color: #fff;
  padding: 20px;
  text-decoration: none;
}
#skip-nav a:focus {
  position: relative;
  top: 20px;
  left: 20px;
  transform: translateY(100%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.dropdown-content,
ul.dropdown-content,
ul.dropdown-content.select-dropdown {
  list-style: none !important;
  list-style-type: none !important;
  padding-left: 0;
}
.dropdown-content li,
ul.dropdown-content li,
ul.dropdown-content.select-dropdown li {
  list-style: none !important;
  list-style-type: none !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.dropdown-content li::before, .dropdown-content li::marker,
ul.dropdown-content li::before,
ul.dropdown-content li::marker,
ul.dropdown-content.select-dropdown li::before,
ul.dropdown-content.select-dropdown li::marker {
  content: none !important;
  display: none !important;
}
.dropdown-content li span,
ul.dropdown-content li span,
ul.dropdown-content.select-dropdown li span {
  padding-left: 15px;
  padding-right: 15px;
}
.dropdown-content li span::before,
ul.dropdown-content li span::before,
ul.dropdown-content.select-dropdown li span::before {
  content: none !important;
  display: none !important;
}

.funnel .billetterie ul,
.funnel .site-content ul,
.funnel .core-content ul {
  padding-inline-start: 0;
}
.funnel .billetterie ul li,
.funnel .site-content ul li,
.funnel .core-content ul li {
  list-style-type: none;
}

#summary .select_schedule__details_map_container, #confirmation_render .select_schedule__details_map_container {
  max-height: initial;
  overflow-y: initial;
  border-right: 0;
  padding: 10px 0 0;
  background-color: white;
  width: 100%;
}

.select_schedule__details_map_container {
  max-height: 0;
  overflow-y: hidden;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 991.98px) {
  .select_schedule__details_map_container {
    padding: 0px 18px;
  }
}
@media (min-width: 768px) {
  .select_schedule__details_map_container {
    flex: 1 1 auto;
    padding: 0 0 0 40px;
    min-height: 0;
    margin-top: -10px;
    border-right: 1px solid #dbdcdf;
    width: calc(100% + 1px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.select_schedule__details_map_container .trip-informations {
  padding: 0 40px 0 0;
  margin-top: 20px;
  padding: 0 40px 0 0;
}
@media (max-width: 991.98px) {
  .select_schedule__details_map_container .trip-informations {
    padding: 0;
  }
}
.select_schedule__details_map_container .trip-informations .trip-info-text {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 15px;
}
.select_schedule__details_map_container .trip-informations li:last-child {
  margin-bottom: 0;
}
.select_schedule__details_map_container.open {
  max-height: initial;
}

@media (min-width: 768px) {
  .select_schedule__details_map {
    width: 100%;
  }
}
.select_schedule__details_map .details_map_border {
  width: calc(15% + 16px);
  height: 14px;
  margin: 2px 0;
}
.select_schedule__details_map .details_map_border.wait {
  border-right: 1px dashed #d3d3d3;
}
.select_schedule__details_map .details_map_border.straight {
  border-right: 1px solid #adaeae;
}
.select_schedule__details_map li {
  list-style-type: none !important;
  margin: 0 !important;
}
.select_schedule__details_map .details_map__item {
  zoom: 1;
}
.select_schedule__details_map .details_map__item:before, .select_schedule__details_map .details_map__item:after {
  content: "";
  display: table;
}
.select_schedule__details_map .details_map__item:after {
  clear: both;
}
.select_schedule__details_map .details_map__item {
  text-align: left;
  display: flex;
  align-items: center;
  position: relative;
  height: auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: normal;
}
.select_schedule__details_map .details_map__item:first-child {
  padding: 0 0 4px 0;
}
.select_schedule__details_map .details_map__item:first-child .details_map__stop {
  line-height: 1.1;
}
.select_schedule__details_map .details_map__item:first-child:after {
  content: "";
  height: 50%;
  width: 0;
  top: 50%;
  left: calc(15% + 15px);
  border-right: 1px solid #adaeae !important;
  position: absolute;
  z-index: 0;
  display: block;
}
.select_schedule__details_map .details_map__item:first-child .details_map__hour span.title {
  display: block;
}
.select_schedule__details_map .details_map__item:first-child .details_map__dot {
  background-color: #adadad;
}
.select_schedule__details_map .details_map__item:first-child .details_map__btn {
  position: relative;
  margin: 10px 0 2px calc(15% + 28px);
  margin-top: 10px;
  margin-left: calc(15% + 28px);
  text-align: center;
  font-size: 12px;
  color: #f04e5e;
  font-weight: 500;
  padding: 6px 5px 5px 18px;
  border-radius: 5px;
  z-index: 5;
  border: #f04e5e 1px solid;
  line-height: 1;
  display: block;
  height: 25px;
  cursor: pointer;
  font-weight: 600;
}
@media (min-width: 992px) {
  .select_schedule__details_map .details_map__item:first-child .details_map__btn {
    display: none;
  }
}
.select_schedule__details_map .details_map__item:first-child .details_map__btn:before {
  content: "\e906";
  font-size: 8px;
  color: #f04e5e;
  font-family: vtx-icomoon;
  float: left;
  transition: 0.5s all;
  transform: rotate(180deg);
  position: absolute;
  top: 8px;
  left: 6px;
}
.select_schedule__details_map .details_map__item:first-child .details_map__btn.flip:before {
  transform: rotate(0deg);
  transition: all 0.5s;
}
.select_schedule__details_map .details_map__item:last-child {
  padding: 4px 0 0 0;
}
.select_schedule__details_map .details_map__item:last-child .details_map__stop {
  line-height: 1.1;
}
.select_schedule__details_map .details_map__item:last-child .details_map__hour span.title {
  display: block;
}
.select_schedule__details_map .details_map__item:last-child .details_map__dot {
  background-color: #adadad;
}
.select_schedule__details_map .details_map__item:last-child:after {
  content: "";
  height: 50%;
  width: 0;
  top: 0;
  left: calc(15% + 15px);
  border-right: 1px solid #adaeae !important;
  position: absolute;
  z-index: 0;
  display: block;
}
.select_schedule__details_map .details_map__item:not(:first-child) .details_map__btn {
  display: none;
}
.select_schedule__details_map .details_map__item.transfer:not(.wait) {
  height: 45px;
}
.select_schedule__details_map .details_map__item.wait:before {
  content: "";
  height: 50%;
  width: 0;
  top: 0;
  left: calc(15% + 15px);
  border-right: 1px dashed #d3d3d3 !important;
  position: absolute;
  z-index: 0;
  display: block;
}
.select_schedule__details_map .details_map__item.wait:after {
  content: "";
  height: 50%;
  width: 0;
  top: 50%;
  left: calc(15% + 15px);
  border-right: 1px dashed #d3d3d3 !important;
  position: absolute;
  z-index: 0;
  display: block;
}
.select_schedule__details_map .details_map__item.wait .details_map__dot {
  height: 6px;
  width: 11px;
  border-top: 1px solid #1e51a4 !important;
  display: block;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  border-bottom: 1px solid #1e51a4 !important;
  border: none;
}
.select_schedule__details_map .details_map__item.wait .details_map__dot:before {
  display: none;
}
.select_schedule__details_map .details_map__item.wait .details_map__dot:after {
  display: none;
}
.select_schedule__details_map .details_map__item.wait .details_map__stop {
  font-size: 13px;
  font-weight: 400;
  color: #00415C;
  letter-spacing: 0;
  line-height: 1rem;
  font-style: italic;
  width: 70%;
}
.select_schedule__details_map .details_map__item.wait .details_map__stop span {
  color: #00415C;
  font-weight: 500;
}
.select_schedule__details_map .details_map__item.before_wait:before {
  content: "";
  height: 50%;
  width: 0;
  top: 0;
  left: calc(15% + 15px);
  border-right: 1px solid #adaeae !important;
  position: absolute;
  z-index: 0;
  display: block;
}
.select_schedule__details_map .details_map__item.before_wait:after {
  content: "";
  height: 50%;
  width: 0;
  top: 50%;
  left: calc(15% + 15px);
  border-right: 1px dashed #d3d3d3 !important;
  position: absolute;
  z-index: 0;
  display: block;
}
.select_schedule__details_map .details_map__item.after_wait:before {
  content: "";
  height: 50%;
  width: 0;
  top: 0;
  left: calc(15% + 15px);
  border-right: 1px dashed #d3d3d3 !important;
  position: absolute;
  z-index: 0;
  display: block;
}
.select_schedule__details_map .details_map__item.after_wait:after {
  content: "";
  height: 50%;
  width: 0;
  top: 50%;
  left: calc(15% + 15px);
  border-right: 1px solid #adaeae !important;
  position: absolute;
  z-index: 0;
  display: block;
}
.select_schedule__details_map .details_map__item > div {
  display: inline-block;
  vertical-align: middle;
}
.select_schedule__details_map .details_map__item .details_map__hour {
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.3;
  width: 15%;
  text-align: right;
  margin-right: 10px;
}
.select_schedule__details_map .details_map__item .details_map__hour span.time {
  color: #f04e5e;
  font-size: 0.9rem;
  display: block;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .select_schedule__details_map .details_map__item .details_map__hour span.time {
    font-size: 0.8rem;
  }
}
.select_schedule__details_map .details_map__item .details_map__hour span.title {
  display: none;
}
@media (max-width: 767.98px) {
  .select_schedule__details_map .details_map__item .details_map__hour span.title {
    font-size: 0.8rem;
  }
}
.select_schedule__details_map .details_map__item .details_map__transp {
  font-size: 12px;
  color: #4f5051;
  letter-spacing: 0;
  width: 30%;
}
@media (max-width: 991.98px) {
  .select_schedule__details_map .details_map__item .details_map__transp {
    width: 20%;
    font-size: 11px;
    display: flex;
    line-height: 1.5;
  }
}
.select_schedule__details_map .details_map__item .details_map__transp:before {
  content: "\e91c";
  font-family: "vtx-icomoon";
  font-size: 17px;
  color: #6BC9C5;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
@media (max-width: 991.98px) {
  .select_schedule__details_map .details_map__item .details_map__transp:before {
    font-size: 14px;
    margin-right: 5px;
  }
}
.select_schedule__details_map .details_map__item .details_map__transp.empty {
  width: 0%;
}
@media (max-width: 991.98px) {
  .select_schedule__details_map .details_map__item .details_map__transp.empty {
    width: 0%;
  }
}
.select_schedule__details_map .details_map__item .details_map__transp.empty:before {
  display: none;
}
.select_schedule__details_map .details_map__item .details_map__dot {
  height: 10px;
  width: 10px;
  border: 1px solid #adaeae;
  display: block;
  border-radius: 15px;
  background-color: #fff;
  position: relative;
  z-index: 100;
}
.select_schedule__details_map .details_map__item .details_map__dot.pause:before {
  content: "\e90c";
  border: none;
  background: none;
  font-size: 14px;
  height: 16px;
  width: 16px;
  display: inline-block;
  color: #00415C;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.select_schedule__details_map .details_map__item .details_map__stop {
  width: 45%;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1;
  text-align: left;
  word-break: keep-all;
  margin-left: 10px;
  margin-right: 5px;
  font-weight: 600;
  font-size: 0.9rem;
}
@media (max-width: 991.98px) {
  .select_schedule__details_map .details_map__item .details_map__stop {
    width: 50%;
  }
}
.select_schedule__details_map .details_map__item .details_map__stopdescription,
.select_schedule__details_map .details_map__item .details_map__stopaddress {
  font-weight: 400;
}
.select_schedule__details_map .details_map__allstops {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  list-style-type: none;
}
.select_schedule__details_map .details_map__allstops:after {
  content: "";
  height: 100%;
  width: 0;
  top: 0;
  left: calc(15% + 15px);
  border-right: 1px solid #adaeae !important;
  position: absolute;
  z-index: 0;
  display: block;
}
.select_schedule__details_map .details_map__allstops .details_map__allstops__show {
  width: 100%;
  padding: 7px 0 5px calc(15% + 28px);
  list-style-type: none;
  margin-bottom: 0;
  display: flex;
  flex-direction: inherit;
}
@media (max-width: 767.98px) {
  .select_schedule__details_map .details_map__allstops .details_map__allstops__show {
    padding: 10px 0 5px calc(15% + 28px);
  }
}
.select_schedule__details_map .details_map__allstops .details_map__allstops__show .details_map__allstops__show__btn {
  padding: 5px 10px 5px 20px;
  font-weight: 600;
  font-size: 0.8rem;
  display: inline-block;
  cursor: pointer;
  color: #82838b;
  background-color: rgba(235, 235, 235, 0.4588235294);
  line-height: 1;
  border-radius: 5px;
  position: relative;
  font-weight: 400;
}
.select_schedule__details_map .details_map__allstops .details_map__allstops__show .details_map__allstops__show__btn:before {
  content: "\e906";
  font-size: 8px;
  color: #82838b;
  font-family: vtx-icomoon;
  margin-right: 10px;
  float: left;
  transition: 0.5s all;
  transform: rotate(0deg);
  position: absolute;
  top: 8px;
  left: 6px;
}
.select_schedule__details_map .details_map__allstops .details_map__allstops__show .details_map__allstops__show__btn.flip:before {
  transform: rotate(180deg);
}
.select_schedule__details_map .details_map__allstops .details_map__allstops__show.stop-0 span {
  cursor: inherit;
}
.select_schedule__details_map .details_map__allstops .details_map__allstops__show.stop-0 span:before {
  display: none !important;
  content: "";
}
.select_schedule__details_map .details_map__allstops ul {
  display: none;
  padding: 0;
  margin: 0;
}
.select_schedule__details_map .details_map__allstops ul li {
  list-style-type: none !important;
  margin: 0 !important;
}
.select_schedule__details_map .details_map__allstops ul li.details_map__item {
  z-index: 10;
  position: relative;
  height: auto;
}
.select_schedule__details_map .details_map__allstops ul li.details_map__item.after_wait {
  margin-bottom: -5px;
}
.select_schedule__details_map .details_map__allstops ul li.details_map__item span {
  padding: 7px 0px 5px 12px;
  font-weight: 400;
  font-size: 0.8rem;
  display: inline-block;
  cursor: pointer;
  color: #82838b;
}
.select_schedule__details_map .details_map__allstops ul li.details_map__item .details_map__hour {
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.3;
  width: 15%;
  text-align: right;
  margin-right: 12px;
}
.select_schedule__details_map .details_map__allstops ul li.details_map__item .details_map__hour span.time {
  font-size: 0.75rem;
}
.select_schedule__details_map .details_map__allstops ul li.details_map__item .details_map__dot {
  height: 7px;
  width: 7px;
  border: 1px solid #adaeae;
  display: block;
  border-radius: 15px;
  background-color: #fff;
  position: relative;
}
.select_schedule__details_map .details_map__allstops ul li.details_map__item .details_map__dot:before {
  display: none;
}
.select_schedule__details_map .details_map__allstops ul li.details_map__item .details_map__dot:after {
  display: none;
}
.select_schedule__details_map .details_map__allstops ul li.details_map__item .details_map__stop {
  font-weight: initial;
  font-size: 0.85rem;
  color: #82838b;
}

@media (max-width: 991.98px) {
  body.client-guest .funnel_steps_filter__select.points {
    display: none !important;
  }
}

.funnel_steps {
  background-color: #00415C;
}
@media (min-width: 768px) {
  .funnel_steps {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    background-size: cover;
    background-position: center center;
  }
}
.funnel_steps.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #EAEBEE;
  z-index: 99;
}
.funnel_steps .container {
  display: flex;
  flex: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.funnel_steps .container .funnel_steps__wrapper {
  display: none;
}
@media (min-width: 768px) {
  .funnel_steps .container .funnel_steps__wrapper {
    width: 100%;
    counter-reset: funnel_steps_count;
    z-index: 0;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    margin: 20px 0 60px;
    background-color: #c2c3c6;
    padding: 0px 15%;
    height: 8px;
  }
}
.funnel_steps .container .funnel_steps__wrapper .funnel_steps__single {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  counter-increment: funnel_steps_count;
  margin-top: 20px;
}
.funnel_steps .container .funnel_steps__wrapper .funnel_steps__single:first-child .funnel_steps__bar {
  background: transparent;
  width: 1px;
}
.funnel_steps .container .funnel_steps__wrapper .funnel_steps__single:last-child .funnel_steps__bar:last-child {
  margin: 15px 0;
  background-color: #c2c3c6;
  height: 6px;
  width: 100%;
  position: relative;
  left: 0;
}
.funnel_steps .container .funnel_steps__wrapper .funnel_steps__single.active:first-child .funnel_steps__bar {
  margin: 15px 0;
  height: 6px;
  width: 100%;
  position: relative;
  left: 0;
}
.funnel_steps .container .funnel_steps__wrapper .funnel_steps__single.active .funnel_steps__step .funnel_steps__nbr {
  background: #00415C;
  color: white;
}
.funnel_steps .container .funnel_steps__wrapper .funnel_steps__single.active .funnel_steps__bar {
  background-color: #1e51a4;
}
.funnel_steps .container .funnel_steps__wrapper .funnel_steps__single .funnel_steps__step {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 36px;
}
.funnel_steps .container .funnel_steps__wrapper .funnel_steps__single .funnel_steps__step .funnel_steps__nbr {
  z-index: 1;
  top: 0;
  width: 36px;
  height: 36px;
  background: white;
  border-radius: 36px;
  color: #00415C;
  line-height: 36px;
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0;
}
.funnel_steps .container .funnel_steps__wrapper .funnel_steps__single .funnel_steps__step .funnel_steps__nbr:before {
  content: counter(funnel_steps_count);
}
.funnel_steps .container .funnel_steps__wrapper .funnel_steps__single .funnel_steps__step .funnel_steps__txt {
  margin-top: 6px;
  display: inline-block;
  position: relative;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: white;
  letter-spacing: 0;
  line-height: 24px;
  text-transform: uppercase;
}
.funnel_steps .container .funnel_steps__wrapper .funnel_steps__single .funnel_steps__bar {
  margin: 15px 0;
  background-color: #C2C3C6;
  height: 6px;
  width: 100%;
  position: relative;
  left: 0;
}
@media (max-width: 767.98px) {
  .funnel_steps .container .funnel_steps_informations {
    margin: 15px 0 40px;
  }
}
.funnel_steps .container .funnel_steps_informations {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.funnel_steps .container .funnel_steps_informations h1 {
  font-weight: 600;
  font-size: 2rem;
}
@media (max-width: 767.98px) {
  .funnel_steps .container .funnel_steps_informations h1 {
    font-size: 1.625rem;
    line-height: 1;
    margin-right: 15px;
  }
}
@media (max-width: 767.98px) {
  .funnel_steps .funnel_steps__login {
    font-size: 13px;
    width: 185px;
    padding: 18px 10px 18px 50px;
    background-size: 30px;
    background-position: 10px center;
  }
}
.funnel_steps .funnel_steps__login {
  background-color: white;
  background-image: url(../images/icon-account-user.png);
  width: 230px;
  padding: 18px 5px 18px 65px;
  border-radius: 5px;
  text-align: left;
  font-size: 16px;
  line-height: 1em;
  margin: 0;
  background-repeat: no-repeat;
  background-position: 15px center;
}
.funnel_steps .funnel_steps__login .icon-account-user {
  width: 24px;
  height: 24px;
}
.funnel_steps .funnel_steps__login .icon-account {
  width: 30px;
  height: 30px;
  float: left;
  margin: 0px 15px 0px 0;
}
.funnel_steps .funnel_steps__login span {
  text-decoration: none;
  color: #6BC9C5;
  font-weight: 800;
  font-size: 0.85em;
}
.funnel_steps .funnel_steps__login strong {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #6BC9C5;
}
.funnel_steps .funnel_steps__bon-point-counter {
  background-color: #6BC9C5;
  padding: 24px 20px;
  border-radius: 5px;
  text-align: left;
  font-size: 16px;
  line-height: 1em;
  margin: 0;
  background-repeat: no-repeat;
  background-position: 15px center;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  background-image: url(../images/billetterie/img-bg-bonspoints.png);
  background-size: 40% 100%;
  background-position: right;
}
@media (max-width: 767.98px) {
  .funnel_steps .funnel_steps__bon-point-counter {
    font-size: 12px;
    padding: 16px 12px;
  }
}
.funnel_steps .funnel_steps__bon-point-counter .title {
  width: 75%;
  color: white;
  font-weight: 600;
}
.funnel_steps .funnel_steps__bon-point-counter .title span {
  color: #FCEE4A;
  display: block;
}
.funnel_steps .funnel_steps__bon-point-counter .points {
  color: #fcee4a;
  width: 25%;
  text-align: right;
  font-weight: 800;
  align-self: center;
}
.funnel_steps .funnel_steps__bon-point-counter .bar {
  width: 100%;
  display: block;
  background-color: white;
  height: 5px;
  border-radius: 3px;
  margin: 10px 0 0 0;
}
.funnel_steps .funnel_steps__bon-point-counter .bar span {
  height: 100%;
  background-color: #fcee4a;
  width: 70%;
  border-radius: 3px;
  display: block;
}

.stepCheck-s2 .funnel_steps {
  padding-bottom: 0;
}

#select_schedule_datas_render {
  background-color: #ececec;
}
@media (max-width: 767.98px) {
  #select_schedule_datas_render {
    padding: 0 !important;
  }
}
@media (min-width: 768px) {
  #select_schedule_datas_render > .container.sticky {
    position: fixed;
    max-width: 100%;
    top: 0;
    z-index: 99;
    width: 100%;
    background: #ececec;
    padding: 0;
  }
  #select_schedule_datas_render > .container.sticky .row {
    max-width: 1170px;
    margin: 0 auto;
  }
}

.select_schedule__datas_container {
  background-color: #ececec;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .select_schedule__datas_container {
    padding-bottom: 96px;
  }
}
.select_schedule__datas_container .select_schedule_sticky {
  padding: 20px 0 !important;
}
.select_schedule__datas_container .select_schedule_sticky .funnel_steps_filter__wrapper {
  display: flex;
  align-items: center;
  min-height: 70px;
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container .select_schedule_sticky .funnel_steps_filter__wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
.select_schedule__datas_container .select_schedule_sticky .funnel_steps_filter__wrapper .funnel_steps_filter__title {
  width: 15%;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container .select_schedule_sticky .funnel_steps_filter__wrapper .funnel_steps_filter__title {
    width: 100%;
    font-size: 16px;
    order: 1;
    width: 50%;
  }
}
.select_schedule__datas_container .select_schedule_sticky .funnel_steps_filter__wrapper .funnel_steps_filter__selects {
  display: flex;
  width: 85%;
  background-color: white;
  padding: 10px 0;
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container .select_schedule_sticky .funnel_steps_filter__wrapper .funnel_steps_filter__selects {
    background-color: transparent;
    width: 100%;
    margin-top: 10px;
    padding: 0px;
    justify-content: space-around;
    order: 3;
  }
}
.select_schedule__datas_container .select_schedule_sticky .funnel_steps_filter__wrapper .funnel_steps_filter__selects .separator {
  width: 1px;
  height: auto;
  background-color: #d2d1d1;
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container .select_schedule_sticky .funnel_steps_filter__wrapper .funnel_steps_filter__selects .separator {
    display: none;
  }
}
.select_schedule__datas_container .select_schedule_sticky .funnel_steps_filter__wrapper .funnel_steps_filter__selects .funnel_steps_filter__select {
  width: calc(25% - 1px);
  background-color: white;
  border-radius: 5px;
  display: flex;
  align-items: center;
  min-height: 55px;
  padding: 5px 20px;
  flex-flow: wrap;
  margin: 0 10px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container .select_schedule_sticky .funnel_steps_filter__wrapper .funnel_steps_filter__selects .funnel_steps_filter__select {
    margin: 0px;
    height: 90px;
    width: 105px;
    box-shadow: 2px 0px 15px #dadada;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    position: relative;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .select_schedule__datas_container .select_schedule_sticky .funnel_steps_filter__wrapper .funnel_steps_filter__selects .funnel_steps_filter__select:hover {
    background-color: #d9e5e9;
    background-repeat: no-repeat;
    background-position: 95% center;
  }
}
.select_schedule__datas_container .select_schedule_sticky .funnel_steps_filter__wrapper .funnel_steps_filter__selects .funnel_steps_filter__select.active {
  background-color: #00415C;
  color: white;
}
@media (min-width: 768px) {
  .select_schedule__datas_container .select_schedule_sticky .funnel_steps_filter__wrapper .funnel_steps_filter__selects .funnel_steps_filter__select.active {
    background-image: url(../images/billetterie/img-icon-valide.png);
    background-repeat: no-repeat;
    background-position: 95% center;
  }
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container .select_schedule_sticky .funnel_steps_filter__wrapper .funnel_steps_filter__selects .funnel_steps_filter__select.active:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-top: solid 10px #00415C;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
  }
}
.select_schedule__datas_container .select_schedule_sticky .funnel_steps_filter__wrapper .funnel_steps_filter__selects .funnel_steps_filter__select.active span,
.select_schedule__datas_container .select_schedule_sticky .funnel_steps_filter__wrapper .funnel_steps_filter__selects .funnel_steps_filter__select.active span.title,
.select_schedule__datas_container .select_schedule_sticky .funnel_steps_filter__wrapper .funnel_steps_filter__selects .funnel_steps_filter__select.active span.price_before,
.select_schedule__datas_container .select_schedule_sticky .funnel_steps_filter__wrapper .funnel_steps_filter__selects .funnel_steps_filter__select.active span.price,
.select_schedule__datas_container .select_schedule_sticky .funnel_steps_filter__wrapper .funnel_steps_filter__selects .funnel_steps_filter__select.active i {
  color: white !important;
}
.select_schedule__datas_container .select_schedule_sticky .funnel_steps_filter__wrapper .funnel_steps_filter__selects .funnel_steps_filter__select.all {
  justify-content: space-between;
}
.select_schedule__datas_container .select_schedule_sticky .funnel_steps_filter__wrapper .funnel_steps_filter__selects .funnel_steps_filter__select.all span {
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container .select_schedule_sticky .funnel_steps_filter__wrapper .funnel_steps_filter__selects .funnel_steps_filter__select.all {
    display: none;
  }
}
.select_schedule__datas_container .select_schedule_sticky .funnel_steps_filter__wrapper .funnel_steps_filter__selects .funnel_steps_filter__select.promo span.title {
  color: #8BC349;
}
.select_schedule__datas_container .select_schedule_sticky .funnel_steps_filter__wrapper .funnel_steps_filter__selects .funnel_steps_filter__select.flex span.title {
  color: #1e51a4;
}
.select_schedule__datas_container .select_schedule_sticky .funnel_steps_filter__wrapper .funnel_steps_filter__selects .funnel_steps_filter__select.points {
  background-image: url(../images/billetterie/img-ban-bonspoints-filter.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #6BC9C5;
  background-color: #009bad;
  background-size: contain;
  filter: opacity(20%);
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container .select_schedule_sticky .funnel_steps_filter__wrapper .funnel_steps_filter__selects .funnel_steps_filter__select.points {
    background-image: url(../images/billetterie/img-ban-bonspoints-filter-mobile.png);
  }
}
@media (min-width: 768px) {
  .select_schedule__datas_container .select_schedule_sticky .funnel_steps_filter__wrapper .funnel_steps_filter__selects .funnel_steps_filter__select.points {
    background-size: cover;
  }
  .select_schedule__datas_container .select_schedule_sticky .funnel_steps_filter__wrapper .funnel_steps_filter__selects .funnel_steps_filter__select.points:hover {
    filter: opacity(100%);
  }
  .select_schedule__datas_container .select_schedule_sticky .funnel_steps_filter__wrapper .funnel_steps_filter__selects .funnel_steps_filter__select.points:hover:after {
    content: none;
  }
}
@media (min-width: 992px) {
  .select_schedule__datas_container .select_schedule_sticky .funnel_steps_filter__wrapper .funnel_steps_filter__selects .funnel_steps_filter__select.points {
    background-size: 85%;
  }
}
.select_schedule__datas_container .select_schedule_sticky .funnel_steps_filter__wrapper .funnel_steps_filter__selects .funnel_steps_filter__select.points.active {
  filter: opacity(100%);
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container .select_schedule_sticky .funnel_steps_filter__wrapper .funnel_steps_filter__selects .funnel_steps_filter__select.points.active:after {
    content: none;
  }
}
.select_schedule__datas_container .select_schedule_sticky .funnel_steps_filter__wrapper .funnel_steps_filter__selects .funnel_steps_filter__select.disconnected {
  filter: opacity(25%);
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container .select_schedule_sticky .funnel_steps_filter__wrapper .funnel_steps_filter__selects .funnel_steps_filter__select.not-available:after, .select_schedule__datas_container .select_schedule_sticky .funnel_steps_filter__wrapper .funnel_steps_filter__selects .funnel_steps_filter__select.not-available:hover:after {
    content: none !important;
  }
}
.select_schedule__datas_container .select_schedule_sticky .funnel_steps_filter__wrapper .funnel_steps_filter__selects .funnel_steps_filter__select.not-available, .select_schedule__datas_container .select_schedule_sticky .funnel_steps_filter__wrapper .funnel_steps_filter__selects .funnel_steps_filter__select.not-available:hover {
  opacity: 0.8;
  background-color: #f8f8f8 !important;
  background-image: none !important;
  cursor: default !important;
}
.select_schedule__datas_container .select_schedule_sticky .funnel_steps_filter__wrapper .funnel_steps_filter__selects .funnel_steps_filter__select.not-available span, .select_schedule__datas_container .select_schedule_sticky .funnel_steps_filter__wrapper .funnel_steps_filter__selects .funnel_steps_filter__select.not-available:hover span {
  color: #dcdcdc !important;
}
.select_schedule__datas_container .select_schedule_sticky .funnel_steps_filter__wrapper .funnel_steps_filter__selects .funnel_steps_filter__select span.title {
  font-weight: 700;
  display: block;
  font-size: 16px;
  width: 100%;
}
.select_schedule__datas_container .select_schedule_sticky .funnel_steps_filter__wrapper .funnel_steps_filter__selects .funnel_steps_filter__select span.price_before {
  color: #757575;
}
.select_schedule__datas_container .select_schedule_sticky .funnel_steps_filter__wrapper .funnel_steps_filter__selects .funnel_steps_filter__select span.price {
  color: #3b3c3f;
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .select_schedule__datas_container .select_schedule_sticky .funnel_steps_filter__wrapper .funnel_steps_filter__selects .funnel_steps_filter__select span.price {
    margin-left: 0.3em;
  }
}
.select_schedule__datas_container .select_schedule_sticky .funnel_steps_filter__wrapper i.vtx-icon-information-mark {
  width: 5%;
  font-size: 28px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container .select_schedule_sticky .funnel_steps_filter__wrapper i.vtx-icon-information-mark {
    order: 2;
    width: 49%;
    text-align: right;
  }
}
.select_schedule__datas_container .more-information-promo-code,
.select_schedule__datas_container .more-information-bon-point,
.select_schedule__datas_container .day-capacity-warning,
.select_schedule__datas_container .funnel_outbound_empty {
  margin: 15px auto;
  text-align: center;
  background-color: #D9D9D9;
  padding: 15px;
  display: block;
  width: 500px;
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container .more-information-promo-code,
  .select_schedule__datas_container .more-information-bon-point,
  .select_schedule__datas_container .day-capacity-warning,
  .select_schedule__datas_container .funnel_outbound_empty {
    width: 90%;
    margin: 0 auto;
    font-size: 0.755rem;
  }
}
.select_schedule__datas_container .more-information-promo-code.switched_date,
.select_schedule__datas_container .more-information-bon-point.switched_date,
.select_schedule__datas_container .day-capacity-warning.switched_date,
.select_schedule__datas_container .funnel_outbound_empty.switched_date {
  margin-bottom: 30px;
  margin-top: 0;
}
.select_schedule__datas_container .more-information-promo-code i.vtx-icon-information-mark::before,
.select_schedule__datas_container .more-information-bon-point i.vtx-icon-information-mark::before,
.select_schedule__datas_container .day-capacity-warning i.vtx-icon-information-mark::before,
.select_schedule__datas_container .funnel_outbound_empty i.vtx-icon-information-mark::before {
  font-size: 16px;
}
.select_schedule__datas_container .more-information-promo-code {
  border: 2px solid #1e51a4;
  background-color: #ECECEC;
}
.select_schedule__datas_container .more-information-promo-code__row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-top: 15px;
}
.select_schedule__datas_container .more-information-promo-code__row:first-child {
  margin-top: 0;
}
.select_schedule__datas_container .more-information-promo-code__row > :first-child {
  margin-top: 0;
}
.select_schedule__datas_container .more-information-promo-code__row > :last-child {
  margin-bottom: 0;
}
.select_schedule__datas_container .more-information-promo-code__code-wrapper {
  display: inline-block;
  position: relative;
  margin-right: 2px;
}
.select_schedule__datas_container .more-information-promo-code__code-wrapper::before, .select_schedule__datas_container .more-information-promo-code__code-wrapper::after {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  z-index: 1;
  top: calc(50% - 8px);
  height: 16px;
  width: 16px;
  border-radius: 16px;
  background-color: #ECECEC;
}
.select_schedule__datas_container .more-information-promo-code__code-wrapper::before {
  left: -8px;
}
.select_schedule__datas_container .more-information-promo-code__code-wrapper::after {
  right: -8px;
}
.select_schedule__datas_container .more-information-promo-code__code {
  position: relative;
  z-index: 0;
  padding: 8px 14px 6px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  color: white;
  background: #1e51a4;
}
.select_schedule__datas_container .more-information-promo-code__text-wrapper {
  text-align: left;
}
.select_schedule__datas_container .more-information-promo-code__text-wrapper p {
  margin: 2px;
}
.select_schedule__datas_container .more-information-promo-code__text-wrapper :first-child {
  margin-top: 0;
}
.select_schedule__datas_container .more-information-promo-code__text-wrapper :last-child {
  margin-bottom: 0;
}
.select_schedule__datas_container .more-information-promo-code__description {
  margin: 4px 0 0;
  font-style: italic;
  font-size: 13px;
  line-height: 1.2;
  color: #00415C;
}
@media (min-width: 768px) {
  .select_schedule__datas_container .select_schedule__head.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    margin: 0 auto 0;
    background: white;
    max-width: none;
    padding: 0px 30px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  }
  .select_schedule__datas_container .select_schedule__head.sticky > .row {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .select_schedule__datas_container .select_schedule__head.sticky .select_schedule__head_table .promo {
    padding: 22px 0 0 0;
  }
}
.select_schedule__datas_container .select_schedule__head .select_schedule__head_table .title {
  text-align: center;
  padding: 24px 0;
}
@media (min-width: 768px) {
  .select_schedule__datas_container .select_schedule__head .select_schedule__head_table .title {
    text-align: left;
    padding: 36px 0;
  }
}
.select_schedule__datas_container .select_schedule__head .select_schedule__head_table .title h1 {
  color: #82838b;
}
.select_schedule__datas_container .select_schedule__head .select_schedule__head_table .promo {
  display: none;
}
@media (min-width: 768px) {
  .select_schedule__datas_container .select_schedule__head .select_schedule__head_table .promo {
    width: 33%;
    padding: 36px 25px 0 0;
    display: table-cell;
  }
}
.select_schedule__datas_container .select_schedule__head .select_schedule__head_table .promo .select_schedule__selectprice {
  display: inline-block;
  vertical-align: middle;
  width: 33.333333333%;
  margin-left: -4px;
  text-align: center;
  padding-left: 24px;
}
.select_schedule__datas_container .select_schedule__head .select_schedule__head_table .promo .select_schedule__selectprice.select_schedule__promo .promo-title span {
  color: #8BC349;
}
.select_schedule__datas_container .select_schedule__head .select_schedule__head_table .promo .select_schedule__selectprice.select_schedule__flex .promo-title span {
  color: #1e51a4;
}
.select_schedule__datas_container .select_schedule__head .select_schedule__head_table .promo .select_schedule__selectprice .promo-title {
  display: block;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
}
.select_schedule__datas_container .select_schedule__head .select_schedule__head_table .promo .select_schedule__selectprice .promo-title i {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.select_schedule__datas_container .select_schedule__head .select_schedule__head_table .promo .select_schedule__selectprice .promo-title span {
  display: inline-block;
  vertical-align: middle;
}
.select_schedule__datas_container .select_schedule__head .select_schedule__head_table .promo .select_schedule__selectprice .promo-description {
  font-style: italic;
  font-size: 12px;
  color: #82838b;
  letter-spacing: 0;
  line-height: 14px;
}
.select_schedule__datas_container ul.tables-destination li.tables-destination-row {
  margin-bottom: 40px;
  margin-top: 10px;
  z-index: 2;
  box-shadow: none;
  display: none;
  position: relative;
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination li.tables-destination-row {
    width: 100%;
    margin: 0 auto 25px;
    background-color: white;
  }
}
.select_schedule__datas_container ul.tables-destination li.tables-destination-row.golden-ticket::before {
  content: url(../images/billetterie/img-special-ticket-christmas.png);
  display: block;
  position: absolute;
  z-index: 101;
  top: -16px;
  left: -1px;
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination li.tables-destination-row.golden-ticket::before {
    top: -6px;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row.itinerary-selected .tables-destination-information {
  background-color: white;
  box-shadow: 0px 0 4px #d6d6d6;
  margin-top: 0px;
  background-position: 10px 10px;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row.itinerary-selected .information-price-mobile {
  display: none !important;
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row.itinerary-selected .information-price {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row.itinerary-selected .information-price .select_schedule__modify_details {
    display: flex;
    align-items: center;
    box-shadow: 1px 0 4px #d6d6d6;
    width: calc(100% - 10px);
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row.itinerary-selected .information-price .select_schedule__modify_details_btn {
  width: 100%;
  margin-top: 0;
  max-height: inherit;
  overflow-y: visible !important;
  padding: 20px 0 0 !important;
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row.itinerary-selected[data-selected-ticket-type=flex] .information-price .select_schedule__selectprice_wrapper.flex {
    padding: 10px 20px;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row.itinerary-selected[data-selected-ticket-type=flex] .information-price .select_schedule__selectprice_wrapper.flex {
  padding: 55px 50px 10px;
  display: block;
  height: auto;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row.itinerary-selected[data-selected-ticket-type=promo] .information-price .select_schedule__selectprice_wrapper.promo {
  padding: 55px 50px 10px;
  display: block;
  height: auto;
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row.itinerary-selected[data-selected-ticket-type=promo] .information-price .select_schedule__selectprice_wrapper.promo {
    padding: 10px 20px;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row.itinerary-selected[data-selected-ticket-type=bon-point] .tables-destination-information {
  background-color: #6BC9C5;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row.itinerary-selected[data-selected-ticket-type=bon-point] .tables-destination-information .information-price .select_schedule__selectprice_wrapper.bon-point {
  padding: 55px 50px 10px;
  display: block;
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row.itinerary-selected[data-selected-ticket-type=bon-point] .tables-destination-information .information-price .select_schedule__selectprice_wrapper.bon-point {
    padding: 10px 20px;
  }
}
@media (min-width: 768px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row.itinerary-selected[data-selected-ticket-type=bon-point] .tables-destination-information .information-price .select_schedule__selectprice_wrapper.bon-point {
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row.itinerary-selected[data-selected-ticket-type=bon-point] .promo {
    order: 2;
  }
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row.itinerary-selected[data-selected-ticket-type=bon-point] .flex {
    order: 4;
  }
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row.itinerary-selected[data-selected-ticket-type=bon-point] .bonPoints {
    order: 6;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row.itinerary-selected .information-price-mobile {
  display: flex;
  flex-flow: column;
}
@media (min-width: 768px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row.itinerary-selected .information-price-mobile {
    display: none;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row.itinerary-selected .information-price-mobile > div {
  display: flex;
  flex-direction: row;
  height: 50px;
  padding: 15px;
  align-items: center;
  justify-content: space-between;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row.itinerary-selected .information-price-mobile > div:first-child {
  border-bottom: 1px dashed #e2e2e2;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row.itinerary-selected .information-price-mobile > div:last-child {
  border-top: 1px dashed #e2e2e2;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row.itinerary-selected .information-price-mobile > div .text {
  font-size: 12px;
  font-style: italic;
  color: #b7b7b7;
  width: 60%;
  line-height: 1em;
  display: flex;
  flex-wrap: wrap;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row.itinerary-selected .information-price-mobile > div .text span.text-points {
  font-weight: bold;
  font-style: initial;
  color: #009CAE;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row.itinerary-selected .information-price-mobile > div .text span.text-bonPoints {
  font-weight: bold;
  font-style: initial;
  color: #005A76;
  margin-left: 5px;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row.itinerary-selected .information-price-mobile > div .title {
  font-weight: bold;
  font-size: 15px;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row.itinerary-selected .information-price-mobile > div .price {
  font-weight: bold;
  font-size: 15px;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row.itinerary-selected .information-price-mobile .promo .title {
  color: #8cc447;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row.itinerary-selected .information-price-mobile .flex .title {
  color: #1e51a4;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row.itinerary-selected .information-price-mobile .bonPoints {
  background-color: #009CAE;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row.itinerary-selected .information-price-mobile .bonPoints .text {
  color: #fff;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row.itinerary-selected .information-price-mobile .bonPoints .text span.text-points {
  font-weight: initial;
  font-style: initial;
  color: #fff;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row.itinerary-selected .information-price-mobile .bonPoints .text span.text-bonPoints {
  font-weight: bold;
  font-style: initial;
  color: #FFF200;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row.itinerary-selected .information-price-mobile .bonPoints .price {
  color: #FFF200;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row.itinerary-selected .information-schedule {
  margin: 0 !important;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row.itinerary-selected .select_schedule__details_map_container__openDetails {
  display: none;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row.itinerary-selected .select_schedule__details_map_container {
  padding: 55px 0px 55px 40px;
  background-color: white;
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row.itinerary-selected .select_schedule__details_map_container {
    padding: 30px 18px 15px;
    max-height: initial;
  }
}
@media (min-width: 768px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row.itinerary-selected .select_schedule__details_map_container {
    margin-top: -10px;
    max-height: inherit;
    width: calc(100% + 1px);
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row.itinerary-selected .select_schedule__shortMessage {
  padding-top: 0;
}
.select_schedule__datas_container ul.tables-destination.show-all li.tables-destination-row {
  display: block;
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.show-all li.tables-destination-row .tables-destination-information .information-price-mobile .ticket-notch:first-child {
    display: none !important;
  }
  .select_schedule__datas_container ul.tables-destination.show-all li.tables-destination-row .tables-destination-information .information-price-mobile .bon-point {
    padding: 25px !important;
  }
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.show-promo li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper.flex,
  .select_schedule__datas_container ul.tables-destination.show-promo li.tables-destination-row .tables-destination-information .information-price .css-col.flex,
  .select_schedule__datas_container ul.tables-destination.show-promo li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper.bon-point,
  .select_schedule__datas_container ul.tables-destination.show-promo li.tables-destination-row .tables-destination-information .information-price .css-col.bon-point {
    display: none !important;
  }
  .select_schedule__datas_container ul.tables-destination.show-promo li.tables-destination-row .tables-destination-information .information-price-mobile .flex,
  .select_schedule__datas_container ul.tables-destination.show-promo li.tables-destination-row .tables-destination-information .information-price-mobile .bon-point,
  .select_schedule__datas_container ul.tables-destination.show-promo li.tables-destination-row .tables-destination-information .information-price-mobile .ticket-notch:not(:first-child) {
    display: none !important;
  }
}
.select_schedule__datas_container ul.tables-destination.show-promo li.tables-destination-row.has-promo {
  display: block;
}
@media (min-width: 768px) {
  .select_schedule__datas_container ul.tables-destination.show-promo li.tables-destination-row.has-promo .not-available,
  .select_schedule__datas_container ul.tables-destination.show-promo li.tables-destination-row.has-promo .flex {
    background-color: white !important;
  }
  .select_schedule__datas_container ul.tables-destination.show-promo li.tables-destination-row.has-promo .not-available span,
  .select_schedule__datas_container ul.tables-destination.show-promo li.tables-destination-row.has-promo .not-available label,
  .select_schedule__datas_container ul.tables-destination.show-promo li.tables-destination-row.has-promo .not-available input,
  .select_schedule__datas_container ul.tables-destination.show-promo li.tables-destination-row.has-promo .flex span,
  .select_schedule__datas_container ul.tables-destination.show-promo li.tables-destination-row.has-promo .flex label,
  .select_schedule__datas_container ul.tables-destination.show-promo li.tables-destination-row.has-promo .flex input {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.show-flex li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper.promo,
  .select_schedule__datas_container ul.tables-destination.show-flex li.tables-destination-row .tables-destination-information .information-price .css-col.promo,
  .select_schedule__datas_container ul.tables-destination.show-flex li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper.bon-point,
  .select_schedule__datas_container ul.tables-destination.show-flex li.tables-destination-row .tables-destination-information .information-price .css-col.bon-point {
    display: none !important;
  }
  .select_schedule__datas_container ul.tables-destination.show-flex li.tables-destination-row .tables-destination-information .information-price-mobile .promo,
  .select_schedule__datas_container ul.tables-destination.show-flex li.tables-destination-row .tables-destination-information .information-price-mobile .bon-point,
  .select_schedule__datas_container ul.tables-destination.show-flex li.tables-destination-row .tables-destination-information .information-price-mobile .ticket-notch:nth-child(n+2) {
    display: none !important;
  }
}
.select_schedule__datas_container ul.tables-destination.show-flex li.tables-destination-row.has-flex {
  display: block;
}
@media (min-width: 768px) {
  .select_schedule__datas_container ul.tables-destination.show-flex li.tables-destination-row.has-flex:not(.has-promo) .information-price::before {
    content: url(../images/billetterie/img-border-ticket-left.svg) !important;
  }
}
@media (min-width: 768px) {
  .select_schedule__datas_container ul.tables-destination.show-flex li.tables-destination-row.has-flex .not-available,
  .select_schedule__datas_container ul.tables-destination.show-flex li.tables-destination-row.has-flex .promo {
    background-color: white !important;
  }
  .select_schedule__datas_container ul.tables-destination.show-flex li.tables-destination-row.has-flex .not-available span,
  .select_schedule__datas_container ul.tables-destination.show-flex li.tables-destination-row.has-flex .not-available label,
  .select_schedule__datas_container ul.tables-destination.show-flex li.tables-destination-row.has-flex .not-available input,
  .select_schedule__datas_container ul.tables-destination.show-flex li.tables-destination-row.has-flex .promo span,
  .select_schedule__datas_container ul.tables-destination.show-flex li.tables-destination-row.has-flex .promo label,
  .select_schedule__datas_container ul.tables-destination.show-flex li.tables-destination-row.has-flex .promo input {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.show-bon-point li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper.flex,
  .select_schedule__datas_container ul.tables-destination.show-bon-point li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper.promo,
  .select_schedule__datas_container ul.tables-destination.show-bon-point li.tables-destination-row .tables-destination-information .information-price .css-col.flex,
  .select_schedule__datas_container ul.tables-destination.show-bon-point li.tables-destination-row .tables-destination-information .information-price .css-col.promo {
    display: none !important;
  }
  .select_schedule__datas_container ul.tables-destination.show-bon-point li.tables-destination-row .tables-destination-information .information-price-mobile .bon-point {
    margin-top: 11px !important;
  }
  .select_schedule__datas_container ul.tables-destination.show-bon-point li.tables-destination-row .tables-destination-information .information-price-mobile .promo,
  .select_schedule__datas_container ul.tables-destination.show-bon-point li.tables-destination-row .tables-destination-information .information-price-mobile .flex,
  .select_schedule__datas_container ul.tables-destination.show-bon-point li.tables-destination-row .tables-destination-information .information-price-mobile .ticket-notch:not(:first-child):not(:last-child) {
    display: none !important;
  }
}
.select_schedule__datas_container ul.tables-destination.show-bon-point li.tables-destination-row.has-bon-point {
  display: block;
}
@media (min-width: 768px) {
  .select_schedule__datas_container ul.tables-destination.show-bon-point li.tables-destination-row.has-bon-point:not(.has-promo) .information-price::before {
    content: url(../images/billetterie/img-border-ticket-left.svg) !important;
  }
}
@media (min-width: 768px) {
  .select_schedule__datas_container ul.tables-destination.show-bon-point li.tables-destination-row.has-bon-point .not-available,
  .select_schedule__datas_container ul.tables-destination.show-bon-point li.tables-destination-row.has-bon-point .flex,
  .select_schedule__datas_container ul.tables-destination.show-bon-point li.tables-destination-row.has-bon-point .promo {
    background-color: white !important;
  }
  .select_schedule__datas_container ul.tables-destination.show-bon-point li.tables-destination-row.has-bon-point .not-available span,
  .select_schedule__datas_container ul.tables-destination.show-bon-point li.tables-destination-row.has-bon-point .not-available label,
  .select_schedule__datas_container ul.tables-destination.show-bon-point li.tables-destination-row.has-bon-point .not-available input,
  .select_schedule__datas_container ul.tables-destination.show-bon-point li.tables-destination-row.has-bon-point .flex span,
  .select_schedule__datas_container ul.tables-destination.show-bon-point li.tables-destination-row.has-bon-point .flex label,
  .select_schedule__datas_container ul.tables-destination.show-bon-point li.tables-destination-row.has-bon-point .flex input,
  .select_schedule__datas_container ul.tables-destination.show-bon-point li.tables-destination-row.has-bon-point .promo span,
  .select_schedule__datas_container ul.tables-destination.show-bon-point li.tables-destination-row.has-bon-point .promo label,
  .select_schedule__datas_container ul.tables-destination.show-bon-point li.tables-destination-row.has-bon-point .promo input {
    display: none !important;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row.already-open .tables-destination-information .information-price .select_schedule__selectprice_wrapper {
  transition-duration: 0s;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row.warning .information-schedule::before {
  background-color: #e98c00 !important;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row.unavailable .information-schedule::before {
  background-color: #d33d32 !important;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row.unavailable .select_schedule__details_map_container__openDetails {
  display: none;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row.unavailable .information-price .css-col.promo,
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row.unavailable .information-price .css-col.flex {
  justify-content: flex-start;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row.unavailable .information-price-mobile {
  background: #f8f8f8;
  margin-top: -28px;
}
@media (min-width: 768px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row:not(.has-promo) .information-price::before {
    content: url(../images/billetterie/img-border-ticket-left-not-available.svg) !important;
  }
}
@media (min-width: 768px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row:not(.selectable-itinerary) .information-price::before {
    content: url(../images/billetterie/img-border-ticket-left-not-available.svg) !important;
  }
}
@media (min-width: 768px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row:not(.selectable-itinerary) .information-price .css-col {
    background-color: #f8f8f8 !important;
  }
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row:not(.selectable-itinerary) .information-price .css-col span {
    color: #dcdcdc !important;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information {
  cursor: default;
  flex-direction: row;
  display: flex;
  padding: 0;
  line-height: 1em;
  min-height: 80px;
  background-color: white;
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information {
    flex-direction: column;
    align-items: initial;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-travel {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-travel {
    width: 50%;
    margin-top: -10px;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-travel {
  zoom: 1;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-travel:before, .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-travel:after {
  content: "";
  display: table;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-travel:after {
  clear: both;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-travel .information-schedule {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: white;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  height: 100px;
  z-index: 100;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-travel .information-schedule {
    background-color: transparent;
    box-shadow: none;
    margin-bottom: -10px;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-travel .information-schedule::before {
  content: "";
  height: 46px;
  width: 4px;
  display: block;
  background-color: #32d36a;
  border-radius: 0 5px 5px 0;
  left: 0px;
  position: absolute;
  top: 18px;
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-travel .information-schedule::before {
    top: -8px;
    position: relative;
    height: 42px;
  }
}
@media (min-width: 768px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-travel .information-schedule::after {
    content: url(../images/billetterie/img-border-ticket-right.svg);
    height: 100px;
    width: 10px;
    margin-left: -1px;
    display: block;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-travel .information-schedule .css-col {
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 12px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-travel .information-schedule .css-col {
    float: none;
    margin-left: 0;
    display: table-cell;
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: white;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-travel .information-schedule .css-col.transport {
  display: none;
}
@media (min-width: 768px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-travel .information-schedule .css-col.transport {
    flex: 1 1 auto;
    display: table-cell;
  }
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-travel .information-schedule .css-col.destination {
    width: calc(33.33% - 2px);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-self: flex-start;
  }
}
@media (min-width: 768px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-travel .information-schedule .css-col.destination {
    flex: 1 1 auto;
    padding: 15px 0 25px 20px;
    box-shadow: 4px 0 4px #D9D9D9;
    height: 100px;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    width: 33.33%;
  }
}
@media (min-width: 1200px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-travel .information-schedule .css-col.destination {
    padding: 25px 0 25px 40px;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-travel .information-schedule .css-col.destination .time {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 800;
}
@media (min-width: 768px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-travel .information-schedule .css-col.destination .time {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 34px;
    display: block;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-travel .information-schedule .css-col.destination .city {
  margin: 0;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0;
  text-overflow: ellipsis;
  vertical-align: top;
  color: #9798A0;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-travel .information-schedule .css-col.destination .city {
    margin: 5px 0 0 0;
    font-size: 0.825rem;
    letter-spacing: 0;
    display: block;
    color: #9798A0;
    line-height: 1.2;
    white-space: normal;
    word-break: keep-all;
  }
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-travel .information-schedule .css-col.from {
    text-align: left;
    padding: 25px 5px 0 18px;
  }
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-travel .information-schedule .css-col.to {
    text-align: right;
    padding: 25px 24px 0 5px;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-travel .information-schedule .css-col.bus {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 33.33%;
  font-weight: 600;
  font-size: 12px;
  color: #313235;
  line-height: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-travel .information-schedule .css-col.bus {
    width: auto;
    height: 100px;
    box-shadow: 4px 0px 4px #D9D9D9;
    padding: 20px 20px;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-travel .information-schedule .css-col.bus .vtx-icon-bus-left-view {
  line-height: 0;
  float: initial;
  font-size: 80px;
  margin: 6px 0 6px;
  color: #ADADAD;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-travel .information-schedule .css-col.bus .duration-time {
  font-size: 13px;
  margin: 15px 0px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-travel .information-schedule .css-col.bus .duration-time {
    margin: 15px 0;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-travel .information-schedule .css-col.bus .duration-clock-icon i {
  font-size: 18px;
}
@media (min-width: 768px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-travel .information-schedule .css-col.bus .carrier {
    font-size: 11.5px;
    line-height: 0.9;
    text-align: center;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-travel .information-schedule .css-col.arrow {
  display: none;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price {
  width: 100%;
  background-color: white;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price {
    display: none;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 768px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price {
    display: flex;
    width: 50%;
    background-color: transparent;
    flex: 1 1 auto;
    flex-flow: wrap;
    flex-direction: row;
    align-self: start;
    margin-top: -10px;
  }
}
@media (min-width: 768px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price::before {
    content: url(../images/billetterie/img-border-ticket-left.svg);
    height: 100px;
    display: block;
    margin-bottom: -10px;
    z-index: 15;
    width: 9px;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col {
    width: calc(33.33% - 10px);
    flex: 1 1 auto;
    background-color: white;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    z-index: 10;
    height: 100px;
    margin-bottom: -10px;
    position: relative;
  }
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col {
    padding: 10px 20px;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col:last-child .select_schedule__selectprice {
  border-right: none;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col input[type=radio]:not(:checked) + label:before,
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col input[type=radio]:not(:checked) + label:after {
  border: 2px solid #adadad;
  background-color: white;
}
@media (min-width: 768px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col input[type=radio]:not(:checked) + label:before,
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col input[type=radio]:not(:checked) + label:after {
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -10px;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col input[type=radio]:checked + label:after,
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col input[type=radio].with-gap:checked + label:before,
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col input[type=radio].with-gap:checked + label:after {
  border: 2px solid #adadad;
}
@media (min-width: 768px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col input[type=radio]:checked + label:after,
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col input[type=radio].with-gap:checked + label:before,
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col input[type=radio].with-gap:checked + label:after {
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -10px;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col input[type=radio]:checked + label:after,
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col input[type=radio].with-gap:checked + label:after {
  background-color: black;
  border: 2px solid black;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col label {
  margin: 0;
  padding: 0 0 0 30px;
}
@media (min-width: 768px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col label {
    padding: 0px;
    line-height: 3em;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    top: 0;
    left: 0;
  }
}
@media (min-width: 768px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col label:before, .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col label:after {
    top: -11px;
    margin: 0 30%;
    width: 18px;
    height: 18px;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col label span.price {
  margin-top: 50px;
  font-weight: 800;
  color: #2e2e31;
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col label span.price {
    display: none;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col label span.title-mobile {
  font-weight: 800;
  font-size: 15px;
  margin: 0 0 5px 0;
  display: inline-block;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col label span.title-mobile {
    display: none;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col .select_schedule__selectprice .select_schedule__selectprice_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 60px;
  justify-content: unset;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col .select_schedule__selectprice .select_schedule__selectprice_content [type=radio]:checked + label:after {
  background-color: #5a5a5a;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col .select_schedule__selectprice .select_schedule__selectprice_content label:before {
  background: white;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col .select_schedule__selectprice .select_schedule__selectprice_content label .mobile-promo {
  display: block;
}
@media (min-width: 768px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col .select_schedule__selectprice .select_schedule__selectprice_content label .mobile-promo {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.promo:after, .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.flex:after, .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.bon-point:after {
    content: "";
    display: block;
    height: 2px;
    background: #EEEEEE;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.promo {
  box-shadow: -2px 0 4px #D9D9D9;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.promo span.title {
  color: #8BC349;
  font-weight: 800;
  font-size: 15px;
  margin: 15px 0 5px 0;
  display: block;
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.promo span.title {
    display: none;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.promo span.title-mobile {
  color: #8BC349;
}
@media (min-width: 768px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.promo span.title-mobile {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.promo {
    order: 1;
    box-shadow: initial;
  }
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.promo:after {
    width: 42%;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.flex {
  border-right: 1px dashed #D9D9D9;
  border-left: 1px dashed #D9D9D9;
  box-shadow: 3px 0 4px #D9D9D9;
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.flex {
    order: 3;
    border: none;
    box-shadow: none;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.flex span.title {
  color: #1e51a4;
  font-weight: 800;
  font-size: 14px;
  margin: 15px 0 5px 0;
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.flex span.title {
    display: none;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.flex span.title-mobile {
  color: #1e51a4;
}
@media (min-width: 768px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.flex span.title-mobile {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.flex:after {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.bon-point {
    box-shadow: 1px 0 6px #D9D9D9;
  }
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.bon-point {
    order: 5;
  }
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.bon-point p {
    display: none;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.bon-point label {
  top: 0;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.bon-point input[type=radio]:checked + label:after,
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.bon-point input[type=radio].with-gap:checked + label:after {
  background-color: white;
  border: 2px solid white;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.bon-point input[type=radio]:not(:checked) + label:before,
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.bon-point input[type=radio]:not(:checked) + label:after {
  border: 2px solid white;
  background-color: #6BC9C5;
}
@media (min-width: 768px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.bon-point input[type=radio]:not(:checked) + label:before,
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.bon-point input[type=radio]:not(:checked) + label:after {
    left: 50%;
    margin-left: -10px;
  }
}
@media (min-width: 768px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.bon-point input[type=radio]:checked + label:after,
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.bon-point input[type=radio].with-gap:checked + label:before,
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.bon-point input[type=radio].with-gap:checked + label:after {
    border: 2px solid white;
    left: 50%;
    margin-left: -10px;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.bon-point.disconnect {
  justify-content: space-around;
  padding: 20px 0;
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.bon-point.disconnect {
    display: none;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.bon-point.disconnect a {
  font-size: 14px;
  border: #dc3545 1px solid;
  padding: 5px 10px;
  margin: 0 15px;
  border-radius: 5px;
  display: inline;
  line-height: 1em;
  text-align: center;
  color: #dc3545;
}
@media (max-width: 991.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.bon-point.disconnect a {
    font-size: 12px;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.bon-point.disconnect p {
  font-size: 0.875rem;
  font-weight: 800;
  margin: 0;
  text-align: center;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.bon-point.connect {
  color: white;
  background-color: #6BC9C5;
  font-size: 14px;
  line-height: 1.2;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.bon-point.connect p {
  margin: 0 0 5px 0;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.bon-point.connect span.text-yellow {
  font-weight: bold;
  color: #FFF200;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.bon-point.connect span {
  color: white;
  font-weight: normal;
  text-align: center;
  margin: 18px 0 -30px 0;
}
@media (max-width: 991.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.bon-point.connect label > .disable-mobile {
    margin: 56px 0 0 0;
    font-size: 15px;
    line-height: 1.1;
  }
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.bon-point.connect .disable-mobile {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.bon-point.connect > .disable-mobile {
    margin: 6px 0 0 0;
    line-height: 1.1;
  }
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.bon-point.connect > .disable-mobile .text-yellow {
    display: block;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.bon-point.connect .disable-desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.bon-point.no-bon-point {
    padding: 10px 10px;
  }
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.bon-point.no-bon-point input[type=radio],
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.bon-point.no-bon-point label:before,
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.bon-point.no-bon-point label:after {
    display: none;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.bon-point.no-bon-point {
  justify-content: space-between;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.bon-point.no-bon-point input[type=radio]:disabled + label:before,
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.bon-point.no-bon-point input[type=radio].disabled + label:before {
  background-color: #D9D9D9;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.bon-point.no-bon-point p {
  color: #6BC9C5;
  font-size: 0.895rem;
  margin: 0;
  font-weight: 600;
  padding: 10px;
}
@media (min-width: 768px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.bon-point.no-bon-point p {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: #ececec;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.bon-point.no-bon-point p span {
  color: #1e51a4;
  font-weight: 800;
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.bon-point:after {
    width: 28%;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.not-available {
  background-color: #f8f8f8;
  color: #dcdcdc;
  justify-content: flex-start;
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.not-available {
    display: none;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.not-available span.title {
  color: #dcdcdc;
  font-weight: 800;
  margin: 15px 0;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.full-capacity {
  justify-content: center;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.full-capacity span.title {
  color: #adadad !important;
  font-size: 1.2em;
  text-transform: uppercase;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.full-capacity span.title:before, .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .css-col.full-capacity span.title:after {
  content: " — ";
  opacity: 0.6;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price a.reserveTickets-mobile {
  order: 10;
  margin: 30px auto 20px;
  width: 90%;
}
@media (min-width: 768px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price a.reserveTickets-mobile {
    display: none;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper {
  width: 100%;
  border-collapse: initial;
  padding: 0px 50px;
  margin: 0;
  min-height: 0;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper {
    height: 0;
    overflow-y: hidden;
  }
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper {
    box-shadow: none;
    height: auto;
    border-left: none;
    padding: 10px 20px;
    display: block !important;
  }
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper.not-available {
    display: none !important;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper .btn.reserveTickets {
  width: 100%;
  margin: 24px 0;
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper .btn.reserveTickets {
    display: none;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper .select_schedule__confirm__txtPoints_connected {
  display: flex;
  flex-flow: row;
  padding: 12px 20px 12px 20px;
  background-color: #6BC9C5;
  background-image: url(../images/billetterie/img-bg-bonspoints.png);
  width: 100%;
  font-weight: 700;
  justify-content: space-between;
  align-content: center;
  border-radius: 5px;
  margin: 0 0 35px 0;
  background-repeat: no-repeat;
  background-position: 200% center;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper .select_schedule__confirm__txtPoints_connected {
    background-position: -400% center;
    margin: 0 0 15px 0;
    padding: 12px 20px 12px 20px;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper .select_schedule__confirm__txtPoints_connected span.text {
  color: white;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper .select_schedule__confirm__txtPoints_connected span.points {
  color: #FFF200;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper .select_schedule__confirm__txtPoints {
  color: #6BC9C5;
  background-color: #D8EFF2;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  margin: 0 0 35px 0;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper .select_schedule__confirm__txtPoints {
    margin: 0 0 15px;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper .select_schedule__confirm__txtPoints-mobile {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-content: center;
  padding: 13px 20px;
  background-color: #6BC9C5;
  background-image: url(../images/billetterie/img-bg-bonspoints.png);
  border-radius: 5px;
  color: white;
  font-size: 13px;
  font-weight: 500;
  background-repeat: no-repeat;
  background-position: 145px;
  background-size: contain;
}
@media (min-width: 768px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper .select_schedule__confirm__txtPoints-mobile {
    display: none;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper .select_schedule__confirm__remainingSeatsMessage {
  color: #f04e5e;
  background-color: transparent;
  border: solid 1px #f04e5e;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  margin: 0 0 15px 0;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper .select_schedule__confirm__remainingSeatsMessage {
    margin: 0 0 15px;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper .select_schedule__confirm__items li {
  line-height: 2em;
  font-size: 14px;
  zoom: 1;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper .select_schedule__confirm__items li:before, .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper .select_schedule__confirm__items li:after {
  content: "";
  display: table;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper .select_schedule__confirm__items li:after {
  clear: both;
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper .select_schedule__confirm__items li {
    line-height: 1.5em;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper .select_schedule__confirm__items.select_schedule__confirm__price_modifiers {
  margin-bottom: 12px;
  font-weight: 600;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper .select_schedule__confirm__items .select_schedule__confirm__desc {
  float: left;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper .select_schedule__confirm__items .select_schedule__confirm__price {
  float: right;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper .select_schedule__confirm__others .select_schedule__confirm__desc_type {
  font-style: italic;
  font-size: 13px;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper .select_schedule__confirm__others .select_schedule__confirm__desc_type.promo {
  color: #8BC349;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper .select_schedule__confirm__others .select_schedule__confirm__desc_type.flex {
  color: #1e51a4;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper .select_schedule__confirm__others .select_schedule__confirm__alert > div:first-child {
  color: #fd7e14;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper .select_schedule__confirm__others .select_schedule__confirm__alert .select_schedule__confirm__alert_title {
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 6px;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper .select_schedule__confirm__others .select_schedule__confirm__alert .select_schedule__confirm__alert_text {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 21px;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper .select_schedule__confirm__others .select_schedule__confirm__alert .select_schedule__confirm__alert_text a {
  text-decoration: underline;
  text-transform: none;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper.promo .text-promo {
  font-style: italic;
  font-size: 13px;
}
@media (min-width: 768px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper.promo .text-promo {
    color: #8BC349;
  }
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper.promo .text-promo {
    color: #adadad;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper.promo .text-flex,
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper.promo .text-bon-point {
  display: none;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper.flex .text-flex {
  font-style: italic;
  font-size: 13px;
}
@media (min-width: 768px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper.flex .text-flex {
    color: #1e51a4;
  }
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper.flex .text-flex {
    color: #adadad;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper.flex .text-promo,
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper.flex .text-bon-point {
  display: none;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper.bon-point {
  background-color: #6BC9C5;
  color: white;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper.bon-point .text-flex {
  font-style: italic;
  font-size: 13px;
  color: white;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper.bon-point .text-promo,
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper.bon-point .text-flex {
  display: none;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper.bon-point .btn.reserveTickets {
  background-color: white;
  color: #6BC9C5;
  border: 1px solid white;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper.no-bon-point {
  background-color: transparent;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper.no-bon-point p {
  background-color: #6BC9C5;
  padding: 12px 20px;
  font-style: italic;
  font-size: 13px;
  border-radius: 5px;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper .title-mobile-usage {
  display: none;
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .select_schedule__selectprice_wrapper .title-mobile-usage {
    display: block;
    font-size: 14px;
    margin-bottom: 4px;
  }
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .promo {
    order: 2;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .promo .select_schedule__confirm__others .text {
  font-style: italic;
  color: #8BC349;
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .flex {
    order: 4;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .flex .select_schedule__confirm__others .text {
  font-style: italic;
  color: #1e51a4;
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price .bon-point {
    order: 6;
    margin-top: 0;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price-mobile {
  display: flex;
  flex-flow: column;
  padding-top: 22px;
  margin-top: -22px;
}
@media (min-width: 768px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price-mobile {
    display: none;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price-mobile .ticket-notch {
  height: 1.55rem;
  margin: auto 1rem;
  padding: 0;
  background-image: url(../images/billetterie/img-dash-grey.gif);
  background-repeat: repeat-x;
  background-position: 0 50%;
  background-size: 6px 1px;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price-mobile .ticket-notch .ticket-notch-left {
  left: 0;
  width: 1rem;
  height: 1.55rem;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price-mobile .ticket-notch .ticket-notch-left:after {
  right: 65%;
  bottom: 0;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price-mobile .ticket-notch .ticket-notch-right {
  right: 0;
  width: 1rem;
  height: 1.55rem;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price-mobile .ticket-notch .ticket-notch-right:after {
  right: -15%;
  bottom: 0;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price-mobile .notch {
  position: absolute;
  width: 0.75rem;
  height: 0.375rem;
  overflow: hidden;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price-mobile .notch:after {
  position: relative;
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translateZ(0);
  border: 0rem solid white;
  border-radius: 0.75rem;
  box-shadow: inset 0 0 3px rgba(37, 32, 31, 0.18);
  background-color: #ececec;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price-mobile > div {
  display: flex;
  flex-direction: row;
  padding: 15px 25px;
  align-items: center;
  justify-content: space-between;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price-mobile > div:last-child {
  padding: 15px 25px;
  box-shadow: 0 5px 7px rgba(37, 32, 31, 0.09);
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price-mobile > div .text {
  font-size: 0.785rem;
  color: #b7b7b7;
  width: 55%;
  line-height: 1em;
  display: flex;
  flex-wrap: wrap;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price-mobile > div .text span.text-points {
  font-style: initial;
  font-weight: 800;
  color: #00415C;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price-mobile > div .text span.text-bon-point {
  font-style: initial;
  font-weight: 800;
  color: #6BC9C5;
  margin-left: 5px;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price-mobile > div .title {
  font-weight: bold;
  font-size: 15px;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price-mobile > div .price {
  font-weight: bold;
  font-size: 14px;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price-mobile .promo .title {
  color: #8BC349;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price-mobile .flex .title {
  color: #1e51a4;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price-mobile .bon-point {
  background-color: #6BC9C5;
  background-image: url(../images/billetterie/img-bg-bonspoints.png);
  background-repeat: no-repeat;
  background-position: 195px center;
  background-size: cover;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.35);
  margin: -13px 0px 0 0;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price-mobile .bon-point .text {
  color: white;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price-mobile .bon-point .text span.text-points {
  font-weight: initial;
  font-style: initial;
  color: white;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price-mobile .bon-point .text span.text-bon-point {
  font-weight: bold;
  font-style: initial;
  color: #FFF200;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price-mobile .bon-point .price {
  color: #FFF200;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price-mobile .bon-point.no-bon-point {
  background-image: none;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price-mobile .bon-point.no-bon-point .text {
  width: auto;
  display: initial;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price-mobile .bon-point.no-bon-point .text strong {
  color: #00415C;
  font-weight: 800;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price-mobile .full-capacity {
  text-transform: uppercase;
  justify-content: center;
  color: #adadad;
  margin-top: -18px;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price-mobile .full-capacity span.title:before,
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .tables-destination-information .information-price-mobile .full-capacity span.title:after {
  content: " — ";
  opacity: 0.6;
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .select_schedule__shortMessage {
  z-index: -1;
  border-radius: 0 0 4px 4px;
  position: relative;
  box-shadow: none;
  top: 0px;
  background-color: #e0e0e0;
  font-style: italic;
  font-size: 12px;
  color: black;
  width: 97%;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 2px;
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .select_schedule__shortMessage {
    width: 100%;
    margin: 0px auto;
    top: 0px;
    padding: 5px 10px;
    box-shadow: none;
    padding: 0;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .select_schedule__shortMessage li {
  padding: 4px 11px 0;
}
@media (max-width: 767.98px) {
  .select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .select_schedule__shortMessage li {
    padding: 8px 11px;
    line-height: 1;
  }
}
.select_schedule__datas_container ul.tables-destination.select-routes li.tables-destination-row .select_schedule__shortMessage li + li {
  padding-top: 0;
  margin-top: -4px;
}

.select_schedule__confirm__passengers_container {
  font-size: 14px;
  color: #3B3C3F;
  letter-spacing: 0;
  line-height: 24px;
  border-bottom: 1px solid #9798A0;
  padding: 24px 18px;
  float: none;
}
@media (min-width: 768px) {
  .select_schedule__confirm__passengers_container {
    display: table-cell;
    float: none;
    padding: 45px 24px 5px;
    border-bottom: none;
    border-left: 1px solid #9798A0;
  }
}

.select_schedule__details_map_container__openDetails {
  display: none;
}
.select_schedule__details_map_container__openDetails:before {
  content: "";
  background-color: #eee;
  height: 2px;
  width: 100%;
  display: block;
  margin-top: 0px;
  z-index: -1;
}
.select_schedule__details_map_container__openDetails:after {
  content: url(../images/billetterie/img-btn-arrow-down.svg);
  height: 7px;
  width: 11px;
  display: block;
  margin: 2px auto -2px;
  z-index: 10;
  text-align: center;
  line-height: 0;
}
@media (max-width: 767.98px) {
  .select_schedule__details_map_container__openDetails {
    display: block;
    width: 100%;
    text-align: center;
    background-color: white;
    padding: 10px 0px 0px;
    margin-top: -25px;
    z-index: 100;
  }
}
@media (max-width: 767.98px) {
  .select_schedule__details_map_container__openDetails span {
    margin: -8px auto 0;
    padding: 0px 5px;
    font-size: 12px;
    background-color: white;
    color: #f04e5e;
    z-index: 10;
    display: block;
    width: 105px;
  }
}

.days_selector {
  border-bottom: 2px solid #f04e5e;
  margin: 0;
  background-color: #00415C;
}
.days_selector.sticky {
  position: fixed;
  top: 114px;
  left: 0;
  width: 100%;
  background-color: #EAEBEE;
  z-index: 99;
}
.days_selector .days_selector__wrapper {
  height: auto;
  line-height: normal;
  overflow: auto;
  white-space: normal;
  background: 0 0;
  text-align: center;
  padding-top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .days_selector .days_selector__wrapper {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .days_selector .days_selector__wrapper {
    margin-top: 0;
  }
}
.days_selector .days_selector__wrapper .days_selector__single {
  display: inline-block;
  vertical-align: bottom;
  float: none;
  height: auto;
  line-height: normal;
  font-weight: 400;
}
@media (min-width: 768px) {
  .days_selector .days_selector__wrapper .days_selector__single {
    margin-left: 2.5px;
    margin-right: 2.5px;
  }
}
.days_selector .days_selector__wrapper .days_selector__single a {
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 20px;
  padding: 15px;
  border-radius: 8px 8px 0 0;
  border-bottom: none;
  margin-top: 12px;
  text-transform: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .days_selector .days_selector__wrapper .days_selector__single a {
    border-radius: 4px 4px 0 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .days_selector .days_selector__wrapper .days_selector__single a {
    padding: 15px;
    margin-top: 0;
  }
}
.days_selector .days_selector__wrapper .days_selector__single a.active {
  color: #fff;
  background: #f04e5e;
  margin-top: 0;
  padding: 18px 24px;
  z-index: 1;
  position: relative;
  font-size: 16px;
  border: none;
  font-weight: 600;
  opacity: 1;
  height: 100%;
}
@media (max-width: 767.98px) {
  .days_selector .days_selector__wrapper .days_selector__single a.active {
    padding: 18px 14px;
    font-size: 14px;
  }
}
.days_selector .days_selector__wrapper .days_selector__single a.active .days_selector__sumDepartures,
.days_selector .days_selector__wrapper .days_selector__single a.active .days_selector__twopoints,
.days_selector .days_selector__wrapper .days_selector__single a.active .days_selector__date,
.days_selector .days_selector__wrapper .days_selector__single a.active .days_selector__number_departures {
  color: #fff;
}
.days_selector .days_selector__wrapper .days_selector__single a.active:hover {
  opacity: 1;
}
.days_selector .days_selector__wrapper .days_selector__single a.active:hover span {
  color: #fff;
}
.days_selector .days_selector__wrapper .days_selector__single a:hover {
  opacity: 1;
}
.days_selector .days_selector__wrapper .days_selector__single a:hover span {
  color: #fff;
}
.days_selector .days_selector__wrapper .days_selector__single a .days_selector__date {
  text-transform: none;
  font-weight: bold;
  white-space: nowrap;
}
.days_selector .days_selector__wrapper .days_selector__single a .days_selector__twopoints {
  text-transform: none;
  font-weight: bold;
  display: none;
  margin: 0 5px;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .days_selector .days_selector__wrapper .days_selector__single a .days_selector__twopoints {
    display: block;
  }
}
.days_selector .days_selector__wrapper .days_selector__single a .days_selector__sumDepartures {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
@media (min-width: 768px) {
  .days_selector .days_selector__wrapper .days_selector__single a .days_selector__sumDepartures {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .days_selector .days_selector__wrapper .days_selector__single a .days_selector__sumDepartures {
    font-size: 13px;
  }
}
.days_selector .days_selector__wrapper .days_selector__single a .days_selector__sumDepartures .icon-bus {
  font-size: 19px;
  color: #6BC9C5;
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  margin-right: 8px;
}
.days_selector .days_selector__wrapper .days_selector__single a .days_selector__sumDepartures span {
  display: inline-block;
  vertical-align: middle;
}
.days_selector .days_selector__wrapper .indicator {
  display: none;
}

.countBonPoints {
  font-weight: 500;
  font-style: initial;
  color: #FFF200;
}

/* Landings */
.search-result.landing {
  padding: 30px 0 0;
}
.search-result.landing .search-result__render {
  width: 100% !important;
  max-width: 100% !important;
}
.search-result.landing .search-result__render .days_selector {
  background-color: #fff;
}
.search-result.landing .search-result__render .days_selector .container {
  width: 100% !important;
  max-width: 100% !important;
}
.search-result.landing .search-result__render .days_selector .container .days_selector__single a span {
  color: #313235;
}
.search-result.landing .search-result__render .days_selector .container .days_selector__single a.active span {
  color: #fff;
}

#summary {
  background-color: #eaebee;
  margin-bottom: 36px;
}
#summary h1 {
  color: white;
  margin: 12px 0 36px;
}
#summary .summary-col {
  width: 65%;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  #summary .summary-col {
    width: 100%;
  }
}
#summary .summary-col-container {
  overflow: hidden;
}
@media (min-width: 768px) {
  #summary .summary-col-container {
    margin: 0;
    overflow: visible;
  }
}

.summary-container .row {
  display: flex;
  flex-direction: row;
}
@media (max-width: 991.98px) {
  .summary-container .row {
    flex-direction: column;
  }
}

.payment-information-col {
  width: 35%;
}
@media (max-width: 991.98px) {
  .payment-information-col {
    width: 100%;
  }
}
.payment-information-col .payment-information {
  padding: 24px;
  background-color: white;
  margin-top: 15px;
}
@media (min-width: 576px) {
  .payment-information-col .payment-information {
    border-radius: 10px;
  }
}
.payment-information-col .payment-information hr {
  margin: 24px 0;
}
.payment-information-col .payment-information .reward-counter {
  display: flex;
  flex-flow: row;
  padding: 12px 20px 12px 20px;
  background-color: #6BC9C5;
  background-image: url(../images/billetterie/img-bg-bonspoints-small.png);
  width: 100%;
  font-weight: 700;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  margin: 0 0 10px 0;
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 15px;
}
@media (max-width: 1199.98px) {
  .payment-information-col .payment-information .reward-counter {
    background-position: 190% center;
  }
}
@media (max-width: 991.98px) {
  .payment-information-col .payment-information .reward-counter {
    background-position: right center;
  }
}
.payment-information-col .payment-information .reward-counter span.text {
  color: white;
}
.payment-information-col .payment-information .reward-counter span.points {
  color: #FFF200;
}
.payment-information-col .payment-information .express-counter {
  display: flex;
  flex-flow: row;
  padding: 12px 20px 12px 20px;
  background-color: #6BC9C5;
  background-image: url(../images/billetterie/img-bg-bonspoints.png);
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  margin: 0 0 15px 0;
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 15px;
  background-size: 30% 120%;
}
.payment-information-col .payment-information .express-counter.large-message {
  background-image: none;
}
.payment-information-col .payment-information .express-counter .express-counter-title {
  font-size: 14px;
  color: #FFF200;
  font-weight: 700;
  align-self: center;
  width: 20%;
}
.payment-information-col .payment-information .express-counter .express-counter-use-amount {
  font-size: 13px;
  width: 45%;
  color: white;
  line-height: 1.5em;
  align-self: center;
}
.payment-information-col .payment-information .express-counter .express-counter-large-message {
  font-size: 13px;
  width: 65%;
  color: white;
  line-height: 1.5em;
  align-self: center;
}
.payment-information-col .payment-information .express-counter .express-counter-apply {
  text-align: right;
  align-self: center;
  width: 20%;
  color: white;
  text-transform: uppercase;
  font-size: 11px;
}
.payment-information-col .payment-information .express-counter .points-additional-info {
  font-size: 12px;
  margin-top: 12px;
  margin-bottom: 12px;
  line-height: normal;
}
.payment-information-col .payment-information .special-code .special-code-rebate .price {
  float: right;
}
.payment-information-col .payment-information .special-code .special-code-luggages-extra {
  margin-bottom: 24px;
}
.payment-information-col .payment-information .special-code .special-code-luggages-extra .price {
  float: right;
}
.payment-information-col .payment-information .special-code .rebate-input-container .coupon-container {
  padding: 10px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  /* @include media-breakpoint-down(lg) {
  	flex-flow: column;
  } */
}
@media (max-width: 991.98px) {
  .payment-information-col .payment-information .special-code .rebate-input-container .coupon-container {
    flex-flow: row;
  }
}
.payment-information-col .payment-information .special-code .rebate-input-container .coupon-container span {
  width: 25%;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 1199.98px) {
  .payment-information-col .payment-information .special-code .rebate-input-container .coupon-container span {
    text-align: center;
  }
}
.payment-information-col .payment-information .special-code .rebate-input-container .coupon-container input[type=text] {
  background-color: #f5f5f5;
  border-radius: 0;
  border: 1px solid #e2e2e2;
  width: calc(40% - 20px);
  padding: 0px 12px;
  margin: 0 5px;
}
@media (max-width: 1199.98px) {
  .payment-information-col .payment-information .special-code .rebate-input-container .coupon-container input[type=text] {
    width: 80%;
  }
}
@media (max-width: 991.98px) {
  .payment-information-col .payment-information .special-code .rebate-input-container .coupon-container input[type=text] {
    width: calc(40% - 60px);
  }
}
.payment-information-col .payment-information .special-code .rebate-input-container .coupon-container button {
  padding: 10px;
}
@media (max-width: 1199.98px) {
  .payment-information-col .payment-information .special-code .rebate-input-container .coupon-container button {
    width: 90%;
  }
}
@media (max-width: 991.98px) {
  .payment-information-col .payment-information .special-code .rebate-input-container .coupon-container button {
    width: 20%;
    float: left;
  }
}
@media (max-width: 767.98px) {
  .payment-information-col .payment-information .special-code .rebate-input-container .coupon-container button {
    width: 40%;
    float: left;
  }
}
.payment-information-col .payment-information .special-code .rebate-input-container .error {
  margin-top: 12px;
  color: #dc3545;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
  display: none;
}
@media (max-width: 991.98px) {
  .payment-information-col .payment-information .special-code .rebate-input-container .error {
    margin-bottom: -10px;
    margin-top: 14px;
  }
}
.payment-information-col .payment-information .totals .css-row {
  display: flex;
  justify-content: space-between;
}
.payment-information-col .payment-information .totals .css-row.subtotal__trip-discount {
  font-weight: 600;
}
.payment-information-col .payment-information .totals .css-row.subtotal .css-col {
  padding-bottom: 12px;
  font-weight: bold;
}
.payment-information-col .payment-information .totals .css-row.tax-tvq .css-col {
  padding-bottom: 12px;
}
.payment-information-col .payment-information .totals .css-row.applied-express-points .css-col:last-child {
  color: #6BC9C5;
}
.payment-information-col .payment-information .totals .css-row.applied-credit .css-col {
  padding-top: 12px;
}
.payment-information-col .payment-information .totals .css-row.applied-credit .css-col:last-child {
  color: #6BC9C5;
}
.payment-information-col .payment-information .totals .css-row.remaining-credit .css-col:first-child {
  color: #9798A0;
}
.payment-information-col .payment-information .totals .css-row.remaining-credit .css-col:last-child {
  color: #9798A0;
}
.payment-information-col .payment-information .totals .css-row.total {
  font-weight: 800;
  font-size: 16px;
  border-top: 1px solid #D9D9D9;
  margin-top: 10px;
}
.payment-information-col .payment-information .totals .css-row.total .css-col {
  margin-top: 12px;
}
@media (max-width: 991.98px) {
  .payment-information-col .payment-information .totals .css-row .css-col:first-child {
    float: left;
  }
}
.payment-information-col .payment-information .totals .css-row .css-col:last-child {
  text-align: right;
}
@media (max-width: 991.98px) {
  .payment-information-col .payment-information .totals .css-row .css-col:last-child {
    float: right;
  }
}
.payment-information-col .payment-information .select_schedule_cart__reserve_summary {
  margin-top: 24px;
  width: 100%;
}

.payment-text {
  background-color: white;
  margin: 15px 0;
}
@media (min-width: 576px) {
  .payment-text {
    padding: 24px;
    border-radius: 10px;
  }
}
.payment-text .payment-text-wrapper {
  background-color: #F4F4F4;
  padding: 24px;
}
@media (min-width: 576px) {
  .payment-text .payment-text-wrapper {
    border-radius: 5px;
  }
}
.payment-text .payment-text-wrapper .payment-text-title {
  font-weight: 800;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 36px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.payment-text .payment-text-wrapper .payment-text-title span {
  display: inline-block;
  vertical-align: middle;
}
.payment-text .payment-text-wrapper .payment-text-title .icon-icon-info {
  color: #38393D;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.payment-text .payment-text-wrapper .ticket-modalities {
  color: #38393D;
  margin-bottom: 20px;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 14px;
  font-weight: 500;
}
.payment-text .payment-text-wrapper .main-text {
  letter-spacing: 0;
  line-height: 21px;
  font-size: 14px;
}
.payment-text .payment-text-wrapper .main-text .fw-medium {
  color: #adb5bd;
}
.payment-text .payment-text-wrapper .flex .payment-text-title {
  color: #1e51a4;
}
.payment-text .payment-text-wrapper .promo .payment-text-title {
  color: #8BC349;
}

@media (min-width: 768px) {
  .travel-information_map_container {
    flex: 1 1 auto;
  }
}
.travel-information_map_container .select_schedule__details_map {
  padding: 0 !important;
}
@media (min-width: 768px) {
  .travel-information_map_container .select_schedule__details_map {
    width: 100%;
  }
}
.travel-information_map_container .select_schedule__details_map .details_map_border {
  width: calc(15% + 6px);
  min-height: 120px;
  margin: -80px 0 0px;
  list-style: none !important;
}
@media (max-width: 991.98px) {
  .travel-information_map_container .select_schedule__details_map .details_map_border {
    width: 18vw;
  }
}
.travel-information_map_container .select_schedule__details_map .details_map_border.wait {
  border-right: 2px solid #9798A0;
}
.travel-information_map_container .select_schedule__details_map .details_map_border.straight {
  border-right: 1px solid #9798A0;
}
.travel-information_map_container .select_schedule__details_map .details_map__item {
  align-items: flex-start;
  justify-content: left;
  height: 90px;
  display: flex;
  margin-bottom: 0;
  list-style: none !important;
}
.travel-information_map_container .select_schedule__details_map .details_map__item:first-child .details_map__dot:before {
  background: #9798A0;
}
.travel-information_map_container .select_schedule__details_map .details_map__item:last-child .details_map__dot:before {
  background: #9798A0;
}
.travel-information_map_container .select_schedule__details_map .details_map__item.wait .details_map__dot:before {
  content: "\e90c";
  border: none;
  background: none;
  font-size: 12px;
  height: 16px;
  width: 16px;
  display: inline-block;
  color: #00415C;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.travel-information_map_container .select_schedule__details_map .details_map__item.wait .details_map__stop {
  font-size: 12px;
  font-weight: 500;
  color: #e9ecef;
  letter-spacing: 0;
  line-height: 24px;
  font-style: italic;
}
.travel-information_map_container .select_schedule__details_map .details_map__item > div {
  display: inline-block;
  vertical-align: middle;
}
.travel-information_map_container .select_schedule__details_map .details_map__item .details_map__hour {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 2em;
  width: 10%;
  text-align: left;
}
@media (max-width: 991.98px) {
  .travel-information_map_container .select_schedule__details_map .details_map__item .details_map__hour {
    width: 15%;
  }
}
.travel-information_map_container .select_schedule__details_map .details_map__item .details_map__transp {
  color: #4f5051;
  letter-spacing: 0;
  white-space: nowrap;
}
.travel-information_map_container .select_schedule__details_map .details_map__item .details_map__transp:before {
  content: "\e907";
  font-size: 24px;
  color: #6BC9C5;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 991.98px) {
  .travel-information_map_container .select_schedule__details_map .details_map__item .details_map__transp:before {
    font-size: 14px;
  }
}
.travel-information_map_container .select_schedule__details_map .details_map__item .details_map__transp.empty {
  width: 5%;
}
@media (max-width: 991.98px) {
  .travel-information_map_container .select_schedule__details_map .details_map__item .details_map__transp.empty {
    width: 10px;
  }
}
.travel-information_map_container .select_schedule__details_map .details_map__item .details_map__transp.empty:before {
  display: none;
}
.travel-information_map_container .select_schedule__details_map .details_map__item .details_map__dot {
  width: 10px;
  margin-right: 25px;
}
@media (max-width: 991.98px) {
  .travel-information_map_container .select_schedule__details_map .details_map__item .details_map__dot {
    width: 5%;
    margin-right: 0;
  }
}
.travel-information_map_container .select_schedule__details_map .details_map__item .details_map__dot:before {
  content: "";
  height: 10px;
  width: 10px;
  border: 2px solid #9798A0;
  display: block;
  border-radius: 15px;
  margin: auto;
  background-color: white;
}
.travel-information_map_container .select_schedule__details_map .details_map__item .details_map__dot.pause:before {
  content: "\e90c";
  border: none;
  background: none;
  font-size: 14px;
  height: 16px;
  width: 16px;
  display: inline-block;
  color: #00415C;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.travel-information_map_container .select_schedule__details_map .details_map__item .details_map__stop {
  width: auto;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 2em;
  text-align: left;
  align-self: flex-start;
}
@media (max-width: 991.98px) {
  .travel-information_map_container .select_schedule__details_map .details_map__item .details_map__stop {
    width: 70%;
    margin-left: 15px;
    line-height: 1.5em;
  }
}
.travel-information_map_container .select_schedule__details_map .details_map__item .details_map__stop:first-child {
  top: 30px;
}
.travel-information_map_container .select_schedule__details_map .details_map__item .details_map__stop span {
  display: block;
  color: #ADADAD;
}
.travel-information_map_container .select_schedule__details_map .details_map__item .details_map__stop strong {
  display: block;
}

.summary-payment-information {
  position: relative;
  background-color: #fff;
  box-shadow: 0 -4px 10px -4px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 4px 4px;
  margin-bottom: 50px;
}
body.webview .summary-payment-information {
  margin-bottom: 90px;
}

.tables-destination.summary-card.outbound .tables-destination-row {
  border-radius: 0;
}
.tables-destination.summary-card.return .tables-destination-row {
  border-radius: 0;
}
.tables-destination.summary-card.return .tables-destination-row .tables-destination-actions .passengers-information {
  background-color: #eaebee;
}
.tables-destination.summary-card .tables-destination-row .tables-destination-information {
  padding: 0;
  table-layout: fixed;
}
.tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 767.98px) {
  .tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row {
    flex-direction: column;
    box-shadow: 0px 0 4px #d6d6d6;
  }
}
.tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-schedule {
  display: flex;
  justify-content: space-between;
  width: 50%;
  height: 100px;
  position: relative;
}
.tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-schedule::before {
  content: "";
  height: 46px;
  width: 4px;
  display: block;
  background-color: #32d36a;
  border-radius: 0 5px 5px 0;
  left: 0px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767.98px) {
  .tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-schedule::before {
    top: -8px;
    position: relative;
    height: 42px;
  }
}
.tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-schedule::after {
  content: url(../images/billetterie/img-border-ticket-right.svg);
  height: 100px;
  width: 10px;
  margin-left: -1px;
  display: block;
}
@media (max-width: 767.98px) {
  .tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-schedule::after {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-schedule {
    width: 60%;
  }
}
@media (max-width: 767.98px) {
  .tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-schedule {
    width: 100%;
  }
}
.tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-schedule .date {
  background-color: #00415C;
  color: #fff;
  padding: 18px;
  width: auto;
  display: table-caption;
  max-width: 215px;
  flex: 1 1 auto;
}
@media (min-width: 576px) {
  .tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-schedule .date {
    width: 16%;
    display: table-cell;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-schedule .destination {
  text-align: left;
  width: 33.33%;
  padding: 25px 5px 5px 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: white;
  flex: 1 1 auto;
  line-height: 1.5;
  box-shadow: 4px 0 4px #d6d6d6;
}
@media (max-width: 767.98px) {
  .tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-schedule .destination {
    width: 33.33%;
    height: 100px;
    padding: 20px 5px 30px 25px;
  }
}
@media (max-width: 767.98px) {
  .tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-schedule .destination.from {
    text-align: left;
    padding: 25px 5px 0 18px;
  }
}
@media (max-width: 767.98px) {
  .tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-schedule .destination.to {
    text-align: right;
    padding: 25px 24px 0 5px;
  }
}
.tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-schedule .destination .time {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 800;
}
@media (min-width: 768px) {
  .tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-schedule .destination .time {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 34px;
    display: block;
  }
}
.tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-schedule .destination .city {
  margin: 0;
  font-weight: 500;
  font-size: 0.825rem;
  letter-spacing: 0;
  text-overflow: ellipsis;
  vertical-align: top;
  color: #9798A0;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-schedule .destination .city {
    margin: 5px 0 0 0;
    font-size: 0.825rem;
    letter-spacing: 0;
    display: block;
    color: #9798A0;
    line-height: 1.2;
    white-space: normal;
    word-break: keep-all;
  }
}
.tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-schedule .bus {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 33.33%;
  font-weight: 600;
  font-size: 12px;
  color: #313235;
  line-height: 0;
  padding: 0;
  background-color: white;
}
@media (min-width: 768px) {
  .tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-schedule .bus {
    width: auto;
    height: 100px;
    box-shadow: 4px 0px 4px #d6d6d6;
    padding: 20px 20px;
  }
}
.tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-schedule .bus .vtx-icon-bus-left-view {
  font-size: 80px;
  color: #adadad;
  margin: 6px 0;
  line-height: 0;
  float: initial;
}
.tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-schedule .bus .vtx-icon-bus-left-view:after {
  line-height: 0;
  float: initial;
}
.tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-schedule .bus .duration-time {
  white-space: nowrap;
  font-size: 13px;
  margin: 15px 0;
  font-weight: bold;
}
.tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-schedule .bus .carrier {
  font-size: 11.5px;
  line-height: 0.9;
}
.tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-schedule .duration {
  color: #00415C;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  width: auto;
  text-align: right;
}
@media (max-width: 767.98px) {
  .tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-schedule .duration {
    display: none;
  }
}
.tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-schedule .duration .duration-clock-icon {
  font-size: 16px;
  line-height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-schedule .duration .duration-time {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-schedule .duration .duration-time {
    display: none;
  }
}
.tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-price {
  display: flex;
  justify-content: space-between;
  width: 50%;
  height: 100px;
}
.tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-price::before {
  content: url(../images/billetterie/img-border-ticket-left.svg);
  height: 100px;
  display: block;
  margin-bottom: -10px;
  z-index: 15;
}
@media (max-width: 767.98px) {
  .tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-price::before {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-price {
    width: 40%;
  }
}
@media (max-width: 767.98px) {
  .tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-price {
    display: none;
  }
}
.tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-price .passenger {
  width: 33.33%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  box-shadow: 4px 0 4px #d6d6d6;
}
@media (max-width: 1199.98px) {
  .tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-price .passenger {
    display: none;
    box-shadow: none;
  }
}
.tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-price .passenger i {
  font-size: 24px;
}
.tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-price .price {
  line-height: 1.5em;
  width: 33.33%;
  background-color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  border-right: 1px dashed #d2d1d1;
  border-left: 1px dashed #d2d1d1;
  box-shadow: 4px 0 4px #d6d6d6;
}
@media (max-width: 1199.98px) {
  .tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-price .price {
    border-left: none;
  }
}
@media (max-width: 767.98px) {
  .tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-price .price {
    display: none;
    box-shadow: none;
  }
}
@media (max-width: 1199.98px) {
  .tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-price .price:first-child {
    vertical-align: middle;
    display: inline-block;
  }
}
@media (max-width: 767.98px) {
  .tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-price .price:last-child {
    width: 30%;
  }
}
@media (max-width: 1199.98px) {
  .tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-price .price:last-child {
    width: 20%;
    padding: 15px 15px 15px 0px;
    text-align: right;
  }
}
.tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-price .price.PROMO, .tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-price .price.promo {
  color: #8BC349;
}
.tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-price .price.FLEX, .tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-price .price.flex {
  color: #1e51a4;
}
.tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-price .price .icon-icon-info {
  display: none;
}
@media (min-width: 576px) {
  .tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-price .price .icon-icon-info {
    display: block;
    font-size: 12px;
    position: relative;
    top: -1px;
    margin-left: 6px;
    color: #212123;
  }
}
.tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-price .price span {
  vertical-align: middle;
}
@media (min-width: 576px) {
  .tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-price .price span {
    display: inline-block;
  }
}
.tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-price .price span .trip-subtotal {
  display: inline;
  vertical-align: baseline;
}
.tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-price .price span.trip-subtotal {
  font-size: 18px;
  color: black;
}
.tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-price .modify {
  width: 33.33%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  box-shadow: 4px 0 4px #d6d6d6;
}
@media (max-width: 767.98px) {
  .tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-price .modify {
    display: none;
    box-shadow: none;
  }
}
.tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-price-mobile {
  border-top: #D9D9D9 1px solid;
  padding: 15px;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 576px) {
  .tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-price-mobile {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-price-mobile {
    display: flex;
    background: #fff;
    width: 100%;
  }
}
.tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-price-mobile .trip-subtotal {
  font-weight: 800;
  order: 1;
}
.tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .information-price-mobile .btn {
  order: 3;
}
.tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .action-modify {
  font-weight: 800;
  font-size: 14px;
  color: #6BC9C5;
  letter-spacing: 0;
  line-height: 36px;
  text-decoration: underline;
  text-transform: uppercase;
  padding-right: 24px;
  text-align: right;
}
@media (min-width: 576px) {
  .tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .action-modify {
    width: 8%;
  }
}
@media (max-width: 767.98px) {
  .tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .action-modify {
    position: absolute;
    top: 13px;
    right: 18px;
    display: block;
  }
}
.tables-destination.summary-card .tables-destination-row .tables-destination-actions {
  padding: 0;
}
@media (max-width: 991.98px) {
  .tables-destination.summary-card .tables-destination-row .tables-destination-actions .travel-information-col {
    background-color: white;
  }
}
@media (min-width: 768px) {
  .tables-destination.summary-card .tables-destination-row .tables-destination-actions .travel-information-col {
    display: table-cell;
    vertical-align: top;
    height: 100px;
  }
}
.tables-destination.summary-card .tables-destination-row .tables-destination-actions .travel-information-col .travel-information {
  background-color: white;
  padding: 24px;
}
@media (min-width: 768px) {
  .tables-destination.summary-card .tables-destination-row .tables-destination-actions .travel-information-col .travel-information {
    padding: 24px 24px 5px;
  }
}
.tables-destination.summary-card .tables-destination-row .tables-destination-actions .travel-information-col .travel-information .carrier-col .icon {
  display: block;
}
.tables-destination.summary-card .tables-destination-row .tables-destination-actions .travel-information-col .travel-information .carrier-col .icon .icon-bus {
  color: #6BC9C5;
  font-size: 28px;
}
.tables-destination.summary-card .tables-destination-row .tables-destination-actions .travel-information-col .travel-information .carrier-col .departure-carrier {
  font-weight: 600;
  font-size: 12px;
  color: #9798A0;
  letter-spacing: 0;
  line-height: 14px;
}
.tables-destination.summary-card .tables-destination-row .tables-destination-actions .travel-information-col .travel-information .departure-col .time, .tables-destination.summary-card .tables-destination-row .tables-destination-actions .travel-information-col .travel-information .arrival-col .time {
  font-weight: 600;
  font-size: 14px;
  color: #636467;
  letter-spacing: 0;
  line-height: 20px;
}
.tables-destination.summary-card .tables-destination-row .tables-destination-actions .travel-information-col .travel-information .departure-col .place, .tables-destination.summary-card .tables-destination-row .tables-destination-actions .travel-information-col .travel-information .arrival-col .place {
  font-weight: 600;
  font-size: 14px;
  color: #3B3C3F;
  letter-spacing: 0;
  line-height: 20px;
}
.tables-destination.summary-card .tables-destination-row .tables-destination-actions .travel-information-col .travel-information .departure-col .address, .tables-destination.summary-card .tables-destination-row .tables-destination-actions .travel-information-col .travel-information .arrival-col .address {
  font-size: 14px;
  color: #3B3C3F;
  letter-spacing: 0;
  line-height: 20px;
}
.tables-destination.summary-card .tables-destination-row .tables-destination-actions .travel-information-col .travel-information .departure-col p, .tables-destination.summary-card .tables-destination-row .tables-destination-actions .travel-information-col .travel-information .arrival-col p {
  margin-bottom: 12px;
}
.tables-destination.summary-card .tables-destination-row .tables-destination-actions .passengers-information {
  border-left: none;
}
.tables-destination.summary-card .tables-destination-row .tables-destination-actions .passengers-information hr {
  margin: 12px 0;
  border-color: #f5f5f5;
}
.tables-destination.summary-card .tables-destination-row .tables-destination-actions .passengers-information .passengers-title {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 12px;
}
.tables-destination.summary-card .tables-destination-row .tables-destination-actions .passengers-information .passengers .passenger {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  padding: 20px;
  background-color: white;
  border-top: 1px dashed #D9D9D9;
}
.tables-destination.summary-card .tables-destination-row .tables-destination-actions .passengers-information .passengers .passenger .passenger-information {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tables-destination.summary-card .tables-destination-row .tables-destination-actions .passengers-information .passengers .passenger .passenger-information .vtx-icon-ticket {
  font-size: 24px;
  color: #00b0aa;
}
@media (max-width: 1199.98px) {
  .tables-destination.summary-card .tables-destination-row .tables-destination-actions .passengers-information .passengers .passenger .passenger-information .vtx-icon-ticket {
    margin-right: 10px;
  }
}
.tables-destination.summary-card .tables-destination-row .tables-destination-actions .passengers-information .passengers .passenger .passenger-information .info {
  font-size: 16px;
  color: #82838b;
  width: 75%;
}
@media (max-width: 1199.98px) {
  .tables-destination.summary-card .tables-destination-row .tables-destination-actions .passengers-information .passengers .passenger .passenger-information .info {
    font-size: 13px;
  }
}
.tables-destination.summary-card .tables-destination-row .tables-destination-actions .passengers-information .passengers .passenger .passenger-information .info .fw-medium {
  color: black;
  display: block;
  font-weight: 800;
}
@media (min-width: 992px) {
  .tables-destination.summary-card .tables-destination-row .tables-destination-actions .passengers-information .passengers .passenger .passenger-information .info .fw-medium {
    display: inline;
  }
}
.tables-destination.summary-card .tables-destination-row .tables-destination-actions .passengers-information .passengers .passenger .passenger-information .priceType {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1199.98px) {
  .tables-destination.summary-card .tables-destination-row .tables-destination-actions .passengers-information .passengers .passenger .passenger-information .priceType {
    font-size: 14px;
    width: 30%;
    text-align: center;
  }
}
.tables-destination.summary-card .tables-destination-row .tables-destination-actions .passengers-information .passengers .passenger .passenger-information .price {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1199.98px) {
  .tables-destination.summary-card .tables-destination-row .tables-destination-actions .passengers-information .passengers .passenger .passenger-information .price {
    font-size: 14px;
    width: 35%;
    text-align: right;
  }
}
.tables-destination.summary-card .tables-destination-row .tables-destination-actions .passengers-information .passengers .passenger.promo .priceType, .tables-destination.summary-card .tables-destination-row .tables-destination-actions .passengers-information .passengers .passenger.shuttle .priceType {
  color: #8BC349;
}
.tables-destination.summary-card .tables-destination-row .tables-destination-actions .passengers-information .passengers .passenger.flex .priceType, .tables-destination.summary-card .tables-destination-row .tables-destination-actions .passengers-information .passengers .passenger.bon-point .priceType {
  color: #1e51a4;
}
.tables-destination.summary-card .tables-destination-row .tables-destination-actions .passengers-information .passengers .passenger .luggages .luggage, .tables-destination.summary-card .tables-destination-row .tables-destination-actions .passengers-information .passengers .passenger .luggages .discounts, .tables-destination.summary-card .tables-destination-row .tables-destination-actions .passengers-information .passengers .passenger .discounts .luggage, .tables-destination.summary-card .tables-destination-row .tables-destination-actions .passengers-information .passengers .passenger .discounts .discounts {
  color: #adadad;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
}
@media (max-width: 991.98px) {
  .tables-destination.summary-card .tables-destination-row .tables-destination-actions .passengers-information .passengers .passenger .luggages .luggage, .tables-destination.summary-card .tables-destination-row .tables-destination-actions .passengers-information .passengers .passenger .luggages .discounts, .tables-destination.summary-card .tables-destination-row .tables-destination-actions .passengers-information .passengers .passenger .discounts .luggage, .tables-destination.summary-card .tables-destination-row .tables-destination-actions .passengers-information .passengers .passenger .discounts .discounts {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .tables-destination.summary-card .tables-destination-row .tables-destination-actions .passengers-information .passengers .passenger .luggages .luggage .info, .tables-destination.summary-card .tables-destination-row .tables-destination-actions .passengers-information .passengers .passenger .luggages .discounts .info, .tables-destination.summary-card .tables-destination-row .tables-destination-actions .passengers-information .passengers .passenger .discounts .luggage .info, .tables-destination.summary-card .tables-destination-row .tables-destination-actions .passengers-information .passengers .passenger .discounts .discounts .info {
    display: inline;
    float: none;
    margin-right: 0;
  }
}
.tables-destination.summary-card .tables-destination-row .tables-destination-actions .passengers-information .passengers .passenger .luggages .luggage .price, .tables-destination.summary-card .tables-destination-row .tables-destination-actions .passengers-information .passengers .passenger .luggages .discounts .price, .tables-destination.summary-card .tables-destination-row .tables-destination-actions .passengers-information .passengers .passenger .discounts .luggage .price, .tables-destination.summary-card .tables-destination-row .tables-destination-actions .passengers-information .passengers .passenger .discounts .discounts .price {
  float: right;
}
.funnel-wrap-cart .summary_bars_wrapper {
  margin: 0;
  padding: 0 15px;
}

.summary_bars_wrapper .date {
  padding: 24px 0 24px 12px;
  font-size: 18px;
}
.summary_bars_wrapper .date .uppercase {
  font-weight: 800;
}
.summary_bars_wrapper .date a {
  float: right;
  text-transform: uppercase;
  color: white;
  text-decoration: underline;
  font-size: 16px;
}

.funnel-wrap-outbound-return .summary_bars_wrapper {
  margin: 0;
}
@media (min-width: 768px) {
  .funnel-wrap-outbound-return .summary_bars_wrapper {
    margin: 0 0 24px 0;
  }
}
@media (min-width: 768px) {
  .funnel-wrap-outbound-return .summary_bars_wrapper .tables-destination:first-child .tables-destination-row .tables-destination-information .information-row .css-col.date {
    border-radius: 4px 0 0 4px;
  }
}

.summary_bars_wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .summary_bars_wrapper {
    border-radius: 4px;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .summary_bars_wrapper .tables-destination:first-child .tables-destination-row .tables-destination-information .information-row .css-col.date {
    border-radius: 4px 0 0 0;
  }
}
.summary_bars_wrapper .tables-destination .tables-destination-row {
  box-shadow: none;
}
.summary_bars_wrapper .tables-destination .tables-destination-row .tables-destination-information .information-row .css-col.date {
  text-align: left;
}
@media (min-width: 768px) {
  .summary_bars_wrapper .tables-destination .tables-destination-row .tables-destination-information .information-row .css-col.date {
    text-align: center;
  }
}
.summary_bars_wrapper .tables-destination .tables-destination-row .tables-destination-information .information-row .css-col.action-modify {
  padding-right: 0;
}
@media (min-width: 768px) {
  .summary_bars_wrapper .tables-destination .tables-destination-row .tables-destination-information .information-row .css-col.action-modify {
    padding-right: 24px;
  }
}
.summary_bars_wrapper .tables-destination .tables-destination-row .tables-destination-information .information-row .css-col.passenger .icon-vtx-user {
  color: #6BC9C5;
}
.summary_bars_wrapper .tables-destination .tables-destination-row .tables-destination-information .information-row .css-col.passenger .passenger-count .title {
  display: none;
}
@media (min-width: 992px) {
  .summary_bars_wrapper .tables-destination .tables-destination-row .tables-destination-information .information-row .css-col.passenger .passenger-count .title {
    display: inline;
  }
}
@media (min-width: 992px) {
  .summary_bars_wrapper .tables-destination .tables-destination-row .tables-destination-information .information-row .css-col.duration {
    width: 9%;
    text-align: center;
  }
}
.summary_bars_wrapper .summary_bars_subtotal_wrapper {
  margin-top: 20px;
  background-color: white;
  padding: 18px 24px;
}
.summary_bars_wrapper .summary_bars_subtotal_wrapper > * + * {
  margin-top: 12px;
  padding-top: 12px;
  border-top: solid 1px #ededed;
}
@media (min-width: 768px) {
  .summary_bars_wrapper .summary_bars_subtotal_wrapper {
    display: block;
    text-align: right;
    margin: 24px auto 0;
  }
}
.summary_bars_wrapper .summary_bars_subtotal_wrapper .discount-return, .summary_bars_wrapper .summary_bars_subtotal_wrapper .subtotal, .summary_bars_wrapper .summary_bars_subtotal_wrapper .applied-credit, .summary_bars_wrapper .summary_bars_subtotal_wrapper .total-to-pay {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  text-align: right;
}
@media (max-width: 991.98px) {
  .summary_bars_wrapper .summary_bars_subtotal_wrapper .discount-return, .summary_bars_wrapper .summary_bars_subtotal_wrapper .subtotal, .summary_bars_wrapper .summary_bars_subtotal_wrapper .applied-credit, .summary_bars_wrapper .summary_bars_subtotal_wrapper .total-to-pay {
    flex-direction: column;
    text-align: left;
  }
}
.summary_bars_wrapper .summary_bars_subtotal_wrapper .subtotal__order-total, .summary_bars_wrapper .summary_bars_subtotal_wrapper .discount-return__order {
  width: 15%;
}
@media (max-width: 991.98px) {
  .summary_bars_wrapper .summary_bars_subtotal_wrapper .subtotal__order-total, .summary_bars_wrapper .summary_bars_subtotal_wrapper .discount-return__order {
    width: 100%;
  }
}
.summary_bars_wrapper .summary_bars_subtotal_wrapper .subtotal__title, .summary_bars_wrapper .summary_bars_subtotal_wrapper .discount-return__title, .summary_bars_wrapper .summary_bars_subtotal_wrapper .total-to-pay__title {
  font-weight: 600;
}
@media (min-width: 992px) {
  .summary_bars_wrapper .summary_bars_subtotal_wrapper .subtotal__order, .summary_bars_wrapper .summary_bars_subtotal_wrapper .discount-return__order, .summary_bars_wrapper .summary_bars_subtotal_wrapper .subtotal__order-total, .summary_bars_wrapper .summary_bars_subtotal_wrapper .applied-credit__order, .summary_bars_wrapper .summary_bars_subtotal_wrapper .total-to-pay__order {
    margin-left: 5px;
  }
}
.summary_bars_wrapper .summary_bars_subtotal_wrapper .discount-return__order, .summary_bars_wrapper .summary_bars_subtotal_wrapper .subtotal__order-total__total, .summary_bars_wrapper .summary_bars_subtotal_wrapper .order-total-to-pay {
  font-weight: 800;
}
.summary_bars_wrapper .summary_bars_subtotal_wrapper .order-applied-credit {
  color: #6BC9C5;
  font-weight: 600;
}
.summary_bars_wrapper .summary_bars_subtotal_wrapper .subtotal-title {
  font-weight: 600;
  font-size: 16px;
}
.summary_bars_wrapper .summary_bars_subtotal_wrapper .order-subtotal, .summary_bars_wrapper .summary_bars_subtotal_wrapper .order-discount-return {
  font-weight: 800;
  font-size: 16px;
}
@media (min-width: 992px) {
  .summary_bars_wrapper .summary_bars_subtotal_wrapper .order-subtotal, .summary_bars_wrapper .summary_bars_subtotal_wrapper .order-discount-return {
    padding-left: 5px;
  }
}
.summary_bars_wrapper .summary_bars_subtotal_wrapper .discount-return__code {
  display: inline-block;
  position: relative;
  margin-right: 2px;
  padding: 4px 10px 2px;
  font-weight: 400;
  line-height: 1;
  color: white;
  background: #1e51a4;
}
.summary_bars_wrapper .summary_bars_subtotal_wrapper .discount-return__code::before, .summary_bars_wrapper .summary_bars_subtotal_wrapper .discount-return__code::after {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: white;
}
.summary_bars_wrapper .summary_bars_subtotal_wrapper .discount-return__code::before {
  left: -5px;
}
.summary_bars_wrapper .summary_bars_subtotal_wrapper .discount-return__code::after {
  right: -5px;
}
.summary_bars_wrapper .summary_bars_subtotal_wrapper .discount-return__description {
  font-style: italic;
  font-size: 13px;
  line-height: 1.2;
  text-align: inherit;
  color: #00415C;
}

.summary_bars_wrapper--sub-total {
  margin: 24px 0;
}

.tables-destination .tables-destination-row {
  position: relative;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  font-size: 13px;
  color: #2e2e31;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 24px;
}
.tables-destination .tables-destination-row.select_schedule__row {
  margin: 0;
}
.tables-destination .tables-destination-row:last-child {
  margin-bottom: 0;
}
.tables-destination .tables-destination-row .tables-destination-information {
  position: relative;
  padding: 24px;
}
.tables-destination .tables-destination-row .tables-destination-information .information-row .css-col {
  text-align: center;
  padding: 0;
}
@media (min-width: 768px) {
  .tables-destination .tables-destination-row .tables-destination-information .information-row .css-col {
    padding: 12px 0;
  }
}
.tables-destination .tables-destination-row .tables-destination-information .information-row .date {
  font-weight: 800;
  font-size: 16px;
  color: #00415C;
  letter-spacing: 0;
  line-height: 24px;
  text-transform: none;
}
@media (min-width: 768px) {
  .tables-destination .tables-destination-row .tables-destination-information .information-row .date {
    width: 11%;
  }
}
.tables-destination .tables-destination-row .tables-destination-information .information-row .destination .time {
  font-weight: 800;
  font-size: 1.125rem;
  color: #000;
  letter-spacing: 0;
  display: block;
}
.tables-destination .tables-destination-row .tables-destination-information .information-row .destination .city {
  font-size: 15px;
  color: #9798A0;
  letter-spacing: 0;
  line-height: 1;
  display: block;
}
@media (max-width: 991.98px) {
  .tables-destination .tables-destination-row .tables-destination-information .information-row .destination .city {
    font-size: 13px;
  }
}
.tables-destination .tables-destination-row .tables-destination-information .information-row .arrow {
  display: none;
}
@media (max-width: 991.98px) {
  .tables-destination .tables-destination-row .tables-destination-information .information-row .arrow {
    display: block;
    width: 10%;
  }
}
.tables-destination .tables-destination-row .tables-destination-information .information-row .arrow .arrow-container {
  display: block;
  margin-bottom: 5px;
}
.tables-destination .tables-destination-row .tables-destination-information .information-row .arrow .arrow-container i {
  font-size: 16px;
  color: #009CAF;
}
.tables-destination .tables-destination-row .tables-destination-information .information-row .passenger .passenger-icon {
  width: 25px;
  height: 25px;
}
.tables-destination .tables-destination-row .tables-destination-information .information-row .passenger .passenger-count {
  font-size: 1.2rem;
  color: #212123;
  letter-spacing: 0;
  line-height: 1;
  margin-left: 5px;
}
.tables-destination .tables-destination-row .tables-destination-information .information-row .price {
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
}
@media (min-width: 768px) {
  .tables-destination .tables-destination-row .tables-destination-information .information-row .price {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .tables-destination .tables-destination-row .tables-destination-information .information-row .order-number {
    width: 120px;
    border-left: 1px solid #9798A0;
  }
}
.tables-destination .tables-destination-row .tables-destination-information .information-row .order-number .order-number-title {
  font-weight: 700;
  font-size: 12px;
  color: #82838b;
  letter-spacing: 0;
  line-height: 24px;
  display: block;
}
.tables-destination .tables-destination-row .tables-destination-information .information-row .order-number .order-id {
  font-weight: 800;
  font-size: 14px;
  color: #82838b;
  letter-spacing: 0;
  line-height: 24px;
  display: block;
}
.tables-destination .tables-destination-row .tables-destination-messages {
  position: relative;
  padding: 12px 24px;
  border-bottom: 1px solid #9798A0;
}
.tables-destination .tables-destination-row .tables-destination-actions {
  padding: 12px 24px;
}
.tables-destination .tables-destination-row .tables-destination-actions a {
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .tables-destination .tables-destination-row .tables-destination-actions .actions-left {
    float: left;
    width: 25%;
  }
}
.tables-destination .tables-destination-row .tables-destination-actions .actions-left a {
  display: block;
  color: #6BC9C5;
}
@media (min-width: 768px) {
  .tables-destination .tables-destination-row .tables-destination-actions .actions-left a {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .tables-destination .tables-destination-row .tables-destination-actions .actions-right {
    float: left;
    width: 75%;
    text-align: right;
  }
}
.tables-destination .tables-destination-row .tables-destination-actions .actions-right a {
  display: block;
  color: #313235;
}
@media (min-width: 768px) {
  .tables-destination .tables-destination-row .tables-destination-actions .actions-right a {
    margin-right: 24px;
    display: inline-block;
  }
  .tables-destination .tables-destination-row .tables-destination-actions .actions-right a:last-child {
    margin-right: 0;
  }
}
.tables-destination .tables-destination-row .tables-destination-actions .select_schedule__confirm__alert {
  padding-top: 12px;
}
.tables-destination .tables-destination-row .tables-destination-actions .select_schedule__confirm__alert > div:first-child {
  color: #fd7e14;
}
.tables-destination .tables-destination-row .tables-destination-actions .select_schedule__confirm__alert .select_schedule__confirm__alert_title {
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 6px;
}
.tables-destination .tables-destination-row .tables-destination-actions .select_schedule__confirm__alert .select_schedule__confirm__alert_text,
.tables-destination .tables-destination-row .tables-destination-actions .select_schedule__confirm__alert .select_schedule__confirm__alert_text div {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 21px;
}
.tables-destination .tables-destination-row .tables-destination-actions .select_schedule__confirm__alert .select_schedule__confirm__alert_text a,
.tables-destination .tables-destination-row .tables-destination-actions .select_schedule__confirm__alert .select_schedule__confirm__alert_text div a {
  text-decoration: underline;
  text-transform: none;
  font-size: 13px;
  line-height: 21px !important;
  color: #6BC9C5;
}
.tables-destination.select_schedule__datas .tables-destination-row .tables-destination-information .information-row {
  min-height: 0;
  line-height: normal;
}
.tables-destination.select_schedule__datas .tables-destination-row .tables-destination-information .information-row i {
  width: auto;
  float: none;
  margin: 0;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.tables-destination.select_schedule__datas .tables-destination-row .tables-destination-information .information-row .transport {
  width: 21%;
  padding-left: 24px;
}
.tables-destination.select_schedule__datas .tables-destination-row .tables-destination-information .information-row .transport .bus-container {
  display: inline-block;
  vertical-align: middle;
}
.tables-destination.select_schedule__datas .tables-destination-row .tables-destination-information .information-row .transport .bus-container i {
  color: #6BC9C5;
  font-size: 28px;
  margin-right: 18px;
}
.tables-destination.select_schedule__datas .tables-destination-row .tables-destination-information .information-row .transport .carrier {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 50px);
  text-align: left;
}
.tables-destination.select_schedule__datas .tables-destination-row .tables-destination-information .information-row .bus .duration {
  display: block;
}
.tables-destination.select_schedule__datas .tables-destination-row .tables-destination-information .information-row .bus .duration .duration-clock-icon {
  display: inline-block;
  vertical-align: middle;
}
.tables-destination.select_schedule__datas .tables-destination-row .tables-destination-information .information-row .bus .duration .duration-clock-icon i {
  color: #82838b;
  font-size: 20px;
  margin-right: 6px;
}
.tables-destination.select_schedule__datas .tables-destination-row .tables-destination-information .information-row .bus .duration .duration-time {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  .tables-destination.select_schedule__datas .tables-destination-row .tables-destination-information .information-row .bus .duration .duration-time {
    display: none;
  }
}
.tables-destination.select_schedule__datas .tables-destination-row .tables-destination-information .information-row .promo {
  width: 11%;
  text-align: center;
  padding: 0;
}
.tables-destination.select_schedule__datas .tables-destination-row .tables-destination-information .information-row .promo label {
  padding: 20px 0 0 0;
  min-width: 16px;
}
.tables-destination.select_schedule__datas .tables-destination-row .tables-destination-information .information-row .promo label:before {
  border: 2px solid #ADADAD;
  margin: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
.tables-destination.select_schedule__datas .tables-destination-row .tables-destination-information .information-row .promo label:after {
  border: none;
  margin: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scale(0.5);
}
.tables-destination.select_schedule__datas.section_hide_promo .tables-destination-information .information-row.css-row > .css-col.promo:not(.flex) {
  display: none;
}
@media (min-width: 992px) {
  .tables-destination.select_schedule__datas.section_hide_promo .tables-destination-information .information-row.css-row > .css-col.promo:not(.flex) {
    display: table-cell;
  }
}
.tables-destination.select_schedule__datas.section_hide_promo .tables-destination-information .information-row.css-row > .css-col.promo:not(.flex) > div {
  display: none;
}
.tables-destination.select_schedule__datas.section_hide_promo .tables-destination-information .information-row.css-row > .css-col.flex {
  width: 100%;
}
@media (min-width: 992px) {
  .tables-destination.select_schedule__datas.section_hide_promo .tables-destination-information .information-row.css-row > .css-col.flex {
    width: 33%;
  }
}
@media (min-width: 992px) {
  .tables-destination.select_schedule__datas.section_hide_promo .tables-destination-information .information-row.css-row > .css-col.flex {
    width: 11%;
  }
}
.tables-destination.select_schedule__datas.section_hide_promo .tables-destination-information .information-row.css-row .mobile-promo {
  display: inline-block !important;
}
@media (min-width: 768px) {
  .tables-destination.select_schedule__datas.section_hide_promo .tables-destination-information .information-row.css-row .mobile-promo {
    display: none !important;
  }
}
.tables-destination.select_schedule__datas.section_hide_promoplus .tables-destination-information .information-row.css-row > .css-col.promo.plus {
  display: none;
}
.tables-destination.select_schedule__datas.section_hide_promoplus .tables-destination-information .information-row.css-row > .css-col.promo {
  width: 50%;
}
@media (min-width: 768px) {
  .tables-destination.select_schedule__datas.section_hide_promoplus .tables-destination-information .information-row.css-row > .css-col.promo {
    width: 17% !important;
  }
}
.tables-destination.select_schedule__datas.section_hide_promoplus .tables-destination-information .information-row.css-row .mobile-promo {
  display: inline-block !important;
}
@media (min-width: 768px) {
  .tables-destination.select_schedule__datas.section_hide_promoplus .tables-destination-information .information-row.css-row .mobile-promo {
    display: none !important;
  }
}

.tables-destination.passenger {
  margin: 0 -15px 24px -15px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  background-color: #fff;
}
@media (min-width: 768px) {
  .tables-destination.passenger {
    margin: 30px 0 36px 0;
    box-shadow: none;
  }
}
@media (max-width: 991.98px) {
  .tables-destination.passenger {
    margin: 20px 0 24px 0;
  }
}
.tables-destination.passenger .tables-destination-row .tables-destination-information .information-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 24px;
}
.tables-destination.passenger .tables-destination-row .tables-destination-information .information-row .css-col {
  width: 50%;
}
.tables-destination.passenger .tables-destination-row .tables-destination-information .information-row .css-col.date {
  text-align: left;
  display: flex;
  align-items: center;
}
.tables-destination.passenger .tables-destination-row .tables-destination-information .information-row .css-col.date .vtx-icon-ticket {
  font-size: 22px;
  color: #6BC9C5;
  margin-right: 8px;
  margin-left: -4px;
}
@media (min-width: 768px) {
  .tables-destination.passenger .tables-destination-row .tables-destination-information .information-row .css-col.date .vtx-icon-ticket {
    margin-right: 10px;
    margin-left: 0;
  }
}
.tables-destination.passenger .tables-destination-row .tables-destination-information .information-row .css-col.date .set-passengers-info_title {
  font-size: 20px;
  color: #3B3C3F;
  letter-spacing: 0;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 800;
}
@media (max-width: 991.98px) {
  .tables-destination.passenger .tables-destination-row .tables-destination-information .information-row .css-col.date .set-passengers-info_title {
    font-size: 17px;
  }
}
.tables-destination.passenger .tables-destination-row .tables-destination-information .information-row .css-col.promo {
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 18px;
  white-space: nowrap;
  display: none;
}
@media (min-width: 768px) {
  .tables-destination.passenger .tables-destination-row .tables-destination-information .information-row .css-col.promo {
    display: table-cell;
  }
}
.tables-destination.passenger .tables-destination-row .tables-destination-information .information-row .css-col.promo .icon-icon-info {
  color: #adb5bd;
  font-size: 12px;
}
.tables-destination.passenger .tables-destination-row .tables-destination-information .information-row .css-col.promo span {
  display: inline-block;
  vertical-align: middle;
}
.tables-destination.passenger .tables-destination-row .tables-destination-information .information-row .css-col.promo span.text {
  margin-right: 6px;
}
.tables-destination.passenger .tables-destination-row .tables-destination-information .information-row .css-col.promo span.text.promo {
  color: #8BC349;
}
.tables-destination.passenger .tables-destination-row .tables-destination-information .information-row .css-col.promo span.text.flex {
  color: #1e51a4;
}
.tables-destination.passenger .tables-destination-row .tables-destination-information .information-row .css-col.promo span.icon {
  line-height: 7px;
}
.tables-destination.passenger .tables-destination-row .tables-destination-information .information-row .css-col.price {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2;
  text-align: right;
}
@media (min-width: 768px) {
  .tables-destination.passenger .tables-destination-row .tables-destination-information .information-row .css-col.price {
    display: table-cell;
  }
}
.tables-destination.passenger .tables-destination-row .tables-destination-information .information-row .css-col.price .subtotal__taxes {
  font-weight: 400;
}
.tables-destination.passenger .tables-destination-row .tables-destination-information .information-row .css-col.actions {
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 36px;
  text-transform: uppercase;
  text-decoration: underline;
  display: none;
}
@media (min-width: 768px) {
  .tables-destination.passenger .tables-destination-row .tables-destination-information .information-row .css-col.actions {
    display: table-cell;
  }
}
.tables-destination.passenger .tables-destination-row .tables-destination-actions {
  padding: 36px 20px 42px 20px;
}
.tables-destination.passenger .tables-destination-row .tables-destination-actions label {
  display: block;
  font-weight: 700;
  color: #2e2e31;
}
.tables-destination.passenger .tables-destination-row .tables-destination-actions .select_passenger_type-container {
  padding-bottom: 20px;
}
.tables-destination.passenger .tables-destination-row .tables-destination-actions .select_passenger_type-container label {
  margin-bottom: 10px;
  font-weight: 500;
}
.tables-destination.passenger .tables-destination-row .tables-destination-actions .select_passenger_type_modality {
  color: #9798A0;
}
@media (min-width: 768px) {
  .tables-destination.passenger .tables-destination-row .tables-destination-actions .select_passenger_firstname-container, .tables-destination.passenger .tables-destination-row .tables-destination-actions .select_passenger_lastname-container {
    margin-bottom: 36px;
  }
}
.tables-destination.passenger .tables-destination-row .tables-destination-actions .select_passenger_attendantTo {
  margin-bottom: 28px;
}
.tables-destination.passenger .tables-destination-row .tables-destination-actions .attendantHide {
  visibility: hidden;
  display: none;
}
@media (min-width: 992px) {
  .tables-destination.passenger .tables-destination-row .tables-destination-actions .attendantHide {
    display: block;
  }
}
@media (min-width: 768px) {
  .tables-destination.passenger .tables-destination-row .tables-destination-actions .select_passenger_luggage-wrapper-container {
    margin-top: 0;
  }
}
.tables-destination.passenger .tables-destination-row .tables-destination-actions .select_passenger_luggage-wrapper-container label {
  margin-bottom: 0;
}
.tables-destination.passenger .tables-destination-row .tables-destination-actions .select_passenger_luggage-wrapper-container label + p {
  margin-top: 0;
}
.tables-destination.passenger .tables-destination-row .tables-destination-actions .select_passenger_luggage-wrapper-container .icon-icon-info {
  font-size: 12px;
}
.tables-destination.passenger .tables-destination-row .tables-destination-actions .select_passenger_luggage-wrapper-container .luggage-wrapper {
  zoom: 1;
  border-left: 2px solid #6BC9C5;
  margin-top: 0.5rem;
}
.tables-destination.passenger .tables-destination-row .tables-destination-actions .select_passenger_luggage-wrapper-container .luggage-wrapper:before, .tables-destination.passenger .tables-destination-row .tables-destination-actions .select_passenger_luggage-wrapper-container .luggage-wrapper:after {
  content: "";
  display: table;
}
.tables-destination.passenger .tables-destination-row .tables-destination-actions .select_passenger_luggage-wrapper-container .luggage-wrapper:after {
  clear: both;
}
@media (max-width: 1199.98px) {
  .tables-destination.passenger .tables-destination-row .tables-destination-actions .select_passenger_luggage-wrapper-container .luggage-wrapper .extraLuggage:first-child {
    margin-bottom: 15px;
  }
}
.tables-destination.passenger .tables-destination-row .tables-destination-actions .select_passenger_luggage-wrapper-container .luggage-wrapper .extraLuggage:last-child .select-dropdown input {
  margin-bottom: 0;
}
.tables-destination.passenger .tables-destination-row .tables-destination-actions .select_passenger_luggage-wrapper-container .luggage-wrapper .extraLuggage .select-dropdown input {
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .tables-destination.passenger .tables-destination-row .tables-destination-actions .select_passenger_luggage-wrapper-container .luggage-wrapper .extraLuggage .select-dropdown input {
    margin-bottom: 0;
  }
}

.set-passengers-info_wrapper .set-passengers-info_passenger .tables-destination-information {
  border-bottom: 1px dashed #D9D9D9;
}
@media (max-width: 991.98px) {
  .set-passengers-info_wrapper .set-passengers-info_passenger .tables-destination-information {
    padding: 0;
  }
}
.set-passengers-info_wrapper h1 {
  display: none;
  margin: 12px 0 24px 0;
}
.set-passengers-info_wrapper .set-passengers-info_footer {
  margin-top: 37px;
  margin-bottom: 85px;
}
body.webview .set-passengers-info_wrapper .set-passengers-info_footer {
  margin-bottom: 115px;
}
@media (min-width: 768px) {
  .set-passengers-info_wrapper .set-passengers-info_footer .set-passengers-info_footer-next-step-container {
    float: right;
  }
}
.set-passengers-info_wrapper .set-passengers-info_footer .set-passengers-info_footer-next-step-container .set-passengers-info_next-step {
  width: 100%;
  border: none;
}

.set-passengers-info_confirm-luggage {
  padding: 10px 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background: white;
}
.set-passengers-info_confirm-luggage label {
  padding-left: 28px !important;
  font-weight: 400;
  font-size: 13px;
}
.set-passengers-info_confirm-luggage p {
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
}
.set-passengers-info_confirm-luggage :first-child {
  margin-top: 0;
}
.set-passengers-info_confirm-luggage :last-child {
  margin-bottom: 0;
}
.set-passengers-info_confirm-luggage .invalid label::before {
  border-color: #d0011b;
}
@media (max-width: 991.98px) {
  .set-passengers-info_confirm-luggage .col {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.select_passenger_firstname-container .error-container,
.select_passenger_lastname-container .error-container,
.set-passengers-info_confirm-luggage .error-container {
  display: block;
  color: #d0011b;
  font-size: 0.8rem;
}

.funnel-bar {
  background: #00415C;
  padding: 23px 0 10px;
}
@media (max-width: 991.98px) {
  .funnel-bar .container {
    flex-direction: column-reverse !important;
  }
}

.funnel-bar__departure,
.funnel-bar__return {
  padding: 0 15px 0 0;
  border-right: solid 1px #fff;
  color: #fff;
  opacity: 0.5;
}
.funnel-bar__departure.active,
.funnel-bar__return.active {
  opacity: 1;
}
@media (max-width: 991.98px) {
  .funnel-bar__departure,
  .funnel-bar__return {
    border-right: none;
    margin-bottom: 15px;
  }
}

.funnel-bar__departure__date,
.funnel-bar__return__date {
  font-weight: 300;
}

.funnel-bar__departure__city,
.funnel-bar__return__city {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1.175rem;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .funnel-bar__departure__city,
  .funnel-bar__return__city {
    text-overflow: initial;
    white-space: initial;
    overflow: initial;
  }
}

.funnel-bar__title {
  color: #FFF200;
  margin: 0;
  font-size: 2.025rem;
}

.funnel-steps__login {
  background-color: #fff;
  border-radius: 5px;
  height: 70px;
  padding: 10px 10px 10px 60px;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url(../images/icons/icon-utilisateur-2.svg);
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 35px;
  line-height: 1.2;
}
.webview .funnel-steps__login {
  display: none !important;
}
.funnel-steps__login span {
  color: #00415C;
  font-size: 0.825rem;
}
.funnel-steps__login strong {
  color: #00415C;
  text-transform: uppercase;
}
@media (max-width: 1399.98px) {
  .funnel-steps__login span {
    color: #00415C;
    font-size: 0.725rem;
  }
  .funnel-steps__login strong {
    color: #00415C;
    text-transform: uppercase;
    font-size: 0.775rem;
  }
}
@media (max-width: 991.98px) {
  .funnel-steps__login {
    background-size: 20px;
    background-position: 10px center;
    padding: 10px 10px 10px 40px;
    text-align: center;
  }
  .funnel-steps__login span {
    display: none;
  }
  .funnel-steps__login strong {
    font-size: 0.675rem;
  }
}
@media (max-width: 575.98px) {
  .funnel-steps__login {
    height: 50px;
    background-size: 25px;
    background-position: 10px center;
    padding: 10px 10px 10px 40px;
  }
  .funnel-steps__login span {
    display: none;
  }
  .funnel-steps__login strong {
    font-size: 0.725rem;
  }
}

.funnel-bar__informations {
  display: flex;
  justify-content: space-between;
  padding-left: 15px;
  align-items: center;
}
@media (max-width: 575.98px) {
  .funnel-bar__informations {
    flex-direction: row-reverse;
  }
}
@media (max-width: 1199.98px) {
  .funnel-bar__informations {
    padding-left: 10px;
  }
}

.funnel-bar__informations__tickets {
  display: flex;
}
.funnel-bar__informations__tickets i {
  font-size: 22px;
  color: white;
}

.funnel-bar__informations__tickets-nbr {
  color: #fff;
  margin: 0 10px;
  font-size: 1rem;
}

a.funnel-bar__informations__modify-btn {
  background: transparent;
  border: 1px solid #fff;
  flex: 1 1 auto;
  margin-left: 20px;
}
@media (max-width: 1199.98px) {
  a.funnel-bar__informations__modify-btn {
    margin-left: 5px;
  }
}
@media (max-width: 991.98px) {
  a.funnel-bar__informations__modify-btn {
    margin-left: 0;
    font-size: 0.595rem;
  }
}
@media (max-width: 575.98px) {
  a.funnel-bar__informations__modify-btn {
    flex: 0 0 150px;
    font-size: 0.825rem;
  }
}
a.funnel-bar__informations__modify-btn:hover, a.funnel-bar__informations__modify-btn.active {
  background: #f04e5e;
  border: 1px solid #f04e5e;
}

.funnel-bar__funnel-steps {
  padding-right: 15px;
}
.funnel-bar__funnel-steps .funnel-steps__wrapper {
  display: none;
}
@media (min-width: 768px) {
  .funnel-bar__funnel-steps .funnel-steps__wrapper {
    width: 100%;
    counter-reset: funnel-steps_count;
    z-index: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin: 0 0 20px;
    background-color: #FFF200;
    padding: 0;
    height: 1px;
    box-sizing: content-box;
  }
}
.funnel-bar__funnel-steps .funnel-steps__wrapper .funnel-steps__single {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  counter-increment: funnel-steps_count;
  margin-top: 15px;
}
.funnel-bar__funnel-steps .funnel-steps__wrapper .funnel-steps__single:first-child .funnel-steps__bar {
  background: transparent;
  width: 1px;
}
.funnel-bar__funnel-steps .funnel-steps__wrapper .funnel-steps__single:last-child .funnel-steps__bar:last-child {
  margin: 15px 0;
  background-color: #c2c3c6;
  height: 6px;
  width: 100%;
  position: relative;
  left: 0;
}
.funnel-bar__funnel-steps .funnel-steps__wrapper .funnel-steps__single.active:first-child .funnel-steps__bar {
  margin: 15px 0;
  height: 6px;
  width: 100%;
  position: relative;
  left: 0;
}
.funnel-bar__funnel-steps .funnel-steps__wrapper .funnel-steps__single.active .funnel-steps__step .funnel-steps__nbr {
  background: #FFF200;
  color: #00415C;
}
.funnel-bar__funnel-steps .funnel-steps__wrapper .funnel-steps__single.active .funnel-steps__bar {
  background-color: #00415C;
}
.funnel-bar__funnel-steps .funnel-steps__wrapper .funnel-steps__single .funnel-steps__step {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 36px;
}
.funnel-bar__funnel-steps .funnel-steps__wrapper .funnel-steps__single .funnel-steps__step .funnel-steps__nbr {
  z-index: 1;
  top: 0;
  width: 35px;
  height: 35px;
  background: #00415C;
  border-radius: 35px;
  color: #fff;
  line-height: 35px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0;
  border: 1px solid #FFF200;
}
.funnel-bar__funnel-steps .funnel-steps__wrapper .funnel-steps__single .funnel-steps__step .funnel-steps__nbr:before {
  content: counter(funnel-steps_count);
}
.funnel-bar__funnel-steps .funnel-steps__wrapper .funnel-steps__single .funnel-steps__step .funnel-steps__txt {
  margin-top: 6px;
  display: inline-block;
  position: relative;
  font-weight: 600;
  font-size: 0.775rem;
  color: #fff;
  letter-spacing: 0;
  line-height: 24px;
  text-transform: uppercase;
}
.funnel-bar__funnel-steps .funnel-steps__wrapper .funnel-steps__single .funnel-steps__bar {
  margin: 15px 0;
  background-color: #C2C3C6;
  height: 6px;
  width: 100%;
  position: relative;
  left: 0;
}
@media (max-width: 1199.98px) {
  .funnel-bar__funnel-steps .funnel-steps__wrapper .funnel-steps__single .funnel-steps__step .funnel-steps__nbr {
    margin-bottom: 30px;
  }
  .funnel-bar__funnel-steps .funnel-steps__wrapper .funnel-steps__single .funnel-steps__step .funnel-steps__txt {
    display: none;
  }
  .funnel-bar__funnel-steps .funnel-steps__wrapper .funnel-steps__single.current .funnel-steps__step .funnel-steps__txt {
    display: block;
    margin-top: -24px;
  }
}

.funnel-bar-form {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.1s, opacity 0.1s linear, max-height 0.3s;
  max-height: 0;
}
.funnel-bar-form.funnel-bar-form-open {
  visibility: visible;
  opacity: 1;
  height: auto;
  transition: visibility 0.3s, opacity 0.3s linear, max-height 0.3s;
}
@media (min-width: 768px) {
  .funnel-bar-form.funnel-bar-form-open {
    max-height: 450px;
  }
}
@media (max-width: 991.98px) {
  .funnel-bar-form.funnel-bar-form-open {
    max-height: 800px;
  }
}

.checkout-timer {
  color: white;
  background-color: #00415C;
  padding: 16px 24px;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.65);
  position: fixed;
  bottom: -2px;
  left: 0;
  width: 100%;
  margin: auto;
  z-index: 100;
  display: none;
}
@media (max-width: 767.98px) {
  .checkout-timer {
    padding: 12px 24px;
  }
}
.checkout-timer .checkout-timer-content {
  max-width: 1140px;
  margin: 0 auto;
}
.checkout-timer .checkout-timer-content .timer {
  font-weight: bold;
}
.checkout-timer .checkout-timer-content i {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  margin-right: 12px;
  color: #FFF200;
}
.checkout-timer .checkout-timer-content .checkout-timer-content__content {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 24px;
}
@media (max-width: 767.98px) {
  .checkout-timer .checkout-timer-content .checkout-timer-content__content {
    font-size: 0.835rem;
    line-height: 1rem;
  }
  .checkout-timer .checkout-timer-content .checkout-timer-content__content .text-timer strong:after {
    content: "";
    display: block;
  }
}

#modifier-reservation-page .modif-passengers-text {
  margin-bottom: 36px;
}
#modifier-reservation-page .modif-passengers-checkbox {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  #modifier-reservation-page .modif-passengers-checkbox {
    margin-bottom: 24px;
  }
}
#modifier-reservation-page .paiement-form {
  width: 100%;
}
#modifier-reservation-page #passengers-errors {
  margin-bottom: 24px;
}
#modifier-reservation-page .collapsible-datepicker .hasDatepicker {
  margin-bottom: 36px;
  font-size: 16px;
}
#modifier-reservation-page .collapsible-trips .select_schedule__datas_container > .container {
  width: 100% !important;
}
#modifier-reservation-page .collapsible-trips .select_schedule__datas_container > .container .days_selector > .container {
  width: 100% !important;
}
#modifier-reservation-page .days_selector {
  background-color: transparent;
  margin-top: 0;
}
@media (max-width: 991.98px) {
  #modifier-reservation-page .days_selector {
    margin-bottom: -10px;
  }
}
#modifier-reservation-page .days_selector .days_selector__single a {
  background-color: #ffffff;
  box-shadow: 0px 5px 15px 0px #c5c5c5;
}
#modifier-reservation-page .days_selector .days_selector__single a.active {
  background-color: #f04e5e;
  font-weight: 400;
  font-size: 14px;
}
#modifier-reservation-page .select_schedule__datas .tables-destination-row {
  width: 100%;
  margin: 0 auto 25px;
  display: block;
}
#modifier-reservation-page .select_schedule__datas .tables-destination-row .tables-destination-information .information-travel {
  width: 70%;
}
@media (max-width: 991.98px) {
  #modifier-reservation-page .select_schedule__datas .tables-destination-row .tables-destination-information .information-travel {
    width: 100%;
  }
}
#modifier-reservation-page .select_schedule__datas .tables-destination-row .tables-destination-information .information-travel .select_schedule__details_map_container__openDetails {
  display: none;
}
@media (max-width: 991.98px) {
  #modifier-reservation-page .select_schedule__datas .tables-destination-row .tables-destination-information .information-travel li.details_map__item .details_map__stop {
    width: 30% !important;
  }
}
@media (max-width: 991.98px) {
  #modifier-reservation-page .select_schedule__datas .tables-destination-row .tables-destination-information .information-travel li.details_map__item div[class=details_map__transp] {
    width: 40% !important;
  }
}
@media (max-width: 991.98px) {
  #modifier-reservation-page .select_schedule__datas .tables-destination-row .tables-destination-information .information-travel .information-schedule {
    margin: 0 !important;
  }
}
#modifier-reservation-page .select_schedule__datas .tables-destination-row .tables-destination-information .information-travel .information-schedule .css-col.bus .icon-vtx-bus-left-view {
  width: initial;
}
#modifier-reservation-page .select_schedule__datas .tables-destination-row .tables-destination-information .information-price {
  width: calc(30% - 10px);
}
@media (max-width: 991.98px) {
  #modifier-reservation-page .select_schedule__datas .tables-destination-row .tables-destination-information .information-price {
    width: 100%;
    display: flex !important;
  }
}
@media (min-width: 768px) {
  #modifier-reservation-page .select_schedule__datas .tables-destination-row .tables-destination-information .information-price::before {
    content: url(../images/billetterie/img-border-ticket-left.svg) !important;
  }
}
#modifier-reservation-page .select_schedule__datas .tables-destination-row .tables-destination-information .information-price .select_schedule__modify_details {
  width: calc(100% - 10px);
  box-shadow: 1px 0 4px #d6d6d6;
  background-color: #fff !important;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  #modifier-reservation-page .select_schedule__datas .tables-destination-row .tables-destination-information .information-price .select_schedule__modify_details {
    width: 100%;
    box-shadow: initial;
  }
}
#modifier-reservation-page .select_schedule__datas .tables-destination-row .tables-destination-information .information-price .select_schedule__modify_details_btn {
  max-height: 0;
  overflow-y: hidden;
  transition: all 0.2s ease-in-out;
  padding: 0;
  display: flex;
  align-items: initial;
  justify-content: center;
}
@media (max-width: 991.98px) {
  #modifier-reservation-page .select_schedule__datas .tables-destination-row .tables-destination-information .information-price .select_schedule__modify_details_btn {
    max-height: initial;
    display: none;
  }
}
#modifier-reservation-page .select_schedule__datas .tables-destination-row .tables-destination-information .information-price .select_schedule__modify_details_btn a.btn {
  font-size: 12px;
  margin: 20px 0 0;
  padding: 0 10px;
}
@media (max-width: 991.98px) {
  #modifier-reservation-page .select_schedule__datas .tables-destination-row .tables-destination-information .information-price .select_schedule__modify_details_btn a.btn {
    margin: 0px 25px 20px;
  }
}
#modifier-reservation-page .select_schedule__datas .tables-destination-row .tables-destination-information .information-row {
  min-height: 50px;
  line-height: normal;
}
@media (max-width: 1199.98px) {
  #modifier-reservation-page .select_schedule__datas .tables-destination-row .tables-destination-information .information-row > div {
    display: inline-block;
  }
  #modifier-reservation-page .select_schedule__datas .tables-destination-row .tables-destination-information .information-row > div.select_schedule__modify_details {
    display: block;
  }
}
#modifier-reservation-page .select_schedule__datas .tables-destination-row .tables-destination-information .information-row i {
  width: auto;
  float: none;
  margin: 0;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
}
#modifier-reservation-page .select_schedule__datas .tables-destination-row .tables-destination-information .information-row .transport {
  display: none !important;
  width: 21%;
  padding-left: 24px;
}
#modifier-reservation-page .select_schedule__datas .tables-destination-row .tables-destination-information .information-row .transport .bus-container {
  display: inline-block;
  vertical-align: middle;
}
#modifier-reservation-page .select_schedule__datas .tables-destination-row .tables-destination-information .information-row .transport .bus-container i {
  color: #6BC9C5;
  font-size: 28px;
  margin-right: 18px;
}
#modifier-reservation-page .select_schedule__datas .tables-destination-row .tables-destination-information .information-row .transport .carrier {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 50px);
  text-align: left;
}
@media (min-width: 768px) {
  #modifier-reservation-page .select_schedule__datas .tables-destination-row .tables-destination-information .information-row .destination {
    width: 43%;
  }
}
@media (min-width: 992px) {
  #modifier-reservation-page .select_schedule__datas .tables-destination-row .tables-destination-information .information-row .destination {
    width: 50%;
  }
}
#modifier-reservation-page .select_schedule__datas .tables-destination-row .tables-destination-information .information-row .destination .city {
  max-width: 100%;
}
@media (min-width: 768px) {
  #modifier-reservation-page .select_schedule__datas .tables-destination-row .tables-destination-information .information-row .arrow {
    width: 14%;
  }
}
#modifier-reservation-page .select_schedule__datas .tables-destination-row .tables-destination-information .information-row .arrow .duration {
  white-space: nowrap;
  display: block;
  margin-bottom: 6px;
}
#modifier-reservation-page .select_schedule__datas .tables-destination-row .tables-destination-information .information-row .arrow .duration .duration-clock-icon {
  display: inline-block;
  vertical-align: middle;
}
#modifier-reservation-page .select_schedule__datas .tables-destination-row .tables-destination-information .information-row .arrow .duration .duration-clock-icon i {
  color: #00415C;
  font-size: 16px;
  margin-right: 6px;
}
#modifier-reservation-page .select_schedule__datas .tables-destination-row .tables-destination-information .information-row .arrow .duration .duration-time {
  display: inline-block;
  vertical-align: middle;
}
#modifier-reservation-page .select_schedule__datas .tables-destination-row .tables-destination-information .information-row .arrow .arrow-container {
  display: block;
}
#modifier-reservation-page .select_schedule__datas .tables-destination-row .tables-destination-information .information-row .arrow .arrow-container i {
  font-size: 16px;
}
#modifier-reservation-page .select_schedule__datas .tables-destination-row .details_map {
  width: 100%;
}
@media (max-width: 991.98px) {
  #modifier-reservation-page .select_schedule__datas .tables-destination-row.itinerary-selected .select_schedule__modify_details {
    display: none;
  }
  #modifier-reservation-page .select_schedule__datas .tables-destination-row.itinerary-selected .select_schedule__modify_details_btn {
    display: block !important;
  }
  #modifier-reservation-page .select_schedule__datas .tables-destination-row.itinerary-selected .select_schedule__modify_details_btn a {
    display: block;
  }
}
@media (max-width: 1199.98px) {
  #modifier-reservation-page .select_schedule__details .select_schedule__details_map_container {
    display: block;
    width: 100%;
  }
  #modifier-reservation-page .select_schedule__details .select_schedule__confirm_render {
    display: table-caption;
    width: 100%;
  }
}
#modifier-reservation-page .collapsible-body .collapsible-body {
  padding: 0;
}
#modifier-reservation-page .days_selector {
  border: 0;
}
#modifier-reservation-page .days_selector__wrapper {
  margin: 20px auto 20px;
  padding: 30px 0 0 0;
  width: 100%;
  border-bottom: 2px solid #f04e5e;
}
#modifier-reservation-page .days_selector__wrapper .days_selector__single a {
  color: #2e2e31;
}
@media (max-width: 991.98px) {
  #modifier-reservation-page .days_selector__wrapper .days_selector__single a {
    padding: 17px 10px;
  }
}
#modifier-reservation-page .days_selector__wrapper .days_selector__single a.active {
  color: white;
}
@media (max-width: 991.98px) {
  #modifier-reservation-page .days_selector__wrapper .days_selector__single a.active {
    padding: 25px 10px;
  }
}
#modifier-reservation-page .days_selector__wrapper .days_selector__single a.active:hover span {
  color: white;
}
#modifier-reservation-page .days_selector__wrapper .days_selector__single a:hover span {
  color: #2e2e31;
}
#modifier-reservation-page .reserveTickets {
  margin-bottom: 0;
}
#modifier-reservation-page #collapsible-overview-render p.title {
  font-size: 16px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  #modifier-reservation-page #collapsible-overview-render .tables-destination-information {
    table-layout: fixed;
  }
}
#modifier-reservation-page #collapsible-overview-render .select_schedule__datas {
  margin-bottom: 36px;
}
#modifier-reservation-page #collapsible-overview-render .select_schedule__datas .destination {
  text-align: left;
}
#modifier-reservation-page #collapsible-overview-render .collapsible-header,
#modifier-reservation-page #collapsible-overview-render .collapsible-header * {
  cursor: default;
}
#modifier-reservation-page #collapsible-overview-render .passengers-listing {
  padding-left: 16px;
}
#modifier-reservation-page #collapsible-overview-render .passengers-listing li {
  margin-bottom: 20px;
  list-style-type: disc;
}

#confirmation.funnel-wrap-confirmation_modify {
  background-color: transparent;
}

@media (min-width: 1200px) {
  #collapsible-payment-method .totals {
    max-width: 400px;
  }
}
#collapsible-payment-method .totals__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
#collapsible-payment-method .totals__item--subtotal,
#collapsible-payment-method .totals__item--orderTotal,
#collapsible-payment-method .totals__item--paymentTotal {
  margin-top: 8px;
  padding: 8px 0 12px;
  border-top: 1px solid #D9D9D9;
}
#collapsible-payment-method .totals__item--subtotal *,
#collapsible-payment-method .totals__item--orderTotal *,
#collapsible-payment-method .totals__item--paymentTotal * {
  font-weight: bold;
}
#collapsible-payment-method .totals__item--creditApplied .totals__item__price {
  color: #6BC9C5;
}
#collapsible-payment-method .totals__item--creditLeft {
  color: #9798A0;
}
#collapsible-payment-method .payment-method-wrapper {
  margin-top: 20px;
}

#confirmation .confirmation-header-col {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #confirmation .confirmation-header-col {
    margin-bottom: 10px;
  }
}
#confirmation .confirmation-header-col .confirmation-header {
  margin-top: 24px;
}
@media (min-width: 768px) {
  #confirmation .confirmation-header-col .confirmation-header {
    margin-top: 48px;
  }
}
#confirmation .confirmation-header-col .confirmation-header .icon-checkmark {
  color: #28a745;
  font-size: 40px;
}
@media (min-width: 768px) {
  #confirmation .confirmation-header-col .confirmation-header .icon-checkmark {
    font-size: 80px;
  }
}
#confirmation .confirmation-header-col .confirmation-header .confirmation-header__title {
  margin: 12px 0 24px 0;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 36px;
}
@media (min-width: 768px) {
  #confirmation .confirmation-header-col .confirmation-header .confirmation-header__title {
    margin: 24px 0;
    font-size: 42px;
  }
}
#confirmation .confirmation-header-col .confirmation-header-information {
  margin-bottom: 36px;
}
#confirmation .confirmation-header-col .confirmation-header-information .confirmation-number {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 36px;
  margin-bottom: 24px;
}
#confirmation .confirmation-header-col .confirmation-header-information .confirmation-email {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}
#confirmation .confirmation-header-col .confirmation-header-actions .btn {
  margin: 5px 6px;
}

#confirmation_render .tables-destination.summary-card {
  position: relative;
}
#confirmation_render .tables-destination.summary-card:first-child {
  border-radius: 0;
}
@media (min-width: 768px) {
  #confirmation_render .tables-destination.summary-card:first-child {
    border-radius: 0 4px 0 0;
  }
}
#confirmation_render .tables-destination.summary-card:first-child .date {
  border-radius: 0;
}
@media (min-width: 768px) {
  #confirmation_render .tables-destination.summary-card:first-child .date {
    border-radius: 4px 0 0 0;
  }
}
#confirmation_render .tables-destination.summary-card .tables-destination-row {
  background: none;
}
#confirmation_render .tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row {
  table-layout: auto;
}
@media (min-width: 768px) {
  #confirmation_render .tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row {
    table-layout: fixed;
    width: auto;
  }
}
#confirmation_render .tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .price:last-child {
  display: table-cell;
}
@media (max-width: 991.98px) {
  #confirmation_render .tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .price {
    position: absolute;
    top: 21px;
    right: 0;
    padding-right: 9px;
    display: inline-block;
    background: none;
    border: none;
  }
}
@media (min-width: 768px) {
  #confirmation_render .tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .price {
    text-align: right;
  }
}
@media (max-width: 991.98px) {
  #confirmation_render .tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .css-col {
    width: auto;
  }
}
body.webview #confirmation_render .tables-destination.summary-card .tables-destination-row .tables-destination-information .information-row .action-modify {
  display: none;
}
#confirmation_render .tables-destination.summary-card .tables-destination-row .tables-destination-actions .passengers-information-col .passengers-information {
  border: none;
  background-color: transparent;
}
#confirmation_render .summary-payment-information {
  margin-bottom: 24px;
  border-radius: 0;
}
@media (min-width: 768px) {
  #confirmation_render .summary-payment-information {
    margin-bottom: 90px;
    border-radius: 0 0 4px 4px;
  }
}
#confirmation_render .summary-payment-information .payment-information .totals .css-row .css-col {
  font-size: 14px;
}
#confirmation_render .summary-payment-information .payment-information .totals .css-row.total .css-col {
  font-size: 16px;
}
#confirmation_render .summary-payment-information .payment-information .special-code:last-child {
  margin-bottom: 24px;
}
#confirmation_render .summary-payment-information .payment-information .special-code .special-code-luggages-extra {
  margin-bottom: 0;
}
#confirmation_render .summary-payment-information .payment-information .special-code .special-code-rebate-code {
  color: #6BC9C5;
}
#confirmation_render .summary-payment-information .payment-information .special-code .special-code-rebate-code .price {
  float: right;
}
#confirmation_render .passengers-information {
  margin-bottom: 20px;
}

.comp-banner_wrapper {
  font-family: "proxima-nova", sans-serif;
  color: #FFF200;
  background-color: #00415C !important;
  position: relative;
  overflow: hidden;
  padding: 36px 0;
}
.comp-banner_wrapper h1, .comp-banner_wrapper h2 {
  font-size: 2.75rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .comp-banner_wrapper h1, .comp-banner_wrapper h2 {
    font-size: 2rem;
  }
}
.comp-banner_wrapper h1 + p, .comp-banner_wrapper h2 + p {
  margin-top: 30px;
}
.comp-banner_wrapper {
  padding: 36px 0;
}
@media (min-width: 768px) {
  .comp-banner_wrapper::before {
    content: "";
    background-image: url(../images/graphics/courbe-jaune-3.svg);
    background-size: contain;
    height: 336px;
    width: 460px;
    display: block;
    position: absolute;
    z-index: 0;
    top: -200px;
    right: calc(100% - 20px);
    transform: rotate(180deg);
    background-repeat: no-repeat;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .comp-banner_wrapper::before {
    right: calc(100% - 30px);
  }
}
.comp-banner_wrapper::after {
  content: "";
  background-image: url(../images/graphics/courbe-jaune-3.svg);
  background-size: contain;
  height: 336px;
  width: 440px;
  display: block;
  position: absolute;
  z-index: 0;
  top: -270px;
  right: -330px;
  transform: rotate(180deg);
  background-repeat: no-repeat;
}
.comp-banner_wrapper.bg-image {
  height: 400px;
  min-height: 400px;
  display: table;
  width: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
}
.comp-banner_wrapper.bg-image .content-container {
  display: table-cell;
  vertical-align: middle;
}
.comp-banner_wrapper.bg-image h1, .comp-banner_wrapper.bg-image h2 {
  font-size: 42px;
  line-height: 52px;
  letter-spacing: 0;
}
@media (max-width: 767.98px) {
  .comp-banner_wrapper.bg-image h1, .comp-banner_wrapper.bg-image h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

.wrapper_404 {
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  min-height: 520px;
  background-position-x: 5%;
  background-position-y: 60%;
  z-index: 1;
  background-size: 50%;
}
@media (max-width: 991.98px) {
  .wrapper_404 {
    background-position-x: center;
    background-position-y: 15px;
    z-index: 1;
    background-size: auto;
  }
}
.wrapper_404:before {
  content: "";
  background-image: url(../images/graphics/courbe-navy-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 450px;
  width: 450px;
  display: block;
  position: absolute;
  z-index: 0;
  top: -145px;
  left: -215px;
}
@media (max-width: 991.98px) {
  .wrapper_404:before {
    display: none;
  }
}
.wrapper_404:after {
  content: "";
  background-image: url(../images/graphics/courbe-navy-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 450px;
  width: 450px;
  display: block;
  position: absolute;
  z-index: 0;
  top: -150px;
  right: -370px;
}
@media (max-width: 991.98px) {
  .wrapper_404:after {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .wrapper_404 .top_position {
    padding-top: 430px;
  }
}
.wrapper_404 .content_title h1 {
  line-height: 60px;
  font-size: 3.52rem;
  letter-spacing: -1px;
  font-weight: 800;
  color: #00506e;
}
.wrapper_404 .content_message {
  font-size: 27px;
  line-height: 2rem;
}
@media (max-width: 991.98px) {
  .wrapper_404 .col-md-5 {
    flex: 100%;
    max-width: 100%;
  }
}

.footer {
  background-color: #00415C;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
}
.footer hr {
  border-top: 0.5px solid #2d7581;
  margin: 40px 0 0 0;
}
@media (max-width: 767.98px) {
  .footer hr {
    display: none;
  }
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__main {
  background-color: #00415C;
  padding-top: 70px;
}
.footer__sub {
  border-top: 1px solid #2d7581;
  font-size: 0.8rem;
  padding: 25px 0;
}
@media (max-width: 767.98px) {
  .footer__sub {
    border: none;
  }
}

.footer__sub__copyright a, .footer__sub__copyright span {
  color: #2d7581;
}
.footer__sub__copyright a:hover {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .footer__sub__navigation {
    display: none;
  }
}
.footer__sub__navigation ul {
  display: flex;
  flex-direction: row;
  margin: 0;
}
.footer__sub__navigation ul li:not(:last-child):after {
  color: #2d7581;
  content: " /";
}
.footer__sub__navigation ul li a {
  color: #2d7581;
  margin-left: 3px;
}
.footer__sub__navigation ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.footer__corporate-informations__logo {
  margin-bottom: 30px;
}
.footer__corporate-informations__logo .footer__corporate-informations__logo--img {
  width: 220px;
  height: auto;
}

.footer__corporate-informations__content {
  color: #fff;
  line-height: 2.5;
  margin-bottom: 40px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .footer__corporate-informations__content {
    line-height: 1.3;
  }
}

.footer__corporate-informations__logos-autobus {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .footer__corporate-informations__logos-autobus {
    float: left;
  }
}
.footer__corporate-informations__logos-autobus .footer__corporate-informations__logos-autobus--img {
  height: 35px;
  width: auto;
  margin-right: 10px;
}

.footer__corporate-informations__logos-rs {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767.98px) {
  .footer__corporate-informations__logos-rs {
    margin-bottom: 45px;
  }
}
.footer__corporate-informations__logos-rs .footer__corporate-informations__logos-rs--link {
  display: block;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
}
.footer__corporate-informations__logos-rs .footer__corporate-informations__logos-rs--link.twitter {
  background-image: url(../images/icons-socials/icon-twitter.svg);
}
.footer__corporate-informations__logos-rs .footer__corporate-informations__logos-rs--link.instagram {
  background-image: url(../images/icons-socials/icon-instagram.svg);
}
.footer__corporate-informations__logos-rs .footer__corporate-informations__logos-rs--link.facebook {
  background-image: url(../images/icons-socials/icon-facebook.svg);
}

@media (max-width: 767.98px) {
  .footer__navigation__menu {
    border-top: 1px solid #437789;
    padding: 15px 15px;
  }
}
@media (min-width: 768px) {
  .footer__navigation__menu:nth-child(1) {
    min-height: 280px;
  }
}
@media (max-width: 767.98px) {
  .footer__navigation__menu:last-child {
    border-bottom: 1px solid #437789;
  }
}

.footer__navigation__menu__title {
  color: #FFF200;
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 35px;
}
@media (max-width: 767.98px) {
  .footer__navigation__menu__title {
    margin-bottom: 0;
  }
}

.footer__navigation__menu__title__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  border: none;
  background: transparent;
}
.footer__navigation__menu__title__inner.accordion-is-active::after {
  content: url(../images/graphics/fleche-yellow-bas.svg);
  width: 10px;
  height: 30px;
  float: right;
  margin-right: 10px;
  transform: rotate(180deg);
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__navigation__menu__title__inner.flip::after {
  transform: rotate(360deg);
}

@media (max-width: 767.98px) {
  .footer__navigation__menu__list.accordion-is-active {
    display: none;
  }
}
.footer__navigation__menu__list ul li {
  font-size: 0.9rem;
  padding: 8px 0;
}
.footer__navigation__menu__list ul li a {
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
}
.footer__navigation__menu__list ul li.link-uppercase a span {
  font-weight: 600;
  text-transform: uppercase;
  color: #6BC9C5;
  border-bottom: 2px solid #6BC9C5;
  position: relative;
  font-size: 0.815rem;
}
.footer__navigation__menu__list ul li.link-uppercase a:hover {
  text-decoration: none;
}
.footer__navigation__menu__list ul li.link-uppercase a:hover span {
  color: #6BC9C5;
  border-bottom: none;
}
.footer__navigation__menu__list ul li.link-uppercase a:after {
  content: url(../images/graphics/fleche-turquoise-droite.svg);
  height: 14px;
  width: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 4px;
  position: relative;
  top: 2px;
}

.header__top-bar {
  text-align: right;
  border-bottom: 1px solid #D9D9D9;
  font-size: 0.85rem;
  line-height: 1;
}

.header__top-bar__menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.header__top-bar__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__top-bar__menu ul li {
  list-style: none;
  float: left;
  padding: 20px;
}
.header__top-bar__menu ul li a {
  color: #8b8c95;
  text-decoration: none;
}
.header__top-bar__menu ul li a:hover {
  color: #6BC9C5;
}
.header__top-bar__menu ul li:last-child {
  padding-right: 0;
}

@media (max-width: 991.98px) {
  .header__top-bar,
  .header__nav-bar {
    display: none;
  }
}

.header__nav-bar--nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 30px 0;
  justify-content: space-between;
  width: 100%;
}

.header__nav-bar__brand {
  min-width: 225px;
  height: auto;
  margin-right: 130px;
}
@media (max-width: 1399.98px) {
  .header__nav-bar__brand {
    margin-right: 50px;
  }
}
@media (max-width: 1199.98px) {
  .header__nav-bar__brand {
    margin-right: 30px;
    min-width: 195px;
  }
}

.header__nav-bar__menu {
  margin-right: 80px;
  width: 375px;
}
@media (max-width: 1399.98px) {
  .header__nav-bar__menu {
    width: 305px;
    margin-right: 20px;
  }
}
.header__nav-bar__menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__nav-bar__menu ul .sub-menu {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.header__nav-bar__menu ul li.menu-item-has-children {
  position: relative;
}
.header__nav-bar__menu ul li.mobile-menu-item {
  display: none;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .header__nav-bar__menu ul > li {
    padding: 0 8px 0 0;
  }
}
.header__nav-bar__menu ul > li > a {
  display: block;
  padding: 0;
  height: 50px;
  max-height: 50px;
  color: black;
  font-size: 1.125rem;
  text-decoration: none;
}
@media (max-width: 1399.98px) {
  .header__nav-bar__menu ul > li > a {
    font-size: 0.95rem;
  }
}
@media (max-width: 1199.98px) {
  .header__nav-bar__menu ul > li > a {
    font-size: 0.9rem;
  }
}
.header__nav-bar__menu ul > li > a strong {
  display: block;
}
.header__nav-bar__menu ul > li .sub-menu {
  width: 100%;
  min-width: 255px;
  margin-top: 0px;
  left: -10px;
  padding: 5px 15px;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.35);
  z-index: 9999;
}
.header__nav-bar__menu ul > li .sub-menu > li {
  width: 100%;
}
.header__nav-bar__menu ul > li .sub-menu > li:last-child {
  margin-bottom: 0;
}
.header__nav-bar__menu ul > li .sub-menu > li > a {
  max-height: 100%;
  height: auto;
  color: grey;
  font-size: 0.9rem;
  padding: 10px 0;
}
.header__nav-bar__menu ul > li .sub-menu > li:hover > a, .header__nav-bar__menu ul > li .sub-menu > li.current-menu-item > a, .header__nav-bar__menu ul > li .sub-menu > li.current-page-ancestor > a {
  color: #6BC9C5;
}
.header__nav-bar__menu ul > li:hover, .header__nav-bar__menu ul > li.hover, .header__nav-bar__menu ul > li.current-menu-item, .header__nav-bar__menu ul > li.current-page-ancestor {
  background-color: white;
}
.header__nav-bar__menu ul > li:hover > a, .header__nav-bar__menu ul > li.hover > a, .header__nav-bar__menu ul > li.current-menu-item > a, .header__nav-bar__menu ul > li.current-page-ancestor > a {
  color: #6BC9C5;
}
.header__nav-bar__menu ul > li:hover > .sub-menu-toggle:after, .header__nav-bar__menu ul > li.hover > .sub-menu-toggle:after, .header__nav-bar__menu ul > li.current-menu-item > .sub-menu-toggle:after, .header__nav-bar__menu ul > li.current-page-ancestor > .sub-menu-toggle:after {
  color: #fff;
}
.header__nav-bar__menu ul > li:hover > .sub-menu, .header__nav-bar__menu ul > li.hover > .sub-menu {
  opacity: 1;
  pointer-events: all;
  top: 48px;
}
@media (min-width: 1400px) {
  .header__nav-bar__menu ul > li:hover > .sub-menu, .header__nav-bar__menu ul > li.hover > .sub-menu {
    margin-top: 4px;
  }
}

.header__nav-bar__connect {
  display: flex;
  flex-direction: row;
  width: 415px;
}
@media (max-width: 1199.98px) {
  .header__nav-bar__connect {
    width: auto;
  }
}
@media (max-width: 1199.98px) {
  .header__nav-bar__connect .btn {
    padding: 10px 20px;
  }
}
.header__nav-bar__connect .btn.header__nav-bar__connect--login-btn {
  margin-right: 15px;
  padding: 14px 33px !important;
}
@media (max-width: 1199.98px) {
  .header__nav-bar__connect .btn.header__nav-bar__connect--login-btn {
    margin-right: 5px;
    padding: 14px 10px !important;
  }
}
.header__nav-bar__connect .btn.header__nav-bar__connect--routes-btn {
  padding: 14px 33px !important;
}
@media (max-width: 1199.98px) {
  .header__nav-bar__connect .btn.header__nav-bar__connect--routes-btn {
    padding: 14px 10px !important;
  }
}

.header__nav-bar__add {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: auto;
  margin-left: 10px;
  position: relative;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .header__nav-bar__add {
    margin-left: 0;
  }
}
.header__nav-bar__add > * {
  margin: 8px;
}
.header__nav-bar__add > *.header__nav-bar__card {
  margin-right: 0;
}
.header__nav-bar__add .language-switcher {
  color: black;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.header__nav-bar__add .language-switcher:hover {
  color: #6BC9C5;
}
.header__nav-bar__add .language-switcher abbr {
  border-bottom: none;
  text-decoration: none;
}

.header__nav-bar__card .cart-action.items .cart-empty,
.menu-mobile__header__cart-icon .cart-action.items .cart-empty {
  display: none;
}
.header__nav-bar__card .cart-action.items .cart-items,
.menu-mobile__header__cart-icon .cart-action.items .cart-items {
  display: block;
}
.header__nav-bar__card .cart-action .cart-items,
.menu-mobile__header__cart-icon .cart-action .cart-items {
  display: none;
}
.header__nav-bar__card .cart-action .cart-empty,
.menu-mobile__header__cart-icon .cart-action .cart-empty {
  display: block;
}

.header__nav-bar__search--search-action {
  display: block;
  background-color: transparent;
  background-image: url(../images/icons/icon-recherche.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  margin: 8px;
  padding: 0;
  border: none;
}
.header__nav-bar__search--search-action:hover {
  background-image: url(../images/icons/icon-recherche-hover.svg);
}
.header__nav-bar__search--search-action:focus, .header__nav-bar__search--search-action:focus-visible {
  outline: 2px solid black !important;
}

.header__nav-bar__search {
  display: none;
  opacity: 0;
  position: absolute;
  right: 70px;
  top: -15px;
  width: 420px;
  background: white;
  box-shadow: 0 0px 7px rgba(0, 0, 0, 0.35);
  border-radius: 10px;
  padding: 10px 10px 10px 15px;
  transition: opacity 0.2s linear;
}
.header__nav-bar__search.show {
  opacity: 1;
  transition: opacity 0.2s linear;
  display: block;
}
.header__nav-bar__search .search-form {
  display: flex;
  justify-content: space-between;
}
.header__nav-bar__search .search-form .search-field {
  background-color: transparent;
  border: none;
  border-bottom: 1px dotted #9798A0;
  border-radius: 0;
  outline: none;
  height: 45px;
  padding: 0px;
  margin: 0;
  font-size: 1rem;
}
.header__nav-bar__search .search-form .search-submit {
  line-height: 1;
}

.menu-mobile__menu__top {
  margin: 35px auto 0;
  padding: 25px 0 0;
  width: 90%;
  border-top: 1px solid #9798A0;
  list-style: none;
}
.menu-mobile__menu__top li a {
  color: #8b8c95;
  padding: 15px 0;
  display: block;
}
.menu-mobile__menu__top li a:first-child {
  padding-top: 0;
}

.header__nav-bar-mobile {
  display: none;
  justify-content: space-between;
  height: 65px;
  box-shadow: 0px 2px 5px rgba(152, 152, 152, 0.5);
}
@media (max-width: 991.98px) {
  .header__nav-bar-mobile {
    display: flex;
  }
}

.header__nav-bar-mobile--button {
  box-shadow: none;
  margin: 0;
  padding: 20px;
  display: block;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.header__nav-bar-mobile--button .icon-bar {
  background-color: #00415C;
  display: block;
  width: 26px;
  height: 2px;
  border-radius: 1px;
}
.header__nav-bar-mobile--button .icon-bar + .icon-bar {
  margin-top: 5px;
}

.header__nav-bar-mobile--brand {
  width: 225px;
  height: auto;
  padding: 16px 0 20px;
}

.header__nav-bar-mobile__account-link {
  padding: 20px 25px;
}

.menu-mobile {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  margin-left: 100%;
  transition: margin 0.4s, visibility 0.4s;
  z-index: 99999999;
  background-color: #fff;
}
.menu-mobile.opened {
  visibility: visible;
  margin-left: 0;
  overflow-y: auto;
  transition: margin 0.4s;
}

.menu-mobile__header {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #9798A0;
}

.menu-mobile__header__left .close-menu {
  border: none;
  background: none;
}

.menu-mobile__header__right {
  width: 120px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.menu-mobile__search {
  display: none;
  opacity: 0;
  background: white;
  padding: 10px;
  border-bottom: 1px solid #9798A0;
}
.menu-mobile__search.show {
  opacity: 1;
  transition: opacity 0.2s linear;
  display: block;
}
.menu-mobile__search .search-form {
  display: flex;
  justify-content: space-between;
}
.menu-mobile__search .search-form .search-field {
  background-color: transparent;
  border: none;
  border-bottom: 1px dotted #9798A0;
  border-radius: 0;
  outline: none;
  height: 45px;
  padding: 0px;
  width: 50%;
}

body.menu-mobile-open {
  overflow: hidden;
  position: fixed;
}

ul.menu-mobile__menu {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.menu-mobile__menu li.menu-item-has-children {
  position: relative;
}
ul.menu-mobile__menu li.mobile-menu-item {
  display: none;
}
ul.menu-mobile__menu > li {
  width: 100%;
}
ul.menu-mobile__menu > li > a {
  display: block;
  padding: 15px;
  color: black;
  font-size: 1.25rem;
  text-decoration: none;
  border-bottom: 1px solid #9798A0;
}
ul.menu-mobile__menu > li > a:after {
  float: right;
  margin: 10px 10px;
  transform: rotate(180deg);
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  background-size: 14px 14px;
  background-image: url(../images/graphics/fleche-black-bas.svg);
  background-repeat: no-repeat;
}
ul.menu-mobile__menu > li.opened > a:after {
  transform: rotate(360deg);
  background-image: url(../images/graphics/fleche-turquoise-bas.svg);
}
ul.menu-mobile__menu > li .sub-menu {
  display: none;
  width: 100%;
  min-width: 255px;
  margin-top: 0px;
  padding: 15px 0;
  background-color: #6BC9C5;
  flex-direction: column;
  align-items: flex-start;
  z-index: 1000;
}
ul.menu-mobile__menu > li .sub-menu > li {
  list-style: none;
  width: 100%;
}
ul.menu-mobile__menu > li .sub-menu > li:last-child {
  margin-bottom: 0;
}
ul.menu-mobile__menu > li .sub-menu > li > a {
  max-height: 100%;
  height: auto;
  color: #fff;
  font-size: 1rem;
  padding: 7px 40px;
  display: block;
}
ul.menu-mobile__menu > li .sub-menu > li > a:hover, ul.menu-mobile__menu > li .sub-menu > li > a:focus, ul.menu-mobile__menu > li .sub-menu > li > a:active {
  text-decoration: none;
}
ul.menu-mobile__menu > li .sub-menu > li.current-menu-item > a, ul.menu-mobile__menu > li .sub-menu > li.current-page-ancestor > a {
  color: #000;
  font-weight: 700;
}
ul.menu-mobile__menu > li.opened, ul.menu-mobile__menu > li.current-menu-item, ul.menu-mobile__menu > li.current-page-ancestor {
  background-color: white;
}
ul.menu-mobile__menu > li.opened > a, ul.menu-mobile__menu > li.current-menu-item > a, ul.menu-mobile__menu > li.current-page-ancestor > a {
  color: #6BC9C5;
}
ul.menu-mobile__menu > li.opened > .sub-menu-toggle:after, ul.menu-mobile__menu > li.current-menu-item > .sub-menu-toggle:after, ul.menu-mobile__menu > li.current-page-ancestor > .sub-menu-toggle:after {
  color: #fff;
}

.menu-mobile__footer {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.menu-mobile__footer .menu-mobile__footer--routes-btn {
  width: 90%;
  color: #fff;
}

.newsletter {
  font-family: "proxima-nova", sans-serif;
  background-color: #6BC9C5;
  display: flex;
  flex-direction: row;
  padding: 40px 0;
}

.newsletter__content h2,
.newsletter__content h3 {
  color: #FFF200;
  font-size: 1.75rem;
  font-weight: 800;
}
.newsletter__content p {
  color: #fff;
  margin: 0;
}
@media (max-width: 991px) {
  .newsletter__content p {
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .newsletter__content p {
    display: none;
  }
}

.newsletter__form {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) and (min-width: 768px) {
  .newsletter__form {
    padding: 0 !important;
  }
}

.newsletter__form__content {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 450px) {
  .newsletter__form__content {
    flex-direction: column;
  }
}

.newsletter__form__conditions a {
  color: white;
  text-decoration: underline;
}
.newsletter__form__conditions a:hover {
  text-decoration: none;
}
.newsletter__form__conditions label {
  color: white;
  margin: 0;
}
.newsletter__form__conditions .input-group {
  margin: 10px 0 0;
}
.newsletter__form__conditions [type=checkbox].filled-in:not(:checked) + label:after {
  border-color: white;
}

.newsletter__form__input {
  background-color: #fff !important;
  height: 46px !important;
  padding: 10px 10px 10px 50px !important;
  border: none !important;
  border-radius: 8px !important;
  margin: 0 18px 0 0 !important;
  background-size: 20px auto !important;
  background-image: url(../images/icons/icon-courriel.svg) !important;
  background-repeat: no-repeat !important;
  background-position: 20px center !important;
  width: 100% !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}
@media (max-width: 450px) {
  .newsletter__form__input {
    margin-right: 0 !important;
  }
}
@media (max-width: 340px) {
  .newsletter__form__input {
    padding-right: 8px !important;
    padding-left: 36px !important;
    background-position: 10px center !important;
  }
  .newsletter__form__input::-moz-placeholder {
    font-size: 0.8rem;
  }
  .newsletter__form__input::placeholder {
    font-size: 0.8rem;
  }
}

.newsletter__form__button {
  height: 46px;
}
@media (max-width: 450px) {
  .newsletter__form__button {
    width: 100%;
    margin-top: 10px;
  }
}

.newsletter__form__alert--success {
  display: none;
  background-color: #D9D9D9;
  width: 100%;
  text-align: center;
  justify-self: center;
  align-self: center;
  padding: 10px;
  border-radius: 10px;
}

.newsletter__form__alert--error {
  display: none;
  background-color: #D9D9D9;
  width: 100%;
  text-align: center;
  justify-self: center;
  align-self: center;
  padding: 10px;
  border-radius: 10px;
}

.travels-counters {
  padding: 115px 0 50px;
  background-image: url(../images/graphics/background-U.svg);
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: auto;
}
@media (max-width: 575.98px) {
  .travels-counters {
    padding: 30px 0 30px;
    background-position: -170px -200px;
    background-size: 400px auto;
  }
}
@media (max-width: 991.98px) {
  .travels-counters {
    padding: 0;
  }
}

.travels-counters__col {
  border-right: 2px solid #D9D9D9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  line-height: 1;
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.travels-counters__col:last-child {
  border-right: none;
}
@media (max-width: 991.98px) {
  .travels-counters__col {
    border-right: none;
    padding: 15px 0;
    border-bottom: 2px solid #D9D9D9;
  }
  .travels-counters__col:last-child {
    border-bottom: none;
  }
}

.travels-counters__title {
  display: block;
  margin: 0 0 10px;
  line-height: 1.2;
}

.travels-counters__figure {
  display: block;
  font-size: 3.125rem;
  font-weight: 800;
}
@media (max-width: 1399.98px) {
  .travels-counters__figure {
    font-size: 2.125rem;
  }
}

.travels-counters__bouton {
  width: 100%;
  justify-self: center !important;
}

.itinerary-page-template-default .popular-destination {
  background-image: unset;
}
.itinerary-page-template-default .counter-up {
  background-color: white;
}
.itinerary-page-template-default .services .row:first-child {
  display: none;
}
.itinerary-page-template-default .funnel_steps_template_render {
  padding: 40px 0 0;
}
.itinerary-page-template-default .funnel_steps_template_render .funnel_steps {
  display: none;
}
.itinerary-page-template-default .funnel_steps_template_render .days_selector {
  border-bottom: 2px solid #f04e5e;
}

.oexp-map {
  width: 100%;
  height: 100%;
}
.oexp-map .infowindow {
  font-size: 12px;
  color: black;
  min-width: 200px;
  padding: 6px;
}
.oexp-map .infowindow span {
  display: block;
}
.oexp-map .infowindow .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}
.oexp-map .infowindow .lines {
  padding-top: 12px;
  margin-top: 12px;
  border-top: solid 1px #D9D9D9;
}
.oexp-map .infowindow .services {
  display: flex;
  margin-top: 12px;
  padding: 0;
}
.oexp-map .infowindow .services .service-code {
  flex-basis: 34px;
  font-size: 20px;
}
.oexp-map .zoom-box {
  background: rgba(0, 65, 92, 0.94);
  position: absolute;
  top: 15px;
  left: 15px;
  width: 30px;
  height: 246px;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
}
.oexp-map .zoom-box span[rel=more],
.oexp-map .zoom-box span[rel=less] {
  flex: 0 0 25px;
  display: block;
  font-size: 16px;
  color: white;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.6;
  transition: all 0.4s;
}
.oexp-map .zoom-box span[rel=more]:hover,
.oexp-map .zoom-box span[rel=less]:hover {
  opacity: 1;
  color: #FFF200;
}
.oexp-map .zoom-box span[rel=less] {
  order: 3;
}
.oexp-map .zoom-box span[rel=bar] {
  flex: 1 1 auto;
  display: flex;
  position: relative;
}
.oexp-map .zoom-box span[rel=bar]:before {
  content: "";
  display: block;
  position: absolute;
  background: white;
  height: 100%;
  width: 4px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0.6;
}
.oexp-map .zoom-box span.gauge {
  width: 4px;
  background: #FFF200;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.4s;
}
.oexp-map .legend {
  position: absolute;
  bottom: 25px;
  right: 25px;
  width: 212px;
  z-index: 600;
  color: white;
  font-size: 12px;
}
.oexp-map .legend .services {
  width: 100%;
  padding: 8px 16px;
  background: #313235;
  border-radius: 3px;
  color: rgb(152, 152.5, 154);
  line-height: 30px;
}
.oexp-map .legend .services .title {
  text-transform: uppercase;
  flex: 1 1 35%;
}
.oexp-map .legend .services .service-code {
  background: black;
}
.oexp-map .legend > div + div {
  margin-top: 8px;
}
.oexp-map .legend .lines {
  width: 100%;
  padding: 8px 16px;
  background: white;
  border-radius: 3px;
}
.oexp-map .legend.--minimal .services {
  display: none;
}
.oexp-map .legend.--minimal {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.76);
  border-radius: 0 0 10px 10px;
}
.oexp-map .legend.--minimal .lines {
  background: transparent;
  margin: 0;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  padding: 16px 4px;
}
.oexp-map .legend.--minimal .line {
  flex-grow: 0;
}
.oexp-map .legend.--minimal .line + .line {
  margin-top: 0;
}
.oexp-map .legend.--minimal .line-code {
  width: 12px;
  flex-basis: 12px;
  height: 12px;
  border-radius: 50%;
  border: solid 2px white;
  margin-top: -2px;
}
.oexp-map .legend.--minimal .line-name {
  color: white;
}
.oexp-map .services {
  display: flex;
  flex-direction: row;
}
.oexp-map .services .services-groups {
  flex: 1 1 65%;
  display: flex;
  flex-direction: column;
}
.oexp-map .services .service {
  width: 125px;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}
.oexp-map .services .service + .service {
  margin-top: 6px;
}
.oexp-map .services .service-code {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  flex: 0 0 19px;
  color: white;
  font-size: 12px;
  opacity: 1;
  border-radius: 2px;
  background-color: #313235;
  font-weight: bold;
  padding: 2px 0px;
  text-align: center;
  margin-right: 6px;
}
.oexp-map .services .service-name {
  flex: 1 1 auto;
  height: 30px;
}
.oexp-map .lines {
  display: flex;
  flex-direction: column;
  font-size: 12px;
}
.oexp-map .lines .line {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  padding: 0 5px;
  line-height: 1.2;
}
.oexp-map .lines .line + .line {
  margin-top: 4px;
}
.oexp-map .lines .line-code {
  flex: 0 0 19px;
  display: block;
  border-radius: 2px;
  height: 30px;
}
.oexp-map .lines .line-name {
  flex: 1 1 auto;
  color: #666;
  margin-left: 6px;
}

ul:not(.browser-default),
.ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}

ul:not(.browser-default) li {
  list-style-type: none;
}

.core-content.column-custom > .container > .row > .col > ul,
.custom-page-builder-col.standard > ul {
  padding-inline-start: 40px;
}
.core-content.column-custom > .container > .row > .col > ul ul,
.custom-page-builder-col.standard > ul ul {
  padding-inline-start: 40px;
}
.core-content.column-custom > .container > .row > .col > ul li,
.custom-page-builder-col.standard > ul li {
  list-style-type: disc;
}

body.funnel .core-content {
  padding: 0;
}
body.funnel .core-content > .container {
  max-width: none;
  padding: 0;
  width: 100% !important;
}

.custom-page-builder-col .collapsible .datepicker-wrapper {
  position: relative;
  padding-left: 34px;
}
.custom-page-builder-col .collapsible .datepicker-wrapper .datepicker-wrapper_inner {
  position: relative;
}
.custom-page-builder-col .collapsible .datepicker-wrapper .icon-calendar-wrapper {
  position: absolute;
  top: 8px;
  left: 0;
  margin-top: 0;
}
.custom-page-builder-col .collapsible .datepicker-wrapper .icon-calendar-wrapper .icon-calendar {
  font-size: 24px;
  color: #00415C;
}

.wifi-ok {
  background-color: #00415C;
  padding-top: 75px;
  padding-bottom: 110px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .wifi-ok {
    padding-bottom: 100px;
  }
}
@media (max-width: 575.98px) {
  .wifi-ok {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}
.wifi-ok:after {
  content: "";
  background-image: url(../images/graphics/illustration-autobus-jaune.svg);
  background-repeat: repeat;
  background-size: auto;
  height: 119px;
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 40px;
  left: -10%;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-position-x: -810px;
}
@media (min-width: 1400px) {
  .wifi-ok:after {
    left: -10%;
  }
}
@media (max-width: 1399.98px) {
  .wifi-ok:after {
    left: -30%;
  }
}
@media (max-width: 1199.98px) {
  .wifi-ok:after {
    left: -10%;
    background-size: auto 80px;
    height: 80px;
  }
}
@media (max-width: 991.98px) {
  .wifi-ok:after {
    left: 0%;
  }
}
@media (max-width: 575.98px) {
  .wifi-ok:after {
    left: -170%;
    background-size: auto 60px;
    height: 60px;
    background-position-x: 0px;
  }
}
.wifi-ok .row {
  width: 100%;
}
@media (min-width: 768px) {
  .wifi-ok .row {
    display: inline-flex;
  }
}

.wifi-ok__title {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2117647059);
  width: 100%;
}
.wifi-ok__title h1 {
  color: #FFF200;
  font-size: 4.375rem;
  line-height: 1;
  font-weight: 800;
  margin: 0;
  position: relative;
}
.wifi-ok__title h1:before {
  content: "";
  background-image: url(../images/graphics/wifi.svg);
  background-repeat: no-repeat;
  background-size: auto;
  height: 55px;
  width: 55px;
  display: block;
  position: absolute;
  z-index: 0;
  top: -10px;
  right: 0px;
}
@media (max-width: 991.98px) {
  .wifi-ok__title h1:before {
    height: 45px;
    width: 45px;
  }
}
@media (max-width: 991.98px) {
  .wifi-ok__title h1 {
    font-size: 2.25rem;
  }
}
.wifi-ok__title span {
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 200;
}

/*---- BLOCK INFO WIFI ----*/
.wifi_information__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.wifi-block__inner {
  width: calc(50% - 5px);
  display: flex;
  background-color: #6bc8c4;
  border-radius: 10px;
  align-items: flex-end;
  background-size: 100%;
  background-position: 150px 0;
  background-repeat: no-repeat;
  background-image: url(../images/graphics/illustration-happyface.svg);
  min-height: 190px;
  margin-top: 25px;
}
@media (max-width: 991.98px) {
  .wifi-block__inner {
    background-size: 150%;
    background-position: 30px 0;
  }
}
.wifi-block__inner:nth-child(odd) {
  margin-right: 5px;
}
.wifi-block__inner:nth-child(even) {
  margin-left: 5px;
  background: #f04e5e;
  background-size: 100%;
  background-position: 0px 10px;
  background-repeat: no-repeat;
  background-image: url(../images/icons/icon-taxi.svg);
}
@media (max-width: 575.98px) {
  .wifi-block__inner:nth-child(even) {
    background-size: 200%;
    background-position: -105px 10px;
  }
}
@media (max-width: 575.98px) {
  .wifi-block__inner {
    min-height: 125px;
    background-size: 250%;
    background-position: -45px 0;
  }
}
.wifi-block__inner .content {
  align-items: center;
  padding: 0 10px 0 25px;
  height: 140px;
  border-radius: 0 0 10px 10px;
  line-height: 1;
  width: 100%;
}
@media (max-width: 575.98px) {
  .wifi-block__inner .content {
    height: 90px;
    padding: 0 10px 0 10px;
  }
}
.wifi-block__inner .content .title-block {
  color: white;
  font-size: 1.68rem;
  font-weight: 200;
}
@media (max-width: 575.98px) {
  .wifi-block__inner .content .title-block {
    font-size: 0.8rem;
    line-height: 15px;
  }
}
.wifi-block__inner .link-uppercase a {
  color: #fff200;
}
.wifi-block__inner .link-uppercase span {
  font-weight: 600;
  text-transform: uppercase;
  color: #fff200;
  border-bottom: 2px solid #fff200;
  font-size: 0.8rem;
  letter-spacing: 0.2px;
}
.wifi-block__inner .link-uppercase:hover {
  text-decoration: none;
}
.wifi-block__inner .link-uppercase:hover span {
  color: #fff200;
  border-bottom: none;
}
.wifi-block__inner .link-uppercase:after {
  content: url(../images/graphics/fleche-yellow-bas.svg);
  height: 14px;
  width: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 0px;
  position: relative;
  top: 2px;
  transform: rotate(-90deg);
}

/*---- CHATBOT ----*/
.chatbot_inner {
  margin-right: auto;
  margin-left: auto;
}

.chabot_content {
  margin-top: 25px;
  margin-bottom: 80px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  background-color: white;
  border-radius: 10px;
  position: relative;
  min-width: 500px;
}
.chabot_content:before {
  content: "";
  background-image: url(../images/icons/tachtbot.svg);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
  height: 70px;
  width: 70px;
  display: block;
  position: absolute;
  z-index: 0;
  top: 15px;
  right: 15px;
  background-color: #f2f2f2;
  border-radius: 50px;
}
.chabot_content:after {
  content: "";
  background-image: url(../images/icons/messenger.svg);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
  height: 65px;
  width: 65px;
  display: block;
  position: absolute;
  z-index: 0;
  bottom: -80px;
  right: 0px;
  background-color: #6bc8c4;
  border-radius: 50px;
}
@media (max-width: 575.98px) {
  .chabot_content {
    min-width: 100%;
  }
}
.chabot_content .text_content {
  padding: 20px 95px 0px 60px;
  text-align: left;
  font-weight: 800;
  font-size: 22px;
  line-height: 24px;
}
.chabot_content .text_content:before {
  content: "";
  background-image: url(../images/icon-close.png);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  height: 30px;
  width: 30px;
  display: block;
  position: absolute;
  z-index: 0;
  top: 15px;
  left: 15px;
  background-color: #f2f2f2;
  border-radius: 50px;
}
.chabot_content .text_content p {
  margin: 0px 0px 25px;
  color: black;
}
.chabot_content .message_content {
  position: relative;
  text-align: left;
  padding-left: 100px;
}
.chabot_content .message_content:before {
  content: "";
  background-image: url(../images/icons/icon-utilisateur.svg);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
  height: 30px;
  width: 30px;
  display: block;
  position: absolute;
  z-index: 0;
  top: -5px;
  left: 55px;
}
@media (max-width: 575.98px) {
  .chabot_content .message_content {
    min-width: 100%;
  }
}
.chabot_content .message_content p {
  margin: -5px 0px 20px 0px;
  color: #b1b1b1;
}
.chabot_content .text_robot_content {
  color: #6bc8c4;
  font-weight: 800;
  font-size: 28px;
  padding: 1px 10px;
  border-top: 1px solid #dedcdc;
}
.chabot_content .text_robot_content p {
  margin: 15px 0px;
}
.chabot_content a img {
  max-width: 60%;
}
@media (max-width: 575.98px) {
  .chabot_content a img {
    max-width: 100%;
  }
}

.my-trip {
  background-color: white;
  padding-bottom: 25px;
  padding-top: 25px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .my-trip {
    padding-top: 20px;
    padding-bottom: 25px;
  }
}
.my-trip:before {
  content: "";
  background-image: url(../images/graphics/background-U.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 350px;
  width: 350px;
  display: block;
  position: absolute;
  z-index: 0;
  top: -200px;
  left: -125px;
}
.my-trip .row {
  width: 100%;
}
@media (min-width: 768px) {
  .my-trip .row {
    display: inline-flex;
  }
}
.my-trip .trip {
  z-index: 1;
  position: relative;
}

.my-trip__title {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  line-height: 1;
  width: 100%;
  justify-content: space-between;
  z-index: 2;
}
.my-trip__title h1 {
  font-weight: 200;
}
.my-trip__title h1 span {
  font-weight: 800;
}
.my-trip__title .expected-arrival {
  background: white;
  padding: 15px;
  padding-left: 0px;
  box-shadow: 0px 0px 10px 5px rgb(230, 230, 230);
}
.my-trip__title .expected-arrival .content {
  border-left: 2px solid #35d26a;
  padding: 5px;
  padding-left: 15px;
  font-weight: 100;
  color: grey;
}
.my-trip__title .expected-arrival .content span {
  font-weight: 700;
  color: black;
}

/*--- Timelaps trip ---*/
#timelaps_trip {
  /*   height: 3px;
  background: #35d26a; */
  width: 100%;
  z-index: 3;
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#timelaps_trip .step-before {
  display: flex;
}
#timelaps_trip .step-before .line {
  background: #35d26a;
  height: 3px;
  width: 100%;
  align-self: flex-end;
  margin: 0px 5px;
}
#timelaps_trip .step-after {
  display: flex;
}
#timelaps_trip .step-after .line {
  background: #999999;
  height: 3px;
  width: 100%;
  align-self: flex-end;
  margin: 0px 5px;
}
#timelaps_trip .departure {
  width: 25px;
  align-self: flex-end;
}
#timelaps_trip .arrival {
  width: 16px;
  align-self: flex-end;
}
#timelaps_trip .bus {
  width: 31px;
  align-self: flex-end;
  position: relative;
  margin: 0 5px;
}
#timelaps_trip .bus:before {
  content: "";
  background-image: url(../images/icons/wifi-bus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: 120px;
  display: block;
  position: absolute;
  z-index: 0;
  top: -35px;
  left: -17px;
}

.content_name_city {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  font-weight: 200;
  margin-top: 5px;
}

.next_stop {
  text-align: center;
  margin: 25px 0px;
  font-size: 0.85rem;
  color: #999999;
  margin-right: auto;
  margin-left: auto;
}
.next_stop .content {
  position: relative;
}
.next_stop .content:before {
  content: "";
  background-image: url(../images/icons/arret.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 20px;
  width: 10px;
  position: absolute;
  z-index: 0;
  left: -15px;
}
.next_stop span {
  font-weight: 800;
  color: black;
}

#display_detailed_itinerary {
  width: 100%;
  box-shadow: 0px 8px 0px 0px #fff inset, 0px 9px 0px 0px #dcdcdc inset;
}
#display_detailed_itinerary div {
  font-weight: 600;
  text-transform: uppercase;
  color: #6bc9c5;
  position: relative;
  font-size: 0.815rem;
  background-color: white;
  padding-left: 10px;
  float: right;
}
#display_detailed_itinerary div:after {
  content: url(../images/graphics/fleche-turquoise-droite.svg);
  height: 14px;
  width: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 4px;
  position: relative;
  top: 3px;
  transform: rotate(90deg);
}
#display_detailed_itinerary div.flip:after {
  transform: rotate(0deg);
}

#details_trip_template {
  width: 100%;
}
#details_trip_template .select_schedule__details_map_container {
  border-right: 0px solid #dbdcdf;
}

.btn_search__inner {
  margin-bottom: 30px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  margin-top: -15px;
}
@media (max-width: 991.98px) {
  .btn_search__inner {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .btn_search__inner {
    width: 90%;
  }
}

.btn_content {
  width: 50%;
  display: flex;
  background-color: #f04e5e;
  border-radius: 10px;
  align-items: flex-end;
  background-size: contain;
  background-position: 375px -20px;
  background-repeat: no-repeat;
  background-image: url(../images/icons/recherche_billet.svg);
  box-shadow: 0px 0px 10px 5px #e6e6e6;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 575.98px) {
  .btn_content {
    width: 100%;
    margin-right: 0px;
    background-position: 160px -20px;
  }
}
.btn_content .content {
  align-items: center;
  padding: 0 20px 0 25px;
  height: 150px;
  border-radius: 0 0 10px 10px;
  line-height: 1;
  width: 100%;
}
@media (max-width: 575.98px) {
  .btn_content .content {
    height: 90px;
    padding: 0px 20px 0 20px;
  }
}
.btn_content .content .title-block {
  color: white;
  font-size: 1.68rem;
  font-weight: 200;
}
@media (max-width: 575.98px) {
  .btn_content .content .title-block {
    font-size: 0.8rem;
    line-height: 15px;
  }
}
.btn_content .link-uppercase a {
  color: #fff200;
}
.btn_content .link-uppercase span {
  font-weight: 600;
  text-transform: uppercase;
  color: #fff200;
  border-bottom: 2px solid #fff200;
  font-size: 0.8rem;
  letter-spacing: 0.2px;
}
.btn_content .link-uppercase:hover {
  text-decoration: none;
}
.btn_content .link-uppercase:hover span {
  color: #6BC9C5;
  border-bottom: none;
}
.btn_content .link-uppercase:after {
  content: url(../images/graphics/fleche-yellow-bas.svg);
  height: 14px;
  width: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 0px;
  position: relative;
  top: 2px;
  transform: rotate(-90deg);
}

.my-points {
  background: #f2f2f2;
  padding: 30px 0px;
}
.my-points .welcome-on-bord {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  align-items: center;
}
.my-points .welcome-on-bord span {
  font-weight: 700;
}
.my-points .welcome-on-bord .icon_user {
  width: 3%;
  background-image: url(../images/user-icon-wifi.png);
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 29px;
  height: 100%;
}
@media (max-width: 767.98px) {
  .my-points .welcome-on-bord .icon_user {
    width: 10%;
    background-position-y: 20px;
  }
}
.my-points .welcome-on-bord .user_name {
  width: calc(70% - 5px);
  margin-right: 5px;
  line-height: 18px;
  font-weight: 100;
}
@media (max-width: 767.98px) {
  .my-points .welcome-on-bord .user_name {
    width: calc(50% - 5px);
  }
}
.my-points .welcome-on-bord {
  /* ---- BALANCE DE POINTS ---- */
}
@media (max-width: 767.98px) {
  .my-points .welcome-on-bord .funnel_steps__bon-point-counter {
    font-size: 12px;
    width: 185px;
    padding: 16px 12px;
  }
}
@media (max-width: 767.98px) {
  .my-points .welcome-on-bord .funnel_steps__bon-point-counter {
    width: calc(40% - 5px);
    margin-left: 5px;
  }
}
.my-points .welcome-on-bord .funnel_steps__bon-point-counter {
  background-color: #6BC9C5;
  width: 27%;
  padding: 24px 20px;
  border-radius: 5px;
  text-align: left;
  font-size: 16px;
  line-height: 1em;
  margin: 0;
  background-repeat: no-repeat;
  background-position: 15px center;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  background-image: url(../images/billetterie/img-bg-bonspoints.png);
  background-size: 30% 100%;
  background-position: right;
}
.my-points .welcome-on-bord .funnel_steps__bon-point-counter .title {
  width: 75%;
  color: white;
  font-weight: 600;
}
.my-points .welcome-on-bord .funnel_steps__bon-point-counter .title span {
  color: #fcee4a;
}
.my-points .welcome-on-bord .funnel_steps__bon-point-counter .points {
  color: #fcee4a;
  width: 25%;
  text-align: right;
  font-weight: 800;
}
.my-points .welcome-on-bord .funnel_steps__bon-point-counter .bar {
  width: 100%;
  display: block;
  background-color: white;
  height: 5px;
  border-radius: 3px;
  margin: 10px 0 0 0;
}
.my-points .welcome-on-bord .funnel_steps__bon-point-counter .bar span {
  height: 100%;
  background-color: #fcee4a;
  width: 70%;
  border-radius: 3px;
  display: block;
}

/*---- Accumulate point -----*/
.accumulates_points {
  padding: 30px 0px;
}
.accumulates_points .title_content {
  font-weight: 200;
  text-align: center;
  width: 100%;
  font-size: 1.25rem;
}
.accumulates_points .title_content span {
  font-weight: 800;
}

/*---- Block ANSWER -----*/
.statu-block-answer {
  background: #6bc8c4;
  width: calc(33% - 5px);
  height: 110px;
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px;
  border-radius: 10px 10px;
  margin-right: 10px;
  background-position: 30px -25px;
  background-repeat: no-repeat;
  background-image: url(../images/icons/icon_answer.svg);
}
@media (max-width: 991.98px) {
  .statu-block-answer {
    background-position: 38px 0px;
    background-size: 80%;
  }
}
@media (max-width: 575.98px) {
  .statu-block-answer {
    width: 100%;
    margin-right: 0px;
    background-size: 70%;
    background-position: 30px -25px;
  }
}
.statu-block-answer .title-block {
  padding-left: 50px;
  color: #fff200;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 18px;
  padding-top: 5px;
}
.statu-block-answer .title-block span {
  color: white;
  text-transform: none;
  font-weight: 200;
}
.statu-block-answer .content-block {
  background: #00506e;
  width: 70%;
  text-align: center;
  bottom: -30px;
  position: absolute;
  left: 50%;
  margin-left: -35%;
  border-radius: 0 0 10px 10px;
  color: #fff200;
  height: 30px;
  padding-top: 3px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 1px;
}

/*---- Block GAME -----*/
.statu-block-game {
  background: #6bc8c4;
  width: calc(33% - 5px);
  height: 110px;
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px;
  border-radius: 10px 10px;
  margin-right: 10px;
  background: #6bc8c4 url(../images/graphics/bus-plus-plus.svg);
  background-size: 145%;
  background-repeat: no-repeat;
  background-position: -385px 10px;
}
@media (max-width: 991.98px) {
  .statu-block-game {
    background-size: 185%;
    background-position: -305px 25px;
  }
}
@media (max-width: 575.98px) {
  .statu-block-game {
    width: 100%;
    margin-right: 0px;
    background-size: 160%;
    background-repeat: no-repeat;
    background-position: -390px 15px;
  }
}
.statu-block-game .title-block {
  line-height: 18px;
  padding-top: 5px;
  float: right;
  padding-right: 90px;
  color: white;
  text-transform: none;
  font-weight: 200;
}
@media (max-width: 991.98px) {
  .statu-block-game .title-block {
    padding-right: 30px;
  }
}
@media (max-width: 575.98px) {
  .statu-block-game .title-block {
    padding-right: 90px;
  }
}
.statu-block-game .title-block span {
  color: #fff200;
  text-transform: uppercase;
  font-weight: 600;
}
.statu-block-game .content-block {
  background: #00506e;
  width: 70%;
  text-align: center;
  bottom: -30px;
  position: absolute;
  left: 50%;
  margin-left: -35%;
  border-radius: 0 0 10px 10px;
  color: #fff200;
  height: 30px;
  padding-top: 3px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 1px;
}

/*---- Block SHARE -----*/
.statu-block-share {
  background: #6bc8c4;
  width: calc(33% - 5px);
  height: 110px;
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px;
  border-radius: 10px 10px;
  background-size: 60%;
  background-position: 70px -120px;
  background-repeat: no-repeat;
  background-image: url(../images/share_article.svg);
}
@media (max-width: 991.98px) {
  .statu-block-share {
    width: 32%;
  }
}
@media (max-width: 575.98px) {
  .statu-block-share {
    width: 100%;
    background-size: 70%;
    background-position: 60px -110px;
  }
}
.statu-block-share .title-block {
  padding-left: 50px;
  color: #fff200;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 18px;
  padding-top: 25px;
}
.statu-block-share .title-block span {
  color: white;
  text-transform: none;
  font-weight: 200;
}
.statu-block-share .content-block {
  background: #00506e;
  width: 70%;
  text-align: center;
  bottom: -30px;
  position: absolute;
  left: 50%;
  margin-left: -35%;
  border-radius: 0 0 10px 10px;
  color: #fff200;
  height: 30px;
  padding-top: 3px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.filter-grey {
  filter: grayscale(100%);
}

.playlist_inner .row {
  width: 50%;
  margin-right: auto !important;
  margin-left: auto !important;
}
@media (max-width: 991.98px) {
  .playlist_inner .row {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .playlist_inner .row {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .playlist_inner .container {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.playlist_content {
  width: 100%;
  margin-top: -15px;
}

.header-playlist {
  background: #222327;
  width: 100%;
}
.header-playlist .container_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.header-playlist .container_content .title {
  color: white;
  font-weight: 200;
  width: 85%;
  font-size: 1.3rem;
  line-height: 20px;
}
.header-playlist .container_content .title span {
  font-weight: 800;
}
@media (max-width: 575.98px) {
  .header-playlist .container_content .title {
    width: 55%;
  }
}
.header-playlist .container_content .subtitle {
  color: white;
  text-transform: uppercase;
  width: 10%;
  font-size: 0.7rem;
  letter-spacing: 0.5px;
}
.header-playlist .container_content .subtitle span {
  font-weight: 800;
}
@media (max-width: 575.98px) {
  .header-playlist .container_content .subtitle {
    width: 35%;
  }
}
.header-playlist .container_content .icon_spotify {
  width: 5%;
}
@media (max-width: 575.98px) {
  .header-playlist .container_content .icon_spotify {
    width: 10%;
  }
}

.page-template-sidebar-hidden-faq .content-container h1,
.page-template-content-left-sidebar-faq .content-left-sidebar-template .content-container h1 {
  font-size: 32px;
  letter-spacing: 0;
  line-height: 48px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: 400;
}
.page-template-sidebar-hidden-faq .content-container h3,
.page-template-content-left-sidebar-faq .content-left-sidebar-template .content-container h3 {
  font-weight: bold;
  font-size: 18px;
  color: #00415C;
  line-height: normal;
  text-transform: none;
}

.page-template-content-left-sidebar-faq .content-left-sidebar-template > .container > .css-table {
  table-layout: fixed;
}
.page-template-content-left-sidebar-faq .content-left-sidebar-template .content-container .core-content > .container {
  width: 100% !important;
}
.page-template-content-left-sidebar-faq .content-left-sidebar-template .content-container .column-custom {
  background-color: transparent;
  padding-top: 0;
}
.page-template-content-left-sidebar-faq .content-left-sidebar-template .content-container .col > ul {
  padding-left: 20px;
}
.page-template-content-left-sidebar-faq .content-left-sidebar-template .content-container .col > ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}
.page-template-content-left-sidebar-faq .content-left-sidebar-template .content-container .wp-block-media-text {
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-template-sidebar-hidden,
.content-left-sidebar-template {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.page-template-sidebar-hidden.content-left-sidebar-template__larger .content-container,
.content-left-sidebar-template.content-left-sidebar-template__larger .content-container {
  padding-left: 15px;
}
@media (max-width: 991.98px) {
  .page-template-sidebar-hidden.content-left-sidebar-template__larger .content-container,
  .content-left-sidebar-template.content-left-sidebar-template__larger .content-container {
    padding-left: 0;
  }
}
.page-template-sidebar-hidden .sidebar-container,
.content-left-sidebar-template .sidebar-container {
  position: relative;
  vertical-align: top;
  background-color: white;
  width: 100%;
}
@media (min-width: 768px) {
  .page-template-sidebar-hidden .sidebar-container,
  .content-left-sidebar-template .sidebar-container {
    width: 25%;
  }
}
.page-template-sidebar-hidden .sidebar-container .mobile-menu-button,
.content-left-sidebar-template .sidebar-container .mobile-menu-button {
  position: relative;
  font-size: 14px;
  color: #212529;
  letter-spacing: 0;
  line-height: 24px;
  padding: 12px;
  cursor: pointer;
  background-color: #dee2e6;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-transform: uppercase;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.page-template-sidebar-hidden .sidebar-container .mobile-menu-button:before,
.content-left-sidebar-template .sidebar-container .mobile-menu-button:before {
  content: "\e900";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(0deg);
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 8px;
  transition: all 200ms ease;
}
.page-template-sidebar-hidden .sidebar-container .mobile-menu-button.active,
.content-left-sidebar-template .sidebar-container .mobile-menu-button.active {
  color: #00415C;
}
.page-template-sidebar-hidden .sidebar-container .mobile-menu-button.active:before,
.content-left-sidebar-template .sidebar-container .mobile-menu-button.active:before {
  transform: rotate(-180deg);
}
.page-template-sidebar-hidden .sidebar-container .sidebar-menu,
.content-left-sidebar-template .sidebar-container .sidebar-menu {
  display: none;
  margin: 0;
}
@media (min-width: 768px) {
  .page-template-sidebar-hidden .sidebar-container .sidebar-menu,
  .content-left-sidebar-template .sidebar-container .sidebar-menu {
    padding-top: 30px;
    padding-bottom: 60px;
    display: block !important;
  }
}
.page-template-sidebar-hidden .sidebar-container .sidebar-menu li,
.content-left-sidebar-template .sidebar-container .sidebar-menu li {
  border-top: 1px solid #e9ecef;
  position: relative;
}
.page-template-sidebar-hidden .sidebar-container .sidebar-menu li.current-menu-item, .page-template-sidebar-hidden .sidebar-container .sidebar-menu li.current_page_parent,
.content-left-sidebar-template .sidebar-container .sidebar-menu li.current-menu-item,
.content-left-sidebar-template .sidebar-container .sidebar-menu li.current_page_parent {
  background: white;
}
.page-template-sidebar-hidden .sidebar-container .sidebar-menu li.current-menu-item a, .page-template-sidebar-hidden .sidebar-container .sidebar-menu li.current_page_parent a,
.content-left-sidebar-template .sidebar-container .sidebar-menu li.current-menu-item a,
.content-left-sidebar-template .sidebar-container .sidebar-menu li.current_page_parent a {
  background: white;
}
@media (min-width: 768px) {
  .page-template-sidebar-hidden .sidebar-container .sidebar-menu li.current-menu-item a, .page-template-sidebar-hidden .sidebar-container .sidebar-menu li.current_page_parent a,
  .content-left-sidebar-template .sidebar-container .sidebar-menu li.current-menu-item a,
  .content-left-sidebar-template .sidebar-container .sidebar-menu li.current_page_parent a {
    margin-right: -10px;
  }
}
@media (min-width: 768px) {
  .page-template-sidebar-hidden .sidebar-container .sidebar-menu li.current-menu-item a i, .page-template-sidebar-hidden .sidebar-container .sidebar-menu li.current_page_parent a i,
  .content-left-sidebar-template .sidebar-container .sidebar-menu li.current-menu-item a i,
  .content-left-sidebar-template .sidebar-container .sidebar-menu li.current_page_parent a i {
    margin-right: 10px;
  }
}
.page-template-sidebar-hidden .sidebar-container .sidebar-menu li.current-menu-item > a, .page-template-sidebar-hidden .sidebar-container .sidebar-menu li.current_page_parent > a,
.content-left-sidebar-template .sidebar-container .sidebar-menu li.current-menu-item > a,
.content-left-sidebar-template .sidebar-container .sidebar-menu li.current_page_parent > a {
  color: #6BC9C5;
  font-weight: 600;
}
.page-template-sidebar-hidden .sidebar-container .sidebar-menu li.current-menu-item .dropdown-menu a:hover, .page-template-sidebar-hidden .sidebar-container .sidebar-menu li.current-menu-item .dropdown-menu a:focus, .page-template-sidebar-hidden .sidebar-container .sidebar-menu li.current_page_parent .dropdown-menu a:hover, .page-template-sidebar-hidden .sidebar-container .sidebar-menu li.current_page_parent .dropdown-menu a:focus,
.content-left-sidebar-template .sidebar-container .sidebar-menu li.current-menu-item .dropdown-menu a:hover,
.content-left-sidebar-template .sidebar-container .sidebar-menu li.current-menu-item .dropdown-menu a:focus,
.content-left-sidebar-template .sidebar-container .sidebar-menu li.current_page_parent .dropdown-menu a:hover,
.content-left-sidebar-template .sidebar-container .sidebar-menu li.current_page_parent .dropdown-menu a:focus {
  background: white;
}
@media (max-width: 991.98px) {
  .page-template-sidebar-hidden .sidebar-container .sidebar-menu li.current-menu-item > a,
  .content-left-sidebar-template .sidebar-container .sidebar-menu li.current-menu-item > a {
    background-color: white;
  }
}
.page-template-sidebar-hidden .sidebar-container .sidebar-menu li.open > a .icon-down-arrow:before,
.content-left-sidebar-template .sidebar-container .sidebar-menu li.open > a .icon-down-arrow:before {
  transform: rotate(-180deg);
}
.page-template-sidebar-hidden .sidebar-container .sidebar-menu li.menu-item-has-children > a .icon-down-arrow,
.content-left-sidebar-template .sidebar-container .sidebar-menu li.menu-item-has-children > a .icon-down-arrow {
  border: 1px solid #D9D9D9;
}
.page-template-sidebar-hidden .sidebar-container .sidebar-menu li:last-child,
.content-left-sidebar-template .sidebar-container .sidebar-menu li:last-child {
  border-bottom: 1px solid #e9ecef;
}
.page-template-sidebar-hidden .sidebar-container .sidebar-menu li a,
.content-left-sidebar-template .sidebar-container .sidebar-menu li a {
  font-size: 14px;
  color: #212529;
  letter-spacing: 0;
  display: block;
  position: relative;
  white-space: normal;
}
@media (min-width: 768px) {
  .page-template-sidebar-hidden .sidebar-container .sidebar-menu li a,
  .content-left-sidebar-template .sidebar-container .sidebar-menu li a {
    padding-right: 12px;
  }
}
.page-template-sidebar-hidden .sidebar-container .sidebar-menu li a .icon-down-arrow,
.content-left-sidebar-template .sidebar-container .sidebar-menu li a .icon-down-arrow {
  position: absolute;
  display: block;
  right: 7px;
  top: 50%;
  font-size: 8px;
  padding: 12px;
  transform: translateY(-50%);
  border-radius: 5px;
  visibility: hidden;
}
.page-template-sidebar-hidden .sidebar-container .sidebar-menu li a .icon-down-arrow:before,
.content-left-sidebar-template .sidebar-container .sidebar-menu li a .icon-down-arrow:before {
  transform: rotate(-90deg);
  transition: transform 200ms ease-in-out;
  display: block;
}
.page-template-sidebar-hidden .sidebar-container .sidebar-menu li a .icon-down-arrow:hover,
.content-left-sidebar-template .sidebar-container .sidebar-menu li a .icon-down-arrow:hover {
  color: #6BC9C5;
}
.page-template-sidebar-hidden .sidebar-container .sidebar-menu li a .menu-title-wrapper,
.content-left-sidebar-template .sidebar-container .sidebar-menu li a .menu-title-wrapper {
  display: block;
  padding: 14px 48px 14px 20px;
}
.page-template-sidebar-hidden .sidebar-container .sidebar-menu li a .menu-title-wrapper:hover,
.content-left-sidebar-template .sidebar-container .sidebar-menu li a .menu-title-wrapper:hover {
  color: #6BC9C5;
}
.page-template-sidebar-hidden .sidebar-container .sidebar-menu li .dropdown-menu,
.content-left-sidebar-template .sidebar-container .sidebar-menu li .dropdown-menu {
  position: static;
  float: none;
  box-shadow: none;
  min-width: 0;
  margin: 0;
  border: 0;
  background: none;
}
.page-template-sidebar-hidden .sidebar-container .sidebar-menu li .dropdown-menu li,
.content-left-sidebar-template .sidebar-container .sidebar-menu li .dropdown-menu li {
  border-top: 1px solid #6c757d;
}
.page-template-sidebar-hidden .sidebar-container .sidebar-menu li .dropdown-menu li:last-child,
.content-left-sidebar-template .sidebar-container .sidebar-menu li .dropdown-menu li:last-child {
  border-bottom: none;
}
.page-template-sidebar-hidden .sidebar-container .sidebar-menu li .dropdown-menu a,
.content-left-sidebar-template .sidebar-container .sidebar-menu li .dropdown-menu a {
  font-size: 13px;
  letter-spacing: 0;
  padding: 0 0 0 12px;
}
.page-template-sidebar-hidden .sidebar-container .sidebar-menu li .dropdown-menu a:after,
.content-left-sidebar-template .sidebar-container .sidebar-menu li .dropdown-menu a:after {
  display: none;
}
.page-template-sidebar-hidden .sidebar-container .sidebar-menu li .dropdown-menu a:hover, .page-template-sidebar-hidden .sidebar-container .sidebar-menu li .dropdown-menu a:focus,
.content-left-sidebar-template .sidebar-container .sidebar-menu li .dropdown-menu a:hover,
.content-left-sidebar-template .sidebar-container .sidebar-menu li .dropdown-menu a:focus {
  background: inherit;
}
.page-template-sidebar-hidden .sidebar-container .sidebar-menu li .dropdown-menu .menu-title-wrapper,
.content-left-sidebar-template .sidebar-container .sidebar-menu li .dropdown-menu .menu-title-wrapper {
  padding: 9px 48px 9px 12px;
}
.page-template-sidebar-hidden .sidebar-container .did-you-know-carousel,
.content-left-sidebar-template .sidebar-container .did-you-know-carousel {
  background: #00415C;
  position: relative;
  display: none;
}
@media (min-width: 768px) {
  .page-template-sidebar-hidden .sidebar-container .did-you-know-carousel,
  .content-left-sidebar-template .sidebar-container .did-you-know-carousel {
    border-radius: 5px;
    margin-bottom: 60px;
    display: block;
  }
}
.page-template-sidebar-hidden .sidebar-container .did-you-know-carousel .carousel .carousel-item .carousel-item-content,
.content-left-sidebar-template .sidebar-container .did-you-know-carousel .carousel .carousel-item .carousel-item-content {
  padding: 24px 24px 107px 24px;
  font-size: 14px;
  color: white;
  letter-spacing: 0;
  line-height: 21px;
}
.page-template-sidebar-hidden .sidebar-container .did-you-know-carousel .carousel .indicators .indicator-item,
.content-left-sidebar-template .sidebar-container .did-you-know-carousel .carousel .indicators .indicator-item {
  background-color: #00415C;
}
.page-template-sidebar-hidden .sidebar-container .did-you-know-carousel .carousel .indicators .indicator-item.active,
.content-left-sidebar-template .sidebar-container .did-you-know-carousel .carousel .indicators .indicator-item.active {
  background-color: #6BC9C5;
}
.page-template-sidebar-hidden .content-container,
.content-left-sidebar-template .content-container {
  background: white;
  vertical-align: top;
  padding: 0px 0px 180px 0px;
}
@media (min-width: 768px) {
  .page-template-sidebar-hidden .content-container,
  .content-left-sidebar-template .content-container {
    padding: 30px 0 180px 65px;
  }
}
.page-template-sidebar-hidden .content-container:after,
.content-left-sidebar-template .content-container:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 1000%;
  background: white;
  z-index: -1;
}
@media (min-width: 768px) {
  .page-template-sidebar-hidden .content-container,
  .content-left-sidebar-template .content-container {
    width: 75%;
  }
}
.page-template-sidebar-hidden .content-container #breadcrumbs,
.content-left-sidebar-template .content-container #breadcrumbs {
  display: none;
  margin-top: -48px;
  margin-bottom: 48px;
}

.content-left-sidebar-template .custom-page-builder-row .container {
  width: 100% !important;
}

.network-status {
  background-color: #f2f2f2;
}
@media (max-width: 767.98px) {
  .network-status {
    padding: 10px 0;
  }
}

.network-status__inner {
  width: 100%;
}

.network-status__heading {
  width: 100%;
  text-align: center;
}

.network-status__message--nonstop {
  width: 100%;
}

.network-status .tables-destination-row {
  list-style: none;
  position: relative;
  border-radius: 4px;
  font-size: 16px;
  color: #2e2e31;
  letter-spacing: 0;
  line-height: 27px;
  margin-bottom: 25px;
  margin-top: 10px;
  z-index: 2;
  box-shadow: none;
}
.network-status .tables-destination-row.cancelled .information-travel::before {
  background-color: #d33d32;
}
.network-status .tables-destination-row.cancelled .information-status {
  color: #d33d32;
}
.network-status .tables-destination-row.conditional .information-travel::before {
  background-color: #e98c00;
}
.network-status .tables-destination-row.conditional .information-status {
  color: #e98c00;
}
.network-status .tables-destination-row dl {
  text-align: center;
  margin-bottom: 0;
  color: #2e2e31;
  font-size: 0.85em;
}
.network-status .tables-destination-row dd {
  margin: 0;
}
.network-status .tables-destination-information {
  cursor: default;
  flex-direction: row;
  display: flex;
  line-height: 1em;
  min-height: 80px;
  padding: 0px;
}
@media (max-width: 991.98px) {
  .network-status .tables-destination-information {
    flex-direction: column;
  }
}
.network-status .information-travel {
  width: 60%;
  position: relative;
}
@media (max-width: 991.98px) {
  .network-status .information-travel {
    width: 100%;
  }
}
.network-status .information-travel:before {
  content: "";
  height: 46px;
  width: 4px;
  display: block;
  background-color: #32d36a;
  border-radius: 0 5px 5px 0;
  left: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .network-status .information-travel:before {
    top: 20%;
    transform: translateY(-80%);
    height: 20px;
  }
}
.network-status .information-travel:after {
  content: url(../images/billetterie/img-border-ticket-right.svg);
  height: 100px;
  width: 10px;
  margin-left: -1px;
  display: block;
}
@media (max-width: 991.98px) {
  .network-status .information-travel:after {
    display: none;
  }
}
.network-status .information-status {
  width: 40%;
}
@media (max-width: 991.98px) {
  .network-status .information-status {
    width: 100%;
  }
}
.network-status .information-status:before {
  content: url(../images/billetterie/img-border-ticket-left.svg);
  height: 100px;
  width: 10px;
  box-shadow: 10px 0 4px #D9D9D9;
}
@media (max-width: 991.98px) {
  .network-status .information-status:before {
    display: none;
  }
}
.network-status .information-travel,
.network-status .information-status {
  display: flex;
  align-items: center;
  min-height: 100px;
  z-index: 100;
}
@media (max-width: 991.98px) {
  .network-status .information-travel,
  .network-status .information-status {
    flex-wrap: wrap;
    flex: 1;
  }
}
.network-status .css-col {
  flex: 1 1 auto;
  padding: 25px 0 25px 20px;
  box-shadow: 4px 0 4px #D9D9D9;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column;
  width: 30%;
  background-color: white;
}
.network-status .css-col--date {
  justify-content: center;
  width: 20%;
}
@media (max-width: 991.98px) {
  .network-status .css-col--date {
    width: 100%;
    height: 50px;
    align-items: center;
  }
}
@media (max-width: 991.98px) {
  .network-status .css-col--form, .network-status .css-col--to {
    width: 33.33%;
  }
}
@media (max-width: 767.98px) {
  .network-status .css-col--to {
    padding-left: 0;
    padding-right: 20px;
  }
}
.network-status .css-col--duration {
  padding: 20px 0;
  align-items: center;
  width: 20%;
}
@media (max-width: 991.98px) {
  .network-status .css-col--duration {
    width: 33.33%;
  }
}
.network-status .css-col--status {
  align-items: center;
  justify-content: center;
  box-shadow: 4px 0 4px #D9D9D9;
  padding: 14px 0;
}
@media (max-width: 991.98px) {
  .network-status .css-col--status {
    height: 50px;
  }
}
.network-status .date {
  font-weight: bold;
}
.network-status .time {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 34px;
}
.network-status .city {
  margin: 0;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0;
  text-overflow: ellipsis;
  vertical-align: top;
  color: #9798A0;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .network-status .city {
    font-size: 0.75rem;
  }
}
.network-status .vtx-icon-bus-left-view {
  line-height: 20px;
  float: initial;
  font-size: 65px;
  margin: 6px 0 6px;
  color: #ADADAD;
}
.network-status .carrier {
  font-size: 11.5px;
  line-height: 0.9;
  text-align: center;
}
.network-status .duration-time {
  font-size: 13px;
  margin: 5px 0px;
  font-weight: bold;
}
.network-status .status {
  font-weight: bold;
}

.banner-information-message__inner {
  width: 100%;
}

.banner-information-message__title {
  text-align: center;
}

.banner-information-message__content {
  padding: 5px 35px;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .banner-information-message__content {
    padding: 5px 15px;
  }
}
.banner-information-message__content.bg-transparent {
  background-color: transparent;
}
.banner-information-message__content.bg-grey {
  background-color: #f2f2f2;
}
.banner-information-message__content.bg-red {
  background-color: rgba(220, 53, 69, 0.3);
}
.banner-information-message__content.bg-green {
  background-color: rgba(40, 167, 69, 0.3);
}
.banner-information-message__content.bg-green a, .banner-information-message__content.bg-green a:visited {
  color: #000;
  text-decoration: underline;
}
.banner-information-message__content.bg-green a:hover, .banner-information-message__content.bg-green a:focus {
  text-decoration: none;
}
.banner-information-message__content.bg-orange {
  background-color: rgba(253, 126, 20, 0.3);
}

.banner-information-message__link {
  padding: 10px 35px;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .banner-information-message__link {
    padding: 5px 15px;
  }
}

.popular-destination, .popular-itinerary {
  background-image: url(../images/graphics/background-U.svg);
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: auto;
}
@media (max-width: 575.98px) {
  .popular-destination, .popular-itinerary {
    padding: 30px 0 30px;
    background-position: -170px -200px;
    background-size: 400px auto;
  }
}
.popular-destination .flickity-button:disabled, .popular-itinerary .flickity-button:disabled {
  display: none;
}

.list-travels-links__block {
  padding: 20px 0;
}

.list-travels-links__block__list {
  margin: 40px 0;
  display: flex;
  flex-wrap: wrap;
}
.list-travels-links__block__list li {
  width: 33.33%;
  box-sizing: border-box;
  padding: 3px 5px;
}
@media (max-width: 991.98px) {
  .list-travels-links__block__list li {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .list-travels-links__block__list li {
    width: 100%;
  }
}

.list-travels-links__col__link span {
  font-size: 0.8125rem;
}

.list-travels-links__bouton {
  width: 240px;
  display: inline-block;
  margin: 20px auto;
}

.best-price-tickets .flickity-button:disabled {
  display: none;
}
.best-price-tickets .popular-items__grid {
  padding: 10px 0 0;
}

.best-price-tickets__introduction h2 {
  margin-bottom: 15px;
}

.counter-up .counter-up__title h3 {
  font-size: 1.75em;
}
.counter-up .counter-up__grid {
  display: grid;
  grid-template-rows: 200px;
  grid-template-columns: repeat(3, 413.33px);
  grid-auto-flow: row;
  grid-gap: 40px;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1399.98px) {
  .counter-up .counter-up__grid {
    grid-template-columns: repeat(3, 346.73px);
  }
}
@media (max-width: 1199.98px) {
  .counter-up .counter-up__grid {
    grid-template-columns: repeat(3, 293.33px);
  }
}
@media (max-width: 991.98px) {
  .counter-up .counter-up__grid {
    grid-template-columns: 310px;
    grid-template-rows: repeat(3, 110px);
    justify-content: center;
    grid-auto-flow: initial;
  }
}
@media (max-width: 575.98px) {
  .counter-up .counter-up__grid {
    grid-template-rows: repeat(3, 110px);
    grid-template-columns: 100%;
    grid-gap: 20px;
  }
}
.counter-up .counter-up__grid .all-travel {
  display: flex;
  background-color: #f04e5e;
  border-radius: 10px;
  align-items: flex-end;
  background-image: url(../images/graphics/illustration-autobus-jaune.svg);
  background-size: 300%;
  background-position: 78% 40px;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .counter-up .counter-up__grid .all-travel {
    background-size: 220%;
    background-position: 75% 10px;
  }
}
.counter-up .counter-up__grid .all-travel .content {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0 10px 0 30px;
  height: 90px;
  border-radius: 0 0 10px 10px;
  line-height: 1;
  width: 100%;
  text-align: center;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .counter-up .counter-up__grid .all-travel .content {
    padding: 0 20px;
    height: 55px;
  }
}
.counter-up .counter-up__grid .all-travel .content .figure {
  color: #FFF200;
  font-size: 3rem;
  font-weight: 800;
  display: inline-block;
  margin-right: 10px;
  white-space: nowrap;
  width: 190px;
}
@media (max-width: 1199.98px) {
  .counter-up .counter-up__grid .all-travel .content .figure {
    font-size: 2.225rem;
  }
}
@media (max-width: 991.98px) {
  .counter-up .counter-up__grid .all-travel .content .figure {
    font-size: 2.185rem;
  }
}
@media (max-width: 991.98px) {
  .counter-up .counter-up__grid .all-travel .content .figure {
    width: 140px;
  }
}
.counter-up .counter-up__grid .all-travel .content .title {
  display: inline-block;
  flex: 1 1 auto;
  text-align: left;
  color: #fff;
  font-size: 1.325rem;
  width: 175px;
}
@media (max-width: 1399.98px) {
  .counter-up .counter-up__grid .all-travel .content .title {
    width: 110px;
    font-size: 1.125rem;
  }
}
@media (max-width: 1199.98px) {
  .counter-up .counter-up__grid .all-travel .content .title {
    font-size: 1.125rem;
  }
}
@media (max-width: 991.98px) {
  .counter-up .counter-up__grid .all-travel .content .title {
    font-size: 0.925rem;
  }
}
.counter-up .counter-up__grid .all-free-travel {
  display: flex;
  background-color: #f04e5e;
  border-radius: 10px;
  align-items: center;
  background-image: url(../images/graphics/img-bg-all-free-travel.gif);
  background-position: center;
  background-size: cover;
}
.counter-up .counter-up__grid .all-free-travel .content {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0 30px 0 20px;
  height: 95px;
  border-radius: 0 0 10px 10px;
  line-height: 1;
  width: 100%;
  text-align: center;
}
@media (max-width: 991.98px) {
  .counter-up .counter-up__grid .all-free-travel .content {
    padding: 0 20px;
  }
}
.counter-up .counter-up__grid .all-free-travel .content .figure {
  color: #FFF200;
  font-size: 3rem;
  font-weight: 800;
  display: inline-block;
  margin-right: 50px;
  white-space: nowrap;
  width: 140px;
  text-align: left;
}
@media (max-width: 1399.98px) {
  .counter-up .counter-up__grid .all-free-travel .content .figure {
    width: 100px;
    font-size: 2.695rem;
  }
}
@media (max-width: 1199.98px) {
  .counter-up .counter-up__grid .all-free-travel .content .figure {
    width: 72px;
    font-size: 2.225rem;
  }
}
@media (max-width: 991.98px) {
  .counter-up .counter-up__grid .all-free-travel .content .figure {
    font-size: 2.185rem;
  }
}
@media (max-width: 767.98px) {
  .counter-up .counter-up__grid .all-free-travel .content .figure {
    margin-right: 20px;
    width: 150px;
    text-align: left;
  }
}
@media (max-width: 575.98px) {
  .counter-up .counter-up__grid .all-free-travel .content .figure {
    margin-right: 0px;
  }
}
.counter-up .counter-up__grid .all-free-travel .content .title {
  display: inline-block;
  flex: 1 1 auto;
  text-align: left;
  color: #fff;
  font-size: 1.325rem;
  width: 175px;
}
@media (max-width: 1399.98px) {
  .counter-up .counter-up__grid .all-free-travel .content .title {
    font-size: 1.125rem;
    width: 125px;
  }
}
@media (max-width: 1199.98px) {
  .counter-up .counter-up__grid .all-free-travel .content .title {
    font-size: 1.125rem;
  }
}
@media (max-width: 575.98px) {
  .counter-up .counter-up__grid .all-free-travel .content .title {
    font-size: 0.925rem;
  }
}
.counter-up .counter-up__grid .all-free-travel .content .title strong {
  color: #FFF200;
  font-size: 1.525rem;
  font-weight: 800;
}
@media (max-width: 575.98px) {
  .counter-up .counter-up__grid .all-free-travel .content .title strong {
    font-size: 1.115rem;
  }
}
.counter-up .counter-up__grid .all-communication {
  display: flex;
  background-color: #00415C;
  border-radius: 10px;
  align-items: flex-end;
  background-size: 180%;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-image: url(../images/graphics/illustration-happyface.svg);
}
@media (max-width: 991.98px) {
  .counter-up .counter-up__grid .all-communication {
    background-size: 140%;
    background-position: 20px 0px;
  }
}
@media (max-width: 575.98px) {
  .counter-up .counter-up__grid .all-communication {
    background-size: 115%;
  }
}
.counter-up .counter-up__grid .all-communication .content {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0 10px 0 30px;
  height: 90px;
  border-radius: 0 0 10px 10px;
  line-height: 1;
  width: 100%;
  text-align: center;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .counter-up .counter-up__grid .all-communication .content {
    padding: 0 20px;
    height: 55px;
  }
}
.counter-up .counter-up__grid .all-communication .content .figure {
  color: #FFF200;
  font-size: 3rem;
  font-weight: 800;
  display: inline-block;
  margin-right: 10px;
  white-space: nowrap;
  width: 190px;
}
@media (max-width: 1199.98px) {
  .counter-up .counter-up__grid .all-communication .content .figure {
    font-size: 2.225rem;
  }
}
@media (max-width: 991.98px) {
  .counter-up .counter-up__grid .all-communication .content .figure {
    font-size: 2.185rem;
  }
}
@media (max-width: 991.98px) {
  .counter-up .counter-up__grid .all-communication .content .figure {
    width: 140px;
  }
}
.counter-up .counter-up__grid .all-communication .content .title {
  display: inline-block;
  flex: 1 1 auto;
  text-align: left;
  color: #fff;
  font-size: 1.325rem;
  width: 175px;
}
@media (max-width: 1399.98px) {
  .counter-up .counter-up__grid .all-communication .content .title {
    width: 110px;
    font-size: 1.125rem;
  }
}
@media (max-width: 1199.98px) {
  .counter-up .counter-up__grid .all-communication .content .title {
    font-size: 1.125rem;
  }
}
@media (max-width: 991.98px) {
  .counter-up .counter-up__grid .all-communication .content .title {
    font-size: 0.925rem;
  }
}

.block_mutiple {
  background: white;
  padding: 100px 0px;
  position: relative;
}
.block_mutiple:after {
  content: "";
  background-image: url(../images/graphics/background-U.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 425px;
  width: 425px;
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 0px;
  right: 150px;
  transform: rotate(180deg);
  z-index: 0;
}
@media (max-width: 991.98px) {
  .block_mutiple:after {
    right: 90px;
  }
}
@media (max-width: 767.98px) {
  .block_mutiple:after {
    right: 20px;
  }
}
.block_mutiple .title_section {
  z-index: 1;
  margin-bottom: 25px;
}
.block_mutiple .content_button_gird {
  display: grid;
  grid-template-rows: 200px;
  grid-template-columns: repeat(3, 413.33px);
  grid-auto-flow: row;
  grid-gap: 40px;
  justify-content: space-between;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1399.98px) {
  .block_mutiple .content_button_gird {
    grid-template-columns: repeat(3, 346.73px);
  }
}
@media (max-width: 1199.98px) {
  .block_mutiple .content_button_gird {
    grid-template-columns: repeat(3, 293.33px);
  }
}
@media (max-width: 991.98px) {
  .block_mutiple .content_button_gird {
    grid-template-columns: 345px;
    grid-template-rows: repeat(3, 190px);
    justify-content: center;
    grid-auto-flow: initial;
  }
}
@media (max-width: 575.98px) {
  .block_mutiple .content_button_gird {
    grid-template-rows: repeat(3, 135px);
    grid-template-columns: 100%;
    grid-gap: 20px;
  }
}
.block_mutiple .content_button_gird .button_inner {
  display: flex;
  border-radius: 10px;
  background-color: #6bc8c4;
  align-items: flex-end;
  background-position: 115% -42px;
  background-size: 160%;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .block_mutiple .content_button_gird .button_inner {
    background-position: 150% -70px;
    background-size: 118%;
  }
}
.block_mutiple .content_button_gird .button_inner:first-child {
  background-color: #f04e5e;
  background-size: 300%;
  background-position: 78% 40px;
}
@media (max-width: 575.98px) {
  .block_mutiple .content_button_gird .button_inner:first-child {
    background-size: 155%;
    background-position: 78% 11px;
  }
}
.block_mutiple .content_button_gird .button_inner:last-child {
  background-color: #00506e;
  background-size: 250%;
  background-position: 30% 55px;
}
@media (max-width: 575.98px) {
  .block_mutiple .content_button_gird .button_inner:last-child {
    background-position: 0% 30px;
    background-size: 150%;
  }
}
.block_mutiple .content_button_gird .button_inner .content_text {
  padding: 5px 30px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff200;
  line-height: 1;
}
@media (max-width: 575.98px) {
  .block_mutiple .content_button_gird .button_inner .content_text {
    padding: 0px 15px;
  }
}

.network-map {
  padding: 90px 0;
}
.network-map.full {
  padding: 0;
}
.network-map {
  background-image: url(../images/graphics/background-U-inverse.svg);
  background-repeat: no-repeat;
  background-position: 100% bottom;
  background-size: auto;
}
@media (max-width: 575.98px) {
  .network-map {
    padding: 30px 0 30px;
    background-position: 0 0;
    background-size: 400px auto;
  }
}
@media (max-width: 575.98px) {
  .network-map {
    padding: 30px 0;
    background-image: none;
  }
}

.network-map__map {
  height: 610px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .network-map__map {
    margin: 15px 0;
  }
}

.promotion {
  padding: 50px 0 50px;
  background-color: #f2f2f2;
}
@media (max-width: 575.98px) {
  .promotion {
    padding: 20px 0 40px;
  }
}
.promotion .flickity-button:disabled {
  display: none;
}
.promotion .promotion__grid {
  width: 100%;
  display: grid;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .promotion .promotion__grid {
    grid-template-rows: 440px 290px;
    grid-template-columns: repeat(3, 413.33px);
    grid-template-areas: "a a b" "c d b";
    grid-gap: 40px;
  }
}
.promotion .promotion__grid:after {
  content: ""; /* hide :after */
}
@media (max-width: 1399.98px) {
  .promotion .promotion__grid {
    grid-template-rows: 378.8px 249.7px;
    grid-template-columns: repeat(3, 346.73px);
    grid-template-areas: "a a b" "c d b";
    grid-gap: 40px;
  }
}
@media (max-width: 1199.98px) {
  .promotion .promotion__grid {
    grid-template-rows: 328.9px 216.4px;
    grid-template-columns: repeat(3, 293.33px);
    grid-template-areas: "a a b" "c d b";
    grid-gap: 40px;
  }
}
@media (max-width: 991.98px) {
  .promotion .promotion__grid {
    display: block;
    padding: 15px;
    margin: -15px;
    overflow: hidden;
    width: calc(100% + 30px);
  }
  .promotion .promotion__grid:after {
    content: "flickity";
    display: none; /* hide :after */
  }
  .promotion .promotion__grid .flickity-viewport {
    overflow: initial;
  }
}
.promotion .promotion__grid .promotion__grid__item {
  background-color: #6BC9C5;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  transition: all 0.2s;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 991.98px) {
  .promotion .promotion__grid .promotion__grid__item {
    height: 210px;
    width: 290px;
    margin: 0 10px;
  }
}
@media (max-width: 575.98px) {
  .promotion .promotion__grid .promotion__grid__item {
    height: 210px;
    width: 100%;
    margin: 0 10px;
  }
}
.promotion .promotion__grid .promotion__grid__item:after {
  content: "";
  background: url(../images/graphics/fleche-turquoise-droite.svg);
  height: 20px;
  width: 12px;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  bottom: 30px;
  right: 30px;
  background-color: transparent;
  opacity: 0;
  transition: all 0.2s;
}
@media (max-width: 991.98px) {
  .promotion .promotion__grid .promotion__grid__item:after {
    display: none;
  }
}
.promotion .promotion__grid .promotion__grid__item.promotion__grid__item--has-url:hover {
  box-shadow: 0px 0px 10px rgba(73, 53, 53, 0.65);
}
.promotion .promotion__grid .promotion__grid__item.promotion__grid__item--has-url:hover:after {
  opacity: 1;
  transition: all 0.2s;
}
.promotion .promotion__grid .promotion__grid__item .overlay:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
}
.promotion .promotion__grid .promotion__grid__item .promotion__grid__item__image,
.promotion .promotion__grid .promotion__grid__item .promotion__grid__item__image-mobile {
  height: calc(100% - 95px);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 1199.98px) {
  .promotion .promotion__grid .promotion__grid__item .promotion__grid__item__image,
  .promotion .promotion__grid .promotion__grid__item .promotion__grid__item__image-mobile {
    height: calc(100% - 75px);
  }
}
@media (max-width: 991.98px) {
  .promotion .promotion__grid .promotion__grid__item .promotion__grid__item__image,
  .promotion .promotion__grid .promotion__grid__item .promotion__grid__item__image-mobile {
    height: calc(100% - 55px);
  }
}
@media (min-width: 768px) {
  .promotion .promotion__grid .promotion__grid__item.item-c .promotion__grid__item__image {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .promotion .promotion__grid .promotion__grid__item.item-c .promotion__grid__item__image {
    display: none;
  }
}
@media (min-width: 768px) {
  .promotion .promotion__grid .promotion__grid__item.item-c .promotion__grid__item__image-mobile {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .promotion .promotion__grid .promotion__grid__item.item-c .promotion__grid__item__image-mobile {
    display: block;
  }
}
.promotion .promotion__grid .promotion__grid__item .promotion__grid__item__content {
  justify-self: flex-end;
  background-color: white;
  height: 115px;
  border-radius: 0 0 10px 10px;
  padding: 25px 17% 0 30px;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1399.98px) {
  .promotion .promotion__grid .promotion__grid__item .promotion__grid__item__content {
    height: 95px;
    padding: 15px 15% 0 30px;
  }
}
@media (max-width: 1199.98px) {
  .promotion .promotion__grid .promotion__grid__item .promotion__grid__item__content {
    height: 75px;
  }
}
@media (max-width: 991.98px) {
  .promotion .promotion__grid .promotion__grid__item .promotion__grid__item__content {
    height: 65px;
    padding: 5px 15px 0 15px;
  }
}
@media (max-width: 575.98px) {
  .promotion .promotion__grid .promotion__grid__item .promotion__grid__item__content {
    padding: 10px 15px 0 15px;
  }
}
.promotion .promotion__grid .promotion__grid__item .promotion__grid__item__content h3 {
  margin-bottom: 0.1rem;
  font-size: 0.85rem;
}
@media (min-width: 992px) {
  .promotion .promotion__grid .promotion__grid__item .promotion__grid__item__content h3 {
    margin-bottom: 0.4rem;
    font-size: 1.25rem;
  }
}
.promotion .promotion__grid .promotion__grid__item .promotion__grid__item__content p {
  font-size: 0.875rem;
  margin: 0;
}
@media (max-width: 1399.98px) {
  .promotion .promotion__grid .promotion__grid__item .promotion__grid__item__content p {
    font-size: 0.725rem;
  }
}
@media (max-width: 1199.98px) {
  .promotion .promotion__grid .promotion__grid__item .promotion__grid__item__content p {
    font-size: 0.625rem;
  }
}
@media (max-width: 575.98px) {
  .promotion .promotion__grid .promotion__grid__item .promotion__grid__item__content p {
    font-size: 0.725rem;
  }
}
.promotion .promotion__grid .promotion__grid__item.item-a {
  grid-column: 1/3;
  grid-row: 1/2;
  grid-area: a;
}
.promotion .promotion__grid .promotion__grid__item.item-b {
  grid-column: 3;
  grid-row: 1/3;
  grid-area: b;
}
.promotion .promotion__grid .promotion__grid__item.item-c {
  grid-column: 1;
  grid-row: 2/3;
  grid-area: c;
}
.promotion .promotion__grid .promotion__grid__item.item-d {
  grid-column: 2;
  grid-row: 2/3;
  grid-area: d;
}

.search-ticket {
  overflow: hidden;
  position: relative;
  min-height: 700px;
  padding: 0;
  background-color: #00415C;
}
.search-ticket:not(.large) .search-ticket__form__passenger--large {
  display: none !important;
}

.search-ticket__graphic-top-left-corner {
  pointer-events: none;
  display: block;
  position: absolute;
  z-index: 1;
  top: -200px;
  left: -220px;
  height: 336px;
  width: 460px;
}
.search-ticket__graphic-top-left-corner path {
  transition: stroke 0.4s;
}

.search-ticket__graphic-bottom {
  pointer-events: none;
  display: block;
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 40px;
  left: 0;
  height: 100%;
  background-position: center bottom;
  background-repeat: repeat-x;
}
.slide--image-aligned-bottom .search-ticket__graphic-bottom {
  bottom: 0;
}
.slide--image-aligned-left .search-ticket__graphic-bottom {
  background-position-x: left;
}
.slide--image-aligned-right .search-ticket__graphic-bottom {
  background-position-x: right;
}

.slide--has-default-bottom-graphic .search-ticket__graphic-bottom {
  background-image: url(../images/graphics/illustration-autobus-jaune.svg);
}

.slide--has-default-bottom-graphic .search-ticket__graphic-bottom {
  background-size: auto 15vw;
  background-position-x: calc(100% - 10vw);
}
.slide--has-default-bottom-graphic .search-ticket__content {
  padding-bottom: 8vw;
}
@media (min-width: 768px) {
  .slide--has-default-bottom-graphic .search-ticket__graphic-bottom {
    background-size: auto 15vw;
  }
  .slide--has-default-bottom-graphic .search-ticket__content {
    padding-bottom: 12vw;
  }
}
@media (min-width: 992px) {
  .slide--has-default-bottom-graphic .search-ticket__graphic-bottom {
    background-size: auto 250px;
    background-position-x: calc(100% + 150px);
  }
  .slide--has-default-bottom-graphic .search-ticket__content {
    padding-bottom: 150px;
  }
}

/* Carrousel */
.search-ticket__slider .flickity-viewport {
  min-height: 100%;
}
.search-ticket__slider .flickity-page-dots {
  bottom: 10px;
}
.search-ticket__slider .flickity-page-dots .dot {
  opacity: 1;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF200;
  background-color: transparent;
  transition: border-color 0.4s, background-color 0.4s;
}
.search-ticket__slider .flickity-page-dots .dot.is-selected {
  background-color: #FFF200;
}
.search-ticket__slider .flickity-page-dots .dot:not(.is-selected) {
  background-color: transparent !important;
}
.search-ticket__slider .flickity-prev-next-button.previous {
  left: 0;
}
.search-ticket__slider .flickity-prev-next-button.next {
  right: 0;
}
.search-ticket__slider .toggle-play {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 0 8px;
  padding: 0;
  border: none;
  background-color: transparent;
}
.search-ticket__slider .toggle-play.play .toggle-play__icon {
  border-style: double;
  border-width: 0 0 0 14px;
}
.search-ticket__slider .toggle-play__icon {
  display: block;
  height: 14px;
  width: 14px;
  border-color: transparent transparent transparent #FFF200;
  transition: 0.1s border ease;
  border-style: solid;
  border-width: 7px 0 7px 14px;
}

.search-ticket__slide {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #00415C;
  transition: opacity 0.4s;
}
html.no-js .search-ticket__slide, .search-ticket__slide:only-child {
  opacity: 1;
  position: relative;
}
.search-ticket__slide > .container {
  position: relative;
  z-index: 1;
}

.search-ticket__slide__inner {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  min-height: 700px;
  padding: 75px 0 !important;
}
@media (max-width: 575.98px) {
  .search-ticket__slide__inner {
    padding-bottom: 125px !important;
  }
}
.search-ticket__slide__inner > .row {
  flex-wrap: nowrap;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .search-ticket__slide__inner > .row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.search-ticket__content {
  color: #FFF200;
}
@media (max-width: 991.98px) {
  .search-ticket__content {
    width: 100% !important;
    margin: 0 !important;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 575.98px) {
  .search-ticket__content {
    max-width: 370px;
  }
}
@media (max-width: 420px) {
  .search-ticket__content {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.search-ticket__content__title {
  margin-top: 30px;
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  .search-ticket__content__title {
    margin-top: 0;
  }
}
.search-ticket__content__title h1,
.search-ticket__content__title h2 {
  color: inherit;
  font-size: 4.375rem;
  line-height: 1;
  font-weight: 800;
  margin: 0 0 22px 0;
}
.search-ticket__content__title h1 + span,
.search-ticket__content__title h2 + span {
  font-size: 2.3rem;
}
@media (max-width: 991.98px) {
  .search-ticket__content__title h1,
  .search-ticket__content__title h2 {
    font-size: 2.25rem;
  }
}
.search-ticket__content__title span {
  color: inherit;
  font-size: 1.625rem;
  line-height: 1;
  font-weight: 200;
}

.search-ticket__content a,
.search-ticket__content .link-uppercase span {
  color: #FFF200;
  border-color: #FFF200;
}

.search-ticket__content .link-uppercase:after {
  content: url(../images/graphics/fleche-jaune-droite.svg);
}

.search-ticket__content__introduction {
  color: #fff;
}

.search-ticket__content__links {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  font-size: 0.75rem;
}
.search-ticket__content__links .btn {
  color: white;
  background-color: #f04e5e;
  border-color: #f04e5e;
}
.search-ticket__content__links .btn:hover {
  background-color: black;
  border-color: black;
}
.search-ticket__content__links .button-2 {
  color: #f04e5e;
  background-color: transparent;
  border-color: #f04e5e;
}
.search-ticket__content__links .button-2:hover {
  color: #f04e5e;
  background-color: transparent;
  border-color: black;
}
.search-ticket__content__links .button-3 {
  color: white;
  background-color: transparent;
  border-color: white;
}
.search-ticket__content__links .button-3:hover {
  color: white;
  background-color: #f04e5e;
  border-color: #f04e5e;
}
.search-ticket__content__links .link-uppercase::after {
  content: "\e915";
  top: 1px;
  color: inherit;
  font-size: 9px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "vtx-icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.search-ticket__form__option {
  color: grey;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 12px 15px 20px 0;
}
.search-ticket__form__option span {
  color: #6BC9C5;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.675rem;
}
.search-ticket__form__option:before {
  border-top: 1px solid #D9D9D9;
  display: block;
  top: 10px;
  margin: 0 15px 0 0;
  width: 60%;
  content: "";
}
.search-ticket__form__option:after {
  content: "";
  background: url(../images/graphics/fleche-turquoise-bas.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  width: 10px;
  height: 10px;
  margin-left: 5px;
}

/* Formulaire de recherche */
.search-ticket__form-container {
  position: absolute;
  z-index: 2;
  top: 75px;
  left: calc((100% - 1320px) / 2);
  width: 370px;
}
@media (max-width: 1399px) {
  .search-ticket__form-container {
    left: calc((100% - 1140px) / 2);
  }
}
@media (max-width: 1199px) {
  .search-ticket__form-container {
    left: calc((100% - 960px) / 2);
  }
}
@media (max-width: 991px) {
  .search-ticket__form-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    left: 0;
    width: 100%;
  }
}

.search-ticket__form,
.search-ticket__slide__form-empty-placeholder {
  background-color: #fff;
  border-radius: 15px;
  padding: 40px;
  width: 370px;
  margin-right: 95px;
  box-sizing: border-box;
  z-index: 100;
  align-self: flex-start;
  transition: filter 0.2s;
}
@media (max-width: 991.98px) {
  .search-ticket__form,
  .search-ticket__slide__form-empty-placeholder {
    margin: 0 auto 20px;
  }
}
@media (max-width: 575.98px) {
  .search-ticket__form,
  .search-ticket__slide__form-empty-placeholder {
    max-width: 100%;
    margin: 0 auto 20px;
    padding: 40px 20px;
  }
}
.search-ticket__form hr,
.search-ticket__slide__form-empty-placeholder hr {
  height: 1px;
  border: none;
  background-color: #D9D9D9;
  margin: 20px 0;
}
.search-ticket__form input,
.search-ticket__slide__form-empty-placeholder input {
  color: #00415C;
  font-size: 0.875rem;
}
.search-ticket__form input:focus,
.search-ticket__slide__form-empty-placeholder input:focus {
  border: 2px solid #00415C;
}
.search-ticket__form input::-webkit-input-placeholder,
.search-ticket__slide__form-empty-placeholder input::-webkit-input-placeholder {
  color: #00415C;
}
@media (max-width: 991.98px) {
  .search-ticket__form.has-popup-open,
  .search-ticket__slide__form-empty-placeholder.has-popup-open {
    filter: brightness(0.5) blur(2px);
  }
}

.search-ticket__slide__form-empty-placeholder {
  flex: 0 0 auto;
  pointer-events: none;
  visibility: hidden;
  z-index: -1;
  background-color: transparent;
  transition: unset;
}

@keyframes glow {
  0% {
    border-color: #00415C;
    box-shadow: 0 0 5px rgba(0, 65, 92, 0.2), inset 0 0 5px rgba(0, 65, 92, 0.1);
  }
  100% {
    border-color: #00415C;
    box-shadow: 0 0 20px rgba(0, 65, 92, 0.6), inset 0 0 10px rgba(0, 65, 92, 0.4);
  }
}
.search-ticket__form__travel__departure--input {
  animation: glow 800ms 5000ms ease-out infinite alternate;
  animation-name: glow;
  animation-duration: 800ms;
  animation-delay: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
  animation-direction: alternate;
}
.search-ticket__form__travel__departure--input.paused {
  animation-fill-mode: none;
  animation-iteration-count: 1;
}

.search-ticket__form__travel__departure--input,
.search-ticket__form__travel__arrival--input,
.search-ticket__form__date__departure--input,
.search-ticket__form__date__return--input,
.search-ticket__form__passenger--input {
  color: #00415C;
  border: 1px solid #00415C;
  border-radius: 5px;
  padding: 12px 25px 10px 34px;
  background-repeat: no-repeat;
  background-position: 12px center;
  font-size: 0.875rem;
  height: 45px;
  position: relative;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  outline: 0;
}
@media (max-width: 575.98px) {
  .search-ticket__form__travel__departure--input,
  .search-ticket__form__travel__arrival--input,
  .search-ticket__form__date__departure--input,
  .search-ticket__form__date__return--input,
  .search-ticket__form__passenger--input {
    padding: 12px 25px 10px 35px;
    background-position: 10px center;
  }
}
.search-ticket__form__travel__departure--input .value,
.search-ticket__form__travel__arrival--input .value,
.search-ticket__form__date__departure--input .value,
.search-ticket__form__date__return--input .value,
.search-ticket__form__passenger--input .value {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.search-ticket__form__travel__departure--input .empty,
.search-ticket__form__travel__arrival--input .empty,
.search-ticket__form__date__departure--input .empty,
.search-ticket__form__date__return--input .empty,
.search-ticket__form__passenger--input .empty {
  display: none;
  background-image: url(../images/graphics/img-btn-close.svg);
  width: 12px;
  height: 12px;
  background-size: cover;
  position: absolute;
  top: 16px;
  right: 8px;
  cursor: pointer;
}
.search-ticket__form__travel__departure--input label,
.search-ticket__form__travel__arrival--input label,
.search-ticket__form__date__departure--input label,
.search-ticket__form__date__return--input label,
.search-ticket__form__passenger--input label {
  display: none;
}
.search-ticket__form__travel__departure--input.filled,
.search-ticket__form__travel__arrival--input.filled,
.search-ticket__form__date__departure--input.filled,
.search-ticket__form__date__return--input.filled,
.search-ticket__form__passenger--input.filled {
  font-weight: 600;
  padding: 18px 25px 5px 34px;
}
.search-ticket__form__travel__departure--input.filled label,
.search-ticket__form__travel__arrival--input.filled label,
.search-ticket__form__date__departure--input.filled label,
.search-ticket__form__date__return--input.filled label,
.search-ticket__form__passenger--input.filled label {
  font-weight: 400;
  display: block;
  position: absolute;
  top: 6px;
  font-size: 0.675rem;
  color: black;
}
.search-ticket__form__travel__departure--input.filled .empty,
.search-ticket__form__travel__arrival--input.filled .empty,
.search-ticket__form__date__departure--input.filled .empty,
.search-ticket__form__date__return--input.filled .empty,
.search-ticket__form__passenger--input.filled .empty {
  display: block;
}
.search-ticket__form__travel__departure--input.active,
.search-ticket__form__travel__arrival--input.active,
.search-ticket__form__date__departure--input.active,
.search-ticket__form__date__return--input.active,
.search-ticket__form__passenger--input.active {
  background-color: #fff;
}

.search-ticket__form__passenger--input {
  background-position: 10px center;
}
.search-ticket__form__passenger--input.filled {
  font-weight: 600;
  padding: 12px 25px 10px 38px;
}

.search-ticket__form__title,
.search-ticket__form-departure__title,
.search-ticket__form-arrival__title,
.search-ticket__form-date-departure__title,
.search-ticket__form-date-return__title,
.search-ticket__form-passenger__title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 18px;
}

.search-ticket__form__travel {
  position: relative;
}

.search-ticket__form__travel__departure--input {
  width: 100%;
  margin-bottom: 7px;
  background-image: url(../images/icons/icon-autobus-blue.svg);
}

.search-ticket__form__travel__arrival--input {
  width: 100%;
  margin-bottom: 7px;
  background-image: url(../images/icons/icon-destination.svg);
  background-size: 13px;
}

.search-ticket__form__travel__reverse--btn {
  background-color: #00415C;
  border-radius: 25px;
  width: 35px;
  height: 35px;
  display: flex;
  align-content: center;
  justify-content: center;
  position: absolute;
  top: 30px;
  right: -15px;
  border: 2px solid white;
  cursor: pointer;
  z-index: 10;
  padding: 10px;
}
.search-ticket__form__travel__reverse--btn i {
  font-size: 12px;
}

.search-ticket__form__date {
  display: flex;
  justify-content: space-between;
}
.search-ticket__form__date .search-ticket__form__date__departure--input,
.search-ticket__form__date .search-ticket__form__date__return--input {
  width: 140px;
  background-image: url(../images/icons/icon-calendrier.svg);
  background-size: 14px;
  margin-bottom: 7px;
}
@media (max-width: 575.98px) {
  .search-ticket__form__date .search-ticket__form__date__departure--input,
  .search-ticket__form__date .search-ticket__form__date__return--input {
    width: calc(50% - 5px);
  }
}

.search-ticket__form__passenger--input {
  width: 100%;
  background-image: url(../images/icons/icon-billet.svg);
  background-size: 18px;
}

.search-ticket__form__error {
  min-height: 15px;
  margin: 7px 0;
  line-height: 1.1;
  font-size: 0.725rem;
  font-style: italic;
  color: #f04e5e;
}
.search-ticket__form__error + hr {
  margin-top: 0;
}

.search-ticket__form__submit {
  width: 100%;
}

.search-ticket__form__network {
  width: 100%;
}
.search-ticket__form__network .btn {
  display: block;
}

/* Styles commun formulaire et sous-formulaires */
.search-ticket__form-departure,
.search-ticket__form-arrival,
.search-ticket__form-date-departure,
.search-ticket__form-date-return,
.search-ticket__form-passenger {
  display: none;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 15px;
  padding: 40px;
  width: 370px;
  z-index: 1000;
  transition: all 0.2s;
  align-self: self-start;
}
@media (min-width: 768px) {
  .search-ticket__form-departure,
  .search-ticket__form-arrival,
  .search-ticket__form-date-departure,
  .search-ticket__form-date-return,
  .search-ticket__form-passenger {
    margin-left: 400px;
  }
}
@media (max-width: 991.98px) {
  .search-ticket__form-departure,
  .search-ticket__form-arrival,
  .search-ticket__form-date-departure,
  .search-ticket__form-date-return,
  .search-ticket__form-passenger {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575.98px) {
  .search-ticket__form-departure,
  .search-ticket__form-arrival,
  .search-ticket__form-date-departure,
  .search-ticket__form-date-return,
  .search-ticket__form-passenger {
    width: calc(100% - 30px);
    margin: 0 auto 20px;
    padding: 40px 20px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .search-ticket__form-departure,
  .search-ticket__form-arrival,
  .search-ticket__form-date-departure,
  .search-ticket__form-date-return,
  .search-ticket__form-passenger {
    margin-left: -70px;
    top: 75px;
  }
}
@media (-ms-high-contrast: none) and (max-width: 991.98px), (-ms-high-contrast: active) and (max-width: 991.98px) {
  .search-ticket__form-departure,
  .search-ticket__form-arrival,
  .search-ticket__form-date-departure,
  .search-ticket__form-date-return,
  .search-ticket__form-passenger {
    margin-left: auto;
  }
}
.search-ticket__form-departure.show,
.search-ticket__form-arrival.show,
.search-ticket__form-date-departure.show,
.search-ticket__form-date-return.show,
.search-ticket__form-passenger.show {
  display: block !important;
}
@media (min-width: 992px) {
  .search-ticket__form-departure:before,
  .search-ticket__form-arrival:before,
  .search-ticket__form-date-departure:before,
  .search-ticket__form-date-return:before,
  .search-ticket__form-passenger:before {
    content: "\a";
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    left: -15px;
    top: 120px;
  }
}
.search-ticket__form-departure .search-ticket__form-close,
.search-ticket__form-arrival .search-ticket__form-close,
.search-ticket__form-date-departure .search-ticket__form-close,
.search-ticket__form-date-return .search-ticket__form-close,
.search-ticket__form-passenger .search-ticket__form-close {
  content: "";
  background-image: url(../images/graphics/img-btn-close.svg);
  display: block;
  width: 13px;
  height: 13px;
  background-size: cover;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.search-ticket__form-departure .legend-1,
.search-ticket__form-departure .legend-2,
.search-ticket__form-departure .legend-3,
.search-ticket__form-departure .legend-4,
.search-ticket__form-arrival .legend-1,
.search-ticket__form-arrival .legend-2,
.search-ticket__form-arrival .legend-3,
.search-ticket__form-arrival .legend-4,
.search-ticket__form-date-departure .legend-1,
.search-ticket__form-date-departure .legend-2,
.search-ticket__form-date-departure .legend-3,
.search-ticket__form-date-departure .legend-4,
.search-ticket__form-date-return .legend-1,
.search-ticket__form-date-return .legend-2,
.search-ticket__form-date-return .legend-3,
.search-ticket__form-date-return .legend-4,
.search-ticket__form-passenger .legend-1,
.search-ticket__form-passenger .legend-2,
.search-ticket__form-passenger .legend-3,
.search-ticket__form-passenger .legend-4 {
  position: relative;
  padding-left: 25px;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 2px;
}
.search-ticket__form-departure .legend-1,
.search-ticket__form-arrival .legend-1,
.search-ticket__form-date-departure .legend-1,
.search-ticket__form-date-return .legend-1,
.search-ticket__form-passenger .legend-1 {
  margin-top: 8px;
}
.search-ticket__form-departure .legend-1::before,
.search-ticket__form-arrival .legend-1::before,
.search-ticket__form-date-departure .legend-1::before,
.search-ticket__form-date-return .legend-1::before,
.search-ticket__form-passenger .legend-1::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 15px;
  left: 0px;
  top: 5px;
  position: absolute;
  border: 2px solid #dbdbdb;
}
.search-ticket__form-departure .legend-2::before,
.search-ticket__form-arrival .legend-2::before,
.search-ticket__form-date-departure .legend-2::before,
.search-ticket__form-date-return .legend-2::before,
.search-ticket__form-passenger .legend-2::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 15px;
  left: 0px;
  top: 5px;
  background: #90c84b;
  position: absolute;
}
.search-ticket__form-departure .legend-3::before,
.search-ticket__form-arrival .legend-3::before,
.search-ticket__form-date-departure .legend-3::before,
.search-ticket__form-date-return .legend-3::before,
.search-ticket__form-passenger .legend-3::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 15px;
  left: 0px;
  top: 5px;
  background: #2a4ea3;
  position: absolute;
}
.search-ticket__form-departure .legend-4::before,
.search-ticket__form-arrival .legend-4::before,
.search-ticket__form-date-departure .legend-4::before,
.search-ticket__form-date-return .legend-4::before,
.search-ticket__form-passenger .legend-4::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 15px;
  left: 0px;
  top: 5px;
  background: #f04e5e;
  position: absolute;
}

.search-ticket__form-departure:before {
  top: 100px;
}

.search-ticket__form-arrival:before {
  top: 150px;
}

.search-ticket__form-date-departure:before,
.search-ticket__form-date-return:before {
  top: 205px;
}

.search-ticket__form-passenger:before {
  top: 260px;
}

/* Styles sous-formulaire Départ et Destination */
.search-ticket__form-departure__input-departure,
.search-ticket__form-arrival__input-arrival {
  margin: 0 !important;
}

.search-ticket__form-departure__input-departure--input,
.search-ticket__form-arrival__input-arrival--input {
  width: 100% !important;
  border: 1px solid #00415C !important;
  border-radius: 5px !important;
  padding: 10px 10px 10px 45px !important;
  background-repeat: no-repeat !important;
  background-position: 20px center !important;
  outline: 0 !important;
  box-sizing: border-box !important;
  height: auto !important;
  margin: 0 0 10px 0 !important;
}

.search-ticket__form-departure__input-departure--input {
  background: url(../images/icons/icon-autobus-blue.svg);
}

.search-ticket__form-arrival__input-arrival--input {
  background: url(../images/icons/icon-destination.svg);
}

.search-ticket__form-departure__list--title,
.search-ticket__form-arrival__list--title,
.search-ticket__form-date__list--title,
.search-ticket__form-passager__list--title {
  display: none;
  color: #00415C;
  font-weight: 600;
}
.search-ticket__form-departure__list--title.show,
.search-ticket__form-arrival__list--title.show,
.search-ticket__form-date__list--title.show,
.search-ticket__form-passager__list--title.show {
  display: block;
}

.search-ticket__form-departure__list--ul,
.search-ticket__form-arrival__list--ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search-ticket__form-departure__list--ul li,
.search-ticket__form-arrival__list--ul li {
  color: #00415C;
  padding: 8px 5px 8px 20px;
  border-radius: 5px;
  font-size: 0.875rem;
  cursor: pointer;
}
.search-ticket__form-departure__list--ul li:before,
.search-ticket__form-arrival__list--ul li:before {
  content: url(../images/icons/icon-pin.svg);
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.search-ticket__form-departure__list--ul li:hover, .search-ticket__form-departure__list--ul li.active,
.search-ticket__form-arrival__list--ul li:hover,
.search-ticket__form-arrival__list--ul li.active {
  background-color: #cbecea;
}

#find_closest_departure {
  display: block;
  color: #00415C;
  padding: 8px 5px 8px 20px;
  border-radius: 5px;
  font-size: 0.875rem;
  margin-bottom: 8px;
  cursor: pointer;
}
#find_closest_departure:before {
  content: url(../images/icons/icon-destination.svg);
  margin-right: 10px;
  position: relative;
  top: 3px;
}
#find_closest_departure:hover, #find_closest_departure.active {
  background-color: #cbecea;
}

/* Styles sous-formulaire Dates de Aller/retour */
.search-ticket__form-date-departure .ui-datepicker,
.search-ticket__form-date-return .ui-datepicker {
  width: 100% !important;
  padding: 0;
}

.search-ticket__form-date__departure--input,
.search-ticket__form-date__return--input {
  color: #00415C;
  width: 100%;
  border: 1px solid #00415C;
  border-radius: 5px;
  padding: 10px 10px 10px 45px;
  background: url(../images/icons/icon-calendrier.svg);
  background-repeat: no-repeat;
  background-position: 20px center;
}

/* Styles sous-formulaire Passagers */
.search-ticket__form-passenger__list--ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.search-ticket__form-passenger__list--ul li {
  display: flex;
  justify-content: space-between;
  align-content: center;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.search-ticket__form-passenger__list--ul li:focus {
  outline: none;
}
.search-ticket__form-passenger__list--ul li:focus .passenger-plus,
.search-ticket__form-passenger__list--ul li:focus .passenger-minus {
  background-color: rgb(0, 101.0326086957, 143);
}
.search-ticket__form-passenger__list--ul li .passenger-plus {
  height: 30px;
  width: 30px;
  border-radius: 30px;
  background-color: #00415C;
  color: white;
  font-size: 1.65rem;
  padding: 3px 0;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.search-ticket__form-passenger__list--ul li .passenger-minus {
  height: 30px;
  width: 30px;
  border-radius: 30px;
  background-color: #00415C;
  color: white;
  font-size: 1.65rem;
  padding: 1px 0;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.search-ticket__form-passenger__list--ul li .passenger-type {
  font-size: 0.875rem;
  align-self: center;
  line-height: 1.2;
  color: #82838b;
}
.search-ticket__form-passenger__list--ul li .passenger-type strong {
  color: #00415C;
}
.search-ticket__form-passenger__list--ul li .passenger-type em {
  font-size: 0.8em;
  font-weight: 400;
}
.search-ticket__form-passenger__list--ul li .passenger-count {
  align-self: center;
  width: 24px;
  text-align: right;
  margin: 0 15px 0 auto;
}
.search-ticket__form-passenger__list--ul li .passenger-img {
  margin: 0 8px;
}

/* Customize the label (the container) */
.search-ticket__form-passenger__companion {
  height: 85px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.search-ticket__form-passenger__companion--label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 0.795rem;
  align-self: center;
  line-height: 1.2;
  color: #727272;
  font-weight: 400;
}

/* Hide the browser's default checkbox */
.search-ticket__form-passenger__companion--label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Custom checkbox companion */
.search-ticket__form-passenger__companion--checkmark {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 2px solid #00415C;
  border-radius: 6px;
  margin: auto;
}

.search-ticket__form-passenger__companion--label:hover input ~ .search-ticket__form-passenger__companion--checkmark {
  background-color: #fff;
  border: 2px solid #00415C;
}

.search-ticket__form-passenger__companion--label input:checked ~ .search-ticket__form-passenger__companion--checkmark {
  border: 2px solid #00415C;
}

.search-ticket__form-passenger__companion--checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.search-ticket__form-passenger__companion--label input:checked ~ .search-ticket__form-passenger__companion--checkmark:after {
  display: block;
}

.search-ticket__form-passenger__companion--label .search-ticket__form-passenger__companion--checkmark:after {
  left: 8px;
  top: 3px;
  width: 7px;
  height: 13px;
  border: solid #00415C;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.search-ticket__form-passenger__submit {
  width: 100%;
}

.hasDatepicker[tabindex]:focus {
  outline: none;
}

.search-ticket__form__promo {
  margin-top: 14px;
}

.search-ticket__form__promo__label {
  margin-right: 4px;
}

.search-ticket__form__promo__code {
  display: inline-block;
  position: relative;
  margin-right: 2px;
  padding: 4px 10px 2px;
  font-weight: 400;
  line-height: 1;
  color: white;
  background: #1e51a4;
}
.search-ticket__form__promo__code::before, .search-ticket__form__promo__code::after {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: white;
}
.search-ticket__form__promo__code::before {
  left: -5px;
}
.search-ticket__form__promo__code::after {
  right: -5px;
}

.search-ticket__form__promo__description {
  margin: 4px 0 0;
  font-style: italic;
  font-size: 13px;
  line-height: 1.2;
  color: #00415C;
}

/* temporaire */
.trajet-select-container {
  display: none;
}

/* / temporaire */
.search-ticket.large {
  background-color: #00415C;
  padding: 0 !important;
  position: relative;
  overflow: hidden;
  min-height: initial;
}
.search-ticket.large:before {
  display: none;
}
.search-ticket.large:after {
  display: none;
}
.search-ticket.large .search-ticket__form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 15px 0;
}
.search-ticket.large .search-ticket__form.has-popup-open > *:not(.active) {
  filter: blur(1px) brightness(0.84) saturate(0.64);
}
.search-ticket.large .search-ticket__form .search-ticket__form__title {
  display: none;
}
.search-ticket.large .search-ticket__form .search-ticket__form__submit {
  width: auto;
  margin: 0 auto;
}
.search-ticket.large .search-ticket__form .search-ticket__form__travel {
  width: 50%;
  border-right: 1px solid #ededed;
  padding-right: 40px;
}
@media (max-width: 991.98px) {
  .search-ticket.large .search-ticket__form .search-ticket__form__travel {
    width: 100%;
    border-right: 0;
    padding-right: 0;
  }
}
.search-ticket.large .search-ticket__form .search-ticket__form__travel__reverse--btn {
  left: -15px;
}
.search-ticket.large .search-ticket__form .search-ticket__form__date {
  display: flex;
  flex-direction: column;
  width: 50%;
  justify-content: flex-start;
  padding-left: 40px;
}
@media (max-width: 991.98px) {
  .search-ticket.large .search-ticket__form .search-ticket__form__date {
    width: 100%;
    border-left: 0;
    padding-left: 0;
  }
}
.search-ticket.large .search-ticket__form .search-ticket__form__date .search-ticket__form__date__departure--input,
.search-ticket.large .search-ticket__form .search-ticket__form__date .search-ticket__form__date__return--input {
  width: 100%;
}
.search-ticket.large .search-ticket__form .search-ticket__form__passenger--large {
  padding: 20px 0 0px;
  width: 100% !important;
  display: block;
}
.search-ticket.large .search-ticket__form .search-ticket__form__passenger--input, .search-ticket.large .search-ticket__form .search-ticket__form__network, .search-ticket.large .search-ticket__form hr {
  display: none !important;
}
.search-ticket.large .search-ticket__form .search-ticket__form-passenger__list--ul {
  padding: 0 0 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .search-ticket.large .search-ticket__form .search-ticket__form-passenger__list--ul {
    flex-direction: column;
  }
}
.search-ticket.large .search-ticket__form .search-ticket__form-passenger__list--ul li {
  width: 140px;
  flex-wrap: wrap;
  margin-left: 10px;
  margin-right: 10px;
  justify-content: left;
  border: 0;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .search-ticket.large .search-ticket__form .search-ticket__form-passenger__list--ul li {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin: 5px 0;
    align-items: center;
  }
}
.search-ticket.large .search-ticket__form .search-ticket__form-passenger__list--ul li .passenger-img {
  order: 1;
  width: 25px;
  margin: 0;
  height: 25px;
  font-size: 27px;
}
.search-ticket.large .search-ticket__form .search-ticket__form-passenger__list--ul li .passenger-type {
  order: 2;
  width: 110px;
  padding-left: 7px;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .search-ticket.large .search-ticket__form .search-ticket__form-passenger__list--ul li .passenger-type {
    width: 70%;
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .search-ticket.large .search-ticket__form .search-ticket__form-passenger__list--ul li .passenger-type {
    width: 50%;
  }
}
.search-ticket.large .search-ticket__form .search-ticket__form-passenger__list--ul li .passenger-type em {
  font-size: 0.9em;
  font-weight: 400;
}
.search-ticket.large .search-ticket__form .search-ticket__form-passenger__list--ul li .passenger-minus {
  order: 3;
}
.search-ticket.large .search-ticket__form .search-ticket__form-passenger__list--ul li .passenger-count {
  order: 4;
  width: auto;
  text-align: center;
  margin: 0 15px;
  width: 10px;
}
@media (max-width: 991.98px) {
  .search-ticket.large .search-ticket__form .search-ticket__form-passenger__list--ul li .passenger-count {
    margin: 0;
  }
}
.search-ticket.large .search-ticket__form .search-ticket__form-passenger__list--ul li .passenger-plus {
  order: 5;
}
.search-ticket.large .search-ticket__form-departure,
.search-ticket.large .search-ticket__form-arrival,
.search-ticket.large .search-ticket__form-date-departure,
.search-ticket.large .search-ticket__form-date-return,
.search-ticket.large .search-ticket__form-passenger {
  display: none;
  position: absolute;
  background-color: #fff;
  border-radius: 15px;
  padding: 40px;
  z-index: 1000;
  transition: all 0.2s;
  align-self: self-start;
  margin: 0;
}
@media (min-width: 768px) {
  .search-ticket.large .search-ticket__form-departure,
  .search-ticket.large .search-ticket__form-arrival,
  .search-ticket.large .search-ticket__form-date-departure,
  .search-ticket.large .search-ticket__form-date-return,
  .search-ticket.large .search-ticket__form-passenger {
    left: 50%;
    top: 5px;
    box-shadow: 0px 0px 25px rgba(13, 13, 13, 0.45);
    transform: translate(-50%);
    padding: 30px 35px;
  }
}
@media (max-width: 991.98px) {
  .search-ticket.large .search-ticket__form-departure,
  .search-ticket.large .search-ticket__form-arrival,
  .search-ticket.large .search-ticket__form-date-departure,
  .search-ticket.large .search-ticket__form-date-return,
  .search-ticket.large .search-ticket__form-passenger {
    width: calc(100% - 30px);
    margin: 0 auto 20px;
    padding: 40px 20px;
    top: 15px;
    height: auto;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .search-ticket.large .search-ticket__form-departure,
  .search-ticket.large .search-ticket__form-arrival,
  .search-ticket.large .search-ticket__form-date-departure,
  .search-ticket.large .search-ticket__form-date-return,
  .search-ticket.large .search-ticket__form-passenger {
    margin-left: -70px;
    top: 75px;
  }
}
@media (-ms-high-contrast: none) and (max-width: 991.98px), (-ms-high-contrast: active) and (max-width: 991.98px) {
  .search-ticket.large .search-ticket__form-departure,
  .search-ticket.large .search-ticket__form-arrival,
  .search-ticket.large .search-ticket__form-date-departure,
  .search-ticket.large .search-ticket__form-date-return,
  .search-ticket.large .search-ticket__form-passenger {
    margin-left: auto;
  }
}
.search-ticket.large .search-ticket__form-departure:before {
  top: 60px;
}
.search-ticket.large .search-ticket__form-arrival:before {
  top: 115px;
}
.search-ticket.large .search-ticket__form-date-departure:before {
  display: none;
}
.search-ticket.large .search-ticket__form-date-departure:after {
  content: "\a";
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  right: -15px;
  top: 60px;
  transform: rotate(180deg);
}
.search-ticket.large .search-ticket__form-date-return:before {
  display: none;
}
.search-ticket.large .search-ticket__form-date-return:after {
  content: "\a";
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  right: -15px;
  top: 115px;
  transform: rotate(180deg);
}

.services__introduction {
  margin-bottom: 5px;
}
@media (max-width: 575.98px) {
  .services__introduction {
    margin-bottom: 15px;
  }
}
.services__introduction h2 {
  margin-bottom: 10px;
}

.services__item-service {
  display: flex;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 35px;
}
@media (max-width: 575.98px) {
  .services__item-service {
    margin-bottom: 20px;
    margin-left: -15px;
  }
}

.services__item-service--image {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.services__item-service--content h4 {
  font-size: 1.25rem;
  margin-bottom: 0.2em;
}
.services__item-service--content p {
  font-size: 0.875rem;
  font-weight: 200;
  line-height: 1.35;
  margin: 0;
}
@media (max-width: 575.98px) {
  .services__item-service--content p {
    display: none;
  }
}

.services__notes {
  font-size: 0.725rem;
  font-style: italic;
  color: #00415C;
}

.step_block__wrapper {
  background-color: #f2f2f2;
}
.step_block__wrapper .title_section h2 {
  font-size: 3rem;
}
@media (max-width: 991.98px) {
  .step_block__wrapper .title_section h2 {
    font-size: 2rem;
  }
}
.step_block__wrapper .step__block {
  background-color: white;
  box-shadow: 0px 0px 10px #d9d9d9;
  margin-top: -15px;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.step_block__wrapper .step_wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 30px;
}
@media (max-width: 575.98px) {
  .step_block__wrapper .step_wrapper {
    padding: 0px 10px;
  }
}
.step_block__wrapper .step_wrapper .step_inner {
  width: 33.33%;
  padding: 30px 0px 10px 0px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .step_block__wrapper .step_wrapper .step_inner {
    display: flex;
    width: 100%;
    text-align: left;
  }
}
.step_block__wrapper .step_wrapper .step_inner .circle_step {
  display: inline-block;
  font-family: "proxima-nova", sans-serif;
  color: #6BC9C5;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  line-height: 1.55em;
  font-size: 3.5em;
  font-weight: 900;
  border: 3px solid #f2f2f2;
}
.step_block__wrapper .step_wrapper .step_inner .step_title {
  font-weight: 900;
  margin-top: 25px;
  line-height: 20px;
}
@media (max-width: 575.98px) {
  .step_block__wrapper .step_wrapper .step_inner .step_title {
    margin-top: 0px;
    width: 80%;
    padding-left: 25px;
    display: flex;
    align-items: center;
  }
}
.step_block__wrapper .indication_inner {
  padding: 0px 30px 30px 30px;
  color: #b2b2b2;
  font-size: 15px;
  line-height: 19px;
}
.step_block__wrapper .indication_inner em > strong {
  color: black;
}

.download_block__wrapper {
  background-color: #f2f2f2;
}
.download_block__wrapper .title_section h2 {
  font-size: 3rem;
}
@media (max-width: 991.98px) {
  .download_block__wrapper .title_section h2 {
    font-size: 2rem;
    margin-top: 50px;
  }
}
.download_block__wrapper .download__block {
  background-color: white;
  box-shadow: 0px 0px 10px #d9d9d9;
  margin-top: -15px;
  display: flex;
  width: 100%;
  flex-direction: column;
  position: relative;
  min-height: 330px;
  margin-bottom: 80px;
  padding: 0px 30px;
  min-height: 368px;
}
.download_block__wrapper .download__block .left_content {
  width: 50%;
}
.download_block__wrapper .download__block .containt_button {
  margin-bottom: 15px;
}
.download_block__wrapper .download__block .download_button {
  width: 100%;
}
.download_block__wrapper .download__block .download_content {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 28px;
  margin-bottom: 50px;
  margin-top: 40px;
}
.download_block__wrapper .download__block .img_phone {
  position: absolute;
  right: 0;
  top: 50px;
}
@media (max-width: 575.98px) {
  .download_block__wrapper .download__block .img_phone {
    right: -70px;
    top: 135px;
  }
  .download_block__wrapper .download__block .img_phone img {
    width: 70%;
  }
}

.taxi_block__wrapper {
  padding: 50px 0px;
  position: relative;
}
.taxi_block__wrapper:after {
  content: "";
  background-image: url(../images/graphics/background-U.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 400px;
  width: 400px;
  display: block;
  position: absolute;
  right: 238px;
  transform: rotate(180deg);
  z-index: -1;
  bottom: -169px;
}
@media (max-width: 991.98px) {
  .taxi_block__wrapper:after {
    right: 90px;
  }
}
@media (max-width: 767.98px) {
  .taxi_block__wrapper:after {
    right: 20px;
  }
}
.taxi_block__wrapper .title_section {
  text-align: center;
  width: 100%;
}
.taxi_block__wrapper .taxi__block {
  display: flex;
  width: 100%;
  min-height: 140px;
}
@media (max-width: 575.98px) {
  .taxi_block__wrapper .taxi__block {
    flex-direction: column;
  }
}
.taxi_block__wrapper .taxi__block .content_taxi {
  background: #6bc8c4;
  width: 100%;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  display: flex;
  align-items: center;
  color: #fff200;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .taxi_block__wrapper .taxi__block .content_taxi {
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .taxi_block__wrapper .taxi__block .content_taxi {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-bottom: 20px;
  }
}
.taxi_block__wrapper .taxi__block .content_taxi .element_taxi {
  padding: 0px 110px 0px 125px;
  font-weight: 800;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .taxi_block__wrapper .taxi__block .content_taxi .element_taxi {
    padding: 0px 60px 0px 65px;
  }
}
@media (max-width: 991.98px) {
  .taxi_block__wrapper .taxi__block .content_taxi .element_taxi {
    padding: 0px 20px 0px 50px;
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  .taxi_block__wrapper .taxi__block .content_taxi .element_taxi {
    font-size: 1.3rem;
    line-height: 25px;
    padding: 0px 90px 0px 90px;
  }
}
.taxi_block__wrapper .taxi__block .content_taxi .element_taxi:before {
  content: "";
  position: absolute;
  left: 30px;
  width: 70px;
  height: 74px;
  background: #6bc8c4;
  top: -37px;
  border-bottom: 4px solid #fff200;
  border-left: 4px solid #fff200;
  border-bottom-left-radius: 30px;
}
@media (max-width: 1199.98px) {
  .taxi_block__wrapper .taxi__block .content_taxi .element_taxi:before {
    left: 16px;
    width: 32px;
    height: 74px;
  }
}
@media (max-width: 991.98px) {
  .taxi_block__wrapper .taxi__block .content_taxi .element_taxi:before {
    left: -5px;
    width: 41px;
    height: 31px;
    top: 0px;
    border-bottom-left-radius: 15px;
  }
}
@media (max-width: 575.98px) {
  .taxi_block__wrapper .taxi__block .content_taxi .element_taxi:before {
    left: 30px;
    width: 41px;
    height: 50px;
  }
}
.taxi_block__wrapper .taxi__block .content_taxi .element_taxi:after {
  content: "";
  width: 65px;
  height: 4px;
  background-color: #fff200;
  position: absolute;
  right: 20px;
  top: calc(50% - 2px);
  flex: 1 1 auto;
}
@media (max-width: 1199.98px) {
  .taxi_block__wrapper .taxi__block .content_taxi .element_taxi:after {
    width: 30px;
    right: 15px;
  }
}
@media (max-width: 991.98px) {
  .taxi_block__wrapper .taxi__block .content_taxi .element_taxi:after {
    right: -17px;
  }
}
@media (max-width: 575.98px) {
  .taxi_block__wrapper .taxi__block .content_taxi .element_taxi:after {
    right: 0px;
    width: 80px;
  }
}
.taxi_block__wrapper .taxi__block .content_taxi .cta_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
@media (max-width: 991.98px) {
  .taxi_block__wrapper .taxi__block .content_taxi .cta_block {
    margin-top: 0px;
  }
}
.taxi_block__wrapper .taxi__block .content_taxi .cta_block .taxi_button {
  min-width: 150px;
}
.taxi_block__wrapper .taxi__block .content_taxi .cta_block span {
  color: white;
  font-size: 14px;
}
@media (max-width: 575.98px) {
  .taxi_block__wrapper .taxi__block .img_taxi_wrapper {
    width: 100%;
  }
}
.taxi_block__wrapper .taxi__block .img_taxi_wrapper img {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
@media (max-width: 575.98px) {
  .taxi_block__wrapper .taxi__block .img_taxi_wrapper img {
    width: 100%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 15px;
  }
}

.confirmation_block__wrapper {
  background-image: url(../images/graphics/illustration-autobus-jaune.svg);
  background-repeat: no-repeat;
  background-color: #00506e;
  background-position: bottom;
  background-position-y: 93%;
  position: relative;
  padding-top: 50px;
  padding-bottom: 200px;
}
@media (max-width: 1399.98px) {
  .confirmation_block__wrapper {
    background-position-x: 79%;
  }
}
.confirmation_block__wrapper:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 200px;
  height: 150px;
  top: 0px;
  border-bottom: 6px solid #fff200;
  border-right: 6px solid #fff200;
  border-bottom-right-radius: 50px;
  width: 40px;
}
@media (max-width: 991.98px) {
  .confirmation_block__wrapper:before {
    display: none;
  }
}
.confirmation_block__wrapper:after {
  content: "";
  position: absolute;
  right: 0px;
  width: 65px;
  height: 140px;
  top: 0px;
  border-bottom: 6px solid #fff200;
  border-left: 6px solid #fff200;
  border-bottom-left-radius: 50px;
}
@media (max-width: 991.98px) {
  .confirmation_block__wrapper:after {
    display: none;
  }
}
.confirmation_block__wrapper .header_confirmation {
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.confirmation_block__wrapper .header_confirmation .message_trip h1 {
  color: #fff200;
  font-size: 4.375rem;
  line-height: 1;
  font-weight: 800;
  margin: 0;
  margin-bottom: 25px;
}
@media (max-width: 575.98px) {
  .confirmation_block__wrapper .header_confirmation .message_trip h1 {
    font-size: 3.375rem;
  }
}
.confirmation_block__wrapper .header_confirmation .left_confirmation {
  color: white;
  width: 65.5%;
}
@media (max-width: 991.98px) {
  .confirmation_block__wrapper .header_confirmation .left_confirmation {
    width: 100%;
  }
}
.confirmation_block__wrapper .header_confirmation .left_confirmation p {
  margin: 0;
  font-weight: 100;
  font-size: 1.5rem;
  letter-spacing: 0.3px;
}
.confirmation_block__wrapper .header_confirmation .left_confirmation p span {
  font-weight: 900;
  letter-spacing: 1px;
}
.confirmation_block__wrapper .header_confirmation .left_confirmation .thank-message {
  margin: 40px 0px;
}
.confirmation_block__wrapper .header_confirmation .left_confirmation .thank-message p {
  font-size: 1rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.6588235294);
}
.confirmation_block__wrapper .header_confirmation .right_confirmation {
  width: 34.5%;
  align-items: center;
  display: flex;
}
@media (max-width: 991.98px) {
  .confirmation_block__wrapper .header_confirmation .right_confirmation {
    width: 100%;
  }
}
.confirmation_block__wrapper .header_confirmation .right_confirmation .eco_wrapper {
  background-color: #6bc8c4;
  box-shadow: 0px 0px 10px black;
  border-radius: 20px;
  position: relative;
  min-height: 160px;
  background-image: url(../images/graphics/back-eco.png);
  width: 100%;
}
@media (max-width: 1399.98px) {
  .confirmation_block__wrapper .header_confirmation .right_confirmation .eco_wrapper {
    background-position-x: 27%;
  }
}
@media (max-width: 991.98px) {
  .confirmation_block__wrapper .header_confirmation .right_confirmation .eco_wrapper {
    width: 70%;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .confirmation_block__wrapper .header_confirmation .right_confirmation .eco_wrapper {
    width: 100%;
  }
}
.confirmation_block__wrapper .header_confirmation .right_confirmation .eco_wrapper:before {
  content: "";
  position: absolute;
  left: 35px;
  width: 45px;
  height: 85px;
  top: 0px;
  border-bottom: 5px solid #fff200;
  border-left: 5px solid #fff200;
  border-bottom-left-radius: 25px;
}
@media (max-width: 1399.98px) {
  .confirmation_block__wrapper .header_confirmation .right_confirmation .eco_wrapper:before {
    width: 33px;
  }
}
@media (max-width: 575.98px) {
  .confirmation_block__wrapper .header_confirmation .right_confirmation .eco_wrapper:before {
    width: 15px;
    left: 14px;
  }
}
.confirmation_block__wrapper .header_confirmation .right_confirmation .eco_wrapper:after {
  content: "";
  position: absolute;
  left: 52%;
  width: 23px;
  height: 5px;
  top: 50%;
  background-color: #fff200;
}
@media (max-width: 1399.98px) {
  .confirmation_block__wrapper .header_confirmation .right_confirmation .eco_wrapper:after {
    left: 55.8%;
  }
}
@media (max-width: 991.98px) {
  .confirmation_block__wrapper .header_confirmation .right_confirmation .eco_wrapper:after {
    left: 51.8%;
  }
}
@media (max-width: 767.98px) {
  .confirmation_block__wrapper .header_confirmation .right_confirmation .eco_wrapper:after {
    left: 51.5%;
  }
}
@media (max-width: 575.98px) {
  .confirmation_block__wrapper .header_confirmation .right_confirmation .eco_wrapper:after {
    left: 52%;
  }
}
.confirmation_block__wrapper .header_confirmation .right_confirmation .eco_wrapper .content {
  display: flex;
  align-items: center;
  min-height: 160px;
}
.confirmation_block__wrapper .header_confirmation .right_confirmation .eco_wrapper .content .title {
  width: 100%;
  display: flex;
  flex-direction: column;
  color: white;
  font-weight: 100;
  font-size: 1.2rem;
  line-height: 23px;
  position: absolute;
  left: 20%;
  top: 30%;
}
@media (max-width: 575.98px) {
  .confirmation_block__wrapper .header_confirmation .right_confirmation .eco_wrapper .content .title {
    left: 11%;
  }
}
.confirmation_block__wrapper .header_confirmation .right_confirmation .eco_wrapper .content .title span {
  font-weight: 800;
  color: #fff200;
  text-transform: uppercase;
  font-size: 1.4rem;
}
.confirmation_block__wrapper .header_confirmation .right_confirmation .eco_wrapper .content .total_eco {
  text-align: right;
  width: 100%;
  padding-right: 45px;
  font-size: 3.5rem;
  font-weight: 800;
  color: #fff200;
}
@media (max-width: 1399.98px) {
  .confirmation_block__wrapper .header_confirmation .right_confirmation .eco_wrapper .content .total_eco {
    padding-right: 15px;
  }
}
@media (max-width: 991.98px) {
  .confirmation_block__wrapper .header_confirmation .right_confirmation .eco_wrapper .content .total_eco {
    padding-right: 10%;
  }
}
@media (max-width: 767.98px) {
  .confirmation_block__wrapper .header_confirmation .right_confirmation .eco_wrapper .content .total_eco {
    padding-right: 5%;
  }
}
.confirmation_block__wrapper .header_confirmation .right_confirmation .eco_wrapper .content .total_eco sup {
  font-size: 1.8rem;
  top: -0.9em;
  padding-left: 8px;
}
.confirmation_block__wrapper .confirmation-header-actions {
  width: 100%;
}
@media (max-width: 991.98px) {
  .confirmation_block__wrapper .confirmation-header-actions {
    margin-top: 40px;
  }
}

.chabot_block__wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}
.chabot_block__wrapper:before {
  content: "";
  background-image: url(../images/graphics/background-U.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 425px;
  width: 425px;
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 0px;
  left: 150px;
  z-index: 0;
  top: -190px;
}
.chabot_block__wrapper .bord {
  border-bottom: 2px solid #D9D9D9;
}
.chabot_block__wrapper .title_section {
  z-index: 1;
}
.chabot_block__wrapper .chabot_wrapper {
  background-color: white;
  box-shadow: 0px 0px 10px #D9D9D9;
  margin-top: -15px;
  display: flex;
  width: 100%;
  flex-direction: column;
  position: relative;
  min-height: 230px;
  margin-bottom: 50px;
  padding: 30px;
  border-radius: 15px;
  background-image: url(../images/graphics/bot-cercle.png);
  background-repeat: no-repeat;
  background-position-x: 80%;
  background-position-y: center;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .chabot_block__wrapper .chabot_wrapper {
    background-position-x: 103%;
  }
}
@media (max-width: 767.98px) {
  .chabot_block__wrapper .chabot_wrapper {
    min-height: 460px;
    background-position-y: 115%;
    background-position-x: 75%;
  }
}
@media (max-width: 575.98px) {
  .chabot_block__wrapper .chabot_wrapper {
    min-height: 445px;
    background-position-y: 110%;
    background-position-x: 70%;
    background-size: 210px;
  }
}
.chabot_block__wrapper .chabot_wrapper:before {
  content: "";
  position: absolute;
  left: 47%;
  width: 230px;
  height: 150px;
  top: 50%;
  border-top: 6px solid #00506e;
  border-left: 6px solid #00506e;
  border-top-left-radius: 25px;
}
@media (max-width: 1399.98px) {
  .chabot_block__wrapper .chabot_wrapper:before {
    width: 175px;
  }
}
@media (max-width: 1199.98px) {
  .chabot_block__wrapper .chabot_wrapper:before {
    width: 110px;
  }
}
@media (max-width: 1199.98px) {
  .chabot_block__wrapper .chabot_wrapper:before {
    width: 180px;
    left: 6%;
    top: 75%;
  }
}
@media (max-width: 575.98px) {
  .chabot_block__wrapper .chabot_wrapper:before {
    width: 32%;
    left: 6%;
    top: 83%;
  }
}
.chabot_block__wrapper .chabot_wrapper:after {
  content: "";
  position: absolute;
  left: 80%;
  width: 200px;
  height: 150px;
  border-bottom: 6px solid #00506e;
  border-right: 6px solid #00506e;
  border-bottom-right-radius: 25px;
  bottom: 50%;
}
@media (max-width: 1199.98px) {
  .chabot_block__wrapper .chabot_wrapper:after {
    left: 84%;
    width: 110px;
  }
}
@media (max-width: 991.98px) {
  .chabot_block__wrapper .chabot_wrapper:after {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .chabot_block__wrapper .chabot_wrapper:after {
    display: block;
    left: 78%;
    height: 500px;
    bottom: 25%;
    width: 90px;
  }
}
@media (max-width: 575.98px) {
  .chabot_block__wrapper .chabot_wrapper:after {
    display: block;
    left: 80%;
    height: 493px;
    bottom: 16%;
    width: 55px;
  }
}
.chabot_block__wrapper .chabot_wrapper .text_content {
  color: black;
  font-weight: 900;
  font-size: 1.8rem;
}
.chabot_block__wrapper .chabot_wrapper .message_content {
  color: black;
  font-weight: 200;
  font-size: 1rem;
}
._qpo {
  display: inline-block;
  min-width: 0;
  padding: 20px 0px;
}

.block_buttons {
  background: white;
  padding: 50px 0px;
  position: relative;
}
.block_buttons .title_section {
  z-index: 1;
}
.block_buttons .content_button_gird {
  display: grid;
  grid-template-rows: 200px;
  grid-template-columns: repeat(3, 413.33px);
  grid-auto-flow: row;
  grid-gap: 40px;
  justify-content: space-between;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1399.98px) {
  .block_buttons .content_button_gird {
    grid-template-columns: repeat(3, 346.73px);
  }
}
@media (max-width: 1199.98px) {
  .block_buttons .content_button_gird {
    grid-template-columns: repeat(3, 293.33px);
  }
}
@media (max-width: 991.98px) {
  .block_buttons .content_button_gird {
    grid-template-columns: 345px;
    grid-template-rows: repeat(3, 190px);
    justify-content: center;
    grid-auto-flow: initial;
  }
}
@media (max-width: 575.98px) {
  .block_buttons .content_button_gird {
    grid-template-rows: repeat(3, 135px);
    grid-template-columns: 100%;
    grid-gap: 20px;
  }
}
.block_buttons .content_button_gird .button_inner {
  display: flex;
  border-radius: 10px;
  background-color: #6bc8c4;
  align-items: flex-end;
  background-position: 115% -42px;
  background-size: 160%;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .block_buttons .content_button_gird .button_inner {
    background-position: 150% -45px;
    background-size: 118%;
  }
}
.block_buttons .content_button_gird .button_inner:first-child {
  background-color: #f04e5e;
  background-size: 300%;
  background-position: 78% 40px;
}
@media (max-width: 575.98px) {
  .block_buttons .content_button_gird .button_inner:first-child {
    background-size: 155%;
    background-position: 78% 11px;
  }
}
.block_buttons .content_button_gird .button_inner:last-child {
  background-color: #00506e;
  background-size: 175%;
  background-position: -10% -1px;
}
@media (max-width: 575.98px) {
  .block_buttons .content_button_gird .button_inner:last-child {
    background-position: -25% -1px;
    background-size: 130%;
  }
}
.block_buttons .content_button_gird .button_inner .content_text {
  padding: 5px 30px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff200;
  line-height: 1;
}
@media (max-width: 575.98px) {
  .block_buttons .content_button_gird .button_inner .content_text {
    padding: 0px 15px;
  }
}

.destination-wrapper {
  background-color: #f2f2f2;
  padding-top: 80px;
}
.destination-wrapper .date-payment h2 span {
  font-weight: 900;
}
.destination-wrapper .summary_bars_wrapper .date {
  text-align: left;
}

.stay22-container {
  margin-bottom: -7px;
}

.creat_account_block__wrapper {
  margin: 50px 0px;
  text-align: center;
}
.creat_account_block__wrapper .title_section {
  margin: 0 auto;
  width: 100%;
}
.creat_account_block__wrapper .buton_account {
  margin: 0 auto;
  background-color: #00506e;
  color: white;
  padding: 25px;
  border-radius: 10px;
  position: relative;
}
.creat_account_block__wrapper .buton_account:before {
  content: "";
  position: absolute;
  left: 18%;
  width: 20%;
  height: 50px;
  background: #00506e;
  bottom: 0px;
  border-top: 4px solid #fff200;
  border-left: 4px solid #fff200;
  border-top-left-radius: 30px;
}
@media (max-width: 767.98px) {
  .creat_account_block__wrapper .buton_account:before {
    left: 12%;
    width: 18%;
  }
}
@media (max-width: 575.98px) {
  .creat_account_block__wrapper .buton_account:before {
    left: 5%;
  }
}
.creat_account_block__wrapper .buton_account:after {
  content: "";
  width: 38%;
  height: 4px;
  background-color: #fff200;
  position: absolute;
  right: 0px;
  flex: 1 1 auto;
  bottom: 28%;
}
@media (max-width: 767.98px) {
  .creat_account_block__wrapper .buton_account:after {
    width: 31%;
    bottom: 26%;
  }
}
@media (max-width: 575.98px) {
  .creat_account_block__wrapper .buton_account:after {
    width: 22%;
    bottom: 23%;
  }
}

.banner-header-big {
  background-color: #00415C;
  padding: 130px 0 140px !important;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .banner-header-big {
    padding: 40px 0 125px !important;
  }
}
.banner-header-big .banner-header-big__figure--1 {
  content: "";
  background-image: url(../images/graphics/courbe-jaune-3.svg);
  background-repeat: no-repeat;
  background-size: auto;
  height: 120px;
  width: calc((100vw - 1320px) / 2);
  display: block;
  position: absolute;
  z-index: 0;
  top: 0px;
  left: -50px;
  transform: rotate(180deg);
}
@media (max-width: 1399.98px) {
  .banner-header-big .banner-header-big__figure--1 {
    height: 115px;
    width: 100px;
  }
}
@media (max-width: 991.98px) {
  .banner-header-big .banner-header-big__figure--1 {
    display: none;
  }
}
.banner-header-big .banner-header-big__figure--2 {
  content: "";
  background-image: url(../images/graphics/courbe-jaune-3.svg);
  background-size: contain;
  height: 336px;
  width: 440px;
  display: block;
  position: absolute;
  z-index: 0;
  top: -200px;
  right: -300px;
  transform: rotate(180deg);
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .banner-header-big .banner-header-big__figure--2 {
    display: none;
  }
}
.banner-header-big:after {
  content: "";
  background-image: url(../images/graphics/illustration-autobus-jaune.svg);
  background-repeat: repeat;
  background-size: auto;
  height: 119px;
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 40px;
  left: -10%;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1400px) {
  .banner-header-big:after {
    left: -10%;
  }
}
@media (max-width: 1399.98px) {
  .banner-header-big:after {
    left: -30%;
  }
}
@media (max-width: 1199.98px) {
  .banner-header-big:after {
    left: -10%;
    background-size: auto 80px;
    height: 80px;
  }
}
@media (max-width: 991.98px) {
  .banner-header-big:after {
    left: -50%;
  }
}
@media (max-width: 575.98px) {
  .banner-header-big:after {
    left: -135%;
    background-size: auto 60px;
    height: 60px;
  }
}
.banner-header-big:not(.large) .banner-header-big__form__passenger--large {
  display: none !important;
}
@media (min-width: 768px) {
  .banner-header-big .row {
    display: inline-flex;
  }
}

.banner-header-big__content {
  width: calc(100% - 465px);
  align-self: center;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .banner-header-big__content {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}

/* Contenu à droite du formulaire de recherche */
.banner-header-big__content__title {
  margin-bottom: 50px;
}
.banner-header-big__content__title h1 {
  color: #FFF200;
  font-size: 4.375rem;
  line-height: 1;
  font-weight: 800;
  margin: 0;
}
@media (max-width: 991.98px) {
  .banner-header-big__content__title h1 {
    font-size: 2.25rem;
  }
}
.banner-header-big__content__title span {
  color: #fff;
  font-size: 1.625rem;
  line-height: 1;
  font-weight: 200;
}

.banner-header-big__content__introduction {
  color: #fff;
}

.banner-header-big__content__links {
  font-size: 0.75rem;
}
.banner-header-big__content__links a:first-child {
  margin-right: 20px;
}

.banner-header-big__form__option {
  color: grey;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 12px 15px 20px 0;
}
.banner-header-big__form__option span {
  color: #6BC9C5;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.675rem;
}
.banner-header-big__form__option:before {
  border-top: 1px solid #D9D9D9;
  display: block;
  top: 10px;
  margin: 0 15px 0 0;
  width: 60%;
  content: "";
}
.banner-header-big__form__option:after {
  content: "";
  background: url(../images/graphics/fleche-turquoise-bas.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  width: 10px;
  height: 10px;
  margin-left: 5px;
}

/* Styles commun formulaire et sous-formulaires */
.banner-header-big__form-departure,
.banner-header-big__form-arrival,
.banner-header-big__form-date-departure,
.banner-header-big__form-date-return,
.banner-header-big__form-passenger {
  display: none;
  position: absolute;
  background-color: #fff;
  border-radius: 15px;
  padding: 40px;
  width: 370px;
  z-index: 1000;
  transition: all 0.2s;
  align-self: self-start;
}
@media (min-width: 768px) {
  .banner-header-big__form-departure,
  .banner-header-big__form-arrival,
  .banner-header-big__form-date-departure,
  .banner-header-big__form-date-return,
  .banner-header-big__form-passenger {
    margin-left: 400px;
  }
}
@media (max-width: 991.98px) {
  .banner-header-big__form-departure,
  .banner-header-big__form-arrival,
  .banner-header-big__form-date-departure,
  .banner-header-big__form-date-return,
  .banner-header-big__form-passenger {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575.98px) {
  .banner-header-big__form-departure,
  .banner-header-big__form-arrival,
  .banner-header-big__form-date-departure,
  .banner-header-big__form-date-return,
  .banner-header-big__form-passenger {
    width: calc(100% - 30px);
    margin: 0 auto 20px;
    padding: 40px 20px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .banner-header-big__form-departure,
  .banner-header-big__form-arrival,
  .banner-header-big__form-date-departure,
  .banner-header-big__form-date-return,
  .banner-header-big__form-passenger {
    margin-left: -70px;
    top: 75px;
  }
}
@media (-ms-high-contrast: none) and (max-width: 991.98px), (-ms-high-contrast: active) and (max-width: 991.98px) {
  .banner-header-big__form-departure,
  .banner-header-big__form-arrival,
  .banner-header-big__form-date-departure,
  .banner-header-big__form-date-return,
  .banner-header-big__form-passenger {
    margin-left: auto;
  }
}
.banner-header-big__form-departure.show,
.banner-header-big__form-arrival.show,
.banner-header-big__form-date-departure.show,
.banner-header-big__form-date-return.show,
.banner-header-big__form-passenger.show {
  display: block !important;
}
@media (min-width: 992px) {
  .banner-header-big__form-departure:before,
  .banner-header-big__form-arrival:before,
  .banner-header-big__form-date-departure:before,
  .banner-header-big__form-date-return:before,
  .banner-header-big__form-passenger:before {
    content: "\a";
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    left: -15px;
    top: 120px;
  }
}
.banner-header-big__form-departure .banner-header-big__form-close,
.banner-header-big__form-arrival .banner-header-big__form-close,
.banner-header-big__form-date-departure .banner-header-big__form-close,
.banner-header-big__form-date-return .banner-header-big__form-close,
.banner-header-big__form-passenger .banner-header-big__form-close {
  content: "";
  background-image: url(../images/graphics/img-btn-close.svg);
  display: block;
  width: 13px;
  height: 13px;
  background-size: cover;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.banner-header-big__form-departure .legend-1,
.banner-header-big__form-departure .legend-2,
.banner-header-big__form-departure .legend-3,
.banner-header-big__form-departure .legend-4,
.banner-header-big__form-arrival .legend-1,
.banner-header-big__form-arrival .legend-2,
.banner-header-big__form-arrival .legend-3,
.banner-header-big__form-arrival .legend-4,
.banner-header-big__form-date-departure .legend-1,
.banner-header-big__form-date-departure .legend-2,
.banner-header-big__form-date-departure .legend-3,
.banner-header-big__form-date-departure .legend-4,
.banner-header-big__form-date-return .legend-1,
.banner-header-big__form-date-return .legend-2,
.banner-header-big__form-date-return .legend-3,
.banner-header-big__form-date-return .legend-4,
.banner-header-big__form-passenger .legend-1,
.banner-header-big__form-passenger .legend-2,
.banner-header-big__form-passenger .legend-3,
.banner-header-big__form-passenger .legend-4 {
  position: relative;
  padding-left: 25px;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 2px;
}
.banner-header-big__form-departure .legend-1,
.banner-header-big__form-arrival .legend-1,
.banner-header-big__form-date-departure .legend-1,
.banner-header-big__form-date-return .legend-1,
.banner-header-big__form-passenger .legend-1 {
  margin-top: 8px;
}
.banner-header-big__form-departure .legend-1::before,
.banner-header-big__form-arrival .legend-1::before,
.banner-header-big__form-date-departure .legend-1::before,
.banner-header-big__form-date-return .legend-1::before,
.banner-header-big__form-passenger .legend-1::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 15px;
  left: 0px;
  top: 5px;
  position: absolute;
  border: 2px solid #dbdbdb;
}
.banner-header-big__form-departure .legend-2::before,
.banner-header-big__form-arrival .legend-2::before,
.banner-header-big__form-date-departure .legend-2::before,
.banner-header-big__form-date-return .legend-2::before,
.banner-header-big__form-passenger .legend-2::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 15px;
  left: 0px;
  top: 5px;
  background: #90c84b;
  position: absolute;
}
.banner-header-big__form-departure .legend-3::before,
.banner-header-big__form-arrival .legend-3::before,
.banner-header-big__form-date-departure .legend-3::before,
.banner-header-big__form-date-return .legend-3::before,
.banner-header-big__form-passenger .legend-3::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 15px;
  left: 0px;
  top: 5px;
  background: #2a4ea3;
  position: absolute;
}
.banner-header-big__form-departure .legend-4::before,
.banner-header-big__form-arrival .legend-4::before,
.banner-header-big__form-date-departure .legend-4::before,
.banner-header-big__form-date-return .legend-4::before,
.banner-header-big__form-passenger .legend-4::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 15px;
  left: 0px;
  top: 5px;
  background: #f04e5e;
  position: absolute;
}

.banner-header-big__form-departure:before {
  top: 100px;
}

.banner-header-big__form-arrival:before {
  top: 150px;
}

.banner-header-big__form-date-departure:before,
.banner-header-big__form-date-return:before {
  top: 205px;
}

.banner-header-big__form-passenger:before {
  top: 260px;
}

/* Styles sous-formulaire Départ et Destination */
.banner-header-big__form-departure__input-departure,
.banner-header-big__form-arrival__input-arrival {
  margin: 0 !important;
}

.banner-header-big__form-departure__input-departure--input,
.banner-header-big__form-arrival__input-arrival--input {
  width: 100% !important;
  border: 1px solid #00415C !important;
  border-radius: 5px !important;
  padding: 10px 10px 10px 45px !important;
  background-repeat: no-repeat !important;
  background-position: 20px center !important;
  outline: 0 !important;
  box-sizing: border-box !important;
  height: auto !important;
  margin: 0 0 10px 0 !important;
}

.banner-header-big__form-departure__input-departure--input {
  background: url(../images/icons/icon-autobus-blue.svg);
}

.banner-header-big__form-arrival__input-arrival--input {
  background: url(../images/icons/icon-destination.svg);
}

.banner-header-big__form-departure__list--title,
.banner-header-big__form-arrival__list--title,
.banner-header-big__form-date__list--title,
.banner-header-big__form-passager__list--title {
  display: none;
  color: #00415C;
  font-weight: 600;
}

.banner-header-big__form-departure__list--ul,
.banner-header-big__form-arrival__list--ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.banner-header-big__form-departure__list--ul li,
.banner-header-big__form-arrival__list--ul li {
  color: #00415C;
  padding: 8px 5px 8px 20px;
  border-radius: 5px;
  font-size: 0.875rem;
  cursor: pointer;
}
.banner-header-big__form-departure__list--ul li:before,
.banner-header-big__form-arrival__list--ul li:before {
  content: url(../images/icons/icon-pin.svg);
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.banner-header-big__form-departure__list--ul li:hover, .banner-header-big__form-departure__list--ul li.active,
.banner-header-big__form-arrival__list--ul li:hover,
.banner-header-big__form-arrival__list--ul li.active {
  background-color: #cbecea;
}

/* Styles sous-formulaire Dates de Aller/retour */
.banner-header-big__form-date-departure .ui-datepicker,
.banner-header-big__form-date-return .ui-datepicker {
  width: 100% !important;
  padding: 0;
}

.banner-header-big__form-date__departure--input,
.banner-header-big__form-date__return--input {
  color: #00415C;
  width: 100%;
  border: 1px solid #00415C;
  border-radius: 5px;
  padding: 10px 10px 10px 45px;
  background: url(../images/icons/icon-calendrier.svg);
  background-repeat: no-repeat;
  background-position: 20px center;
}

/* Styles sous-formulaire Passagers */
.banner-header-big__form-passenger__list--ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.banner-header-big__form-passenger__list--ul li {
  display: flex;
  justify-content: space-between;
  align-content: center;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.banner-header-big__form-passenger__list--ul li:focus {
  outline: none;
}
.banner-header-big__form-passenger__list--ul li:focus .passenger-plus,
.banner-header-big__form-passenger__list--ul li:focus .passenger-minus {
  background-color: rgb(0, 101.0326086957, 143);
}
.banner-header-big__form-passenger__list--ul li .passenger-plus {
  height: 30px;
  width: 30px;
  border-radius: 30px;
  background-color: #00415C;
  color: white;
  font-size: 1.65rem;
  padding: 3px 0;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.banner-header-big__form-passenger__list--ul li .passenger-minus {
  height: 30px;
  width: 30px;
  border-radius: 30px;
  background-color: #00415C;
  color: white;
  font-size: 1.65rem;
  padding: 1px 0;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.banner-header-big__form-passenger__list--ul li .passenger-type {
  font-size: 0.875rem;
  align-self: center;
  line-height: 1.2;
  color: #82838b;
}
.banner-header-big__form-passenger__list--ul li .passenger-type strong {
  color: #00415C;
}
.banner-header-big__form-passenger__list--ul li .passenger-type em {
  font-size: 0.9em;
  font-weight: 400;
}
.banner-header-big__form-passenger__list--ul li .passenger-count {
  align-self: center;
  width: 24px;
  text-align: right;
  margin: 0 15px 0 auto;
}
.banner-header-big__form-passenger__list--ul li .passenger-img {
  margin: 0 8px;
}

/* Customize the label (the container) */
.banner-header-big__form-passenger__companion {
  height: 85px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.banner-header-big__form-passenger__companion--label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 0.795rem;
  align-self: center;
  line-height: 1.2;
  color: #727272;
  font-weight: 400;
}

/* Hide the browser's default checkbox */
.banner-header-big__form-passenger__companion--label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Custom checkbox companion */
.banner-header-big__form-passenger__companion--checkmark {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 2px solid #00415C;
  border-radius: 6px;
  margin: auto;
}

.banner-header-big__form-passenger__companion--label:hover input ~ .banner-header-big__form-passenger__companion--checkmark {
  background-color: #fff;
  border: 2px solid #00415C;
}

.banner-header-big__form-passenger__companion--label input:checked ~ .banner-header-big__form-passenger__companion--checkmark {
  border: 2px solid #00415C;
}

.banner-header-big__form-passenger__companion--checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.banner-header-big__form-passenger__companion--label input:checked ~ .banner-header-big__form-passenger__companion--checkmark:after {
  display: block;
}

.banner-header-big__form-passenger__companion--label .banner-header-big__form-passenger__companion--checkmark:after {
  left: 8px;
  top: 3px;
  width: 7px;
  height: 13px;
  border: solid #00415C;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.banner-header-big__form-passenger__submit {
  width: 100%;
}

.hasDatepicker[tabindex]:focus {
  outline: none;
}

.banner-information-message__inner {
  width: 100%;
}

.banner-information-message__title {
  text-align: center;
}

.banner-information-message__content {
  padding: 5px 35px;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .banner-information-message__content {
    padding: 5px 15px;
  }
}
.banner-information-message__content.bg-transparent {
  background-color: transparent;
}
.banner-information-message__content.bg-grey {
  background-color: #f2f2f2;
}
.banner-information-message__content.bg-red {
  background-color: rgba(220, 53, 69, 0.3);
}
.banner-information-message__content.bg-green {
  background-color: rgba(40, 167, 69, 0.3);
}
.banner-information-message__content.bg-green a, .banner-information-message__content.bg-green a:visited {
  color: #000;
  text-decoration: underline;
}
.banner-information-message__content.bg-green a:hover, .banner-information-message__content.bg-green a:focus {
  text-decoration: none;
}
.banner-information-message__content.bg-orange {
  background-color: rgba(253, 126, 20, 0.3);
}

.banner-information-message__link {
  padding: 10px 35px;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .banner-information-message__link {
    padding: 5px 15px;
  }
}

.network-status-banner {
  background: #f04e5e;
  color: #fff;
  text-align: center;
}
.network-status-banner a {
  color: #fff;
  text-decoration: underline;
}
.network-status-banner a:hover {
  text-decoration: none;
}

.text-icon-block {
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
}
.text-icon-block.has-background-color {
  padding: 20px;
  border-radius: 8px;
}

.text-icon-block__icon-wrapper {
  width: 40px;
  flex: 0 0 auto;
}
.text-icon-block__icon-wrapper svg {
  width: 40px;
  height: auto;
}

.text-icon-block__content-wrapper {
  width: 100%;
  flex: 1 1 auto;
  padding-left: 25px;
}
.text-icon-block__content-wrapper > *:first-child {
  margin-top: 0;
}
.text-icon-block__content-wrapper > *:last-child {
  margin-bottom: 0;
}

.wp-block-quote.has-background {
  background-color: transparent !important;
}
.wp-block-quote.has-black-background-color {
  border-color: #000;
}
.wp-block-quote.has-white-background-color {
  border-color: #fff;
}
.wp-block-quote.has-vivid-cyan-blue-background-color {
  border-color: #0693e3;
}
.wp-block-quote.has-vivid-red-background-color {
  border-color: #cf2e2e;
}
.wp-block-quote.has-primary-background-color {
  border-color: #00415C;
}
.wp-block-quote.has-flex-background-color {
  border-color: #1e51a4;
}
.wp-block-quote.has-promo-background-color {
  border-color: #8BC349;
}

.wp-block-media-text__content .column-custom {
  padding-top: 0;
}
.wp-block-media-text__content .column-custom > .container {
  width: auto !important;
}

.pc-my-account .site-content > .custom-page-builder-row {
  overflow: hidden;
}

.baggage-promo-banner {
  padding: 30px 0;
  margin-bottom: 30px;
}
.baggage-promo-banner__card {
  display: flex;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .baggage-promo-banner__card {
    flex-direction: column;
  }
}
.baggage-promo-banner__accent {
  width: 6px;
  background: #f2f2f2;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .baggage-promo-banner__accent {
    width: 100%;
    height: 6px;
  }
}
.baggage-promo-banner__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 25px;
  background: #f2f2f2;
}
.baggage-promo-banner__icon svg {
  width: 60px;
  height: 60px;
}
@media (max-width: 991.98px) {
  .baggage-promo-banner__icon {
    padding: 20px;
  }
}
.baggage-promo-banner__body {
  flex: 1;
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .baggage-promo-banner__body {
    padding: 20px;
    text-align: center;
  }
}
.baggage-promo-banner__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.baggage-promo-banner__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #313235;
}
.baggage-promo-banner__badge {
  display: inline-block;
  background: #6BC9C5;
  color: white;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 4px;
  letter-spacing: 0.5px;
}
.baggage-promo-banner__text {
  margin: 0 0 15px;
  font-size: 0.95rem;
  color: #313235;
  line-height: 1.5;
}
.baggage-promo-banner__cta {
  align-self: flex-start;
}
@media (max-width: 991.98px) {
  .baggage-promo-banner__cta {
    align-self: center;
    width: 100%;
  }
}

/* .container {
    width: initial !important;
} */
html {
  font-size: 16px !important;
}

body {
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #212529 !important;
  text-align: left !important;
  background-color: #fff !important;
  margin: 0 !important;
  font-family: "proxima-nova", sans-serif !important;
}

.row:before, .row:after {
  display: none !important;
}

@media (min-width: 1200px) {
  .container {
    width: 1320px !important;
  }
}
.container-sm {
  margin: 0 auto;
  max-width: 1100px;
}

.header__top-bar {
  font-family: "proxima-nova", sans-serif;
}
.header__top-bar a {
  font-size: 14px !important;
}

.header__nav-bar--nav {
  font-family: "proxima-nova", sans-serif;
  line-height: 1.5;
}
.header__nav-bar--nav .header__nav-bar__brand {
  width: 225px;
  padding: 0;
  padding: initial;
  height: auto;
  height: initial;
}
.header__nav-bar--nav .header__nav-bar__menu ul {
  float: none;
  float: initial;
}
.header__nav-bar--nav .header__nav-bar__menu .navbar-nav > li {
  float: none;
  float: initial;
}
.header__nav-bar--nav .header__nav-bar__connect .btn.light {
  color: #f04e5e;
  background-color: #fff;
  border: 1px solid #f04e5e;
  text-transform: uppercase;
  display: block;
  box-shadow: auto;
  box-shadow: initial;
}
.header__nav-bar--nav .header__nav-bar__connect .btn.light:hover {
  border-color: #252525;
  box-shadow: auto;
  box-shadow: initial;
  color: #f04e5e;
  background-color: initial;
}
.header__nav-bar--nav .header__nav-bar__connect .btn {
  font-family: "proxima-nova", sans-serif;
  height: auto;
  height: initial;
  line-height: auto;
  line-height: initial;
  font-size: 0.815rem;
  color: #fff;
  background-color: #f04e5e;
  border-radius: 8px;
  padding: 14px 15px;
  border: 1px solid #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid #f04e5e;
  transition: all 0.2s;
  box-shadow: initial;
  letter-spacing: initial !important;
}
.header__nav-bar--nav .header__nav-bar__connect .btn:hover {
  background-color: #252525;
  text-decoration: none;
  color: #fff;
  border-color: #252525;
  box-shadow: initial;
}
/*# sourceMappingURL=main.css.map */
