@charset "UTF-8";
/* Clr */
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css?family=Cabin:400,400i,500,500i,600,600i,700,700i");
@-ms-viewport {
  width: device-width;
}
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;
  }
}

.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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  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: none;
}

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

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

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

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

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

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

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

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

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

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

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

.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.33333%;
}

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

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

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

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

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

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

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

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

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

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

@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: none;
  }

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

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

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

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

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

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

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

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

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

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

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

  .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.33333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@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: none;
  }

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

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

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

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

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

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

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

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

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

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

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

  .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.33333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@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: none;
  }

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

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

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

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

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

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

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

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

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

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

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

  .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.33333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@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: none;
  }

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

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

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

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

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

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

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

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

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

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

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

  .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.33333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

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

.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;
  }

  .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;
  }

  .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;
  }

  .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;
  }

  .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;
  }
}
@font-face {
  font-family: 'Little Days';
  src: url("../fonts/little_days-webfont.woff2") format("woff2"), url("../fonts/little_days-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Typo */
.h1, .h2, .h3, .h4, .h5, .h6, .l-footer .title, .products-section-title, h1, h2, h3, h4, h5, h6 {
  font-family: "Cabin", sans-serif;
}

a {
  color: #2d3a5e;
}
a:hover, a:focus {
  color: #a7985c;
}

p:last-child {
  margin: 0;
}

/* Global */
@media (min-width: 768px) {
  .wrapper_parent {
    position: relative;
    background: url("../images/background_etoiles.gif") no-repeat center 0;
  }
}

/* Breadcrumb */
.breadcrumb {
  display: block;
  padding: 0;
  text-align: center;
  background: none;
}
.breadcrumb .breadcrumb-item {
  float: none;
  display: inline-block;
  font-size: 12px;
}
.breadcrumb .breadcrumb-item:before {
  color: #a7985c;
}
.breadcrumb .breadcrumb-item a {
  color: #a7985c;
}
.breadcrumb .breadcrumb-item a:hover, .breadcrumb .breadcrumb-item a:focus {
  color: #a7985c;
  text-decoration: underline;
}

/* Header */
#header {
  margin-bottom: 14px;
  box-shadow: 0 0 0 0;
}
#header #menu-icon {
  padding: 0;
  background: none;
}
@media (min-width: 992px) {
  #header .header_fixed.fixed {
    z-index: 999;
    position: fixed;
    top: 0;
    width: 100%;
    background: #FFF;
  }
  #header .header_fixed.fixed .header-top {
    margin-top: 5px;
  }
  #header .header_fixed.fixed .header-top .search-widget {
    margin-top: 0;
  }
  #header .header_fixed.fixed .header-top #_desktop_logo {
    padding: 0;
  }
  #header .header_fixed.fixed .header-top #_desktop_logo img {
    max-width: 80%;
  }
  #header .header_fixed.fixed .header-top .col_cta > div[id^="_desktop_"] {
    margin-top: 0;
  }
  #header .header_fixed.fixed .header-navfull {
    margin: 0;
  }
}
#header .header_top {
  padding: 5px 0;
  color: #FFF;
  font-size: 12px;
  line-height: 24px;
  background: #3a445f;
}
@media (max-width: 991.98px) {
  #header .header_top {
    font-size: 11px;
  }
}
#header .header_top .h1 {
  padding: 0;
  margin: 0;
  font-size: 12px;
  opacity: 0.7;
  letter-spacing: 0.24px;
  text-transform: none;
}
@media (max-width: 991.98px) {
  #header .header_top .h1 {
    font-size: 11px;
  }
}
#header .header_top .info_livraison {
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  #header .header_top .col-12 {
    padding: 1px 0;
    text-align: center !important;
  }
}
#header .header_top .col_bsa_currencylanguages {
  text-align: left;
}
@media (max-width: 767.98px) {
  #header .header_top .col_bsa_currencylanguages {
    display: none;
  }
}
#header .header_top .col_txt {
  text-align: center;
}
#header .header_top .col_title {
  text-align: right;
}
#header .header-top #_desktop_logo {
  padding-top: 22px;
  padding-bottom: 29px;
  text-align: center;
}
@media (max-width: 767.98px) {
  #header .header-top #_desktop_logo {
    padding-bottom: 9px;
  }
}
#header .header-top #_desktop_logo img {
  height: auto;
  width: auto;
  max-width: 100%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #header .header-top .align-items-start {
    align-items: center !important;
  }
}
@media (min-width: 768px) {
  #header .header-top .col_cta {
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  #header .header-top .col_cta {
    display: inline-block !important;
    margin: 15px 0;
    text-align: center;
  }
}
#header .header-top .col_cta > div[id^="_desktop_"] {
  display: inline-block;
  padding: 0 10px;
  margin-top: 2px;
  color: #14387d;
  font-size: 12px;
  line-height: 25px;
  vertical-align: middle;
  /*
  @include media-breakpoint-only(md) {
  	display:block;
  	padding:0;
  	text-align:center;
  }
  */
}
@media (min-width: 992px) {
  #header .header-top .col_cta > div[id^="_desktop_"] {
    margin-top: 21px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #header .header-top .col_cta > div[id^="_desktop_"] {
    padding: 0 8px;
    font-size: 11px;
  }
}
@media (max-width: 767.98px) {
  #header .header-top .col_cta > div[id^="_desktop_"] {
    display: inline-block;
  }
}
#header .header-top .col_cta > div[id^="_desktop_"] span {
  color: #2d3a5e;
}
#header .header-top .col_cta > div[id^="_desktop_"] a {
  color: #2d3a5e;
  background: none;
}
#header .header-top .col_cta > div[id^="_desktop_"] a:hover, #header .header-top .col_cta > div[id^="_desktop_"] a:focus {
  color: #a7985c;
}
#header .header-top .col_cta > div[id^="_desktop_"] a:hover span, #header .header-top .col_cta > div[id^="_desktop_"] a:focus span {
  color: #a7985c;
}
#header .header-top .col_cta > div[id^="_desktop_"]:first-child {
  padding-left: 0;
}
#header .header-top .col_cta > div[id^="_desktop_"]:last-child {
  padding-right: 0;
}
@media (max-width: 767.98px) {
  #header .header-top .col_cta #_desktop_my_wishlist {
    display: none;
  }
}
@media (max-width: 767.98px) {
  #header .header-top .col_cta #_desktop_user_info {
    display: none;
  }
}
@media (max-width: 767.98px) {
  #header .header-top .col_cta #_desktop_cart .d-md-inline {
    display: none;
  }
}
#header .header-top .blockcart {
  padding: 0;
  background: none;
}
#header .header-top .ico_custom {
  margin-right: 5px;
}
#header .header-top .ico_custom.ico_wishlist {
  vertical-align: -3px;
}
#header .header-top .ico_custom.ico_cart {
  vertical-align: -4px;
}
#header .header-top .search-widget {
  padding: 0 !important;
  border-bottom: 2px solid #ccd2e0;
}
@media (min-width: 992px) {
  #header .header-top .search-widget {
    max-width: 186px;
    margin-top: 14px;
  }
}
@media (min-width: 768px) {
  #header .header-top .search-widget {
    max-width: 186px;
  }
}
@media (max-width: 767.98px) {
  #header .header-top .search-widget {
    margin-bottom: 15px;
  }
}
#header .header-top .search-widget .form-control {
  color: #2d3a5e;
  font-size: 12px;
  font-family: "Cabin", sans-serif;
  border: none;
  box-shadow: 0 0 0 0;
}
#header .header-top .search-widget .form-control::placeholder {
  color: #ccd2e0;
  font-style: italic;
}
#header .header-top .search-widget .form-control:-webkit-input-placeholder {
  color: #ccd2e0;
  font-style: italic;
}
#header .header-top .search-widget .form-control:-moz-placeholder {
  color: #ccd2e0;
  font-style: italic;
}
#header .header-top .search-widget .form-control::-moz-placeholder {
  color: #ccd2e0;
  font-style: italic;
}
#header .header-top .search-widget .form-control:-ms-input-placeholder {
  color: #ccd2e0;
  font-style: italic;
}
#header .header-top .search-widget .btn {
  padding-right: 0;
  color: #7388ad;
}
#header .header-navfull {
  background: none, url("../images/dashed.png") 0 100% repeat-x;
}
#header .header-navfull-mobile {
  margin-top: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  #header .header-navfull-mobile {
    margin: 0;
  }
}
#header .header-navfull-mobile .container {
  padding: 0;
}

