@charset "UTF-8";
/* Breakpoint */
/* Grid */
/* Couleurs */
/* Labels */
/* Fonts */
/* Breakpoints */
/* Banner height */
/* Header height */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:hover,
a:focus,
a:active {
  outline: 0;
}

button,
input,
textarea {
  -webkit-appearance: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lien-off {
    cursor: pointer;
}
figcaption {
    display: none;
}

/* background opacity */
/* rotate */
/* percent */
/*********** style title **************/
.product .product-accessories-bloc:before, #psblog .blog-navigation-desktop .blog-nav .blog-nav-item.has-subcategories .blog-nav-sub, #psblog .bg-text {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.btn-back::before, #pagenotfound .bloc-content form button, #order-detail .return-allowed .product-name-text::after, #identity .form-group.password .icon-eye, .menu-account-link-item .nav-link .icon, .product .block-tag .block-tag-header .icon, #psblog .blog-navigation-mobile .blog-nav-mobile-ctn .icon, #psblog .blog-comments .blog-comments-read .blog-comments-list .blog-comments-item .blog-comments-top::after, #psblog .blog-comments .blog-comments-read .blog-comments-list .blog-comments-item .blog-comments-top .blog-comments-date::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-social .icon, .custom-file .action::after, .order-detail .product-row .order_qte_input_ctn .product-qty-btns, .order-detail .product-row .order_qte_input_ctn .product-qty-btns a::after, .order-detail .order-follow-need-help .order-follow-need-help-icon::after, #contact .bloc-right .inner .contact-info-items .contact-info-item .bloc-picto .picto .icon, .enabled-filters ul li a i, #psblog .pagination .p-numbers .p-numbers-item a span, #psblog .blog-view .blog-share-bloc li a .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ctn {
  margin-left: auto;
  margin-right: auto;
}

.flex,
.col,
.row {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.ctn2 {
  margin: auto;
  max-width: 1755px;
}

.ctn-fluid,
.ctn {
  padding-left: 10px;
  padding-right: 10px;
}

.ctn {
  width: 100%;
}

.row,
.col {
  margin-left: -10px;
  margin-right: -10px;
}

.row-xxs {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.col-xxs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.xxs1 {
  -ms-flex-preferred-size: 8.33333%;
      flex-basis: 8.33333%;
  max-width: 8.33333%;
}

.offset-xxs1 {
  margin-left: 8.33333%;
}

.xxs2 {
  -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
  max-width: 16.66667%;
}

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

.xxs3 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}

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

.xxs4 {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  max-width: 33.33333%;
}

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

.xxs5 {
  -ms-flex-preferred-size: 41.66667%;
      flex-basis: 41.66667%;
  max-width: 41.66667%;
}

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

.xxs6 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}

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

.xxs7 {
  -ms-flex-preferred-size: 58.33333%;
      flex-basis: 58.33333%;
  max-width: 58.33333%;
}

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

.xxs8 {
  -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%;
  max-width: 66.66667%;
}

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

.xxs9 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
}

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

.xxs10 {
  -ms-flex-preferred-size: 83.33333%;
      flex-basis: 83.33333%;
  max-width: 83.33333%;
}

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

.xxs11 {
  -ms-flex-preferred-size: 91.66667%;
      flex-basis: 91.66667%;
  max-width: 91.66667%;
}

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

.xxs12 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}

.offset-xxs12 {
  margin-left: 100%;
}

.xxs {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.start-xxs {
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: start;
}

.center-xxs {
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.end-xxs {
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: end;
}

.around-xxs {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.between-xxs {
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-xxs {
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: start;
      align-self: start;
}

.middle-xxs {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
}

.bottom-xxs {
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-item-align: end;
      align-self: end;
}

.first-xxs {
  -webkit-box-ordinal-group: 0;
     -moz-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.last-xxs {
  -webkit-box-ordinal-group: 2;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.hidden-xxs,
.hide-xxs {
  display: none;
}

.show-xxs {
  display: block !important;
}

.show-ib-xxs {
  display: inline-block;
}

.xxs1,
.offset-xxs1, .xxs2,
.offset-xxs2, .xxs3,
.offset-xxs3, .xxs4,
.offset-xxs4, .xxs5,
.offset-xxs5, .xxs6,
.offset-xxs6, .xxs7,
.offset-xxs7, .xxs8,
.offset-xxs8, .xxs9,
.offset-xxs9, .xxs10,
.offset-xxs10, .xxs11,
.offset-xxs11, .xxs12,
.offset-xxs12 {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 480px) {
  .ctn-fluid,
  .ctn {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ctn {
    width: 100%;
  }
  .row,
  .col {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-xs {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .col-xs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xs1 {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .offset-xs1 {
    margin-left: 8.33333%;
  }
  .xs2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .offset-xs2 {
    margin-left: 16.66667%;
  }
  .xs3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .offset-xs3 {
    margin-left: 25%;
  }
  .xs4 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .offset-xs4 {
    margin-left: 33.33333%;
  }
  .xs5 {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .offset-xs5 {
    margin-left: 41.66667%;
  }
  .xs6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .offset-xs6 {
    margin-left: 50%;
  }
  .xs7 {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .offset-xs7 {
    margin-left: 58.33333%;
  }
  .xs8 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .offset-xs8 {
    margin-left: 66.66667%;
  }
  .xs9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .offset-xs9 {
    margin-left: 75%;
  }
  .xs10 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .offset-xs10 {
    margin-left: 83.33333%;
  }
  .xs11 {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .offset-xs11 {
    margin-left: 91.66667%;
  }
  .xs12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .offset-xs12 {
    margin-left: 100%;
  }
  .xs {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .start-xs {
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start;
  }
  .center-xs {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .end-xs {
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end;
  }
  .around-xs {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .between-xs {
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-xs {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-item-align: start;
        align-self: start;
  }
  .middle-xs {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .bottom-xs {
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-item-align: end;
        align-self: end;
  }
  .first-xs {
    -webkit-box-ordinal-group: 0;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .last-xs {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .hidden-xs,
  .hide-xs {
    display: none;
  }
  .show-xs {
    display: block !important;
  }
  .show-ib-xs {
    display: inline-block;
  }
  .xs1,
  .offset-xs1, .xs2,
  .offset-xs2, .xs3,
  .offset-xs3, .xs4,
  .offset-xs4, .xs5,
  .offset-xs5, .xs6,
  .offset-xs6, .xs7,
  .offset-xs7, .xs8,
  .offset-xs8, .xs9,
  .offset-xs9, .xs10,
  .offset-xs10, .xs11,
  .offset-xs11, .xs12,
  .offset-xs12 {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .ctn-fluid,
  .ctn {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ctn {
    width: 720px;
  }
  .row,
  .col {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-sm {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .col-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sm1 {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .offset-sm1 {
    margin-left: 8.33333%;
  }
  .sm2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .offset-sm2 {
    margin-left: 16.66667%;
  }
  .sm3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .offset-sm3 {
    margin-left: 25%;
  }
  .sm4 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .offset-sm4 {
    margin-left: 33.33333%;
  }
  .sm5 {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .offset-sm5 {
    margin-left: 41.66667%;
  }
  .sm6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .offset-sm6 {
    margin-left: 50%;
  }
  .sm7 {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .offset-sm7 {
    margin-left: 58.33333%;
  }
  .sm8 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .offset-sm8 {
    margin-left: 66.66667%;
  }
  .sm9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .offset-sm9 {
    margin-left: 75%;
  }
  .sm10 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .offset-sm10 {
    margin-left: 83.33333%;
  }
  .sm11 {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .offset-sm11 {
    margin-left: 91.66667%;
  }
  .sm12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .offset-sm12 {
    margin-left: 100%;
  }
  .sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .start-sm {
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-sm {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-item-align: start;
        align-self: start;
  }
  .middle-sm {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-item-align: end;
        align-self: end;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .hidden-sm,
  .hide-sm {
    display: none;
  }
  .show-sm {
    display: block !important;
  }
  .show-ib-sm {
    display: inline-block;
  }
  .sm1,
  .offset-sm1, .sm2,
  .offset-sm2, .sm3,
  .offset-sm3, .sm4,
  .offset-sm4, .sm5,
  .offset-sm5, .sm6,
  .offset-sm6, .sm7,
  .offset-sm7, .sm8,
  .offset-sm8, .sm9,
  .offset-sm9, .sm10,
  .offset-sm10, .sm11,
  .offset-sm11, .sm12,
  .offset-sm12 {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .ctn-fluid,
  .ctn {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ctn {
    width: 960px;
  }
  .row,
  .col {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-md {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .col-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .md1 {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .offset-md1 {
    margin-left: 8.33333%;
  }
  .md2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .offset-md2 {
    margin-left: 16.66667%;
  }
  .md3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .offset-md3 {
    margin-left: 25%;
  }
  .md4 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .offset-md4 {
    margin-left: 33.33333%;
  }
  .md5 {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .offset-md5 {
    margin-left: 41.66667%;
  }
  .md6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .offset-md6 {
    margin-left: 50%;
  }
  .md7 {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .offset-md7 {
    margin-left: 58.33333%;
  }
  .md8 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .offset-md8 {
    margin-left: 66.66667%;
  }
  .md9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .offset-md9 {
    margin-left: 75%;
  }
  .md10 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .offset-md10 {
    margin-left: 83.33333%;
  }
  .md11 {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .offset-md11 {
    margin-left: 91.66667%;
  }
  .md12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .offset-md12 {
    margin-left: 100%;
  }
  .md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .start-md {
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end;
  }
  .around-md {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-md {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-item-align: start;
        align-self: start;
  }
  .middle-md {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .bottom-md {
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-item-align: end;
        align-self: end;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .hidden-md,
  .hide-md {
    display: none;
  }
  .show-md {
    display: block !important;
  }
  .show-ib-md {
    display: inline-block;
  }
  .md1,
  .offset-md1, .md2,
  .offset-md2, .md3,
  .offset-md3, .md4,
  .offset-md4, .md5,
  .offset-md5, .md6,
  .offset-md6, .md7,
  .offset-md7, .md8,
  .offset-md8, .md9,
  .offset-md9, .md10,
  .offset-md10, .md11,
  .offset-md11, .md12,
  .offset-md12 {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .ctn-fluid,
  .ctn {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ctn {
    width: 1170px;
  }
  .row,
  .col {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-lg {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .col-lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lg1 {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .offset-lg1 {
    margin-left: 8.33333%;
  }
  .lg2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .offset-lg2 {
    margin-left: 16.66667%;
  }
  .lg3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .offset-lg3 {
    margin-left: 25%;
  }
  .lg4 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .offset-lg4 {
    margin-left: 33.33333%;
  }
  .lg5 {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .offset-lg5 {
    margin-left: 41.66667%;
  }
  .lg6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .offset-lg6 {
    margin-left: 50%;
  }
  .lg7 {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .offset-lg7 {
    margin-left: 58.33333%;
  }
  .lg8 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .offset-lg8 {
    margin-left: 66.66667%;
  }
  .lg9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .offset-lg9 {
    margin-left: 75%;
  }
  .lg10 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .offset-lg10 {
    margin-left: 83.33333%;
  }
  .lg11 {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .offset-lg11 {
    margin-left: 91.66667%;
  }
  .lg12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .offset-lg12 {
    margin-left: 100%;
  }
  .lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .start-lg {
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-lg {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-item-align: start;
        align-self: start;
  }
  .middle-lg {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-item-align: end;
        align-self: end;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .hidden-lg,
  .hide-lg {
    display: none;
  }
  .show-lg {
    display: block !important;
  }
  .show-ib-lg {
    display: inline-block;
  }
  .lg1,
  .offset-lg1, .lg2,
  .offset-lg2, .lg3,
  .offset-lg3, .lg4,
  .offset-lg4, .lg5,
  .offset-lg5, .lg6,
  .offset-lg6, .lg7,
  .offset-lg7, .lg8,
  .offset-lg8, .lg9,
  .offset-lg9, .lg10,
  .offset-lg10, .lg11,
  .offset-lg11, .lg12,
  .offset-lg12 {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1290px) {
  .ctn-fluid,
  .ctn {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ctn {
    width: 1290px;
  }
  .row,
  .col {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-xl {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .col-xl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xl1 {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .offset-xl1 {
    margin-left: 8.33333%;
  }
  .xl2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .offset-xl2 {
    margin-left: 16.66667%;
  }
  .xl3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .offset-xl3 {
    margin-left: 25%;
  }
  .xl4 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .offset-xl4 {
    margin-left: 33.33333%;
  }
  .xl5 {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .offset-xl5 {
    margin-left: 41.66667%;
  }
  .xl6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .offset-xl6 {
    margin-left: 50%;
  }
  .xl7 {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .offset-xl7 {
    margin-left: 58.33333%;
  }
  .xl8 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .offset-xl8 {
    margin-left: 66.66667%;
  }
  .xl9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .offset-xl9 {
    margin-left: 75%;
  }
  .xl10 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .offset-xl10 {
    margin-left: 83.33333%;
  }
  .xl11 {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .offset-xl11 {
    margin-left: 91.66667%;
  }
  .xl12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .offset-xl12 {
    margin-left: 100%;
  }
  .xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .start-xl {
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start;
  }
  .center-xl {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .end-xl {
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end;
  }
  .around-xl {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .between-xl {
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-xl {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-item-align: start;
        align-self: start;
  }
  .middle-xl {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .bottom-xl {
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-item-align: end;
        align-self: end;
  }
  .first-xl {
    -webkit-box-ordinal-group: 0;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .last-xl {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .hidden-xl,
  .hide-xl {
    display: none;
  }
  .show-xl {
    display: block !important;
  }
  .show-ib-xl {
    display: inline-block;
  }
  .xl1,
  .offset-xl1, .xl2,
  .offset-xl2, .xl3,
  .offset-xl3, .xl4,
  .offset-xl4, .xl5,
  .offset-xl5, .xl6,
  .offset-xl6, .xl7,
  .offset-xl7, .xl8,
  .offset-xl8, .xl9,
  .offset-xl9, .xl10,
  .offset-xl10, .xl11,
  .offset-xl11, .xl12,
  .offset-xl12 {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* fix padding xxs */
@media (min-width: 768px) {
  .xxs12,
  [class*="xxs"]:not([class*="-xxs"]) {
    padding-left: 15px;
    padding-right: 15px;
  }
  .xs {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.nogrow {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.grow {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.grow1 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.grow2 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 2;
     -moz-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.grow3 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 3;
     -moz-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}

.grow4 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 4;
     -moz-box-flex: 4;
      -ms-flex-positive: 4;
          flex-grow: 4;
}

.grow5 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 5;
     -moz-box-flex: 5;
      -ms-flex-positive: 5;
          flex-grow: 5;
}

.section-block {
  padding: 30px 0;
}

@media (min-width: 992px) {
  .section-block .product-ctn .product-infos .product-link a,
  .section-block .product-ctn .product-infos .product-link .lien-off {
    padding-left: 65px;
  }
}

@media (min-width: 1320px) {
  .section-block .product-ctn .product-infos .product-link a,
  .section-block .product-ctn .product-infos .product-link .lien-off {
    padding-left: 70px;
  }
}

@media (min-width: 992px) {
  .section-block {
    padding: 50px 0;
  }
}

.section-block .section-block-header {
  margin-bottom: 15px;
  text-align: center;
}

@media (min-width: 992px) {
  .section-block .section-block-header {
    margin-bottom: 30px;
  }
}

.section-block .section-block-header .section-block-header-title {
  font-weight: normal;
  letter-spacing: 0.6px;
  margin-bottom: 0;
}

.section-block .section-block-header .section-block-header-subtitle {
  letter-spacing: 2.2px;
  margin-bottom: 30px;
}

.block-std {
  background: #f1f4f6;
  margin-bottom: 30px;
  padding: 15px;
  position: relative;
}

@media (min-width: 992px) {
  .block-std {
    padding: 30px;
  }
}

.block-std .block-std-title {
  color: #231f20;
}

.block-std .block-std-content {
  line-height: 20px;
}

.block-std .block-std-footer {
  margin-top: 20px;
}

.block {
  display: block;
  margin-bottom: 15px;
}

.block--h1 {
  margin: 35px auto 0;
}

@media (min-width: 992px) {
  .block--h1 {
    margin: 120px auto 0;
  }
}

.block--h1 h1 {
  color: #dc8b8c;
  font-family: "apalu";
  font-size: 60px;
  margin-bottom: 0;
  text-align: center;
}

@media (min-width: 992px) {
  .block--h1 h1 {
    font-size: 85px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .block--news-social {
    margin-bottom: 40px;
  }
}

.block--news-social .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block--news-social .newsletter {
  background: #fff;
}

.block--news-social .newsletter .section-block-header {
  margin-bottom: 0;
}

.block--news-social .newsletter p {
  color: #999b9f;
  letter-spacing: 0.2px;
}

.block--news-social #social_block {
  text-align: left;
}

@media (min-width: 992px) {
  .block--news-social #social_block ul {
    float: right;
  }
}

@media (min-width: 992px) {
  .block--news-social #social_block {
    text-align: center;
  }
}

.block--news-social #social_block .advblocklink-title {
  display: none;
}

.block--news-social #social_block ul li {
  background: url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/img/tache_rose.png");
  background-position: -2px 1px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-right: 10px;
  margin-bottom: 5px;
  padding-top: 10px;
}

@media (min-width: 992px) {
  .block--news-social #social_block ul li {
    background-position: -2px 1px;
    padding-right: 20px;
    padding-top: 15px;
  }
}

.block--news-social #social_block ul li:last-child {
  margin-right: 0;
}

.block--news-social #social_block ul li:hover {
  background: url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/img/tache_bleu.png");
  background-position: -2px 1px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 992px) {
  .block--news-social #social_block ul li:hover {
    background-position: -2px 1px;
  }
}

.block--news-social #social_block ul li:hover a,
.block--news-social #social_block ul li:hover .lien-off {
  border-color: #455f70;
}

.block--news-social #social_block ul li a,
.block--news-social #social_block ul li .lien-off {
  height: 65px;
  width: 65px;
  border: 1px solid #dc8b8c;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  .block--news-social #social_block ul li a,
  .block--news-social #social_block ul li .lien-off {
    height: 170px;
    width: 170px;
  }
}

.block--news-social #social_block ul li a::after,
.block--news-social #social_block ul li .lien-off::after {
  color: #fff;
  font-size: 20px;
}

@media (min-width: 992px) {
  .block--news-social #social_block ul li a::after,
  .block--news-social #social_block ul li .lien-off::after {
    font-size: 40px;
  }
}

.block--news-social #social_block ul li a:hover,
.block--news-social #social_block ul li .lien-off:hover {
  text-decoration: none;
}

.block--news-social .newsletter {
  max-width: auto;
  padding: 0 0 10px 0;
}

@media (min-width: 992px) {
  .block--news-social .newsletter {
    padding: 0 0 25px 0;
  }
}

.block--news-social .newsletter .section-block-header-subtitle {
  font-size: 12px;
  letter-spacing: 0.2px;
}

@media (min-width: 992px) {
  .block--news-social .newsletter {
    max-width: 520px;
    padding: 25px 0;
  }
}

.block--news-social .newsletter .h2 {
  margin-top: 0;
}

@media (min-width: 992px) {
  .block--news-social .newsletter .h2 {
    margin-top: 15px;
  }
}

.block--news-social .newsletter .section-block-header-subtitle {
  margin: 5px 0;
}

.block--news-social .newsletter .section-block-header {
  text-align: left;
}

.block--news-social .newsletter .newsletter-ctn {
  padding: 15px 0;
}

@media (min-width: 992px) {
  .block--news-social .newsletter .newsletter-ctn {
    padding: 20px 0;
  }
}

.block--news-social .newsletter form {
  margin-bottom: 0;
}

.block--accordion {
  margin-bottom: 25px;
  margin-top: 25px;
  position: relative;
}

.block--accordion .wrap-accordion .row {
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

@media (min-width: 992px) {
  .block--accordion .wrap-accordion .row {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 992px) {
  .block--accordion {
    margin-bottom: 60px;
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .block--accordion .wrap-accordion {
    padding-top: 60px;
  }
}

.block--accordion .bg-color {
  height: 300px;
  left: -30px;
  top: 0;
  z-index: -1;
}

@media (min-width: 992px) {
  .block--accordion .bg-color {
    height: 90%;
    left: -15%;
  }
}

.block--accordion .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block--accordion .element-txt {
  padding: 20px;
}

@media (min-width: 1200px) {
  .block--accordion .element-txt {
    padding: 0 0 0 85px;
  }
}

.block--accordion .element-txt .accordion-wrap {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .block--accordion .element-txt .accordion-wrap {
    margin-bottom: 50px;
  }
}

.block--accordion .element-txt .accordion-wrap .accordion-title a::before {
  background: #e6e9ea;
  content: "";
  display: inline-block;
  height: 1px;
  margin-bottom: 5px;
  margin-right: 11px;
  width: 35px;
}

.block--accordion .element-txt .accordion-wrap .accordion-title.open a::before {
  background: #dc8b8c;
}

.block--accordion .element-txt .accordion-wrap .accordion-title,
.block--accordion .element-txt .accordion-wrap .accordion-content {
  border-bottom: 0;
  padding: 10px;
}

.block--accordion .element-txt .accordion-wrap .accordion-title a,
.block--accordion .element-txt .accordion-wrap .accordion-content a {
  color: #231f20;
  display: block;
}

.block--accordion .element-txt .accordion-wrap .accordion-title a:hover {
  color: #231f20;
  text-decoration: none;
}

.block--accordion .element-txt .accordion-wrap .accordion-content {
  font-size: 12px;
  margin-bottom: 10px;
}

.block--accordion .element-txt .accordion-wrap .accordion-content p {
  color: #999b9f;
  letter-spacing: 0.2px;
}

@media (min-width: 992px) {
  .block--accordion .element-txt .accordion-wrap .accordion-content {
    margin-bottom: 30px;
  }
}

.block--accordion .element-txt .accordion-wrap .accordion-content:first-child {
  display: block !important;
}

.block--accordion .element-txt .accordion-wrap .accordion-content:last-of-type {
  position: relative;
  top: -1px;
}

.block--accordion .element-txt .btn {
  margin-left: 0;
  text-align: center;
  width: 100%;
}

@media (min-width: 992px) {
  .block--accordion .element-txt .btn {
    width: auto;
  }
}

.block--accordion .element-bg {
  margin-top: 30px;
  overflow: hidden;
  text-align: center;
}

@media (min-width: 992px) {
  .block--accordion .element-bg {
    margin-top: 0;
  }
}

.block--accordion .element-bg img {
  margin: auto;
  max-width: 100%;
}

.block--avis_verifies_home {
  margin-bottom: 60px;
}

.block--half-tile {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .block--half-tile {
    margin-top: 25px;
  }
}

@media (min-width: 992px) {
  .block--half-tile {
    margin-top: 0;
  }
}

.block--half-tile .wrap {
  background-size: cover !important;
  height: auto;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .block--half-tile .wrap {
    height: 145px;
  }
}

@media (min-width: 992px) {
  .block--half-tile .wrap {
    height: 200px;
    text-align: left;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.block--quarter-tile .wrap {
  height: 145px;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .block--quarter-tile .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (min-width: 992px) {
  .block--quarter-tile .wrap {
    height: 200px;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.block--quarter-tile .wrap .bloc-bottom {
  word-break: break-all;
}

.block--tunnel-pro {
  display: none;
  margin-top: 35px;
  padding: 15px;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .block--tunnel-pro {
    padding: 50px;
    margin-bottom: 0;
  }
}

.block--tunnel-pro .row:first-child {
  text-align: center;
}

@media (min-width: 992px) {
  .block--tunnel-pro .row:first-child {
    text-align: left;
  }
}

.block--tunnel-pro .img {
  text-align: center;
}

@media (min-width: 992px) {
  .block--tunnel-pro .img {
    text-align: left;
  }
}

.block--tunnel-pro.open {
  display: block;
}

.block--tunnel-pro .title {
  font-family: "poppins-semi";
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px;
  text-transform: uppercase;
}

.block--tunnel-pro .content {
  margin-top: 15px;
}

.block--tunnel-pro .content ul li {
  font-family: "poppins light";
  font-size: 14px;
  margin: 16px 0;
  padding-left: 30px;
  position: relative;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block--tunnel-pro .content ul li::before {
  background: #fff;
  border: 1px solid #dc8b8c;
  border-radius: 100%;
  color: #dc8b8c;
  content: "\e904";
  display: block;
  font-family: "cousette";
  font-size: 14px;
  height: 25px;
  left: 0;
  padding: 5px;
  position: absolute;
  width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block--panier {
  margin: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block--panier img,
.block--panier p {
  display: inline-block;
}

.block--panier p {
  margin-left: 10px;
}

.block--panier p,
.block--panier a {
  font-family: "poppins", Arial;
  font-size: 12px;
}

.block--panier a {
  text-decoration: underline;
}

.bg-color {
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}

.bg-color.pink {
  background: #dc8b8c;
}

.bg-color--grey-light {
  background-color: #f1f4f6;
}

/* grid & space */
@media (min-width: 1200px) {
  .ctn-fluid.padded {
    padding-left: 7%;
    padding-right: 7%;
  }
}

.w-100 {
  width: 100%;
}

.block {
  margin-bottom: 3rem;
}

.fh {
  height: 100%;
}

.fw {
  width: 100%;
}

.nw {
  white-space: nowrap;
}

.text-center {
  text-align: center;
}

.img-responsive {
  max-width: 100%;
}

.cover {
  background-size: cover;
}

.valign-middle > * {
  display: inline-block;
  float: none;
  vertical-align: middle;
}

.medium-ctn {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 107rem;
}

.small-ctn {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 65rem;
}

.xs-ctn {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 45rem;
}

.sm-ctn {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 65rem;
}

.unvisible {
  display: none;
}

/* styles */
.underline {
  text-decoration: underline;
}

.hidden {
  display: none;
}

.text-right {
  text-align: right;
}

@media (min-width: 768px) {
  .text-right-sm {
    text-align: right !important;
  }
}

@media (min-width: 768px) {
  .text-left-sm {
    text-align: left !important;
  }
}

/* bg color */
.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #231f20;
  color: #fff;
}

.bg-grey-light {
  background-color: #f1f4f6;
}

/* color */
.color-pink {
  color: #dc8b8c;
}

.color-grey-light {
  color: #e6e9ea;
}

.color-grey {
  color: #999b9f;
}

.color-black {
  color: #231f20 !important;
}

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

/* links */
.link:hover {
  text-decoration: underline;
}

/* video iframe */
.video-ctn {
  margin-bottom: 15px;
  padding-bottom: 56.25%;
  position: relative;
}

.video-ctn iframe {
  border: 0;
  height: 100%;
  left: 0;
  margin: 0 0 0 0;
  overflow: hidden;
  padding: 0 0 0 0;
  position: absolute;
  top: 0%;
  width: 100%;
}

/* text align */
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

/* align items classes */
.align-items-center {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* display */
.display-inline-block {
  display: inline-block;
}

.display-inline {
  display: inline;
}

.display-block {
  display: block;
}

.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}

.display-none {
  display: none;
}

/* floats */
.float-left {
  float: left;
}

.float-right {
  float: right;
}

/**  margins */
.margin-auto {
  margin: auto;
}

.bold {
  font-weight: bold;
}

.metre {
  color: #231f20;
  font-family: "poppins", Arial;
  font-size: 12px;
  margin-right: 5px;
}

.no-padding {
  padding: 0;
}

.scroll-ctn {
  /* ff */
  scrollbar-color: #e4e6e9;
  scrollbar-width: thin;
  /* webkit */
}

.scroll-ctn.vertical {
  max-height: 165px;
  overflow-y: auto;
}

@media (min-width: 992px) {
  .scroll-ctn.vertical {
    max-height: 269px;
  }
}

.scroll-ctn.horizontal {
  overflow-x: auto;
}

.scroll-ctn::-webkit-scrollbar {
  border-radius: 10px;
  height: 8px;
  /* for horizontal scrollbars */
  width: 7px;
  /* for vertical scrollbars */
}

.scroll-ctn::-webkit-scrollbar-track {
  background: #f4f4f4;
}

.scroll-ctn::-webkit-scrollbar-thumb {
  background: #e4e6e9;
}

.fb_iframe_widget span {
  margin-bottom: 0 !important;
}

.section-content {
  padding-top: 20px;
}

@media (min-width: 992px) {
  .section-content {
    padding-top: 50px;
  }
}

.alert-succes {
  color: #37b549 !important;
}

.clear {
  clear: both;
}

.required-txt,
.mention {
  font-size: 11px;
  font-family: "poppins light";
  margin-bottom: 10px;
  text-align: center;
}

@media (min-width: 992px) {
  .required-txt,
  .mention {
    text-align: left;
  }
}

.breadcrumb {
  font-size: 10px;
  margin-bottom: 15px;
  padding: 0 20px 0 0;
  text-align: left;
}

.breadcrumb a,
.breadcrumb .line-off,
.breadcrumb span,
.breadcrumb span.lien-off
{
  color: #999b9f;
  font-family: "poppins light";
  font-size: 11px;
}

.breadcrumb a:hover,
.breadcrumb span:hover,
.breadcrumb .lien-off:hover,
.breadcrumb span.lien-off:hover {
  color: #231f20;
  text-decoration: none;
}

button:focus {
  outline: 0;
}

.btn-unstyled {
  background: transparent;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

.btn,
.btn2,
.btn3,
.lien-off.btn,
.lien-off.btn2,
.lien-off.btn3 {
  font-size: 10px;
  font-size: 1rem;
  background: #455f70;
  border: 1px solid #455f70;
  border-radius: 0;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "poppins-semi";
  height: auto;
  letter-spacing: 1px;
  line-height: normal;
  overflow: hidden;
  padding: 10px 45px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 3;
}

@media (min-width: 992px) {
  .btn,
  .btn2,
  .btn3,
  .lien-off.btn,
  .lien-off.btn2,
  .lien-off.btn3 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.btn:hover,
.btn2:hover,
.btn3:hover,
.lien-off.btn:hover,
.lien-off.btn2:hover,
.lien-off.btn3:hover {
  background-color: #dc8b8c;
  border: 1px solid #dc8b8c;
  color: #fff;
  text-decoration: none;
}

.btn.btn-full-width,
.btn.btn-fw,
.btn2.btn-full-width,
.btn2.btn-fw,
.btn3.btn-full-width,
.btn3.btn-fw,
.lien-off.btn.btn-full-width,
.lien-off.btn.btn-fw,
.lien-off.btn2.btn-full-width,
.lien-off.btn2.btn-fw,
.lien-off.btn3.btn-full-width,
.lien-off.btn3.btn-fw {
  text-align: center;
  width: 100%;
}

.btn.btn-thin,
.btn2.btn-thin,
.btn3.btn-thin,
.lien-off.btn.btn-thin,
.lien-off.btn2.btn-thin,
.lien-off.btn3.btn-thin {
  font-size: 1.3rem;
  height: auto;
  letter-spacing: 0.1rem;
  line-height: 1.3rem;
  padding: 0.5rem 1.3rem;
}

.btn.border,
.btn2.border,
.btn3.border,
.lien-off.btn.border,
.lien-off.btn2.border,
.lien-off.btn3.border {
  border: 0.1rem solid #231f20;
}

.btn.border:hover,
.btn2.border:hover,
.btn3.border:hover,
.lien-off.btn.border:hover,
.lien-off.btn2.border:hover,
.lien-off.btn3.border:hover {
  background-color: #231f20;
  color: #fff;
}

.btn.btn-big,
.btn2.btn-big,
.btn3.btn-big,
.lien-off.btn.btn-big,
.lien-off.btn2.btn-big,
.lien-off.btn3.btn-big {
  height: 52px;
}

.btn.btn-medium,
.btn2.btn-medium,
.btn3.btn-medium,
.lien-off.btn.btn-medium,
.lien-off.btn2.btn-medium,
.lien-off.btn3.btn-medium {
  height: 46px;
  line-height: 25px;
}

.btn.btn-transparent,
.btn2.btn-transparent,
.btn3.btn-transparent {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #231f20;
  margin-top: 10px;
  text-transform: uppercase;
}

.btn.btn-transparent span,
.btn2.btn-transparent span,
.btn3.btn-transparent span {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn.btn-transparent span::after,
.btn2.btn-transparent span::after,
.btn3.btn-transparent span::after {
  background: #dc8b8c;
  bottom: -3px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.btn.btn-transparent:hover,
.btn2.btn-transparent:hover,
.btn3.btn-transparent:hover {
  text-decoration: none;
}

.btn.btn-transparent:hover span,
.btn2.btn-transparent:hover span,
.btn3.btn-transparent:hover span {
  color: #dc8b8c;
}

.underline-cta {
  border-bottom: 1px solid #dc8b8c;
  color: #231f20;
  font-size: 11px;
  letter-spacing: 1.2px;
  padding-bottom: 3px;
  position: relative;
}

.underline-cta:hover {
  color: #dc8b8c;
}

.btn-link {
  color: #231f20;
  font-weight: 700;
}

.btn4 {
  background: transparent;
  border: 0;
}

.btn5 {
  background: #fff;
  border: 0;
  color: #455f70;
}

.btn5:hover {
  background: #455f70;
  border: 0;
  color: #fff;
}

.btn6 {
  background: #fff;
  border: 1px solid #455f70;
  color: #455f70;
}

.btn6:hover {
  background: #455f70;
  color: #fff;
}

.btn-back {
  padding-left: 15px;
  position: relative;
  text-decoration: underline;
}

.btn-back::before {
  content: "\f053";
  font-family: "icomoon";
  left: 0;
}

.btn-social {
  height: 30px;
  width: 30px;
  background: #231f20;
  border-radius: 50px;
  display: block;
  position: relative;
}

.btn-social .icon {
  color: #fff;
}

.btn-social:hover {
  background-color: #999b9f;
}

/*** product qty ****/
.product-qty {
  text-align: center;
}

.product-qty .product-qty-ctn {
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
}

.product-qty .product-qty-ctn .wrap-btn {
  height: 100%;
  margin-right: 15px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-qty .product-qty-ctn .wrap-btn button {
  background: transparent;
  border: 1px solid #dc8b8c;
  border-radius: 100px;
  height: 30px;
  margin: 0 4px;
  position: relative;
  width: 30px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.product-qty .product-qty-ctn .wrap-btn button.product-qty-down::after, .product-qty .product-qty-ctn .wrap-btn button.product-qty-up::after {
  color: #999b9f;
  font-family: "poppins light";
  position: absolute;
}

.product-qty .product-qty-ctn .wrap-btn button.product-qty-down::after {
  content: "-";
  font-size: 30px;
  left: 9px;
  top: -7px;
}

.product-qty .product-qty-ctn .wrap-btn button.product-qty-up::after {
  content: "+";
  font-size: 25px;
  left: 7px;
  top: -4px;
}

.product-qty .product-qty-ctn .wrap-btn button:hover {
  background: #dc8b8c;
  cursor: pointer;
}

.product-qty .product-qty-ctn .wrap-btn button:hover.product-qty-down::after, .product-qty .product-qty-ctn .wrap-btn button:hover.product-qty-up::after {
  color: #fff;
}

.product-qty .product-qty-ctn .product-qty-input,
.product-qty .product-qty-ctn .qty-input {
  background: #fff;
  border: 2px solid #455f70;
  color: #455f70;
  font-family: "poppins light";
  height: 5.5rem;
  padding: 0 75px 0 10px;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 1;
  border-radius: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  opacity: 1 !important;
}

@media (min-width: 480px) {
  .product-qty .product-qty-ctn .product-qty-input,
  .product-qty .product-qty-ctn .qty-input {
    border: 1px solid #e6e9ea;
    color: #231f20;
  }
}

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

@media (min-width: 768px) {
  .form-group {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .form-group {
    margin-bottom: 30px;
  }
}

.form-group:hover .icon {
  margin-right: 10px;
}

.form-group .icon {
  margin-right: 0;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.form-group label {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 7px;
  text-transform: capitalize;
  font-size: 12px;
  font-size: 1.2rem;
}

@media (min-width: 480px) {
  .form-group label {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .form-group label {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (min-width: 992px) {
  .form-group label {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.form-group .form-control {
  border: 1px solid #e6e9ea;
  color: #231f20;
  font-family: "poppins light";
  font-size: 14px;
  height: 45px;
  letter-spacing: 0.2px;
  padding: 0 10px;
  width: 100%;
}

.form-group.password-change > label {
  height: auto;
}

@media (min-width: 992px) {
  .form-group.password-change > label {
    height: 45px;
  }
}

.form-group.password-valid {
  margin-top: 20px;
}

.form-group.form-ok .form-control {
  border-color: green;
  color: green;
}

.form-group.form-error .form-control {
  border-color: red;
  color: red;
}

.gender-group .gender-main-label {
  width: 100%;
}

.gender-group .gender-choice {
  float: left;
  margin-right: 10px;
}

.block-valid-change .block-std-footer > div {
  margin-bottom: 15px;
}

.custom-select {
  position: relative;
}

.custom-select > label {
  color: #231f20;
  display: block;
  margin-bottom: 7px;
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}

@media (min-width: 480px) {
  .custom-select > label {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .custom-select > label {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (min-width: 992px) {
  .custom-select > label {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.custom-select > span {
  background-color: #fff;
  border: 1px solid #e6e9ea;
  color: #999b9f;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-style: italic;
  height: 40px;
  line-height: 34px;
  overflow: hidden;
  padding: 0 50px 0 10px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  z-index: 1;
}

@media (min-width: 768px) {
  .custom-select > span {
    padding: 0 50px 0 25px;
  }
}

.custom-select > span::after {
  color: #999b9f;
  content: "\e911";
  cursor: pointer;
  display: block;
  font-family: "cousette";
  font-size: 10px;
  font-style: normal;
  line-height: 1;
  margin-top: -8px;
  opacity: 1;
  position: absolute;
  right: 15px;
  top: 22px;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  width: 10px;
}

.custom-select > span.open {
  border-color: #999b9f;
}

.custom-select > span.open::after {
  opacity: 1;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.custom-select > ul {
  background: #fff;
  border: 1px solid #999b9f;
  display: none;
  margin: -1px 0 0 0;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.custom-select > ul li {
  color: #999b9f;
  cursor: pointer;
  font-size: 14px;
  padding: 12px 10px;
}

.custom-select > ul li input {
  height: 30px;
  width: 100%;
}

.custom-select > ul li:hover, .custom-select > ul li.selected {
  background-color: #f1f4f6;
}

.custom-select > ul.open {
  display: block;
}

.custom-select.disabled > span {
  cursor: not-allowed;
  opacity: 0.5;
}

.custom-select.disabled > label .label {
  cursor: not-allowed;
  opacity: 0.5;
}

.custom-select > select {
  display: none;
}

.custom-checkbox {
  overflow: hidden;
  position: relative;
}

.custom-checkbox label {
  cursor: pointer;
  display: block;
  font-weight: 300;
  margin-bottom: 0;
}

.custom-checkbox input {
  cursor: pointer;
  height: 20px;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 20px;
  z-index: 3;
}

.custom-checkbox::before {
  background-color: #fff;
  border: 1px solid #e6e9ea;
  border-radius: 5px;
  content: "";
  cursor: pointer;
  display: block;
  height: 20px;
  position: relative;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  width: 20px;
  z-index: 1;
}

.custom-checkbox::after {
  color: #999b9f;
  content: "\e904";
  cursor: pointer;
  display: block;
  font-family: "cousette";
  font-size: 10px;
  left: 6px;
  line-height: 1;
  opacity: 0;
  position: absolute;
  top: 6px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  width: 10px;
  z-index: 2;
}

.custom-checkbox.checked::before {
  border-color: #dc8b8c;
}

.custom-checkbox.checked::after {
  color: #dc8b8c;
  opacity: 1;
}

.custom-checkbox.inline::before {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}

.custom-checkbox.inline label {
  color: #010102;
  display: inline-block;
  letter-spacing: 0;
  line-height: 18px;
  max-width: 85%;
  padding-top: 1px;
  text-transform: none;
  vertical-align: top;
  font-size: 13px;
  font-size: 1.3rem;
}

@media (min-width: 480px) {
  .custom-checkbox.inline label {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.custom-radio {
  clear: both;
  padding: 2px 0 0 25px;
  position: relative;
}

.custom-radio label {
  color: #3d333b;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  text-transform: none;
  vertical-align: middle;
}

.custom-radio label small {
  display: block;
  font-size: 12px;
}

.custom-radio input {
  cursor: pointer;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.custom-radio::before {
  background-color: #fff;
  border: 1px solid #e6e9ea;
  border-radius: 50%;
  content: "";
  cursor: pointer;
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

.custom-radio::after {
  background-color: #dc8b8c;
  border-radius: 50%;
  content: "";
  cursor: pointer;
  display: block;
  height: 10px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 5px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  width: 10px;
}

.custom-radio.checked::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
}

.custom-radio.checked::before {
  border-color: #dc8b8c;
}

.custom-radio.checked label {
  color: #dc8b8c;
}

.custom-radio.inline label {
  margin-bottom: 0;
  max-width: 100%;
}

.custom-radio.inline::before {
  color: #3d333b;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  text-transform: none;
  vertical-align: middle;
}

.radio-special .custom-radio.inline {
  padding: 0;
  position: relative;
  top: 0;
}

.radio-special .custom-radio.inline::before, .radio-special .custom-radio.inline::after {
  display: none;
}

.radio-special .custom-radio.inline label {
  border: 0.1rem solid #e6e9ea;
  border-radius: 0.3rem;
  padding: 1rem 3rem;
  top: 0;
}

.radio-special .custom-radio.inline.checked label, .radio-special .custom-radio.inline:hover label {
  background-color: #999b9f;
  color: #fff;
}

.custom-file {
  height: 6.6rem;
  position: relative;
}

.custom-file label {
  height: 2rem;
}

.custom-file .form-control {
  cursor: pointer;
  height: 50px;
  opacity: 0;
  width: 100%;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
}

.custom-file .filename {
  background-color: #fff;
  border: 0.1rem solid #e6e9ea;
  width: calc(100% - 80px);
}

.custom-file .filename,
.custom-file .action {
  display: inline-block;
  height: 4rem;
  left: 0;
  line-height: 2rem;
  margin: 0.5rem 0 0;
  padding: 1rem 3rem 1rem 1rem;
  position: absolute;
  text-align: left;
  top: 2rem;
  font-size: 13px;
  font-size: 1.3rem;
}

.custom-file .action {
  background-color: transparent;
  border: 0.1rem solid #e6e9ea;
  border-left: 0;
  cursor: pointer;
  left: calc(100% - 80px);
  padding: 1rem;
  text-align: center;
  -webkit-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
  width: 80px;
}

.custom-file .action::after {
  content: "\f00c";
  font-family: "icomoon";
  font-size: 20px;
}

.custom-file .action:hover {
  border-color: #231f20;
}

.radio-box {
  cursor: pointer;
}

.radio-box > label {
  display: block;
}

.radio-box > input {
  cursor: pointer;
  height: 49px;
  opacity: 0;
  position: absolute;
  width: 100%;
}

.radio-box .filename {
  background: #f2eceb;
  border: 0;
  color: #bba3a2;
  display: inline-block;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  margin-right: 10px;
  max-width: 60%;
  overflow: hidden;
  padding: 0 15px;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}

.radio-box .action {
  color: #bba3a2;
  display: inline-block;
  font-family: "fjalla";
  text-transform: uppercase;
  vertical-align: middle;
}

.radio-box .action::after {
  color: #ceb5b4;
  content: "\e925";
  display: inline-block;
  font-family: "icomoon";
  font-size: 20px;
  margin-left: 6px;
  position: relative;
  top: 3px;
}

.label-required {
  font-size: 11px;
  font-size: 1.1rem;
  position: absolute;
  right: 5px;
  top: 5px;
}

@media (min-width: 768px) {
  .label-required {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media (min-width: 992px) {
  .label-required {
    position: absolute;
    bottom: 5px;
    right: 5px;
    top: auto;
  }
}

/**** text avec label steady ou ds le bouton ***/
.form-group-text {
  position: relative;
}

.form-group-text input {
  font-size: 0;
}

.form-group-text.selected input {
  font-size: 1.2rem;
  padding-top: 0;
}

@media (min-width: 768px) {
  .form-group-text.selected input {
    font-size: 1.5rem;
    padding-top: 1.5rem;
  }
}

.form-group-text:not(.steady) label {
  height: 4.5rem;
  left: 2.5rem;
  line-height: 4.5rem;
  position: absolute;
  right: 15px;
  top: 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

@media (min-width: 992px) {
  .form-group-text:not(.steady) label {
    height: 45px;
    line-height: normal;
    margin-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.form-group-text:not(.steady).selected label {
  font-size: 1.2rem;
  height: 0;
  margin-left: 3px;
  position: absolute;
  text-transform: uppercase;
  top: -13px;
  left: 5px;
  color: #999b9f;
  font-size: 11px;
}

@media (min-width: 992px) {
  .form-group-text:not(.steady).selected label {
    top: 1.2rem;
    left: 15px;
  }
}

.form-group-text.steady > label {
  color: #b4b4b4;
  font-size: 12px;
}

/* avec select */
.form-group-text.custom-select label {
  z-index: 2;
}

.form-group-text.custom-select span {
  font-size: 0;
}

.form-group-text.custom-select.selected label {
  display: none;
}

.form-group-text.custom-select.selected span {
  font-size: 1.4rem;
  padding-left: 2.5rem;
}

/* avec textarea */
.form-group-text textarea.form-control {
  padding-top: 2.5rem;
}

/*******************************************   */
.toggle-password {
  position: absolute;
  top: 15px;
  right: 25px;
}

.toggle-password:after {
  font-family: "cousette";
  content: "\e91b";
  font-size: 14px;
  font-style: normal;
}

.toggle-password.pass-visible:after {
  content: "\e91a";
}

.owl-carousel {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

@media (min-width: 768px) {
  .owl-carousel.owl-selection, .owl-carousel.owl-favorite {
    margin-left: -15px;
  }
}

.owl-carousel .owl-nav {
  display: none;
  max-height: 50px;
}

@media (min-width: 992px) {
  .owl-carousel .owl-nav {
    display: block;
  }
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  border: 1px solid #dc8b8c;
  border-radius: 33px;
  display: inline-block;
  font-size: 0;
  height: 40px;
  left: auto;
  line-height: 40px;
  opacity: 1;
  position: relative;
  right: auto;
  width: 40px;
}

.owl-carousel .owl-nav .owl-prev::after,
.owl-carousel .owl-nav .owl-next::after {
  content: "\e910";
  display: inline-block;
  font-family: "cousette";
  font-size: 12px;
  text-align: center;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
  opacity: 0.5;
}

.owl-carousel .owl-nav .owl-prev {
  margin-right: 15px;
}

.owl-carousel .owl-nav .owl-prev::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.owl-carousel .owl-dots {
  display: none;
  margin-top: 15px;
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
  background: #e6e9ea;
  border-radius: 50%;
  margin: 0 5px;
  z-index: 1;
  height: 10px;
  width: 10px;
}

.owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot.active {
  background: #455f70;
}

.owl-carousel:hover .owl-nav .owl-prev:not(.disabled) {
  left: 0;
  opacity: 1;
}

.owl-carousel:hover .owl-nav .owl-next:not(.disabled) {
  opacity: 1;
  right: 0;
}

.page-heading .inner {
  margin-bottom: 15px;
}

@media (min-width: 480px) {
  .page-heading .inner {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .page-heading .inner {
    margin-bottom: 25px;
  }
}

@media (min-width: 992px) {
  .page-heading .inner {
    margin-bottom: 35px;
    padding: 25px 0;
  }
}

@media (min-width: 1200px) {
  .page-heading .inner {
    margin-bottom: 45px;
  }
}

.page-heading .page-heading-title {
  margin-bottom: 15px;
}

@media (min-width: 480px) {
  .page-heading .page-heading-title {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .page-heading .page-heading-title {
    margin-bottom: 30px;
  }
}

.page-heading .page-heading-desc {
  font-size: 13px;
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .page-heading .page-heading-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.page-heading .page-heading-overtitle {
  color: #dc8b8c;
  font-family: "apalu";
  font-size: 5.5rem;
  text-align: center;
  display: block;
  margin: 10px;
}

@media (min-width: 992px) {
  .page-heading .page-heading-overtitle {
    font-size: 8.5rem;
  }
}

.page-heading.account {
  text-align: center;
}

.page-heading.account h1 {
  margin-top: -20px;
}

.page-heading.account .page-heading-overtitle {
  font-size: 4.6rem;
}

@media (min-width: 992px) {
  .page-heading.account .page-heading-overtitle {
    font-size: 8.5rem;
  }
}

.page-heading.account .h1 {
  font-size: 2.6rem;
}

@media (min-width: 1200px) {
  .page-heading.account .h1 {
    font-size: 4.5rem !important;
  }
}

.page-heading.blog .page-heading-content {
  background: url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/img/bg-blog.jpg") center center no-repeat;
  background-size: cover;
  padding: 25px 0;
  text-align: center;
}

@media (min-width: 480px) {
  .page-heading.blog .page-heading-content {
    padding: 50px 0 80px;
  }
}

@media (min-width: 768px) {
  .page-heading.blog .page-heading-content {
    padding: 90px 0 110px;
  }
}

@media (min-width: 992px) {
  .page-heading.blog .page-heading-content {
    padding: 130px 0 170px;
  }
}

.page-heading.blog .page-heading-content .page-heading-title {
  color: #fff;
  font-family: "apalu";
  font-size: 4.6rem;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .page-heading.blog .page-heading-content .page-heading-title {
    font-size: 5.6rem;
  }
}

@media (min-width: 992px) {
  .page-heading.blog .page-heading-content .page-heading-title {
    font-size: 8.5rem;
  }
}

.page-heading.blog .page-heading-content .page-heading-subtitle {
  color: #fff;
  font-family: "abril-fatface";
  font-size: 2.6rem;
  letter-spacing: 1px;
  line-height: 1.1;
  margin-top: -10px;
}

@media (min-width: 768px) {
  .page-heading.blog .page-heading-content .page-heading-subtitle {
    font-size: 3.5rem;
  }
}

@media (min-width: 992px) {
  .page-heading.blog .page-heading-content .page-heading-subtitle {
    font-size: 5.5rem;
  }
}

@media (min-width: 1200px) {
  .page-heading.blog .page-heading-content {
    padding: 130px 0 170px;
  }
}

.page-heading.blog-article {
  border-top: 1px solid #e6e9ea;
}

.page-heading.blog-article .breadcrumb {
  display: none;
  padding-top: 20px;
}

@media (min-width: 992px) {
  .page-heading.blog-article .breadcrumb {
    display: block;
  }
}

.page-heading.blog-article .page-heading-content {
  background: none;
  padding: 20px 0 10px;
  text-align: center;
}

@media (min-width: 992px) {
  .page-heading.blog-article .page-heading-content {
    padding: 30px 0 40px;
  }
}

.page-heading.blog-article .page-heading-content .page-heading-title {
  color: #dc8b8c;
  text-transform: none;
}

.page-heading.blog-article .page-heading-content .page-heading-subtitle {
  color: #231f20;
}

@media (min-width: 992px) {
  .page-heading.order-process,
  .page-heading .title {
    margin-bottom: 2.5rem;
  }
}

.page-heading.order-process, .page-heading.authentication {
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .page-heading.order-process, .page-heading.authentication {
    margin-bottom: 1.5rem;
    padding-top: 0;
  }
}

.page-heading.order-process .title, .page-heading.authentication .title {
  margin: auto;
  margin-bottom: 1.5rem;
  margin-top: 0;
  text-align: center !important;
  text-transform: capitalize;
  color: #231f20;
  font-family: "abril-fatface";
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.8rem;
  text-transform: capitalize;
  margin-top: 15px;
}

@media (min-width: 480px) {
  .page-heading.order-process .title, .page-heading.authentication .title {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }
}

@media (min-width: 1200px) {
  .page-heading.order-process .title, .page-heading.authentication .title {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }
}

@media (min-width: 992px) {
  .page-heading.order-process .title, .page-heading.authentication .title {
    margin-bottom: 4.5rem;
    margin-top: 0;
    max-width: none;
  }
}

.page-heading.order-process .title + .short-desc, .page-heading.authentication .title + .short-desc {
  margin-bottom: 4rem;
  margin-top: 1.5rem;
  text-align: center;
}

@media (min-width: 480px) {
  .page-heading.order-process .title + .short-desc, .page-heading.authentication .title + .short-desc {
    margin-top: -1rem;
  }
}

.page-heading.order-process .short-desc, .page-heading.authentication .short-desc {
  font-family: "poppins light";
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 2rem;
  margin-bottom: 2rem;
  margin-top: 0.5rem;
  text-transform: none;
}

.page-heading .page-heading-content .content-left .bg-img {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100%;
}

.page-heading .page-heading-content .content-right {
  padding: 0 10px;
}

@media (min-width: 1200px) {
  .page-heading .page-heading-content .content-right {
    padding: 0 65px;
  }
}

.page-heading .page-heading-content .content-right .wrap {
  padding: 25px;
}

@media (min-width: 1200px) {
  .page-heading .page-heading-content .content-right .wrap {
    padding: 0;
  }
}

.page-heading .page-heading-content .content-right .page-heading-desc {
  margin-bottom: 0;
}

@media (min-width: 480px) {
  .page-heading .page-heading-content .content-right .page-heading-desc {
    margin-bottom: 20px;
  }
}

.page-heading .page-heading-content .content-right .page-heading-desc p {
  margin-bottom: 20px;
}

.page-heading .page-heading-content .content-right .page-heading-desc a {
  display: block;
  font-family: "poppins-semi";
  font-size: 12px;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .page-heading .page-heading-content .content-right .page-heading-desc a {
    display: inline;
  }
}

.page-heading .page-heading-content .content-right .page-heading-desc a:hover {
  text-decoration: none;
}

.page-heading .page-heading-content .h1 {
  font-family: "abril-fatface";
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 2.2px;
  text-transform: capitalize;
}

@media (min-width: 992px) {
  .page-heading .page-heading-content .h1 {
    font-size: 40px;
  }
}

@media (min-width: 1200px) {
  .page-heading .page-heading-content .h1 {
    font-size: 55px;
  }
}

.panels .panel-product-prices {
  color: #dc8b8c;
  font-family: "poppins-semi";
  font-size: 16px;
  margin-top: 0;
  text-align: left;
}

@media (min-width: 992px) {
  .panels .panel-product-prices {
    margin-top: 10px;
  }
}

.panels .panel-product-prices .panel-product-old-price,
.panels .panel-product-prices .old-price {
  font-size: 12px;
  font-size: 1.2rem;
  color: #231f20;
  display: inline;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .panels .panel-product-prices .panel-product-old-price,
  .panels .panel-product-prices .old-price {
    display: block;
  }
}

.panels .panel-overlay {
  background: rgba(0, 0, 0, 0.15);
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 1001;
}

.panels .panel {
  background: #fff;
  bottom: 0;
  overflow-x: auto;
  position: fixed;
  right: -530px;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 520px;
  z-index: 20000000;
}

.panels .panel.panel-cart-add {
  overflow-x: hidden;
}

.panels .panel.panel-cart-add .panel-block {
  padding: 10px !important;
}

@media (min-width: 768px) {
  .panels .panel.panel-cart-add .panel-block {
    padding: 15px 30px !important;
  }
}

.panels .panel .add-to-wishlist {
  width: 100%;
}

.panels .panel .btn-close-wishlist {
  margin: 0 auto;
  padding: 0 0 10px 0;
}

.panels .panel .btn-close-wishlist:hover {
  color: #dc8b8c;
  text-decoration: none !important;
}

.panels .panel.panel-cms .panel-content {
  margin-top: 25px;
}

.panels .panel.panel-filters, .panels .panel.panel-sort {
  padding: 0;
}

.panels .panel.panel-filters .panel-head, .panels .panel.panel-sort .panel-head {
  background: #f1f4f6;
  padding: 5px;
  text-align: center;
}

.panels .panel.panel-filters .panel-head .panel-title, .panels .panel.panel-sort .panel-head .panel-title {
  font-size: 18px;
}

@media (min-width: 992px) {
  .panels .panel.panel-filters .panel-head .panel-title, .panels .panel.panel-sort .panel-head .panel-title {
    font-size: 28px;
  }
}

.panels .panel.panel-filters .panel-head .panel-close, .panels .panel.panel-sort .panel-head .panel-close {
  background: #f1f4f6;
  font-size: 15px;
  height: 20px;
  right: 3px;
  top: 23px;
}

.panels .panel.panel-filters .panel-content .panel-block {
  padding: 0 !important;
}

.panels .panel.panel-filters .panel-content .filter {
  padding: 0 10px;
}

.panels .panel.panel-filters .filters-ctn .filter .filter-title::after {
  display: none;
}

.panels .panel.panel-sort .productsSortForm {
  width: 100%;
}

.panels .panel.panel-sort .custom-select > ul {
  border: 0;
  display: block;
  text-align: left;
  width: 100%;
}

.panels .panel.panel-sort .custom-select > ul li {
  color: #231f20;
  padding: 5px 0;
}

.panels .panel.panel-sort .custom-select > ul li:first-child {
  display: none;
  height: 0;
  opacity: 0;
  padding: 0;
}

.panels .panel.panel-sort .custom-select > .selector {
  height: 0;
  opacity: 0;
}

.panels .panel.panel-wishlist .panel-message {
  padding: 20px 30px 0;
  text-align: center;
}

.panels .panel.panel-wishlist .panel-content .panel-block.existing-wishlist, .panels .panel.panel-wishlist .panel-content .panel-block.new-wishlist {
  padding-top: 0;
}

.panels .panel.panel-wishlist .panel-content .panel-block .custom-radio label {
  font-family: "poppins light";
  font-size: 14px;
  text-transform: uppercase;
}

.panels .panel.panel-wishlist .panel-content .wrap-custom-select {
  width: 100%;
}

.panels .panel.panel-wishlist .panel-content .form-group {
  margin-bottom: 0;
}

.panels .panel.panel-wishlist .panel-content .custom-radio {
  margin-bottom: 10px;
}

.panels .panel.panel-wishlist .panel-content .panel-product {
  margin-bottom: 0;
}

.panels .panel.panel-wishlist .panel-content .alert {
  padding: 25px 10px;
}

.panels .panel.panel-wishlist .panel-content .panel-block {
  padding: 10px 30px !important;
}

.panels .panel.panel-wishlist .panel-content .panel-block .custom-select > span {
  font-style: normal;
  padding: 0 50px 0 10px;
}

.panels .panel.panel-wishlist .panel-content .panel-block .custom-select > span::after {
  font-size: 10px;
  top: 22px;
}

.panels .panel.panel-wishlist .panel-product-infos .manufacturer,
.panels .panel.panel-wishlist .panel-product-infos .panel-product-name {
  display: block;
}

.panels .panel.panel-wishlist .panel-buttons .btn {
  display: block;
  margin: 10px auto;
}

.panels .panel.panel-wishlist .panel-buttons .btn.close-panel {
  background: transparent;
  border-color: transparent;
  color: #231f20;
}

.panels .panel.panel-wishlist .panel-buttons .btn.close-panel:hover {
  text-decoration: underline;
}

.panels .panel.panel-wishlist.hasProduct .panel-content .panel-block {
  display: block;
}

.panels .panel.panel-account .panel-content .panel-account-block-title {
  font-family: "poppins light";
  font-size: 14px;
  letter-spacing: 2.2px;
  margin-bottom: 10px;
  display: block;
  text-align: center;
}

.panels .panel.panel-account .panel-block.alt {
  background: transparent;
  padding-top: 0 !important;
  position: relative;
}

.panels .panel.panel-account .panel-block.alt::before {
  background: #e6e9ea;
  content: "";
  display: block;
  height: 1px;
  margin: 10px auto 30px;
  width: 60%;
}

.panels .panel.panel-account .lost-password {
  display: inline-block;
  margin-top: 15px;
}

.panels .panel.panel-comment .panel-content {
  padding: 15px;
}

.panels .panel.panel-comment .panel-content textarea {
  min-height: 150px;
  padding: 10px;
}

.panels .panel.panel-comment #new_comment_form #criterions_list {
  display: none;
}

.panels .panel.panel-comment #new_comment_form #id_new_comment_form {
  padding: 20px 0;
}

.panels .panel.panel-comment #new_comment_form #id_new_comment_form .alert {
  text-align: center;
}

.panels .panel.panel-comment #new_comment_form #id_new_comment_form .alert-success {
  color: #37b549;
}

.panels .panel .panel-head {
  border-bottom: 1px solid #e6e9ea;
  padding: 0 60px 15px 0;
  position: relative;
}

@media (min-width: 768px) {
  .panels .panel .panel-head {
    padding: 15px 60px 15px 20px;
  }
}

.panels .panel .panel-head .panel-title {
  color: #231f20;
  display: block;
  font-family: "abril-fatface";
  font-size: 18px;
  font-weight: 600;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  position: relative;
  text-transform: none;
  width: 100%;
  z-index: 2;
}

@media (min-width: 768px) {
  .panels .panel .panel-head .panel-title {
    font-size: 28px;
  }
}

.panels .panel .panel-head .panel-title .panel-title-txt {
  text-transform: none;
}

.panel-title-txt
{
    color: #231f20;
    display: block;
    font-family: "abril-fatface";
    font-size: 18px;
    font-weight: 600;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    position: relative;
    text-transform: none;
    width: 100%;
    z-index: 2;
}

.panels .panel .panel-head .panel-close {
  font-size: 18px;
  font-size: 1.8rem;
  background: #fff;
  border-radius: 50%;
  color: #231f20;
  cursor: pointer;
  height: 36px;
  line-height: 36px;
  margin-top: -18px;
  position: absolute;
  right: -2px;
  text-align: center;
  top: 15px;
  width: 35px;
  z-index: 3;
}

@media (min-width: 992px) {
  .panels .panel .panel-head .panel-close {
    top: 15px;
  }
}

@media (min-width: 768px) {
  .panels .panel .panel-head .panel-close {
    right: 20px;
    top: 30px;
  }
}

.panels .panel .panel-message {
  display: none;
  padding: 10px 30px;
}

.panels .panel .panel-content {
  font-size: 13px;
  line-height: 19px;
}

.panels .panel .panel-content .panel-block {
  padding: 0 !important;
}

@media (min-width: 768px) {
  .panels .panel .panel-content .panel-block {
    padding: 15px 30px !important;
  }
}

.panels .panel .panel-content img {
  display: block;
  max-width: 100%;
}

.panels .panel .panel-buttons {
  padding: 15px 30px;
}

.panels .panel .panel-buttons a {
  display: block;
  text-align: center;
}

.panels .panel .panel-buttons #continue_shopping {
  padding: 0;
  width: 100%;
}

.panels .panel .panel-buttons #continue_shopping span {
  display: inline-block;
}

.panels .panel .panel .required-fields {
  color: #999;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 5px;
}

.panels .panel .panel .required-fields .required {
  color: #fb3989;
}

.panels .panel .panel-footer {
  margin-top: 15px;
}

.panels .panel.open {
  right: 0;
}

.panels .panel.panel-account-menu .panel-head {
  padding-left: 0;
}

@media (min-width: 480px) {
  .panels .panel.panel-account-menu .panel-head {
    padding-left: 30px;
  }
}

.panels .panel.panel-account-menu .panel-subtitle {
  padding-left: 15px;
}

.panels .panel.panel-account-menu .account-links {
  padding: 15px 0;
}

@media (min-width: 480px) {
  .panels .panel.panel-account-menu .account-links {
    padding: 30px;
  }
}

.panels.open .panel-overlay {
  opacity: 1;
  pointer-events: auto;
}

.panels .panel-product {
  position: relative;
}

.panels .panel-product.wrap {
  border-bottom: 1px solid #e6e9ea;
  padding-bottom: 15px;
}

.panels .panel-product .panel-product-name.referal {
  height: auto;
  margin-bottom: 0 !important;
  width: auto;
}

.panels .panel-product .panel-product-img-ctn {
  padding: 0 15px;
  position: relative;
  width: 40%;
}

@media (min-width: 768px) {
  .panels .panel-product .panel-product-img-ctn {
    width: 31%;
  }
}

.panels .panel-product .panel-product-img-ctn .panel-product-reduction {
  position: absolute;
  left: 20px;
  top: 5px;
  font-size: 10px;
  font-size: 1rem;
  height: 30px;
  width: 30px;
  background: #df104a;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}

.panels .panel-product .panel-product-infos {
  padding: 0 15px 0 0;
  position: relative;
  vertical-align: middle;
  width: 60%;
}

@media (min-width: 768px) {
  .panels .panel-product .panel-product-infos {
    width: 69%;
  }
}

.panels .panel-product .panel-product-infos .product-manufacturer {
  display: block;
  margin-bottom: 0;
  min-height: auto;
  text-align: left;
}

.panels .panel-product .panel-product-infos .panel-product-name {
  font-size: 12px;
  font-size: 1.2rem;
  color: #231f20;
  display: inline-block;
  display: block;
  font-family: "poppins light";
  letter-spacing: 1.1px;
  line-height: 14px;
  margin: 0 0 10px 0;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .panels .panel-product .panel-product-infos .panel-product-name {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 16px;
  }
}

.panels .panel-product .panel-product-infos .panel-product-attributes {
  font-size: 12px;
  font-size: 1.2rem;
  color: #231f20;
  line-height: 1.5rem;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .panels .panel,
  .panels .panel.panel-small {
    right: -81%;
    width: 80%;
  }
  .panel-content img {
    height: auto;
    max-width: 100%;
  }
}

@media (max-width: 481px) {
  .panels .panel,
  .panels .panel.panel-small {
    padding: 15px;
    right: -96%;
    width: 95%;
  }
  .panel .panel-head {
    margin-bottom: 10px;
    padding: 0 60px 0 0;
  }
  .panel .panel-title span {
    border: 0;
    font-size: 22px;
    height: auto;
    line-height: 24px;
    padding: 0;
    text-align: left;
  }
  .panel .panel-title::before,
  .panel .panel-title::after {
    display: none;
    opacity: 0;
  }
  .panel .panel-close {
    font-size: 14px;
    height: 30px;
    line-height: 29px;
    right: 0;
    width: 30px;
  }
  .panel-content {
    padding: 0;
  }
}

.panel-carrier-search {
  padding: 1.5rem 2.5rem;
}

.panel-carrier-search-title {
  margin-bottom: 1.5rem;
}

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

.panel-carrier-search .form-group {
  margin-bottom: 20px;
}

.panel-carrier-results {
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  padding: 0 1rem 10rem 1rem;
}

.panel-carrier-results.loading {
  opacity: 0.2;
}

.panel-carrier-item {
  background: #f1f4f6;
  border-radius: 0.3rem;
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
  padding: 2rem 2rem 2rem 4rem;
  position: relative;
}

.panel-carrier-item .custom-radio {
  position: absolute;
  left: 1.5rem;
  top: 2rem;
}

.panel-carrier-item .custom-radio::before {
  background: transparent;
  border-color: #231f20;
}

.panel-carrier-item.disabled {
  background: #e6e9ea;
  opacity: 0.7;
  pointer-events: none;
}

.panel-carrier-item.disabled .custom-radio {
  display: none;
}

.panel-carrier-item.disabled .schedule-days {
  display: none !important;
}

.panel-carrier-item.disabled .carrier-infos-show-hours {
  display: none;
}

.panel-carrier-item.disabled .carrier-infos-holidays {
  color: #e6e9ea;
  display: block;
  font-size: 1.4rem;
  font-weight: 900;
}

.carrier-infos-show-hours {
  display: block;
}

.carrier-infos-schedules {
  margin-bottom: 10px;
  margin-top: 10px;
}

.carrier-infos-hide-hours {
  display: none;
}

.carrier-infos-title {
  display: block;
  font-family: "poppins light";
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.carrier-infos-address {
  display: block;
}

.carrier-infos-code_postal, .carrier-infos-commune, .carrier-infos-address {
  font-size: 1.3rem;
  text-transform: lowercase;
}

.carrier-infos-distance {
  font-size: 1.3rem;
}

.carrier-infos-show-hours {
  cursor: pointer;
  display: block;
  margin-top: 5px;
}

.carrier-infos-hide-hours, .carrier-infos-show-hours {
  cursor: pointer;
  margin-top: 5px;
}

.carrier-infos-hide-hours span, .carrier-infos-show-hours span {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  text-transform: uppercase;
}

.carrier-infos-hide-hours span::after, .carrier-infos-show-hours span::after {
  background: #dc8b8c;
  bottom: -2px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.carrier-infos-schedules {
  display: none;
}

.carrier-infos-schedules .schedule-day-line {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.8rem;
  margin-bottom: 3px;
}

.carrier-infos-schedules .schedule-day-label {
  width: 40%;
}

.carrier-infos-holidays {
  display: none;
}

.carrier-infos-btns {
  margin-top: 2rem;
}

.panel-map {
  /*display: none;*/
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1000px;
}

/* Panneau selectioner pt relais Colissimo */

.order-process-pages .modal-backdrop{
    z-index: 99999;
}
.order-process-pages .modal-backdrop.modal-backdrop.in{
    opacity: .15;
}
#soflexibiliteModal.modal .modal-dialog{
    transform: translateX(1000px);
    transition: transform .4s;
}
#soflexibiliteModal.modal.in .modal-dialog{
    transform: translateX(0);
}
#soflexibiliteModal .panel-map{
    width: 1000px;
    padding-left: 500px;
}
#sf_gmaps {
    position: absolute!important;
    top: 0;
    bottom: 0;
    left: 0;
    width: 500px!important;
}
#sf_gmaps .sf_select{
    font-family: "poppins-semi";
    letter-spacing: 1px;
    font-size: 1.2rem;
    padding: 0.7rem 1.5rem;
    text-transform: uppercase;
}
#sf_gmaps p{
    font-size: 1.3rem;
}
#soflexibiliteModal #sf-modal-dialog{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    max-width: 1000px;
}
#soflexibiliteModal #sf-modal-dialog .modal-content{
    height: 100%;
    border-radius: 0;
    -webkit-background-clip: none;
    -moz-background-clip: none;
    background-clip: none;
    border: none;
}
#soflexibiliteModal .panel-selectionner-relais{
    width: 500px;
    right: 0;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
}
#sf-points-list{
    margin: 0;
}
#sf-points-list #sf-close-button{
    position: absolute;
    right: 17px;
    top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    cursor: pointer;
}
#sf-points-list #sf-close-button .icon{
    font-size: 18px;
}
#sf-points-list #point-list-toggle{
    padding: 0;
    border-bottom: none;
}
#soflexibiliteModal #sf-points-list-items{
    padding-left: 10px;
    padding-right: 10px;
}
#soflexibiliteModal .panel-title-txt{
    font-size: 28px;
    color: #231f20;
    display: block;
    font-family: "abril-fatface";
    font-weight: normal;
    height: auto;
    line-height: 1.2;
    position: relative;
    text-transform: none;
    width: 100%;
    z-index: 2;
    padding: 13px 35px 12px 33px;
}
#soflexibiliteModal #sf-pac-input{
    border: 1px solid #e6e9ea;
    color: #231f20;
    font-family: "poppins light";
    font-size: 14px;
    height: 45px;
    letter-spacing: 0.2px;
    padding: 0 10px;
    width: 100%;
    box-shadow: none;
    margin: 0;
}

#soflexibiliteModal #sf-pac-button{
    margin-top: 20px;
    margin-bottom: 30px;
}

#soflexibiliteModal .point_list{
    position: relative;
    background-color: #f1f4f6;
    border-radius: 0.3rem;
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    padding: 2rem 2rem 2rem 4rem;
    border-bottom: none;
    cursor: pointer;
}

#soflexibiliteModal .sf_address_name{
    font-family: "poppins light";
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 6px;
    margin-bottom: 8px;
}

#soflexibiliteModal .sf_table_times{
    width: 100%;
}

#soflexibiliteModal .sf_table_times td:nth-child(1){
    font-weight: 400;
    margin-bottom: 1rem;
}

#soflexibiliteModal .sf_address_distance{
    float: none;
}

#sf-points-list-items .point-model-infos .custom-radio{
    position: absolute;
    left: 1.5rem;
    top: 2rem;
}

#sf-points-list-items .point-model-infos .custom-radio::before{
    border: 1px solid #231f20;
    background: transparent;
    height: 20px;
    width: 20px;
}

#sf-points-list-items .point_list.selected .custom-radio::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@media (max-width: 991px) {
    #soflexibiliteModal .sf_gmaps{
        padding-left: 0;
        width: 100%;
    }
    #soflexibiliteModal .panel-selectionner-relais {
        width: 100%;
    }
    #soflexibiliteModal #sf_gmaps{
        display: block;
    }
}

@media (min-width: 992px) {
  .panel-map {
    display: block;
  }
}

.panels .panel-soco {
  overflow-x: unset;
  padding-left: 0;
  right: -100%;
  width: 100%;
}

@media (min-width: 992px) {
  .panels .panel-soco {
    padding-left: 500px;
    right: -1010px;
    width: 1000px;
  }
}

.panels .panel-soco .selectBox {
  height: 100vh;
  overflow-y: auto;
}

.panels .panel-soco .panel-head {
  border-bottom: none;
}

.panels .panel-soco .panel-buttons {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  bottom: -100%;
  left: 50%;
  right: 0;
  background: #fff;
  opacity: 0;
  z-index: 5;
}

.panels .panel-soco .panel-buttons.show {
  bottom: 0;
  opacity: 1;
}

.panels .panel-soco .panel-content {
  padding: 0 15px;
}

#sf-points-list-items .carrier-validate-btn {
  font-size: 1.2rem;
  margin-top: 3rem;
}

@media (min-width: 992px) {
    #sf-points-list-items .carrier-validate-btn {
    padding: 0.7rem 1.5rem;
  }
}

.carrier-validate-btn {
  display: block;
  margin-top: 10px;
  width: 100%;
}

.alert-danger {
  color: #df104a !important;
  margin-bottom: 30px;
  text-align: center;
}

.alert-danger p,
.alert-danger span,
.alert-danger a,
.alert-danger li {
  color: #df104a;
  font-weight: bold;
}

.alert-danger li {
  margin: 5px 0;
}

/* tag vente flash tuile produit dans panels */
.tagVf {
  background: #df104a;
}

.tagVf p {
  color: #fff;
  font-size: 11px;
  letter-spacing: 1px;
}

.ajax_cart_block_remove_link:hover {
  text-decoration: none;
}

.popover .popover-title {
  font-size: 18px;
  font-size: 1.8rem;
  background: #fff;
  border: 0;
  font-weight: bold;
}

.popover .popover-content {
  font-size: 13px;
  font-size: 1.3rem;
  position: absolute;
  left: 50%;
  top: calc(-100% + 15px);
  background: #e6e9ea;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  color: #999b9f;
  min-width: 100px;
  max-width: 200px;
  opacity: 0;
  padding: 10px;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  text-align: center;
  z-index: 1;
}

.popover .popover-content .inner {
  position: relative;
  z-index: 3;
}

.popover .popover-content:after {
  position: absolute;
  bottom: 1px;
  left: 1px;
  right: 1px;
  top: 1px;
  background: #fff;
  content: "";
  z-index: 2;
}

.popover .popover-content:before {
  position: absolute;
  bottom: -8px;
  left: 50%;
  background: #fff;
  border: 1px solid #dfdad9;
  content: "";
  height: 16px;
  margin: 0 0 0 -8px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 16px;
  z-index: 1;
}

.popover:hover .popover-content {
  opacity: 1;
  z-index: 3;
}

.product-ctn {
  margin-bottom: 0;
}

@media (min-width: 480px) {
  .product-ctn {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .product-ctn {
    margin-bottom: 50px;
  }
}

.product-ctn .inner {
  position: relative;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.product-ctn .inner .product-link {
  margin: 0 auto -30px auto;
  max-width: 250px;
}

@media (min-width: 992px) {
  .product-ctn .inner:hover {
    -webkit-box-shadow: 0 0 5px #e6e9ea;
            box-shadow: 0 0 5px #e6e9ea;
  }
  .product-ctn .inner:hover .product-link {
    opacity: 1;
  }
}

.product-ctn .inner:hover .product-price {
  color: #dc8b8c;
}

.product-ctn .inner .flashsale {
  bottom: 0;
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  display: none;
  background: #df104a;
  background: rgba(223, 16, 74, 0.5);
}

@media (min-width: 992px) {
  .product-ctn .inner .flashsale {
    display: block;
  }
}

.product-ctn .inner .product-level-wrap .product-level {
  background: #fff;
  margin: auto;
  padding: 5px 10px;
  position: absolute;
  bottom: 6px;
  width: 95%;
  z-index: 1;
  left: 4px;
}

@media (min-width: 1200px) {
  .product-ctn .inner .product-level-wrap .product-level {
    padding-right: 50px;
    left: 8px;
  }
}

@media (min-width: 992px) {
  .product-ctn .inner .product-level-wrap .product-level.isFlashSale {
    bottom: 55px;
  }
}

@media (min-width: 1200px) {
  .product-ctn .inner .product-level-wrap .product-level.isFlashSale {
    bottom: 42px;
  }
}

.product-ctn .inner .product-level-wrap .product-level.simple {
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1200px) {
  .product-ctn .inner .product-level-wrap .product-level.simple {
    padding-right: 10px;
  }
}

.product-ctn .inner .product-level-wrap .product-level i {
  font-size: 16px;
}

.product-ctn .product-infos {
  padding: 0 0 10px;
}

@media (min-width: 992px) {
  .product-ctn .product-infos {
    padding: 0 20px 10px;
  }
}

.product-ctn .product-infos .product-manufacturer {
  min-height: 13px;
}

.product-ctn .product-infos .btn {
  padding: 10px 0;
}

@media (min-width: 480px) {
  .product-ctn .product-infos .btn {
    padding: 10px 20px;
  }
}

@media (min-width: 768px) {
  .product-ctn .product-infos .btn {
    padding: 10px 30px;
  }
}

.product-ctn .product-infos .btn span {
  font-size: 12px;
}

@media (min-width: 480px) {
  .product-ctn .product-infos .btn span {
    font-size: 13px;
  }
}

.product-ctn .product-infos .btn.ajax_add_to_cart_button {
  margin-bottom: 5px;
}

.product-ctn .product-infos .product-link {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  border: 0;
  display: none;
  opacity: 0;
  padding-left: 0;
  width: auto;
}

@media (min-width: 768px) {
  .product-ctn .product-infos .product-link {
    display: block;
  }
}

.product-ctn .product-infos .product-link:hover {
  background: #455f70;
  border: 0;
}

.product-ctn .product-infos .product-link > a,
.product-ctn .product-infos .product-link > .lien-off {
  background: #455f70;
  padding-bottom: 13px;
  padding-left: 25px;
  padding-right: 70px;
  padding-top: 13px;
}

.product-ctn .product-infos .product-link > a:hover,
.product-ctn .product-infos .product-link > .lien-off:hover {
  background: #dc8b8c;
  text-decoration: none;
}

.product-ctn .product-infos .product-link .advwishlist-list-ctn {
  background: #455f70;
  border-left: 1px solid #fff;
  height: 45px;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
}

.product-ctn .product-infos .product-link .advwishlist-list-ctn a,
.product-ctn .product-infos .product-link .advwishlist-list-ctn .lien-off {
  padding-right: 0;
}

.product-ctn .product-infos .product-link .advwishlist-list-ctn:hover:not(.checked) {
  background: #dc8b8c;
  text-decoration: none;
}

.product-ctn .product-infos .product-link a,
.product-ctn .product-infos .product-link .lien-off {
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  padding-left: 50px;
  padding-right: 82px;
}

.product-ctn .product-infos .product-link a:hover,
.product-ctn .product-infos .product-link .lien-off:hover {
  text-decoration: none;
}

.product-ctn .product-infos .product-link a.advwishlist-list-btn,
.product-ctn .product-infos .product-link .lien-off.advwishlist-list-btn {
  padding: 14px;
  right: 0;
  top: 0;
}

.product-ctn .product-infos .product-link a.advwishlist-list-btn.checked .isChecked,
.product-ctn .product-infos .product-link .lien-off.advwishlist-list-btn.checked .isChecked{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}

.product-ctn .product-infos .product-link a.advwishlist-list-btn .isChecked,
.product-ctn .product-infos .product-link .lien-off.advwishlist-list-btn .isChecked {
  background: #dc8b8c;
  border-radius: 100%;
  bottom: 14px;
  display: none;
  height: 15px;
  position: absolute;
  right: 8px;
  width: 15px;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-ctn .product-infos .product-link a.advwishlist-list-btn .isChecked i,
.product-ctn .product-infos .product-link .lien-off.advwishlist-list-btn .isChecked i {
  font-size: 7px;
}

.product-ctn .product-infos .product-link i {
  font-size: 15px;
  text-decoration: none;
}

.product-ctn .product-name {
  color: #231f20;
  display: block;
  font-family: "poppins light";
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 12px;
  margin: auto;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 992px) {
  .product-ctn .product-name {
    font-size: 14px;
    line-height: 17px;
    height: 35px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.product-ctn .product-details {
  margin-bottom: 10px;
  padding: 7px 0;
}

.product-ctn .product-details .current-price {
  font-family: "poppins-semi";
  font-size: 11px;
}

@media (min-width: 992px) {
  .product-ctn .product-details .current-price {
    font-size: 13px;
  }
}

.product-ctn .product-details .current-price.promo-price {
  color: #df104a;
  padding-right: 5px;
}

.product-ctn .product-details .old-price {
  color: #231f20 !important;
  font-family: "poppins-semi";
  font-size: 13px;
}

.product-ctn .product-img-ctn {
  position: relative;
}

.product-ctn .product-img-ctn .product-img img.reassort {
  opacity: 0.6;
}

.product-ctn .product-img-ctn .product-img:hover {
  color: #231f20;
}

.product-ctn .product-img-ctn .inscription-alerte {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  display: block;
  font-family: "poppins-semi";
  padding: 15px;
  padding: 8px 0 12px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.product-ctn .product-img-ctn .inscription-alerte span {
  font-size: 10px;
  position: relative;
}

@media (min-width: 992px) {
  .product-ctn .product-img-ctn .inscription-alerte span {
    font-size: 13px;
  }
}

.product-ctn .product-img-ctn .inscription-alerte span::after {
  background: #dc8b8c;
  bottom: -2px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.product-ctn .product-img-ctn .inscription-alerte:hover {
  background: #dc8b8c;
}

.product-ctn .product-img-ctn .inscription-alerte:hover span {
  color: #fff;
}

.product-ctn.alt .inner {
  border-color: #f1f4f6;
}

.product-ctn.alt .product-infos {
  background: #f1f4f6;
}

.product-ctn.alt .product-name {
  color: #999b9f;
}

/* Colors pictos product */
.product-pins .reassort {
  background: #dc8b8c;
}

.product-pins .reassort span {
  font-family: "poppins light";
  font-size: 8px;
  letter-spacing: 1px;
  padding: 5px;
}

@media (min-width: 992px) {
  .product-pins .reassort span {
    font-size: 11px;
  }
}

/* Colors pictos */
.product-pins {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.product-pins li {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  padding: 0 5px;
  text-transform: uppercase;
  -webkit-transform: translateY(-100%) rotate(90deg);
  /* Safari */
  /* Firefox 3.6 Firefox 4 */
  /* -moz-transform-origin: right top; */
  -ms-transform: translateY(-100%) rotate(90deg);
  /* IE9 */
  /* Opera */
  transform: translateY(-100%) rotate(90deg);
  /* W3C */
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}

@media (min-width: 992px) {
  .product-pins li {
    padding: 0 5px;
  }
}

.product-pins li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  height: 18px;
  letter-spacing: 1px;
  padding: 0 5px;
}

@media (min-width: 992px) {
  .product-pins li span {
    height: auto;
  }
}

.product-pins li span p,
.product-pins li span img {
  display: inline-block;
}

.product-pins li span p {
  color: #fff;
  font-size: 8px;
  letter-spacing: 1px;
  line-height: initial;
}

@media (min-width: 992px) {
  .product-pins li span p {
    font-size: 11px;
    line-height: 20px;
  }
}

.product-pins li img {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
  max-width: 8px;
  padding-top: 10px;
  width: auto !important;
}

@media (min-width: 768px) {
  .product-pins li img {
    max-width: 10px;
  }
}

.product-manufacturer {
  min-height: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .product-manufacturer {
    margin-bottom: 0;
    margin-top: 10px;
  }
}

.product-manufacturer p {
  color: #999b9f;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 12px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .product-manufacturer p {
    font-size: 11px;
    margin: 0;
    white-space: initial;
  }
}

.metre {
  color: #231f20;
  font-family: "poppins light";
  font-size: 0;
  position: relative;
}

@media (min-width: 992px) {
  .metre {
    font-size: 11px;
  }
}

.metre::after {
  content: "/m";
  font-size: 11px;
}

@media (min-width: 992px) {
  .metre::after {
    font-size: 0;
  }
}

.product-name:hover {
  text-decoration: none;
}

.table-div {
  line-height: 20px;
  margin-bottom: 30px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .table-div {
    border: 1px solid #231f20;
  }
}

.table-div .table-head {
  background: none;
  color: #fff;
  display: block;
  font-weight: 700;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .table-div .table-head {
    background: #231f20;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.table-div .table-head .table-head-cell {
  display: none;
}

@media (min-width: 992px) {
  .table-div .table-head .table-head-cell {
    display: inline-block;
  }
}

.table-div .table-row {
  border: 1px solid #231f20;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 10px 0;
}

@media (min-width: 992px) {
  .table-div .table-row {
    border: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}

.table-div .table-row .table-cell {
  padding: 5px 10px;
}

@media (min-width: 992px) {
  .table-div .table-row .table-cell {
    display: inline-block;
    padding: 15px;
  }
}

.table-div .table-row ul {
  margin: 0;
}

.table-div .title-mobile {
  color: #231f20;
  display: block;
}

@media (min-width: 992px) {
  .table-div .title-mobile {
    display: none;
  }
}

.table-div .label-mobile {
  color: #999b9f;
  display: inline-block;
  font-weight: bold;
}

@media (min-width: 992px) {
  .table-div .label-mobile {
    display: none;
  }
}

.h1,
h1 {
  font-size: 25px;
  font-size: 2.5rem;
  color: #231f20;
  display: block;
  margin-bottom: 30px;
  font-family: "abril-fatface";
  letter-spacing: 1px;
}

@media (min-width: 992px) {
  .h1,
  h1 {
    font-size: 35px;
    font-size: 3.5rem;
    color: #231f20;
    display: block;
    margin-bottom: 45px;
  }
}

.h2,
h2 {
  font-size: 20px;
  font-size: 2rem;
  color: #231f20;
  display: block;
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "poppins-semi";
  margin-top: 15px;
}

@media (min-width: 480px) {
  .h2,
  h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .h2,
  h2 {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

@media (min-width: 992px) {
  .h2,
  h2 {
    font-size: 20px;
    font-size: 2rem;
    color: #231f20;
    display: block;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
  }
}

.h3,
h3 {
  font-size: 20px;
  font-size: 2rem;
  color: #e6e9ea;
  display: block;
  margin-bottom: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.h4,
h4 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #231f20;
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.h5,
h5 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #231f20;
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}

a,
.lien-off {
  color: #231f20;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:hover,
.lien-off:hover {
  text-decoration: underline;
}

.barre {
  text-decoration: line-through;
}

p {
  color: #231f20;
  font-family: "poppins light";
  font-size: 12px;
  letter-spacing: 0.2px;
  line-height: 20px;
}

@media (min-width: 992px) {
  p {
    font-size: 14px;
  }
}

/* others */
.simple--title, .simple--link {
  color: #231f20;
  font-family: "poppins light";
  font-size: 12px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .simple--title, .simple--link {
    font-size: 14px;
  }
}

.simple--link:hover {
  opacity: 1;
  text-decoration: underline;
}

.simple--big-title {
  color: #231f20;
  font-family: "poppins-semi";
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 2.2px;
  margin-bottom: 10px !important;
  margin-top: 5px;
}

@media (min-width: 1200px) {
  .simple--big-title {
    font-size: 28px;
  }
}

/* icons */
#social_block ul li {
  display: inline-block;
}

#social_block ul li a,
#social_block ul li .lien-off {
  font-size: 0;
}

#social_block ul li a::after,
#social_block ul li .lien-off::after {
  display: inline-block;
  font-family: "cousette";
  font-size: 20px;
  text-align: center;
  width: 100%;
}

#social_block ul li.facebook a::after,
#social_block ul li.facebook .lien-off::after {
  content: "\e90d";
}

#social_block ul li.pinterest a::after,
#social_block ul li.pinterest .lien-off::after {
  content: "\e948";
}

#social_block ul li.instagram a::after,
#social_block ul li.instagram .lien-off::after {
  content: "\e949";
}

/* text transforms */
.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-no-transform {
  text-transform: none;
}

.color--white {
  color: #fff;
}

.color--black {
  color: #231f20;
}

.color--grey {
  color: #999b9f;
}

.color--grey--light {
  color: #e6e9ea;
}

.color--grey--dark {
  color: #231f20;
}

.color--green {
  color: #37b549;
}

.color--orange {
  color: orange;
}

.color--red {
  color: #df104a;
}

.color--pink {
  color: #dc8b8c;
}

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

.bg-color--black {
  background-color: #231f20;
}

.bg-color--grey {
  background-color: #999b9f;
}

.bg-color--grey--dark {
  background-color: #231f20;
}

.bg-color--grey--light {
  background-color: #e6e9ea;
}

.bg-color--grey--lighter {
  background-color: #f1f4f6;
}

.bg-color--green {
  background-color: #37b549;
}

.bg-color--orange {
  background-color: orange;
}

.bg-color--red {
  background-color: #df104a;
}

.referal {
  font-size: 25px;
  font-size: 2.5rem;
  color: #fff;
  display: block;
  margin-bottom: 0px;
  font-weight: 700;
  text-transform: uppercase;
  color: #231f20;
  font-family: "abril-fatface";
  font-size: 22px;
  font-weight: normal;
  height: 115px;
  margin: auto;
  padding: 10px;
  text-transform: none;
  width: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 992px) {
  .referal {
    height: 140px;
    width: 140px;
  }
}

.referal:hover {
  color: #231f20;
  opacity: 1;
}

.font-bold {
  font-weight: bold;
}

.underline-link {
  font-family: "poppins-semi";
  font-size: 12px;
  position: relative;
  text-transform: uppercase;
}

.underline-link:hover {
  color: #dc8b8c;
  text-decoration: none;
}

.underline-link::after {
  background-color: #dc8b8c;
  bottom: -5px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

@font-face {
  font-family: "abril-fatface";
  font-style: normal;
  font-weight: normal;
  src: url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/fonts/AbrilFatface-Regular.eot");
  src: url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/fonts/AbrilFatface-Regular.eot#iefix") format("embedded-opentype"), url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/fonts/AbrilFatface-Regular.woff2") format("woff2"), url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/fonts/AbrilFatface-Regular.woff") format("woff"), url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/fonts/AbrilFatface-Regular.ttf") format("truetype"), url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/fonts/AbrilFatface-Regular.svg#AbrilFatface-Regular") format("svg");
  font-display: swap;
}

@font-face {
  font-family: "poppins-light-italic";
  font-style: italic;
  font-weight: 300;
  src: url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/fonts/Poppins-LightItalic.eot");
  src: url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/fonts/Poppins-LightItalic.eot#iefix") format("embedded-opentype"), url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/fonts/Poppins-LightItalic.woff2") format("woff2"), url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/fonts/Poppins-LightItalic.woff") format("woff"), url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/fonts/Poppins-LightItalic.ttf") format("truetype"), url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/fonts/Poppins-LightItalic.svg#Poppins-LightItalic") format("svg");
  font-display: swap;
}

@font-face {
  font-family: "poppins-semi";
  font-style: normal;
  font-weight: 600;
  src: url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/fonts/Poppins-SemiBold.eot");
  src: url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/fonts/Poppins-SemiBold.eot#iefix") format("embedded-opentype"), url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/fonts/Poppins-SemiBold.woff2") format("woff2"), url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/fonts/Poppins-SemiBold.woff") format("woff"), url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/fonts/Poppins-SemiBold.ttf") format("truetype"), url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
  font-display: swap;
}

@font-face {
  font-family: "apalu";
  font-style: normal;
  font-weight: normal;
  src: url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/fonts/Apalu.eot");
  src: url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/fonts/Apalu.eot#iefix") format("embedded-opentype"), url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/fonts/Apalu.woff2") format("woff2"), url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/fonts/Apalu.woff") format("woff"), url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/fonts/Apalu.ttf") format("truetype"), url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/fonts/Apalu.svg#Apalu") format("svg");
  font-display: swap;
}

@font-face {
  font-family: "poppins-semi-italic";
  font-style: italic;
  font-weight: 600;
  src: url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/fonts/Poppins-SemiBoldItalic.eot");
  src: url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/fonts/Poppins-SemiBoldItalic.eot#iefix") format("embedded-opentype"), url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/fonts/Poppins-SemiBoldItalic.woff2") format("woff2"), url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/fonts/Poppins-SemiBoldItalic.woff") format("woff"), url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/fonts/Poppins-SemiBoldItalic.ttf") format("truetype"), url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/fonts/Poppins-SemiBoldItalic.svg#Poppins-SemiBoldItalic") format("svg");
  font-display: swap;
}

@font-face {
  font-family: "poppins";
  font-style: normal;
  font-weight: normal;
  src: url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/fonts/Poppins-Regular.eot");
  src: url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/fonts/Poppins-Regular.eot#iefix") format("embedded-opentype"), url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/fonts/Poppins-Regular.woff2") format("woff2"), url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/fonts/Poppins-Regular.woff") format("woff"), url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/fonts/Poppins-Regular.ttf") format("truetype"), url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-display: swap;
}

@font-face {
  font-family: "poppins light";
  font-style: normal;
  font-weight: 300;
  src: url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/fonts/Poppins-Light.eot");
  src: url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/fonts/Poppins-Light.eot#iefix") format("embedded-opentype"), url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/fonts/Poppins-Light.woff2") format("woff2"), url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/fonts/Poppins-Light.woff") format("woff"), url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/fonts/Poppins-Light.ttf") format("truetype"), url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/fonts/Poppins-Light.svg#Poppins-Light") format("svg");
  font-display: swap;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 992px) {
  .pagination {
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.pagination .clearfix {
  text-align: center;
}

.pagination .clearfix div,
.pagination .clearfix ul {
  display: inline;
  float: left;
}

.pagination .pagination-pages li {
  display: inline-block;
  margin-left: 5px;
}

.pagination .pagination-pages li span {
  border: 1px solid #dc8b8c;
  border-radius: 100%;
  font-family: "poppins", Arial;
  height: 40px;
  opacity: 0.6;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination .pagination-pages li.current span {
  opacity: 1;
}

html {
  font-family: "poppins light";
  font-size: 62.5%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  overflow-x: hidden;
  color: #231f20;
}

/* Header */
.header-main {
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  background: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0);
  height: 155px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

@media (min-width: 480px) {
  .header-main {
    height: 200px;
  }
}

@media (min-width: 768px) {
  .header-main {
    height: 155px;
  }
}

@media (min-width: 992px) {
  .header-main {
    height: 160px;
  }
}

@media (min-width: 1200px) {
  .header-main {
    height: 160px;
  }
}

.header-main .nb-product-total {
  font-family: "poppins light";
  font-size: 10px !important;
  line-height: 22px !important;
}

@media (min-width: 480px) {
  .header-main.stack {
    height: 160px;
  }
}

@media (min-width: 768px) {
  .header-main.stack {
    height: 120px;
  }
}

@media (min-width: 992px) {
  .header-main.stack {
    height: 120px;
  }
}

@media (min-width: 1200px) {
  .header-main.stack {
    height: 120px;
  }
}

.header-main.stack .category.cat-default .header-main .header-top {
  border-bottom: none !important;
}

.header-main.stack .advmenu,
.header-main.stack .overlay-responsive {
  top: 145px;
}

@media (min-width: 480px) {
  .header-main.stack .advmenu,
  .header-main.stack .overlay-responsive {
    top: 160px;
  }
}

@media (min-width: 768px) {
  .header-main.stack .advmenu,
  .header-main.stack .overlay-responsive {
    top: 120px;
  }
}

@media (min-width: 992px) {
  .header-main.stack .advmenu,
  .header-main.stack .overlay-responsive {
    top: 120px;
  }
}

@media (min-width: 1200px) {
  .header-main.stack .advmenu,
  .header-main.stack .overlay-responsive {
    top: 0;
  }
}

.header-main.stack .header-top {
  border-bottom: none;
}

.header-main.stack .header-top .icon-bar {
  padding-top: 0;
}

.header-main.stack .header-top .icon-bar .text-links {
  display: none;
}

.header-main.stack .header-top-right .header-icon-wrap .header-search-action.open .searchBlock {
  height: 65px;
  padding-top: 0;
  top: -20px;
}

@media (min-width: 1200px) {
  .header-main.stack .header-top-right .header-icon-wrap .header-search-action.open .searchBlock {
    top: -62px;
  }
}

.header-main.stack .header-logo img {
  max-width: 110px;
}

.header-main.stack .overtop {
  height: 30px;
}

.header-main.stack .submenu {
  top: 145px;
}

@media (min-width: 480px) {
  .header-main.stack .submenu {
    top: 160px;
  }
}

@media (min-width: 768px) {
  .header-main.stack .submenu {
    top: 120px;
  }
}

@media (min-width: 992px) {
  .header-main.stack .submenu {
    top: 120px;
  }
}

@media (min-width: 1200px) {
  .header-main.stack .submenu {
    top: 120px;
  }
}

.header-main.stack .searchBlock {
  height: 75px;
  top: -25px;
}

.header-main.stack .header-nav .advmenu .menu-content > .root-link {
  padding: 30px 15px 21px 15px;
}

@media (min-width: 992px) {
  .header-main.stack .header-nav .advmenu .menu-content > .root-link {
    padding: 30px 15px 21px 15px;
  }
}

.header-main .overtop {
  text-align: center;
  background: #455f70;
  color: #fff;
  font-size: 11px;
  height: 34px;
  letter-spacing: 0.2px;
}

@media (min-width: 480px) {
  .header-main .overtop {
    height: 34px;
  }
}

@media (min-width: 768px) {
  .header-main .overtop {
    height: 34px;
  }
}

.header-main .overtop a {
  color: #fff;
}

.header-main .header-links {
  display: none;
  width: 50%;
}

@media (min-width: 768px) {
  .header-main .header-links {
    display: block;
    float: left;
  }
}

.header-main .header-links li {
  display: inline-block;
  padding-right: 12px;
  position: relative;
}

.header-main .header-text {
  color: #fff;
  display: block;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .header-main .header-text {
    float: right;
    text-align: right;
    width: 50%;
  }
}

.header-main .header-top {
  -webkit-transition: padding 0.3s ease 0s;
  transition: padding 0.3s ease 0s;
  border-bottom: 1px solid #e6e9ea;
  padding: 10px 0;
  position: relative;
  z-index: 2;
  min-height: 125px;
}

@media (min-width: 768px) {
  .header-main .header-top {
    border-bottom: 1px solid #f1f4f6;
  }
}

.header-main .header-top .icon-bar {
  padding-top: 20px;
  position: relative;
}

.header-main .header-top .icon-bar .text-links {
  display: none;
  position: absolute;
  top: 0;
  width: 320px;
  z-index: 1;
}

@media (min-width: 1200px) {
  .header-main .header-top .icon-bar .text-links {
    display: block;
    right: 15px;
    right: 28px;
  }
}

.header-main .header-top .icon-bar .text-links a,
.header-main .header-top .icon-bar .text-links .lien-off {
  color: #999b9f;
  font-size: 12px;
  letter-spacing: 2.2px;
  padding-left: 5px;
}

.header-main .header-top .icon-bar .text-links a:hover,
.header-main .header-top .icon-bar .text-links .lien-off:hover {
  color: #231f20;
  text-decoration: none;
}

.header-main .header-top .icon-bar .text-links a:first-child,
.header-main .header-top .icon-bar .text-links .lien-off:first-child {
  padding-left: 0;
  padding-right: 10px;
  position: relative;
}

.header-main .header-top .icon-bar .text-links a:first-child::after,
.header-main .header-top .icon-bar .text-links .lien-off:first-child::after {
  background: #999b9f;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}

.header-main .header-top .header-burger {
  display: block;
}

@media (min-width: 1200px) {
  .header-main .header-top .header-burger {
    display: none;
  }
}

.header-main .header-top .search-responsive form {
  position: relative;
}

.header-main .header-top .search-responsive form button {
  font-size: 20px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.header-main .header-top-left {
  -webkit-transition: padding 0.3s ease 0s;
  transition: padding 0.3s ease 0s;
}

@media (min-width: 992px) {
  .header-main .header-top-left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-main .header-logo {
  text-align: center;
}

.header-main .header-logo img {
  -webkit-transition: max-width 0.3s ease 0s;
  transition: max-width 0.3s ease 0s;
  display: block;
  margin: auto;
  max-height: 60px;
  max-width: 120px;
  width: 100%;
}

@media (min-width: 480px) {
  .header-main .header-logo img {
    max-height: 100%;
    max-width: 170px;
  }
}

@media (min-width: 768px) {
  .header-main .header-logo img {
    max-width: 200px;
  }
}

@media (min-width: 1200px) {
  .header-main .header-logo img {
    float: left;
  }
}

.header-main .header-top-right {
  text-align: right;
}

.header-main .header-top-right .header-icon-wrap a,
.header-main .header-top-right .header-icon-wrap .lien-off {
  font-size: 20px;
}

.header-main .header-top-right .header-icon-wrap .header-search-action {
  display: none;
  overflow: visible;
  position: relative;
  width: 17px;
}

.header-main .header-top-right .header-icon-wrap .header-search-action.open .searchBlock {
  overflow: hidden;
  visibility: visible;
  width: 71vw;
}

@media (min-width: 1605px) {
  .header-main .header-top-right .header-icon-wrap .header-search-action.open .searchBlock {
    width: 70vw;
  }
}

.header-main .header-top-right .header-icon-wrap .header-search-action.open .searchBlock i,
.header-main .header-top-right .header-icon-wrap .header-search-action.open .searchBlock span {
  opacity: 1;
}

.header-main .header-top-right .header-icon-wrap .header-search-action .searchBlock {
  background: #fff;
  height: 115px;
  padding-top: 0;
  position: absolute;
  right: -8px;
  top: -44px;
  visibility: hidden;
  width: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

@media (min-width: 992px) {
  .header-main .header-top-right .header-icon-wrap .header-search-action .searchBlock {
    padding-top: 20px;
    top: -55px;
    right: -6px;
  }
}

@media (min-width: 1200px) {
  .header-main .header-top-right .header-icon-wrap .header-search-action .searchBlock {
    height: 44px;
    margin-top: 50px;
    padding-bottom: 20px;
    padding-top: 0;
    top: -51px;
    right: 0;
  }
}

.header-main .header-top-right .header-icon-wrap .header-search-action .searchBlock .wrap-searchbox {
  padding-right: 15px;
  position: relative;
  width: 100%;
}

.header-main .header-top-right .header-icon-wrap .header-search-action .searchBlock .wrap-searchbox input {
  border: none;
  border-bottom: 1px solid #231f20;
  height: 25px;
  padding: 10px;
  width: 92%;
}

@media (min-width: 1200px) {
  .header-main .header-top-right .header-icon-wrap .header-search-action .searchBlock .wrap-searchbox input {
    width: 97%;
  }
}

.header-main .header-top-right .header-icon-wrap .header-search-action .searchBlock .wrap-searchbox span {
  background: transparent;
  border: none;
  left: 0;
  position: absolute;
  top: 5px;
}

.header-main .header-top-right .header-icon-wrap .header-search-action .searchBlock i {
  cursor: pointer;
}

.header-main .header-top-right .header-icon-wrap .header-search-action .searchBlock i:first-child {
  padding-right: 15px;
}

.header-main .header-top-right .header-icon-wrap .header-search-action .searchBlock i,
.header-main .header-top-right .header-icon-wrap .header-search-action .searchBlock span {
  opacity: 0;
}

@media (min-width: 768px) {
  .header-main .header-top-right .header-icon-wrap .header-search-action {
    display: inline-block;
  }
}

.header-main .header-top-right .header-icon-wrap .header-search-action a,
.header-main .header-top-right .header-icon-wrap .header-search-action .lien-off,
.header-main .header-top-right .header-icon-wrap .header-search-action form,
.header-main .header-top-right .header-icon-wrap .header-search-action i {
  display: inline-block;
}

.header-main .header-top-right .header-icon-wrap .toptxt {
  display: none;
}

.header-main .header-top-right .header-icon-wrap .header-cart {
  position: relative;
}

.header-main .header-top-right .header-icon-wrap .header-cart .header-cart-hover {
  background: green;
  height: 250px;
  position: absolute;
  right: 0;
  top: 30px;
  width: 100%;
}

.header-main .header-top-right .menu-responsive {
  display: block;
}

@media (min-width: 1200px) {
  .header-main .header-top-right .menu-responsive {
    display: none;
  }
}

/* Menu responsive */
.header-main .header-top-right .menu-responsive .responsive {
    padding-top: 20px;
    line-height: 30px;
}
/* Fin menu responsive */

.header-main .header-top-right .menu-responsive .advmenu {
  overflow-y: auto;
}

.header-main .header-top-right .menu-responsive .submenu-wrap-all {
  background: #fff;
  max-height: auto;
}

.header-main .header-top-right .menu-responsive .submenu-wrap-all .ctn {
  width: auto;
}

.header-main .header-icon {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  margin: 0 0 0 0;
  position: relative;
}

@media (min-width: 1200px) {
  .header-main .header-icon {
    margin: 0 0 0 10px;
  }
}

@media (min-width: 480px) {
  .header-main .header-icon {
    margin: 0 0 0 15px;
  }
}

@media (min-width: 992px) {
  .header-main .header-icon {
    margin: 0 0 0 10px;
  }
}

.header-main .header-icon:first-child {
  margin: 0;
}

.header-main .header-icon.header-wishlist {
  display: none;
}

@media (min-width: 768px) {
  .header-main .header-icon.header-wishlist {
    display: inline-block;
  }
}

.header-main .header-icon i {
  font-size: 22px;
  font-size: 2.2rem;
  display: block;
  text-align: center;
}

@media (min-width: 480px) {
  .header-main .header-icon i {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media (min-width: 1200px) {
  .header-main .header-icon i {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.header-main .header-icon i.icon-panier {
  font-size: 25px;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .header-main .header-icon i.icon-panier {
    margin-right: 25px;
  }
}

.header-main .header-icon .header-pin {
  position: absolute;
  right: 0;
  top: -7px;
  background: #dc8b8c;
  border-radius: 50%;
  color: #fff;
  height: 22px;
  line-height: 21px;
  text-align: center;
  width: 22px;
  font-size: 10px;
  font-size: 1rem;
}

@media (min-width: 1200px) {
  .header-main .header-icon .header-pin {
    position: absolute;
    right: 0;
    top: 2px;
  }
}

.header-main .header-icon .header-label {
  display: none;
}

@media (min-width: 768px) {
  .header-main .header-icon .header-label {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.header-main .header-icon a:hover {
  text-decoration: none;
}

.header-main .header-nav {
  display: none;
  display: none;
}

.header-main .header-nav .advmenu {
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0;
}

.header-main .header-nav .advmenu .submenu {
  background: #fff !important;
  border-top: 1px solid #e6e9ea;
  overflow-y: auto;
}

@media (min-width: 1200px) {
  .header-main .header-nav .advmenu .submenu .submenu-wrap-all {
    max-height: 80vh;
    overflow-y: auto;
  }
}

.header-main .header-nav .advmenu .submenu .close-tab {
  display: none;
}

.header-main .header-nav .advmenu .submenu .wrap-submenu {
  padding: 15px 30px 0 30px;
}

.header-main .header-nav .advmenu .submenu .wrap-submenu .all-col > .root-link {
  margin-bottom: 0;
  padding: 0 15px;
  text-align: left;
  vertical-align: top;
}

.header-main .header-nav .advmenu .submenu .wrap-submenu .all-col > .root-link:first-child, .header-main .header-nav .advmenu .submenu .wrap-submenu .all-col > .root-link:nth-child(6) {
  padding-left: 0;
}

@media (min-width: 1200px) {
  .header-main .header-nav .advmenu .submenu .wrap-submenu .all-col > .root-link {
    margin-bottom: 20px;
  }
}

.header-main .header-nav .advmenu .submenu .wrap-submenu .all-col .style-menu-links-2 {
  background: #f1f4f6;
}

.header-main .header-nav .advmenu .submenu .wrap-submenu .all-col .style-menu-links-2 a {
  color: #231f20;
  font-family: "poppins light";
  font-size: 14px;
  text-transform: uppercase;
}

.header-main .header-nav .advmenu .submenu .wrap-submenu .root-link {
  display: inline-block;
}

.header-main .header-nav .advmenu .submenu .wrap-submenu .root-link .wrap-submenu-children li {
  display: block;
}

.header-main .header-nav .advmenu .submenu .wrap-submenu .root-link .wrap-submenu-children li:hover {
  text-decoration: underline;
}

.header-main .header-nav .advmenu .menu-content .root-link.hover .submenu {
  opacity: 1;
}

.header-main .header-nav .advmenu .menu-content .root-link .submenu {
  height: auto;
  width: 100%;
}

.header-main .header-nav .advmenu .menu-content > .root-link {
  padding: 75px 0 40px 0;
}

@media (min-width: 1200px) {
  .header-main .header-nav .advmenu .menu-content > .root-link {
    padding: 60px 15px 25px 15px;
  }
}

.header-main .header-nav .advmenu .menu-content > .root-link .icon {
  display: none;
}

@media (min-width: 1200px) {
  .header-main .header-nav {
    display: block;
  }
}

.header-main .search-responsive {
  display: block;
}

.header-main .search-responsive input {
  border: 1px solid #e6e9ea;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  height: 35px;
  margin: 20px 0 0;
  padding: 10px 35px 10px 10px;
  width: 100%;
}

.header-main .search-responsive span {
  position: relative;
}

.header-main .search-responsive span::after {
  content: "\e916";
  font-family: "cousette";
  font-size: 19px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 45px;
}

@media (min-width: 768px) {
  .header-main .search-responsive {
    display: none;
  }
}

.header-main .responsive {
  display: block;
}

@media (min-width: 992px) {
  .header-main .responsive {
    display: none;
  }
}

.header-main .responsive.icon-bar {
  background: #e6e9ea;
  margin-bottom: 20px;
  margin-top: 15px;
  padding: 20px 15px;
}

.header-main .responsive.icon-bar div {
  display: block;
  margin-bottom: 15px;
  margin-left: 0;
  text-align: left;
  width: 100%;
}

.header-main .responsive.icon-bar div:last-child {
  margin-bottom: 0;
}

.header-main .responsive.icon-bar div:first-child {
  margin-top: 0;
}

.header-main .responsive.icon-bar .toptxt {
  color: #999b9f;
  display: inline-block;
  font-family: "poppins", Arial;
  font-size: 11px;
  text-transform: uppercase;
}

.header-main .responsive.icon-bar .header-icon:hover .toptxt {
  text-decoration: underline;
}

.header-main .responsive.icon-bar .header-icon .icon {
  color: #231f20;
  display: inline-block;
  font-size: 20px;
}

.header-main .responsive.icon-bar .header-icon .icon.icon-univers {
  font-size: 23px;
}

.header-main .responsive.icon-bar .header-icon .icon.icon-enveloppe {
  font-size: 17px;
}

.header-main .cta-menu .inner {
  margin: auto;
  max-width: 100%;
  padding: 0 10px;
}

@media (min-width: 992px) {
  .header-main .cta-menu .inner {
    max-width: 100%;
    padding: 0;
  }
}

.header-main .cta-menu .cta {
  border: 1px solid #e6e9ea;
  margin: 15px 0;
  padding: 15px 0;
  text-align: center;
}

.header-main .cta-menu .cta:last-child {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .header-main .cta-menu .cta {
    background: #f1f4f6;
    border: none;
  }
}

.header-main .cta-menu .cta a {
  color: #231f20;
  font-family: "poppins-semi";
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
}

.header-main .menu-bottom {
  margin: 55px 0 30px 0;
}

.header-main .menu-bottom .tile {
  position: relative;
}

.header-main .menu-bottom .tile .wrap-tile {
  min-height: 180px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header-main .menu-bottom .tile .wrap-tile a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.header-main .menu-bottom .tile .wrap-tile .img {
  overflow: hidden;
  position: absolute;
  z-index: 0;
}

.header-main .menu-bottom .tile .wrap-tile .img img {
  max-width: 100%;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.header-main .menu-bottom .tile .wrap-tile .wrap-content {
  background: #fff;
  min-height: 115px;
  padding: 15px;
  width: 65%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header-main .menu-bottom .tile .wrap-tile .wrap-content .simple--title {
  font-size: 11px;
}

.header-main .menu-bottom .tile .wrap-tile .wrap-content .simple--big-title {
  font-size: 16px;
}

.header-main .menu-bottom .tile .wrap-tile:hover .img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.header-main .link-parent {
  margin-bottom: 35px;
  margin-top: 20px;
  text-align: center;
}

@media (min-width: 1200px) {
  .header-main .link-parent {
    background: #455f70;
    margin-bottom: 0;
  }
}

.header-main .link-parent a {
  color: #fff !important;
}

@media (min-width: 1200px) {
  .header-main .link-parent a:hover {
    background: #455f70;
    border-color: #455f70;
  }
}

/* Site content */
.site-content {
  -webkit-transition: padding 0.3s ease 0s;
  transition: padding 0.3s ease 0s;
  padding-top: 155px;
}

@media (min-width: 480px) {
  .site-content {
    padding-top: 200px;
  }
}

@media (min-width: 768px) {
  .site-content {
    padding-top: 155px;
  }
}

@media (min-width: 992px) {
  .site-content {
    padding-top: 160px;
  }
}

@media (min-width: 1200px) {
  .site-content {
    padding-top: 160px;
  }
}

.footer-main {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .footer-main {
    margin-top: 0;
  }
}

.footer-main .footer-top-wrap a:hover {
  text-decoration: none;
}

.footer-main .footer-top-wrap span,
.footer-main .footer-top-wrap .icon {
  color: #fff;
  display: block;
}

.footer-main .footer-top-wrap .wrap {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  padding: 15px;
}

@media (min-width: 992px) {
  .footer-main .footer-top-wrap .wrap {
    padding: 30px;
  }
}

.footer-main .footer-top-wrap .icon {
  font-size: 45px;
  position: relative;
  width: 100%;
}

.footer-main .footer-top-wrap img,
.footer-main .footer-top-wrap .icon {
  margin-bottom: 5px;
  max-width: 30px;
}

@media (min-width: 992px) {
  .footer-main .footer-top-wrap img,
  .footer-main .footer-top-wrap .icon {
    margin-bottom: 35px;
    max-width: 100%;
  }
}

.footer-main .footer-top-wrap .title {
  font-family: "poppins-semi";
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 5px;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}

@media (min-width: 992px) {
  .footer-main .footer-top-wrap .title {
    font-size: 14px;
  }
}

.footer-main .footer-top-wrap p {
  font-size: 10px;
  letter-spacing: 0.2px;
  line-height: 14px;
}

@media (min-width: 992px) {
  .footer-main .footer-top-wrap p {
    font-size: 11px;
  }
}

.footer-main .footer-top-wrap .block--quarter-tile:first-child {
  margin-bottom: 0;
}

@media (min-width: 480px) {
  .footer-main .footer-top-wrap .block--quarter-tile:first-child {
    margin-bottom: 0;
  }
}

.footer-main .footer-middle-wrap {
  background: #f1f4f6;
  padding: 15px 10px;
}

@media (min-width: 992px) {
  .footer-main .footer-middle-wrap {
    padding: 40px 20px;
  }
}

.footer-main .footer-middle-wrap #social_block {
  margin-top: 0;
}

.footer-main .footer-middle-wrap .newsletter-ctn {
  padding: 0;
}

.footer-main .footer-middle-wrap .section-block.newsletter {
  margin-left: -5px;
  margin-top: 10px;
  padding: 8px 0 0 0;
}

@media (min-width: 992px) {
  .footer-main .footer-middle-wrap .section-block.newsletter {
    margin-left: 0;
    margin-top: 0;
    padding: 35px 0 0 0;
  }
}

.footer-main .footer-middle-wrap #social_block ul {
  margin-top: 25px;
}

.footer-main .footer-middle-wrap #social_block ul li a,
.footer-main .footer-middle-wrap #social_block ul li .lien-off {
  background: url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/img/rond_tache_bleu.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50px;
  padding-top: 5px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .footer-main .footer-middle-wrap #social_block ul li a,
  .footer-main .footer-middle-wrap #social_block ul li .lien-off {
    height: 72px;
    padding-top: 5px;
    width: 70px;
  }
}

.footer-main .footer-middle-wrap #social_block ul li a::after,
.footer-main .footer-middle-wrap #social_block ul li .lien-off::after {
  color: #455f70;
  font-size: 15px;
}

@media (min-width: 768px) {
  .footer-main .footer-middle-wrap #social_block ul li a::after,
  .footer-main .footer-middle-wrap #social_block ul li .lien-off::after {
    font-size: 20px;
  }
}

.footer-main .footer-middle-wrap #social_block ul li a:hover,
.footer-main .footer-middle-wrap #social_block ul li .lien-off:hover {
  text-decoration: none;
}

.footer-main .footer-bottom {
  padding: 15px 0;
  text-align: center;
}

.footer-main .footer-bottom .text-left {
  font-size: 11px;
  letter-spacing: 0.2px;
  margin-bottom: 15px;
  text-align: center;
}

@media (min-width: 992px) {
  .footer-main .footer-bottom .text-left {
    margin-bottom: 0;
    text-align: left;
  }
}

.footer-main .footer-bottom .text-right {
  text-align: center;
}

@media (min-width: 992px) {
  .footer-main .footer-bottom .text-right {
    text-align: right;
  }
}

.footer-main .footer-bottom img {
  max-height: 20px;
  max-width: 100%;
}

/* Header-stck */
.header-stack .header-main {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.header-stack .order-steps {
  height: 80px;
  top: 30px;
}

.header-stack .order-steps ul {
  padding: 20px 0;
}

.header-stack .header-top-left {
  padding-left: 65px;
}

@media (max-width: 768px) {
  .header-stack .header-top-left {
    padding-left: 0;
  }
}

.header-stack .header-top {
  padding: 15px 0;
}

@media (max-width: 768px) {
  .header-stack .header-top {
    padding: 10px 0;
  }
}

.header-stack .header-logo img {
  max-width: 180px;
}

@media (max-width: 768px) {
  .header-stack .header-logo img {
    max-width: 100%;
  }
}

.header-stack .site-content {
  padding-top: 145px;
}

.position-relative {
  position: relative;
}

.position--relative {
  position: relative;
}

.position--absolute {
  position: absolute;
}

.position--fixed {
  position: fixed;
}

/* go to top */
.gototop {
  background: #455f70;
  border-radius: 100%;
  bottom: 20px;
  cursor: pointer;
  display: none;
  height: 30px;
  opacity: 0.6;
  position: fixed;
  right: 20px;
  width: 30px;
  z-index: 3;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.gototop.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gototop:hover {
  opacity: 1;
}

.gototop .icon {
  color: #fff;
  display: block;
  font-size: 10px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/**************** REMONTEE DE BLOG ****************/
#index .home-blog {
  margin-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

@media (min-width: 768px) {
  #index .home-blog {
    margin-top: 100px;
    padding-bottom: 70px;
  }
}

@media (min-width: 992px) {
  #index .home-blog {
    margin-top: 200px;
    padding-bottom: 100px;
  }
}

#index .home-blog .home-blog-title {
  color: #dc8b8c;
  display: block;
  font-family: "apalu";
  font-size: 4.6rem;
  text-align: center;
}

@media (min-width: 768px) {
  #index .home-blog .home-blog-title {
    font-size: 6rem;
  }
}

@media (min-width: 992px) {
  #index .home-blog .home-blog-title {
    font-size: 8.5rem;
  }
}

#index .home-blog::after {
  background: #f1f4f6;
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 10%;
}

@media (min-width: 768px) {
  #index .home-blog::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 20%;
  }
}

@media (min-width: 992px) {
  #index .home-blog::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 30%;
  }
}

#index .article-list .article-inner {
  background: #fff;
}

#index .article-list .article-category {
  display: inline-block;
  font-family: "poppins light";
  font-size: 1rem;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding: 5px 10px 10px 0;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  #index .article-list .article-category {
    font-size: 1.1rem;
  }
}

@media (min-width: 992px) {
  #index .article-list .article-category {
    margin-bottom: 17px;
  }
}

#index .article-list .article-title {
  color: #231f20;
  display: block;
  font-family: "abril-fatface";
  font-size: 1.8rem;
  letter-spacing: 0.8px;
  line-height: 1.2;
  margin-bottom: 15px;
  text-transform: none;
}

@media (min-width: 768px) {
  #index .article-list .article-title {
    font-size: 2.2rem;
  }
}

@media (min-width: 992px) {
  #index .article-list .article-title {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
}

#index .article-list .article-content {
  color: #999b9f;
  display: none;
  font-family: "poppins light";
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 15px;
  text-transform: none;
}

@media (min-width: 768px) {
  #index .article-list .article-content {
    display: block;
  }
}

#index .article-list .article-link {
  border-bottom: 1px solid #dc8b8c;
  font-family: "poppins-semi";
  font-size: 1.1rem;
  letter-spacing: 1.5px;
  padding: 2px 0;
  text-transform: uppercase;
}

#index .article-list .article-link:hover {
  color: #dc8b8c;
  text-decoration: none;
}

#index .article-list .bloc-left {
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  #index .article-list .bloc-left {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  #index .article-list .bloc-left > .row {
    height: 100%;
  }
}

@media (min-width: 992px) {
  #index .article-list .bloc-left > .row .article,
  #index .article-list .bloc-left > .row .article-inner,
  #index .article-list .bloc-left > .row .article-main {
    height: 100%;
  }
}

@media (min-width: 992px) {
  #index .article-list .bloc-left > .row .article-header,
  #index .article-list .bloc-left > .row .article-infos {
    height: 50%;
  }
}

@media (min-width: 992px) {
  #index .article-list .bloc-right .row .article .article-main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#index .article-list .bloc-right .row .article .article-main .article-header {
  width: 100%;
}

@media (min-width: 992px) {
  #index .article-list .bloc-right .row .article .article-main .article-header {
    width: 60%;
  }
}

#index .article-list .bloc-right .row .article .article-main .article-infos {
  width: 100%;
}

@media (min-width: 992px) {
  #index .article-list .bloc-right .row .article .article-main .article-infos {
    width: 40%;
  }
}

#index .article-list .bloc-right .row .article:last-child {
  margin-top: 15px;
}

@media (min-width: 992px) {
  #index .article-list .bloc-right .row .article:last-child {
    margin-top: 30px;
  }
}

#index .article-list .bloc-right .row .article:last-child .article-header {
  -webkit-box-ordinal-group: 2;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 992px) {
  #index .article-list .bloc-right .row .article:last-child .article-header {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

#index .article-list .bloc-right .row .article:last-child .article-infos {
  -webkit-box-ordinal-group: 3;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 992px) {
  #index .article-list .bloc-right .row .article:last-child .article-infos {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#index .article-list.second {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  #index .article-list.second {
    padding-left: 0;
    padding-right: 0;
  }
}

#index .article-list.second .article-img-bloc {
  display: none;
  height: 100%;
  width: 100%;
}

@media (min-width: 992px) {
  #index .article-list.second .article-img-bloc {
    display: block;
  }
}

#index .article-list.second img {
  display: block;
}

@media (min-width: 992px) {
  #index .article-list.second img {
    display: none;
  }
}

#index .article-list.second .article-infos {
  padding: 25px;
}

@media (min-width: 1200px) {
  #index .article-list.second .article-infos {
    padding: 45px;
  }
}

#index .first-article {
  margin-bottom: 30px;
  margin-top: 15px;
  position: relative;
}

@media (min-width: 992px) {
  #index .first-article {
    margin-bottom: 60px;
    margin-top: 50px;
  }
}

#index .first-article .article {
  position: relative;
}

@media (min-width: 992px) {
  #index .first-article .article {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media (min-width: 992px) {
  #index .first-article .article .article-img-bloc {
    left: 0;
    position: absolute;
  }
}

#index .first-article .article .article-img-bloc img {
  display: block;
}

#index .first-article .article .article-infos {
  color: #fff;
  z-index: 1;
}

@media (min-width: 992px) {
  #index .first-article .article .article-infos {
    margin-top: 50px;
  }
}

#index .first-article .article .article-infos .inner {
  background: #455f70;
  padding: 20px;
}

@media (min-width: 768px) {
  #index .first-article .article .article-infos .inner {
    padding: 25px;
  }
}

@media (min-width: 992px) {
  #index .first-article .article .article-infos .inner {
    padding: 30px 40px;
  }
}

@media (min-width: 1200px) {
  #index .first-article .article .article-infos .inner {
    padding: 60px 80px;
  }
}

#index .first-article .article .article-infos .article-author {
  margin-bottom: 5px;
}

@media (min-width: 480px) {
  #index .first-article .article .article-infos .article-author {
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  #index .first-article .article .article-infos .article-author {
    margin-bottom: 20px;
  }
}

#index .first-article .article .article-infos .article-author .article-author-img {
  width: 55px;
}

@media (min-width: 768px) {
  #index .first-article .article .article-infos .article-author .article-author-img {
    width: 75px;
  }
}

@media (min-width: 992px) {
  #index .first-article .article .article-infos .article-author .article-author-img {
    width: 100px;
  }
}

#index .first-article .article .article-infos .article-content {
  color: #fff;
  margin-bottom: 35px;
}

#index .first-article .article .article-infos .article-title {
  color: #fff;
}

#index .first-article .article .article-infos .article-link {
  border-bottom-color: #fff;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}

#index .first-article .article .article-infos .article-link:hover {
  text-decoration: none;
}

/* remove border-bottom on header */
.category .header-main .header-top,
.index .header-main .header-top {
  border-bottom: none;
}

/*************************************************************************************************************
*****************************************            Owl           *******************************************
**************************************************************************************************************/
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*************************************************************************************************************
*************************************            Flexslider           ****************************************
**************************************************************************************************************/
/*@font-face {*/
/*  font-family: 'flexslider-icon';*/
/*  src: url("fonts/flexslider-icon.eot");*/
/*  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*  font-display: block;*/
/*}*/

.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* DEFAULT THEME */
.flexslider {
  position: relative;
  zoom: 1;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: -10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: -10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/*************************************************************************************************************
*************************************            LightGallery           ***************************************
**************************************************************************************************************/
.lg-icon {
  font-family: 'icomoon';
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  font-size: 40px;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #231f20;
}

.lg-actions .lg-next {
  right: 50px;
}

.lg-actions .lg-prev {
  left: 50px;
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
          animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
          animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1080;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
}

.lg-toolbar .lg-icon:hover {
  color: #231f20;
}

.lg-toolbar .lg-download {
  display: none;
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: opacity 250ms, -webkit-transform 250ms ease 0s !important;
  transition: opacity 250ms, -webkit-transform 250ms ease 0s !important;
  transition: transform 250ms ease 0s, opacity 250ms !important;
  transition: transform 250ms ease 0s, opacity 250ms, -webkit-transform 250ms ease 0s !important;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}

.lg-outer .lg-thumb-item img {
  display: block;
  margin: 0 auto;
  height: 100%;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  display: none;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s ease 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s ease 0s !important;
  transition: transform 0.3s ease 0s, opacity 0.15s !important;
  transition: transform 0.3s ease 0s, opacity 0.15s, -webkit-transform 0.3s ease 0s !important;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\f00e";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\f010";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: 0 0 0 2px white inset;
          box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
          transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  -webkit-box-shadow: 0 0 0 8px white inset;
          box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.group {
  *zoom: 1;
}

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-timing-function: inherit !important;
          transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/img/load.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 5px;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*************************************************************************************************************
*************************************            Scrollbar           *****************************************
**************************************************************************************************************/
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  -webkit-box-sizing: content-box !important;
     -moz-box-sizing: content-box !important;
          box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element, .scroll-element div {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar, .scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scroll-wrapper > .scroll-element, .scroll-wrapper > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scroll-wrapper > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scroll-wrapper > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scroll-wrapper > .scroll-element.scroll-y {
  height: 100%;
  right: 10px;
  top: 0;
  width: 8px;
}

.scroll-wrapper > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scroll-wrapper > .scroll-element .scroll-element_outer, .scroll-wrapper > .scroll-element .scroll-element_track, .scroll-wrapper > .scroll-element .scroll-bar {
  border-radius: 8px;
}

.scroll-wrapper > .scroll-element .scroll-element_track,
.scroll-wrapper > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scroll-wrapper > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scroll-wrapper > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scroll-wrapper > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scroll-wrapper > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scroll-wrapper > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scroll-wrapper > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scroll-wrapper > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scroll-wrapper > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

.scroll-wrapper > .scroll-element.scroll-x {
  display: none !important;
}

.isLoaded .av_category_stars {
  opacity: 1;
}

.isLoaded.index .netreviews_review_rate_and_stars .stars-wrap {
  opacity: 1;
}

.cms-style p,
.cms-style span {
  font-family: "poppins light";
  font-size: 1.3rem;
  text-transform: none;
  font-weight: inherit;
  margin-bottom: 15px;
}

.cms-content ul,
.cms-style ul {
    list-style-type: disc;
    line-height: 20px;
}

@media (min-width: 992px) {
  .cms-style p,
  .cms-style span {
    font-size: 1.4rem;
  }
}

.cms-style h1,
.cms-style .h1,
.cms-style h2,
.cms-style .h2 {
  letter-spacing: 2.2px;
}

.cms-style h1,
.cms-style .h1,
.cms-style h2,
.cms-style .h2,
.cms-style h3,
.cms-style .h3,
.cms-style h4,
.cms-style .h4,
.cms-style h5,
.cms-style .h5,
.cms-style h6,
.cms-style .h6 {
  margin-bottom: 15px;
  text-transform: uppercase;
}

.cms-style b,
.cms-style strong {
  font-weight: bold;
}

.cms-style ul {
  padding-left: 30px;
  margin-bottom: 30px;
}

.cms-style ul li {
  list-style-type: disc;
  font-family: "poppins light";
  font-size: 13px;
}

@media (min-width: 1200px) {
  .cms-style ul li {
    font-size: 14px;
  }
}

.cms-style a {
  color: #231f20;
  display: block;
  text-decoration: none;
}

.cms-style li {
  padding: 0;
  position: relative;
}

.cms-style li p {
  font-size: 100%;
  margin: 0;
}

.cms-style li li {
  list-style: disc;
  padding: 5px 0;
}

.fancybox-wrap {
  z-index: 3;
  background: #fff;
  text-align: center;
  padding: 10px;
  border: 2px solid #df104a;
  color: #df104a;
}

.fancybox-wrap .fancybox-close {
  position: absolute;
  top: 5px;
  right: 5px;
}

.fancybox-wrap .fancybox-close:after {
  font-family: "cousette";
  font-size: 15px;
  content: "\e909";
}

#authentication .fancybox-wrap {
  position: fixed !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
      -ms-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  color: #231f20;
  text-align: left;
  border-color: #455f70;
}

#authentication .fancybox-wrap .fancybox-inner {
  background-color: #f1f4f6;
}

.fancybox-wrap {
  position: fixed !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
      -ms-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  color: #231f20;
  text-align: left;
  border-color: #455f70;
}

.fancybox-wrap .fancybox-inner {
  background-color: #f1f4f6;
}

.univers-blog {
  margin-bottom: 40px;
  margin-top: 50px;
  padding-bottom: 50px;
  position: relative;
  position: relative;
}

@media (min-width: 768px) {
  .univers-blog {
    margin-bottom: 50px;
    margin-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 992px) {
  .univers-blog {
    margin-bottom: 65px;
    margin-top: 100px;
    padding-bottom: 100px;
  }
}

.univers-blog::after {
  background: #f1f4f6;
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 25%;
}

@media (min-width: 768px) {
  .univers-blog::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 20%;
  }
}

@media (min-width: 992px) {
  .univers-blog::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 30%;
  }
}

.univers-blog .univers-blog-title {
  color: #dc8b8c;
  display: block;
  font-family: "apalu";
  font-size: 4.6rem;
  text-align: center;
}

@media (min-width: 768px) {
  .univers-blog .univers-blog-title {
    font-size: 6rem;
  }
}

@media (min-width: 992px) {
  .univers-blog .univers-blog-title {
    font-size: 8.5rem;
  }
}

.univers-blog .article-list {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .univers-blog .article-list {
    margin-top: 45px;
  }
}

.univers-blog .article-list .owl-stage-outer {
  overflow: visible;
}

.univers-blog .article-list .owl-stage-outer .owl-stage {
  margin-left: -30px;
}

@media (min-width: 480px) {
  .univers-blog .article-list .owl-stage-outer .owl-stage {
    margin-left: -20px;
  }
}

@media (min-width: 768px) {
  .univers-blog .article-list .owl-stage-outer .owl-stage {
    margin-left: -30px;
  }
}

@media (min-width: 992px) {
  .univers-blog .article-list .owl-stage-outer .owl-stage {
    margin-left: 0;
  }
}

.univers-blog .article-list .article {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .univers-blog .article-list .article {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .univers-blog .article-list .article {
    margin-bottom: 0;
  }
}

.univers-blog .article-list .article-infos {
  background: #fff;
  padding: 15px;
}

@media (min-width: 992px) {
  .univers-blog .article-list .article-infos {
    padding: 25px;
  }
}

@media (min-width: 1200px) {
  .univers-blog .article-list .article-infos {
    padding: 45px;
  }
}

.univers-blog .article-list .article-category {
  display: inline-block;
  font-family: "poppins light";
  font-size: 1rem;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding: 5px 10px 10px 0;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .univers-blog .article-list .article-category {
    font-size: 1.1rem;
  }
}

@media (min-width: 992px) {
  .univers-blog .article-list .article-category {
    margin-bottom: 17px;
  }
}

.univers-blog .article-list .article-title {
  color: #231f20;
  display: block;
  font-family: "abril-fatface";
  font-size: 1.8rem;
  letter-spacing: 0.8px;
  line-height: 1.2;
  margin-bottom: 15px;
  text-transform: none;
}

@media (min-width: 768px) {
  .univers-blog .article-list .article-title {
    font-size: 2.2rem;
  }
}

@media (min-width: 992px) {
  .univers-blog .article-list .article-title {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
}

.univers-blog .article-list .article-content {
  color: #999b9f;
  display: none;
  font-family: "poppins light";
  font-size: 1.4rem;
  height: 58px;
  line-height: 1.4;
  margin-bottom: 15px;
  text-transform: none;
}

@media (min-width: 768px) {
  .univers-blog .article-list .article-content {
    display: block;
  }
}

.univers-blog .article-list .article-link {
  border-bottom: 1px solid #dc8b8c;
  font-family: "poppins-semi";
  font-size: 1.1rem;
  letter-spacing: 1.5px;
  padding: 2px 0;
  text-transform: uppercase;
}

.univers-blog .article-list .article-link:hover {
  color: #dc8b8c;
  text-decoration: none;
}

.univers-blog.product-page .article-list .owl-stage-outer {
  overflow: hidden;
}

.univers-blog.product-page .owl-dots {
  display: inline-block;
}

.univers-blog.product-page .owl-dots .owl-dot {
  display: inline-block;
  background: #fff;
  margin: 0 3px;
}

.univers-blog.product-page .owl-dots .owl-dot.active {
  background: #231f20;
}

.univers-blog.product-page .owl-nav {
  margin-top: 25px;
  text-align: center;
}

.univers-blog.product-page .owl-nav .owl-next {
  margin-left: 10px;
}

#pagenotfound section {
  position: relative;
}

#pagenotfound section::after {
  background: #f1f4f6;
  content: none;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
  z-index: -1;
}

@media (min-width: 992px) {
  #pagenotfound section::after {
    content: "";
  }
}

#pagenotfound .pagenotfound-ctn {
  margin-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  #pagenotfound .pagenotfound-ctn {
    margin-bottom: 230px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

#pagenotfound .pagenotfound-ctn .inner {
  position: relative;
}

#pagenotfound .pagenotfound-ctn .inner .breadcrumb {
  padding-left: 0;
  padding-top: 10px;
}

@media (min-width: 992px) {
  #pagenotfound .pagenotfound-ctn .inner .breadcrumb {
    margin-bottom: 0;
    padding-top: 0;
    position: absolute;
    top: 25px;
  }
}

#pagenotfound .bloc-img {
  position: relative;
}

@media (min-width: 992px) {
  #pagenotfound .bloc-img {
    top: 50px;
  }
}

#pagenotfound .bloc-img img {
  width: 100%;
}

#pagenotfound .bloc-content {
  background: #f1f4f6;
  padding: 15px;
}

@media (min-width: 992px) {
  #pagenotfound .bloc-content {
    background: none;
    padding: 100px 0 70px 20px;
  }
}

@media (min-width: 1200px) {
  #pagenotfound .bloc-content {
    padding-bottom: 100px;
    padding-left: 45px;
    padding-top: 150px;
  }
}

#pagenotfound .bloc-content .title {
  font-family: "abril-fatface";
  font-size: 2.6rem;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  #pagenotfound .bloc-content .title {
    font-size: 4.5rem;
    margin-bottom: 35px;
  }
}

#pagenotfound .bloc-content .subtitle {
  font-family: "poppins light";
  font-size: 1.4rem;
}

#pagenotfound .bloc-content form {
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;
}

#pagenotfound .bloc-content form .form-group {
  margin-bottom: 0;
}

#pagenotfound .bloc-content form .form-group input {
  padding-left: 15px;
}

#pagenotfound .bloc-content form button {
  background: none;
  border: 0;
  cursor: pointer;
  padding: 10px;
  right: 15px;
}

#pagenotfound .bloc-content form button .icon {
  font-size: 2rem;
}

/*** AUTHENTICATION PAGE ***/
#authentication .identification-connexion label {
  font-size: 11px;
}

#authentication .social-connect-wrap {
  margin-top: 30px;
  display: block !important;
}

#authentication .social-connect-wrap.hide {
  display: none !important;
}

@media (min-width: 992px) {
  #authentication .social-connect-wrap {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

#authentication .facebook-wrap {
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  #authentication .facebook-wrap {
    margin-bottom: 0;
    margin-right: 5px;
  }
}

#authentication .facebook-wrap button {
  padding-left: 10px;
  background: #3b5999;
  color: #fff;
}

#authentication .facebook-wrap i {
  margin-right: 10px;
  font-size: 18px;
}

@media (min-width: 992px) {
  #authentication .google-wrap {
    margin-left: 5px;
  }
}

#authentication .google-wrap button {
  padding-left: 10px;
  background: #f0f1f4;
  color: #231f20;
}

#authentication .google-wrap img {
  max-width: 18px;
  margin-right: 10px;
}

#authentication .google-wrap,
#authentication .facebook-wrap {
  position: relative;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #fff;
}

@media (min-width: 992px) {
  #authentication .google-wrap,
  #authentication .facebook-wrap {
    width: 250px;
  }
}

#authentication .google-wrap:hover,
#authentication .facebook-wrap:hover {
  cursor: pointer;
  border: 1px solid #999b9f;
}

#authentication .google-wrap button,
#authentication .facebook-wrap button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  height: 35px;
  border: 0;
  width: 100%;
  border-radius: 3px;
  font-size: 11px;
  font-family: "poppins light";
}

#authentication .google-wrap .fb_iframe_widget,
#authentication .facebook-wrap .fb_iframe_widget {
  height: 35px;
  width: 100%;
}

#authentication .google-wrap .fb_iframe_widget iframe,
#authentication .facebook-wrap .fb_iframe_widget iframe {
  width: 100% !important;
}

#authentication .google-wrap .fb_iframe_widget span,
#authentication .facebook-wrap .fb_iframe_widget span {
  width: 100% !important;
  height: 35px !important;
  overflow: hidden;
}

#authentication .google-wrap .abcRioButton,
#authentication .facebook-wrap .abcRioButton {
  width: 100% !important;
  border: 0;
  -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
}

#authentication .google-wrap .g-signin2,
#authentication .facebook-wrap .g-signin2 {
  margin: 0 !important;
}

#authentication .gender-group .flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#authentication .gdpr_consent a {
  display: inline;
}

#authentication .auth-section header {
  margin-bottom: 30px;
}

#authentication .auth-section header .h2 {
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  #authentication .auth-section .form-group {
    margin-bottom: 10px;
  }
}

#authentication .auth-section .form-group.customer-type {
  margin-bottom: 25px;
  margin-top: 10px;
}

#authentication .auth-section .form-group.customer-type .wrap-radio:first-child .custom-radio {
  float: right;
}

#authentication .auth-section .newsletter {
  margin-top: 15px;
}

#authentication .auth-section .newsletter .custom-checkbox::before {
  border-color: #231f20;
}

@media (min-width: 480px) {
  #authentication .auth-section.connexion {
    margin-bottom: 15px;
  }
}

#authentication .auth-section.connexion .lost-password {
  font-size: 13px;
  font-size: 1.3rem;
  color: #999b9f;
  display: block;
  margin-top: 5px;
  text-align: center;
}

@media (min-width: 768px) {
  #authentication .auth-section.connexion .lost-password {
    text-align: left;
  }
}

#authentication .auth-section #account-creation_form fieldset {
  margin-bottom: 0;
}

#authentication .auth-section #account-creation_form .submit {
  margin-bottom: 10px;
  margin-top: 15px;
}

#authentication .auth-section .form-group-text.password {
  position: relative;
}

#authentication .auth-section .form-group-text.password span {
  color: #999b9f;
  display: block;
  font-size: 12px;
  margin-top: 5px;
  text-align: center;
}

@media (min-width: 992px) {
  #authentication .auth-section .form-group-text.password span {
    text-align: left;
  }
}

#authentication .auth-section .form-group-text:not(.steady) label {
  color: #231f20;
  font-family: "poppins light";
  font-size: 14px;
  letter-spacing: 1px;
  padding-left: 10px;
  text-transform: capitalize;
}

#authentication .auth-section .newsletter {
  background: transparent;
}

#authentication .auth-section .newsletter .form-group.news {
  margin-bottom: 10px;
}

#authentication .auth-section .newsletter .form-group.gdpr_consent {
  margin-bottom: 35px;
}

#authentication .auth-section .newsletter .form-group.gdpr_consent a {
  text-decoration: underline;
}

#authentication .auth-section .form-group-text:not(.steady).selected label {
  color: #999b9f;
  font-size: 11px;
}

#authentication .auth-section .gender-group label {
  border-radius: 0;
}

#authentication .auth-section .gender-group .gender-choice {
  margin-right: 0;
}

#authentication .auth-section .gender-group .gender-choice .custom-radio.checked label, #authentication .auth-section .gender-group .gender-choice .custom-radio:hover label {
  background-color: #f1f4f6;
  color: #231f20;
}

#authentication .auth-section .gender-group .gender-choice .custom-radio label {
  text-align: center;
  width: 100%;
}

#authentication .auth-section .guest-wrap {
  border: 1px solid #e6e9ea;
  margin-top: 60px;
  padding: 25px;
}

#authentication .auth-section .guest-wrap header {
  margin-bottom: 20px;
}

#authentication .auth-section .guest-wrap .title {
  font-family: "abril-fatface";
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
}

#authentication .auth-section .guest-wrap p {
  text-align: center;
}

#authentication .auth-section .guest-wrap .connexion-submit {
  margin-bottom: 20px;
  text-align: center;
}

#authentication .auth-section .guest-wrap .connexion-submit .btn {
  border-color: #455f70;
  color: #455f70;
}

#authentication .auth-section .guest-wrap .connexion-submit .btn:hover {
  background: #455f70;
  border-color: #455f70;
  color: #fff;
}

#authentication .auth-section.connexion .connexion-submit {
  padding-top: 35px;
}

#authentication .auth-section.registration .mention {
  text-align: center;
}

#authentication .account_creation {
  display: none;
  margin-bottom: 0;
  padding: 0;
}

#authentication .account_creation.open {
  display: block;
}

#authentication .identication-normal {
  position: relative;
}

@media (min-width: 992px) {
  #authentication .identication-normal {
    padding-bottom: 60px;
  }
}

#authentication .identication-normal .tab-radio {
  border-bottom: 1px solid #e6e9ea;
  border-top: 1px solid #e6e9ea;
}

#authentication .identication-normal .tab-radio > div {
  border-right: 1px solid #e6e9ea;
  padding-bottom: 20px;
  padding-top: 20px;
}

#authentication .identication-normal .tab-radio > div:last-child {
  border: none;
}

#authentication .identication-normal .tab-radio .custom-radio {
  margin: auto;
  max-width: 165px;
}

#authentication .identication-normal .tab-radio .custom-radio label {
  letter-spacing: 1.2px;
  margin-left: 10px;
  text-transform: uppercase;
}

#authentication .identication-normal .tab-radio .custom-radio::before {
  border: 1px solid #231f20;
}

#authentication .identication-normal .tab-radio .custom-radio.checked::before {
  border: 1px solid #dc8b8c;
}

#authentication .identication-normal .tab-radio .custom-radio.checked::after {
  background-color: #dc8b8c;
}

#authentication .identication-normal .tab-radio .custom-radio.checked label {
  color: #dc8b8c;
}

#authentication .fancybox-wrap {
  padding: 0;
  opacity: 0;
}

#authentication .fancybox-wrap .fancybox-skin {
  padding: 0 !important;
}

#authentication .fancybox-wrap .fancybox-skin .block--tunnel-pro {
  margin-top: 0;
}

.account-section {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .account-section {
    margin-bottom: 100px;
  }
}

@media (min-width: 992px) {
  .account-section {
    margin-bottom: 160px;
  }
}

.account-section .breadcrumb {
  display: none;
}

.account-section .wishlists-list .block-order-detail {
  display: none;
}

.account-section .warning {
  background: #f1f4f6;
  color: #df104a;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  margin-top: 15px;
}

.account-section .page-heading .inner {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .account-section .page-heading .inner {
    padding-bottom: 25px;
  }
}

.account-section .page-heading .inner h1 {
  margin-top: 10px;
}

@media (min-width: 992px) {
  .account-section .page-heading .inner h1 {
    margin-bottom: 0;
  }
}

.account-section .page-heading .page-heading-desc {
  margin-top: 10px;
}

.account-section .mailalerts_block_account_wrap #mailalerts_block_account {
  background: #f1f4f6;
  padding: 15px;
}

.account-section .mailalerts_block_account_wrap #mailalerts_block_account .mailalert {
  position: relative;
}

.account-section .mailalerts_block_account_wrap #mailalerts_block_account .mailalert .product_img_link {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: top;
     -moz-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}

.account-section .mailalerts_block_account_wrap #mailalerts_block_account .mailalert .product_img_link:hover {
  text-decoration: none;
}

.account-section .mailalerts_block_account_wrap #mailalerts_block_account .mailalert .product_img_link div {
  margin-left: 15px;
  margin-top: 10px;
}

.account-section .mailalerts_block_account_wrap #mailalerts_block_account .mailalert .product_img_link img,
.account-section .mailalerts_block_account_wrap #mailalerts_block_account .mailalert .product_img_link div {
  display: inline-block;
}

.account-section .mailalerts_block_account_wrap #mailalerts_block_account .mailalert .product_img_link img span,
.account-section .mailalerts_block_account_wrap #mailalerts_block_account .mailalert .product_img_link div span {
  display: block;
}

.account-section .mailalerts_block_account_wrap #mailalerts_block_account .mailalert .remove {
  position: absolute;
  top: -2px;
  right: -2px;
  cursor: pointer;
}

@media (min-width: 992px) {
  .account-section .mailalerts_block_account_wrap #mailalerts_block_account .mailalert .remove {
    top: 0;
    right: 0;
  }
}

.account-section .mailalerts_block_account_wrap #mailalerts_block_account .mailalert .remove img {
  max-width: 10px;
  cursor: pointer;
}

@media (min-width: 992px) {
  .account-section .mailalerts_block_account_wrap #mailalerts_block_account .mailalert .remove img {
    max-width: 15px;
  }
}

.account-section .mailalerts_block_account_wrap .back {
  display: block;
  width: 100%;
  padding: 15px;
  text-align: center;
}

.account-section .custom-select > span {
  padding: 0 40px 0 10px;
  font-style: normal;
}

.account-section .nav-back {
  margin-left: 15px;
  margin-bottom: 30px;
  max-width: 290px;
  width: 100%;
  margin: 25px auto 15px auto;
}

.account-section .nav-back a {
  background: #f1f4f6;
  border: 1px solid #e6e9ea;
  border-radius: 20px;
  display: block;
  font-family: "poppins", Arial;
  font-size: 1.1rem;
  letter-spacing: 1px;
  padding: 13px 17px;
  position: relative;
  text-transform: uppercase;
}

.account-section .nav-back a span {
  color: #231f20;
}

#my-account .page-heading .inner {
  padding-bottom: 25px;
}

.content-account .inner .h3 {
  display: none;
}

.content-account .alert {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.content-account tr:nth-of-type(odd) {
  background-color: transparent;
}

.bordered {
  border: 1px solid #e6e9ea;
}

.account-title {
  color: #231f20;
  display: block;
  font-family: "poppins-semi";
  font-size: 2.1rem;
  padding-bottom: 20px;
  letter-spacing: 0.4px;
}

@media (min-width: 1290px) {
  .account-title {
    font-size: 2.2rem;
  }
}

.myaccount_order_container {
  border-bottom: 1px solid #e6e9ea;
  border-radius: 2px;
  margin-bottom: 3rem;
}

.myaccount_order_container .order-row {
  border-left: 0;
  border-right: 0;
  margin: 0;
  border: 0;
}

.myaccount_order_container .history_btn {
  margin: 2rem 0;
}

.std-bordered {
  border-radius: 2px;
  display: block;
  margin-bottom: 30px;
  min-height: 200px;
  padding: 20px;
  text-align: center;
}

.std-bordered-title {
  padding: 5px 0;
}

.std-bordered-content .link::after {
  opacity: 1;
}

.std-bordered .icon {
  color: #231f20;
  font-size: 2.5rem;
}

.std-bordered:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.std-bordered:hover .icon {
  color: #b66c6d;
}

.std-bordered:hover .std-bordered-title {
  color: #231f20;
}

.account-pages-list > div {
  height: 100%;
}

.account-pages-list > div .std-bordered {
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .account-pages-list > div .std-bordered {
    min-height: 220px;
    margin-bottom: 30px;
  }
}

.account-pages-list > div .std-bordered-dark {
  border: 0;
}

@media (min-width: 992px) {
  .account-pages-list > div .std-bordered-dark {
    min-height: 140px;
  }
}

.account-pages-list > div .std-bordered-dark .std-bordered-content p {
  font-size: 1.1rem;
  line-height: 1.4;
}

.account-pages-list .icon {
  display: block;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.account-pages-list .account-title {
  border-bottom: 1px solid #e6e9ea;
  padding-bottom: 15px;
}

.std-bordered-dark {
  background-color: #f1f4f6;
  min-height: 0;
  text-align: left;
}

.std-bordered-dark .account-title {
  border-bottom: 0;
  font-size: 1.6rem;
  letter-spacing: 2px;
  margin-bottom: 0;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.order-return-row {
  cursor: pointer;
}

.discount,
.order-return,
.order-slip,
.wishlist,
.wishlists-list {
  padding: 0 1.5rem;
}

.discount .bold,
.order-return .bold,
.order-slip .bold,
.wishlist .bold,
.wishlists-list .bold {
  font-weight: 700;
}

.order-return .block-std,
.order-slip .block-std,
.wishlist .block-std {
  margin-bottom: 15px;
}

.block-order-detail {
  margin-top: -16px;
}

.returnOrderMessage .btn {
  margin-bottom: 20px;
  width: 80%;
}

.order-return-content .table-head {
  color: #231f20;
}

.default-wishlist.is-default a {
  color: #231f20;
}

.wishlisturl .btn {
  margin-top: 20px;
}

.wishlist-del {
  -ms-flex-item-align: start;
      align-self: flex-start;
  cursor: pointer;
}

.module-referralprogram-program .referral_form {
  margin: 20px 0 0;
}

.module-referralprogram-program .referral_form tr {
  border: 0;
}

.module-referralprogram-program .referral_form th {
  font-weight: 600;
}

.module-referralprogram-program .referral_form td {
  padding: 0.5rem;
}

.module-referralprogram-program .mb10 {
  margin-bottom: 10px;
}

.module-referralprogram-program .content-account-referral {
  margin-bottom: 50px;
}

.module-referralprogram-program .content-account-referral table {
  margin-bottom: 20px;
}

#addresses .block-std-title {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/***************************   */
.order-slip-ctn .order-slip-row {
  font-weight: bold;
}

.order-slip-ctn .order-slip-row .label-mobile {
  font-weight: normal;
}

.order-slip-ctn .order-slip-row a:not(.pdf) {
  text-decoration: underline;
}

.order-slip-ctn .order-slip-row .pdf {
  padding: 10px;
}

.order-slip-ctn .order-slip-row .pdf .icon {
  font-size: 1.8rem;
}

#module-advwishlist-mywishlist #form_wishlist .box-title {
  display: block;
  font-family: "poppins-semi";
  font-size: 1.4rem;
  margin-bottom: 10px;
}

#module-advwishlist-mywishlist .title-secondary {
  border-bottom: 1px solid #e6e9ea;
  display: block;
  font-family: "poppins-semi";
  font-size: 1.4rem;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

#module-advwishlist-mywishlist #block-order-detail {
  border: 1px solid #e6e9ea;
  padding: 15px;
  display: none;
}

#module-advwishlist-mywishlist #block-order-detail .wishlisturl {
  margin-bottom: 0;
}

#module-advwishlist-mywishlist #block-order-detail .wishlisturl > .flex {
  width: 100%;
}

#module-advwishlist-mywishlist #block-order-detail .wishlisturl > .flex input {
  width: 100%;
}

@media (min-width: 480px) {
  #module-advwishlist-mywishlist #block-order-detail .wishlisturl > .flex input {
    width: calc(100% - 160px);
  }
}

#module-advwishlist-mywishlist #block-order-detail .wishlisturl > .flex button {
  margin-top: 10px;
  width: 100%;
}

@media (min-width: 480px) {
  #module-advwishlist-mywishlist #block-order-detail .wishlisturl > .flex button {
    margin-top: 0;
    width: 140px;
  }
}

#module-advwishlist-mywishlist #block-order-detail .share-list .box-title {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#module-advwishlist-mywishlist #block-order-detail .share-list ul {
  margin-top: 15px;
}

@media (min-width: 992px) {
  #module-advwishlist-mywishlist #block-order-detail .share-list ul {
    margin-top: 0;
  }
}

#module-advwishlist-mywishlist #block-order-detail .share-list ul li {
  display: inline-block;
  float: left;
  width: 33%;
}

#module-advwishlist-mywishlist #block-order-detail .share-list ul li a .icon {
  font-size: 2.1rem;
}

#module-advwishlist-mywishlist #block-order-detail .list-wishlist .product-ctn .inner {
  position: relative;
}

#module-advwishlist-mywishlist #block-order-detail .list-wishlist .product-ctn .inner .wishlist-del {
  background: #fff;
  border-radius: 50px;
  padding: 7px;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#module-advwishlist-mywishlist #block-order-detail .list-wishlist .product-ctn .inner .wishlist-del .icon {
  font-size: 1.4rem;
}

#module-advwishlist-mywishlist #block-order-detail .list-wishlist .product-ctn .inner .wishlist-del:hover {
  background: #231f20;
}

#module-advwishlist-mywishlist #block-order-detail .list-wishlist .product-ctn .inner .wishlist-del:hover .icon {
  color: #fff;
}

#module-advwishlist-mywishlist #block-order-detail .list-wishlist .product-ctn .inner .product-name {
  text-align: center;
}

#module-advwishlist-mywishlist #block-order-detail .list-wishlist .product-ctn .inner .product-details {
  font-family: "poppins-semi";
  text-align: center;
}

#module-advwishlist-mywishlist #block-order-detail .list-wishlist .product-ctn .inner #minimal_quantity {
  height: 40px;
}

.order-row {
  border: 1px solid #e6e9ea;
  margin: 0 0 10px;
}

@media (min-width: 992px) {
  .order-row {
    margin: 0 0 15px;
  }
}

.order-row .order-infos {
  background: #f1f4f6;
  padding: 1.5rem;
}

@media (min-width: 480px) {
  .order-row .order-infos {
    border-right: 1px solid #e6e9ea;
  }
}

@media (min-width: 992px) {
  .order-row .order-infos {
    padding: 2rem;
  }
}

.order-row .order-infos .order_status {
  border-bottom: 1px solid #fff;
  display: block;
  font-size: 1.4rem;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.order-row .order-infos .order_status span {
  text-transform: none;
}

.order-row .order-infos .order_status .valid {
  color: #37b549;
}

.order-row .order-infos .order_status .error {
  color: #df104a;
}

.order-row .order-infos .order_status:hover {
  text-decoration: none;
  color: #dc8b8c;
}

.order-row .order-infos .order_status:hover span {
  color: #dc8b8c;
}

.order-row .order-infos .carrier_delay {
  display: block;
}

.order-row .order-infos .order_date {
  margin-top: 15px;
}

.order-row .order-infos .order-info {
  font-size: 1.1rem;
  line-height: 2rem;
  color: #231f20;
}

.order-row .order-infos .order-info .label {
  display: inline-block;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 60%;
}

.order-row .order-infos .order-info a {
  text-decoration: underline;
}

.order-row .order-detail {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem;
}

@media (min-width: 992px) {
  .order-row .order-detail {
    padding: 2rem;
  }
}

.order-row .order-detail img {
  padding: 0 10px;
  width: 28%;
}

.order-row .order-detail .btn-plus {
  border-radius: 50%;
  display: inline-block;
  font-size: 2.4rem;
  height: 3.8rem;
  line-height: 3.8rem;
  margin-left: 10px;
  padding: 0;
  text-align: center;
  width: 3.8rem;
}

.order-row .order-links {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5rem;
  text-align: center;
}

@media (min-width: 992px) {
  .order-row .order-links {
    padding: 2rem;
  }
}

.order-row .order-links .link {
  margin-top: 15px;
}

.order-row .order-links .btn {
  font-size: 1.1rem;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

@media (min-width: 992px) {
  .order-row .order-links .btn {
    letter-spacing: 0.5px;
    margin-top: 10px;
  }
}

.order-row .order-links .btn:last-child {
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

/*********************   */
#module-loyalty-default .std-bordered:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#module-loyalty-default .order-info {
  padding: 20px;
}

#module-loyalty-default .std-bordered {
  padding: 0;
}

.order-detail .help-block {
  margin: 0 auto;
}

.order-detail .order-state {
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
}

.order-detail .content-account .account-title {
  padding: 0 0 10px;
}

@media (max-width: 992px) {
  .order-detail .content-account .account-title-order {
    padding: 0 15px 15px;
  }
}

.order-detail .carrier_delay {
  color: #37b549;
  font-weight: 700;
  margin-bottom: 10px;
}

.order-detail .order-unique-ref {
  border-bottom: 1px solid #fff;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.order-detail .order-follow-title {
  margin-bottom: 0;
}

.order-detail .order-follow .order-follow-details-ctn {
  border: 1px solid #e6e9ea;
  margin-bottom: 35px;
}

@media (min-width: 992px) {
  .order-detail .order-follow .order-follow-details-ctn {
    margin-bottom: 65px;
  }
}

.order-detail .order-follow .order-follow-details .order-follow-infos {
  background: #f1f4f6;
  height: 100%;
  padding: 20px;
}

.order-detail .order-follow-btns-ctn {
  height: 100%;
}

.order-detail .order-follow-btns-ctn .order-follow-btns {
  padding-bottom: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .order-detail .order-follow-btns-ctn .order-follow-btns {
    padding-top: 20px;
  }
}

@media (max-width: 768px) {
  .order-detail .order-follow-btns-ctn .order-follow-btns {
    margin-top: 30px;
  }
}

@media (max-width: 992px) {
  .order-detail .order-follow-btns-ctn .order-follow-btns {
    padding-left: 20px;
  }
}

.order-detail .order-follow-btns-ctn .order-follow-btns > .btn {
  margin-bottom: 5px;
}

.order-detail .order-follow-btns-ctn .order-follow-btns .btn {
  padding: 10px 0;
  text-align: center;
  width: 100%;
  font-size: 1.1rem;
}

@media (min-width: 768px) {
  .order-detail .order-follow-btns-ctn .order-follow-btns .btn {
    padding: 10px 30px;
  }
}

@media (min-width: 992px) {
  .order-detail .order-follow-btns-ctn .order-follow-btns .btn {
    font-size: 1.2rem;
  }
}

.order-detail .order-follow-btns-ctn .order-follow-btns .btn:hover {
  color: #fff;
}

@media (min-width: 992px) {
  .order-detail .order-follow-price {
    margin: 0;
  }
}

.order-detail .order-follow-price-row {
  background: #f1f4f6;
  margin: 0;
  margin-bottom: 1px;
  padding: 1.5rem 0.5rem;
  letter-spacing: 0.4px;
}

@media (min-width: 768px) {
  .order-detail .order-follow-price-row {
    padding: 15px 0;
  }
}

.order-detail .order-follow-price-row:last-child {
  border: 0;
}

.order-detail .order-follow-price-row .current-price {
  font-family: "poppins-semi";
  font-size: 1.3rem;
  color: #231f20;
}

.order-detail .order-follow-price-row .total-price {
  font-size: 3rem;
}

@media (max-width: 768px) {
  .order-detail .order-follow-price-row .total-price {
    font-size: 2.5rem;
  }
}

.order-detail .order-follow-price-row .total-price .current-price {
  font-family: "poppins-semi";
  font-size: 2rem;
}

.order-detail .order-follow-price-row .total-price .current-price-tax-excl {
  color: red;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8rem;
}

.order-detail .order-follow-price-row .total-price-label {
  margin: 8px 0 10px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .order-detail .order-follow-price-row .total-price-label {
    margin: 5px 0 7px;
  }
}

.order-detail .order-follow-price-row .total-price-ht-label {
  color: red;
}

.order-detail .order-follow-loyalty {
  display: block;
  margin-top: 15px;
}

@media (max-width: 992px) {
  .order-detail .order-follow-loyalty {
    margin: 15px 15px 0;
    width: auto;
  }
}

.order-detail .order-follow-loyalty .icon {
  margin-left: 10px;
}

.order-detail .return-text {
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 480px) {
  .order-detail .return-text {
    max-height: 160px;
    overflow: hidden;
  }
}

@media (max-width: 992px) {
  .order-detail .return-text {
    padding: 0 15px;
  }
}

.order-detail .return-text.open {
  max-height: 100%;
  overflow: visible;
}

.order-detail .return-text a {
  text-decoration: underline;
}

.order-detail .return-text .text-more-link {
  border: 0;
  bottom: 0;
  color: red;
  cursor: pointer;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 40px 0 20px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  z-index: 2;
}

@media (max-width: 480px) {
  .order-detail .return-text .text-more-link {
    display: block;
  }
}

.order-detail .return-text .text-more-link .icon {
  margin-left: 10px;
}

.order-detail .order-follow-content .inner {
  border: 1px solid #e6e9ea;
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .order-detail .order-follow-content .inner {
    margin-bottom: 15px;
  }
}

.order-detail .product-row {
  border-bottom: 0;
  padding: 1.5rem;
}

@media (min-width: 992px) {
  .order-detail .product-row {
    padding: 1.5rem;
  }
}

.order-detail .product-row .product-name {
  font-weight: 300;
}

.order-detail .product-row .product-name strong {
  font-weight: 700;
}

.order-detail .product-row .order_qte_input_ctn {
  border: 1px solid #e6e9ea;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
  padding: 10px;
  position: relative;
}

.order-detail .product-row .order_qte_input_ctn.show {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) {
  .order-detail .product-row .order_qte_input_ctn {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 5px 15px;
  }
}

.order-detail .product-row .order_qte_input_ctn .product-qty-ctn {
  float: none;
  font-family: "poppins light";
  font-size: 1.3rem;
  margin: 0;
  width: 100%;
}

@media (min-width: 480px) {
  .order-detail .product-row .order_qte_input_ctn .product-qty-ctn {
    font-size: 1.4rem;
  }
}

@media (min-width: 992px) {
  .order-detail .product-row .order_qte_input_ctn .product-qty-ctn {
    width: 60px;
  }
}

.order-detail .product-row .order_qte_input_ctn .product-qty-ctn input {
  background: 0;
  border: 0;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
  width: 100%;
}

@media (min-width: 992px) {
  .order-detail .product-row .order_qte_input_ctn .product-qty-ctn input {
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
  }
}

.order-detail .product-row .order_qte_input_ctn .product-qty-ctn .product-qty-input {
  width: 50px;
}

.order-detail .product-row .order_qte_input_ctn .product-qty-btns {
  width: 100%;
}

@media (min-width: 480px) {
  .order-detail .product-row .order_qte_input_ctn .product-qty-btns {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 992px) {
  .order-detail .product-row .order_qte_input_ctn .product-qty-btns {
    display: block;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    left: auto;
    position: relative;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: calc(100% - 45px);
  }
}

.order-detail .product-row .order_qte_input_ctn .product-qty-btns a {
  border: 1px solid #b66c6d;
  border-radius: 50px;
  display: inline-block;
  height: 30px;
  margin: 0 10px;
  position: relative;
  width: 30px;
}

@media (min-width: 480px) {
  .order-detail .product-row .order_qte_input_ctn .product-qty-btns a {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .order-detail .product-row .order_qte_input_ctn .product-qty-btns a {
    height: 27px;
    width: 27px;
  }
}

.order-detail .product-row .order_qte_input_ctn .product-qty-btns a::after {
  font-size: 1.6rem;
}

@media (min-width: 992px) {
  .order-detail .product-row .order_qte_input_ctn .product-qty-btns a::after {
    font-size: 1.8rem;
  }
}

@media (min-width: 1200px) {
  .order-detail .product-row .order_qte_input_ctn .product-qty-btns a::after {
    font-size: 2.1rem;
  }
}

@media (min-width: 1200px) {
  .order-detail .product-row .order_qte_input_ctn .product-qty-btns a.product-qty-up {
    margin-left: 5px;
  }
}

.order-detail .product-row .order_qte_input_ctn .product-qty-btns a.product-qty-up::after {
  content: "+";
}

.order-detail .product-row .order_qte_input_ctn .product-qty-btns a.product-qty-down::after {
  content: "-";
}

.order-detail .returns {
  margin-top: 65px;
}

.order-detail .returns .box-content p a {
  text-decoration: underline;
}

.order-detail .returns .box-content .textarea-bloc .form-group {
  margin-bottom: 15px;
}

.order-detail .returns .account-title {
  margin-bottom: 5px;
}

.order-detail .returns textarea {
  min-height: 150px;
  padding: 15px;
  resize: none;
}

.order-detail .order-follow-delivery {
  margin-top: 45px;
}

.order-detail .order-follow-delivery .account-title {
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .order-detail .order-follow-delivery .account-title {
    border-bottom: 1px solid #e6e9ea;
    margin: 0 -15px 20px;
    padding: 0 15px 10px;
  }
}

.order-detail .order-follow-delivery .block-std {
  padding: 15px;
  background: #fff;
  border: 1px solid #e6e9ea;
  margin-bottom: 10px;
}

@media (min-width: 480px) {
  .order-detail .order-follow-delivery .block-std {
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .order-detail .order-follow-delivery .block-std {
    padding: 20px;
    margin-bottom: 30px;
  }
}

.order-detail .order-follow-delivery .block-std .block-std-title {
  display: block;
  font-size: 1.3rem;
  font-family: "poppins light";
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  border-bottom: 1px solid #e6e9ea;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

@media (min-width: 992px) {
  .order-detail .order-follow-delivery .block-std .block-std-title {
    margin-bottom: 30px;
    font-size: 1.4rem;
    padding-bottom: 20px;
  }
}

.order-detail .order-follow-delivery .addresses-row {
  margin-top: 15px;
}

.order-detail .order-follow-need-help {
  background: #f1f4f6;
  margin-bottom: 65px;
  margin-top: 15px;
  padding: 20px 15px;
}

@media (min-width: 992px) {
  .order-detail .order-follow-need-help {
    padding: 20px 40px;
  }
}

.order-detail .order-follow-need-help .order-follow-need-help-icon {
  background: url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/img/rond_tache_bleu.png") center center no-repeat;
  background-size: cover;
  display: inline-block;
  height: 60px;
  position: relative;
  width: 60px;
}

.order-detail .order-follow-need-help .order-follow-need-help-icon::after {
  content: "\e953";
  font-family: "cousette";
  font-size: 2rem;
  color: #455f70;
  margin-top: 2px;
}

.order-detail .order-follow-need-help .order-follow-need-help-content {
  display: inline-block;
  margin-left: 15px;
  width: calc(100% - 70px);
}

.order-detail .order-follow-need-help .order-follow-need-help-content .order-follow-need-help-title {
  color: #231f20;
  display: block;
  font-family: "poppins-semi";
  font-size: 1.6rem;
  letter-spacing: 2px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.order-detail .order-follow-need-help .order-follow-need-help-content .order-follow-need-help-desc {
  font-family: "poppins light";
  font-size: 1.1rem;
  letter-spacing: 0.5px;
  line-height: 1.2;
}

.order-detail .order-follow-messages {
  padding-top: 50px;
}

@media (max-width: 992px) {
  .order-detail .order-follow-messages {
    padding: 50px 15px 0;
  }
}

.order-detail .order-follow-messages .account-title {
  margin-bottom: 20px;
}

.order-detail .order-follow-messages .message {
  border: 1px solid #e6e9ea;
  margin-bottom: 20px;
  padding: 1.5rem 2.5rem;
}

.order-detail .order-follow-messages .message-name {
  font-weight: 700;
  line-height: 14px;
}

.order-detail .order-follow-messages .message-date {
  line-height: 14px;
}

.order-detail .order-follow-messages .message-content {
  margin-top: 10px;
}

.order-detail .order-follow-contact .account-title {
  margin-bottom: 5px;
}

.order-detail .order-follow-contact .custom-select {
  margin-bottom: 10px;
  max-width: 100%;
}

@media (min-width: 480px) {
  .order-detail .order-follow-contact .custom-select {
    max-width: 50%;
  }
}

.order-detail .order-follow-contact .custom-select .selector,
.order-detail .order-follow-contact .custom-select .wrap-custom-select li {
  color: #231f20;
  font-family: "poppins light";
  font-size: 1.4rem;
  font-style: normal;
  height: auto;
  line-height: normal;
  padding: 10px 15px;
}

.order-detail .order-follow-contact .custom-select .wrap-custom-select {
  width: 100%;
}

.order-detail .order-follow-contact .custom-select .selector:after {
  font-size: 1rem;
  color: #231f20;
  margin-top: -6px;
}

.order-detail .order-follow-contact .custom-select .selector.open:after {
  margin-top: -14px;
}

.order-detail .order-follow-contact .form-group-textarea {
  color: #231f20;
  font-family: "poppins light";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
}

.order-detail .order-follow-contact textarea {
  min-height: 140px;
  padding: 15px;
}

.order-detail .order-follow-contact .box-footer {
  margin-right: 0;
}

@media (min-width: 480px) {
  #order-detail .return-allowed .return-checkbox {
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  #order-detail .return-allowed .return-checkbox {
    padding-right: 15px;
  }
}

#order-detail .return-allowed .product-name-text {
  position: relative;
}

#order-detail .return-allowed .product-name-text::after {
  background: #e6e9ea;
  content: "";
  height: 50px;
  right: 0;
}

@media (min-width: 480px) {
  #order-detail .return-allowed .product-name-text::after {
    width: 1px;
  }
}

@media (min-width: 768px) {
  #order-detail .return-allowed .product-name-text::after {
    height: 80px;
  }
}

#order-detail .return-allowed .current-price {
  font-family: "poppins-semi";
  font-size: 1.3rem;
  white-space: nowrap;
  color: #231f20;
}

#order-detail .return-allowed .custom-checkbox::before {
  border-radius: 5px;
}

#order-detail .return-allowed .custom-checkbox.checked::after {
  color: #dc8b8c;
}

#order-detail .return-allowed .custom-checkbox.checked::before {
  border-color: #dc8b8c;
}

#identity .content-account .account-title {
  font-family: "poppins-semi";
  font-size: 1.6rem;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  #identity .content-account .account-title {
    padding-bottom: 10px;
  }
}

@media (min-width: 992px) {
  #identity .content-account .account-title {
    padding-bottom: 20px;
    font-size: 2.2rem;
  }
}

#identity .account-form {
  margin-bottom: 15px;
  position: relative;
  padding: 15px;
  background: #f1f4f6;
}

@media (min-width: 768px) {
  #identity .account-form {
    padding: 20px;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  #identity .account-form {
    padding: 30px;
    margin-bottom: 60px;
  }
}

#identity .account-form .gender-choice {
  margin-right: 20px;
}

#identity .account-form .account-form-content .password {
  position: relative;
}

#identity .account-form .account-form-content .password i {
  position: absolute;
  right: 15px;
  top: 22px;
}

#identity .form-group input {
  font-size: 1.4rem;
}

#identity .form-group label {
  font-weight: normal;
  line-height: normal;
  height: auto;
  margin: 0;
  left: 21px;
  top: 3px;
  font-size: 1.2rem;
  font-family: "poppins light";
}

@media (min-width: 480px) {
  #identity .form-group label {
    left: 26px;
  }
}

#identity .form-group .gender-choice label {
  font-size: 1.5rem;
  margin-top: -3px;
}

#identity .form-group.birthdate .custom-select {
  margin-bottom: 5px;
}

@media (min-width: 480px) {
  #identity .form-group.birthdate .custom-select {
    width: calc(100% - 30px);
    margin-bottom: 0;
  }
}

#identity .form-group.birthdate .custom-select ul {
  width: calc(100% - 20px);
}

@media (min-width: 480px) {
  #identity .form-group.birthdate .custom-select ul {
    width: calc(100% - 30px);
  }
}

#identity .form-group.birthdate label {
  margin-left: 10px;
}

#identity .form-group.password label {
  left: 11px;
}

#identity .form-group.password .icon-eye {
  right: 15px;
}

#identity .form-group.password:hover .icon-eye {
  margin-right: 0;
}

#identity .selector:after {
  font-size: 0.8rem;
  color: #231f20;
  margin-top: -3px;
}

@media (min-width: 992px) {
  #identity .selector:after {
    margin-top: -6px;
    font-size: 1rem;
  }
}

#identity .selector.open:after {
  margin-top: -14px;
}

#identity .block-std-footer > div {
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .menu-account {
    padding-right: 30px;
  }
}

.menu-account .account-title {
  display: none;
}

@media (min-width: 768px) {
  .menu-account .account-title {
    display: block;
  }
}

.menu-account-title {
  padding-left: 1.7rem;
  letter-spacing: 0.4px;
}

.menu-account-title:hover {
  text-decoration: none;
  color: #dc8b8c;
}

.menu-account-link-item {
  margin-bottom: 5px;
}

.menu-account-link-item .nav-link {
  border: 1px solid #e6e9ea;
  border-radius: 20px;
  display: block;
  font-family: "poppins", Arial;
  font-size: 1.1rem;
  letter-spacing: 1px;
  padding: 10px 15px;
  position: relative;
  text-transform: uppercase;
}

.menu-account-link-item .nav-link:hover {
  text-decoration: none;
  background: #f1f4f6;
}

.menu-account-link-item .nav-link .nav-label {
  color: #231f20;
}

.menu-account-link-item .nav-link .icon {
  color: #231f20;
  font-size: 2.1rem;
  position: absolute;
  right: 20px;
  text-align: center;
  width: 35px;
}

.menu-account-link-item .nav-link:hover {
  text-decoration: none;
  background: #f1f4f6;
}

.menu-account-link-item .btn {
  margin-top: 2rem;
  padding: 0 0 10px 18px;
}

.nav-item.active .nav-link {
  background: #f1f4f6;
}

/* Global catégorie */
.top-filters-cat {
  margin-bottom: 20px;
  padding: 0 15px;
}

.top-filters-cat p {
  color: #999b9f;
  font-family: "poppins", Arial;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-counter {
  display: block;
  margin-bottom: 0;
  padding: 20px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .heading-counter {
    padding: 0;
    text-align: left;
  }
}

.filters-btn {
  width: 50%;
}

@media (min-width: 480px) {
  .filters-btn {
    width: auto;
  }
}

.filters-btn .open-filters {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.product-sort {
  position: relative;
  text-align: right;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  .product-sort {
    width: auto;
  }
}

.product-sort .selector {
  position: relative;
}

.product-sort p,
.product-sort form {
  display: inline-block;
}

.product-sort .custom-select > span {
  border: none;
  color: #231f20;
  font-family: "poppins", Arial;
  font-size: 11px;
  font-style: normal;
  height: auto;
  line-height: unset;
  padding: 0 25px 0 5px;
}

.product-sort .custom-select > span::after {
  color: #231f20;
  font-size: 8px;
  right: 9px;
  top: 10px;
}

.product-sort .custom-select > ul.open {
  display: block;
  right: 0;
  top: 20px;
  width: 175px;
}

@media (min-width: 992px) {
  .products-list {
    position: relative;
  }
}

.products-list .product-ctn {
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .products-list .product-ctn:nth-child(even) {
    padding-left: 5px;
  }
  .products-list .product-ctn:nth-child(odd) {
    padding-right: 5px;
  }
  .products-list .product-ctn.product-stars {
    padding: 0 20px;
  }
}

@media (min-width: 992px) {
  .products-list .product-ctn {
    margin-bottom: 40px;
  }
}

.products-list .product-ctn .product-link {
  background: green;
}

.products-list .product-ctn .product-link a,
.products-list .product-ctn .product-link .lien-off {
  padding-left: 30px;
}

@media (min-width: 1200px) {
  .products-list .product-ctn .product-link a,
  .products-list .product-ctn .product-link .lien-off {
    padding-left: 71px;
  }
}

.products-list .product-ctn .inner .product-level-wrap .product-level {
  padding-right: 10px;
}

.products-list .product-ctn.product-stars {
  padding-left: 15px;
  position: relative;
}

@media (min-width: 768px) {
  .products-list .product-ctn.product-stars {
    padding-left: 35px;
    padding-right: 0;
  }
}

.products-list .product-ctn.product-stars:first-child {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .products-list .product-ctn.product-stars:first-child {
    padding-left: 0;
    padding-right: 35px;
  }
}

@media (min-width: 768px) {
  .products-list .product-ctn.product-stars .product-img-ctn {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .products-list .product-ctn.product-stars.product-star-1 {
    margin-top: 50px;
  }
}

/* Catégorie */
.category .block--mea--home article .wrap .simple--big-title {
  min-height: auto;
  padding-bottom: 10px;
}

@media (min-width: 1200px) {
  .category.cat-default .header-main .header-top {
    border-bottom: 1px solid #f1f4f6;
  }
}

.category.cat-default .header-main.stack .header-top {
  border-bottom: 0;
}

.category.cat-default .page-heading .inner {
  padding: 10px 0 0;
}

@media (min-width: 480px) {
  .category.cat-default .page-heading .inner {
    padding: 10px 0 20px 0;
  }
}

.category .long-desc {
  font-size: 13px;
  padding: 25px 0;
}

.category .long-desc a {
  display: inline;
  text-decoration: underline;
}

.category .long-desc a:hover {
  color: #999b9f;
}

.category .long-desc ul li {
  margin-bottom: 5px;
}

.category .long-desc p:last-child {
  margin-bottom: 0;
}

.category .long-desc .page-heading .inner {
  margin-bottom: 0;
}

@media (min-width: 480px) {
  .category .long-desc {
    padding: 30px 0;
  }
}

@media (min-width: 768px) {
  .category .long-desc {
    font-size: 14px;
    margin-bottom: 60px;
    padding: 40px 0;
  }
}

@media (min-width: 992px) {
  .category .long-desc {
    padding: 45px 0;
  }
}

.category .long-desc .h1 {
  font-family: "abril-fatface";
  font-size: 18px;
  text-transform: none;
}

@media (min-width: 992px) {
  .category .long-desc .h1 {
    font-size: 28px;
  }
}

.category .inner.cover {
  margin-bottom: 10px;
}

/* Catégorie default */
@media (min-width: 1200px) {
  .category .category-default .bg-wrap {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
  }
}

.category .category-default .bg-wrap .bg-img {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 170px;
  display: none;
}

@media (min-width: 480px) {
  .category .category-default .bg-wrap .bg-img {
    display: block;
  }
}

@media (min-width: 1200px) {
  .category .category-default .bg-wrap .bg-img {
    background-position: center right !important;
  }
}

@media (min-width: 1200px) {
  .category .category-default .page-heading .page-heading-content {
    height: 170px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.category .category-default .page-heading .page-heading-content .content-right {
  padding: 20px 20px 10px;
  text-align: left;
  z-index: 1;
}

@media (min-width: 480px) {
  .category .category-default .page-heading .page-heading-content .content-right {
    padding: 20px;
  }
}

@media (min-width: 1200px) {
  .category .category-default .page-heading .page-heading-content .content-right {
    padding: 0;
  }
}

.category .category-default .page-heading .page-heading-content .content-right .page-heading-desc p {
  margin-bottom: 0;
}

.category .category-default .page-heading .page-heading-content .content-right .page-heading-desc a {
  margin-top: 0;
}

@media (min-width: 992px) {
  .category .category-default .page-heading .page-heading-content .content-right .page-heading-desc a {
    margin-left: 10px;
  }
}

.category .category-default .page-heading .page-heading-content .page-heading-title {
  font-size: 18px;
  letter-spacing: 0.5px;
}

@media (min-width: 992px) {
  .category .category-default .page-heading .page-heading-content .page-heading-title {
    font-size: 28px;
  }
}

.category .category-default .products-list {
  margin-bottom: 60px;
}

.category .category-default .long-desc {
  margin-bottom: 40px;
}

.category .category-default .long-desc .page-heading .inner {
  margin-bottom: 0;
}

.category .category-default .long-desc #long-desc {
  margin-bottom: 0;
  padding: 0;
}

.category .category-default.isMobile .open-trier {
  width: 100%;
}

.category .category-default.isMobile .mobile-sort {
  display: none;
  margin-bottom: 20px;
}

/* Catégorie Univers */
.category-univers .advfeaturedcategories {
  margin-top: 0;
}

@media (min-width: 992px) {
  .category-univers .advfeaturedcategories {
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  .category-univers .advfeaturedcategories {
    margin-top: 0;
  }
}

.category-univers .bg-color {
  right: 0;
  z-index: -1;
}

.category-univers .block--mea--home {
  padding-bottom: 0;
}

@media (min-width: 1200px) {
  .category-univers .block--mea--home {
    padding-bottom: 25px;
  }
}

.category-univers .bg_color-wrap {
  height: 50%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media (min-width: 1200px) {
  .category-univers .bg_color-wrap {
    height: 60%;
    opacity: 1;
  }
}

.category-univers .bg_color-wrap .bg_color {
  height: 100%;
  left: -20%;
  position: absolute;
  width: 100%;
}

.category-univers .children-categories {
  margin-bottom: 30px;
}

.category-univers .children-category-ctn {
  display: inline-block;
  margin: 0 auto 40px auto;
  margin-bottom: 0;
  position: relative;
  text-align: center;
}

@media (min-width: 1200px) {
  .category-univers .children-category-ctn {
    width: 25%;
  }
}

.category-univers .children-category-ctn .children-category-img {
  margin-bottom: 20px;
  max-width: 170px;
}

@media (min-width: 1200px) {
  .category-univers .children-category-ctn .children-category-img {
    max-width: 90%;
  }
}

.category-univers .children-category-ctn .children-category-title {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 50%;
  margin: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.category-univers .children-category-ctn .children-category-title .referal {
  border: 1px solid #dc8b8c;
  border-radius: 200px;
  height: 175px;
  width: 175px;
}

.category-univers .page-heading-content > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.category-univers .page-heading-content .bg-img {
  text-align: center;
}

.category-univers .page-heading-content .bg-img img {
  width: 100%;
}

@media (min-width: 1200px) {
  .category-univers .page-heading-content .bg-img img {
    max-width: 100%;
    width: auto;
  }
}

.category-univers .page-heading-content .content-right {
  position: relative;
}

@media (min-width: 1200px) {
  .category-univers .page-heading-content .content-right .wrap {
    background: transparent !important;
  }
}

.category-univers .owl-nav {
  display: none;
}

@media (min-width: 1200px) {
  .category-univers .owl-nav {
    display: block;
  }
}

.category-univers .children-categories-ctn {
  margin-bottom: 30px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 30px;
}

@media (min-width: 1200px) {
  .category-univers .children-categories-ctn {
    margin: 0 auto 30px auto;
  }
}

.category-univers .children-categories-ctn .children-category-ctn {
  margin: 0 35px;
  width: 200px;
}

.category-univers .children-categories-ctn .start-md {
  margin: auto;
  text-align: left;
  width: 1290px;
}

@media (min-width: 1200px) {
  .category-univers .children-categories-ctn .start-md {
    text-align: center;
  }
}

.category-univers .children-categories-ctn .row {
  margin: auto;
}

/* Catégorie brand */
.category-brand .page-heading-content .content {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .category-brand .page-heading-content .content {
    min-height: 420px;
  }
}

.category-brand .page-heading-content .content .h1 {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .category-brand .page-heading-content .content .page-heading-desc {
    margin-bottom: 15px;
  }
}

.category-brand .page-heading-content .content .page-heading-desc p {
  font-family: "apalu";
  font-size: 45px;
  line-height: 42px;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .category-brand .page-heading-content .content .page-heading-desc p {
    font-size: 85px;
  }
}

.category-brand .owl-products {
  position: relative;
}

.category-brand .owl-products .owl-nav {
  position: absolute;
  right: 15px;
  top: -85px;
}

.category-brand .product-list-simple-brand {
  margin: 45px auto;
}

.category-brand .product-list-simple-brand .section-block-header {
  margin-bottom: 40px;
  margin-top: 40px;
}

.category-brand .product-link-brand {
  text-align: center;
}

@media (min-width: 1200px) {
  .category-brand .product-link-brand {
    text-align: right;
  }
}

.category-brand .product-details {
  text-align: center;
}

@media (min-width: 1200px) {
  .category-brand .product-first {
    margin-top: 100px;
  }
}

.category-brand .product-first .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  margin-bottom: 80px;
  padding: 0;
}

.category-brand .product-first .wrap > div:first-child {
  padding: 0;
}

.category-brand .product-first .wrap img {
  margin: auto;
  margin-bottom: 30px;
  width: auto;
}

@media (min-width: 992px) {
  .category-brand .product-first .wrap img {
    margin-bottom: 0;
    width: 100%;
  }
}

.category-brand .product-first h2 {
  color: #dc8b8c;
  font-family: "apalu";
  font-size: 60px;
  font-weight: 200;
  text-align: center;
  text-transform: none;
}

@media (min-width: 768px) {
  .category-brand .product-first h2 {
    font-size: 80px;
  }
}

@media (min-width: 1200px) {
  .category-brand .product-first h2 {
    font-size: 180px;
  }
}

.category-brand .product-first .product-ctn .product-infos {
  text-align: center;
}

@media (min-width: 1200px) {
  .category-brand .product-first .product-ctn .product-infos {
    text-align: left;
  }
}

.category-brand .product-first .product-ctn .product-infos .btn {
  padding: 10px 37px;
}

.category-brand .product-first .product-ctn .product-infos .product-manufacturer {
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
  min-height: auto;
}

.category-brand .product-first .product-ctn .product-infos .product-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  font-family: "abril-fatface";
  font-size: 28px;
  height: auto;
  line-height: 28px;
  margin-bottom: 10px;
  max-width: 100%;
  text-transform: none;
}

.category-brand .product-first .product-ctn .product-infos .product-price {
  text-align: center;
}

@media (min-width: 1200px) {
  .category-brand .product-first .product-ctn .product-infos .product-price {
    text-align: left;
  }
}

.category-brand .product-first .product-ctn .product-infos .short-description {
  border-bottom: 1px solid #e6e9ea;
  padding-bottom: 40px;
}

.category-brand .product-first .product-ctn .product-infos > .row:last-child {
  margin: 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.category-brand .content-product .product-price span {
  font-size: 20px;
}

.category-brand .content-product .product-price span.old-price.barre {
  font-size: 15px;
}

/********  Loader ajax style  *********/
.ajax-loader-wrap,
#layered_ajax_loader {
  margin: 20px 0;
  text-align: center;
  width: 100%;
}

.mobile.category.cat-default .header-main .header-top {
  border: 0;
}

#contact .page-heading {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  #contact .page-heading {
    margin-bottom: 80px;
  }
}

#contact .page-heading .page-heading-content {
  background: url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/img/bg-contact.jpg") center center no-repeat;
  background-size: cover;
  padding: 70px 0;
  text-align: center;
}

@media (min-width: 992px) {
  #contact .page-heading .page-heading-content {
    padding: 130px 0;
  }
}

#contact .page-heading .page-heading-content .page-heading-title {
  color: #fff;
  font-family: "apalu";
  font-size: 5.5rem;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  #contact .page-heading .page-heading-content .page-heading-title {
    font-size: 8.5rem;
  }
}

#contact .page-heading .page-heading-content .page-heading-subtitle {
  color: #fff;
  font-family: "abril-fatface";
  font-size: 3rem;
  line-height: normal;
  margin-top: -10px;
}

@media (min-width: 992px) {
  #contact .page-heading .page-heading-content .page-heading-subtitle {
    font-size: 5.5rem;
    margin-top: -15px;
  }
}

#contact .site-content {
  margin-bottom: 100px;
}

#contact .bloc-left {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  #contact .bloc-left {
    margin-bottom: 0;
  }
}

#contact .bloc-left .contact-title {
  color: #231f20;
  display: block;
  font-family: "poppins-semi";
  font-size: 2.2rem;
  letter-spacing: 0.4px;
  margin-bottom: 20px;
}

#contact .bloc-left form label {
  font-family: "poppins light";
  font-size: 1.2rem;
}

#contact .bloc-left form .custom-select ul {
  width: 100%;
}

#contact .bloc-left form .custom-select span {
  font-style: normal;
  height: 43px;
  line-height: 43px;
  padding-left: 15px;
}

#contact .bloc-left form .custom-select li {
  padding-left: 15px;
}

#contact .bloc-left form .file-upload #fileUpload {
  z-index: 1000;
}

#contact .bloc-left form .file-upload .custom-file {
  cursor: pointer;
  height: 43px;
  position: relative;
}

#contact .bloc-left form .file-upload .custom-file .filename,
#contact .bloc-left form .file-upload .custom-file .action {
  display: inline-block;
}

#contact .bloc-left form .file-upload .custom-file .filename {
  background: #f1f4f6;
  border: 0;
  font-size: 1.2rem;
  margin-top: 0;
  padding: 10px 15px;
  position: relative;
  top: 0;
  width: auto;
  z-index: 1;
}

#contact .bloc-left form .file-upload .custom-file .action {
  border: 0;
  left: 0;
  margin: 0;
  padding: 0 15px;
  position: absolute;
  top: 0;
  width: 100%;
}

#contact .bloc-left form .file-upload .custom-file .action::after {
  border-bottom: 1px solid #dc8b8c;
  content: "Parcourir";
  font-family: "poppins-semi";
  font-size: 1.1rem;
  letter-spacing: 2px;
  display: block;
  text-transform: uppercase;
  width: auto;
}

#contact .bloc-left form .form-group {
  margin-bottom: 9px;
}

#contact .bloc-left form .form-group .form-control {
  height: 43px;
  line-height: 43px;
  padding-left: 15px;
}

#contact .bloc-left form .form-group.message textarea {
  height: 290px;
}

#contact .bloc-right .inner {
  background: #f1f4f6;
  padding: 25px 15px;
}

@media (min-width: 768px) {
  #contact .bloc-right .inner {
    padding: 30px 25px;
  }
}

@media (min-width: 992px) {
  #contact .bloc-right .inner {
    padding: 45px 40px;
  }
}

#contact .bloc-right .inner .contact-info-header {
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  #contact .bloc-right .inner .contact-info-header {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 992px) {
  #contact .bloc-right .inner .contact-info-header {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}

#contact .bloc-right .inner .contact-info-header .contact-info-title {
  color: #231f20;
  font-family: "apalu";
  font-size: 3.5rem;
  font-weight: normal;
  margin-bottom: 15px;
  text-transform: none;
}

@media (min-width: 992px) {
  #contact .bloc-right .inner .contact-info-header .contact-info-title {
    font-size: 4.5rem;
  }
}

#contact .bloc-right .inner .contact-info-header p {
  font-family: "poppins light";
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  #contact .bloc-right .inner .contact-info-header p {
    font-size: 1.3rem;
  }
}

@media (min-width: 992px) {
  #contact .bloc-right .inner .contact-info-header p {
    font-size: 1.4rem;
  }
}

#contact .bloc-right .inner .contact-info-items .contact-info-item .bloc-picto .picto {
  background: url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/img/rond_tache_bleu.png") center center no-repeat;
  background-size: cover;
  display: block;
  height: 50px;
  position: relative;
  width: 50px;
}

#contact .bloc-right .inner .contact-info-items .contact-info-item .bloc-picto .picto .icon {
  color: #455f70;
  font-size: 2.4rem;
  margin-top: 3px;
}

#contact .bloc-right .inner .contact-info-items .contact-info-item .bloc-desc {
  font-family: "poppins light";
  font-size: 1.4rem;
  padding-left: 15px;
  position: relative;
  top: 10px;
}

#contact .bloc-right .inner .contact-info-items .contact-info-item .bloc-desc .bloc-desc-title {
  display: block;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#contact .bloc-right .inner .contact-info-items .contact-info-item .bloc-desc .bloc-desc-subtitle {
  display: block;
  font-size: 1.1rem;
  margin-top: 10px;
}

#contact .bloc-right .inner .contact-info-items .contact-info-item .bloc-desc .bloc-desc-content {
  display: block;
  line-height: 1.4;
  margin-top: 17px;
}

#contact .bloc-right .inner .contact-info-items .contact-info-item .bloc-desc .bloc-desc-content span {
  display: block;
}

#contact .bloc-right .inner .contact-info-items .contact-info-item .bloc-desc .desc-phone {
  display: block;
  font-family: "poppins-semi";
  font-size: 2.2rem;
  margin-top: 17px;
}

#contact .bloc-right .inner .contact-info-items .contact-info-item + .contact-info-item {
  margin-top: 50px;
}

@media (min-width: 992px) {
  .index .slider-home .owl-slider {
    min-height: 500px;
  }
}

.index .flashsale {
  display: none;
}

@media (min-width: 992px) {
  .index .flashsale {
    display: block;
  }
}

.index .instagram-wrap .ctn {
  border-bottom: none;
}

.index .block--mea--banner .wrap {
  margin-bottom: 0;
  position: relative;
}

.index .block--mea--banner .wrap::after {
  background: #e6e9ea;
  content: "";
  display: block;
  height: 1px;
  margin: 25px auto;
  width: 98%;
}

@media (min-width: 768px) {
  .index .block--mea--banner .wrap::after {
    margin: 50px auto;
  }
}

.index #product_comments_block_tab .widget {
  margin-top: 20px;
  text-align: left;
}

@media (min-width: 768px) {
  .index #product_comments_block_tab .widget {
    margin-top: 0;
    text-align: right;
  }
}

.index #product_comments_block_tab .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index .netreviews_font_stars {
  height: 20px;
  overflow: hidden;
  position: relative;
  width: 89px;
  background: #e6e9ea;
  z-index: -1;
  margin-top: -1px;
}

.index .netreviews_review_rate_and_stars .icon-avis {
  top: 0;
}

.index .netreviews_review_rate_and_stars .stars-wrap {
  opacity: 0;
  top: 1px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

/* line shopping cart */
@media (min-width: 992px) {
  .cart-summary-products {
    padding-right: 4rem;
  }
}

.cart-summary-products .product-row {
  border: 1px solid #e6e9ea;
  margin-bottom: 10px;
  padding: 10px 5px 10px 5px;
}

.cart-summary-products .product-row .product-qty-ordered p,
.cart-summary-products .product-row .product-qty-ordered span {
  display: inline;
  font-family: "poppins", Arial;
  font-size: 12px;
}

.cart-summary-products .product-row .product-delete {
  font-size: 11px;
  margin-top: 0;
  position: absolute;
  right: 15px;
  text-align: right;
  text-decoration: underline;
}

.cart-summary-products .product-row .product-unit-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cart-summary-products .product-row .product-unit-price .current-price.onSale {
  color: #df104a;
  font-weight: bold;
}

.cart-summary-products .product-row .product-unit-price .current-price {
  font-size: 13px;
  font-weight: bold;
}

.cart-summary-products .product-row .product-unit-price .old-price {
  font-size: 11px;
  margin-right: 0;
}

.cart-summary-products .product-row .product-total-wrap,
.cart-summary-products .product-row .product-unit-price {
  padding: 20px 0;
}

@media (min-width: 992px) {
  .cart-summary-products .product-row .product-total-wrap,
  .cart-summary-products .product-row .product-unit-price {
    padding: 0;
  }
}

.cart-summary-products .product-row .product-total-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cart-summary-products .product-row .product-total-wrap .product-total {
  margin-top: 0 !important;
  padding-top: 0;
}

.cart-summary-products .product-row .product-image {
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

@media (min-width: 768px) {
  .cart-summary-products .product-row .product-image {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.cart-summary-products .product-row .product-image a {
  display: block;
  position: relative;
  width: 100%;
}

.cart-summary-products .product-row .product-name-ctn {
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

@media (min-width: 1200px) {
  .cart-summary-products .product-row .product-name-ctn {
    border-right: 1px solid #e6e9ea;
  }
}

.cart-summary-products .product-row .product-specs {
  padding: 0 10px;
  width: 70%;
}

.cart-summary-products .product-row .product-img,
.cart-summary-products .product-row .product-specs {
  display: inline-block;
}

.cart-summary-products .product-row .product-qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}

.cart-summary-products .product-row .product-manufacturer {
  text-align: left !important;
}

.cart-summary-products .product-row .product-manufacturer p {
  margin-left: 0 !important;
}

.cart-summary-products .product-row .product-name {
  margin: 10px 0;
  text-align: left;
}

@media (min-width: 992px) {
  .cart-summary-products .product-row .product-name {
    margin: 0 0 10px 0;
    text-align: left;
  }
}

.cart-summary-products .product-row .product-qty-wrap {
  padding-right: 0;
}

.cart-summary-products .product-row .product-qty-wrap > .row {
  margin: 0;
}

.cart-summary-products .product-row .product-qty-ctn {
  background: #fff;
  border: 1px solid #e6e9ea;
  height: 40px;
  margin-bottom: 2px;
  margin-top: 0;
  max-width: 100% !important;
  position: relative;
  width: 100%;
}

.cart-summary-products .product-row .product-qty-ctn input {
  background: #fff;
  border: none;
  height: 100%;
  padding: 0 10px;
  width: 100%;
}

.cart-summary-products .product-row .product-qty-ctn .wrap {
  height: 100%;
  margin-right: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-summary-products .product-row .product-qty-ctn .wrap a {
  background: transparent;
  border: 1px solid #dc8b8c;
  border-radius: 100px;
  color: #999b9f;
  font-size: 15px;
  height: 20px;
  margin: 0 4px;
  position: relative;
  width: 20px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cart-summary-products .product-row .product-qty-ctn .wrap a:hover {
  background: #dc8b8c;
  color: #fff;
  text-decoration: none;
}

.cart-summary-products .product-row .product-qty-ctn .wrap a.product-qty-down {
  padding-left: 2px;
}

.cart-summary-products .product-row .product-delete {
  bottom: -10px;
}

.cart-summary-products .product-row .promo {
  background: #df104a;
  border-radius: 100%;
  left: 0;
  top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-summary-products .product-row .product-manufacturer {
  display: block;
  margin-bottom: 5px;
  min-height: auto;
  text-align: center;
}

@media (min-width: 768px) {
  .cart-summary-products .product-row .product-manufacturer {
    text-align: left;
  }
}

.cart-summary-products .product-row .product-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-summary-products .product-row .product-infos .row {
  margin: auto;
  width: 100%;
}

.cart-summary-products .product-row .product-infos .row .product-total {
  margin-top: 10px;
  padding-right: 0;
  text-align: center;
}

.cart-summary-products .product-row .product-infos .row .product-total .old-price {
  margin-right: 0;
}

.order-process-pages .product-delivery {
  border: 1px solid #e6e9ea;
  margin-top: 20px;
}

.order-process-pages.order-cart .main-summary .page-heading-content .title {
  text-align: left !important;
}

@media (min-width: 1200px) {
  .order-cart .order-process-main-block,
  .order-process-pages .order-process-main-block {
    padding-right: 3rem;
  }
}

.order-cart .order-process-main-block .social-connect-wrap,
.order-process-pages .order-process-main-block .social-connect-wrap {
  margin: 20px 0;
}

.order-cart .alert {
  margin-top: 3rem;
}

.product-row {
  border-bottom: 0.1rem solid #f1f4f6;
  padding-bottom: 2rem;
  padding-top: 1.5rem;
  position: relative;
}

.product-row .product-name {
  display: block;
  font-weight: bold;
  max-width: 80%;
}

@media (min-width: 768px) {
  .product-row .product-name {
    max-width: none;
  }
}

.product-row .product-image {
  position: absolute;
}

@media (min-width: 768px) {
  .product-row .product-image {
    position: static;
  }
}

.product-row .product-total {
  padding-top: 1rem;
  text-align: right;
}

@media (min-width: 768px) {
  .product-row .product-total {
    padding-right: 1.5rem;
    padding-top: 0;
  }
}

.product-row .product-total .price {
  font-size: 1.2rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .product-row .product-total .price {
    display: block;
    margin-right: 0;
    font-size: 1.5rem;
  }
}

.product-row .product-delete {
  display: block;
  font-size: 1.3rem;
  margin-top: 2rem;
}

.product-row .old-price {
  margin-right: 1.2rem;
}

.product-row .promo {
  background-color: rgba(153, 155, 159, 0.3);
  border-radius: 0.3rem;
  color: #999b9f;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5rem;
  padding: 0.3rem 1rem;
}

@media (min-width: 480px) {
  .product-row .promo {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.product-row .cart_avail {
  margin-bottom: 0.5rem;
  margin-top: 2rem;
}

.product-row .cart_avail .label-success {
  color: #999b9f;
}

.product-row .cart_avail .label-warning {
  color: #999b9f;
}

.product-row .cart_avail .label-danger {
  color: #df104a;
}

.product-row .product-name-ctn {
  padding-left: 34%;
}

@media (min-width: 768px) {
  .product-row .product-name-ctn {
    padding-left: 1.5rem;
  }
}

.order-process-pages .alert-danger {
  text-align: left;
}

.order-process-pages.order-cart .advmenu {
  display: block;
}

@media (min-width: 992px) {
  .order-process-pages.order-cart .advmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
  }
}

.order-process-pages .advmenu {
  display: none;
}

.order-process-pages main {
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .order-process-pages main {
    overflow: hidden;
  }
}

.order-process-pages main .submit {
  margin-top: 1.5rem;
}

@media (min-width: 992px) {
  .order-process-pages main .submit {
    margin-bottom: 15rem;
    margin-top: 3.5rem;
  }
}

.cgv {
  margin-bottom: 15px;
  padding-left: 2.5rem;
}

.cgv .short-desc {
  margin-bottom: 1rem;
}

@media (min-width: 480px) {
  .cgv {
    padding-left: 3.5rem;
  }
  .cgv .short-desc {
    margin-bottom: 3rem;
  }
}

.cgv .custom-checkbox input {
  opacity: 1;
  border: 1px solid #dc8b8c;
  border-radius: 4px;
  background-color: transparent!important;
}

.cart_navigation small {
  display: block;
}

.delivery-option {
  border: 1px solid #f1f4f6;
  border-radius: 0.2rem;
  margin-bottom: 1.5rem;
  padding: 1rem;
}

.delivery-option .radio-button {
  left: 0;
  position: relative;
  top: 1rem;
}

@media (min-width: 992px) {
  .delivery-option .radio-button {
    left: 1rem;
  }
}

.delivery-option .delivery-option-img {
  margin-top: 5px;
  padding-left: 33px;
}

.delivery-option .delivery-option-img img {
  display: block;
  height: auto;
  max-width: 100%;
}

.delivery-option .delivery-option-desc {
  margin-top: 10px;
  padding-left: 45px;
}

@media (min-width: 992px) {
  .delivery-option .delivery-option-desc {
    padding: 0;
  }
}

.delivery-option .delivery-option-price {
  padding: 0 45px;
}

@media (min-width: 992px) {
  .delivery-option .delivery-option-price {
    padding: 0 15px 0 0;
  }
}

.delivery-option .delivery-option-price {
  font-size: 13px;
  font-family: "poppins-semi";
  margin-bottom: 10px;
  text-align: left;
}

@media (min-width: 992px) {
  .delivery-option .delivery-option-price {
    text-align: right;
  }
}

.delivery-option .delivery-option-extra {
  display: none;
  margin-left: 6%;
}

.delivery-option .delivery-option-extra .order-recap-address {
  background: #f1f4f6;
  margin: 15px 0;
  padding: 15px;
}

.delivery-option .delivery-option-extra .order-recap-address .address_postcode,
.delivery-option .delivery-option-extra .order-recap-address .address_phone {
  display: block;
}

.delivery-option .delivery-option-extra .address-order {
  margin-bottom: 1rem;
}

.delivery-option .delivery-option-extra .address-order li {
  display: block;
}

.delivery-option .delivery-option-extra .address-order + .btn {
  min-width: 13rem;
}

.delivery-option .delivery-option-extra .address-order .alias {
  margin-bottom: 1rem;
}

.delivery-option .delivery-action {
  display: none;
  margin-top: 2rem;
}

@media (min-width: 480px) {
  .delivery-option .delivery-action {
    margin-top: 2rem;
  }
}

.delivery-option .delivery-action .btn {
  padding: 1rem 1.5rem;
  text-align: center;
  font-size: 1rem;
}

@media (min-width: 992px) {
  .delivery-option .delivery-action .btn {
    font-size: 1.3rem;
  }
}

.delivery-option.active {
  border-color: #e6e9ea;
  -webkit-box-shadow: 0 0 2px #e6e9ea;
          box-shadow: 0 0 2px #e6e9ea;
  margin-bottom: 3rem;
  margin-top: 3rem;
  padding-bottom: 2rem;
}

.delivery-option.active .delivery-option-name {
  color: #dc8b8c;
}

@media (min-width: 992px) {
  .delivery-option.active {
    padding-right: 2rem;
    margin-top: 0rem;
  }
}

.delivery-option.active .delivery-option-extra {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.delivery-option.active .delivery-action {
  display: block;
}

.delivery-option .delivery-option-name {
  display: block;
  font-family: "poppins light";
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.delivery-option .delivery-option-place,
.delivery-option .delivery-option-delay {
  margin-bottom: 10px;
  color: #37b549;
  font-family: "poppins-semi";
  font-size: 14px;
  letter-spacing: 1px;
  margin-top: 10px;
  display: block;
}

.delivery-option .price-ctn {
  min-width: 80px;
  padding-top: 10px;
}

.panel-addresses {
  margin-top: 1.5rem;
  padding: 3rem;
}

.panel-addresses .panel-address-ctn {
  background: #f1f4f6;
  border: 0.1rem solid #f1f4f6;
  font-size: 13px;
  font-size: 1.5rem;
  line-height: 16px;
  margin-bottom: 1.5rem;
  padding: 1.5rem 6rem;
  position: relative;
}

.panel-addresses .panel-address-ctn .custom-radio {
  left: 2rem;
  position: absolute;
  top: 2rem;
}

.panel-addresses .panel-address-ctn ul .alias {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.panel-my-addresses .panel-content {
  margin-top: -20px;
}

.panel-address-add-ctn {
  position: relative;
}

.panel-address-add-ctn .panel-address-add {
  border-top: 0.1rem solid #f1f4f6;
  display: none;
  padding: 2.5rem 3rem;
}

.panel-address-add-ctn.open .open-target {
  display: none;
}

.panel-address-add-ctn.open .panel-address-add {
  display: block;
}

.panel-address-add .custom-radio {
  left: 30px;
  position: absolute;
  top: 45px;
}

.panel-address-add .title {
  display: block;
  margin-bottom: 1rem;
  text-align: center;
  color: inherit;
  font-family: "poppins", Arial;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .panel-address-add .title {
    font-size: 2rem;
    line-height: 2rem;
  }
}

.panel-address-add .title + span {
  display: block;
  margin-bottom: 1.5rem;
}

/***************** payment ************************/
@media (min-width: 992px) {
  .payments-method {
    margin-top: 0;
    padding-top: 30px;
    border-top: 1px solid #e6e9ea;
  }
}

.payment-module {
  border: 0.1rem solid #f1f4f6;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  width: 100%;
}

.payment-module.active .title {
  color: #dc8b8c;
}

.payment-module.payment-module-etransaction.active .payment-module-validation {
  display: block;
}

.payment-module.payment-module-etransaction .payment-module-validation {
  display: none;
}

.payment-module.payment-module-etransaction .payment-module-validation .cb-list {
  margin-bottom: 20px;
}

.payment-module.payment-module-etransaction .payment-module-validation .cb-list .cb-item {
  border: 1px solid #e6e9ea;
  padding: 10px;
  margin-bottom: 10px;
}

.payment-module.payment-module-etransaction .payment-module-validation .cb-list .cb-item a:hover {
  text-decoration: none;
}

.payment-module.payment-module-etransaction .payment-module-validation .cb-list .cb-item.active {
  background: #f1f4f6;
}

.payment-module.payment-module-etransaction .payment-module-validation .cb-list .cb-item img {
  margin-right: 10px;
}

.payment-module .payment-module-radio,
.payment-module .paiement-module-radio {
  width: 100%;
}

.payment-module .payment-module-radio .cb-list,
.payment-module .paiement-module-radio .cb-list {
  margin-right: 10px;
}

.payment-module .payment-module-radio .cb-list .cb-item,
.payment-module .paiement-module-radio .cb-list .cb-item {
  display: table-cell;
}

@media (min-width: 992px) {
  .payment-module .payment-module-infos-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.payment-module img {
  max-width: 100%;
}

.payment-module .custom-radio:before {
  top: 0;
}

.payment-module .custom-radio:after {
  top: 5px;
}

.payment-module .custom-radio label {
  padding-left: 5px;
}

.payment-module .custom-radio input {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
}

.payment-module span {
  display: block;
}

.payment-module span.title {
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
}

.payment-module p {
  font-size: 12px;
}

.payment-module .payment-module-validation {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.payment-module .payment-module-validation .cgv a {
  display: inline-block;
}

.payment-module.active {
  border-color: #e6e9ea;
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.payment-module .cgv {
  margin-top: 15px;
  padding-left: 25px;
}

.payment-module .custom-radio label {
  font-weight: bold;
}

.payment-module .cgv,
.payment-module .btn-container {
  display: none;
}

.payment-module.active .cgv,
.payment-module.active .btn-container {
  display: block;
}

.order-payment .cart_navigation {
  text-align: center;
}

.order-payment .cart_navigation button {
  margin: auto;
  width: auto;
}

/**** mobile sticky total sur tout le tunnel ****/
.sticky-total {
  background-color: #fff;
  bottom: -0.1rem;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  left: 0;
  padding: 2rem;
  position: fixed;
  right: 0;
  z-index: 1;
}

.sticky-total .icon {
  position: absolute;
  right: 2rem;
  top: 2rem;
}

#guest_checkout {
  border-top: 1px solid #e6e9ea;
  padding-top: 35px;
}

/* Carriers list */
#order-carrier-list {
  margin: auto;
  max-width: 64rem;
  padding-top: 30px;
  border-top: 1px solid #e6e9ea;
}

#order-carrier-list .waitimage {
    display: none;
    float: left;
    width: 24px;
    height: 24px;
    background-image: url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/img/loader.gif");
    background-repeat: no-repeat;
    position: relative;
    bottom: -2px;
    left: 10px;
}

.product-delivery {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-delivery i {
  color: #37b549;
  font-size: 25px;
}

.product-delivery .icon-wrap {
  text-align: center;
}

@media (min-width: 992px) {
  .product-delivery .icon-wrap {
    text-align: right;
  }
}

.product-delivery .title,
.product-delivery p {
  font-family: "poppins light";
  font-size: 11px;
  padding: 0 !important;
}

.product-delivery .title {
  text-transform: uppercase;
}

.product-delivery p {
  color: #37b549;
  font-weight: bold;
}

.main-summary {
  margin-bottom: 3rem;
  overflow: hidden;
  position: relative;
}

@media (min-width: 992px) {
  .main-summary {
    padding-top: 5rem;
  }
}

.main-summary.order-address .page-heading-content .title {
  text-align: center;
}

.main-summary .product-qty .product-qty-ctn {
  max-width: 9rem;
}

.main-summary .product-qty .product-qty-ctn input {
  border-color: #e6e9ea;
}

.main-summary .cart_navigation {
  cursor: pointer;
  margin-top: 0;
}

@media (min-width: 768px) {
  .main-summary > .cart {
    margin-bottom: 0;
  }
}

.main-summary .page-heading-content .title {
  border-bottom: 1px solid #e6e9ea;
  font-family: "abril-fatface";
  font-weight: normal;
  padding-bottom: 15px;
  text-align: left;
}

@media (min-width: 992px) {
  .main-summary .page-heading-content .title {
    border: none;
    padding-bottom: 0;
    text-align: left;
  }
}

/*************** discount / voucher *******************/
.discount-block {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  padding-top: 10px;
}

.discount-block .discount-title {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .discount-block .discount-title {
    margin-bottom: 0;
  }
}

.discount-block .discount-ctn {
  background: #fff;
  display: none;
  margin-top: 10px;
  padding: 20px 15px;
}

.discount-block .discount-ctn .connexion-wrap {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.discount-block .discount-ctn .connexion-wrap .connexion-account {
  margin-top: 10px;
  text-align: center;
}

@media (min-width: 992px) {
  .discount-block .discount-ctn .connexion-wrap .connexion-account {
    margin-top: 0;
    text-align: right;
  }
}

.discount-block .discount-ctn .connexion-wrap .connexion-account a {
  display: block;
  width: 100%;
}

@media (min-width: 992px) {
  .discount-block .discount-ctn .connexion-wrap .connexion-account a {
    display: inline-block;
    width: auto;
  }
}

.discount-block .discount-ctn .connexion-wrap p {
  font-family: "poppins", Arial;
  font-size: 11px;
  line-height: 14px;
}

.discount-block .discount-ctn .connexion-wrap a {
  padding: 10px 30px;
}

.discount-block .discount-ctn .discount-form-ctn .label {
  font-family: "poppins", Arial;
  font-size: 11px;
  line-height: 14px;
}

.discount-block .discount-ctn .discount-form-ctn .discount-text {
  color: #231f20;
}

.discount-block .discount-ctn .discount-form-ctn #submitAddDiscount {
  background: transparent;
  border: solid 1px;
  color: #455f70;
  font-size: 1.2rem;
}

.discount-block .discount-ctn {
  display: block;
}

.discount-block .btn.btn-use {
  padding: 10px 5px;
  text-align: center;
  width: 100%;
}

@media (max-width: 480px) {
  .discount-block .btn.btn-use {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.discount-applied .code-promo .inner {
  background: transparent;
}

.discount-applied .code-promo .row {
  padding: 0 0 10px 0;
}

.discount-applied .code-promo .row:last-child {
  background: #fff;
  padding: 10px 0;
}

.discount-applied .code-promo .row .price,
.discount-applied .code-promo .row .voucher-name-code {
  color: #df104a;
}

.discount-applied .code-promo .row .delete {
  text-align: right;
}

.voucher-name-code {
  color: #999b9f;
  font-weight: bold;
}

.voucher-name-code .voucher_name {
  margin-left: 1.5rem;
}

.display-cart-voucher {
  margin-bottom: 15px;
}

.display-cart-voucher li {
  background-color: #fff;
  border-bottom: 1px solid #e6e9ea;
  margin-bottom: 1rem;
  padding: 0 1.5rem 1rem 1rem;
}

.display-cart-voucher .voucher_name {
  color: #df104a;
  display: block;
  margin-bottom: 7px;
  margin-left: 0;
  text-decoration: underline;
}

.display-cart-voucher p {
  font-family: "poppins", Arial;
  font-size: 11px;
  line-height: 13px;
}

.code-promo .inner {
  background-color: #fff;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
}

.code-promo .inner .price {
  font-weight: bold;
  text-align: right;
}

.code-promo .inner .price a {
  font-size: 1.3rem;
  font-weight: normal;
}

.code-promo .inner .price a:hover {
  text-decoration: underline;
}

.discount-featured .label {
  line-height: 1.7rem;
  margin-bottom: 1rem;
}

.discount-form-ctn {
  position: relative;
}

.discount-form-ctn form {
  margin-bottom: 0;
  position: relative;
}

.discount-form-ctn .label {
  margin-bottom: 0.5rem;
}

.discount-form-ctn .form-control {
  height: 4.5rem;
  padding-left: 1.5rem;
}

.discount-form-ctn #submitAddDiscount {
  position: absolute;
  right: 1.5rem;
  top: 1rem;
  font-size: 1.2rem;
}

/****************   cart summary  panier ************/
.cart-summary-prices-first {
  border: 1px solid #e6e9ea;
  margin-bottom: 10px;
}

.cart-summary-prices,
.cart-summary-prices-first {
  position: relative;
}

@media (min-width: 1200px) {
  .cart-summary-prices,
  .cart-summary-prices-first {
    padding: 0 1.5rem;
  }
}

.cart-summary-prices .discount-block .discount-ctn .connexion-wrap a,
.cart-summary-prices-first .discount-block .discount-ctn .connexion-wrap a {
  padding: 10px 20px;
}

.cart-summary-prices .left-to-freeshipping,
.cart-summary-prices-first .left-to-freeshipping {
  padding-top: 15px;
}

@media (min-width: 992px) {
  .cart-summary-prices .left-to-freeshipping,
  .cart-summary-prices-first .left-to-freeshipping {
    max-width: 250px;
    position: absolute;
    top: 40px;
    padding-top: 0px;
  }
}

.cart-summary-prices .left-to-freeshipping p,
.cart-summary-prices-first .left-to-freeshipping p {
  color: #dc8b8c;
  font-family: "poppins-semi";
  font-size: 12px;
  line-height: 16px;
  margin-top: 0;
  padding: 0 25px 0 0;
}

.cart-summary-prices .order-recap-address,
.cart-summary-prices-first .order-recap-address {
  border: 1px solid #e6e9ea;
  margin-bottom: 2rem !important;
  margin-top: 25px !important;
}

.cart-summary-prices .order-recap-address .address-order,
.cart-summary-prices-first .order-recap-address .address-order {
  margin-bottom: 10px;
}

.cart-summary-prices .order-recap-address .address-order li,
.cart-summary-prices-first .order-recap-address .address-order li {
  display: block;
  width: 100%;
}

.cart-summary-prices .order-recap-address .invoice-address,
.cart-summary-prices-first .order-recap-address .invoice-address {
  padding: 5px 0;
}

.cart-summary-prices .order-recap-address .address-title,
.cart-summary-prices-first .order-recap-address .address-title {
  border-bottom: 1px solid #e6e9ea;
  letter-spacing: 1px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.cart-summary-prices .order-recap-address .link,
.cart-summary-prices-first .order-recap-address .link {
  display: block;
  position: relative;
  right: auto;
  text-decoration: none;
  top: auto;
}

.cart-summary-prices .order-recap-address .link span,
.cart-summary-prices-first .order-recap-address .link span {
  position: relative;
}

.cart-summary-prices .order-recap-address .link span::after,
.cart-summary-prices-first .order-recap-address .link span::after {
  background: #dc8b8c;
  bottom: -3px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.cart-summary-prices .order-recap-address .link:hover span,
.cart-summary-prices-first .order-recap-address .link:hover span {
  color: #dc8b8c;
}

.cart-summary-prices .bg,
.cart-summary-prices-first .bg {
  background: #f1f4f6;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.cart-summary-prices .discount-form,
.cart-summary-prices-first .discount-form {
  margin: 0;
  padding: 25px 0 0 0;
}

.cart-summary-prices .discount-form .discount-title,
.cart-summary-prices-first .discount-form .discount-title {
  padding: 0;
}

.cart-summary-prices .discount-form .discount-title span,
.cart-summary-prices-first .discount-form .discount-title span {
  padding: 0;
}

.cart-summary-prices .discount-form span,
.cart-summary-prices-first .discount-form span {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  .cart-summary-prices .discount-form span,
  .cart-summary-prices-first .discount-form span {
    padding-left: 15px;
  }
}

.cart-summary-prices .discount-form .btn,
.cart-summary-prices-first .discount-form .btn {
  margin-top: 10px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}

@media (min-width: 992px) {
  .cart-summary-prices .discount-form .btn,
  .cart-summary-prices-first .discount-form .btn {
    margin-top: 0;
  }
}

.cart-summary-prices #compare_shipping .row-estimation,
.cart-summary-prices-first #compare_shipping .row-estimation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}

.cart-summary-prices #compare_shipping .row-estimation p,
.cart-summary-prices-first #compare_shipping .row-estimation p {
  font-size: 13px !important;
  font-weight: bold;
  line-height: 14px;
  margin-top: 5px;
  padding: 0 !important;
}

.cart-summary-prices #compare_shipping .row-estimation .estimate-open,
.cart-summary-prices-first #compare_shipping .row-estimation .estimate-open {
  display: block;
  padding: 10px;
  text-align: center;
}

@media (min-width: 768px) {
  .cart-summary-prices #compare_shipping .country,
  .cart-summary-prices #compare_shipping .zipcode,
  .cart-summary-prices-first #compare_shipping .country,
  .cart-summary-prices-first #compare_shipping .zipcode {
    padding: 0;
  }
}

.cart-summary-prices #compare_shipping .country,
.cart-summary-prices-first #compare_shipping .country {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .cart-summary-prices #compare_shipping .country,
  .cart-summary-prices-first #compare_shipping .country {
    margin-bottom: 0;
  }
}

.cart-summary-prices #compare_shipping .country > span:after,
.cart-summary-prices-first #compare_shipping .country > span:after {
  top: 28px;
}

.cart-summary-prices #compare_shipping .zipcode,
.cart-summary-prices-first #compare_shipping .zipcode {
  position: relative;
}

.cart-summary-prices #compare_shipping .zipcode label,
.cart-summary-prices-first #compare_shipping .zipcode label {
  color: #999b9f;
  font-size: 11px;
  left: 20px;
  position: absolute;
  top: -1px;
}

.cart-summary-prices #compare_shipping .country,
.cart-summary-prices-first #compare_shipping .country {
  position: relative;
}

.cart-summary-prices #compare_shipping .country select,
.cart-summary-prices-first #compare_shipping .country select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.cart-summary-prices #compare_shipping .country::after,
.cart-summary-prices-first #compare_shipping .country::after {
  content: "\e911";
  font-family: "cousette";
  font-size: 12px;
  position: absolute;
  right: 8px;
  top: 17px;
}

.cart-summary-prices #compare_shipping .form-carrier,
.cart-summary-prices-first #compare_shipping .form-carrier {
  display: none;
}

.cart-summary-prices #compare_shipping .form-carrier.open,
.cart-summary-prices-first #compare_shipping .form-carrier.open {
  display: block;
}

.cart-summary-prices #compare_shipping .form-carrier .line-selection,
.cart-summary-prices-first #compare_shipping .form-carrier .line-selection {
  padding: 10px;
}

.cart-summary-prices #compare_shipping .form-carrier .line-selection input,
.cart-summary-prices #compare_shipping .form-carrier .line-selection select,
.cart-summary-prices-first #compare_shipping .form-carrier .line-selection input,
.cart-summary-prices-first #compare_shipping .form-carrier .line-selection select {
  border: 1px solid #e6e9ea;
  color: #231f20;
  height: 50px;
  padding: 10px;
  width: 100%;
}

.cart-summary-prices #compare_shipping #carriers_list .item,
.cart-summary-prices #compare_shipping #carriers_list .alternate_item,
.cart-summary-prices-first #compare_shipping #carriers_list .item,
.cart-summary-prices-first #compare_shipping #carriers_list .alternate_item {
  background: #fff;
  border: 1px solid #e6e9ea;
  margin: 10px 0;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.cart-summary-prices #compare_shipping #carriers_list .item .carrier-name,
.cart-summary-prices #compare_shipping #carriers_list .alternate_item .carrier-name,
.cart-summary-prices-first #compare_shipping #carriers_list .item .carrier-name,
.cart-summary-prices-first #compare_shipping #carriers_list .alternate_item .carrier-name {
  color: #231f20;
  font-family: "poppins", Arial;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 12px;
  padding: 0;
  text-transform: uppercase;
}

.cart-summary-prices #compare_shipping #carriers_list .item .carriers-item,
.cart-summary-prices #compare_shipping #carriers_list .alternate_item .carriers-item,
.cart-summary-prices-first #compare_shipping #carriers_list .item .carriers-item,
.cart-summary-prices-first #compare_shipping #carriers_list .alternate_item .carriers-item {
  margin-left: 15px;
}

@media (min-width: 992px) {
  .cart-summary-prices #compare_shipping #carriers_list .item .carriers-item,
  .cart-summary-prices #compare_shipping #carriers_list .alternate_item .carriers-item,
  .cart-summary-prices-first #compare_shipping #carriers_list .item .carriers-item,
  .cart-summary-prices-first #compare_shipping #carriers_list .alternate_item .carriers-item {
    margin-left: 0;
  }
}

.cart-summary-prices #compare_shipping #carriers_list .item .carriers-item img,
.cart-summary-prices #compare_shipping #carriers_list .alternate_item .carriers-item img,
.cart-summary-prices-first #compare_shipping #carriers_list .item .carriers-item img,
.cart-summary-prices-first #compare_shipping #carriers_list .alternate_item .carriers-item img {
  max-width: 100%;
}

.cart-summary-prices #compare_shipping #carriers_list .item .carriers-infos,
.cart-summary-prices #compare_shipping #carriers_list .alternate_item .carriers-infos,
.cart-summary-prices-first #compare_shipping #carriers_list .item .carriers-infos,
.cart-summary-prices-first #compare_shipping #carriers_list .alternate_item .carriers-infos {
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 14px;
  margin-top: 5px;
  margin-left: 0;
}

.cart-summary-prices #compare_shipping #carriers_list .item .carriers-price .price,
.cart-summary-prices #compare_shipping #carriers_list .alternate_item .carriers-price .price,
.cart-summary-prices-first #compare_shipping #carriers_list .item .carriers-price .price,
.cart-summary-prices-first #compare_shipping #carriers_list .alternate_item .carriers-price .price {
  font-family: "poppins-semi";
  font-size: 13px;
}

.cart-summary-prices #compare_shipping #carriers_list .item.checked,
.cart-summary-prices #compare_shipping #carriers_list .alternate_item.checked,
.cart-summary-prices-first #compare_shipping #carriers_list .item.checked,
.cart-summary-prices-first #compare_shipping #carriers_list .alternate_item.checked {
  -webkit-box-shadow: 0 0 3px #e6e9ea;
          box-shadow: 0 0 3px #e6e9ea;
}

.cart-summary-prices #compare_shipping #carriers_list .item.checked .carrier-name,
.cart-summary-prices #compare_shipping #carriers_list .alternate_item.checked .carrier-name,
.cart-summary-prices-first #compare_shipping #carriers_list .item.checked .carrier-name,
.cart-summary-prices-first #compare_shipping #carriers_list .alternate_item.checked .carrier-name {
  color: #dc8b8c;
}

.cart-summary-prices #compare_shipping #carriers_list input,
.cart-summary-prices-first #compare_shipping #carriers_list input {
  border: 2px solid #231f20;
  border-radius: 100%;
  height: 20px;
  width: 20px;
}

.cart-summary-prices #compare_shipping #carriers_list .custom-radio::after,
.cart-summary-prices-first #compare_shipping #carriers_list .custom-radio::after {
  background: #dc8b8c;
}

.cart-summary-prices #compare_shipping #carriers_list .custom-radio::before,
.cart-summary-prices-first #compare_shipping #carriers_list .custom-radio::before {
  border-color: #231f20;
}

.cart-summary-prices #compare_shipping #carriers_list .custom-radio.checked input, .cart-summary-prices #compare_shipping #carriers_list .custom-radio.checked::before,
.cart-summary-prices-first #compare_shipping #carriers_list .custom-radio.checked input,
.cart-summary-prices-first #compare_shipping #carriers_list .custom-radio.checked::before {
  border-color: #dc8b8c;
}

.cart-summary-prices #compare_shipping #carriers_list .price,
.cart-summary-prices-first #compare_shipping #carriers_list .price {
  display: block;
  margin-bottom: 5px;
}

.cart-summary-prices > .inner,
.cart-summary-prices-first > .inner {
  padding: 25px 5px 0 10px !important;
  position: relative;
}

.cart-summary-prices > .inner .total-price,
.cart-summary-prices-first > .inner .total-price {
  border-top: 1px solid #f1f4f6;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-summary-prices > .inner .total-price .price,
.cart-summary-prices-first > .inner .total-price .price {
  font-weight: bold;
}

.cart-summary-prices > .inner .line,
.cart-summary-prices-first > .inner .line {
  border-bottom: 1px solid #fff;
  margin-bottom: 0 !important;
  padding: 20px 0;
}

.cart-summary-prices > .inner .line.total-price,
.cart-summary-prices-first > .inner .line.total-price {
  border-bottom: none;
}

.cart-summary-prices > .inner .line:first-child,
.cart-summary-prices-first > .inner .line:first-child {
  padding-top: 0 !important;
}

.cart-summary-prices > .inner .line.shipping,
.cart-summary-prices-first > .inner .line.shipping {
  padding: 20px 0;
}

.cart-summary-prices .summary-extra p,
.cart-summary-prices-first .summary-extra p {
  font-size: 12px;
  padding: 0 10px 5px 10px;
}

.cart-summary-prices .summary-extra #HOOK_SHOPPING_CART,
.cart-summary-prices-first .summary-extra #HOOK_SHOPPING_CART {
  padding: 0 15px;
  width: 100%;
}

.cart-summary-prices .summary-extra .estimate-btn,
.cart-summary-prices-first .summary-extra .estimate-btn {
  margin-top: 10px;
  padding: 10px 5px;
  text-align: center;
  width: 100%;
}

@media (min-width: 992px) {
  .cart-summary-prices .summary-extra .estimate-btn,
  .cart-summary-prices-first .summary-extra .estimate-btn {
    margin-top: 0;
  }
}

.cart-summary-prices .summary-extra .compare-shipping,
.cart-summary-prices-first .summary-extra .compare-shipping {
  padding-top: 25px;
}

.cart-summary-prices .summary-extra .compare-shipping .form-group,
.cart-summary-prices-first .summary-extra .compare-shipping .form-group {
  margin-bottom: 0;
}

.cart-summary-prices .summary-extra .compare-shipping .form-group.country,
.cart-summary-prices-first .summary-extra .compare-shipping .form-group.country {
  padding: 0;
}

@media (min-width: 992px) {
  .cart-summary-prices .summary-extra .compare-shipping .form-group.country,
  .cart-summary-prices-first .summary-extra .compare-shipping .form-group.country {
    padding-right: 15px;
  }
}

.cart-summary-prices .summary-extra .compare-shipping .form-group.zip-code,
.cart-summary-prices-first .summary-extra .compare-shipping .form-group.zip-code {
  padding: 0;
}

@media (min-width: 992px) {
  .cart-summary-prices .summary-extra .compare-shipping .form-group.zip-code,
  .cart-summary-prices-first .summary-extra .compare-shipping .form-group.zip-code {
    padding-left: 15px;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .cart-summary-prices .summary-extra .compare-shipping .form-group.zip-code input,
  .cart-summary-prices-first .summary-extra .compare-shipping .form-group.zip-code input {
    height: 100%;
  }
}

.cart-summary-prices .summary-extra .compare-shipping .form-group.zip-code.form-group-text:not(.steady) label,
.cart-summary-prices-first .summary-extra .compare-shipping .form-group.zip-code.form-group-text:not(.steady) label {
  font-family: "poppins light";
  font-weight: 100;
}

.cart-summary-prices .summary-extra .compare-shipping .form-group .wrap-custom-select,
.cart-summary-prices-first .summary-extra .compare-shipping .form-group .wrap-custom-select {
  width: 100%;
}

.cart-summary-prices .summary-extra .compare-shipping .custom-select > ul li:hover,
.cart-summary-prices .summary-extra .compare-shipping .custom-select > ul li.selected,
.cart-summary-prices-first .summary-extra .compare-shipping .custom-select > ul li:hover,
.cart-summary-prices-first .summary-extra .compare-shipping .custom-select > ul li.selected {
  background: none;
}

.cart-summary-prices .summary-extra .compare-shipping .custom-select > span,
.cart-summary-prices-first .summary-extra .compare-shipping .custom-select > span {
  color: #231f20;
  font-style: normal;
  height: 50px;
  letter-spacing: 0.5px;
  line-height: 48px;
}

.cart-summary-prices .summary-extra .compare-shipping .form-group-text:not(.steady).selected label,
.cart-summary-prices-first .summary-extra .compare-shipping .form-group-text:not(.steady).selected label {
  color: #999b9f;
  font-size: 11px;
  text-transform: capitalize;
}

.cart-summary-prices .SE_SubmitRefreshCard,
.cart-summary-prices-first .SE_SubmitRefreshCard {
  display: none;
}

.cart-summary-prices .SE_SubmitRefreshCard .btn,
.cart-summary-prices-first .SE_SubmitRefreshCard .btn {
  font-size: 11px;
  height: 35px;
}

@media (min-width: 992px) {
  .cart-summary-prices > .inner,
  .cart-summary-prices-first > .inner {
    position: relative;
  }
  .cart-summary-prices > .inner .line,
  .cart-summary-prices-first > .inner .line {
    margin-bottom: 3rem;
  }
  .cart-summary-prices .cart-reassurance,
  .cart-summary-prices-first .cart-reassurance {
    margin-bottom: 10rem;
  }
  .cart-summary-prices .order-recap-address,
  .cart-summary-prices-first .order-recap-address {
    margin-bottom: 5rem;
  }
  .cart-summary-prices .order-recap-address .address-title,
  .cart-summary-prices-first .order-recap-address .address-title {
    margin-bottom: 10px;
  }
}

.cart-summary-prices .line > div:nth-child(2),
.cart-summary-prices-first .line > div:nth-child(2) {
  margin-top: 10px;
  text-align: left;
}

@media (min-width: 768px) {
  .cart-summary-prices .line > div:nth-child(2),
  .cart-summary-prices-first .line > div:nth-child(2) {
    margin-top: 0;
    text-align: right;
  }
}

.cart-summary-prices .total-price,
.cart-summary-prices-first .total-price {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cart-summary-prices .total-price > div:nth-child(2),
.cart-summary-prices-first .total-price > div:nth-child(2) {
  font-size: 2rem;
}

@media (min-width: 1200px) {
  .cart-summary-prices > .inner,
  .cart-summary-prices-first > .inner {
    padding-left: 3rem;
  }
}

.order-payment .order-recap-cart + .order-recap-address {
  margin-bottom: 1.5rem;
}

/****************   cart summary toher step ************/
.order-recap {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  position: relative;
}

.order-recap-cart {
  margin-bottom: 15px;
  padding: 1px;
}

.order-recap-cart .resume-products,
.order-recap-cart .resume-price {
  background: #f1f4f6;
}

.order-recap-cart .reassurance-pictos {
  margin-top: 15px;
}

@media (min-width: 992px) {
  .order-recap-cart {
    margin-top: 6.5rem;
  }
}

.order-recap-cart .product-manufacturer {
  min-height: auto;
  text-align: left;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.order-recap-cart .title {
  color: #343f44;
  cursor: pointer;
  display: block;
  padding: 5px 45px 15px 0;
  position: relative;
  text-transform: uppercase;
}

.order-recap-cart .title i {
  font-size: 1.6rem;
  position: absolute;
  right: 0;
  top: 0;
}

.order-recap-cart .title i::before {
  content: "\f067";
}

.order-recap-cart .line {
  border-bottom: 1px solid #fff;
  padding: 20px 15px;
}

.order-recap-cart .line:last-child {
  border: none;
}

.order-recap-cart .resume-products .arrow-display {
  display: inline-block;
  margin-left: 10px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.order-recap-cart .resume-products .arrow-display .open-target {
  font-size: 1.3rem;
  text-decoration: none !important;
}

.order-recap-cart .resume-products .arrow-display .open-target .icon {
  font-size: 7px;
  margin-left: 0.2rem;
}

.order-recap-cart .resume-products .arrow-display .open-target:hover {
  text-decoration: underline;
}

.order-recap-cart .resume-products .products-lines {
  display: none;
}

.order-recap-cart .resume-products.open .arrow-display {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.order-recap-cart .resume-products.open .products-lines {
  background: #fff;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
}

.order-recap-cart .resume-products.open .close-target-ctn {
  display: block;
}

.order-recap-cart .resume-products.open .close-target-ctn .icon {
  display: inline-block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.order-recap-cart .resume-products.open .close-target-ctn .open-target {
  margin: 0;
}

.order-recap-cart .resume-products.open .label .open-target {
  display: none;
}

.order-recap-cart .resume-products .flashsale.flashsale-countdown-box span {
  display: inline;
  padding: 0;
}

.order-recap-cart .product {
  background: #fff;
  padding: 10px;
  position: relative;
  border-top: 1px solid #e6e9ea;
}

.order-recap-cart .product .product-unit-price {
  display: none;
}

.order-recap-cart .product .panel-product-qty {
  font-size: 11px;
  margin-bottom: 3px;
}

.order-recap-cart .product:first-child {
  margin-top: 0;
  border-top: 0;
}

.order-recap-cart .product .product-img {
  float: left;
  padding-right: 0;
  width: 27%;
}

.order-recap-cart .product .product-infos {
  float: left;
  font-size: 1.3rem;
  line-height: 14px;
  width: 73%;
}

.order-recap-cart .product .product-infos .current-price,
.order-recap-cart .product .product-infos .old-price {
  color: #231f20;
  font-family: "poppins", Arial;
  font-weight: bold;
}

.order-recap-cart .product .product-name {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

@media (min-width: 480px) {
  .order-recap-cart .product .product-name {
    width: auto;
  }
}

.order-recap-cart .product .product-qty {
  font-size: 1.3rem;
  margin-right: 2rem;
}

.order-recap-cart .product .product-ref {
  display: block;
  margin-bottom: 9px;
}

.order-recap-cart .product .real-price {
  font-size: 1.5rem;
  font-weight: bold;
}

.order-recap-cart .product .availability {
  color: #999b9f;
  display: block;
  font-size: 1.3rem;
  height: 15px;
  margin-bottom: 9px;
}

.order-recap-cart .product .availability.preorder {
  color: #e9982e;
}

.order-recap-cart .product .availability.oos {
  color: #ec0238;
}

.order-recap-cart .product .promo {
  background: #df104a;
  border-radius: 100%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.order-recap-cart .product .price {
  color: #dc8b8c;
  display: block;
  font-family: "poppins-semi";
  font-size: 14px;
  text-align: left;
}

.order-recap-cart .product .price > * {
  margin-left: 0.5rem;
}

.order-recap-cart .price {
  text-align: right;
}

.order-recap-cart .total-price {
  display: block;
}

.order-recap-cart .total-price .label {
  letter-spacing: normal;
}

.order-recap-cart .total-price .price {
  font-size: 2rem;
  font-weight: bold;
}

@media (min-width: 992px) {
  .order-recap-cart .cart-reassurance {
    margin-bottom: 20rem;
    margin-top: 6rem;
  }
}

/* Recap Adresse */
.order-recap-address {
  font-size: 1.3rem;
  padding: 1.5rem;
  /* background-color: $white; */
  position: relative;
}

.order-recap-address .link {
  position: absolute;
  right: 2.5rem;
  top: 1.5rem;
}

.order-recap-address .alias {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.order-recap-address .address-title {
  display: block;
  margin-bottom: 0.5rem;
}

.order-recap-address .address-order {
  line-height: 18px;
}

.order-recap-address li {
  display: inline;
}

.order-recap-address li:first-child::after, .order-recap-address li:last-child::after {
  display: none;
}

.order-next-step {
  margin-bottom: 15px;
}

.order-recap-carrier {
  border: 1px solid #e6e9ea;
  font-size: 1.3rem;
  margin-bottom: 0;
  margin-top: 15px;
  padding: 15px;
}

.order-recap-carrier .carrier-name {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

/********* recap mobile ********/
@media (max-width: 992px) {
  .cart-summary-prices {
    background-color: #fff;
    bottom: 0;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 100%;
    z-index: 1000;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .cart-summary-prices .order-recap-cart header {
    color: #231f20;
    font-family: "abril-fatface";
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.8rem;
    text-transform: capitalize;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    position: relative;
    text-align: center;
  }
}

@media (max-width: 992px) and (min-width: 480px) {
  .cart-summary-prices .order-recap-cart header {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }
}

@media (max-width: 992px) and (min-width: 1200px) {
  .cart-summary-prices .order-recap-cart header {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }
}

@media (max-width: 992px) {
  .cart-summary-prices .order-recap-cart header::after {
    border-bottom: 0.1rem solid #f1f4f6;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: -2.5rem;
    right: -2.5rem;
  }
  .cart-summary-prices .order-recap-cart header .icon-close {
    position: absolute;
    right: 0;
    top: 0;
  }
  .cart-summary-prices .order-recap-cart .resume-products {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .cart-summary-prices .order-recap-cart .resume-products .products-lines {
    display: block;
  }
  .cart-summary-prices .order-recap-cart .resume-price {
    background-color: #f1f4f6;
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    margin-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .cart-summary-prices.open {
    top: 0;
  }
}

/* cart summary mobile */
.cart-summary-prices.isMobile {
  position: static;
  top: 0;
}

.cart-summary-prices.isMobile .order-recap {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 150;
  background: #fff;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.cart-summary-prices.isMobile .order-recap.open {
  bottom: auto;
  top: 0;
  height: 100%;
}

.cart-summary-prices.isMobile .order-recap .order-recap-cart {
  margin-bottom: 0;
}

.cart-summary-prices.isMobile .order-recap .reassurance-pictos {
  display: none;
}

.cart-summary-prices.isMobile .order-recap .resume-price {
  margin-top: 0;
  padding-bottom: 0;
}

.cart-summary-prices.isMobile .order-recap header {
  position: relative;
  margin-bottom: 0;
  padding: 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-summary-prices.isMobile .order-recap header .wrap-total-price {
  position: relative;
  padding-right: 20px;
}

.cart-summary-prices.isMobile .order-recap header .label,
.cart-summary-prices.isMobile .order-recap header .price {
  font-size: 11px;
  font-family: "poppins light";
}

.cart-summary-prices.isMobile .order-recap header .price {
  font-size: 14px;
}

.cart-summary-prices.isMobile .order-recap header .arrow-display {
  position: absolute;
  right: 0;
}

@media (min-width: 768px) {
  .cart-summary-prices.isMobile .order-recap header .arrow-display {
    top: 4px;
  }
}

.cart-summary-prices.isMobile .order-recap header .arrow-display i {
  font-size: 7px;
}

.cart-summary-prices.isMobile .order-recap .wrap-resume {
  padding: 0 20px;
  display: none;
}

.cart-summary-prices.isMobile .order-recap .wrap-resume.open {
  display: block;
}

/*** steps order ****/
.order-steps {
  border-bottom: 0.1rem solid #e6e9ea;
  font-size: 1.1rem;
  height: 120px;
  left: 0;
  margin: auto;
  padding: 0 1.5rem;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 150;
  margin: 20px 0;
  z-index: 1000;
  display: none;
}

@media (min-width: 992px) {
  .order-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
    border: none;
    left: 0;
    position: fixed;
    top: 35px;
  }
}

.order-steps .home {
  display: none;
}

@media (min-width: 992px) {
  .order-steps .home {
    display: block;
  }
}

.order-steps .step a:hover {
  text-decoration: none;
}

.order-steps .step.step-done .step-number {
  color: #fff;
  position: relative;
}

.order-steps .step.step-done .step-number:after {
  content: "\e904";
  font-family: "cousette";
  font-size: 10px;
  color: #dc8b8c;
  top: 0;
  left: 7px;
  position: absolute;
}

@media (min-width: 992px) {
  .order-steps .step.step-done .step-number:after {
    top: -1px;
    left: 10px;
    font-size: 15px;
  }
}

.order-steps .row {
  width: 100%;
}

.order-steps .row .home a {
  display: block;
  font-size: 0;
  height: 100%;
  width: 100%;
}

.order-steps ul {
  text-align: right;
  background-color: #fff;
}

@media (min-width: 992px) {
  .order-steps ul {
    padding: 40px 0;
  }
}

.order-steps li {
  display: block;
  margin-bottom: 10px;
  opacity: 0.5;
  padding-left: 14px;
  text-align: left;
  width: 100%;
}

@media (min-width: 992px) {
  .order-steps li {
    display: inline;
    margin-bottom: 0;
  }
}

.order-steps li.step-current {
  opacity: 1;
}

.order-steps li:last-child .step-bar {
  display: none;
}

.order-steps li:last-child .step-label {
  padding-right: 0;
}

.order-steps .step-label {
  font-family: "poppins light";
  font-size: 14px;
  letter-spacing: 1.2px;
  padding-right: 15px;
  text-transform: uppercase;
}

.order-steps .step-bar {
  background: #e6e9ea;
  display: inline-block;
  display: none;
  height: 1px;
  margin-bottom: 3px;
  width: 80px;
}

@media (min-width: 992px) {
  .order-steps .step-bar {
    display: inline-block;
  }
}

.order-steps .step-current .step-number {
  font-weight: bold;
}

.order-steps .step-number {
  border: 0.1rem solid #dc8b8c;
  border-radius: 3.5rem;
  display: inline-block;
  height: 2.5rem;
  line-height: 2.5rem;
  margin-right: 0.5rem;
  text-align: center;
  width: 2.5rem;
}

@media (min-width: 992px) {
  .order-steps .step-number {
    height: 3.5rem;
    line-height: 3.5rem;
    margin-right: 1rem;
    width: 3.5rem;
  }
}

/***************** confirmation ************************/
.order-confirmation.order-process-pages .order-process-main-block {
  padding-right: 15px;
}

.order-confirmation .block-resume {
  margin-bottom: 10px;
}

.order-confirmation .advmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}

.order-confirmation .product-qty {
  text-align: left;
}

.order-confirmation .product-qty p,
.order-confirmation .product-qty span,
.order-confirmation .product-qty a {
  font-family: "poppins", Arial !important;
  font-size: 12px !important;
  font-weight: normal !important;
  letter-spacing: 1px !important;
  line-height: 16px;
}

.order-confirmation .price {
  color: #231f20 !important;
  font-weight: bold;
}

.order-confirmation .cart-summary-products .product-row .product-unit-price {
  display: block;
  width: 100%;
}

.order-confirmation .cart-summary-products .product-row .product-name {
  font-weight: normal;
  margin-bottom: 5px;
}

.order-confirmation .cart-summary-products .product-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.order-confirmation .block-order {
  border: 1px solid #f1f4f6;
  margin-bottom: 30px;
  padding: 13px;
}

.order-confirmation .block-order .title {
  border-bottom: 1px solid #f1f4f6;
  display: block;
  letter-spacing: 1px;
  padding-bottom: 15px;
  padding-top: 5px;
  text-align: center;
  text-transform: uppercase;
}

.order-confirmation .block-order p,
.order-confirmation .block-order .pdf,
.order-confirmation .block-order .box-content {
  font-size: 12px;
  letter-spacing: 1px;
  padding: 10px 0;
}

.order-confirmation .block-order ul li {
  display: block;
  margin-bottom: 3px;
}

.order-confirmation .block-order .pdf a {
  font-family: "poppins-semi";
  line-height: 20px;
  position: relative;
}

.order-confirmation .block-order .pdf a::after {
  background: #dc8b8c;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
}

.order-confirmation .block-order .pdf a:hover {
  color: #dc8b8c;
  text-decoration: none;
}

.order-confirmation .block-order .order-recap-address .address {
  width: 100%;
}

.order-confirmation .block-order .order-recap-address .address,
.order-confirmation .block-order .order-recap-address .address-order {
  margin-top: 0;
  padding-top: 0;
}

.order-confirmation .page-heading.order-process h1 {
  margin-bottom: 20px;
  padding-top: 3rem;
}

.order-confirmation .shipping-recap {
  margin: 0;
}

.order-confirmation .list {
  margin: 10px 0;
}

.order-confirmation .cart-summary {
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.order-confirmation .cart-summary .btn-back {
  display: none;
}

.order-confirmation .cart-summary-prices-first,
.order-confirmation .cart-summary-pricest {
  background: #f1f4f6;
}

.order-confirmation .cart-summary-prices-first::before,
.order-confirmation .cart-summary-pricest::before {
  display: none;
}

.order-confirmation .cart-summary-prices-first > .inner .line.shipping,
.order-confirmation .cart-summary-pricest > .inner .line.shipping {
  padding: 25px 0;
}

.order-confirmation .block-resume {
  padding-bottom: 2rem;
}

.order-confirmation .block-recap {
  margin-bottom: 1.5rem;
  padding: 0 1rem;
}

.order-confirmation .block-recap .inner {
  border: none;
  padding: 1.5rem;
}

.order-confirmation .block-recap .inner .delivery-option-img {
  margin-bottom: 1rem;
  margin-right: 1.5rem;
  max-width: 50%;
}

.order-confirmation .delivery-option .carrier-infos-schedules {
  display: none !important;
}

.order-confirmation .delivery-option .order-recap-address li {
  margin-bottom: 0;
}

.order-confirmation .advconstructor-info {
  background: none;
}

.order-confirmation .products-list-cart {
  margin-bottom: 3rem;
}

.order-confirmation .total-price {
  background-color: #f1f4f6;
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.order-confirmation .confirm-cart-ctn > div:first-child {
  -webkit-box-ordinal-group: 3;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.wrap-guest-tracking {
  padding-bottom: 45px;
  padding-top: 45px;
}

.wrap-guest-tracking i {
  display: block;
  margin-top: 10px;
}

.wrap-guest-tracking .btn {
  margin-bottom: 25px;
}

.guest-tracking .order-follow-price {
  padding-bottom: 20px;
  padding-top: 20px;
}

.guest-tracking .form-group-text textarea.form-control {
  min-height: 150px;
  padding-top: 0.5rem;
}

.guest-tracking .form-group.custom-select > span {
  padding: 0 50px 0 5px;
}

.guest-tracking .account-title {
  margin-top: 10px;
}

.guest-tracking .description_box.box ul {
  margin-bottom: 15px;
}

.guest-tracking .account-section {
  margin-bottom: 0;
}

.guest-tracking .transform-account {
  background: #f1f4f6;
  padding: 45px 15px;
  text-align: center;
}

.guest-tracking .transform-account li {
  margin-bottom: 10px;
}

.guest-tracking .transform-account input {
  display: block;
  margin: auto;
  max-width: 320px;
}

/* Product */
/*************************************************************************************************************/
/***************************************          ++  PRODUCT   ++        ************************************/
/**************************************************************************************************************/
.product #product-description {
  padding-top: 140px;
  margin-top: -140px;
}

.product .product-wrap {
  position: relative;
}

.product .product-wrap.isFlashsale {
  padding-top: 38px;
}

@media (min-width: 992px) {
  .product .product-wrap.isFlashsale {
    padding-top: 0;
  }
}

.product .product-main {
  padding: 10px 0;
}

.product .product-main .bg_color {
  position: absolute;
  top: 36px;
  height: 710px;
  width: 40%;
  z-index: -1;
  opacity: 0;
}

@media (min-width: 1200px) {
  .product .product-main .bg_color {
    opacity: 1;
    width: 50%;
  }
}

@media (min-width: 1290px) {
  .product .product-main .bg_color {
    height: 778px;
  }
}

.product .product-main .product-images {
  display: none;
}

@media (min-width: 768px) {
  .product .product-main .product-images {
    display: block;
  }
}

.product .product-main .product-images .img-full {
  cursor: pointer;
  position: relative;
  width: 100%;
}

.product .product-main .product-images .img-full img {
  height: auto;
  width: 100%;
}

.product .product-main .product-images .img-full .span_link {
  color: #231f20;
  font-size: 30px;
  font-size: 3rem;
  position: absolute;
  bottom: 15px;
  right: 45px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product .product-main .product-images .img-full .span_link:hover {
  color: #999b9f;
}

.product .product-main .product-images .product-pins {
  left: 15px;
}

.product .product-main .product-images .img-list {
  margin-top: 10px;
  width: 100%;
}

.product .product-main .product-images .img-list ul li {
  height: auto;
  width: 50px;
}

@media (min-width: 480px) {
  .product .product-main .product-images .img-list ul li {
    width: 70px;
  }
}

.product .product-main .product-images .img-list ul li.lightbox-selector a {
  display: block;
  height: 50px;
  width: 50px;
  background-position: center center !important;
  background-size: 115% auto !important;
  border-radius: 100%;
  border: 1px solid #999b9f;
}

@media (min-width: 992px) {
  .product .product-main .product-images .img-list ul li.lightbox-selector a {
    height: 70px;
    width: 70px;
  }
}

.product .product-main .product-images .img-list img {
  border: 1px solid transparent;
  border-radius: 50%;
  display: block;
  margin-bottom: 10px;
  height: auto;
}

.product .product-main .product-images .img-list .shown img {
  border-color: #999b9f;
}

.product .product-main .product-images .promo {
  right: 25px;
}

.product .product-main .product-images .owl-thumbnails {
  position: relative;
}

.product .product-main .product-images .owl-thumbnails .img-responsive {
  border: 1px solid #999b9f;
}

.product .product-main .product-images .owl-carousel {
  max-width: 230px;
}

@media (min-width: 768px) {
  .product .product-main .product-images .owl-carousel {
    max-width: 195px;
  }
}

@media (min-width: 992px) {
  .product .product-main .product-images .owl-carousel {
    max-width: 320px;
  }
}

@media (min-width: 1200px) {
  .product .product-main .product-images .owl-carousel {
    max-width: 420px;
  }
}

@media (min-width: 1319px) {
  .product .product-main .product-images .owl-carousel {
    max-width: 490px;
  }
}

.product .product-main .product-images .owl-carousel .owl-nav {
  position: absolute;
  top: -12px;
  right: -120px;
  background: #fff;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  max-height: 100px;
}

.product .product-main .product-images .owl-carousel .owl-nav.disabled {
  display: none;
}

@media (min-width: 768px) {
  .product .product-main .product-images .owl-carousel .owl-nav {
    right: -130px;
  }
}

@media (min-width: 992px) {
  .product .product-main .product-images .owl-carousel .owl-nav {
    height: 97px;
  }
}

@media (min-width: 1290px) {
  .product .product-main .product-images .owl-carousel .owl-nav {
    right: -110px;
  }
}

.product .product-main .product-infos {
  margin-top: 0;
  width: 100%;
}

.product .product-main .product-infos .av_category_stars .netreviews_review_rate_and_stars {
  width: 93px;
  background: #f1f4f6;
  z-index: -1;
}

.product .product-main .product-infos .av_category_stars .ratingText {
  margin-left: 15px;
}

.product .product-main .product-infos .product-heading {
  margin-bottom: 20px;
}

@media (min-width: 480px) {
  .product .product-main .product-infos .product-heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.product .product-main .product-infos .product-heading .product-name {
  margin-bottom: 10px;
  line-height: 28px;
  letter-spacing: 0.4px;
  font-size: 18px;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

@media (min-width: 480px) {
  .product .product-main .product-infos .product-heading .product-name {
    margin-bottom: 8px;
  }
}

@media (min-width: 992px) {
  .product .product-main .product-infos .product-heading .product-name {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.product .product-main .product-infos .product-heading .logo-manufacturer {
  border-top: 1px solid #e6e9ea;
  border-bottom: 1px solid #e6e9ea;
  padding: 10px 0;
  width: 100%;
  margin-bottom: 30px;
  display: none;
}

@media (min-width: 768px) {
  .product .product-main .product-infos .product-heading .logo-manufacturer {
    width: auto;
    margin-bottom: 0px;
    display: block;
  }
}

.product .product-main .product-infos .short-description {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  margin-top: 15px;
}

@media (min-width: 480px) {
  .product .product-main .product-infos .short-description {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  .product .product-main .product-infos .short-description {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.product .product-main .product-infos .short-description a {
  position: relative;
  text-transform: uppercase;
  font-size: 11px;
  font-family: "poppins-semi";
  letter-spacing: 1px;
  display: inline;
}

.product .product-main .product-infos .short-description a:hover {
  text-decoration: none;
}

.product .product-main .product-infos .wrap-product-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.product .product-main .product-infos .wrap-product-actions.product-meter {
  margin-top: 40px;
}

.product .product-main .product-infos .related_colors {
  margin-bottom: 40px;
}

.product .product-main .product-infos .related_colors .color-product {
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 1px;
}

.product .product-main .product-infos .related_colors .color-product span {
  color: #999b9f;
  text-transform: uppercase;
}

.product .product-main .product-infos .related_colors .color-product span.color {
  text-transform: none;
  color: #231f20;
}

.product .product-main .product-infos .related_colors .color-product span.color:after {
  content: ',';
}

.product .product-main .product-infos .related_colors .color-product span.color:last-child::after {
  content: '';
}

.product .product-main .product-infos .related_colors ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2px;
  padding-bottom: 10px;
}

.product .product-main .product-infos .related_colors ul li {
  display: inline-block;
}

.product .product-main .product-infos .related_colors ul li.main {
  -webkit-box-ordinal-group: 0;
     -moz-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.product .product-main .product-infos .related_colors ul li.main a {
  border-color: #dc8b8c;
  height: 55px;
  width: 55px;
  margin-right: 5px;
}

.product .product-main .product-infos .related_colors ul li a {
  display: block;
  height: 65px;
  width: 65px;
  border-radius: 100%;
  overflow: hidden;
  border: 4px solid transparent;
  position: relative;
  margin: 4px;
}

.product .product-main .product-infos .related_colors ul li a img {
  position: absolute;
  top: -15%;
  left: -15%;
}

.product .product-main .product-infos .related_colors ul li span {
  display: block;
  background: #f1f4f6;
}

.product .product-main .product-infos .related_colors ul li.empty a {
  border: 1px solid #f1f4f6;
}

.product .product-main .product-infos .product-actions .product-attributes {
  position: relative;
}

.product .product-main .product-infos .product-actions .product-attributes .product_price_display_m p, .product .product-main .product-infos .product-actions .product-attributes .product_price_display_m span {
  display: inline-block;
}

.product .product-main .product-infos .product-actions .product-attributes .product_price_display_m span,
.list-wishlist .product_price_display_m span
{
  font-family: "poppins-semi";
  color: #dc8b8c;
}

.product .product-main .product-infos .product-actions .product-attributes .product_price_display_m span.calc-price,
.list-wishlist .product_price_display_m span.calc-price
{
  font-family: "poppins light";
  font-size: 11px;
  color: #999b9f;
  letter-spacing: 1.5px;
  padding-right: 5px;
}

.product .product-main .product-infos .product-actions .product-attributes #quantity_wanted_p .add-errors,
.wishlists-list #block-order-detail .add-errors
{
  margin: 25px 0 0 0;
  background: #f1f4f6;
  padding: 10px;
}

.product .product-main .product-infos .product-actions .product-attributes #quantity_wanted_p .add-errors .alert-danger {
  margin-bottom: 0;
  font-weight: bold;
}

.product .product-main .product-infos .product-actions .product-attributes .panel-wishlist-product {
  background-position: 0 -3px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #dc8b8c;
  background: url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/img/rond_tache_bleu.png");
  background-repeat: no-repeat !important;
  background-size: cover !important;
  z-index: 1;
  height: 60px;
  width: 60px;
  border-radius: 100px;
}

.product .product-main .product-infos .product-actions .product-attributes .panel-wishlist-product a {
  font-size: 22px;
  font-size: 2.2rem;
  position: absolute;
  color: #455f70;
  padding-top: 5px;
}

.product .product-main .product-infos .product-actions .product-attributes .panel-wishlist-product a:hover {
  text-decoration: none;
}

.product .product-main .product-infos .product-actions .product-attributes .panel-wishlist-product.addtofav.checked i {
  color: #455f70;
}

.product .product-main .product-infos .product-actions .product-attributes .panel-wishlist-product.addtofav.checked .isChecked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}

.product .product-main .product-infos .product-actions .product-attributes .panel-wishlist-product.addtofav .isChecked {
  height: 15px;
  width: 15px;
  background: #dc8b8c;
  position: absolute;
  border-radius: 100%;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: -5px;
  bottom: 0;
  display: none;
}

.product .product-main .product-infos .product-actions .product-attributes .panel-wishlist-product.addtofav .isChecked i {
  font-size: 8px;
  color: #fff;
}

.product .product-main .product-infos .product-actions .product-attributes .prices {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
  position: relative;
  font-family: "poppins-semi";
}

.product .product-main .product-infos .product-actions .product-attributes .prices.pack-items-price {
  margin-bottom: 10px;
}

.product .product-main .product-infos .product-actions .product-attributes .prices.onSale .current-price, .product .product-main .product-infos .product-actions .product-attributes .prices.onSale .metre {
  color: #df104a;
}

.product .product-main .product-infos .product-actions .product-attributes .prices .old-price {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 5px;
  margin-left: 5px;
  display: inline-block !important;
  color: #231f20;
}

.product .product-main .product-infos .product-actions .product-attributes .prices .percent {
  color: #df104a;
  margin-left: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}

.product .product-main .product-infos .product-actions .product-attributes .attribute_list {
  margin-bottom: 20px;
}

.product .product-main .product-infos .product-actions .product-attributes .attribute_list label {
  color: #999b9f;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.product .product-main .product-infos .product-actions .product-attributes .attribute_list .colors-ctn li {
  display: inline-block;
  margin: 2px;
  position: relative;
  height: 30px;
  width: 30px;
}

@media (min-width: 768px) {
  .product .product-main .product-infos .product-actions .product-attributes .attribute_list .colors-ctn li {
    height: 46px;
    width: 46px;
  }
}

.product .product-main .product-infos .product-actions .product-attributes .attribute_list .colors-ctn li a:before {
  color: #fff;
  content: "\f00c";
  font-family: 'icomoon';
  font-size: 17px;
  font-size: 1.7rem;
  left: 50%;
  margin: -9px 0 0 -9px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (min-width: 768px) {
  .product .product-main .product-infos .product-actions .product-attributes .attribute_list .colors-ctn li a:before {
    margin: -12px 0 0 -11px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.product .product-main .product-infos .product-actions .product-attributes .attribute_list .colors-ctn li a img {
  border: 1px solid transparent;
  border-radius: 50%;
  display: inline-block;
  max-width: 100%;
}

.product .product-main .product-infos .product-actions .product-attributes .attribute_list .colors-ctn li a span {
  border: 1px solid transparent;
  border-radius: 50%;
  display: block;
  height: 30px;
  width: 30px;
}

@media (min-width: 768px) {
  .product .product-main .product-infos .product-actions .product-attributes .attribute_list .colors-ctn li a span {
    height: 46px;
    width: 46px;
  }
}

.product .product-main .product-infos .product-actions .product-attributes .attribute_list .colors-ctn li .popover-content {
  margin-top: -20px;
}

@media (min-width: 768px) {
  .product .product-main .product-infos .product-actions .product-attributes .attribute_list .colors-ctn li .popover-content {
    margin-top: 0;
  }
}

.product .product-main .product-infos .product-actions .product-attributes .attribute_list .colors-ctn a.selected:before {
  opacity: 1;
}

.product .product-main .product-infos .product-actions .product-attributes .attribute_list .colors-ctn a.selected img {
  border-color: #fff;
}

.product .product-main .product-infos .product-actions .product-attributes .attribute_list .colors-ctn a.selected span {
  border-color: #fff;
}

.product .product-main .product-infos .product-actions .product-attributes #availability_statut {
  margin-top: 0;
  margin-bottom: 5px;
  text-align: left;
}

@media (min-width: 992px) {
  .product .product-main .product-infos .product-actions .product-attributes #availability_statut {
    text-align: right;
  }
}

.product .product-main .product-infos .product-actions .product-attributes .product_price_display_m {
  margin-top: 10px;
}

.product .product-main .product-infos .product-actions .product-attributes .product-qty > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product .product-main .product-infos .product-actions .product-attributes .product-qty .product-qty-ctn {
  margin-bottom: 0px;
  position: relative;
  margin-top: 0;
}

@media (min-width: 992px) {
  .product .product-main .product-infos .product-actions .product-attributes .product-qty .product-qty-ctn {
    padding-left: 0;
  }
}

.product .product-main .product-infos .product-actions .product-attributes .product-qty p {
  font-family: "poppins light";
  font-size: 11px;
  letter-spacing: 0.3px;
  line-height: 15px;
}

@media (min-width: 992px) {
  .product .product-main .product-infos .product-actions .product-attributes .product-qty p {
    line-height: 20px;
  }
}

.product .product-main .product-infos .product-actions .product-attributes .message-stock {
  text-align: right;
}

.product .product-main .product-infos .product-actions .product-attributes .message-stock span {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  font-family: "poppins", Arial;
}

@media (min-width: 992px) {
  .product .product-main .product-infos .product-actions .product-attributes .message-stock span {
    font-size: 11px;
  }
}

.product .product-main .product-infos .product-actions .product-attributes .add-to-cart-block .warning_inline {
  margin: 10px 0;
}

.product .product-main .product-infos .product-actions .product-attributes .add-to-cart-block button {
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
}

@media (min-width: 768px) {
  .product .product-main .product-infos .product-actions .product-attributes .add-to-cart-block button {
    padding-left: 25px;
    padding-right: 25px;
    height: 52px;
  }
}

.product .product-main .product-infos .product-actions .product-attributes .add-to-cart-block button .icon {
  display: none;
  font-size: 18px;
  font-size: 1.8rem;
  margin-right: 10px;
  margin-top: -3px;
}

@media (min-width: 480px) {
  .product .product-main .product-infos .product-actions .product-attributes .add-to-cart-block button .icon {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .product .product-main .product-infos .product-actions .product-attributes .add-to-cart-block button .icon {
    margin-right: 20px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.product .product-main .product-infos .product-actions .product-socials {
  padding: 15px 0;
  text-align: center;
}

@media (min-width: 992px) {
  .product .product-main .product-infos .product-actions .product-socials {
    text-align: right;
  }
}

.product .product-main .product-infos .product-actions .product-socials li {
  display: inline-block;
  padding: 0 5px;
}

.product .product-main .product-infos .product-actions .loyalty-wrap {
  border-bottom: 1px solid #e6e9ea;
  border-top: 1px solid #e6e9ea;
  padding: 10px 0;
}

.product .product-main .product-infos .product-actions .loyalty-wrap .loyalty {
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 992px) {
  .product .product-main .product-infos .product-actions .loyalty-wrap .loyalty {
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.product .product-main .product-infos .product-actions .loyalty-wrap .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product .product-main .product-infos .product-actions .loyalty-wrap .socialsharing-wrap {
  text-align: center;
}

@media (min-width: 992px) {
  .product .product-main .product-infos .product-actions .loyalty-wrap .socialsharing-wrap {
    text-align: right;
    margin-top: 0;
  }
}

.product .product-main .product-infos .product-actions .loyalty-wrap .socialsharing-wrap li {
  display: inline-block;
  border: 1px solid #e6e9ea;
  border-radius: 100px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.product .product-main .product-infos .product-actions .loyalty-wrap .socialsharing-wrap li:first-child {
  margin: 0 5px;
}

.product .product-main .product-infos .product-actions .loyalty-wrap .socialsharing-wrap li a {
  background: transparent;
}

.product .product-main .product-infos .product-actions .loyalty-wrap .socialsharing-wrap li a i {
  color: #455f70;
}

.product .product-main .product-infos .product-actions .loyalty-wrap .socialsharing-wrap li a i:before {
  color: inherit;
}

.product .product-main .product-infos .product-actions .loyalty-wrap .socialsharing-wrap li:hover {
  background: #dc8b8c;
  border-color: #dc8b8c;
}

.product .product-main .product-infos .product-actions .loyalty-wrap .socialsharing-wrap li:hover a i {
  color: #fff;
}

.product .product-main .product-infos .product-actions .product-sample {
  margin: 20px 0;
  padding: 15px 0;
  background: #f1f4f6;
  background-image: url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/img/sample-bg.jpg");
  background-repeat: no-repeat !important;
  background-position: left bottom;
}

@media (min-width: 1200px) {
  .product .product-main .product-infos .product-actions .product-sample {
    background-size: auto 100%  !important;
  }
}

.product .product-main .product-infos .product-actions .product-sample .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 15px 0 20px;
}

.product .product-main .product-infos .product-actions .product-sample .row p {
  font-size: 11px;
  line-height: 14px;
  font-family: "poppins", Arial;
  text-align: left;
}

.product .product-main .product-infos .product-actions .product-sample .row a {
  text-decoration: underline;
  display: block;
}

.product .product-main .product-infos .product-actions .product-sample .row a:hover {
  color: #dc8b8c;
}

@media (min-width: 480px) {
  .product .product-main .product-infos .product-actions .product-sample .row a {
    display: inline;
  }
}

@media (min-width: 480px) {
  .product .product-main .product-infos .product-actions .product-sample .add-to-cart {
    padding-right: 0;
    padding-left: 0;
  }
}

.product .product-main .product-infos .product-actions .product-sample .btn {
  padding: 10px;
  text-align: center;
  margin-top: 15px;
  float: left;
}

.product .product-main .product-infos .product-actions .product-sample .btn span {
  font-size: 10px;
}

@media (min-width: 992px) {
  .product .product-main .product-infos .product-actions .product-sample .btn {
    margin-top: 0;
    width: auto;
    text-align: right;
    float: right;
  }
}

.product .product-main .product-infos .product-actions .wrap-custom-select {
  width: 100%;
}

.product .product-main .product-infos .product-actions .product-features.featured {
  border: 0;
}

.product .product-main .product-infos .product-pack-items {
  margin-bottom: 40px;
}

.product .product-main .product-infos .product-pack-items .pack-item {
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 5px #e6e9ea;
          box-shadow: 0px 0px 5px #e6e9ea;
  padding: 25px;
}

.product .product-main .product-infos .product-pack-items .pack-item .product-ref {
  display: inline-block;
}

.product .product-main .product-infos .product-pack-items .pack-item .content {
  position: relative;
}

.product .product-main .product-infos .product-pack-items .pack-item .content img, .product .product-main .product-infos .product-pack-items .pack-item .content .wrap {
  display: inline-block;
  vertical-align: top;
}

.product .product-main .product-infos .product-pack-items .pack-item .content .wrap {
  max-width: 142px;
}

@media (min-width: 992px) {
  .product .product-main .product-infos .product-pack-items .pack-item .content .wrap {
    max-width: 415px;
  }
}

.product .product-main .product-infos .product-pack-items .pack-item .wrap {
  padding: 0 15px;
}

.product .product-main .product-infos .product-pack-items .pack-item .wrap .prices {
  margin-top: 10px;
}

.product .product-main .product-infos .product-pack-items .pack-item .wrap .prices span {
  font-family: "poppins-semi";
}

.product .product-main .product-infos .product-pack-items .pack-item .wrap .prices .wrap-reduction {
  margin-top: 5px;
}

.product .product-main .product-infos .product-pack-items .pack-item .pack-item-number {
  color: #fff;
  background: #455f70;
  font-size: 15px;
  position: absolute;
  top: -24px;
  left: -20px;
  border-radius: 100px;
}

@media (min-width: 992px) {
  .product .product-main .product-infos .product-pack-items .pack-item .pack-item-number {
    top: 0;
    right: 5px;
    left: auto;
  }
}

.product .product-main .product-infos .product-pack-items .pack-item .pack-item-number span {
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "poppins-semi";
  font-size: 13px;
}

.product .product-main .product-complementary {
  margin-top: 5px;
}

@media (min-width: 992px) {
  .product .product-main .product-complementary {
    margin-top: 100px;
  }
}

.product .product-main .product-complementary .product-menu {
  margin-bottom: 70px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e9ea;
}

.product .product-main .product-complementary .product-menu ul {
  text-align: center;
}

.product .product-main .product-complementary .product-menu ul li {
  padding: 0;
  border-radius: 20px;
  border: 1px solid #e6e9ea;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  width: 100%;
  display: block;
  margin: 0 10px;
  text-align: center;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .product .product-main .product-complementary .product-menu ul li {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
  }
}

.product .product-main .product-complementary .product-menu ul li:hover {
  background: #dc8b8c;
}

.product .product-main .product-complementary .product-menu ul li:hover a {
  color: #fff;
  text-decoration: none;
}

.product .product-main .product-complementary .product-menu ul li a {
  display: block;
  padding: 10px 25px;
  font-size: 11px;
  letter-spacing: 0.5px;
}

.product .product-main .product-complementary iframe {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

@media (min-width: 992px) {
  .product .product-main .product-complementary iframe {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.product .product-main .product-complementary .product-suggestion {
  margin-top: 25px;
}

.product .product-main .product-complementary .product-suggestion header {
  display: block !important;
}

@media (min-width: 992px) {
  .product .product-main .product-complementary .product-suggestion header {
    display: none !important;
  }
}

.product .product-main .product-complementary .product-suggestion .block-tag-content {
  padding: 30px 0;
}

@media (min-width: 992px) {
  .product .product-main .product-complementary .product-suggestion .block-tag-content {
    padding: 65px 0;
  }
}

@media (min-width: 768px) {
  .product .product-main .product-complementary .product-suggestion .block-tag-content .conseils-cousette div:first-child {
    border-right: 1px solid #dc8b8c;
  }
}

.product .product-main .product-complementary .product-suggestion .block-tag-content .conseils-cousette p {
  text-align: left;
  padding: 0;
}

@media (min-width: 992px) {
  .product .product-main .product-complementary .product-suggestion .block-tag-content .conseils-cousette p {
    padding: 0 30px;
  }
}

.product .product-main .product-complementary .product-suggestion .block-tag-content .conseils-cousette img {
  max-width: 100%;
}

.product .product-main .product-complementary .product-suggestion .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product .product-main .product-complementary .product-suggestion p {
  font-size: 14px;
  padding: 0 30px;
}

.product .product-main .product-complementary .pattern_size_field {
  padding: 25px 25px;
  background: #fff;
  text-align: center;
  margin: 30px 20px 20px 20px;
}

@media (min-width: 992px) {
  .product .product-main .product-complementary .pattern_size_field {
    text-align: left;
    margin: 60px 20px 20px 20px;
  }
}

@media (min-width: 1200px) {
  .product .product-main .product-complementary .pattern_size_field {
    padding: 40px 10px;
  }
}

.product .product-main .product-complementary .pattern_size_field .content-txt {
  margin-top: 0px;
}

@media (min-width: 992px) {
  .product .product-main .product-complementary .pattern_size_field .content-txt {
    margin-top: 10px;
  }
}

.product .product-main .product-complementary .pattern_size_field .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.product .product-main .product-complementary .pattern_size_field .row div {
  border: none !important;
}

.product .product-main .product-complementary .pattern_size_field .row div:first-child img {
  margin-bottom: 25px;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .product .product-main .product-complementary .pattern_size_field .row div:first-child img {
    margin-bottom: 0;
  }
}

.product .product-main .product-complementary .pattern_size_field .h2 {
  text-transform: none;
  margin-bottom: 20px;
  border: none !important;
}

.product .product-main .product-complementary .pattern_size_field p {
  padding: 0px;
  text-align: left;
}

.product .product-main .product-complementary .block-tag-header i {
  cursor: pointer;
  font-size: 10px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 5px;
}

.product .product-main .product-complementary .block-tag-header.open i {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.product .product-main .product-complementary .product-description-long .block-tag-content {
  margin-bottom: 40px;
  letter-spacing: 0.5px;
}

.product .product-main .product-complementary .product-description-long .conseils-cousette {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .product .product-main .product-complementary .product-description-long .conseils-cousette {
    margin-bottom: 50px;
  }
}

.product .product-main .product-complementary .product-description-long .conseils-cousette img {
  max-width: 100%;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .product .product-main .product-complementary .product-description-long .conseils-cousette img {
    margin-bottom: 0px;
  }
}

.product .product-main .product-complementary .product-description-long .conseils-cousette p {
  padding: 5px;
}

@media (min-width: 992px) {
  .product .product-main .product-complementary .product-description-long .conseils-cousette p {
    padding: 0 30px;
  }
}

.product .product-main .product-complementary .product-features .simple-features {
  padding-bottom: 25px;
}

.product .product-main .product-complementary .product-features.featured .row {
  max-width: 550px;
  margin: auto;
}

.product .product-main .product-complementary .product-features.featured .row .feature-line {
  margin: 10px 0;
}

.product .product-main .product-complementary a {
    display: initial;
}


.product .product-questions {
  padding: 30px 0;
}

@media (min-width: 992px) {
  .product .product-questions {
    margin-top: 60px;
  }
}

.product .product-questions #product_comments_block_tab {
  margin-bottom: 0;
}

.product .product-questions .block-tag-header {
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}

.product .product-questions .block-tag-header .h2 {
  color: #dc8b8c;
  font-family: "apalu";
  text-transform: none;
  font-size: 45px;
  font-weight: normal;
  padding-bottom: 15px;
}

@media (min-width: 992px) {
  .product .product-questions .block-tag-header .h2 {
    font-size: 85px;
    padding-bottom: 50px;
  }
}

.product .product-questions .block-tag-header span {
  line-height: 22px;
  padding: 0 10px;
  letter-spacing: 0.5px;
  color: #231f20;
}

.product .product-questions .bloc-avis {
  margin-bottom: 0;
}

.product .product-questions .section-avis {
  background: #f1f4f6;
  padding: 20px 0;
}

@media (min-width: 992px) {
  .product .product-questions .section-avis {
    padding: 60px 0;
  }
}

.product .product-questions .section-avis .infos .depot-review, .product .product-questions .section-avis .infos .need-login {
  margin-top: 25px;
}

.product .product-questions .section-avis .infos .need-login {
  margin-bottom: 20px;
}

.product .product-questions .section-avis .infos .need-login a {
  color: #df104a;
  font-family: "poppins-semi";
}

.product .product-questions .section-avis .infos .wrap-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.product .product-questions .section-avis .infos .wrap-actions .counter-wrap {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-right: 15px;
}

.product .product-questions .section-avis .infos .wrap-actions .counter-wrap span {
  display: block;
}

.product .product-questions .section-avis .infos .wrap-actions .counter-wrap .counter-comment {
  background: url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/img/rond_tache_bleu.png");
  height: 70px;
  width: 70px;
  margin: auto;
  background-size: cover !important;
  background-position: center center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product .product-questions .section-avis .infos .wrap-actions .counter-wrap .counter-comment p {
  font-size: 22px;
  font-family: "poppins-semi";
  color: #455f70;
  padding-top: 5px;
}

.product .product-questions .section-avis .infos .wrap-actions .counter-wrap .counter-txt {
  color: #455f70;
  font-size: 11px;
  text-transform: uppercase;
  margin-top: 10px;
  letter-spacing: 0.5px;
}

.product .product-questions .section-avis .infos .wrap-actions .new-comment .open-comment-form {
  padding: 10px 45px;
}

.product .product-questions .section-avis .infos .wrap-actions > div:first-child {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .product .product-questions .section-avis .infos .wrap-actions > div:first-child {
    margin-bottom: 0px;
  }
}

.product .product-questions .section-avis .infos .wrap-actions > div:first-child .counter-wrap:last-child {
  margin-right: 0;
}

.product .product-questions .section-avis .infos .reviews-list .comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 18px;
  background: #fff;
  margin-bottom: 15px;
}

.product .product-questions .section-avis .infos .reviews-list .comment.reponse {
  background: transparent;
  max-width: 100%;
  border-bottom: 1px solid #fff;
  margin: auto;
}

@media (min-width: 992px) {
  .product .product-questions .section-avis .infos .reviews-list .comment.reponse {
    max-width: 95%;
  }
}

.product .product-questions .section-avis .infos .reviews-list .comment.reponse:last-child {
  border-bottom: 0;
}

.product .product-questions .section-avis .infos .reviews-list .comment.reponse .icon {
  float: right;
  font-size: 20px;
  background: #fff;
  height: 45px;
  width: 45px;
  border: 1px solid #dc8b8c;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #dc8b8c;
}

.product .product-questions .section-avis .infos .reviews-list .comment.reponse .comment-header .comment-author span:before {
  display: none;
}

.product .product-questions .section-avis .infos .reviews-list .comment .comment-header {
  margin-bottom: 10px;
}

.product .product-questions .section-avis .infos .reviews-list .comment .comment-header div, .product .product-questions .section-avis .infos .reviews-list .comment .comment-header span {
  display: inline-block;
  color: #231f20;
}

.product .product-questions .section-avis .infos .reviews-list .comment .comment-header div.comment-date, .product .product-questions .section-avis .infos .reviews-list .comment .comment-header span.comment-date {
  color: #999b9f;
}

.product .product-questions .section-avis .infos .reviews-list .comment .comment-header .comment-author {
  margin-right: 5px;
}

.product .product-questions .section-avis .infos .reviews-list .comment .caption {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .product .product-questions .section-avis .infos .reviews-list .comment .caption {
    margin-bottom: 0px;
  }
}

.product .product-questions .section-avis .infos .reviews-list .comment .caption .comment-content {
  display: block;
  padding-right: 50px;
}

.product .product-questions .section-avis .infos .reviews-list .comment .open-comment-form span {
  font-size: 11px;
}

.product .product-questions .section-avis .infos .reviews-list .comment .open-comment-form.reponse {
  background: #f1f4f6;
  border: none;
  color: #455f70;
  font-size: 11px;
  width: 100%;
  text-align: center;
  display: block;
  padding: 10px;
}

.product .product-questions .section-avis .infos .reviews-list .comment .open-comment-form.reponse:hover {
  background: #dc8b8c;
  color: #fff;
}

.product .product-features .block-tag-header span {
  text-transform: none;
}

@media (min-width: 768px) {
  .product .product-features .feature-line:nth-child(4n+1) .feature-wrap, .product .product-features .feature-line:nth-child(4n+2) .feature-wrap {
    background: #e6e9ea;
  }
}

.product .product-features .feature-line:nth-child(odd) {
  background: #e6e9ea;
}

@media (min-width: 768px) {
  .product .product-features .feature-line:nth-child(odd) {
    background: transparent;
  }
}

.product .product-features .feature-line .feature-wrap {
  padding: 10px;
}

.product .product-features .feature-line .feature-wrap .feature-value {
  font-family: "poppins light";
  font-size: 11px;
}

.product .product-features .feature-name {
  font-family: "poppins light";
  letter-spacing: 1px;
  font-size: 11px;
  text-transform: uppercase;
}

.product .product-features.featured {
  text-align: center;
  padding: 5px 0 10px 0;
  border-top: 1px solid #e6e9ea;
  border-bottom: 1px solid #e6e9ea;
}

@media (min-width: 1200px) {
  .product .product-features.featured {
    padding: 0 0 25px 0;
  }
}

.product .product-features.featured .block-tag-content {
  display: block;
}

@media (min-width: 1200px) {
  .product .product-features.featured .block-tag-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.product .product-features.featured .feature-line {
  display: block;
  text-align: center;
  padding: 0 15px;
}

.product .product-features.featured .feature-line:nth-child(odd) {
  background: transparent;
}

@media (min-width: 1200px) {
  .product .product-features.featured .feature-line {
    display: inline-block;
  }
}

.product .product-features.featured .feature-line img {
  max-width: 35px;
}

.product .product-features.featured .feature-line .feature-name {
  color: #999b9f;
  max-width: 100px;
  margin: 10px auto;
  min-height: 30px;
  line-height: 14px;
}

.product .product-features.featured.top .feature-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0px;
  width: 100%;
}

@media (min-width: 1200px) {
  .product .product-features.featured.top .feature-line {
    border-bottom: none;
    border-right: 1px solid #e6e9ea;
    padding: 0 10px;
    width: 33%;
  }
}

.product .product-features.featured.top .feature-line:last-child {
  border-right: none;
  border-bottom: none;
}

.product .product-features.featured.top .feature-line .feature-text {
  padding-left: 10px;
  text-align: left;
}

.product .product-features.featured.top .feature-line .feature-text .feature-name {
  text-align: left;
  color: #231f20;
  max-width: 100%;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0px;
  min-height: 20px;
}

.product .product-features.featured.top .feature-line .feature-text .feature-value p {
  font-size: 11px;
  line-height: 14px;
}

.product .block-tag {
  text-align: left;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .product .block-tag {
    margin-bottom: 40px;
  }
}

.product .block-tag .block-tag-header .title-tag {
  color: #231f20;
  margin-bottom: 20px;
  position: relative;
  text-transform: none;
}

@media (min-width: 480px) {
  .product .block-tag .block-tag-header .title-tag {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media (min-width: 768px) {
  .product .block-tag .block-tag-header .title-tag {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

@media (min-width: 992px) {
  .product .block-tag .block-tag-header .title-tag {
    margin-bottom: 20px;
  }
}

.product .block-tag .block-tag-header .title-tag span {
  color: #231f20;
  font-size: 18px;
  letter-spacing: 0.5px;
  background-color: #fff;
  padding-right: 5px;
}

@media (min-width: 992px) {
  .product .block-tag .block-tag-header .title-tag span {
    font-size: 22px;
  }
}

.product .block-tag .block-tag-header .title-tag span:after {
  background: #e6e9ea;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 30px;
  top: 13px;
  width: 90%;
  z-index: -1;
}

@media (min-width: 992px) {
  .product .block-tag .block-tag-header .title-tag span:after {
    display: none;
  }
}

.product .block-tag .block-tag-header .icon {
  right: 0;
  font-size: 15px;
  font-size: 1.5rem;
}

@media (min-width: 480px) {
  .product .block-tag .block-tag-header .icon {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (min-width: 768px) {
  .product .block-tag .block-tag-header .icon {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media (min-width: 992px) {
  .product .block-tag .block-tag-header .icon {
    display: none;
  }
}

.product .product-avis .netreviews_review_rate_and_stars {
  background: #f1f4f6;
  z-index: -1;
  width: 93px;
}

.product .product-avis .netreviews_note_generale {
  background: #fff;
}

.product .product-avis #reviews {
  padding-top: 25px;
}

@media (min-width: 992px) {
  .product .product-avis #reviews {
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .product .product-avis #reviews {
    margin-top: -30px;
  }
}

.product .product-avis #reviews .wrap-logo {
  display: block;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .product .product-avis #reviews .wrap-logo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }
}

.product .product-avis #reviews .wrap-logo .empty {
  padding-right: 0;
}

.product .product-avis #reviews .wrap-logo div {
  text-align: left;
}

@media (min-width: 768px) {
  .product .product-avis #reviews .wrap-logo div {
    text-align: right;
  }
}

.product .product-accessories-bloc {
  position: relative;
  margin-top: 50px;
  width: 100%;
}

@media (min-width: 992px) {
  .product .product-accessories-bloc {
    margin-top: 30px;
  }
}

.product .product-accessories-bloc:before {
  content: "";
  position: absolute;
  top: -35px;
  height: 1px;
  width: 30%;
  background: #999b9f;
}

@media (min-width: 992px) {
  .product .product-accessories-bloc:before {
    content: none;
  }
}

.product .product-accessories-bloc .product-menu {
  background: #e6e9ea;
  text-align: center;
  z-index: 5;
}

.product .product-accessories-bloc .product-menu.stack {
  position: fixed;
  top: 85px;
}

.product .product-accessories-bloc .product-menu li {
  display: inline-block;
}

.product .product-accessories-bloc .product-menu a {
  color: #231f20;
  display: block;
  padding: 15px 18px;
}

.product .product-accessories-bloc .product-menu a:hover, .product .product-accessories-bloc .product-menu a.active {
  color: #e86667;
}

.product .carousel-responsive {
  height: auto;
  display: block;
}

@media (min-width: 768px) {
  .product .carousel-responsive {
    display: none;
  }
}

.product .carousel-responsive .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 15px 0;
  width: 100vw;
}

.product .flashsale {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
}

@media (min-width: 768px) {
  .product .flashsale {
    position: relative;
    left: auto;
    top: auto;
  }
}

.product .flashsale span.title {
  display: inline;
}

.product .flashsale i {
  font-size: 20px;
  left: -30px;
  top: -2px;
}

@media (min-width: 768px) {
  .product .flashsale i {
    font-size: 22px;
    left: -35px;
    top: -2px;
  }
}

.product #oosHook form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.product #oosHook form input {
  height: 55px;
}

.product #oosHook form.isNotLogged .btn {
  margin-top: 35px;
}

.product #oosHook .btn {
  width: 100%;
  margin-bottom: 20px;
}

.product #oosHook .mailalerts_oos_email {
  border: 1px solid #e6e9ea;
  padding: 10px;
  font-family: "poppins light";
  font-size: 13px;
  color: #231f20;
  letter-spacing: 0.5px;
}

.product #oosHook #oos_customer_email_result {
  width: 100%;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
  background: #f1f4f6;
  padding: 15px;
}

.product .nosto.section-block {
  padding: 10px 0;
}

@media (min-width: 768px) {
  .product .nosto.section-block {
    padding: 30px 0;
  }
}

.product .nosto .section-block-content {
  margin-left: 0;
}

@media (min-width: 768px) {
  .product .nosto .section-block-content {
    margin-left: -13px;
  }
}

/* Panel Quick view */
.panel-qv {
  height: 100%;
}

/*Promotion macaron style*/
.promo {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 2;
  height: 35px;
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #df104a;
  border-radius: 50px;
}

@media (min-width: 992px) {
  .promo {
    height: 40px;
    width: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
  }
}

.promo span {
  color: #fff;
  font-family: "poppins-semi";
  font-size: 11px;
}

/*Product -level fiche + listings*/
.product-level {
  padding: 9px;
  background: #f1f4f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}

.product-level i {
  font-size: 20px;
  margin-right: 3px;
  color: #231f20;
}

.product-level i.icon-bobine_niveau.transparent {
  opacity: 0.4;
}

.product-level span {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin-left: 5px;
  text-transform: uppercase;
  display: none;
  color: #231f20;
}

@media (min-width: 1200px) {
  .product-level span {
    display: block;
  }
}

/*lightgallery icons*/
.lg-toolbar .lg-close {
  font-family: "cousette" !important;
  font-size: 20px;
}

.lg-toolbar .lg-close:before {
  content: "\e909";
  font-family: "cousette";
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  font-family: "cousette" !important;
  font-size: 15px;
}

.lg-actions .lg-prev {
  -webkit-transform: rotate(95deg);
  -ms-transform: rotate(95deg);
  transform: rotate(95deg);
}

.lg-actions .lg-next {
  -webkit-transform: rotate(-95deg);
  -ms-transform: rotate(-95deg);
  transform: rotate(-95deg);
}

.icon-arrow-left:before, .icon-arrow-right:before {
  content: "\e911";
  font-family: "cousette";
}

/* AVIS VERIFIES **************************************************************************************/
#idTabavisverifies .owl-stage-outer {
  overflow: visible;
}

#idTabavisverifies .owl-nav {
  position: absolute;
  top: -95px;
  right: 0;
}

#idTabavisverifies .comment:first-child .comment-wrap {
  margin-left: 0;
}

#idTabavisverifies .comment .comment-wrap {
  padding: 25px;
  -webkit-box-shadow: 0px 0px 5px #e6e9ea;
          box-shadow: 0px 0px 5px #e6e9ea;
  border-radius: 5px;
  height: 345px;
  margin: 15px;
  position: relative;
}

#idTabavisverifies .comment .comment-author {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

#idTabavisverifies .comment .comment-date {
  margin-left: 0;
}

#idTabavisverifies .comment .comment_infos {
  margin-bottom: 25px;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*COMMENT AUTHOR STYLE**********************************************/
.comment-author span {
  font-family: "poppins-semi";
  font-size: 13px;
  text-transform: capitalize;
}

.comment-author span:before {
  content: '';
  width: 20px;
  height: 1px;
  display: inline-block;
  margin-bottom: 4px;
  margin-right: 10px;
  background: #dc8b8c;
}

/*COMMENT DATE***************************************************/
.comment-date {
  color: #999b9f;
  font-size: 11px;
  font-family: "poppins", Arial;
  letter-spacing: 0.5px;
}

/*COMMENT CONTENT************************************************/
.comment-content {
  line-height: 20px;
}

/*PRODUCT MANUFECTURER*********************************************/
.product-reference {
  color: #999b9f;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 1.5px;
  display: inline-block;
}

#product_comments_block_tab, .widget {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  #product_comments_block_tab, .widget {
    margin-bottom: 45px;
  }
}

#product_comments_block_tab img, .widget img {
  max-width: 100%;
}

@media (min-width: 992px) {
  #product_comments_block_tab img, .widget img {
    padding-right: 135px;
  }
}

#product_comments_block_tab .empty img, .widget .empty img {
  padding-right: 0;
}

.widget {
  text-align: left;
  padding-top: 25px;
}

@media (min-width: 768px) {
  .widget {
    margin-bottom: 20px;
    text-align: right;
    padding-top: 0;
  }
}

#password section {
  position: relative;
}

#password section::after {
  background: #f1f4f6;
  content: none;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
  z-index: -1;
}

@media (min-width: 992px) {
  #password section::after {
    content: "";
  }
}

#password .password-ctn {
  margin-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  #password .password-ctn {
    margin-bottom: 230px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

#password .password-ctn .inner {
  position: relative;
}

#password .password-ctn .inner .breadcrumb {
  padding-left: 0;
}

@media (min-width: 992px) {
  #password .password-ctn .inner .breadcrumb {
    margin-bottom: 0;
    position: absolute;
  }
}

#password .bloc-img {
  position: relative;
}

@media (min-width: 992px) {
  #password .bloc-img {
    top: 50px;
  }
}

#password .bloc-img img {
  width: 100%;
}

#password .bloc-content {
  background: #f1f4f6;
  padding: 15px;
}

#password .bloc-content .alert {
  display: block;
  margin-bottom: 15px;
}

#password .bloc-content .alert .customer_mail {
  display: block;
  font-family: "poppins-semi";
  padding: 10px 0;
}

@media (min-width: 992px) {
  #password .bloc-content {
    background: none;
    padding: 100px 0 70px 20px;
  }
}

@media (min-width: 1200px) {
  #password .bloc-content {
    padding-bottom: 100px;
    padding-left: 45px;
    padding-top: 150px;
  }
}

#password .bloc-content .title {
  font-family: "abril-fatface";
  font-size: 2.6rem;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  #password .bloc-content .title {
    font-size: 4.5rem;
    margin-bottom: 35px;
  }
}

#password .bloc-content .subtitle {
  font-family: "poppins light";
  font-size: 1.4rem;
}

#password .bloc-content form {
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;
}

#password .bloc-content form .form-group {
  margin-bottom: 0;
}

#password .bloc-content form .form-group input {
  padding-left: 15px;
}

/*#password .bloc-content form button {*/
/*  background: none;*/
/*  border: 0;*/
/*  cursor: pointer;*/
/*  padding: 10px;*/
/*  right: 15px;*/
/*}*/

/*#password .bloc-content form button .icon {*/
/*  font-size: 2rem;*/
/*}*/

.sitemap .tree {
  line-height: 25px;
}

.sitemap .tree > .tree-list {
  margin-bottom: 30px;
}

.sitemap .tree > .tree-list > a {
  display: inline-block;
  font-weight: 600;
}

.sitemap .tree .subtree {
  padding-left: 25px;
}

.sitemap .tree .subtree li {
  position: relative;
}

.sitemap .tree .subtree li:before {
  content: "\f054";
  font-family: "icomoon";
  font-size: 10px;
  font-size: 1rem;
  position: absolute;
  left: -15px;
}

.stores {
  margin-bottom: 45px;
}

.stores .store-result {
  color: #999b9f;
  display: block;
  padding: 25px 0;
  margin-bottom: 15px;
  font-weight: bold;
}

.stores .store-result.show {
  opacity: 1;
}

.stores .map-ctn {
  height: auto;
  margin: 0 0 45px 0;
  overflow: hidden;
  width: 100%;
}

.stores .stores-table .store-line {
  border-bottom: 1px solid #999b9f;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.stores .stores-table .store-line:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}

.stores .stores-table .store-line .store-name {
  display: block;
  font-weight: bold;
  margin-bottom: 6px;
}

.stores .stores-table .store-line .store-address {
  display: block;
  line-height: 20px;
  margin-bottom: 20px;
}

.stores .stores-table .store-line .store-details {
  cursor: pointer;
  display: inline-block;
  padding: 8px 10px 7px 10px;
}

.brands-page .page-heading .inner.cover {
  padding: 5px 0 0 0;
}

@media (min-width: 992px) {
  .brands-page .page-heading .inner.cover {
    padding: 15px 0 0 0;
  }
}

.brands-page .breadcrumb {
  padding: 0px 10px;
}

@media (min-width: 992px) {
  .brands-page .breadcrumb {
    padding: 0 20px 0 0;
  }
}

.brands-page .alphabet {
  margin-bottom: 100px;
}

.brands-page .letters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 5px 0;
  text-align: center;
  padding-bottom: 15px;
}

@media (min-width: 992px) {
  .brands-page .letters {
    margin: 40px 0 90px 0;
  }
}

.brands-page .letters a {
  border: 1px solid #e6e9ea;
  border-radius: 15px;
  display: inline-block;
  font-family: "poppins-semi";
  font-size: 18px;
  margin-right: 5px;
  padding: 5px;
  text-align: center;
  width: 40px;
}

.brands-page .letters a:hover {
  border-color: #dc8b8c;
  text-decoration: none;
}

.brands-page .brand-list .letter-line .letter {
  background: #f1f4f6;
  font-size: 30px;
  margin-bottom: 0;
  padding: 20px 0;
  text-align: center;
}

@media (min-width: 992px) {
  .brands-page .brand-list .letter-line .letter {
    font-size: 55px;
  }
}

.brands-page .wrap-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.brands-page .wrap-line .brand-item {
  margin: 10px 0;
  padding-left: 0;
}

@media (min-width: 992px) {
  .brands-page .wrap-line .brand-item {
    margin: 30px 0;
    padding-left: 15px;
  }
}

.brands-page .wrap-line .brand-item .wrap {
  border-bottom: 1px solid #e6e9ea;
  border-top: 1px solid #e6e9ea;
  padding: 15px;
  position: relative;
}

.brands-page .wrap-line .brand-item .wrap img {
  max-height: 60px;
}

.brands-page .wrap-line .brand-item .wrap span {
  bottom: -20px;
  color: #999b9f;
  display: block;
  font-size: 11px;
  left: 0;
  letter-spacing: 1px;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
}

.brands-page .wrap-line .brand-item .wrap:hover {
  border-color: #dc8b8c;
}

.brands-page .wrap-line .brand-item .wrap:hover span {
  color: #dc8b8c;
}

.brands-page .wrap-line .all-items {
  margin: 0 0 20px 0;
}

@media (min-width: 992px) {
  .brands-page .wrap-line .all-items {
    margin: 0;
    padding-left: 40px;
  }
}

.lg-sub-html {
  display: none !important;
}

.lg-icon {
  font-family: "cousette";
}

#lg-zoom-in::after {
  content: "\e959";
}

#lg-zoom-out::after {
  content: "\e95a";
}

.lg-thumb-outer {
  background: rgba(0, 0, 0, 0.2);
  left: 0;
  padding: 0 10px;
}

.advmanufacturer .section-block-header {
  display: none;
}

.advmanufacturer .advmanufacturer-slides {
  border-bottom: 1px solid #e6e9ea;
  border-top: 1px solid #e6e9ea;
}

.advmanufacturer .advmanufacturer-slides .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.advmanufacturer .advmanufacturer-slides .owl-item {
  padding: 35px;
}

.footer-middle-wrap .advblocklink {
  padding: 0;
}

.footer-middle-wrap .advblocklink li {
  padding: 3px 0;
}

.footer-middle-wrap .advblocklink li span:not(.lien-off),
.footer-middle-wrap .advblocklink li p {
  color: #231f20;
  display: block;
  font-family: "poppins", Arial;
  font-size: 11px;
  letter-spacing: 0.2px;
  margin-bottom: 0;
}

.footer-middle-wrap .advblocklink li span:last-child,
.footer-middle-wrap .advblocklink li p:last-child {
  margin-bottom: 10px;
}

.footer-middle-wrap .advblocklink li a,
.footer-middle-wrap .advblocklink li .lien-off {
  padding: 10px 30px;
  text-align: center;
}

.footer-middle-wrap .advblocklink-wrap .advblocklink {
  padding: 0 5px;
}

@media (min-width: 992px) {
  .footer-middle-wrap .advblocklink-wrap .advblocklink {
    padding: 0;
  }
}

.footer-middle-wrap .advblocklink-wrap .advblocklink li {
  padding: 3px 0;
}

.footer-middle-wrap .advblocklink-wrap .advblocklink li a,
.footer-middle-wrap .advblocklink-wrap .advblocklink li .lien-off,
.footer-middle-wrap .advblocklink-wrap .advblocklink li span,
.footer-middle-wrap .advblocklink-wrap .advblocklink li p {
  color: #231f20;
  display: block;
  font-family: "poppins", Arial;
  font-size: 11px;
  letter-spacing: 0.2px;
  line-height: 14px;
  margin-bottom: 10px;
  padding: 0;
  text-align: left;
}

.footer-middle-wrap .advblocklink-wrap .advblocklink li a:hover,
.footer-middle-wrap .advblocklink-wrap .advblocklink li .lien-off:hover,
.footer-middle-wrap .advblocklink-wrap .advblocklink li span:hover,
.footer-middle-wrap .advblocklink-wrap .advblocklink li p:hover {
  text-decoration: none;
}

.footer-middle-wrap .advblocklink-wrap .advblocklink li a:hover,
.footer-middle-wrap .advblocklink-wrap .advblocklink li .lien-off:hover {
  color: #dc8b8c;
}

.footer-middle-wrap .advblocklink-wrap .advblocklink li .btn {
  margin-top: 10px;
}

.footer-middle-wrap .advblocklink-wrap .advblocklink-title {
  position: relative;
}

.footer-middle-wrap .advblocklink-wrap .advblocklink-title::after {
  content: "\e911";
  font-family: "cousette";
  font-size: 8px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 13px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

@media (min-width: 992px) {
  .footer-middle-wrap .advblocklink-wrap .advblocklink-title::after {
    display: none;
  }
}

.footer-middle-wrap .advblocklink-wrap .advblocklink-title.open::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.footer-middle-wrap .advblocklink-title {
  color: #231f20;
  font-family: "poppins light";
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 2.2px;
  padding: 0 0 10px 0;
}

.footer-middle-wrap .footer-links {
  background: #f1f4f6;
}

@media (max-width: 991px) {
  .footer-middle-wrap #social_block {
    margin-left: -5px;
  }
  .footer-middle-wrap #social_block h4 {
    margin-bottom: 0 !important;
  }
  .footer-middle-wrap #social_block ul {
    margin-top: 0 !important;
  }
  .footer-middle-wrap .advblocklink {
    padding-left: 5px;
  }
  .footer-middle-wrap .advblocklink .btn-connexion {
    text-align: right;
  }
  .footer-middle-wrap .advblocklink.professionel ul {
    display: block !important;
    padding-left: 0;
    padding-top: 0;
  }
  .footer-middle-wrap .advblocklink.professionel ul li a {
    padding: 10px 15px;
  }
  .footer-middle-wrap .advblocklink .advblocklink-title {
    display: block;
    margin: 0;
    padding: 15px 0 0 0;
  }
  .footer-middle-wrap .advblocklink ul {
    display: none;
    padding: 5px;
  }
  .footer-middle-wrap .advblocklink ul li a {
    margin-bottom: 0 !important;
  }
}

.advconstructor-mea {
  margin-bottom: 45px;
}

.advconstructor-mea .advconstructor {
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .advconstructor-mea .advconstructor {
    margin-bottom: 0;
    width: 50%;
  }
}

.advconstructor-mea .advconstructor .inner {
  background: #f1f4f6;
  padding: 50px;
}

.advconstructor-mea .advconstructor:nth-child(2n) .inner {
  background: #e6e9ea;
}

.block--mea--home span, .block--mea--banner span {
  display: block;
}

.block--mea--home article {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-height: 150px;
  text-align: center !important;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block--mea--home article:first-child {
  margin-bottom: 15px;
  width: 100%;
}

@media (min-width: 768px) {
  .block--mea--home article:first-child {
    margin-bottom: 0;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .block--mea--home article {
    min-height: 420px;
    width: 50%;
  }
}

.block--mea--home article .wrap {
  background: #fff;
  margin: 15px 20px;
  padding: 30px;
  width: 100%;
}

@media (min-width: 768px) {
  .block--mea--home article .wrap {
    margin: 0;
    padding: 50px 45px;
    width: 80%;
  }
}

.block--mea--home article .wrap .simple--big-title {
  letter-spacing: 0.6px;
  margin-top: 0;
  min-height: auto;
  padding: 10px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .block--mea--home article .wrap .simple--big-title {
    min-height: 70px;
    padding: 10px 0 10px 0;
  }
}

@media (min-width: 992px) {
  .block--mea--home article .wrap .simple--big-title {
    min-height: 95px;
    padding: 10px 0 20px 0;
  }
}

.block--mea--home.home2 article {
  width: 100%;
}

.block--mea--home.home2 article:first-child {
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 768px) {
  .block--mea--home.home2 article:first-child {
    margin-bottom: 0;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .block--mea--home.home2 article {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .block--mea--home.category {
    margin-bottom: 0;
  }
}

.block--mea--home.category article {
  width: 100%;
}

.block--mea--home.category article:first-child {
  width: 100%;
}

@media (min-width: 768px) {
  .block--mea--home.category article:first-child {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .block--mea--home.category article {
    min-height: 330px;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .block--mea--home.category article {
    min-height: 450px;
  }
}

.block--mea--home.category.listing {
  overflow: hidden;
}

.block--mea--home.category.listing article:first-child {
  width: 100%;
}

.block--mea--banner article .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block--mea--banner article .wrap .element-bg {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .block--mea--banner article .wrap .element-bg {
    padding-left: 10px;
  }
}

.block--mea--banner article .wrap .element-bg div {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-height: 140px;
}

@media (min-width: 768px) {
  .block--mea--banner article .wrap .element-bg div {
    min-height: 100%;
  }
}

.block--mea--banner article .wrap .element-text {
  background: #f1f4f6;
  padding: 20px 10px;
}

@media (min-width: 768px) {
  .block--mea--banner article .wrap .element-text {
    padding: 30px 45px;
  }
}

@media (min-width: 768px) {
  .block--mea--banner article .wrap .element-text .simple--big-title {
    margin: 20px auto;
  }
}

.block--mea--banner article .wrap .element-text p {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .block--mea--banner article .wrap .element-text p {
    margin-bottom: 35px;
  }
}

a, a:focus {
  outline: 0;
}

.advcms-nav {
  background-color: #e6e9ea;
  border-right: 1px solid #231f20;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 280px;
      flex-basis: 280px;
}

@media (min-width: 992px) {
  .advcms-nav {
    padding: 20px 30px 0;
    -ms-flex-preferred-size: 350px;
        flex-basis: 350px;
  }
}

@media (min-width: 1200px) {
  .advcms-nav {
    padding: 40px 50px 0 45px;
    -ms-flex-preferred-size: 410px;
        flex-basis: 410px;
  }
}

.advcms-nav .advcms-nav-category {
  margin-bottom: 30px;
}

.advcms-nav .advcms-nav-title {
  color: #231f20;
  cursor: pointer;
  display: block;
  font-weight: 900;
  font-size: 20px;
  position: relative;
  text-decoration: none;
}

.advcms-nav .advcms-nav-title .icon {
  position: absolute;
  right: -30px;
  top: 2px;
  height: 30px;
  width: 30px;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
}

.advcms-nav .advcms-nav-title.open .icon:before {
  content: "\e90a";
}

.advcms-nav a.advcms-nav-title:hover {
  text-decoration: underline;
}

.advcms-nav .advcms-nav-list {
  display: none;
  list-style: none;
  margin-top: 10px;
  padding: 0;
}

.advcms-nav .advcms-nav-list li {
  padding: 10px 0;
  position: relative;
}

.advcms-nav .advcms-nav-list li a {
  color: #231f20;
  display: block;
  font-size: 16px;
  padding: 5px 0;
  text-decoration: none;
}

.advcms-nav .advcms-nav-list li a.open {
  font-weight: 700;
  text-decoration: underline;
}

.advcms-nav .advcms-nav-list li a:not(.open):hover {
  color: #231f20;
}

.advcms-nav .advcms-nav-list li a .icon {
  position: absolute;
  right: -20px;
  top: 20px;
  font-size: 12px;
  text-decoration: none;
}

.advcms-nav .advcms-nav-list li a.open .icon {
  content: "\e90a";
}

.advcms-nav .advcms-nav-list li .advcms-subnav-list {
  display: none;
  margin-top: 15px;
  margin-left: 18px;
  padding-left: 0;
  padding-bottom: 30px;
}

.advcms-nav .advcms-nav-list li .advcms-subnav-list li {
  list-style: disc;
  padding: 5px 0;
}

.advcms-nav .advcms-nav-list li .advcms-subnav-list li a {
  display: block;
  font-size: 13px;
  line-height: 16px;
}

.advcms-nav .advcms-nav-list li .advcms-subnav-list li a.current {
  font-weight: bold;
}

.matrices {
  padding-bottom: 30px;
}

.matrices .matrice {
  padding: 40px 0;
}

@media (min-width: 992px) {
  .matrices .matrice {
    padding: 60px 0;
  }
}

.matrices .matrice .matrice-title {
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 20px 0;
}

@media (min-width: 480px) {
  .matrices .matrice .matrice-title {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .matrices .matrice .matrice-title {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .matrices .matrice .matrice-title {
    font-size: 24px;
  }
}

.matrices .matrice .matrice-content {
  font-size: 14px;
  line-height: 1.6;
  overflow-x: auto;
}

@media (min-width: 768px) {
  .matrices .matrice .matrice-content {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .matrices .matrice .matrice-content {
    font-size: 16px;
  }
}

.matrices .matrice .matrice-content img {
  height: auto;
  max-width: 100%;
}

.matrices .matrice .matrice-content td {
  border: 1px solid #231f20;
}

.matrices .matrice .matrice-video-ctn {
  position: relative;
}

.matrices .matrice .matrice-video-ctn:before {
  content: "";
  display: block;
  padding-bottom: 50%;
}

.matrices .matrice .matrice-video-ctn .matrice-video {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.matrices .matrice .matrice-action {
  border-radius: 3px;
  margin-top: 15px;
}

.matrices .matrice .matrice-img-ctn {
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 768px) {
  .matrices .matrice .matrice-img-ctn {
    margin-bottom: 0;
  }
}

.matrices .matrice .matrice-img-ctn img {
  height: auto;
  max-width: 100%;
}

.matrices .matrice.img-right .matrice-img-ctn {
  margin-bottom: 30px;
  text-align: center;
}

@media (min-width: 768px) {
  .matrices .matrice.img-right .matrice-img-ctn {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: right;
  }
}

.matrices .matrice.img-top .matrice-img-ctn {
  margin-bottom: 30px;
}

.matrices .matrice.img-bottom .matrice-img-ctn {
  margin-top: 15px;
  -webkit-box-ordinal-group: 3;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.matrices .matrice.media {
  margin-top: 0;
}

.matrices .matrice.media .matrice-media {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 0 15px;
}

.matrices .matrice.media.img-full {
  padding: 0;
}

.matrices .matrice.media.img-full .matrice-media {
  padding: 0;
  width: 100%;
}

.matrices .matrice.faq {
  padding: 8px 0;
}

@media (min-width: 768px) {
  .matrices .matrice.faq {
    padding: 15px 0;
  }
}

.matrices .matrice.faq:first-child {
  margin-top: 30px;
}

.matrices .matrice.faq .padded {
  padding: 0 15px;
}

@media (min-width: 768px) {
  .matrices .matrice.faq .padded {
    padding: 0 10%;
  }
}

.matrices .matrice.faq .matrice-text-ctn {
  border: 1px solid #e6e9ea;
  padding: 0;
}

.matrices .matrice.faq .matrice-title {
  color: #231f20;
  font-size: 15px;
  cursor: pointer;
  margin-bottom: 0;
  padding: 15px 45px 15px 15px;
  position: relative;
}

@media (min-width: 768px) {
  .matrices .matrice.faq .matrice-title {
    font-size: 18px;
    padding: 30px 45px 30px 25px;
  }
}

.matrices .matrice.faq .matrice-title:after {
  color: #231f20;
  content: "\e915";
  font-size: 5px;
  font-family: "icomoon";
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.matrices .matrice.faq .matrice-title.open:after {
  content: "\e90a";
  font-size: 10px;
}

.matrices .matrice.faq .matrice-content {
  color: #231f20;
  display: none;
  line-height: 24px;
  padding: 15px 25px 25px 25px;
}

.matrices .matrice.faq .matrice-content h3 {
  font-size: 16px;
  font-weight: 900;
  margin: 30px 0 5px 0;
}

.matrices .matrice.faq .matrice-content h3:first-child {
  margin-top: 0;
}

.matrices .matrice.faq .matrice-content ul {
  padding-left: 30px;
}

#module-advcms-cms .header-main {
  border-bottom: 1px solid #e6e9ea;
}

@media (min-width: 768px) {
  .advcms {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  .advcms {
    margin-top: 40px;
  }
}

.advcms.advcms-cms .advcms-content .advcms-header {
  margin-bottom: 40px;
  text-align: center;
}

.advcms.advcms-cms .advcms-content .advcms-header > span {
  color: #dc8b8c;
  font-family: "apalu";
  font-size: 8.5rem;
}

.advcms.advcms-cms .advcms-content .advcms-header .advcms-title {
  color: #231f20;
  font-family: "abril-fatface";
  font-size: 3rem;
  margin-top: -15px;
}

@media (min-width: 768px) {
  .advcms.advcms-cms .advcms-content .advcms-header .advcms-title {
    font-size: 4rem;
  }
}

@media (min-width: 992px) {
  .advcms.advcms-cms .advcms-content .advcms-header .advcms-title {
    font-size: 5rem;
  }
}

@media (min-width: 1200px) {
  .advcms.advcms-cms .advcms-content .advcms-header .advcms-title {
    font-size: 5.5rem;
  }
}

.advcms.advcms-cms .advcms-content .advcms-matrices .advcms-matrice {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .advcms.advcms-cms .advcms-content .advcms-matrices .advcms-matrice {
    margin-bottom: 80px;
  }
}

.advcms.advcms-cms .advcms-content .advcms-matrices .advcms-matrice .matrice-img img {
  width: 100%;
}

.advcms.advcms-cms .advcms-content .advcms-matrices .advcms-matrice .matrice-content {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .advcms.advcms-cms .advcms-content .advcms-matrices .advcms-matrice .matrice-content {
    margin-top: 30px;
  }
}

.advcms.advcms-cms .advcms-content .advcms-matrices .advcms-matrice .matrice-content .matrice-title {
  font-family: "poppins-semi";
  font-size: 1.8rem;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .advcms.advcms-cms .advcms-content .advcms-matrices .advcms-matrice .matrice-content .matrice-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .advcms.advcms-cms .advcms-content .advcms-matrices .advcms-matrice .matrice-content .matrice-title {
    font-size: 2.2rem;
    letter-spacing: 0.4px;
    margin-bottom: 30px;
  }
}

.advcms.advcms-cms .advcms-content .advcms-matrices .advcms-matrice .matrice-content .matrice-desc {
  font-family: "poppins light";
}

.advcms.advcms-cms .advcms-content .advcms-matrices .advcms-matrice .matrice-content .matrice-desc p {
  font-family: "poppins light";
  font-size: 1.3rem;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .advcms.advcms-cms .advcms-content .advcms-matrices .advcms-matrice .matrice-content .matrice-desc p {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .advcms.advcms-cms .advcms-content .advcms-matrices .advcms-matrice .matrice-content .matrice-desc p {
    font-size: 1.4rem;
  }
}

.advcms.advcms-cms .advcms-content .advcms-matrices .advcms-matrice .matrice-content .matrice-desc h1,
.advcms.advcms-cms .advcms-content .advcms-matrices .advcms-matrice .matrice-content .matrice-desc h2 {
  letter-spacing: 2.2px;
}

.advcms.advcms-cms .advcms-content .advcms-matrices .advcms-matrice .matrice-content .matrice-desc h1,
.advcms.advcms-cms .advcms-content .advcms-matrices .advcms-matrice .matrice-content .matrice-desc h2,
.advcms.advcms-cms .advcms-content .advcms-matrices .advcms-matrice .matrice-content .matrice-desc h3,
.advcms.advcms-cms .advcms-content .advcms-matrices .advcms-matrice .matrice-content .matrice-desc h4,
.advcms.advcms-cms .advcms-content .advcms-matrices .advcms-matrice .matrice-content .matrice-desc h5,
.advcms.advcms-cms .advcms-content .advcms-matrices .advcms-matrice .matrice-content .matrice-desc h6 {
  margin-bottom: 15px;
  text-transform: uppercase;
}

.matrices {
  padding-bottom: 30px;
}

.matrices .matrice {
  padding: 40px 0;
}

@media (min-width: 992px) {
  .matrices .matrice {
    padding: 60px 0;
  }
}

.matrices .matrice .matrice-title {
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 20px 0;
}

@media (min-width: 480px) {
  .matrices .matrice .matrice-title {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .matrices .matrice .matrice-title {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .matrices .matrice .matrice-title {
    font-size: 24px;
  }
}

.matrices .matrice .matrice-content {
  font-size: 14px;
  line-height: 1.6;
  overflow-x: auto;
}

@media (min-width: 768px) {
  .matrices .matrice .matrice-content {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .matrices .matrice .matrice-content {
    font-size: 16px;
  }
}

.matrices .matrice .matrice-content img {
  height: auto;
  max-width: 100%;
}

.matrices .matrice .matrice-content td {
  border: 1px solid #231f20;
}

.matrices .matrice .matrice-video-ctn {
  position: relative;
}

.matrices .matrice .matrice-video-ctn:before {
  content: "";
  display: block;
  padding-bottom: 50%;
}

.matrices .matrice .matrice-video-ctn .matrice-video {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.matrices .matrice .matrice-action {
  border-radius: 3px;
  margin-top: 15px;
}

.matrices .matrice .matrice-img-ctn {
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 768px) {
  .matrices .matrice .matrice-img-ctn {
    margin-bottom: 0;
  }
}

.matrices .matrice .matrice-img-ctn img {
  height: auto;
  max-width: 100%;
}

.matrices .matrice.img-right .matrice-img-ctn {
  margin-bottom: 30px;
  text-align: center;
}

@media (min-width: 768px) {
  .matrices .matrice.img-right .matrice-img-ctn {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: right;
  }
}

.matrices .matrice.img-top .matrice-img-ctn {
  margin-bottom: 30px;
}

.matrices .matrice.img-bottom .matrice-img-ctn {
  margin-top: 15px;
  -webkit-box-ordinal-group: 3;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.matrices .matrice.media {
  margin-top: 0;
}

.matrices .matrice.media .matrice-media {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 0 15px;
}

.matrices .matrice.media.img-full {
  padding: 0;
}

.matrices .matrice.media.img-full .matrice-media {
  padding: 0;
  width: 100%;
}

.matrices .matrice.faq {
  padding: 8px 0;
}

@media (min-width: 768px) {
  .matrices .matrice.faq {
    padding: 15px 0;
  }
}

.matrices .matrice.faq:first-child {
  margin-top: 30px;
}

.matrices .matrice.faq .padded {
  padding: 0 15px;
}

@media (min-width: 768px) {
  .matrices .matrice.faq .padded {
    padding: 0 10%;
  }
}

.matrices .matrice.faq .matrice-text-ctn {
  border: 1px solid #e6e9ea;
  padding: 0;
}

.matrices .matrice.faq .matrice-title {
  color: #231f20;
  font-size: 15px;
  cursor: pointer;
  margin-bottom: 0;
  padding: 15px 45px 15px 15px;
  position: relative;
}

@media (min-width: 768px) {
  .matrices .matrice.faq .matrice-title {
    font-size: 18px;
    padding: 30px 45px 30px 25px;
  }
}

.matrices .matrice.faq .matrice-title:after {
  color: #231f20;
  content: "\e915";
  font-size: 5px;
  font-family: "icomoon";
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.matrices .matrice.faq .matrice-title.open:after {
  content: "\e90a";
  font-size: 10px;
}

.matrices .matrice.faq .matrice-content {
  color: #231f20;
  display: none;
  line-height: 24px;
  padding: 15px 25px 25px 25px;
}

.matrices .matrice.faq .matrice-content h3 {
  font-size: 16px;
  font-weight: 900;
  margin: 30px 0 5px 0;
}

.matrices .matrice.faq .matrice-content h3:first-child {
  margin-top: 0;
}

.matrices .matrice.faq .matrice-content ul {
  padding-left: 30px;
}

a, a:focus {
  outline: 0;
}

.advcms-nav {
  background-color: #e6e9ea;
  border-right: 1px solid #231f20;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 280px;
      flex-basis: 280px;
}

@media (min-width: 992px) {
  .advcms-nav {
    padding: 20px 30px 0;
    -ms-flex-preferred-size: 350px;
        flex-basis: 350px;
  }
}

@media (min-width: 1200px) {
  .advcms-nav {
    padding: 40px 50px 0 45px;
    -ms-flex-preferred-size: 410px;
        flex-basis: 410px;
  }
}

.advcms-nav .advcms-nav-category {
  margin-bottom: 30px;
}

.advcms-nav .advcms-nav-title {
  color: #231f20;
  cursor: pointer;
  display: block;
  font-weight: 900;
  font-size: 20px;
  position: relative;
  text-decoration: none;
}

.advcms-nav .advcms-nav-title .icon {
  position: absolute;
  right: -30px;
  top: 2px;
  height: 30px;
  width: 30px;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
}

.advcms-nav .advcms-nav-title.open .icon:before {
  content: "\e90a";
}

.advcms-nav a.advcms-nav-title:hover {
  text-decoration: underline;
}

.advcms-nav .advcms-nav-list {
  display: none;
  list-style: none;
  margin-top: 10px;
  padding: 0;
}

.advcms-nav .advcms-nav-list li {
  padding: 10px 0;
  position: relative;
}

.advcms-nav .advcms-nav-list li a {
  color: #231f20;
  display: block;
  font-size: 16px;
  padding: 5px 0;
  text-decoration: none;
}

.advcms-nav .advcms-nav-list li a.open {
  font-weight: 700;
  text-decoration: underline;
}

.advcms-nav .advcms-nav-list li a:not(.open):hover {
  color: #231f20;
}

.advcms-nav .advcms-nav-list li a .icon {
  position: absolute;
  right: -20px;
  top: 20px;
  font-size: 12px;
  text-decoration: none;
}

.advcms-nav .advcms-nav-list li a.open .icon {
  content: "\e90a";
}

.advcms-nav .advcms-nav-list li .advcms-subnav-list {
  display: none;
  margin-top: 15px;
  margin-left: 18px;
  padding-left: 0;
  padding-bottom: 30px;
}

.advcms-nav .advcms-nav-list li .advcms-subnav-list li {
  list-style: disc;
  padding: 5px 0;
}

.advcms-nav .advcms-nav-list li .advcms-subnav-list li a {
  display: block;
  font-size: 13px;
  line-height: 16px;
}

.advcms-nav .advcms-nav-list li .advcms-subnav-list li a.current {
  font-weight: bold;
}

.advfeaturedcategories {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 15px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-top: 0;
}

@media (min-width: 992px) {
  .advfeaturedcategories {
    margin-bottom: 0;
  }
}

.advfeaturedcategories .section-block-content.bigCount {
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

@media (min-width: 1200px) {
  .advfeaturedcategories .section-block-content.bigCount {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.advfeaturedcategories .section-block-content.smallCount {
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

@media (min-width: 992px) {
  .advfeaturedcategories .section-block-content.smallCount {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 992px) {
  .advfeaturedcategories .section-block-content {
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 20px;
  }
}

.advfeaturedcategories .section-block-content .featured-category {
  background: url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/img/tache_rose.png");
  background-position: -3px 0;
  background-repeat: no-repeat;
  background-size: 103%;
  margin: 15px 10px;
  padding-top: 15px;
}

.advfeaturedcategories .section-block-content .featured-category:first-child {
  margin-left: 0;
}

@media (min-width: 992px) {
  .advfeaturedcategories .section-block-content .featured-category {
    margin: 15px 10px;
  }
}

.advfeaturedcategories .section-block-content .featured-category:hover {
  background: url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/img/tache_bleu.png");
  background-position: -3px 0;
  background-repeat: no-repeat;
  background-size: 103%;
}

.advfeaturedcategories .section-block-content .featured-category:hover .inner {
  border-color: #455f70;
}

.advfeaturedcategories .section-block-content .featured-category:hover a {
  text-decoration: none;
}

.advfeaturedcategories .section-block-content .featured-category .inner {
  border: 1px solid #dc8b8c;
  border-radius: 150px;
}

.advfeaturedcategories .section-block-content .category-content {
  padding: 10px;
  text-align: center;
}

.advfeaturedcategories .section-block-content .category-title {
  word-break: break-all;
}

/* Switch Menu */
.menu-action {
  opacity: 1;
  position: relative;
  height: 40px;
  display: block;
}

.menu-action .wrap-burger {
  background: blue;
}

.menu-action:hover {
  color: #231f20;
  text-decoration: none;
}

@media (min-width: 992px) {
  .menu-action {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .menu-action {
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    cursor: pointer;
    height: 40px;
    opacity: 0;
    display: none;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  }
}

.menu-action .icon {
  font-size: 30px;
  font-size: 3rem;
}

@media (min-width: 768px) {
  .menu-action .icon {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

@media (min-width: 992px) {
  .menu-action .icon {
    font-size: 40px;
    font-size: 4rem;
  }
}

.menu-action span {
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  position: absolute;
  left: 0;
  right: 0;
  background: #231f20;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
  height: 3px;
  opacity: 1;
  width: 25px;
}

.menu-action span:nth-child(1) {
  bottom: 23px;
}

.menu-action span:nth-child(2) {
  bottom: 14px;
}

.menu-action span:nth-child(3) {
  bottom: 5px;
}

.menu-action small {
  display: none;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .menu-action small {
    font-size: 10px;
    font-size: 1rem;
    display: block;
    top: 58px;
  }
}

@media (min-width: 992px) {
  .menu-action small {
    font-size: 11px;
    font-size: 1.1rem;
    top: 76px;
  }
}

.menu-open .advmenu {
  left: 0;
}

.menu-open .menu-action span:nth-child(1) {
  bottom: 15px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.menu-open .menu-action span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.menu-open .menu-action span:nth-child(3) {
  bottom: 15px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.menu-open .menu-responsive .overlay-responsive {
  display: block;
  opacity: 1;
}

.header-stack .menu-action {
  opacity: 1;
}

/* displayMenu */
.advmenu {
  background: #fff;
  position: fixed;
  left: -100%;
  width: 100%;
  bottom: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  top: 155px;
}

@media (min-width: 480px) {
  .advmenu {
    top: 200px;
  }
}

@media (min-width: 768px) {
  .advmenu {
    top: 155px;
    width: 80%;
    padding-top: 15px;
  }
}

@media (min-width: 992px) {
  .advmenu {
    top: 160px;
  }
}

@media (min-width: 1200px) {
  .advmenu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    position: relative;
    left: 0;
    text-align: center;
    z-index: 1;
    top: 0;
    width: 100%;
  }
}

@media (max-width: 992px) {
  .advmenu > .ctn {
    padding: 0;
  }
}

.advmenu .menu-content {
  text-align: left;
}

@media (min-width: 1200px) {
  .advmenu .menu-content {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.advmenu .menu-content .icon-fleche_deroulante {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  font-size: 8px;
}

.advmenu .menu-content > .root-link {
  padding: 0 17px;
}

.advmenu .root-link {
  width: 100%;
}

@media (min-width: 1200px) {
  .advmenu .root-link {
    width: auto;
    border: 0;
    padding: 0 15px;
  }
}

.advmenu .root-link.special > a,
.advmenu .root-link.special > span {
  font-family: "apalu";
  text-transform: none;
  color: #dc8b8c;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 0;
}

.advmenu .root-link.special > a:hover,
.advmenu .root-link.special > span:hover {
  color: #dc8b8c;
}

.advmenu .root-link > a,
.advmenu .root-link > span {
  position: relative;
  font-family: "poppins light";
  font-size: 11px;
  font-size: 1.1rem;
  color: #231f20;
  display: block;
  font-weight: 700;
  padding: 20px 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 2;
  letter-spacing: 2.2px;
}

@media (min-width: 768px) {
  .advmenu .root-link > a,
  .advmenu .root-link > span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media (min-width: 1200px) {
  .advmenu .root-link > a,
  .advmenu .root-link > span {
    padding: 15px 0px;
  }
}

@media (min-width: 1610px) {
  .advmenu .root-link > a,
  .advmenu .root-link > span {
    padding: 15px 10px;
  }
}

.advmenu .root-link > a .icon,
.advmenu .root-link > span .icon {
  position: absolute;
  right: 0;
}

.advmenu .root-link > a .title_2,
.advmenu .root-link > span .title_2 {
  font-family: "apalu";
  color: #dc8b8c;
  font-size: 24px;
  text-transform: none;
  font-weight: normal;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  display: inline-block;
}

@media (min-width: 992px) {
  .advmenu .root-link > a .title_2,
  .advmenu .root-link > span .title_2 {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .advmenu .root-link > a .title_2,
  .advmenu .root-link > span .title_2 {
    bottom: -5px;
    right: -5px;
    position: absolute;
  }
}

@media (min-width: 1615px) {
  .advmenu .root-link > a .title_2,
  .advmenu .root-link > span .title_2 {
    font-size: 22px;
  }
}

.advmenu .root-link:hover a,
.advmenu .root-link:hover span {
  color: #231f20;
}

.advmenu .root-link.open .submenu {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 0;
}

.advmenu .voir-tout {
  padding: 12px 0;
  font-size: 12px !important;
  font-family: "poppins", Arial;
  position: relative;
  line-height: 25px;
  text-transform: none !important;
  font-weight: normal !important;
}

.advmenu .voir-tout:after {
  position: absolute;
  bottom: 10px;
  background: #dc8b8c;
  width: 100%;
  left: 0;
  content: "";
  height: 1px;
}

.advmenu .voir-tout:hover {
  text-decoration: none;
  color: #dc8b8c;
}

.advmenu .submenu {
  background: #fff;
  bottom: 0;
  left: -100%;
  z-index: 3;
  text-align: left;
}

@media (min-width: 480px) {
  .advmenu .submenu {
    top: 200px;
  }
}

@media (min-width: 768px) {
  .advmenu .submenu {
    top: 155px;
    padding-top: 20px;
  }
}

@media (min-width: 992px) {
  .advmenu .submenu {
    top: 160px;
  }
}

@media (min-width: 1200px) {
  .advmenu .submenu {
    top: 160px;
  }
}

@media (min-width: 1200px) {
  .advmenu .submenu {
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    text-align: left;
    z-index: 1;
  }
}

.advmenu .submenu .close-tab a {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  padding: 0px 0 0 25px;
  position: relative;
  font-family: "poppins light";
}

.advmenu .submenu .close-tab a span {
  margin-left: 20px;
  color: #fff;
}

.advmenu .submenu .close-tab a .icon {
  color: #fff;
  position: absolute;
  left: 0px;
  top: 4px;
}

.advmenu .submenu .close-tab a .icon.icon-fleche_deroulante {
  font-size: 7px;
  color: #231f20;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.advmenu .submenu .close-tab a .icon.icon-fleche_deroulante.reversed {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.advmenu .submenu .child-link {
  -webkit-transition: padding 0.3s ease 0s;
  transition: padding 0.3s ease 0s;
  display: block;
  padding: 5px 10px 5px 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.advmenu .submenu .child-link a,
.advmenu .submenu .child-link span {
  font-family: "poppins", Arial;
  font-size: 12px;
  font-size: 1.2rem;
  color: #231f20;
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  width: 100%;
}

.advmenu .submenu .child-link a.menu-subtitle,
.advmenu .submenu .child-link span.menu-subtitle {
  color: #231f20;
}

.advmenu .submenu .child-link a:hover,
.advmenu .submenu .child-link span:hover {
  color: #231f20;
}

.advmenu .submenu .child-link .referal {
  height: auto;
  padding: 0;
}

.advmenu .submenu .wrap-submenu {
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1200px) {
  .advmenu .submenu .wrap-submenu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.advmenu .submenu .wrap-submenu .root-link > a,
.advmenu .submenu .wrap-submenu .root-link > span {
  font-size: 12px;
  font-size: 1.2rem;
  padding-left: 0;
}

.advmenu .submenu .wrap-submenu ul {
  width: 100%;
}

.advmenu .overlay-submenu {
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  z-index: 0;
  left: 0;
  position: fixed;
  width: 100%;
  top: 155px;
  opacity: 0;
  visibility: hidden;
}

.advmenu .overlay-submenu.hover {
  opacity: 1;
  visibility: visible;
}

.advmenu .submenu {
  background: #fff;
  position: fixed;
  width: 100%;
  top: 155px;
}

@media (min-width: 768px) {
  .advmenu .submenu {
    width: 80%;
  }
}

.advmenu .root-link.hover:hover .submenu,
.advmenu .root-link.hover:hover .overlay-submenu {
  pointer-events: auto;
}

.menu-responsive .submenu {
  overflow-y: auto;
}

.menu-responsive .root-link {
  border-bottom: 1px solid #e6e9ea;
}

.menu-responsive .root-link:last-child a {
  font-family: "poppins light";
  color: #231f20;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}

.menu-responsive .root-link > a,
.menu-responsive .root-link > span {
  letter-spacing: 1px;
  cursor: pointer;
}

.menu-responsive .root-link .icon-fleche_deroulante.down {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.menu-responsive .root-link .close-tab {
  border-bottom: 1px solid #f1f4f6;
}

.menu-responsive .root-link .close-tab a {
  margin: 15px 0;
  font-size: 14px;
}

.menu-responsive .root-link .style-menu-links-2 {
  text-align: center;
  border: 1px solid #e6e9ea;
  max-width: 95%;
  margin: auto;
  margin-top: 20px;
}

.menu-responsive .root-link .style-menu-links-2 a {
  font-family: "poppins light";
  color: #231f20;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}

.menu-responsive .wrap-submenu-children {
  padding: 0px 10px 0 10px;
}

.menu-responsive .wrap-submenu-children:last-child {
  padding: 0 10px 10px 10px;
}

.menu-responsive .wrap-submenu-children .child-link span,
.menu-responsive .wrap-submenu-children .child-link a {
  color: #231f20;
  font-size: 14px;
  font-family: "poppins light";
  cursor: pointer;
}

.menu-responsive .wrap-submenu-children .child-link:hover {
  padding: 5px 10px 5px 0;
}

.menu-responsive .wrap-submenu-children .child-link:hover a,
.menu-responsive .wrap-submenu-children .child-link:hover span {
  text-decoration: underline;
}

.menu-responsive .overlay-responsive {
  z-index: -1;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  top: 155px;
}

@media (min-width: 480px) {
  .menu-responsive .overlay-responsive {
    top: 200px;
  }
}

@media (min-width: 768px) {
  .menu-responsive .overlay-responsive {
    top: 155px;
  }
}

@media (min-width: 992px) {
  .menu-responsive .overlay-responsive {
    top: 160px;
  }
}

.advreassurance {
  padding: 20px 0 20px 0;
  text-align: center;
}

@media (min-width: 992px) {
  .advreassurance {
    padding: 40px 0 40px 0;
  }
}

.advreassurance li {
  color: #e6e9ea;
  margin: 10px 0;
  width: 50%;
}

@media (min-width: 768px) {
  .advreassurance li {
    margin: 0;
  }
}

.advreassurance li img {
  display: block;
  margin: 0 auto 10px auto;
  max-width: 50px;
}

@media (min-width: 1200px) {
  .advreassurance li img {
    max-width: 65px;
  }
}

.advreassurance li .advreassurance-title {
  display: block;
  font-weight: 700;
  font-size: 13px;
  font-size: 1.3rem;
}

@media (min-width: 480px) {
  .advreassurance li .advreassurance-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.advreassurance li .advreassurance-content {
  color: #999b9f;
  font-size: 10px;
  letter-spacing: 2.2px;
  line-height: 12px;
  margin: auto;
  max-width: 185px;
}

@media (min-width: 992px) {
  .advreassurance li .advreassurance-content {
    font-size: 11px;
    line-height: 14px;
  }
}

@media (max-width: 360px) {
  .advreassurance li:nth-child(2n + 1) {
    clear: both;
  }
}

/* Hook DisplaySlider */
.advslider {
  margin-bottom: 30px;
  position: relative;
}

.advslider .bg-color {
  left: -30px;
}

@media (min-width: 768px) {
  .advslider .bg-color {
    left: 0;
    margin-bottom: 30px;
  }
}

.advslider .ctn-fluid,
.advslider .ctn2 {
  padding: 0;
}

@media (min-width: 768px) {
  .advslider .ctn-fluid,
  .advslider .ctn2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.advslider .advslide .advslide-content {
  left: 15px;
  padding: 30px 0;
  right: 15px;
  width: auto;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  .advslider .advslide .advslide-content {
    height: 245px;
    padding: 30px 15px;
  }
}

.advslider .advslide .advslide-content p {
  margin-bottom: 20px;
}

.advslider .advslide .advslide-title {
  display: block;
  font-size: 12px;
  margin-bottom: 0;
  text-align: left;
  width: 100%;
}

@media (min-width: 768px) {
  .advslider .advslide .advslide-title {
    display: inline;
    font-size: 14px;
    width: auto;
  }
}

.advslider .advslide .advslide-subtitle {
  color: #231f20;
  display: block;
  font-family: "abril-fatface";
  font-size: 26px;
  letter-spacing: 2.2px;
  margin-bottom: 20px;
  margin-top: 5px;
  text-align: left;
}

@media (min-width: 768px) {
  .advslider .advslide .advslide-subtitle {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .advslider .advslide .advslide-subtitle {
    font-size: 55px;
    margin-bottom: 45px;
  }
}

.advslider .advslide .content-left,
.advslider .advslide .content-right {
  padding: 0 55px 0 40px;
}

@media (min-width: 992px) {
  .advslider .advslide .content-left,
  .advslider .advslide .content-right {
    padding: 0 0;
  }
}

.advslider .advslide .content-right {
  padding: 0 40px;
  text-align: left;
}

@media (min-width: 1200px) {
  .advslider .advslide .content-right {
    padding-left: 60px;
    padding-top: 25px;
  }
}

.advslider .owl-carousel .owl-nav {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  top: auto;
}

/* displayTop */
.advwishlist-list-ctn .advwishlist-list-btn {
  position: absolute;
  right: 15px;
  top: 15px;
}

/* Compte */
.wishlists-list .new-wishlist .form-group {
  margin-bottom: 15px;
}

@media (min-width: 480px) {
  .wishlists-list .new-wishlist .form-group {
    margin-bottom: 0;
  }
}

.wishlists-list .new-wishlist .submit #submitWishlist {
  height: 40px;
  width: 100%;
}

@media (min-width: 480px) {
  .wishlists-list #block-history .table-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 480px) {
  .wishlists-list #block-history .table-row .table-cell {
    display: inline-block;
  }
}

.wishlists-list #block-history .table-row .table-cell.wish-name {
  font-weight: bold;
  text-decoration: underline;
}

.wishlists-list #block-history .table-row .table-cell.delete {
  position: absolute;
  right: 5px;
  top: 8px;
}

@media (min-width: 480px) {
  .wishlists-list #block-history .table-row .table-cell.delete {
    position: static;
  }
}

.wishlists-list #block-history .table-row + .table-row {
  border-top: 1px solid #f1f4f6;
}

/* displayPanel */
.panel-cart-layout .price {
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width: 992px) {
  .panel-cart-layout .price {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.panel-cart-layout .panel-block {
  padding: 0 !important;
}

@media (min-width: 768px) {
  .panel-cart-layout .panel-block {
    padding: 15px 30px !important;
  }
}

.panel-cart-layout .panel-block.cart_block_list .wrap {
  border-bottom: 1px solid #f1f4f6;
  padding-bottom: 20px;
  padding-top: 20px;
}

.panel-cart-layout .panel-block.cart_block_list .wrap:first-child {
  padding-top: 0;
}

.panel-cart-layout .product-unit-price .old-price {
  font-weight: bold;
  margin-right: 5px;
}

.panel-cart-layout .product-unit-price .current-price {
  display: block;
  font-weight: bold;
}

@media (min-width: 992px) {
  .panel-cart-layout .product-unit-price .current-price {
    display: inline;
  }
}

.panel-cart-layout .panel-product-qty {
  color: #231f20;
  font-size: 11px;
}

.panel-cart-layout .product-manufacturer p {
  margin-bottom: 0;
  margin-left: 0;
}

.panel-cart-layout .panel-products .panel-product {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.panel-cart-layout .panel-product-remove-ctn span {
  font-size: 11px;
}

.panel-cart-layout .panel-product-remove-ctn:hover span {
  text-decoration: underline;
}

.panel-cart-layout .price-total {
  font-size: 18px;
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .panel-cart-layout .price-total {
    font-size: 20px;
    font-size: 2rem;
  }
}

.panel-cart-layout .panel-cart-prices .panel-cart-prices-line {
  padding: 15px;
}

@media (min-width: 768px) {
  .panel-cart-layout .panel-cart-prices .panel-cart-prices-line {
    padding: 15px 0 0 0;
  }
}

.panel-cart-layout .panel-cart-prices .panel-cart-prices-line .price-total {
  color: #dc8b8c;
  font-family: "poppins-semi";
}

.panel-cart-layout .panel-cart-prices .panel-cart-prices-line .value {
  text-align: right;
}

.panel-cart-layout .panel-cart-prices .panel-cart-prices-line.discount {
  border-bottom: 1px solid #f1f4f6;
  padding-bottom: 15px;
}

.panel-cart-layout .panel-cart-prices .panel-cart-prices-line.discount .price {
  color: #df104a;
  font-family: "poppins-semi";
  font-size: 14px;
  font-weight: bold;
}

.panel-cart-layout .panel-cart-prices .panel-cart-prices-line.discount .delete_voucher i {
  font-size: 10px;
}

.panel-cart-layout .panel-cart-prices .panel-cart-prices-line.discount .delete_voucher:hover {
  text-decoration: none;
}

.panel-cart-layout .panel-product-name {
  padding: 0 20px 7px 0;
}

/* Counter header */
.heading-counter {
  color: #999b9f;
  font-family: "poppins", Arial;
  font-size: 12px;
  letter-spacing: 1px;
  padding-top: 0;
}

/* Filtres actifs */
.mobile-filters {
  display: none;
  margin-bottom: 0;
  overflow-x: auto;
  padding: 20px 0 10px 0;
}

.mobile-filters .clear-filters {
  display: none;
}

.mobile-filters.isFiltered {
  display: block;
}

.mobile-filters.isFiltered .clear-filters {
  display: block;
  font-size: 10px;
  padding: 5px 10px 0;
}

.mobile-filters.isFiltered .clear-filters a:hover {
  text-decoration: none;
}

.enabled-filters {
  display: none;
  margin-bottom: 30px;
  min-height: 1px;
}

.enabled-filters.mobile {
  display: block;
  margin-bottom: 0;
}

.enabled-filters.mobile .title {
  color: #999b9f;
  display: block;
  font-size: 10px;
  letter-spacing: 0.2px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.enabled-filters.mobile ul {
  width: 1300px;
}

.enabled-filters.mobile li {
  background: #f1f4f6;
  position: relative;
}

.enabled-filters.mobile li span {
  position: relative;
}

.enabled-filters.mobile li a {
  color: #231f20;
  height: 100%;
  left: 0;
  margin-left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.enabled-filters.mobile li a i {
  left: auto;
  right: -20px;
}

@media (min-width: 992px) {
  .enabled-filters {
    background: transparent;
    margin-top: 10px;
    padding: 10px;
    position: relative;
  }
}

.enabled-filters .title {
  color: #616167;
  display: none;
  font-size: 14px;
  margin-right: 10px;
}

.enabled-filters ul li {
  background: #f1f4f6;
  border-radius: 50px;
  display: inline-block;
  margin-right: 10px;
  padding: 5px 25px 5px 15px;
}

.enabled-filters ul li span {
  font-size: 11px;
}

.enabled-filters ul li a {
  display: inline-block;
  font-size: 10px;
  height: 7px;
  margin-left: 10px;
  position: relative;
}

.enabled-filters ul li.clear-filters {
  background: transparent;
}

.enabled-filters.has-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}

/* Filters on aside */
.filter-layout #enabled_filters {
  display: none;
}

/* displayFilter */
.filters-ctn,
#categories_block_left {
  /* Range slider */
}

.filters-ctn ul,
#categories_block_left ul {
  padding-right: 20px;
}

.filters-ctn .filter:last-child .filter-title::before,
#categories_block_left .filter:last-child .filter-title::before {
  display: none;
}

.filters-ctn .filter.open .wrap-filters .scroll-ctn,
#categories_block_left .filter.open .wrap-filters .scroll-ctn {
  margin-bottom: 10px;
  margin-top: 10px;
}

.filters-ctn .filter .inner,
#categories_block_left .filter .inner {
  padding-bottom: 10px;
  padding-top: 10px;
}

.filters-ctn .filter .filter-title,
#categories_block_left .filter .filter-title {
  display: block;
  font-family: "poppins", Arial;
  font-size: 14px;
  letter-spacing: 1.5px;
  margin-bottom: 0;
  overflow: hidden;
  padding: 12px 25px 12px 0;
  position: relative;
  position: relative;
  text-transform: uppercase;
}

.filters-ctn .filter .filter-title::before,
#categories_block_left .filter .filter-title::before {
  background: #e6e9ea;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media (min-width: 992px) {
  .filters-ctn .filter .filter-title::before,
  #categories_block_left .filter .filter-title::before {
    display: none;
  }
}

.filters-ctn .filter .filter-title.filter-matieres::after,
#categories_block_left .filter .filter-title.filter-matieres::after {
  display: none;
}

.filters-ctn .filter .filter-title::after,
#categories_block_left .filter .filter-title::after {
  background: #e6e9ea;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 100%;
  z-index: -1;
}

.filters-ctn .filter .filter-title .filter-title-content,
#categories_block_left .filter .filter-title .filter-title-content {
  background: #fff;
  font-family: "poppins light";
  letter-spacing: 2.2px;
  padding: 10px;
  display: inline-block;
}

.filters-ctn .filter .filter-title i,
#categories_block_left .filter .filter-title i {
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 25px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.filters-ctn .filter,
#categories_block_left .filter {
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .filters-ctn .filter,
  #categories_block_left .filter {
    margin-bottom: 30px;
  }
}

.filters-ctn .filter.open .filter-title i,
#categories_block_left .filter.open .filter-title i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.filters-ctn .filter .scroll-ctn,
#categories_block_left .filter .scroll-ctn {
  padding: 0 10px;
}

.filters-ctn .filter .inner,
#categories_block_left .filter .inner {
  display: none;
}

.filters-ctn .filter .inner.full-checkbox li,
#categories_block_left .filter .inner.full-checkbox li {
  background: #fff;
  border: 1px solid #e6e9ea;
  border-radius: 20px;
  margin-bottom: 15px;
  margin-right: 10px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.filters-ctn .filter .inner.full-checkbox li.checked,
#categories_block_left .filter .inner.full-checkbox li.checked {
  background: #dc8b8c;
  border: 1px solid #dc8b8c;
}

.filters-ctn .filter .inner.full-checkbox li.checked label a,
.filters-ctn .filter .inner.full-checkbox li.checked label span,
#categories_block_left .filter .inner.full-checkbox li.checked label a,
#categories_block_left .filter .inner.full-checkbox li.checked label span {
  color: #fff;
}

.filters-ctn .filter .inner.full-checkbox li.checked:hover,
#categories_block_left .filter .inner.full-checkbox li.checked:hover {
  background: #dc8b8c;
}

.filters-ctn .filter .inner.full-checkbox li .custom-checkbox,
#categories_block_left .filter .inner.full-checkbox li .custom-checkbox {
  padding: 5px 20px;
}

.filters-ctn .filter .inner.full-checkbox li .custom-checkbox::after,
#categories_block_left .filter .inner.full-checkbox li .custom-checkbox::after {
  color: #dc8b8c;
  left: auto;
  right: 15px;
  top: 10px;
}

.filters-ctn .filter .inner.full-checkbox li .custom-checkbox::before,
#categories_block_left .filter .inner.full-checkbox li .custom-checkbox::before {
  border: none;
  border-radius: 50px;
  position: absolute;
  right: 0;
}

.filters-ctn .filter .inner.full-checkbox li .custom-checkbox input,
#categories_block_left .filter .inner.full-checkbox li .custom-checkbox input {
  display: block;
  width: 100%;
}

.filters-ctn .filter .inner.full-checkbox li:hover,
#categories_block_left .filter .inner.full-checkbox li:hover {
  background: #f1f4f6;
}

.filters-ctn .filter .inner.full-checkbox li:hover .custom-checkbox::before,
#categories_block_left .filter .inner.full-checkbox li:hover .custom-checkbox::before {
  background: #f1f4f6;
}

.filters-ctn .filter .inner li,
#categories_block_left .filter .inner li {
  margin-bottom: 5px;
}

.filters-ctn .filter .inner .custom-checkbox::before,
#categories_block_left .filter .inner .custom-checkbox::before {
  border-radius: 5px;
}

.filters-ctn .filter .inner .custom-checkbox.checked::before,
#categories_block_left .filter .inner .custom-checkbox.checked::before {
  border-color: #dc8b8c;
}

.filters-ctn .filter .inner .custom-checkbox.checked label a,
#categories_block_left .filter .inner .custom-checkbox.checked label a {
  color: #dc8b8c;
}

.filters-ctn .filter .inner .custom-checkbox.checked label a:hover,
#categories_block_left .filter .inner .custom-checkbox.checked label a:hover {
  text-decoration: none;
}

.filters-ctn .filter .inner .custom-checkbox::after,
#categories_block_left .filter .inner .custom-checkbox::after {
  color: #dc8b8c;
}

.filters-ctn .filter .inner .custom-checkbox label a,
#categories_block_left .filter .inner .custom-checkbox label a {
  font-family: "poppins", Arial;
  font-size: 13px;
}

.filters-ctn .filter .inner .custom-checkbox label a:hover,
#categories_block_left .filter .inner .custom-checkbox label a:hover {
  color: #dc8b8c;
  text-decoration: none;
}

.filters-ctn .filter.open .inner,
#categories_block_left .filter.open .inner {
  display: block;
}

.filters-ctn .filter .filter-values,
#categories_block_left .filter .filter-values {
  padding: 0;
}

.filters-ctn .filter .filter-values li,
#categories_block_left .filter .filter-values li {
  padding: 3px 0;
}

.filters-ctn .filter .filter-values .filter-label,
#categories_block_left .filter .filter-values .filter-label {
  color: #616167;
}

.filters-ctn .filter .filter-values.filter-color li,
#categories_block_left .filter .filter-values.filter-color li {
  border: 1px solid #f1f4f6;
  border-radius: 50%;
  float: left;
  font-size: 0;
  height: 35px;
  margin: 4px;
  position: relative;
  text-align: center;
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.filters-ctn .filter .filter-values.filter-color li.no-color span,
#categories_block_left .filter .filter-values.filter-color li.no-color span {
  display: block;
  font-size: 10px;
}

.filters-ctn .filter .filter-values.filter-color li input,
#categories_block_left .filter .filter-values.filter-color li input {
  cursor: pointer;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.filters-ctn .filter .filter-values.filter-color li{
    background-size: contain;
    background-repeat: no-repeat;
}

.filters-ctn .filter .filter-values.filter-color li:hover, .filters-ctn .filter .filter-values.filter-color li.checked,
#categories_block_left .filter .filter-values.filter-color li:hover,
#categories_block_left .filter .filter-values.filter-color li.checked {
  border-color: #999b9f;
}

.filters-ctn .filter .filter-values.filter-color li:hover::before, .filters-ctn .filter .filter-values.filter-color li.checked::before,
#categories_block_left .filter .filter-values.filter-color li:hover::before,
#categories_block_left .filter .filter-values.filter-color li.checked::before {
  color: #999b9f;
  content: "\f00c";
  font-family: "icomoon";
  font-size: 17px;
  left: 8px;
  position: absolute;
  top: 8px;
}

.filters-ctn .filter .filter-values.custom-select > ul,
#categories_block_left .filter .filter-values.custom-select > ul {
  border: none;
  display: block;
  position: relative;
}

.filters-ctn .filter .filter-values.custom-select > ul .search-input input,
#categories_block_left .filter .filter-values.custom-select > ul .search-input input {
  border: 1px solid #e6e9ea;
  -webkit-box-shadow: 0 0 0 #fff;
          box-shadow: 0 0 0 #fff;
  height: 40px;
  padding: 10px;
}

.filters-ctn .filter .filter-values.custom-select > ul .search-input::after,
#categories_block_left .filter .filter-values.custom-select > ul .search-input::after {
  color: #231f20;
  content: "\e916";
  font-family: "cousette";
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 22px;
}

.filters-ctn .filter .filter-values.custom-select .selector,
#categories_block_left .filter .filter-values.custom-select .selector {
  display: none;
}

.filters-ctn .filter.layered_price .scroll-ctn,
#categories_block_left .filter.layered_price .scroll-ctn {
  padding: 0;
}

.filters-ctn .filter.layered_price .inner,
#categories_block_left .filter.layered_price .inner {
  padding: 30px 0 15px 0;
}

.filters-ctn .ui-slider,
#categories_block_left .ui-slider {
  background: #f1f4f6;
  height: 6px;
  position: relative;
  text-align: left;
}

.filters-ctn .ui-slider .ui-slider-range,
#categories_block_left .ui-slider .ui-slider-range {
  font-size: 7px;
  font-size: 0.7rem;
  background: #999b9f;
  border: 0;
  display: block;
  height: 6px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.filters-ctn .ui-slider .ui-slider-range-min,
#categories_block_left .ui-slider .ui-slider-range-min {
  left: 0;
}

.filters-ctn .ui-slider .ui-slider-range-max,
#categories_block_left .ui-slider .ui-slider-range-max {
  right: 0;
}

.filters-ctn .ui-slider .ui-slider-handle,
#categories_block_left .ui-slider .ui-slider-handle {
  background: #999b9f;
  cursor: pointer;
  height: 22px;
  line-height: 22px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: -8px;
  width: 22px;
  z-index: 2;
}

.filters-ctn .ui-slider .ui-slider-handle::before,
#categories_block_left .ui-slider .ui-slider-handle::before {
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
  content: "\f054";
  font-family: "icomoon";
}

.filters-ctn .ui-slider .ui-slider-handle:last-child,
#categories_block_left .ui-slider .ui-slider-handle:last-child {
  margin-left: -22px;
}

.filters-ctn .ui-slider .ui-slider-handle:last-child::before,
#categories_block_left .ui-slider .ui-slider-handle:last-child::before {
  content: "\f053";
}

.filters-ctn .filter-range-ctn,
#categories_block_left .filter-range-ctn {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  margin-top: 30px;
  text-align: center;
}

/* block cat */
#categories_block_left .scroll-ctn {
  padding: 0 10px;
}

#categories_block_left .block_content {
  padding-top: 15px;
}

#categories_block_left .filter-title {
  font-family: "poppins light";
  letter-spacing: 2.2px;
  padding: 10px;
  text-transform: uppercase;
}

#categories_block_left .filter-title .filter-title-content {
  padding-left: 0;
}

#categories_block_left ul > li > a {
  border: 1px solid #e6e9ea;
  border-radius: 50px;
  display: block;
  font-family: "poppins", Arial;
  font-size: 11px;
  margin-bottom: 10px;
  padding: 10px 25px;
  text-align: left;
}

#categories_block_left ul > li > a:hover {
  background: #f1f4f6;
  text-decoration: none;
}

#categories_block_left ul > li.selected a {
  background: #dc8b8c;
  color: #fff;
  position: relative;
}

#categories_block_left ul > li.selected a:hover {
  background: #dc8b8c;
}

#categories_block_left ul > li.selected a::after {
  background: #fff;
  border-radius: 100%;
  color: #dc8b8c;
  content: "\e904";
  font-family: "cousette";
  font-size: 10px;
  height: 15px;
  line-height: 17px;
  position: absolute;
  right: 8px;
  text-align: center;
  top: 7px;
  width: 15px;
}

.mobile .filters-ctn .filter,
.mobile #categories_block_left .filter {
  margin-bottom: 0;
}

.mobile .panel-close.bottom {
  background: #f1f4f6;
  height: 60px;
  margin: 10px 0;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}

/* DisplayTop */
.newsletter {
  background: #f1f4f6;
}

.newsletter .h2 {
  color: #dc8b8c;
  font-family: "apalu";
  font-size: 45px;
  font-weight: normal;
  text-transform: capitalize;
}

@media (min-width: 992px) {
  .newsletter .h2 {
    font-size: 85px;
  }
}

.newsletter .newsletter-ctn {
  padding: 15px;
}

@media (min-width: 480px) {
  .newsletter .newsletter-ctn {
    padding: 15px 10%;
  }
}

@media (min-width: 992px) {
  .newsletter .newsletter-ctn {
    padding: 15px 25%;
  }
}

.newsletter .newsletter-ctn form {
  margin-bottom: 0;
  position: relative;
}

@media (min-width: 992px) {
  .newsletter .newsletter-ctn form {
    margin-bottom: 0;
  }
}

.newsletter .newsletter-ctn .newsletter-input {
  padding: 0 15px;
}

.newsletter .newsletter-ctn .newsletter-submit {
  color: #231f20;
  padding: 10px 0;
  position: absolute;
  width: auto;
  position: absolute;
  bottom: 0;
  right: 15px;
  top: 0;
}

/* btn action mobile */
.header-search-action {
  display: block;
  width: 100%;
}

@media (min-width: 480px) {
  .header-search-action {
    display: none;
  }
}

.header-search-action .search-action {
  text-decoration: none;
}

.header-search-action .search-action i {
  color: #231f20;
}

/* displayTop */
.header-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 155px;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  background: #fff;
  opacity: 0;
  pointer-events: none;
}

@media (min-width: 480px) {
  .header-search {
    top: 200px;
  }
}

@media (min-width: 768px) {
  .header-search {
    top: 155px;
  }
}

@media (min-width: 992px) {
  .header-search {
    margin-left: 30px;
    opacity: 1;
    pointer-events: auto;
    position: relative;
    top: 0;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .header-search {
    margin-left: 0;
  }
}

.header-search .search-input {
  border: 1px solid #999b9f;
  border-left: 0;
  border-right: 0;
  height: 40px;
  padding: 0 30px 0 15px;
  width: 100%;
}

@media (min-width: 992px) {
  .header-search .search-input {
    border: 1px solid #999b9f;
  }
}

.header-search .search-submit {
  font-size: 15px;
  font-size: 1.5rem;
  position: absolute;
  right: 5px;
  top: 9px;
}

@media (min-width: 992px) {
  .header-search .search-submit {
    font-size: 18px;
    font-size: 1.8rem;
    right: 5px;
    top: 9px;
  }
}

.header-search .searchbox button {
  position: absolute;
  right: 8px;
  top: 8px;
}

@media (min-width: 992px) {
  .header-search .searchbox button {
    right: 8px;
    top: 6px;
  }
}

.header-search .searchbox button i {
  color: #231f20;
  font-size: 20px;
  font-size: 2rem;
}

@media (min-width: 992px) {
  .header-search .searchbox button i {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

/* Liste résultats Ajax */
.ac_results {
  background: #fff;
  display: block;
  left: 0 !important;
  padding: 0;
  position: absolute !important;
  right: 0;
  top: 145px !important;
  width: auto !important;
  z-index: 10;
}

.ac_results li {
  font-size: 14px;
  padding: 20px 15px;
}

.search-open .header-search {
  opacity: 1;
  pointer-events: auto;
}

.products-selection {
  overflow: hidden;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .products-selection {
    padding-bottom: 35px;
  }
}

.products-selection .owl-carousel .owl-nav {
  position: absolute;
  bottom: 55px;
  left: auto;
  right: 0;
  top: -65px;
}

.products-selection .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.products-selection .section-block-content {
  margin-left: -10px;
}

@media (min-width: 992px) {
  .products-selection .section-block-content {
    margin-left: 0;
  }
}

#psblog .blog-navigation-mobile .blog-nav-mobile-ctn {
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
}

@media (min-width: 480px) {
  #psblog .blog-navigation-mobile .blog-nav-mobile-ctn {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}

#psblog .blog-navigation-mobile .blog-nav-mobile-ctn .blog-nav-current-item {
  border: 1px solid #e6e9ea;
  display: block;
  font-size: 1rem;
  letter-spacing: 1px;
  padding: 15px;
  text-align: left;
  text-transform: uppercase;
}

@media (min-width: 480px) {
  #psblog .blog-navigation-mobile .blog-nav-mobile-ctn .blog-nav-current-item {
    padding: 20px 15px;
  }
}

#psblog .blog-navigation-mobile .blog-nav-mobile-ctn .icon {
  font-size: 0.8rem;
  right: 15px;
}

#psblog .blog-navigation-mobile .blog-nav-mobile-ctn.open .icon::before {
  content: "\e958";
}

#psblog .blog-navigation-mobile .blog-nav-mobile-ctn .blog-nav-mobile {
  background: #fff;
  border: 1px solid #e6e9ea;
  border-top: 0;
  display: none;
  position: relative;
  position: absolute;
  width: 100%;
  z-index: 1;
}

#psblog .blog-navigation-mobile .blog-nav-mobile-ctn .blog-nav-mobile .blog-nav-item {
  width: 100%;
}

#psblog .blog-navigation-mobile .blog-nav-mobile-ctn .blog-nav-mobile .blog-nav-item .blog-nav-link {
  display: block;
  font-size: 1rem;
  letter-spacing: 1px;
  margin-top: 0;
  padding: 15px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

@media (min-width: 480px) {
  #psblog .blog-navigation-mobile .blog-nav-mobile-ctn .blog-nav-mobile .blog-nav-item .blog-nav-link {
    padding: 20px 15px;
  }
}

#psblog .blog-navigation-mobile .blog-nav-mobile-sub {
  background: #f1f4f6;
  margin-bottom: 32px;
  overflow-x: auto;
  padding: 10px 5px;
  white-space: nowrap;
}

@media (min-width: 480px) {
  #psblog .blog-navigation-mobile .blog-nav-mobile-sub {
    padding: 10px;
  }
}

#psblog .blog-navigation-mobile .blog-nav-mobile-sub .blog-nav-sub-item {
  display: inline-block;
  padding: 0 7px;
}

#psblog .blog-navigation-mobile .blog-nav-mobile-sub .blog-nav-sub-item .blog-nav-sub-link {
  background: #fff;
  border-radius: 20px;
  display: block;
  padding: 8px 10px;
}

#psblog .blog-navigation-mobile .blog-nav-mobile-sub .blog-nav-sub-item + .blog-nav-sub-item {
  margin-left: -2px;
}

@media (min-width: 768px) {
  #psblog .blog-navigation-desktop .blog-nav {
    position: relative;
  }
}

@media (min-width: 992px) {
  #psblog .blog-navigation-desktop .blog-nav {
    border-bottom: 1px solid #e6e9ea;
    border-top: 1px solid #e6e9ea;
  }
}

#psblog .blog-navigation-desktop .blog-nav .blog-nav-item .blog-nav-link .blog-nav-link-text::after {
  content: none;
}

#psblog .blog-navigation-desktop .blog-nav .blog-nav-item .blog-nav-link {
  background-size: 0 !important;
  font-family: "poppins light";
  font-size: 1.1rem;
  margin-top: 0;
  padding: 20px 10px;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  #psblog .blog-navigation-desktop .blog-nav .blog-nav-item .blog-nav-link {
    padding: 20px 15px;
  }
}

#psblog .blog-navigation-desktop .blog-nav .blog-nav-item .blog-nav-link:hover .blog-nav-link-text {
  color: #231f20;
}

#psblog .blog-navigation-desktop .blog-nav .blog-nav-item:hover .blog-nav-link {
  background-size: contain !important;
}

@media (min-width: 992px) {
  #psblog .blog-navigation-desktop .blog-nav .blog-nav-item.has-subcategories {
    position: relative;
  }
}

#psblog .blog-navigation-desktop .blog-nav .blog-nav-item.has-subcategories .blog-nav-sub {
  background: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  padding: 15px 30px;
  pointer-events: none;
  text-align: left;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (min-width: 768px) {
  #psblog .blog-navigation-desktop .blog-nav .blog-nav-item.has-subcategories .blog-nav-sub {
    text-align: center;
    width: 100%;
  }
}

@media (min-width: 992px) {
  #psblog .blog-navigation-desktop .blog-nav .blog-nav-item.has-subcategories .blog-nav-sub {
    text-align: left;
    width: auto;
  }
}

#psblog .blog-navigation-desktop .blog-nav .blog-nav-item.has-subcategories .blog-nav-sub .blog-nav-sub-item .blog-nav-sub-link {
  color: #231f20;
  display: block;
  font-family: "poppins", Arial;
  font-size: 1.2rem;
  margin: 10px 0;
  padding: 5px 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (min-width: 992px) {
  #psblog .blog-navigation-desktop .blog-nav .blog-nav-item.has-subcategories .blog-nav-sub .blog-nav-sub-item .blog-nav-sub-link {
    font-size: 1.1rem;
  }
}

#psblog .blog-navigation-desktop .blog-nav .blog-nav-item.has-subcategories .blog-nav-sub .blog-nav-sub-item .blog-nav-sub-link:hover {
  color: #b66c6d;
  text-decoration: none;
}

#psblog .blog-navigation-desktop .blog-nav .blog-nav-item.has-subcategories:hover .blog-nav-sub {
  opacity: 1;
  pointer-events: auto;
}

#psblog .blog-navigation-desktop .blog-nav .blog-nav-item:first-child.active .blog-nav-link-text::after {
  content: "";
}

#psblog .blog-navigation-desktop .blog-nav .blog-nav-item:first-child:hover .blog-nav-link .blog-nav-link-text {
  text-decoration: none;
}

#psblog .blog-navigation-desktop .blog-nav .blog-nav-item:first-child:hover .blog-nav-link .blog-nav-link-text::after {
  content: "";
}

#psblog .blog-navigation-desktop .blog-nav .blog-nav-item + .blog-nav-item.active .blog-nav-link {
  background-size: contain !important;
}

#psblog .blog-posts {
  background: #f1f4f6;
  margin-bottom: 15px;
  padding-bottom: 30px;
  position: relative;
  z-index: 0;
}

@media (min-width: 768px) {
  #psblog .blog-posts {
    margin-bottom: 45px;
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  #psblog .blog-posts {
    margin-bottom: 100px;
    padding-bottom: 100px;
  }
}

#psblog .blog-posts.with-padding {
  padding-top: 100px;
}

#psblog .blog-posts img {
  display: block;
  width: 100%;
}

#psblog .article-list .article-category {
  display: inline-block;
  font-family: "poppins light";
  font-size: 1rem;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding: 5px 10px 10px 0;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  #psblog .article-list .article-category {
    font-size: 1.1rem;
  }
}

@media (min-width: 992px) {
  #psblog .article-list .article-category {
    margin-bottom: 17px;
  }
}

#psblog .article-list .article-title {
  color: #231f20;
  display: block;
  font-family: "abril-fatface";
  font-size: 1.8rem;
  letter-spacing: 0.8px;
  line-height: 1.2;
  margin-bottom: 15px;
  text-transform: none;
}

@media (min-width: 768px) {
  #psblog .article-list .article-title {
    font-size: 2.2rem;
  }
}

@media (min-width: 992px) {
  #psblog .article-list .article-title {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
}

#psblog .article-list .article-content {
  color: #999b9f;
  display: none;
  font-family: "poppins light";
  font-size: 1.4rem;
  letter-spacing: 0.5px;
  line-height: 1.4;
  margin-bottom: 15px;
  text-transform: none;
}

@media (min-width: 768px) {
  #psblog .article-list .article-content {
    display: block;
  }
}

#psblog .article-list .article-link {
  border-bottom: 1px solid #dc8b8c;
  font-family: "poppins-semi";
  font-size: 1.1rem;
  letter-spacing: 1.5px;
  padding: 2px 0;
  text-transform: uppercase;
}

#psblog .article-list .article-link:hover {
  color: #dc8b8c;
  text-decoration: none;
}

#psblog .bg-text {
  color: #fff;
  display: none;
  font-family: "apalu";
  font-size: 64.2rem;
  opacity: 0.7;
  position: absolute;
  top: 0;
  z-index: -1;
}

@media (min-width: 992px) {
  #psblog .bg-text {
    display: block;
  }
}

#psblog .home-first-article {
  margin-bottom: 30px;
  margin-top: 0;
  position: relative;
}

@media (min-width: 992px) {
  #psblog .home-first-article {
    margin-bottom: 60px;
    margin-top: 100px;
  }
}

#psblog .home-first-article .bg-text {
  color: #f1f4f6;
  font-size: 18rem;
  left: auto;
  right: 0;
  top: -50px;
  -webkit-transform: translateX(-40%);
      -ms-transform: translateX(-40%);
          transform: translateX(-40%);
  z-index: 0;
}

#psblog .home-first-article::after {
  background: #fff;
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  top: 0;
}

#psblog .home-first-article .article {
  position: relative;
}

@media (min-width: 992px) {
  #psblog .home-first-article .article {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media (min-width: 992px) {
  #psblog .home-first-article .article .article-img-bloc {
    left: 0;
    position: absolute;
  }
}

#psblog .home-first-article .article .article-img-bloc img {
  display: block;
}

#psblog .home-first-article .article .article-infos {
  color: #fff;
  z-index: 1;
}

@media (min-width: 992px) {
  #psblog .home-first-article .article .article-infos {
    margin-top: 50px;
  }
}

#psblog .home-first-article .article .article-infos .inner {
  background: #455f70;
  padding: 20px;
}

@media (min-width: 768px) {
  #psblog .home-first-article .article .article-infos .inner {
    padding: 25px;
  }
}

@media (min-width: 992px) {
  #psblog .home-first-article .article .article-infos .inner {
    padding: 30px 40px;
  }
}

@media (min-width: 1200px) {
  #psblog .home-first-article .article .article-infos .inner {
    padding: 60px 80px;
  }
}

#psblog .home-first-article .article .article-infos .article-author {
  margin-bottom: 5px;
}

@media (min-width: 480px) {
  #psblog .home-first-article .article .article-infos .article-author {
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  #psblog .home-first-article .article .article-infos .article-author {
    margin-bottom: 20px;
  }
}

#psblog .home-first-article .article .article-infos .article-author .article-author-img {
  width: 55px;
}

@media (min-width: 768px) {
  #psblog .home-first-article .article .article-infos .article-author .article-author-img {
    width: 75px;
  }
}

@media (min-width: 992px) {
  #psblog .home-first-article .article .article-infos .article-author .article-author-img {
    width: 100px;
  }
}

#psblog .home-first-article .article .article-infos .article-content {
  color: #fff;
  margin-bottom: 35px;
}

#psblog .home-first-article .article .article-infos .article-title {
  color: #fff;
}

#psblog .home-first-article .article .article-infos .article-link {
  border-bottom-color: #fff;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}

#psblog .home-first-article .article .article-infos .article-link:hover {
  text-decoration: none;
}

#psblog .home-block {
  margin-bottom: 15px;
  position: relative;
}

@media (min-width: 768px) {
  #psblog .home-block {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  #psblog .home-block {
    margin-bottom: 80px;
    margin-top: 50px;
  }
}

#psblog .home-block .article-list .article:first-child .article-main {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  #psblog .home-block .article-list .article:first-child .article-main {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  #psblog .home-block .article-list .article:first-child .article-main {
    margin-bottom: 65px;
  }
}

@media (min-width: 992px) {
  #psblog .home-block .article-list .article:first-child .article-header {
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  #psblog .home-block .article-list .article:last-child .article-header {
    padding-right: 0;
  }
}

#psblog .home-block .article-list .article .article-inner {
  background: #fff;
}

@media (min-width: 992px) {
  #psblog .home-block .article-list .article .article-inner {
    background: none;
  }
}

@media (min-width: 992px) {
  #psblog .home-block .article-list .article .article-inner .article-header {
    background: #fff;
  }
}

#psblog .home-block .article-list .article .article-inner .article-header .inner {
  height: 100%;
}

#psblog .home-block .article-list .article .article-inner .article-header .article-img-bloc {
  display: none;
  height: 100%;
  width: 100%;
}

@media (min-width: 992px) {
  #psblog .home-block .article-list .article .article-inner .article-header .article-img-bloc {
    display: block;
  }
}

@media (min-width: 992px) {
  #psblog .home-block .article-list .article .article-inner .article-header img {
    display: none;
  }
}

@media (min-width: 992px) {
  #psblog .home-block .article-list .article .article-inner .article-main .article-infos {
    background: #fff;
  }
}

#psblog .home-block .article-list .article .article-inner .article-main .article-infos .inner {
  padding: 20px 15px;
}

@media (min-width: 992px) {
  #psblog .home-block .article-list .article .article-inner .article-main .article-infos .inner {
    padding: 35px 5px;
  }
}

@media (min-width: 1200px) {
  #psblog .home-block .article-list .article .article-inner .article-main .article-infos .inner {
    padding: 45px 15px;
  }
}

#psblog .list-std .article {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  #psblog .list-std .article {
    margin-bottom: 30px;
  }
}

#psblog .list-std .article .article-infos {
  background: #fff;
  padding: 15px;
}

@media (min-width: 992px) {
  #psblog .list-std .article .article-infos {
    padding: 25px;
  }
}

@media (min-width: 1200px) {
  #psblog .list-std .article .article-infos {
    padding: 45px;
  }
}

#psblog .pagination {
  padding-top: 15px;
}

@media (min-width: 992px) {
  #psblog .pagination {
    padding-top: 35px;
  }
}

#psblog .pagination .p-numbers .p-numbers-item {
  display: inline-block;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#psblog .pagination .p-numbers .p-numbers-item a {
  border: 1px solid #b66c6d;
  border-radius: 50px;
  display: block;
  height: 40px;
  position: relative;
  width: 40px;
}

#psblog .pagination .p-numbers .p-numbers-item a span {
  color: #231f20;
  font-family: "poppins-semi";
  font-size: 1.3rem;
}

#psblog .pagination .p-numbers .p-numbers-item + .p-numbers-item {
  margin-left: 10px;
}

#psblog .pagination .p-numbers .p-numbers-item:hover {
  opacity: 0.9;
}

#psblog .pagination .p-numbers .p-numbers-item.current {
  opacity: 1;
}

#psblog .blog-view {
  margin-top: 20px;
}

@media (min-width: 992px) {
  #psblog .blog-view {
    margin-top: 40px;
  }
}

#psblog .blog-view .post-header {
  margin-bottom: 45px;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}

@media (min-width: 480px) {
  #psblog .blog-view .post-header {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (min-width: 992px) {
  #psblog .blog-view .post-header {
    margin-bottom: 160px;
  }
}

#psblog .blog-view .post-header img {
  display: block;
}

@media (min-width: 992px) {
  #psblog .blog-view .post-header .post-intro-ctn {
    bottom: -60px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    position: absolute;
  }
}

#psblog .blog-view .post-header .post-intro-ctn .post-comments {
  margin-top: 15px;
  -webkit-box-ordinal-group: 3;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
}

@media (min-width: 992px) {
  #psblog .blog-view .post-header .post-intro-ctn .post-comments {
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 330px;
  }
}

#psblog .blog-view .post-header .post-intro-ctn .post-comments span {
  color: #999b9f;
  font-family: "poppins", Arial;
  font-size: 1.1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#psblog .blog-view .post-header .post-intro-ctn .post-comments a {
  color: #231f20;
  font-family: "poppins light";
  font-size: 1.1rem;
  letter-spacing: 1.5px;
  text-decoration: underline;
}

#psblog .blog-view .post-header .post-intro-ctn .post-intro {
  background: #d76e4e;
  color: #fff;
  -webkit-box-ordinal-group: 2;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 30px;
  width: 100%;
}

@media (min-width: 992px) {
  #psblog .blog-view .post-header .post-intro-ctn .post-intro {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 60px;
    width: calc(100% - 300px);
  }
}

#psblog .blog-view .post-header .post-intro-ctn .post-intro .post-intro-cat {
  display: inline-block;
  font-family: "poppins light";
  font-size: 1rem;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding: 5px 10px 15px 0;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  #psblog .blog-view .post-header .post-intro-ctn .post-intro .post-intro-cat {
    font-size: 1.1rem;
  }
}

#psblog .blog-view .post-header .post-intro-ctn .post-intro .post-intro-title {
  display: block;
  font-family: "abril-fatface";
  font-size: 1.8rem;
  letter-spacing: 0.8px;
  line-height: 1.2;
  margin-bottom: 15px;
  text-transform: none;
  color: #fff;
}

@media (min-width: 768px) {
  #psblog .blog-view .post-header .post-intro-ctn .post-intro .post-intro-title {
    font-size: 2.2rem;
  }
}

@media (min-width: 992px) {
  #psblog .blog-view .post-header .post-intro-ctn .post-intro .post-intro-title {
    font-size: 2.8rem;
    margin-bottom: 35px;
  }
}

#psblog .blog-view .post-header .post-intro-ctn .post-intro .post-intro-content {
  font-family: "poppins light";
  letter-spacing: 0.5px;
  line-height: 1.4;
  margin-bottom: 15px;
  text-transform: none;
}

#psblog .blog-view .post-header .post-intro-ctn .post-intro .post-intro-content p {
  color: #fff;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  #psblog .blog-view .post-header .post-intro-ctn .post-intro .post-intro-content p {
    font-size: 1.4rem;
  }
}

#psblog .blog-view .post-infos {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  #psblog .blog-view .post-infos {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  #psblog .blog-view .post-infos {
    margin-bottom: 80px;
  }
}

#psblog .blog-view .post-infos .post-info-1 {
  border-bottom: 1px solid #e6e9ea;
  border-top: 1px solid #e6e9ea;
  color: #231f20;
  margin-bottom: 15px;
  padding: 23px 0;
  text-align: center;
}

@media (min-width: 768px) {
  #psblog .blog-view .post-infos .post-info-1 {
    margin-bottom: 30px;
  }
}

#psblog .blog-view .post-infos .post-info-1 img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
}

@media (min-width: 768px) {
  #psblog .blog-view .post-infos .post-info-1 img {
    display: inline-block;
    width: auto;
  }
}

#psblog .blog-view .post-infos .post-info-1 img + img {
  margin-top: 30px;
}

@media (min-width: 768px) {
  #psblog .blog-view .post-infos .post-info-1 img + img {
    margin-top: 0;
    padding-left: 50px;
  }
}

#psblog .blog-view .post-infos .post-info-2 {
  background: #f1f4f6;
  color: #231f20;
  padding: 20px;
}

@media (min-width: 992px) {
  #psblog .blog-view .post-infos .post-info-2 {
    padding: 40px;
  }
}

#psblog .blog-view .post-infos .post-info-2 h1,
#psblog .blog-view .post-infos .post-info-2 h2,
#psblog .blog-view .post-infos .post-info-2 h3,
#psblog .blog-view .post-infos .post-info-2 h4,
#psblog .blog-view .post-infos .post-info-2 h5,
#psblog .blog-view .post-infos .post-info-2 h6 {
  color: #231f20;
  font-family: "poppins-semi";
  font-size: 1.8rem;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  #psblog .blog-view .post-infos .post-info-2 h1,
  #psblog .blog-view .post-infos .post-info-2 h2,
  #psblog .blog-view .post-infos .post-info-2 h3,
  #psblog .blog-view .post-infos .post-info-2 h4,
  #psblog .blog-view .post-infos .post-info-2 h5,
  #psblog .blog-view .post-infos .post-info-2 h6 {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}

#psblog .blog-view .post-infos .post-info-2 ul {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  #psblog .blog-view .post-infos .post-info-2 ul {
    margin-bottom: 30px;
  }
}

#psblog .blog-view .post-infos .post-info-2 ul li {
  font-family: "poppins light";
  font-size: 1.2rem;
}

@media (min-width: 992px) {
  #psblog .blog-view .post-infos .post-info-2 ul li {
    font-size: 1.4rem;
  }
}

#psblog .blog-view .post-infos .post-info-2 ul li + li {
  padding-top: 8px;
}

#psblog .blog-view .post-infos .post-info-2 p {
  font-size: 1.2rem;
}

@media (min-width: 992px) {
  #psblog .blog-view .post-infos .post-info-2 p {
    font-size: 1.4rem;
  }
}

#psblog .blog-view .post-content {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  #psblog .blog-view .post-content {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  #psblog .blog-view .post-content {
    margin-bottom: 80px;
  }
}

#psblog .blog-view .post-content .content h1 {
  color: #231f20;
  font-family: "poppins-semi";
  font-size: 1.8rem;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  #psblog .blog-view .post-content .content h1 {
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
}

#psblog .blog-view .post-content .content h2,
#psblog .blog-view .post-content .content h3 {
  letter-spacing: 0.4px;
}

#psblog .blog-view .post-content .content h2,
#psblog .blog-view .post-content .content h3,
#psblog .blog-view .post-content .content h4,
#psblog .blog-view .post-content .content h5,
#psblog .blog-view .post-content .content h6 {
  color: #231f20;
  font-family: "poppins light";
  font-size: 1.2rem;
  letter-spacing: 1px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  #psblog .blog-view .post-content .content h2,
  #psblog .blog-view .post-content .content h3,
  #psblog .blog-view .post-content .content h4,
  #psblog .blog-view .post-content .content h5,
  #psblog .blog-view .post-content .content h6 {
    font-size: 1.4rem;
    margin-bottom: 18px;
  }
}

#psblog .blog-view .post-content .content p {
  font-size: 1.2rem;
  letter-spacing: 0.4px;
  padding-bottom: 15px;
}

@media (min-width: 992px) {
  #psblog .blog-view .post-content .content p {
    font-size: 1.4rem;
  }
}

#psblog .blog-view .post-content .content img {
  height: auto;
  margin-top: 35px;
  max-width: 100%;
}

@media (min-width: 992px) {
  #psblog .blog-view .post-content .content img {
    margin-bottom: 15px;
    margin-top: 65px;
  }
}

#psblog .blog-view .post-content .content > p:first-child > img:first-child {
  margin-top: 0;
}

#psblog .blog-view .blog-share-bloc {
  margin-bottom: 20px;
  text-align: center;
}

#psblog .blog-view .blog-share-bloc li {
  display: inline-block;
}

#psblog .blog-view .blog-share-bloc li a {
  border: 1px solid #e6e9ea;
  border-radius: 50px;
  display: block;
  height: 30px;
  position: relative;
  width: 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#psblog .blog-view .blog-share-bloc li a .icon::before {
  color: #455f70;
}

#psblog .blog-view .blog-share-bloc li a:hover {
  background: #dc8b8c;
  border-color: #dc8b8c;
}

#psblog .blog-view .blog-share-bloc li a:hover .icon::before {
  color: #fff;
}

#psblog .blog-view .blog-share-bloc li + li {
  margin-left: 7px;
}

#psblog .blog-view .blog-share-bloc li.share-googleplus .icon {
  font-size: 1.2rem;
}

#psblog .blog-view .blog-share-bloc li.share-mail .icon {
  font-size: 1.2rem;
}

#psblog .blog-view .post-footer {
  border-bottom: 1px solid #e6e9ea;
  border-top: 1px solid #e6e9ea;
  color: #231f20;
  margin-bottom: 30px;
  padding: 23px 0;
}

@media (min-width: 768px) {
  #psblog .blog-view .post-footer {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  #psblog .blog-view .post-footer {
    margin-bottom: 100px;
  }
}

#psblog .blog-view .post-footer .article-author-img-ctn {
  padding-right: 0;
}

@media (min-width: 768px) {
  #psblog .blog-view .post-footer .article-author-img-ctn {
    padding-right: 15px;
  }
}

#psblog .blog-view .post-footer .article-author-img-ctn .article-author-img {
  max-width: 50px;
}

#psblog .blog-view .post-footer .article-author-infos .article-author-name {
  color: #231f20;
  display: block;
  font-family: "poppins", Arial;
  font-size: 1.1rem;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  #psblog .blog-view .post-footer .article-author-infos .article-author-name {
    margin-bottom: 18px;
  }
}

#psblog .blog-view .post-footer .article-author-infos .article-author-description {
  color: #999b9f;
  font-family: "poppins light";
  font-size: 1.2rem;
  line-height: 1.5;
}

@media (min-width: 992px) {
  #psblog .blog-view .post-footer .article-author-infos .article-author-description {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}

#psblog .post-related-products {
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  #psblog .post-related-products {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  #psblog .post-related-products {
    margin-bottom: 110px;
  }
}

#psblog .post-related-products .post-related-products-titles {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  #psblog .post-related-products .post-related-products-titles {
    margin-bottom: 40px;
  }
}

#psblog .post-related-products .post-related-products-titles .overtitle {
  color: #231f20;
  display: block;
  font-family: "poppins light";
  font-size: 1.2rem;
  letter-spacing: 1.7px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  #psblog .post-related-products .post-related-products-titles .overtitle {
    font-size: 1.3rem;
  }
}

@media (min-width: 992px) {
  #psblog .post-related-products .post-related-products-titles .overtitle {
    font-size: 1.4rem;
  }
}

#psblog .post-related-products .post-related-products-titles .title {
  color: #231f20;
  display: block;
  font-family: "poppins-semi";
  font-size: 2.2rem;
  letter-spacing: 0.4px;
}

@media (min-width: 768px) {
  #psblog .post-related-products .post-related-products-titles .title {
    font-size: 2.5rem;
  }
}

@media (min-width: 992px) {
  #psblog .post-related-products .post-related-products-titles .title {
    font-size: 3.2rem;
  }
}

#psblog .post-related-products .product-link > a,
#psblog .post-related-products .product-link > .lien-off {
  padding-left: 22px;
}

@media (min-width: 992px) {
  #psblog .post-related-products .product-link > a,
  #psblog .post-related-products .product-link > .lien-off {
    padding-left: 30px;
    padding-right: 80px;
  }
}

@media (min-width: 1200px) {
  #psblog .post-related-products .product-link > a,
  #psblog .post-related-products .product-link > .lien-off {
    padding-left: 60px;
  }
}

@media (min-width: 1290px) {
  #psblog .post-related-products .product-link > a,
  #psblog .post-related-products .product-link > .lien-off {
    padding-left: 80px;
  }
}

#psblog .post-related-products .product-link .advwishlist-list-btn {
  top: -2px;
}

#psblog .post-related-posts {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  #psblog .post-related-posts {
    margin-bottom: 70px;
  }
}

@media (min-width: 992px) {
  #psblog .post-related-posts {
    margin-bottom: 100px;
  }
}

#psblog .post-related-posts .post-related-posts-titles {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #psblog .post-related-posts .post-related-posts-titles {
    margin-bottom: 35px;
  }
}

@media (min-width: 992px) {
  #psblog .post-related-posts .post-related-posts-titles {
    margin-bottom: 50px;
  }
}

#psblog .post-related-posts .post-related-posts-titles .title {
  color: #dc8b8c;
  display: block;
  font-family: "apalu";
  font-size: 4.6rem;
  text-align: center;
}

@media (min-width: 768px) {
  #psblog .post-related-posts .post-related-posts-titles .title {
    font-size: 5.6rem;
  }
}

@media (min-width: 992px) {
  #psblog .post-related-posts .post-related-posts-titles .title {
    font-size: 8.5rem;
  }
}

#psblog .post-related-posts .post-related-posts-articles {
  position: relative;
}

#psblog .post-related-posts .post-related-posts-articles::after {
  background: #f1f4f6;
  content: "";
  z-index: -1;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  top: 100px;
}

@media (min-width: 768px) {
  #psblog .post-related-posts .post-related-posts-articles::after {
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    top: 100px;
  }
}

@media (min-width: 992px) {
  #psblog .post-related-posts .post-related-posts-articles::after {
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    top: 100px;
  }
}

#psblog .post-related-posts .post-related-posts-articles .article-header img {
  display: block;
}

#psblog .post-related-posts .post-related-posts-articles .owl-stage-outer {
  overflow: visible;
}

#psblog .post-related-posts .post-related-posts-articles .owl-stage-outer .owl-stage {
  margin-left: -30px;
}

@media (min-width: 480px) {
  #psblog .post-related-posts .post-related-posts-articles .owl-stage-outer .owl-stage {
    margin-left: -20px;
  }
}

@media (min-width: 768px) {
  #psblog .post-related-posts .post-related-posts-articles .owl-stage-outer .owl-stage {
    margin-left: -30px;
  }
}

@media (min-width: 992px) {
  #psblog .post-related-posts .post-related-posts-articles .owl-stage-outer .owl-stage {
    margin-left: 0;
  }
}

#psblog .post-related-posts .post-related-posts-articles .article-infos {
  background: #fff;
  padding: 20px 20px;
}

@media (min-width: 992px) {
  #psblog .post-related-posts .post-related-posts-articles .article-infos {
    padding: 50px 40px;
  }
}

#psblog .blog-comments {
  margin-bottom: 40px;
  padding-top: 40px;
}

@media (min-width: 768px) {
  #psblog .blog-comments {
    margin-bottom: 90px;
  }
}

@media (min-width: 992px) {
  #psblog .blog-comments {
    margin-bottom: 150px;
    padding-top: 100px;
  }
}

#psblog .blog-comments .blog-comments-write {
  position: relative;
}

#psblog .blog-comments .blog-comments-write .blog-comments-write-ctn {
  left: 0;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  #psblog .blog-comments .blog-comments-write .blog-comments-write-ctn.absolute {
    position: absolute;
  }
}

#psblog .blog-comments .blog-comments-write .blog-comments-titles {
  margin-bottom: 40px;
}

#psblog .blog-comments .blog-comments-write .blog-comments-titles .overtitle {
  color: #231f20;
  display: block;
  font-family: "poppins light";
  font-size: 1.2rem;
  letter-spacing: 1.7px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  #psblog .blog-comments .blog-comments-write .blog-comments-titles .overtitle {
    font-size: 1.3rem;
  }
}

@media (min-width: 992px) {
  #psblog .blog-comments .blog-comments-write .blog-comments-titles .overtitle {
    font-size: 1.4rem;
  }
}

#psblog .blog-comments .blog-comments-write .blog-comments-titles .title {
  color: #231f20;
  display: block;
  font-family: "poppins-semi";
  font-size: 2.2rem;
  letter-spacing: 0.4px;
}

@media (min-width: 768px) {
  #psblog .blog-comments .blog-comments-write .blog-comments-titles .title {
    font-size: 2.5rem;
  }
}

@media (min-width: 992px) {
  #psblog .blog-comments .blog-comments-write .blog-comments-titles .title {
    font-size: 3.2rem;
  }
}

#psblog .blog-comments .blog-comments-write #sendComment .form-group {
  margin-bottom: 0;
}

#psblog .blog-comments .blog-comments-write #sendComment .form-control {
  color: #231f20;
  font-size: 1.3rem;
  height: 45px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  outline: none;
}

@media (min-width: 992px) {
  #psblog .blog-comments .blog-comments-write #sendComment .form-control {
    font-size: 1.4rem;
    height: 50px;
  }
}

#psblog .blog-comments .blog-comments-write #sendComment textarea {
  color: #231f20;
  height: 200px;
  min-height: 200px;
  outline: none;
  padding-top: 10px;
  resize: none;
}

#psblog .blog-comments .blog-comments-write #sendComment .blog-security-code {
  text-align: right;
}

#psblog .blog-comments .blog-comments-write #sendComment .blog-security-code > label,
#psblog .blog-comments .blog-comments-write #sendComment .blog-security-code > input {
  display: inline-block;
}

#psblog .blog-comments .blog-comments-write #sendComment .blog-security-code > label {
  color: #999b9f;
  font-family: "poppins", Arial;
  font-size: 1.1rem;
  font-weight: normal;
  letter-spacing: 1px;
  margin-right: 10px;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  #psblog .blog-comments .blog-comments-write #sendComment .blog-security-code > label {
    font-size: 1.3rem;
  }
}

#psblog .blog-comments .blog-comments-write #sendComment .blog-security-code > input {
  height: 35px;
  outline: none;
  width: 100px;
}

#psblog .blog-comments .blog-comments-write #sendComment .blog-security-code .submit-ctn {
  margin-top: 15px;
  width: 100%;
}

#psblog .blog-comments .blog-comments-read {
  margin-top: 40px;
}

@media (min-width: 992px) {
  #psblog .blog-comments .blog-comments-read {
    margin-top: 25px;
  }
}

#psblog .blog-comments .blog-comments-read .title-comments-list {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  #psblog .blog-comments .blog-comments-read .title-comments-list {
    margin-bottom: 40px;
  }
}

#psblog .blog-comments .blog-comments-read .title-comments-list .icon {
  font-size: 2.4rem;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

#psblog .blog-comments .blog-comments-read .title-comments-list .comments-txt {
  color: #999b9f;
  font-family: "poppins", Arial;
  font-size: 1.1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#psblog .blog-comments .blog-comments-read .title-comments-list .comments-nb {
  color: #231f20;
  font-family: "poppins light";
  font-size: 1.1rem;
  letter-spacing: 0.4px;
}

#psblog .blog-comments .blog-comments-read .blog-comments-list .blog-comments-item {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  padding: 15px;
}

@media (min-width: 992px) {
  #psblog .blog-comments .blog-comments-read .blog-comments-list .blog-comments-item {
    margin-bottom: 30px;
    padding: 30px;
  }
}

#psblog .blog-comments .blog-comments-read .blog-comments-list .blog-comments-item .blog-comments-top {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}

@media (min-width: 992px) {
  #psblog .blog-comments .blog-comments-read .blog-comments-list .blog-comments-item .blog-comments-top {
    margin-bottom: 30px;
  }
}

#psblog .blog-comments .blog-comments-read .blog-comments-list .blog-comments-item .blog-comments-top::after {
  background: #b66c6d;
  content: "";
  height: 1px;
  left: 0;
  width: 16px;
}

#psblog .blog-comments .blog-comments-read .blog-comments-list .blog-comments-item .blog-comments-top .blog-comments-name {
  color: #231f20;
  font-family: "poppins-semi";
  font-size: 1.1rem;
}

@media (min-width: 768px) {
  #psblog .blog-comments .blog-comments-read .blog-comments-list .blog-comments-item .blog-comments-top .blog-comments-name {
    font-size: 1.2rem;
  }
}

@media (min-width: 992px) {
  #psblog .blog-comments .blog-comments-read .blog-comments-list .blog-comments-item .blog-comments-top .blog-comments-name {
    font-size: 1.3rem;
  }
}

#psblog .blog-comments .blog-comments-read .blog-comments-list .blog-comments-item .blog-comments-top .blog-comments-date {
  color: #999b9f;
  font-family: "poppins", Arial;
  font-size: 1rem;
  letter-spacing: 0.4px;
  margin-left: 6px;
  padding-left: 7px;
  position: relative;
}

@media (min-width: 768px) {
  #psblog .blog-comments .blog-comments-read .blog-comments-list .blog-comments-item .blog-comments-top .blog-comments-date {
    font-size: 1.1rem;
  }
}

#psblog .blog-comments .blog-comments-read .blog-comments-list .blog-comments-item .blog-comments-top .blog-comments-date::after {
  background: #999b9f;
  content: "";
  height: 10px;
  left: 0;
  width: 1px;
}

#psblog .blog-comments .blog-comments-read .blog-comments-list .blog-comments-item .blog-comments-content {
  color: #231f20;
  font-family: "poppins light";
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  #psblog .blog-comments .blog-comments-read .blog-comments-list .blog-comments-item .blog-comments-content {
    font-size: 1.3rem;
  }
}

@media (min-width: 992px) {
  #psblog .blog-comments .blog-comments-read .blog-comments-list .blog-comments-item .blog-comments-content {
    font-size: 1.4rem;
  }
}

#psblog .blog-comments .blog-comments-read .blog-comments-list .blog-comments-item .blog-comments-content .comments-title {
  display: block;
  letter-spacing: 2px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  #psblog .blog-comments .blog-comments-read .blog-comments-list .blog-comments-item .blog-comments-content .comments-title {
    margin-bottom: 20px;
  }
}

#psblog .blog-comments .blog-comments-read .blog-comments-list .blog-comments-item .blog-comments-content .comments-message {
  font-size: 1.2rem;
  letter-spacing: 0.5px;
}

@media (min-width: 768px) {
  #psblog .blog-comments .blog-comments-read .blog-comments-list .blog-comments-item .blog-comments-content .comments-message {
    font-size: 1.3rem;
  }
}

@media (min-width: 992px) {
  #psblog .blog-comments .blog-comments-read .blog-comments-list .blog-comments-item .blog-comments-content .comments-message {
    font-size: 1.4rem;
  }
}

.bloc-rgpd {
  margin-bottom: 45px;
}

.bloc-rgpd p {
  margin-bottom: 15px;
}

.products-favorite,
.instagram-wrap,
.nosto {
  overflow: hidden;
}

.products-favorite .ctn,
.instagram-wrap .ctn,
.nosto .ctn {
  border-bottom: 1px solid #e6e9ea;
}

.products-favorite .section-block-header,
.instagram-wrap .section-block-header,
.nosto .section-block-header {
  text-align: left;
}

.products-favorite .section-block-header .section-block-header-subtitle,
.instagram-wrap .section-block-header .section-block-header-subtitle,
.nosto .section-block-header .section-block-header-subtitle {
  margin-bottom: 0;
}

.products-favorite .owl-carousel .owl-nav,
.instagram-wrap .owl-carousel .owl-nav,
.nosto .owl-carousel .owl-nav {
  position: absolute;
  bottom: 55px;
  left: auto;
  right: 0;
  top: -65px;
}

.products-favorite .owl-carousel .owl-stage-outer,
.instagram-wrap .owl-carousel .owl-stage-outer,
.nosto .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.products-favorite .section-block-content,
.instagram-wrap .section-block-content,
.nosto .section-block-content {
  margin-left: -10px;
}

@media (min-width: 992px) {
  .products-favorite .section-block-content,
  .instagram-wrap .section-block-content,
  .nosto .section-block-content {
    margin-left: 0;
  }
}

/**
* 2012-2018 NetReviews
*
*  @author    NetReviews SAS <contact@avis-verifies.com>
*  @copyright 2018 NetReviews SAS
*  @version   Release: $Revision: 7.7.3
*  @license   NetReviews
*  @date      18/02/2019
*  International Registered Trademark & Property of NetReviews SAS
*/
@font-face {
  font-family: "nr-icons";
  src: url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/fonts/nr-icons.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Nunito";
  src: url("/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/fonts/Nunito-Regular.ttf");
}

.netreviews_rate_percent,
.netreviews_rate_percent:hover,
.av_product_award #bottom {
  background: #ffcd00;
}

.nr-icon.gold,
.netreviews_rate_list_item .av_star_index,
.netreviews_rate_list_item {
  color: #ffcd00;
}

.nr-icon.grey {
  color: #d1d1d1 !important;
}

@media screen and (max-width: 600px) {
  .netreviews_logo {
    position: relative !important;
    display: block !important;
    margin: 5px auto !important;
    top: 0px !important;
    left: auto !important;
    right: auto !important;
  }
  .netreviews_certification {
    position: relative !important;
    top: 0px !important;
    text-align: center;
    display: block;
    width: 100%;
    padding: 0px;
    z-index: 10;
    right: auto !important;
  }
  .netreviews_rating_header {
    height: auto !important;
  }
  .netreviews_global_rating_details {
    display: none !important;
  }
  .netreviews_rating_header .av-certificate {
    width: 100%;
    text-align: center;
  }
  .netreviews_rating_header .av-certificate label {
    position: relative !important;
    top: -20px !important;
    margin: auto;
    width: 200px;
    display: block;
    left: 0;
    text-align: center;
  }
  .netreviews_rating_header .av-certificate span {
    width: 100% !important;
    right: 5% !important;
    top: 95px !important;
  }
}

.nr-icon {
  font-family: "nr-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nr-comment:before {
  content: "\e900";
  color: #2c2c2c;
}

.nr-exit:before {
  content: "\e901";
}

.nr-info:before {
  content: "\e902";
}

.nr-star:before {
  content: "\e903";
}

.netreviews_bg_stars_big {
  display: block;
  width: 120px;
  height: 24px;
  padding: 0px;
  border: none;
  text-decoration: none;
  outline: none;
  margin: 0px auto;
}

.netreviews_bg_stars_big span,
.netreviews_review_rate_and_stars span,
.netreviews_bg_stars span {
  overflow: hidden;
  display: inline;
  line-height: auto !important;
  margin: unset !important;
}

.netreviews_bg_stars_big div {
  position: absolute;
  font-size: 24px;
  line-height: 24px;
}

.netreviews_bg_stars_big div .nr-star:before {
  font-size: 24px;
}

.netreviews_font_stars div .nr-star:before {
  font-size: 16px;
}

.netreviews_font_stars div {
  position: absolute;
  font-size: 16px;
  line-height: 16px;
}

.netreviews_font_stars {
  display: block !important;
}

.nrResponsive .netreviews_logo {
  position: relative;
  display: block;
  margin: 5px auto;
  top: 0px;
  left: auto;
  right: auto;
}

.nrResponsive .netreviews_certification {
  color: #666564;
  font-weight: 600;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  position: relative;
  right: auto;
  left: auto;
  height: 40px;
  font-size: 13px;
  margin-top: 0px !important;
  text-align: center;
  margin: 20px auto 0px auto;
  display: block;
  width: 100%;
  padding: 0px;
  z-index: 10;
  top: 15px;
}

.nrResponsive .netreviews_rating_header {
  height: auto;
}

.nrResponsive .netreviews_global_rating_details {
  display: none;
}

.nrResponsive .netreviews_rating_header .netreviews_icone_info,
.nrResponsive .netreviews_rating_header .netreviews_exit_info {
  width: 18px;
}

.nrResponsive .netreviews_rating_header .av-certificate {
  width: 100%;
  text-align: center;
  line-height: 14px;
}

.nrResponsive .netreviews_rating_header .av-certificate label {
  position: relative;
  top: -20px;
  left: 0px;
}

.nrResponsive .netreviews_rating_header .av-certificate #netreviews_informations {
  width: 90%;
  right: 5%;
  top: 120px;
}

.av_product_award {
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  height: 72px;
  background: #f0f0f0;
  border: 1px solid #b6b6b6;
  border-radius: 15px;
  position: relative;
  margin: 10px 0;
  width: 220px;
  clear: both;
}

.av_product_award .netreviews_stars {
  margin: auto;
}

.av_product_award img#sceau {
  position: absolute;
  right: -12px;
  top: -10px;
  width: 90px;
}

.av_product_award #bottom {
  background: #f7ad26;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f7ad26), to(#ffc400));
  background: linear-gradient(to bottom, #f7ad26 1%, #ffc400 100%);
  height: 24px;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
  position: absolute;
  width: 90%;
  padding-top: 3px;
}

.av_product_award #bottom a {
  color: #231f20;
  text-align: center;
  font-weight: 400;
  display: block;
  margin-right: 47px;
}

.av_product_award #top .netreviews_font_stars div {
  font-size: 18px;
  line-height: 18px;
}

.av_product_award #top .netreviews_font_stars {
  display: block;
  margin: auto;
  width: 85px;
}

.av_product_award #top .ratingText {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  font-family: "poppins light";
  color: #231f20;
}

.av_product_award #top {
  width: 68%;
  display: grid;
  height: 46px;
  vertical-align: middle;
  padding-top: 5px;
}

.netreviews_stars_light {
  height: 20px;
  border: none;
  position: relative;
  margin: 5px 0px 5px 0px;
  background: 0 0;
  width: 100%;
}

.netreviews_stars_light #top {
  text-align: left;
  width: 100%;
}

.netreviews_stars_light #slide {
  left: 85px;
  position: absolute;
  bottom: 1px;
  line-height: 20px;
}

.netreviews_stars_light a:hover {
  text-decoration: none;
}

.netreviews_stars_light .netreviews_stars {
  display: inline-block;
}

.netreviews_exit_info {
  width: 17px;
  height: 17px;
  float: right;
  cursor: pointer;
  margin-top: -16px;
  margin-right: -15px;
}

.netreviews_rating_header .av-certificate label {
  text-decoration: none;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  cursor: help;
  z-index: 10;
  font-size: 11px;
  font-weight: normal;
  width: 190px;
}

#netreviews_reviews_tab {
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  background-color: #f9f9f9;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  position: relative;
  max-width: 1300px;
  color: #2c2c2c;
}

#netreviews_rating_section {
  display: block;
  padding: 15px;
  background-color: #fff;
  border-bottom: 1px solid #e7e9ee;
  margin: 0 auto;
}

.netreviews_rating_header .av-certificate label {
  top: 35px;
  color: #96a0aa;
  text-decoration: none;
  font-size: 12px;
  position: absolute;
  right: 0;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  cursor: pointer;
  z-index: 10;
}

.netreviews_rating_header .av-certificate {
  /* width: 100%;
     */
  float: right;
  text-align: left;
}

.netreviews_rating_header .av-certificate span {
  height: auto;
  width: 450px;
  background-color: #ffffff;
  border: 1px solid #e7e9ee;
  padding: 20px 25px;
  position: absolute;
  top: 70px;
  right: 15px;
  z-index: 11;
  display: none;
  margin: 0;
}

.netreviews_rating_header .av-certificate span a {
  font-weight: bold;
  text-decoration: underline;
}

.netreviews_rating_header .av-certificate span p {
  font-size: 12px;
  color: black;
  line-height: 18px;
}

.netreviews_rating_header {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  height: 55px;
  text-align: center;
}

.netreviews_logo {
  position: absolute;
  top: 20px;
  left: 15px;
  width: 200px;
  height: auto;
}

.netreviews_certification,
.netreviews_certification:visited {
  color: #666564;
  text-decoration: none;
  font-size: 13px;
  position: relative;
  top: 15px;
  /* padding: 30px; */
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  font-weight: 600;
}

.netreviews_certification:hover {
  color: #2f2f2f;
  text-decoration: none;
}

.netreviews_rating_content {
  float: left;
}

.netreviews_rating_content.empty {
  padding: 50px 35px;
  -webkit-box-shadow: 0px 0px 5px #e6e9ea;
          box-shadow: 0px 0px 5px #e6e9ea;
  width: 100%;
  float: none;
  margin-top: 40px;
}

#product #netreviews_reviews_tab .netreviews_rating_content p {
  margin: 0;
  padding: 0;
}

.netreviews_subtitle {
  display: block;
  font-size: 12px;
  color: #96a0aa;
  width: 100%;
  text-align: center !important;
  padding: 6px 0 6px 0 !important;
  margin: 0 !important;
}

.netreviews_global_rating_details {
  display: block;
  width: 50%;
  margin: 0;
  position: absolute;
  right: 0;
  top: 25px;
  padding: 0;
}

.netreviews_rates_list {
  margin: 0 auto;
  border: 0;
  width: 200px !important;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
}

.netreviews_rate_list_item {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 0;
  position: relative;
  list-style: none;
  width: 23px;
  float: left;
  padding: 110px 0 0 0 !important;
  margin-right: 15px;
}

.more-info .netreviews_global_rating_details ul li:before {
  width: 0px;
}

.netreviews_rates_list .cursorp {
  cursor: pointer;
}

.netreviews_rate_list_item span {
  margin-right: 3px;
}

.netreviews_rate_list_star_image {
  width: 12px !important;
  height: 12px !important;
  margin-top: 4px;
}

.netreviews_rate_graph {
  height: 100px;
  width: 25px;
  left: 0;
  top: 0;
  position: absolute;
  padding-right: 20px;
}

.netreviews_rate_percent {
  margin-top: 2px;
  width: 25px;
  bottom: 0;
  position: absolute;
  left: 0;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

span[class^="netreviews_rate_total"] {
  color: #a6b1b8;
  margin-top: -20px;
  position: absolute;
  width: 100%;
  left: 0;
  font-size: 12px;
  text-align: center;
}

#netreviews_button_more_reviews {
  display: block;
  width: 100%;
  margin: 0;
  text-align: center;
}

#netreviews_button_more_reviews .netreviews_button {
  display: block;
  margin: 0 auto 15px auto;
  padding: 8px 0;
  width: 250px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 5px;
  background-color: #a7a8a9;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  cursor: pointer;
  border: none;
}

#netreviews_button_more_reviews .netreviews_button:hover,
#netreviews_button_more_reviews .netreviews_button:active {
  background-color: #656565 !important;
  text-decoration: none !important;
}

#netreviews_button_more_reviews .active {
  background-color: #656565 !important;
  text-decoration: none !important;
  background-image: url(/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/img/load.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
}

.netreviews_filtering_section {
  width: 100%;
  margin: 0 auto;
  display: block;
  background: transparent;
  padding: 0;
  text-align: center;
  color: #96a0aa;
}

.netreviews_filtering_section,
.netreviews_filtering_section_title {
  font-size: 13px;
  color: black;
  margin-bottom: 5px;
  display: block;
}

.netreviews_filtering_section select {
  font-size: 14px;
  width: auto;
  line-height: 15px;
  text-align: left;
  display: inline;
  outline: none;
  cursor: pointer;
}

.netreviews_reviews_section {
  width: 100%;
  display: block;
  padding: 0 0 30px 0;
  margin: 0;
}

.netreviews_reviews_section .groupAvis {
  display: none;
}

.netreviews_review_part {
  padding: 25px 15px;
  border-top: 3px solid #fff;
  width: 85%;
  margin: 0 auto;
}

.netreviews_reviews_section .first-child {
  border-top: 0px;
}

.netreviews_customer_name {
  display: block;
  font-size: 14px;
  font-weight: bolder;
  width: 100%;
  text-align: left;
  padding: 0;
  margin: 0;
  color: #2c2c2c;
}

.netreviews_customer_name span {
  font-size: 14px;
  font-weight: 500;
}

.netreviews_customer_name span.order_date {
  font-size: 12px;
}

.netreviews_note_generale {
  float: left;
  font-family: "poppins-semi";
  font-weight: bold;
  font-size: 13px;
}

.netreviews_review_rate_and_stars {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 20px;
  position: relative;
  background-size: 100% auto !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  overflow: hidden;
}

.netreviews_review_rate_and_stars .icon-avis {
  position: absolute;
  top: -1px;
  font-size: 22px;
  color: #fff;
  left: 0;
}

.netreviews_review_rate_and_stars .icon-avis.empty {
  background: #e6e9ea;
}

.netreviews_review_rate_and_stars .stars-wrap {
  background-color: #f7c11c !important;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.av_product_award .netreviews_review_rate_and_stars {
  text-align: center;
}

.netreviews_review_rate_and_stars .netreviews_bg_stars {
  position: absolute;
  top: 5px;
  left: 0;
  float: none;
  margin: 0;
}

.netreviews_reviews_rate {
  display: block;
  position: absolute;
  left: 90px;
  font-size: 16px;
  top: 0px;
}

.netreviews_customer_review {
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  padding: 5px 0;
  margin: 0;
  text-align: left;
  color: #2c2c2c;
}

.netreviews_website_answer {
  padding: 0 5% 15px 5%;
  background-color: #fff;
  margin: 10px auto 0 0;
  font-size: 15px;
  border-left: 3px solid #e7e9ee;
  max-width: 100%;
  font-weight: 500;
  display: block;
}

.netreviews_website_answer p {
  margin: 0;
  padding: 20px 0 0 0;
  width: 100%;
  display: block;
}

.netreviews_answer_title {
  font-weight: bolder !important;
  font-size: 15px !important;
  line-height: 25px !important;
}

.netreviews_stars {
  display: inline-block;
  padding: 0px;
  border: none;
  background-repeat: repeat-x;
  background-position: left center;
  text-decoration: none;
  outline: none;
}

.netreviews_stars span {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  background-repeat: repeat-x;
  background-position: left center;
  text-decoration: none;
  outline: none;
  line-height: 1px;
  font-size: 0.1px;
}

.netreviews_stars_sm {
  width: 60px;
  float: left;
}

.netreviews_stars_md {
  width: 80px;
}

.netreviews_stars_bg {
  display: block;
  width: 120px;
  margin: 0px auto;
  background-image: url(/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/img/netreviews/star-empty-24.png);
}

.netreviews_stars_md,
.netreviews_stars_sm {
  background-image: url(/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/img/netreviews/star-empty-16.png);
}

.netreviews_stars_md span,
.netreviews_stars_sm span {
  background-image: url(/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/img/netreviews/star-gold-16.png);
}

.netreviews_stars_bg span {
  background-image: url(/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/img/netreviews/star-gold-24.png);
}

.netreviews_stars_sm,
.netreviews_stars_sm span {
  height: 25px;
  background-size: 12px auto;
}

.netreviews_stars_md,
.netreviews_stars_md span {
  height: 16px;
  background-size: 16px auto;
}

.netreviews_stars_bg,
.netreviews_stars_bg span {
  height: 24px;
  background-size: 24px auto;
}

.netreviews_rating_header .netreviews_icone_info {
  width: 15px;
  height: 15px;
  vertical-align: sub;
  margin-left: 2px;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
}

.netreviews_exit_info {
  width: 15px;
  height: 15px;
  float: right;
  cursor: pointer;
  font-size: 15px;
}

.netreviews_active_info img {
  float: right;
}

#netreviews_informations_label:hover {
  color: #2f2f2f;
}

#netreviews_informations_label .av-labeltext {
  display: inline-block;
  line-height: 20px;
}

#netreviews_informations {
  text-align: left !important;
}

#netreviews_informations ul {
  margin: 0px 5% !important;
  width: 90%;
}

#netreviews_informations ul li {
  font-size: 13px;
  text-align: left;
  padding: 0px;
  margin: 0px;
  list-style: square !important;
}

.netreviews_helpful_block {
  width: 100%;
  display: block;
  padding: 0px;
  margin: 10px auto 0px auto;
  color: #868788;
  font-size: 14px;
}

.netreviews_helpful_block a {
  display: inline-block;
  background: #dedede;
  padding: 0px 0px 0px 10px;
  margin: 0px 0px 0px 5px;
  color: #4e4e4e;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  -webkit-transition: background-color, color 0.2s;
  transition: background-color, color 0.2s;
  line-height: 22px;
  height: 22px;
}

.netreviews_helpful_block a span {
  display: inline-block;
  background: #adadad;
  padding: 0px 8px;
  line-height: 22px;
  height: 22px;
  margin: 0px 0px 0px 10px;
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  -webkit-transition: background-color, color 0.2s;
  transition: background-color, color 0.2s;
}

.netreviews_helpful_block a:hover,
.netreviews_helpful_block a:active,
.netreviews_helpful_block a:hover span,
.netreviews_helpful_block a:active span {
  background-color: #656565 !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

.netreviews_helpful_block .active {
  background-image: url(/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/img/netreviews/HelpfulValid.png);
  background-repeat: no-repeat;
  background-color: #656565 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  padding-left: 25px !important;
  cursor: pointer;
}

.netreviews_helpful_block .active span {
  background-color: #656565 !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

.netreviews_helpful_block .active:hover {
  background-image: url(/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/img/netreviews/HelpfulDelete.png) !important;
  background-repeat: no-repeat;
  background-color: #656565 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  padding-left: 25px !important;
  cursor: pointer;
}

.netreviews_no_reviews_block {
  width: 80%;
  display: block;
  padding: 20px;
  margin: 10px auto -20px auto;
  color: #868788;
  font-size: 14px;
  text-align: center;
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
}

.netreviews_button_comment {
  text-decoration: none;
  color: #a7a8a9;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  width: 100%;
  padding: 20px 0px 0px 0px;
  margin: 0px;
  display: none;
}

.netreviews_button_comment.active {
  display: block;
}

.netreviews_button_comment:hover {
  text-decoration: none;
  color: #2f2f2f;
}

.netreviews_more_comment {
  width: 15px;
  margin-right: 5px;
  display: inline-block;
}

.netreviewsProductWidgetNew {
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  display: block;
  height: 75px;
  margin: 0;
  padding: 5px;
  background-color: transparent;
  position: relative;
  clear: both;
}

.netreviewsProductWidgetNewLogo {
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 65px;
  border: none;
  outline: 0;
}

.netreviewsProductWidgetNew .ProductWidgetNewRatingWrapper {
  margin-left: 60px;
  display: block;
  width: 200px;
  line-height: 16px;
  text-align: left;
  padding: 0 5px;
}

.netreviewsProductWidgetNewRate,
.netreviewsProductWidgetNewRate span {
  color: #363842;
  font-size: 13px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

.av_category_stars {
  display: block;
  text-align: left !important;
  text-align: left;
  height: 20px;
  opacity: 0;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.av_category_stars .ratingText {
  display: inline-block;
  line-height: 20px;
  vertical-align: super;
  font-size: 11px;
  font-weight: bold;
  text-decoration: underline;
  position: relative;
  float: left;
  font-family: "poppins light";
  padding-left: 0;
}

.av_category_stars a {
  text-decoration: none;
  width: 100%;
  display: block;
}

.av_category_stars .netreviews_review_rate_and_stars {
  float: left;
  display: inline-block;
  line-height: 20px;
  width: 95px;
}

#netreviews_category_review .netreviews_review_rate_and_stars {
  display: inline-block;
  line-height: 20px;
  width: 80px;
  height: 20px;
  vertical-align: middle;
}

#AV_button {
  font-size: 13px;
  color: #363842;
  text-decoration: none;
}

.ProductWidgetNewRatingWrapper #AV_button {
  text-decoration: underline;
}

.avisVerifiesAjaxImage {
  background-image: url(/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/img/netreviews/loadFull.gif);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 90%;
  height: 100px;
}

.netreviews_stars_md {
  /* position: absolute; */
  top: 2px;
}

.netreviews_media_part {
  display: block;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.netreviews_media_part li {
  list-style: none;
  display: block;
  width: 100px;
  height: 80px;
  float: left;
  padding: 0px;
  margin: 10px 10px 0px 0px;
}

.netreviews_media_part li .netreviews_image_thumb {
  display: block;
  width: 100px;
  height: 80px;
  padding: 0px;
  margin: 0px;
  text-decoration: none;
  cursor: pointer;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 2px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 1;
}

.netreviews_media_part li .netreviews_image_thumb_video {
  background-color: #333333;
  background-size: 40%;
}

.netreviews_media_part li .netreviews_image_thumb:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.8;
}

.netreviews_clear {
  clear: both;
  display: block;
  width: 100%;
  height: 1px;
  margin: 0px;
  padding: 0px;
}

#netreviews_media_modal {
  display: none;
  position: fixed;
  z-index: 990;
  padding: 0px;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
}

#netreviews_media_content {
  display: block;
  position: fixed;
  z-index: 991;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#netreviews_media_content img {
  position: absolute;
  border-radius: 2px;
}

#netreviews_media_content iframe {
  position: absolute;
  border: none;
}

#netreviews_media_close {
  z-index: 992;
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 1;
  cursor: pointer;
  display: block;
  text-decoration: none;
}

#netreviews_media_close:hover,
#netreviews_media_close:focus {
  text-decoration: none;
  opacity: 0.8;
}

.carousel-prev,
.carousel-next {
  z-index: 999;
  top: 50%;
  position: absolute;
  background: transparent;
  display: block;
  color: white;
  font-size: 75px;
  height: 75px;
  line-height: 75px;
}

.carousel-prev:hover,
.carousel-next:hover {
  cursor: pointer;
  opacity: 0.8;
}

#netreviews_media_modal > a.carousel-prev {
  left: 5%;
}

#netreviews_media_modal > a.carousel-next {
  right: 5%;
}

.loader-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #555;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.avis_header_stars .image_wrap {
  padding: 0;
  display: block;
  float: left;
  width: 45px;
  margin-top: -8px;
}

.avis_header_stars .av_text_wrap {
  padding-right: 0;
  display: block;
  float: left;
  padding: 0 11px;
}

.avis_header_stars .av_text_wrap .av_text_wrap_inner {
  font-size: 15px;
  margin-bottom: -6px;
  display: block;
  color: #303031;
}

.avis_header_stars .av_rate_values {
  font-size: 22px;
  color: #de1e26;
  padding: 11px 5px 0px 0px;
  display: block;
  float: left;
}

.avis_header_stars .av_author {
  color: #737373;
  padding-top: 12px;
  padding-left: 0;
  font-size: 15px;
  display: block;
  float: left;
}

.avis_header_stars .netreviews_review_rate_and_stars {
  margin-top: 5px;
}

.flashsale.flashsale-countdown-box {
  margin-bottom: 20px;
  padding: 12px;
}

.flashsale i {
  font-size: 28px;
  left: 0;
  position: absolute;
  top: -2px;
}

@media (min-width: 1200px) {
  .flashsale i {
    font-size: 15px;
    left: -25px;
  }
}

.flashsale span {
  color: #fff;
  font-family: "poppins-semi";
  font-size: 13px;
}

.flashsale span.title {
  display: block;
  position: relative;
}

@media (min-width: 1200px) {
  .flashsale span.title {
    display: inline-block;
  }
}

.nosto .ctn {
  border-bottom: none;
}

.nosto .ctn .section-block-content {
  border-bottom: 1px solid #e6e9ea;
}

.nosto .product-ctn .inner .btn {
  padding: 0;
}

.nosto .product-ctn .inner .product-link {
  margin: 10px auto -42px auto;
}

.nosto .product-ctn .inner .product-link a,
.nosto .product-ctn .inner .product-link .lien-off {
  padding: 10px 0;
  display: block;
}

.nosto.nosto-page-cart1 .owl-nav {
  right: 35px;
}

.nosto.nosto-page-cart1 .section-block-header {
  padding-right: 125px;
}

.nosto.nosto-page-cart1 .section-block-header .section-block-header-title {
  line-height: 30px;
}

@media (min-width: 992px) {
  .nosto.panel-content .nosto-ctn {
    width: 520px;
    padding: 15px 30px;
  }
}

#tarteaucitronAlertSmall {
  right: auto !important;
  left: 0;
  background: #455f70;
}

#tarteaucitronAlertSmall {
  right: auto !important;
  left: 0;
  background: #455f70;
}

/**
 * NOTICE OF LICENSE
 *
 * This source file is subject to a commercial license from Common-Services Co., Ltd.
 * Use, copy, modification or distribution of this source file without written
 * license agreement from the SARL SMC is strictly forbidden.
 * In order to obtain a license, please contact us: contact@common-services.com
 * ...........................................................................
 * INFORMATION SUR LA LICENCE D'UTILISATION
 *
 * L'utilisation de ce fichier source est soumise a une licence commerciale
 * concedee par la societe Common-Services Co., Ltd.
 * Toute utilisation, reproduction, modification ou distribution du present
 * fichier source sans contrat de licence ecrit de la part de la Common-Services Co. Ltd. est
 * expressement interdite.
 * Pour obtenir une licence, veuillez contacter Common-Services Co., Ltd. a l'adresse: contact@common-services.com
 * ...........................................................................
 *
 * @author    Alexandre D.
 * @copyright Copyright (c) 2011-2015 Common Services Co Ltd - 90/25 Sukhumvit 81 - 10260 Bangkok - Thailand
 * @license   Commercial license
 * Support by mail  :  support.soflexibilite@common-services.com
 */
#soflexibiliteModalLongTitle {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
}

.modal-dialog-centered {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  min-height: calc(100% - (.5rem * 2));
}

.sf_mode_selection * {
  cursor: pointer;
}

.pac-container {
  z-index: 10000 !important;
}

#sf-modal-dialog {
  max-width: 950px;
  width: 80%;
}

#sf-modal-dialog .modal-content {
  height: 90%;
}

#sf-modal-dialog .modal-body {
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

#sf-modal-dialog .modal-body > .row, #sf-modal-dialog .modal-body > .row .sf_gmaps
{
    height: 100%;
    width: 70%;
}

#sf_gmaps {
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: currentcolor none medium;
    position: relative;
}


#uniform-sf_filter_bpr,
#uniform-sf_filter_a2p {
  display: inline-block;
}

#sf_sumup_final .input-group {
  margin: 0 0 10px;
}

#sf_sumup_final .input-group input {
  background-color: #ffffff;
  color: #232323;
  border: 1px solid gainsboro;
}

#sf_sumup_final .input-group img {
  width: 16px;
  max-width: 16px;
  height: 16px;
  max-height: 16px;
}

.soflexibilite.delivery-option {
  padding: 15px !important;
}

.soflexibilite.sumup_logo {
  float: right;
  width: 24px;
}

/* Search control */
.sf-controls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 40px;
  outline: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}

#sf-pac-input,
#sf-points-list {
  background-color: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0px;
  text-overflow: ellipsis;
  /*width: 50%;*/
}

#sf-pac-input
{
    width: 100%;
}

#sf-points-list {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  /*width: 20%;*/
  height: 80%;
  /*padding: 0;*/
}

#sf-points-list-items {
  background-color: #ffffff;
  padding: 0;
  overflow-y: auto;
  height: 90%;
  height: calc(100% - 45px);
}

#sf-points-list-items > div:hover {
  background-color: whitesmoke;
}

#sf-points-list-items::-webkit-scrollbar {
  width: 10px;
}

#sf-points-list-items::-webkit-scrollbar-track {
  background-color: #eaeaea;
  border-left: 1px solid #ccc;
}

#sf-points-list-items::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

#sf-points-list-items::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}

#sf-points-list > div {
  /*padding: 13px;*/
  /*border-bottom: 1px solid gainsboro;*/
  /*cursor: pointer;*/
}

.sf_address_name > img {
  float: right;
  width: 16px;
}

#sf-points-list-items > div,
#point-list-toggle,
#point-list-filter {
  padding: 13px;
  border-bottom: 1px solid gainsboro;
}

#point-list-toggle,
#point-list-filter {
  background-color: #ffffff;
}

#point-list-filter {
  display: none;
  margin-bottom: 10px;
  margin-right: 10px;
}

#point-list-filter input[type="checkbox"] {
  -ms-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  padding: 10px;
  vertical-align: middle;
}

input#sf_filter_bpr {
  margin-left: 10px;
}

#point-list-toggle .badge.badge-primary.count {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999;
  border-radius: 10px;
  padding: 1px 5px;
  font-weight: normal;
  font-size: 1em;
  line-height: inherit;
  letter-spacing: .0625em;
}

#point-list-toggle > img,
.sf_select,
.sf_address_distance {
  float: right;
  /*max-width: 15px;*/
}

.sf_infos,
.sf_select {
  padding: .25rem .5rem;
  font-size: initial;
  font-weight: initial;
  /*border-radius: initial;*/
  -webkit-box-shadow: initial;
          box-shadow: initial;
  text-transform: initial;
}

.sf_direction_drive,
.sf_direction_bike,
.sf_direction_walk {
  float: right;
  margin-left: 5px;
  padding: 10px 22px;
}

.sf_table_times td:nth-child(1) {
  display: inline-block;
  font-weight: bold;
  margin-right: 2rem;
}

.sf_table_times td:nth-child(2),
.sf_table_times td:nth-child(3) {
  text-align: center;
}

#sf-points-list > div > p {
  margin-bottom: 0;
}

#sf-pac-input:focus {
  border-color: #4d90fe;
}

#sf-center-button,
#sf-close-button {
  margin-right: 10px;
}

#sf-center-button,
#sf-pac-button,
#sf-close-button {
  margin-top: 10px;
  height: 40px;
  padding: 10px 30px;
}

#sf-close-button {
  width: 40px;
  padding: 0;
}

#sf-pac-button {
  min-width: 130px;
  /*border-top-left-radius: 0;*/
  /*border-bottom-left-radius: 0;*/
}

.panel-selectionner-relais {
    background: #fff;
    bottom: 0;
    position: absolute;
    right: -420px;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 421px;
    z-index: 20000000;
    height: 85%;
}

@media (min-width: 576px) {
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
    height: calc(100% - (1.75rem * 2));
  }
}

/*
  ##Device = Small laptop, screen
  ##Screen = B/w 769px to 1540
*/
@media (min-width: 1291px) and (max-width: 1540px) {
  #sf-pac-input {
    width: 100%;
  }
}

@media (min-width: 1025px) and (max-width: 1290px) {
  #sf-pac-input {
    width: 100%;
  }
}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
  body#checkout .modal-content {
    padding: 0;
  }
  #sf-modal-dialog {
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    height: 100%;
    margin: 0;
  }
  #sf-modal-dialog .modal-content {
    height: 100%;
  }
  #sf-pac-input,
  #sf-points-list {
    /*width: 26%;*/
  }
  #sf-center-button,
  .gm-fullscreen-control {
    display: none;
  }
}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  body#checkout .modal-content {
    padding: 0;
  }
  #sf-modal-dialog {
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    height: 100%;
    margin: 0;
  }
  #sf-modal-dialog .modal-content {
    height: 100%;
  }
  .gm-fullscreen-control {
    display: none;
  }

  .panel-selectionner-relais
  {
      right: -500px;
  }

  #sf-points-list {
      width: 100%;
  }
}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
  body#checkout .modal-content {
    padding: 0;
  }
  #sf-modal-dialog {
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    height: 100%;
    margin: 0;
  }
  #sf-modal-dialog .modal-content {
    height: 100%;
  }

  .gm-style-mtc {
    display: none;
  }
}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px)
{
  body#checkout .modal-content {
    padding: 0;
  }
  #sf-modal-dialog {
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    height: 100%;
    margin: 0;
  }
  #sf-modal-dialog .modal-content {
    height: 100%;
  }

  #sf-pac-input {
    margin-left: 0;
    margin-top: 10px;
  }

  .gm-style-mtc {
    display: none;
  }

  .panel-selectionner-relais
  {
      left: 0;
      height: auto;
      position: fixed;
      width: 100%;
  }

  #sf-points-list
  {
      height: auto;
      margin-left: 0px;
      padding: 0px;
  }

  .sf-controls
  {
      margin-top: 0px;
  }

  #sf-points-list-items
  {
      height: 100vh;
      overflow-y: auto;
      width: 80%;
      margin: 0 auto;
  }

  #sf_gmaps {
      display: none;
  }

  .modal-open .modal {
      overflow-y: hidden!important;
  }

}

/**
 * NOTICE OF LICENSE
 *
 * This source file is subject to a commercial license from Common-Services Co., Ltd.
 * Use, copy, modification or distribution of this source file without written
 * license agreement from the SARL SMC is strictly forbidden.
 * In order to obtain a license, please contact us: contact@common-services.com
 * ...........................................................................
 * INFORMATION SUR LA LICENCE D'UTILISATION
 *
 * L'utilisation de ce fichier source est soumise a une licence commerciale
 * concedee par la societe Common-Services Co., Ltd.
 * Toute utilisation, reproduction, modification ou distribution du present
 * fichier source sans contrat de licence ecrit de la part de la Common-Services Co. Ltd. est
 * expressement interdite.
 * Pour obtenir une licence, veuillez contacter Common-Services Co., Ltd. a l'adresse: contact@common-services.com
 * ...........................................................................
 *
 * @package   couriier
 * @author    Alexandre D.
 * @copyright Copyright (c) 2011-2015 Common Services Co Ltd - 90/25 Sukhumvit 81 - 10260 Bangkok - Thailand
 * @license   Commercial license
 * Support by mail  :  support.couriier@common-services.com
 */
.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999999;
  /*Previously 1050*/
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 98;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

#point-list-toggle-icon {
  height: 20px;
}

@media (min-width: 768px) {
  .modal-dialog {
    /*width: 600px;*/
    margin: 0 auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

#tutorial-video {
  margin: 10px 0 10px 10px;
}

.logo {
  background-image: url(/National_Library/oe_/https://www.cousette.com/themes/antadis/assets/img/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 360px;
  height: 40px;
  margin: 30px 0;
}

.parcelpoint-checkboxes p {
  margin: 10px;
}

.carrier-logo {
  max-height: 60px;
  max-width: 100px;
}

.parcelpoint-checkboxes label {
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
}

.parcelpoint-checkboxes label .parcelpoint-label {
  margin-left: 5px;
}

.bootstrap .panel.status .form-horizontal .control-label {
  text-align: left;
}

.bx-tracking p {
  margin-top: 0;
  margin-bottom: .2em;
}

.bx-tracking h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.41575em;
  font-weight: 300;
  line-height: 1.618;
}
/*# sourceMappingURL=styles.css.map */
/* Mobile espacement entre icons connexion & panier */
@media (max-width: 992px) {
    .header-main .header-icon {
        margin: 0 0 0 10px!important;
    }
}
/* Fin icons connexion & panier */


/* Page mot de passe oublié */
.div_forgotpassword {
    display: inline-block;
}

#form_forgotpassword > div:first-child {
    padding-right: 10px;
    width: 70%;
}

#password .bloc-content form .form-group input {
    border-radius: 50px;
}

#password .bloc-content form .form-group input:focus-visible {
    outline: none;
}

@media (max-width: 1450px) {
    #form_forgotpassword > div:first-child {
        width: 100%;
        padding-bottom: 4px;
    }
}

@media (max-width: 700px) {
    .div_forgotpassword {
        display: block;
    }

    #form_forgotpassword > div:first-child {
        padding-right: 0px;
        width: 100%;
    }

    #form_forgotpassword > div:last-child {
        padding-top: 10px;
    }
}
/* Fin page mot de passe oublié */
/* Paypal (avec Prestashop Checkout) */
.paypal-payment-bouton-factice {
    background: #eeeeee;
    border: 1px solid #eeeeee;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    height: 55px;
    line-height: normal;
    overflow: hidden;
    padding: 10px 45px;
    position: relative;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 3;
    width: 100%;
}

.paypal-payment-bouton-factice > div {
    height: 24px;
}

.paypal-payment-bouton-factice img {
    height: 24px;
    display: inline-block;
    margin-top: 5px;
    margin-right: 2.7px;
}

.paypal-payment-bouton-factice div div {
    display: inline-block;
    font-size: 20px;
    color: #2C2E2F;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-weight: 500;
    vertical-align: super;
}

.payment-module.payment-module-prestashop-checkout .payment-module-validation {
    display: none;
}

.payment-module.payment-module-prestashop-checkout.active .payment-module-validation {
    display: block;
}
/* Fin Paypal (avec Prestashop Checkout) */