/* Category */
.return_cat {
  float: left;
  margin-top: 4px;
  font-size: 13px;
}

.block-category {
  padding-bottom: 20px !important;
  text-align: center;
}
.block-category .category-cover img {
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .block-category #_desktop_category_header {
    margin-top: 20px;
  }
}
.block-category h1 {
  color: #2d3a5e;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.9px;
}
.block-category #category-description {
  color: #2d3a5e;
  font-size: 14px;
  font-family: "Cabin", sans-serif;
  line-height: 1.7em;
}

.active_filters {
  padding: 0 !important;
  background: none;
}
.active_filters .active-filter-title {
  font-size: 12px;
  color: #a7985c;
  margin-right: 21px !important;
}
.active_filters .js-search-link.btn {
  position: relative;
  display: block;
  padding-right: 30px;
  margin-right: 10px !important;
  font-size: 12px;
  color: #a7985c;
  background: #FFF;
  border: 1px solid #e0dbc6;
  box-shadow: 0 0 0 0;
}
.active_filters .js-search-link.btn .close {
  position: absolute;
  top: 4px;
  margin-top: 0;
  margin-right: 0;
  margin-left: 7px;
  color: #a7985c;
  font-size: 13px;
  opacity: 1;
}
.active_filters .js-search-link.btn:hover, .active_filters .js-search-link.btn:focus {
  color: #FFF;
  background: #aa975b;
  border-color: #a7985c;
}
.active_filters .js-search-link.btn:hover .close, .active_filters .js-search-link.btn:focus .close {
  color: #FFF;
}

.products-selection {
  color: #a7985c;
  font-family: "Cabin", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.55px;
}
.products-selection .custom-select {
  height: auto;
  padding: 0;
  color: #a7985c;
  font-family: "Cabin", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.55px;
  background: none;
  border: none;
  border-bottom: 2px solid #efeeeb;
  box-shadow: 0 0 0 0;
}
.products-selection .sort-by-row .form-group {
  position: relative;
}
@media (min-width: 768px) {
  .products-selection .sort-by-row .form-group:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "\f107";
    font-family: 'FontAwesome';
  }
}

.showing_from {
  color: #a7985c;
  font-family: "Cabin", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.55px;
}

/* Left Nav */
#left-column .block-categories, #left-column .search_filters {
  padding-bottom: 0;
  box-shadow: 0 0 0 0 !important;
  border: none;
}

.block-categories .category-sub-menu {
  margin: 0;
}
.block-categories .category-sub-menu li {
  position: relative;
}
.block-categories .category-sub-menu li .collapse-icons {
  position: absolute;
  right: 0;
  top: 4px;
}
.block-categories .category-sub-menu li .collapse-icons .material-icons {
  font-size: 15px;
}
.block-categories .category-sub-menu li .collapse {
  margin-left: 15px;
}
.block-categories .category-sub-menu li a {
  position: relative;
  color: #2d3a5e;
  font-family: "Cabin", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}
.block-categories .category-sub-menu li a:hover, .block-categories .category-sub-menu li a:focus {
  padding-left: 25px;
  font-weight: bold;
  text-transform: uppercase;
}
.block-categories .category-sub-menu li a:hover:before, .block-categories .category-sub-menu li a:focus:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 17px;
  width: 17px;
  margin-right: 8px;
  background: url("../images/etoile-menu.png") no-repeat;
}

.block-title,
.facet .facet-title,
.search_filters .title_filters {
  display: block;
  margin-bottom: 15px;
  color: #a7985c;
  font-size: 12px;
  text-transform: uppercase;
}

.facet .custom-control.custom-checkbox {
  float: left;
  width: 50%;
  font-size: 12px;
}
.facet .custom-control.custom-checkbox .custom-control-label:before {
  background: none;
}
.facet .custom-control.custom-checkbox .color {
  height: 1rem;
  width: 1rem;
  box-shadow: 0 0 0 0;
}

#search_filters #_desktop_search_filters_clear_all .btn {
  color: #a7985c;
  font-size: 12px;
  background: none;
  border-color: #e0dbc6;
}
#search_filters #_desktop_search_filters_clear_all .btn .material-icons {
  margin-top: 3px;
  font-size: 14px;
}
#search_filters #_desktop_search_filters_clear_all .btn:hover, #search_filters #_desktop_search_filters_clear_all .btn:focus {
  color: #FFF;
  background: #aa975b;
  border-color: #a7985c;
}

/* Listing produits */
@media (min-width: 768px) {
  #js-product-list .products {
    margin-top: 26px;
  }
}
@media (max-width: 575.98px) {
  #js-product-list .products .product-miniature {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Products Height */
.col_accessories .products-section-title {
  color: #2d3a5e;
  font-family: "Little Days";
  text-transform: none;
}

.products_height {
  margin: 0;
}
@media (min-width: 992px) {
  .products_height .product-miniature {
    flex: 100%;
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
}

/* Product List */
.products .product-flag.new {
  display: none;
}

.product-miniature .highlighted-product-miniature {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9999;
  height: 100%;
  width: 100%;
}
.product-miniature .highlighted-product-miniature .btn {
  width: 100%;
  padding: 8px 5px;
  font-size: 11px;
  text-transform: uppercase;
}
.product-miniature .highlighted-product-miniature .rocketwishlist {
  margin: 13px 0;
}
.product-miniature .highlighted-product-miniature .rocketwishlist a {
  padding: 0;
  color: #000;
  font-size: 12px;
  text-transform: none;
}
.product-miniature .highlighted-product-miniature .rocketwishlist a .ico_wishlist {
  margin-right: 7px;
  vertical-align: -3px;
}
.product-miniature .highlighted-product-miniature .rocketwishlist a:hover, .product-miniature .highlighted-product-miniature .rocketwishlist a:focus {
  cursor: pointer;
  color: #a7985c;
}
@media (min-width: 768px) {
  .product-miniature .highlighted-product-miniature .col-12:first-child .btn {
    margin-right: 3px;
  }
}
@media (min-width: 768px) {
  .product-miniature .highlighted-product-miniature .col-12:last-child .btn {
    margin-left: 3px;
  }
}
.product-miniature .product-flags {
  position: static;
}
.product-miniature .product-flags .discount-percentage {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  line-height: 43px;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  background: #e48378;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: none;
  box-shadow: 0 0 0 0;
}
.product-miniature .product-flags .coming-soon {
  background-color: #a7985c;
}
.product-miniature .card-img-top .img_2nd {
  display: none;
}
.product-miniature .card-body {
  position: relative;
  padding: 10px;
}
@media (min-width: 768px) {
  .product-miniature .card-body {
    min-height: 100px;
  }
}
.product-miniature .card-body .product-description {
  height: auto !important;
}
.product-miniature .card-body .variant-links {
  display: none !important;
  min-height: 20px;
  margin-bottom: 10px;
}
.product-miniature .card-body .variant-links .color {
  height: 1rem;
  width: 1rem;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.product-miniature .card-body .product-title {
  color: #2d3a5e;
  font-size: 11px;
  font-weight: bold;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.55px;
}
.product-miniature .card-body .product-title a {
  color: #2d3a5e;
}
.product-miniature .card-body .product-price-and-shipping {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.product-miniature .card-body .product-price-and-shipping .regular-price {
  display: inline-block;
  margin-right: 5px;
  color: #999;
  letter-spacing: 0.7px;
}
.product-miniature .card-body .product-price-and-shipping .price {
  color: #2d3a5e;
}
.product-miniature:hover .card-img-top.img_2nd_on img, .product-miniature:focus .card-img-top.img_2nd_on img {
  display: none;
}
.product-miniature:hover .card-img-top.img_2nd_on .img_2nd, .product-miniature:focus .card-img-top.img_2nd_on .img_2nd {
  display: block;
}
.product-miniature:hover .highlighted-product-miniature, .product-miniature:focus .highlighted-product-miniature {
  display: block !important;
  background: #FFF;
}

.discount-percentage[data-mount~='-60%'] {
  background: #a7985c !important;
}

.discount-percentage[data-mount~='-50%'] {
  background: #a65246 !important;
}

.discount-percentage[data-mount~='-40%'] {
  background: #6c98b1 !important;
}

.discount-percentage[data-mount~='-30%'] {
  background: #c79a95 !important;
}

.discount-percentage[data-mount~='-20%'] {
  background: #83a38b !important;
}

.discount-percentage[data-mount~='-10%'] {
  background: #dca13b !important;
}

.page-content--product .product-flag.coming-soon {
  background-color: #a7985c;
}

/* Product single */
#product .header,
.quickview .header {
  margin-bottom: 20px;
  color: #2d3a5e;
  text-align: center;
}
#product .header .current-price-discount,
.quickview .header .current-price-discount {
  color: inherit;
}
@media (max-width: 767.98px) {
  #product .images-container,
  .quickview .images-container {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #a7985c;
  }
}
#product .images-container .products-imagescover,
.quickview .images-container .products-imagescover {
  box-shadow: 0 0 0 0 !important;
}
@media (max-width: 767.98px) {
  #product .images-container .products-imagescover,
  .quickview .images-container .products-imagescover {
    max-width: 300px;
    margin: 0 auto;
  }
}
#product .images-container .zoom-in,
.quickview .images-container .zoom-in {
  color: #7388ad;
}
#product .product-variants-item .color,
.quickview .product-variants-item .color {
  height: 39px;
  width: 39px;
}
@media (max-width: 1199.98px) {
  #product .product-variants-item .color,
  .quickview .product-variants-item .color {
    height: 30px;
    width: 30px;
  }
}
#product .product-variants-item select,
.quickview .product-variants-item select {
  max-width: 200px;
  width: 100%;
  color: #8b8675;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.6px;
  box-shadow: 0 0 0 0;
}
#product .product-variants-item .size_guide,
.quickview .product-variants-item .size_guide {
  display: block;
  margin-top: 6px;
  opacity: 0.8;
  color: #a7985c;
  font-size: 11px;
  font-weight: 400;
}
#product .product-variants-item .size_guide:after,
.quickview .product-variants-item .size_guide:after {
  content: "";
  display: inline-block;
  margin-left: 7px;
  height: 14px;
  width: 22px;
  vertical-align: -2px;
  background: url("../images/ico_guide.png") no-repeat;
}
#product .product-prices .product-discount, #product .product-prices .product-price, #product .product-prices .tax-shipping-delivery-label,
.quickview .product-prices .product-discount,
.quickview .product-prices .product-price,
.quickview .product-prices .tax-shipping-delivery-label {
  display: inline-block;
}
#product .product-add-to-cart,
.quickview .product-add-to-cart {
  margin-bottom: 29px;
}
#product .product-add-to-cart .col_qty,
.quickview .product-add-to-cart .col_qty {
  margin-bottom: 15px;
}
#product .product-add-to-cart .col_qty .bootstrap-touchspin-down,
.quickview .product-add-to-cart .col_qty .bootstrap-touchspin-down {
  background: #FFF;
  border-right: 1px solid #ced4da;
}
#product .product-add-to-cart .col_qty .bootstrap-touchspin-up,
.quickview .product-add-to-cart .col_qty .bootstrap-touchspin-up {
  background: #FFF;
  border-left: 1px solid #ced4da;
}
#product .product-add-to-cart .qty,
.quickview .product-add-to-cart .qty {
  max-width: 125px;
}
#product .product-add-to-cart #product-availability,
.quickview .product-add-to-cart #product-availability {
  display: inline-block;
  margin-top: 19px;
  opacity: 0.8;
  color: #a7985c;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}
#product .product-add-to-cart #product-availability .material-icons,
.quickview .product-add-to-cart #product-availability .material-icons {
  font-size: 16px;
  vertical-align: middle;
}
#product .product-add-to-cart .btn-add-to-cart,
.quickview .product-add-to-cart .btn-add-to-cart {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 11px;
  text-transform: uppercase;
  /*
  &:hover,
  &:focus {
  	color: #FFF;
  	background: $clr_1;
  	border:1px solid $clr_1;
  }
  */
}
#product .product-add-to-cart .btn-add-to-cart.disabled:hover, #product .product-add-to-cart .btn-add-to-cart.disabled:focus,
.quickview .product-add-to-cart .btn-add-to-cart.disabled:hover,
.quickview .product-add-to-cart .btn-add-to-cart.disabled:focus {
  cursor: not-allowed;
  color: #FFF;
  background-color: #8899b7;
  border-color: #8899b7;
}
#product .product-add-to-cart .col_wishlist,
.quickview .product-add-to-cart .col_wishlist {
  /*& .ico_wishlist {
  	&:before {
  		content:"";
  		display:inline-block;
  		margin-right:7px;
  		height:14px;
  		width:16px;
  		vertical-align:-3px;
  		background:url('../images/ico_wishlist_color.png') no-repeat;
  	}
  }*/
  text-align: center;
  color: #2d3a5e;
  font-size: 12px;
}
@media (max-width: 575.98px) {
  #product .product-add-to-cart .col_wishlist,
  .quickview .product-add-to-cart .col_wishlist {
    margin-top: 15px;
  }
}
#product .product-add-to-cart .col_wishlist .rocketwishlist .btn,
.quickview .product-add-to-cart .col_wishlist .rocketwishlist .btn {
  padding: 0;
  color: #2d3a5e;
  font-size: 12px;
  text-transform: none;
}
#product .product-add-to-cart .col_wishlist .rocketwishlist .ico_custom,
.quickview .product-add-to-cart .col_wishlist .rocketwishlist .ico_custom {
  margin-right: 7px;
  vertical-align: -3px;
}
#product .product-add-to-cart .col_wishlist .rocketwishlist .dropdown-toggle,
.quickview .product-add-to-cart .col_wishlist .rocketwishlist .dropdown-toggle {
  margin-top: 3px;
  margin-left: 5px;
  color: #2d3a5e;
  font-size: 17px;
  background: none;
  border: none;
}
@media (min-width: 992px) {
  #product .col_accessories,
  .quickview .col_accessories {
    border-left: 1px solid #a7985c;
  }
}
#product .social-sharing,
.quickview .social-sharing {
  color: #a7985c;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.55px;
}
#product .social-sharing span,
.quickview .social-sharing span {
  display: inline-block;
  min-width: 100px;
  margin-right: 15px;
}
#product .social-sharing .social-share-btn,
.quickview .social-sharing .social-share-btn {
  height: auto;
  width: auto;
  background: none;
  margin: 0;
  border-radius: 0;
  box-shadow: 0 0 0 0 !important;
}
#product .social-sharing .social-share-btn span,
.quickview .social-sharing .social-share-btn span {
  min-width: 1px !important;
  margin-right: 0 !important;
}
#product .social-sharing .social-share-btn .ico_fnt,
.quickview .social-sharing .social-share-btn .ico_fnt {
  display: inline-block;
  color: #FFF;
  height: auto;
  width: 21px;
  margin: 0 3px 0 3px !important;
  line-height: 21px;
  text-align: center;
  color: #FFF;
  background-size: 21px 21px;
  background-color: #a7985c;
  background-image: none !important;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

/* Product */
#product .return_cat:before {
  content: "";
  display: inline-block;
  height: 9px;
  width: 16px;
  margin-right: 7px;
  background: url("../images/ico_return.png") no-repeat;
}
@media (max-width: 575.98px) {
  #product .return_cat {
    display: none;
  }
}
#product .sep_width {
  margin: 19px 0;
}
#product h1 {
  font-size: 20px;
  letter-spacing: 0.05em;
}
#product .product-delivery .title, #product .description .title {
  display: block;
  color: #a7985c;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.55px;
}
#product .product-delivery .title {
  display: block;
  color: #a7985c;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.55px;
}
#product .product-delivery .content {
  display: block;
  margin-top: 13px;
  color: #2d3a5e;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.26px;
}
#product .description .content {
  margin-top: 13px;
  color: #2d3a5e;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.26px;
}
#product .product-prices {
  font-size: 24px;
}
#product .product-prices .current-price-display {
  font-size: inherit;
  font-weight: 500;
}
#product .product-prices .tax-shipping-delivery-label {
  display: none;
  font-size: 18px;
}
#product .product-prices .regular-price {
  margin-right: 5px;
  color: #999;
  letter-spacing: 0.7px;
}
#product .product-thumb {
  padding: 5px;
  border: 1px solid #f2f1ef;
}
#product .product-thumb.slick-current {
  border: 1px solid #2d3a5e;
}
#product .featured-products h2 {
  text-align: center;
  color: #2d3a5e;
  font-size: 1.375rem;
  font-family: "Little Days";
  font-weight: 700;
  text-transform: none;
}

.product-accessories article .highlighted-information {
  display: none !important;
}
.product-accessories article .product-thumbnail:hover .hover, .product-accessories article .product-thumbnail:focus .hover {
  display: block !important;
}
.product-accessories article .hover {
  display: none !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.6);
  /*
  &:after {
  	content:"";
  	display: inline-block;
  	height:	83px;
  	width: 83px;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%); /* compatibilitÃ© : ie9+ */
  	                                                            	/*			
  	background:url('../images/ico_etoile-or.png') no-repeat;
  }*/
}

/* .quickview */
.quickview .modal-header {
  text-align: center;
}
.quickview .modal-header .close {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.quickview .modal-title {
  display: inline-block;
  margin: 0 auto;
  color: #2d3a5e;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.quickview .btn-zoom {
  display: none !important;
}
.quickview .product-prices {
  margin-bottom: 15px;
  color: #2d3a5e;
}
.quickview .product-prices .regular-price, .quickview .product-prices .current-price-discount {
  color: inherit;
}
.quickview .product-variants-item .color {
  height: 30px;
  width: 30px;
}

#custom_field .line {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
#custom_field .line:first-child {
  margin-top: 20px;
}
#custom_field .title {
  display: flex;
  min-width: 100px;
  margin-right: 15px;
  color: #a7985c;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.55px;
}
#custom_field .value {
  color: #2d3a5e;
  font-size: 12px;
}

/* Page CMS - Divers */
header.page-header {
  padding: 0;
}
header.page-header header.page-header {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}
header.page-header header.page-header h1 {
  padding: 0;
}
header.page-header h1 {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #2d3a5e;
  text-align: center;
}

section.page-wrapper--index {
  border: none;
}

section.page-content--order-detail .addresses {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
section.page-content--order-detail .label {
  padding: 5px;
}

section.page-wrapper {
  border: none;
}

.page-wrapper--my-account section.page-content--my-account {
  padding: 15px;
}
.page-wrapper--my-account footer.page-footer--my-account a {
  display: inline-block;
  padding: 15px;
}

/* Global */
.address-header,
.card-header,
.page-header {
  background: none;
}

.address-footer,
.card-footer,
.page-footer {
  padding-left: 0;
  background: none;
}

/* Nav JS */
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #2d3a5e;
  border-color: transparent transparent #2d3a5e;
}

/* Order */
#delivery-addresses .address-item .card-footer {
  padding-right: 0;
  text-align: center;
}

.cart-grid .btn-lg {
  padding: .5rem 4rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  border-color: transparent;
}
.cart-grid .btn-lg:hover, .cart-grid .btn-lg:focus {
  color: #FFF;
  background: #7388ad;
  border-color: transparent;
}

.accordion .selected .card {
  border-color: #a7985c;
}

.carrier-price {
  color: #7388ad;
}

#js-checkout-summary .card-footer {
  padding-left: 1.25rem;
}

/* CMS */
.page-header.page-header--cms {
  padding: 0;
  margin-bottom: 20px;
  color: #2d3a5e;
  text-align: center;
  text-transform: uppercase;
  background: none;
  border: none;
}

.page-wrapper.page-wrapper--cms {
  border: none;
}

.page-content.page-content--cms {
  padding: 0;
}
.page-content.page-content--cms h2 {
  color: #a7985c;
  font-weight: normal;
}
.page-content.page-content--cms img {
  height: auto;
  max-width: 100%;
}

.footer-container {
  padding: 56px 0;
  background: #3a445f;
}
.footer-container .title {
  color: #FFF;
}
.footer-container .title .icon-collapse:hover, .footer-container .title .icon-collapse:focus {
  cursor: pointer;
}
.footer-container .h3 {
  display: inline-block;
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.56px;
}
@media (max-width: 991.98px) {
  .footer-container .h3 {
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .footer-container .block_newsletter .h3 {
    font-family: "Cabin", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
  }
}
.footer-container ul > li > a {
  color: #abb0bd;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.6px;
}
.footer-container ul > li > a:hover, .footer-container ul > li > a:focus {
  color: #FFF;
}
.footer-container .col_linkblock.col_2 .gestion_cookie {
  display: none;
}
.footer-container .col_linkblock.col_2:after {
  content: "";
  display: inline-block;
  height: 25px;
  width: 100%;
  max-width: 200px;
  background: url("../images/ico_paiement.png") no-repeat;
  background-size: 100%;
}
.footer-container .copyright {
  padding-top: 12px;
  margin-top: 55px;
  color: #FFF;
  font-size: 12px;
  border-top: 2px solid #586077;
}
body.page-order .footer-container .copyright {
  padding-top: 0;
  margin-top: 0;
  border: none;
}
.footer-container .copyright a {
  color: #FFF;
}

footer .cstm_reassurance {
  text-align: center;
  background: url("../images/dashed.png") 0 0 repeat-x;
}
footer .cstm_reassurance .row {
  padding: 24px 0;
}
@media (min-width: 768px) {
  footer .cstm_reassurance .col_2 {
    position: relative;
  }
  footer .cstm_reassurance .col_2:before, footer .cstm_reassurance .col_2:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background: url("../images/sep_height.png") 0 0 repeat-y;
  }
  footer .cstm_reassurance .col_2:after {
    left: auto;
    right: 0;
  }
}
@media (max-width: 991.98px) {
  footer .cstm_reassurance .col_2 {
    margin: 24px 0;
  }
}
footer .cstm_reassurance .link_ico {
  display: block;
}
footer .cstm_reassurance .link_ico .ico_custom {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
footer .cstm_reassurance .link_ico:hover, footer .cstm_reassurance .link_ico:focus {
  opacity: 1;
  color: #a7985c;
}
footer .cstm_reassurance .link_ico:hover .title, footer .cstm_reassurance .link_ico:focus .title {
  color: inherit;
}
footer .cstm_reassurance .link_ico:hover .subtitle, footer .cstm_reassurance .link_ico:focus .subtitle {
  color: inherit;
}
footer .cstm_reassurance .title {
  display: inline-block;
  margin: 0;
  color: #2d3a5e;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.56px;
}
footer .cstm_reassurance .subtitle {
  display: block;
  color: #2d3a5e;
  font-size: 12px;
  font-weight: 400;
  line-height: 10px;
  font-weight: 400;
  letter-spacing: 0.6px;
}
footer.l-footer .account-list a, footer.l-footer .cms-page-link {
  color: #FFF;
}

/* Bsa Link To Shop */
#bsa_linktoshop {
  display: inline-block;
  margin-right: 5px;
}
@media (min-width: 768px) {
  #bsa_linktoshop {
    margin-right: 11px;
  }
}
#bsa_linktoshop a {
  color: inherit;
  opacity: 0.7;
}
#bsa_linktoshop a:hover, #bsa_linktoshop a:focus {
  opacity: 1;
}

/* Bsa Currencies - Languages */
#bsa_currencylanguageselector {
  display: inline-block;
}
#bsa_currencylanguageselector .current.dropdown-toggle {
  opacity: 0.7;
}
#bsa_currencylanguageselector .current.dropdown-toggle:hover, #bsa_currencylanguageselector .current.dropdown-toggle:focus {
  opacity: 1;
}
#bsa_currencylanguageselector .dropdown {
  display: inline-block;
  width: auto;
}
#bsa_currencylanguageselector .dropdown:hover, #bsa_currencylanguageselector .dropdown:focus {
  cursor: pointer;
}
#bsa_currencylanguageselector .dropdown .dropdown-menu {
  padding: 10px;
  font-size: 13px;
}
#bsa_currencylanguageselector .dropdown .dropdown-menu ul {
  margin: 0;
}
#bsa_currencylanguageselector .dropdown .dropdown-menu li a {
  position: relative;
  padding-left: 15px;
  color: #2d3a5e;
  opacity: 0.7;
}
#bsa_currencylanguageselector .dropdown .dropdown-menu li a:before {
  position: absolute;
  top: -4px;
  left: 0;
  content: "";
  font-family: 'FontAwesome';
  font-size: 10px;
}
#bsa_currencylanguageselector .dropdown .dropdown-menu li.current a, #bsa_currencylanguageselector .dropdown .dropdown-menu li a:hover, #bsa_currencylanguageselector .dropdown .dropdown-menu li a:focus {
  opacity: 1;
}
#bsa_currencylanguageselector .dropdown .dropdown-menu li.current a:before, #bsa_currencylanguageselector .dropdown .dropdown-menu li a:hover:before, #bsa_currencylanguageselector .dropdown .dropdown-menu li a:focus:before {
  content: "\f00c";
  color: #a7985c;
}
#bsa_currencylanguageselector .dropdown .dropdown-toggle:after {
  vertical-align: 2px;
}
#bsa_currencylanguageselector .dropdown .language-selector {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #2d3a5e;
}

/* Presta Module - Menu */
@media (min-width: 768px) {
  .adtm_menu_container {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

/*
.adtm_sub {
	opacity: 1 !important;
	visibility: visible !important;
	left: 0 !important;
}
*/
#adtm_menu {
  padding: 0;
  margin: 0;
  border: none;
  /*
  & .adtm_sub {
  	opacity:1 !important;
  	left:0 !important;
  	visibility:visible !important;
  }
  */
}
#adtm_menu ul#menu li .adtm_column {
  padding: 0;
  margin: 0;
}
#adtm_menu ul#menu li div.adtm_sub {
  top: 50px;
  padding-top: 10px;
  padding-bottom: 20px;
  background: #FFF url("../images/header-nav-bottom.png") repeat-x bottom center;
  border: none;
  /*.header_fixed.fixed & {
  	display:none;
  }*/
}
#adtm_menu ul#menu li div.adtm_sub .columnWrapTable {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  #adtm_menu ul#menu li div.adtm_sub .columnWrapTable {
    max-width: 1140px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #adtm_menu ul#menu li div.adtm_sub .columnWrapTable {
    max-width: 960px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #adtm_menu ul#menu li div.adtm_sub .columnWrapTable {
    max-width: 720px;
  }
}
#adtm_menu ul#menu li div.adtm_sub .adtm_column_wrap {
  padding-bottom: 0;
}
#adtm_menu ul#menu li div.adtm_sub td .column_wrap_title {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
#adtm_menu ul#menu li div.adtm_sub td .column_wrap_title a {
  color: #2d3a5e;
  text-transform: uppercase;
  letter-spacing: 0.56px;
}
#adtm_menu ul#menu li div.adtm_sub td img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  #adtm_menu ul#menu li div.adtm_sub td:nth-child(1) {
    width: 21%;
    text-align: left;
  }
}
#adtm_menu ul#menu li div.adtm_sub td:nth-child(1) .column_wrap_title a {
  font-size: 24px;
  font-weight: normal;
}
@media (max-width: 991.98px) {
  #adtm_menu ul#menu li div.adtm_sub td:nth-child(1) .column_wrap_title a {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  #adtm_menu ul#menu li div.adtm_sub td:nth-child(2) {
    width: 23%;
  }
}
#adtm_menu ul#menu li div.adtm_sub td:nth-child(2) .column_wrap_title {
  display: none;
}
#adtm_menu ul#menu li div.adtm_sub td:nth-child(2) .adtm_elements a {
  position: relative;
  color: #2d3a5e;
}
#adtm_menu ul#menu li div.adtm_sub td:nth-child(2) .adtm_elements a:hover, #adtm_menu ul#menu li div.adtm_sub td:nth-child(2) .adtm_elements a:focus {
  padding-left: 25px;
  font-weight: bold;
  text-transform: uppercase;
}
#adtm_menu ul#menu li div.adtm_sub td:nth-child(2) .adtm_elements a:hover:before, #adtm_menu ul#menu li div.adtm_sub td:nth-child(2) .adtm_elements a:focus:before {
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  height: 17px;
  width: 17px;
  margin-right: 8px;
  background: url("../images/etoile-menu.png") no-repeat;
}
@media (min-width: 768px) {
  #adtm_menu ul#menu li div.adtm_sub td:nth-child(3) {
    width: 28%;
  }
}
#adtm_menu ul#menu li div.adtm_sub td:nth-child(3) .column_wrap_title a, #adtm_menu ul#menu li div.adtm_sub td:nth-child(4) .column_wrap_title a {
  font-weight: normal;
}
#adtm_menu ul#menu li div.adtm_sub td:nth-child(3) .adtm_elements, #adtm_menu ul#menu li div.adtm_sub td:nth-child(4) .adtm_elements {
  text-align: center;
}
#adtm_menu ul#menu li div.adtm_sub td:nth-child(3) .adtm_elements a, #adtm_menu ul#menu li div.adtm_sub td:nth-child(4) .adtm_elements a {
  display: inline-block;
}
#adtm_menu ul#menu li div.adtm_sub td:nth-child(3) .adtm_elements a img, #adtm_menu ul#menu li div.adtm_sub td:nth-child(4) .adtm_elements a img {
  display: inline-block;
}
#adtm_menu ul#menu li div.adtm_sub .column_wrap_title {
  /*
  & img {
  	display:inline-block;
  	height:100%;
  	max-width:100%;
  }*/
}
#adtm_menu ul#menu li div.adtm_sub .column_wrap_title a {
  display: inline-block;
}
#adtm_menu #adtm_menu_inner {
  text-align: center;
  background: none;
  border: none;
}
#adtm_menu .li-niveau1 {
  float: none !important;
  display: inline-block;
  min-height: auto;
  line-height: normal;
}
@media (min-width: 768px) {
  #adtm_menu .li-niveau1 {
    margin-bottom: -6px;
  }
}
#adtm_menu .li-niveau1.advtm_menu_1 a.a-niveau1 .advtm_menu_span {
  font-size: 24px;
  font-family: "Little Days";
  font-weight: bold;
  text-transform: none;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #adtm_menu .li-niveau1.advtm_menu_1 a.a-niveau1 .advtm_menu_span {
    font-size: 18px;
  }
}
#adtm_menu .li-niveau1.advtm_menu_1:hover a.a-niveau1 .advtm_menu_span, #adtm_menu .li-niveau1.advtm_menu_1:focus a.a-niveau1 .advtm_menu_span {
  background: transparent url("../images/star.png") 12px 10px no-repeat;
  background-position: 10px 3px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #adtm_menu .li-niveau1.advtm_menu_1:hover a.a-niveau1 .advtm_menu_span, #adtm_menu .li-niveau1.advtm_menu_1:focus a.a-niveau1 .advtm_menu_span {
    background-position: 0 10px;
  }
}
#adtm_menu .li-niveau1.advtm_menu_2 a.a-niveau1 .advtm_menu_span {
  color: #a7985c;
  font-weight: bold;
}
#adtm_menu .li-niveau1 a.a-niveau1 {
  min-height: auto;
  line-height: normal;
}
@media (min-width: 768px) {
  #adtm_menu .li-niveau1 a.a-niveau1 {
    padding-bottom: 6px;
  }
}
#adtm_menu .li-niveau1 a.a-niveau1 .advtm_menu_span {
  padding-top: 13px;
  padding-bottom: 6px;
  min-height: auto;
  line-height: normal;
  color: #2d3a5e;
  font-size: 14px;
  font-family: "Cabin", sans-serif;
  letter-spacing: 0.56px;
  line-height: 24px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  #adtm_menu .li-niveau1 a.a-niveau1 .advtm_menu_span {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #adtm_menu .li-niveau1 a.a-niveau1 .advtm_menu_span {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #adtm_menu .li-niveau1 a.a-niveau1 .advtm_menu_span {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
  }
}
#adtm_menu .li-niveau1 a.advtm_menu_actif .advtm_menu_span, #adtm_menu .li-niveau1 a:hover .advtm_menu_span, #adtm_menu .li-niveau1 .advtm_menu_span:hover, #adtm_menu .li-niveau1:hover > a.a-niveau1 .advtm_menu_span {
  color: #a7985c;
  background: transparent url("../images/star.png") 12px 10px no-repeat;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #adtm_menu .li-niveau1 a.advtm_menu_actif .advtm_menu_span, #adtm_menu .li-niveau1 a:hover .advtm_menu_span, #adtm_menu .li-niveau1 .advtm_menu_span:hover, #adtm_menu .li-niveau1:hover > a.a-niveau1 .advtm_menu_span {
    background-position: 0 10px;
  }
}
@media (min-width: 768px) {
  #adtm_menu .li-niveau.hover .adtm_sub {
    opacity: 1 !important;
    left: 0 !important;
    visibility: visible !important;
  }
}

#adtm_menu.adtm_menu_toggle_open ul#menu li.li-niveau1.sub.adtm_sub_open a.a-niveau1 span,
#adtm_menu.adtm_menu_toggle_open ul#menu li.li-niveau1.sub a.a-niveau1.advtm_menu_actif span {
  color: #a7985c;
  background: none;
}

/* Slider */
#carousel .rc > * {
  margin: 0;
}
@media (min-width: 576px) {
  #carousel .slider-caption {
    position: absolute;
    top: 50%;
    left: 0;
    bottom: auto;
    margin-left: 90px;
    margin-bottom: 0;
    transform: translate(0%, -50%);
    /* compatibilitÃ© : ie9+ */
  }
}
@media (max-width: 767.98px) {
  #carousel .slider-caption {
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    height: 100%;
    width: 100%;
  }
}
#carousel .slider-caption .caption-description {
  padding: 24px 41px;
  text-align: center;
  color: #2d3a5e;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  background: url("../images/slider_background.png") repeat;
}
@media (max-width: 767.98px) {
  #carousel .slider-caption .caption-description {
    height: 100%;
    font-size: 14px;
    line-height: normal;
  }
}
#carousel .slider-caption .caption-description .title {
  color: #a7985c;
  font-family: "Little Days";
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
  text-transform: none;
}

/* Bsa HomePage */
#bsa_homepage {
  margin-top: 10px;
  text-align: center;
  line-height: 24px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  #bsa_homepage .blc {
    margin-bottom: 22px;
  }
}
#bsa_homepage .blc .title, #bsa_homepage .blc .subtitle {
  display: block;
}
#bsa_homepage .blc .title {
  color: #a7985c;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.48px;
}
#bsa_homepage .blc .subtitle {
  color: #2d3a5e;
  font-size: 18px;
  letter-spacing: 0.9px;
}
#bsa_homepage .blc .img {
  position: relative;
  display: inline-block;
  margin-top: 10px;
}
#bsa_homepage .blc img {
  height: auto;
  width: auto;
  max-width: 100%;
}
#bsa_homepage .row:first-child {
  margin-bottom: 40px;
}
#bsa_homepage a:hover .hover, #bsa_homepage a:focus .hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.6);
  transition: .3s ease-in-out;
}
#bsa_homepage a:hover .hover:after, #bsa_homepage a:focus .hover:after {
  content: "";
  display: inline-block;
  height: 83px;
  width: 83px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* compatibilitÃ© : ie9+ */
  background: url("../images/ico_etoile-or.png") no-repeat;
}

/* Bloc de texte custom homepage */
.page-home #custom-text {
  margin-top: 48px;
  margin-bottom: 38px;
}
.page-home #custom-text .custom_content {
  max-width: 880px;
  margin: 0 auto;
  padding: 38px 0 56px 0;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.7px;
}
.page-home #custom-text .custom_content h2 {
  margin-bottom: 20px;
  color: #2d3a5e;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}

/* Bsa Instagram Feed */
#bsa_instagramfeed .h2 {
  margin-bottom: 35px;
  color: #2d3a5e;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}
#bsa_instagramfeed #bsa_instagramfeed_listing {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
#bsa_instagramfeed article {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
@media (max-width: 991.98px) {
  #bsa_instagramfeed article {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 767.98px) {
  #bsa_instagramfeed article {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575.98px) {
  #bsa_instagramfeed article {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#bsa_instagramfeed article img {
  height: auto;
  max-width: 100%;
}
#bsa_instagramfeed article:hover, #bsa_instagramfeed article:focus {
  opacity: 0.5;
}

/* Bsa_footerboutiques */
#bsa_footerboutiques {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
}
@media (min-width: 768px) {
  #bsa_footerboutiques .shops {
    padding-left: 20px;
    border-left: 2px solid #FFF;
  }
}
#bsa_footerboutiques .shop {
  margin-bottom: 25px;
  letter-spacing: 0.6px;
  line-height: 18px;
}
#bsa_footerboutiques .shop .addresse {
  display: block;
}
#bsa_footerboutiques .shop .addresse b {
  text-transform: uppercase;
}
#bsa_footerboutiques a {
  color: #abb0bd;
  text-decoration: none;
}
#bsa_footerboutiques a:hover, #bsa_footerboutiques a:focus {
  opacity: 0.5;
  text-decoration: none;
}

/* Newsletter */
#sb-wrapper #sb-wrapper-inner {
  border: none;
}
#sb-wrapper #sb-title {
  background: #3a445f;
}
#sb-wrapper #sb-title #sb-nav-close {
  margin-right: 6px;
}

@media (max-width: 991.98px) {
  #footer .block_newsletter {
    margin-bottom: 15px;
  }
}
.block_newsletter .h3 {
  font-family: "Little Days";
  font-size: 24px;
  font-weight: 400;
  text-transform: none;
}
.block_newsletter #gdpr_consent, .block_newsletter .conditions {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.6px;
}
.block_newsletter #gdpr_consent {
  margin: 15px 0;
}
.block_newsletter .form-control {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 45px;
  color: #2d3a5e;
  font-size: 12px;
  box-shadow: 0 0 0 0;
  border: none;
}
.block_newsletter .form-control:-webkit-input-placeholder {
  color: #ccd2e0;
}
.block_newsletter .form-control:-moz-placeholder {
  color: #ccd2e0;
}
.block_newsletter .form-control::-moz-placeholder {
  color: #ccd2e0;
}
.block_newsletter .form-control:-ms-input-placeholder {
  color: #ccd2e0;
}
.block_newsletter .btn.btn-primary {
  opacity: 0.7;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #61697f;
  border: none;
  border-left: 3px solid #2d3a5e;
}
.block_newsletter .btn.btn-primary span {
  color: #FFF;
  opacity: 0.5;
}
.block_newsletter .btn.btn-primary:hover, .block_newsletter .btn.btn-primary:focus {
  opacity: 1;
  color: #FFF;
  background: #61697f;
}
.block_newsletter .btn.btn-primary:hover span, .block_newsletter .btn.btn-primary:focus span {
  opacity: 1;
}

/* Liste d'envie */
.text-primary {
  color: #7388ad !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #3a445f !important;
}

.list-group-item.active {
  background-color: #7388ad;
  border-color: #7388ad;
}

/* Popup Newsletter */
#popnewsletter_block {
  padding: 25px;
  padding-top: 0;
}
#popnewsletter_block .h3 {
  color: #FFF;
}
#popnewsletter_block #popnewsletter_submit {
  border: none;
}
#popnewsletter_block #popnewsletter_maintext {
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* PS contact-rich */
@media (max-width: 767.98px) {
  .contact-rich hr {
    display: none;
  }
}

/* AutoComplete Search */
.autocomplete-suggestions {
  width: 190px !important;
  box-shadow: 0 0 0 0 !important;
}

/* Gestion frais de port */
#fdm_carrier_block hr {
  display: none;
}
#fdm_carrier_block .card-block {
  padding-bottom: 0;
  box-shadow: 0 0 0 0 !important;
  border: none;
}
#fdm_carrier_block #freeship_grille {
  margin-top: 1rem;
}

/* Pagination */
.pagination .page-link {
  color: #a7985c;
  border-color: #e0dbc6;
}
.pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus, .pagination .page-item.active .page-link {
  color: #FFF;
  background: #a7985c;
  border-color: #a7985c;
}

/* Form */
.form-group {
  margin-bottom: 15px;
}

/* Btn */
.btn.focus,
.btn:focus {
  box-shadow: 0 0 0 0;
}

.btn-none {
  padding: 0;
  background: none;
}

.btn.btn-outline-primary,
.btn.btn-secondary,
.btn.btn-default {
  color: #FFF !important;
  background-color: #a7985c !important;
  border-color: #a7985c !important;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus,
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-default:hover,
.btn.btn-default:focus {
  color: #a7985c !important;
  background: #FFF !important;
}

.btn.btn-default-light {
  color: #FFF;
  background-color: #cac19e;
  border-color: #dcd6be;
}
.btn.btn-default-light:hover, .btn.btn-default-light:focus {
  color: #FFF;
  background: #dcd6be;
  border-color: #dcd6be;
}

.btn.btn-primary {
  color: #FFF;
  background-color: #3a445f;
  border-color: #3a445f;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  color: #FFF;
  background: #7388ad;
  border-color: #7388ad;
}

.btn.btn-primary-light {
  color: #FFF;
  background-color: #8899b7;
  border-color: #8899b7;
}
.btn.btn-primary-light:hover, .btn.btn-primary-light:focus {
  color: #FFF;
  background: #2d3a5e;
  border-color: #2d3a5e;
}

.btn.btn-outline-primary {
  color: #FFF;
  background-color: #a7985c;
  border-color: #a7985c;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  color: #a7985c;
  background-color: #FFF;
}

.btn-outline-success {
  color: #a7985c;
  border-color: #a7985c;
}
.btn-outline-success:hover, .btn-outline-success:focus {
  color: #FFF;
  background: #a7985c;
  border-color: #a7985c;
}

.btn-link {
  color: #2d3a5e;
}

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

.custom-select:focus {
  border: 1px solid #ced4da;
  box-shadow: 0 0 0 0;
}

.bootstrap-touchspin {
  box-shadow: 0 0 0 0;
}

/* Divers */
.form-control:focus {
  border-color: #abbdde;
  box-shadow: 0 0 0 0;
}

.custom-control-label:before {
  border-radius: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.125);
  box-shadow: 0 0 0 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background: #2d3a5e;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #7388ad;
}

.custom-control-input:checked ~ .custom-control-label:before {
  background: #FFF;
}

.input-color:checked + span,
.input-color:hover + span,
.input-color + span,
.input-radio:checked + span,
.input-radio:hover + span,
.input-radio + span {
  border-color: #2d3a5e;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  box-shadow: 2px 2px 4px 0 #FFF;
}

.sep_ico {
  height: 18px;
  width: 100%;
  background: url("../images/sep_andicone.png") no-repeat center center;
}

.sep_width {
  height: 3px;
  width: 100%;
  background: url("../images/dashed.png") 0 100% repeat-x;
}

/* Ico */
.ico_custom.ico_cart {
  display: inline-block;
  height: 20px;
  width: 18px;
  background: url("../images/ico_cart.png") no-repeat;
}

.ico_custom.ico_wishlist {
  display: inline-block;
  height: 14px;
  width: 16px;
  background: url("../images/ico_wishlist.png") no-repeat;
}

.ico_custom.ico_scooter {
  display: inline-block;
  height: 30px;
  width: 62px;
  background: url("../images/ico_scooter.png") no-repeat;
}

.ico_custom.ico_etoile {
  display: inline-block;
  height: 24px;
  width: 25px;
  background: url("../images/ico_etoile.png") no-repeat;
}

.ico_custom.ico_monde {
  display: inline-block;
  height: 29px;
  width: 57px;
  background: url("../images/ico_monde.png") no-repeat;
}

#atop {
  position: fixed;
  right: 35px;
  bottom: 35px;
  height: 40px;
  width: 40px;
  background: url("../images/icon_back-to-top.png") no-repeat;
}
#atop.show {
  display: block;
}
#atop:hover, #atop:focus {
  background-image: url("../images/icon_back-to-top-hover.png");
}

@-webkit-keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
body {
  font-family: "Cabin", sans-serif;
  background: none;
}
@media (max-width: 991.98px) {
  body {
    font-size: 12px;
  }
}
